@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
* {
  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);
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1600px) {
  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: 1600px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.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;
  }
}
.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;
}
.font72 {
  font-size: 72px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1600px) {
  .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: 48px;
  }
  .font56 {
    font-size: 48px;
  }
  .font60,
  .font72,
  .font80 {
    font-size: 48px;
  }
}
@media (max-width: 1280px) {
  .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 {
    font-size: 38px;
  }
  .font52,
  .font54,
  .font56,
  .font60,
  .font72,
  .font80 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font27 {
    font-size: 0.32rem;
  }
  .font28 {
    font-size: 0.36rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.4rem;
  }
  .font36,
  .font40,
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font72,
  .font80 {
    font-size: 0.58rem;
  }
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1440px;
}
@media (max-width: 1280px) {
  .container {
    width: 90%;
  }
}
svg path {
  mix-blend-mode: normal !important;
}
.public-img {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.public-img::before {
    content: "";
    display: block;
    position: relative;
    z-index: 0;
    padding-top: 100%;
}
.public-img>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}
.public-content {
    color: #666;
    line-height: 1.8;
}
.public-content h1,
.public-content h2,
.public-content h3,
.public-content h4,
.public-content h5,
.public-content h6 {
    font-style: normal;
    font-size: normal;
    font-weight: normal;
    color: #000;
}
.public-content a {
    color: #666;
}
@media (max-width: 767px) {
  .public-btn a i {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.public-btn a i svg {
  width: 40%;
  height: 40%;
  animation: arrowRun 5s infinite;
}
.public-btn a i svg path {
  fill: #fff;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .public-btn a:hover span {
    color: #333;
  }
  .public-btn a:hover::before {
    width: 45px;
  }
  .public-btn a:hover i {
    transform: translateX(9px);
  }
  .public-btn a:hover i svg path {
    fill: #fff;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .public-btn a:hover::before {
    width: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .public-btn a:hover i {
    transform: translateX(0.1rem);
  }
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 0 0.51rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header {
    padding: 0 5%;
    display: none;
  }
}
.header .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .box .logo {
  width: 379px;
  height: 54px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .header .box .logo {
    width: 120px;
    height: 40px;
  }
}
.header .box .logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.header .box .logo a img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.header .box .logo a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
}
.header .box .close {
  width: 34px;
  height: 1rem;
  display: none;
}
@media (max-width: 991px) {
  .header .box .close {
    height: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
.header .box .close span {
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 4px 0;
  transition: all ease-out 0.3s;
}
.header .box .close span:nth-child(2) {
  width: 60%;
}
.header .box .close.on span {
  margin: 5px 0;
}
.header .box .close.on span:nth-child(1) {
  transform: rotateZ(45deg);
  transform-origin: left center;
}
.header .box .close.on span:nth-child(2) {
  opacity: 0;
}
.header .box .close.on span:nth-child(3) {
  transform-origin: left center;
  transform: rotateZ(-45deg);
}
.header .box .right {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 1.55rem;
}
@media (max-width: 991px) {
  .header .box .right {
    width: 100vw;
    height: calc(100vh - 1rem);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0.2rem 5%;
    overflow-y: auto;
    display: none;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .header .box .right .menu {
    width: 100%;
  }
}
.header .box .right .menu>ul {
  display: flex;
}
@media (max-width: 991px) {
  .header .box .right .menu>ul {
    flex-wrap: wrap;
  }
}
.header .box .right .menu>ul>li {
  padding: 0 0.3rem;
}
@media (max-width: 991px) {
  .header .box .right .menu>ul>li {
    width: 100%;
    padding: 0;
  }
}
.header .box .right .menu>ul>li .m-title {
  height: 75px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header .box .right .menu>ul>li .m-title {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
  }
}
.header .box .right .menu>ul>li .m-title a {
  color: #fff;
  transition: all 0.4s;
  line-height: 1.55555556em;
  height: 1.55555556em;
  overflow: hidden;
}
@media (max-width: 991px) {
  .header .box .right .menu>ul>li .m-title a {
    color: #000;
  }
}
.header .box .right .menu>ul>li .m-title a span {
  display: block;
  pointer-events: none;
}
.header .box .right .menu>ul>li .m-title a span:nth-child(2) {
  color: #0879f3;
}
.header .box .right .menu>ul>li .m-title i {
  width: 10px;
  margin-left: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .header .box .right .menu>ul>li .m-title i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.header .box .right .menu>ul>li .m-title i svg path {
  fill: #fff;
  transition: all 0.4s;
}
.header .box .right .menu>ul>li .s-menu {
  width: 1260px;
  max-width: 100vw;
  background: #fff;
  border-radius: 0 0 0.15rem 0.15rem;
  border: 1px solid #f4f4f4;
  position: absolute;
  top: 100%;
  left: -0.25rem;
  display: none;
}
@media (max-width: 1600px) {
  .header .box .right .menu>ul>li .s-menu {
    width: 1160px;
  }
}
@media (max-width: 1440px) {
  .header .box .right .menu>ul>li .s-menu {
    width: 1040px;
  }
}
@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu {
    width: 920px;
  }
}
@media (max-width: 991px) {
  .header .box .right .menu>ul>li .s-menu {
    width: 100%;
    position: relative;
    left: initial;
    top: initial;
    border-radius: 0;
    border: none;
  }
}
.header .box .right .menu>ul>li .s-menu .sboxs {
  width: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .header .box .right .menu>ul>li .s-menu .sboxs {
    flex-wrap: wrap;
  }
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left {
  width: 29.31034483%;
  border-right: 1px solid #f4f4f4;
  padding: 0.3rem 0.25rem 0.28rem;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-left {
    width: 32.75862069%;
  }
}
@media (max-width: 991px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-left {
    width: 100%;
    border-right: none;
    padding: 0.2rem 0;
  }
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul {
  width: 100%;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li {
  width: 100%;
  transform: translateY(0.5rem);
  opacity: 0;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(1) {
  transition: all 0.4s 0.05s;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(2) {
  transition: all 0.4s 0.1s;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(3) {
  transition: all 0.4s 0.15s;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(4) {
  transition: all 0.4s 0.2s;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(5) {
  transition: all 0.4s 0.25s;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li:nth-child(6) {
  transition: all 0.4s 0.3s;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a {
  width: 100%;
  height: 0.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 0.15rem 0 0.28rem;
  border-radius: 0.25rem;
  transition: all 0.4s;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a {
    padding: 0;
    height: 0.8rem;
  }
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .s1 {
  color: #000;
  line-height: 1.55555556em;
  transition: all 0.4s;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .s2 {
  color: #999;
  line-height: 1.625em;
  padding-left: 0.34rem;
  position: relative;
  transition: all 0.4s;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .s2::before {
  content: '';
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0.14rem;
  top: 50%;
  transform: translateY(-50%);
  background: #ccc;
  border-radius: 50%;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .icons {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-left: auto;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .icons i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transform: translateX(-100%);
  transition: all 0.5s;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .icons i svg {
  width: 50%;
  height: 50%;
  transform: rotateZ(-90deg);
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .icons i svg path {
  fill: #0879f3;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a .icons i:nth-child(2) svg path {
  fill: #ddd;
}
@media (min-width: 992px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a:hover {
    background: #f4f4f4;
  }
  .header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a:hover .s1 {
    color: #0879f3;
  }
  .header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a:hover .s2 {
    padding-left: 0.4rem;
  }
  .header .box .right .menu>ul>li .s-menu .sboxs .s-left>ul>li a:hover .icons i {
    transform: translateX(0);
  }
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-left.on>ul>li {
  transform: translateY(0);
  opacity: 1;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right {
  width: 73.27586207%;
  padding: 0.4rem 0.47rem 0.65rem 0.43rem;
}
@media (max-width: 991px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-right {
    display: none;
  }
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li {
  width: 100%;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read {
  width: 52.63157895%;
}
@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read {
    width: 50%;
  }
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read .r-t1 {
  color: #ccc;
  line-height: 1.625em;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read .r-list {
  width: 100%;
  margin-top: 0.16rem;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read .r-list a {
  width: 100%;
  line-height: 1.71428571em;
  color: #999;
  transition: all 0.4s;
  display: block;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-read .r-list a:hover {
    color: #0879f3;
    padding-left: 5px;
  }
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book {
  width: 43.42105263%;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book {
    width: 100%;
  }
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book a {
  width: 100%;
  display: block;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .a1 {
  margin-bottom: 0.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .a1:last-child {
  margin-bottom: 0;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .a1 img {
  width: 100%;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt1 {
  width: 100%;
  min-height: 1.5rem;
  padding: 0.26rem 0.28rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  position: relative;
  z-index: 2;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt1 .rt1-t1 {
  width: 100%;
  color: #0879f3;
  line-height: 1.5em;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt1 .rt1-t2 {
  width: 100%;
  line-height: 1;
  margin-top: 5px;
  color: #0879f3;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 {
  width: 100%;
  padding: 0.18rem 0.28rem;
  background: #f8f8f8;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t1 {
  color: #1a1a1a;
  line-height: 1.55555556em;
  display: flex;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t1 span {
  position: relative;
  z-index: 2;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t1 span::before {
  content: '';
  width: 0;
  height: 3px;
  background: #0879f3;
  position: absolute;
  left: 0;
  bottom: 0.27777778em;
  transition: all 0.6s;
  z-index: -1;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t2 {
  color: #0879f3;
  line-height: 1.71428571em;
  margin-top: 0.06rem;
  display: flex;
  align-items: center;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t2 i {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t2 i svg {
  width: 50%;
  height: 50%;
  transform: rotateZ(-90deg);
}
.header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book .rt2 .rt2-t2 i svg path {
  fill: #0879f3;
}
@media (min-width: 992px) {
  .header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book:hover .bg img {
    transform: scale(1.05);
  }
  .header .box .right .menu>ul>li .s-menu .sboxs .s-right>ul>li .sbox .r-book:hover .rt2 .rt2-t1 span::before {
    width: 100%;
  }
}
.header .box .right .menu>ul>li .s-menu2 {
  width: 100vw;
  position: fixed;
  top: 75px;
  left: 0;
  display: none;
  background: #fff;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  background: #fff;
  position: relative;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox::before {
  content: '';
  height: 100%;
  width: 50vw;
  background: #f5f7f9;
  position: absolute;
  top: 0;
  right: 100%;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left {
  width: calc(500/1920*100%);
  background: #f5f7f9;
  padding: 0.34rem 0.75rem 0.5rem 0.9rem;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left {
    width: calc(420/1920*100%);
    padding: 0.34rem 0.5rem 0.5rem;
  }
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .t1 {
  color: #000;
  line-height: calc(28/18);
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .t2 {
  color: #999;
  margin-top: 0.3rem;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more {
  margin-top: 0.44rem;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a {
  display: flex;
  align-items: center;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a span {
  color: #0879f3;
  position: relative;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a span::before {
  content: '';
  width: 0;
  height: 1px;
  background: #0879f3;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #0879f3;
  margin-left: 12px;
  flex-shrink: 0;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a i svg {
  width: 45%;
  height: 45%;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a i svg path {
  fill: #fff;
}
@media (min-width: 992px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a:hover span::before {
    width: 100%;
  }
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .more a:hover i svg {
    animation: arrowRun 5s infinite;
  }
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .tousu {
  display: inline-flex;
  align-items: center;
  color: #999;
  transition: all 0.4s;
  margin-top: 1.1rem;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .tousu span {
  width: 18px;
  height: 18px;
  background: #0751d0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .tousu i {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .tousu i svg {
  width: 100%;
  object-fit: contain;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .tousu i svg path {
  fill: #999;
  transition: all 0.4s;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .tousu:hover {
  color: #0751d0;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-left .tousu:hover i svg path {
  fill: #0751d0;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center {
  position: relative;
  width: calc(840/1920*100%);
  display: flex;
  padding: 0.3rem 0.4rem;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center {
    width: calc(1040/1920*100%);
    padding: 0.3rem;
  }
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox {
  width: calc(310/800*100%);
  margin-right: 0.4rem;
}
@media (max-width: 1600px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox {
    width: calc(260/800*100%);
    margin-right: 0.2rem;
  }
}
@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox {
    width: calc(260/800*100%);
    margin-right: 0.2rem;
  }
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox:nth-child(3) {
  margin-right: 0;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox .t1 {
  width: 100%;
  color: #999;
  line-height: calc(26/16);
  border-bottom: 1px solid #f4f4f4;
  padding: 0 0.25rem 0.16rem;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul {
  width: 100%;
  margin-top: 0.2rem;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li {
  width: 100%;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a {
  width: 100%;
  height: 0.5rem;
  border-radius: 0.25rem;
  padding: 0 0.2rem 0 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a {
    padding: 0 0.2rem;
    height: 0.7rem;
    border-radius: 0.35rem;
  }
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a span {
  color: #333;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a span {
    font-size: 14px;
  }
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a .icons {
  width: 20px;
  height: 20px;
  display: flex;
  overflow: hidden;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-100%);
  transition: all 0.5s;
  flex-shrink: 0;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i svg {
  width: 50%;
  height: 50%;
  transform: rotateZ(-90deg);
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i svg path {
  fill: #ddd;
  transition: all 0.4s;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a .icons i:nth-child(1) svg path {
  fill: #0879f3;
  transition: all 0.4s;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a:hover {
  background: #f4f4f4;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a:hover span {
  color: #0879f3;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .mbox>ul>li a:hover .icons i {
  transform: translateX(0);
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .c-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0.4rem;
  left: 0.65rem;
  width: 84%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .c-more {
    width: 55.5%;
    left: 0.55rem;
  }
}
@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .c-more {
    width: 54%;
    left: 0.55rem;
  }
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .c-more img {
  transition: all 0.2s;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-center .c-more:hover img {
  transform: scale(1.03);
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right {
  width: calc(580/1920*100%);
  padding: 0.4rem 1.2rem 0.4rem 0.48rem;
  border-left: 1px solid #f4f4f4;
}
@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right {
    width: calc(480/1920*100%);
    padding: 0.4rem;
  }
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right .a1 {
  width: 100%;
  display: flex;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right .a1:last-child {
  margin-bottom: 0;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right .a1 img {
  width: 100%;
  transition: all 0.4s;
}
.header .box .right .menu>ul>li .s-menu2 .new-sbox .n-right .a1:hover img {
  transform: scale(1.05);
}
.header .box .right .menu>ul>li .s-menu2 .n-right2 {
  width: auto;
  display: flex;
  padding: 0.4rem 0.7rem;
  border-left: 1px solid #f4f4f4;
}
@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .n-right2 {
    padding: 0.4rem 0.5rem;
  }
}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a {
  width: 3.6rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-right: 0.4rem;
  background: #f8f8f8;
}
@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2 .n-right2 a {
    width: calc(50% - 0.2rem);
  }
}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a:last-child {
  margin-right: 0;
}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .public-img {
  width: 100%;
}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .public-img::before {
  padding-top: calc(200/420*100%);
}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .public-img img {
  transition: all 0.4s;
}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .public-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox {
  width: 100%;
  padding: 0.18rem 0.28rem;
}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .t1 {
  color: #1a1a1a;
  line-height: calc(28/18);
  transition: all 0.4s;
  min-height: calc(28/18*2em);
}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more {
  font-size: 14px;
  line-height: 24px;
  color: #0879f3;
  margin-top: 7px;
  display: inline-flex;
  align-items: center;
}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more .icons {
  width: 20px;
  height: 20px;
  display: flex;
  overflow: hidden;
}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more .icons i {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: translateX(-100%);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more .icons i svg {
  width: 50%;
  height: 50%;
  transform: rotateZ(-90deg);
}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more .icons i svg path {
  fill: #0879f3;
}
@media (min-width: 992px) {
  .header .box .right .menu>ul>li .s-menu2 .n-right2 a .tbox .more:hover .icons i {
    transform: translateX(0);
  }
}
.header .box .right .menu>ul>li .s-menu2 .n-right2 a:hover .public-img img {
  transform: scale(1.05);
}
.header .box .right .menu>ul>li .s-menu2.s-about .n-left .more {
  display: none;
}
.header .box .right .menu>ul>li .s-menu2.s-about .n-center {
  width: calc(320/1920*100%);
}
@media (max-width: 1280px) {
  .header .box .right .menu>ul>li .s-menu2.s-about .n-center {
    width: calc(420/1920*100%);
  }
}
.header .box .right .menu>ul>li .s-menu2.s-about .n-center .mbox {
  width: 100%;
}
@media (min-width: 992px) {
  .header .box .right .menu>ul>li:hover .m-title a span {
    transition: all 0.6s;
    transform: translateY(-100%);
  }
  .header .box .right .menu>ul>li:hover .m-title i svg path {
    fill: #0879f3;
  }
}
.header .box .right .r-box {
  display: flex;
  position: absolute;
  right: 0.51rem;
  align-items: center;
}
@media (max-width: 991px) {
  .header .box .right .r-box {
    position: relative;
    right: initial;
    margin-top: 0.5rem;
  }
}
.header .box .right .r-box .language {
  margin-right: 0.56rem;
  display: none;
}
.header .box .right .r-box .language a {
  display: flex;
  align-items: center;
}
.header .box .right .r-box .language a .icons {
  width: 24px;
  height: 24px;
  display: flex;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .header .box .right .r-box .language a .icons {
    width: 20px;
    height: 20px;
  }
}
.header .box .right .r-box .language a .icons svg {
  width: 100%;
  height: 100%;
}
.header .box .right .r-box .language a .icons svg path {
  fill: #fff;
  opacity: 1;
  transition: all 0.4s;
}
.header .box .right .r-box .language a span {
  color: #fff;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .header .box .right .r-box .language a:hover .icons svg path {
    fill: #0879f3;
  }
  .header .box .right .r-box .language a:hover span {
    color: #0879f3;
  }
}
.header .box .right .r-box .getCase {
  display: flex;
  position: relative;
  z-index: 2;
}
.header .box .right .r-box .getCase a {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 25px;
  border-radius: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .header .box .right .r-box .getCase a {
    height: 0.8rem;
    border-radius: 0.4rem;
    padding: 0 0.2rem 0 0.4rem;
  }
}
.header .box .right .r-box .getCase a::before {
  content: '';
  width: 100%;
  height: 45px;
  border-radius: 25px;
  background: #0879f3;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .header .box .right .r-box .getCase a::before {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.header .box .right .r-box .getCase a span {
  color: #fff;
  line-height: 1.55555556em;
  transition: all 0.4s;
}
.header .box .right .r-box .getCase a i {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header .box .right .r-box .getCase a i {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.header .box .right .r-box .getCase a i svg {
  width: 40%;
  height: 40%;
  animation: arrowRun 5s infinite;
}
.header .box .right .r-box .getCase a i svg path {
  fill: #fff;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .header .box .right .r-box .getCase a:hover::before {
    width: 45px;
  }
  .header .box .right .r-box .getCase a:hover i {
    transform: translateX(9px);
  }
  .header .box .right .r-box .getCase a:hover i svg path {
    fill: #fff;
  }
}
.header.hstyle,
.header.hstyle2 {
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}
.header.hstyle .box .logo a img:nth-child(1),
.header.hstyle2 .box .logo a img:nth-child(1) {
  opacity: 0;
}
.header.hstyle .box .logo a img:nth-child(2),
.header.hstyle2 .box .logo a img:nth-child(2) {
  opacity: 1;
}
.header.hstyle .box .close span,
.header.hstyle2 .box .close span {
  background: #000;
}
.header.hstyle .box .right .menu>ul>li .m-title a,
.header.hstyle2 .box .right .menu>ul>li .m-title a {
  color: #333;
}
.header.hstyle .box .right .menu>ul>li .m-title a span:nth-child(2),
.header.hstyle2 .box .right .menu>ul>li .m-title a span:nth-child(2) {
  color: #0879f3;
}
.header.hstyle .box .right .menu>ul>li .m-title i svg path,
.header.hstyle2 .box .right .menu>ul>li .m-title i svg path {
  fill: #333;
}
@media (min-width: 992px) {
  .header.hstyle .box .right .menu>ul>li:hover .m-title i svg path,
  .header.hstyle2 .box .right .menu>ul>li:hover .m-title i svg path {
    fill: #0879f3;
  }
}
.header.hstyle .box .right .language a .icons svg path,
.header.hstyle2 .box .right .language a .icons svg path {
  fill: #333;
}
.header.hstyle .box .right .language a span,
.header.hstyle2 .box .right .language a span {
  color: #333;
}
@media (min-width: 992px) {
  .header.hstyle .box .right .language a:hover .icons svg path,
  .header.hstyle2 .box .right .language a:hover .icons svg path {
    fill: #0879f3;
  }
  .header.hstyle .box .right .language a:hover span,
  .header.hstyle2 .box .right .language a:hover span {
    color: #0879f3;
  }
}
@media (min-width: 992px) {
  .header.hstyle .box .right .getCase a:hover span,
  .header.hstyle2 .box .right .getCase a:hover span {
    color: #333;
  }
}
.header.head-move {
  top: -80px !important;
}
@media (max-width: 991px) {
  .header.head-move {
    top: -1.25rem !important;
  }
}
.mb-header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  background: #fff;
  display: none;
}
@media (max-width: 991px) {
  .mb-header {
    display: block;
  }
}
.mb-header .top {
  width: 100%;
  height: 1.2rem;
  padding: 0 0.35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 2;
}
.mb-header .top .logo {
  width: 4.05rem;
  height: 0.7rem;
  display: flex;
}
.mb-header .top .logo a {
  width: 100%;
  height: 100%;
  display: flex;
}
.mb-header .top .logo a img,
.mb-header .top .logo a svg {
  width: 100%;
  display: flex;
  opacity: 1;
  object-fit: contain;
}
.mb-header .top .logo a img rect,
.mb-header .top .logo a svg rect {
  fill: transparent;
}
.mb-header .top .logo a img .cls-4,
.mb-header .top .logo a svg .cls-4 {
  fill: #000;
}
.mb-header .top .close {
  width: 22px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.mb-header .top .close span {
  width: 100%;
  height: 2px;
  background: #000;
  margin: 3px 0;
  border-radius: 2px;
  transition: all 0.3s;
}
.mb-header .top .close span:nth-child(2) {
  width: 60%;
  margin: 3px 0 3px auto;
}
.mb-header .top .close.on span:nth-child(1) {
  transform: rotateZ(45deg);
  transform-origin: left center;
}
.mb-header .top .close.on span:nth-child(2) {
  opacity: 0;
}
.mb-header .top .close.on span:nth-child(3) {
  transform-origin: left center;
  transform: rotateZ(-45deg);
}
.mb-header .down {
  width: 100%;
  height: 100vh;
  border-top: 1px solid #eee;
  padding-top: 1.2rem;
  position: absolute;
  top: 0;
  background: #fff;
  display: none;
}
.mb-header .down::before {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
.mb-header .down .dbox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}
.mb-header .down .dbox ul {
  width: 100%;
  padding: 0 0.55rem;
}
.mb-header .down .dbox ul li {
  border-bottom: 1px solid #eee;
  position: inherit;
}
.mb-header .down .dbox ul li .s-txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
}
.mb-header .down .dbox ul li .s-txt a {
  line-height: 1.5em;
  color: #333;
  position: relative;
  transition: all 0.4s;
  display: block;
  width: 100%;
}
.mb-header .down .dbox ul li .s-txt i {
  width: 1rem;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mb-header .down .dbox ul li .s-txt i svg {
  width: 12px;
  height: 12px;
  transition: all 0.4s;
}
.mb-header .down .dbox ul li .s-txt i svg path {
  fill: #e9e9e9;
}
.mb-header .down .dbox ul li .ss-menu {
  width: 100%;
  padding: 0 3% 0.2rem;
  display: none;
}
.mb-header .down .dbox ul li .ss-menu .s-link {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
.mb-header .down .dbox ul li .ss-menu .s-link:last-child {
  border-bottom: none;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-t1 {
  width: 100%;
  height: 0.78rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.1rem 0.2rem;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-t1 a {
  color: #aaa;
  transition: all 0.4s;
  width: 100%;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-t1 i {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-t1 i svg {
  width: 12px;
  height: 12px;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-t1 i svg path {
  fill: #e9e9e9;
  transition: all 0.4s;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-t1.on a {
  color: #0879f3;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-t1.on i svg path {
  fill: #0879f3;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox {
  width: 100%;
  padding: 0.1rem 0.3rem 0.2rem;
  display: none;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 18px;
  margin-bottom: 0.1rem;
  display: block;
  width: 100%;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a span {
  color: #666;
  transition: all 0.4s;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a span::before {
  display: none;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a::before {
  content: '';
  width: 2px;
  height: 2px;
  background: #666;
  transition: all 0.4s;
  position: absolute;
  left: 7px;
  top: 9px;
  transform: translateY(-50%);
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a i {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a i svg {
  transform: rotateZ(-90deg);
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a i svg path {
  fill: #666;
  transition: all 0.4s;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a:hover span {
  color: #0879f3;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a:hover::before {
  background: #0879f3;
}
.mb-header .down .dbox ul li .ss-menu .s-link .s-lbox a:hover i svg path {
  fill: #0879f3;
}
.mb-header .down .dbox ul li.on .s-txt a {
  color: #0879f3;
}
.mb-header .down .dbox ul li.on .s-txt i svg {
  transform: rotateZ(-180deg);
}
.mb-header .down .dbox ul li.on .s-txt i svg path {
  fill: #0879f3;
}
.mb-header .down .dbox .other {
  width: 100%;
  margin-top: auto;
  padding-top: 0.4rem;
}
.mb-header .down .dbox .other .otop {
  width: 100%;
}
.mb-header .down .dbox .other .otop .txt {
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}
.mb-header .down .dbox .other .otop .txt span {
  position: relative;
}
.mb-header .down .dbox .other .otop .txt span::before {
  content: '';
  width: 1rem;
  height: 1px;
  background: linear-gradient(to right, #dddddd, rgba(221, 221, 221, 0));
  position: absolute;
  left: calc(100% + 0.3rem);
  top: 50%;
  transform: translateY(-50%);
}
.mb-header .down .dbox .other .otop .txt span::after {
  content: '';
  width: 1rem;
  height: 1px;
  background: linear-gradient(to left, #dddddd, rgba(221, 221, 221, 0));
  position: absolute;
  right: calc(100% + 0.3rem);
  top: 50%;
  transform: translateY(-50%);
}
.mb-header .down .dbox .other .otop .more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
.mb-header .down .dbox .other .odown {
  width: 100%;
  border-top: 1px solid #ddd;
  background: #f5f7f9;
  display: flex;
  margin-top: 0.5rem;
}
.mb-header .down .dbox .other .odown .tel {
  width: 61.33333333%;
  display: flex;
  align-items: center;
  padding: 0.3rem 0 0.3rem 0.35rem;
}
.mb-header .down .dbox .other .odown .tel i {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.15rem;
}
.mb-header .down .dbox .other .odown .tel i svg {
  width: 0.3rem;
  height: 0.3rem;
}
.mb-header .down .dbox .other .odown .tel i svg path {
  fill: #0879f3;
}
.mb-header .down .dbox .other .odown .tel p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.mb-header .down .dbox .other .odown .tel p span {
  display: block;
  color: #000;
  font-size: 18px;
}
.mb-header .down .dbox .other .odown .wx {
  display: flex;
  align-items: center;
  padding: 0.3rem 0 0.3rem 0.45rem;
}
.mb-header .down .dbox .other .odown .wx i {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.15rem;
}
.mb-header .down .dbox .other .odown .wx i svg {
  width: 0.3rem;
  height: 0.3rem;
}
.mb-header .down .dbox .other .odown .wx i svg path {
  fill: #0879f3;
}
.mb-header .down .dbox .other .odown .wx span {
  color: #666;
  font-size: 14px;
}
footer{
  height: 100vh;
}
.footer {
  width: 100%;
  border-top: 1px solid #f1f1f1;
  overflow: hidden;
  height: 550px;
}
@media (max-width: 767px) {
  .footer {
    display: none;
  }
}
.footer .top {
  width: 100%;
}
.footer .top .container {
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
}
.footer .top .container .left {
  width: 62.5%;
  padding: 0.87rem 0 0;
}
@media (max-width: 991px) {
  .footer .top .container .left {
    width: 100%;
  }
}
.footer .top .container .left .ltop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer .top .container .left .ltop .sleft {
  width: 31%;
  margin-right: 18%;
}
@media (max-width: 1600px) {
  .footer .top .container .left .ltop .sleft {
    width: 36%;
    margin-right: 12%;
  }
}
@media (max-width: 991px) {
  .footer .top .container .left .ltop .sleft {
    width: 45%;
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .footer .top .container .left .ltop .sleft {
    width: 100%;
    margin-right: 0;
  }
}
.footer .top .container .left .ltop .sleft .logo {
  display: flex;
  flex-wrap: wrap;
}
.footer .top .container .left .ltop .sleft .logo a {
  height: 48px;
  display: flex;
}
.footer .top .container .left .ltop .sleft .logo a img {
  height: 100%;
}
.footer .top .container .left .ltop .sleft .logo .txt {
  width: 100%;
  line-height: 1.5em;
  color: #808080;
  margin-top: 0.1rem;
}
.footer .top .container .left .ltop .sleft .form {
  width: 100%;
  margin-top: 0.7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer .top .container .left .ltop .sleft .form {
    margin-top: 0.3rem;
  }
}
.footer .top .container .left .ltop .sleft .form .for {
  width: 100%;
  display: flex;
  height: 46px;
  position: relative;
}
@media (max-width: 767px) {
  .footer .top .container .left .ltop .sleft .form .for {
    height: 0.8rem;
  }
}
.footer .top .container .left .ltop .sleft .form .for .txt {
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  border-radius: 23px;
  padding-left: 0.18rem;
}
@media (max-width: 767px) {
  .footer .top .container .left .ltop .sleft .form .for .txt {
    border-radius: 0.4rem;
  }
}
.footer .top .container .left .ltop .sleft .form .for .txt::placeholder {
  color: #999;
}
.footer .top .container .left .ltop .sleft .form .for .btn {
  padding: 0 0.3rem;
  height: 100%;
  border-radius: 23px;
  background: #0879f3;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer .top .container .left .ltop .sleft .form .for .btn {
    width: 1.2rem;
    border-radius: 0.4rem;
  }
}
@media (min-width: 992px) {
  .footer .top .container .left .ltop .sleft .form .for .btn:hover {
    background: #26ec5a;
  }
}
.footer .top .container .left .ltop .sleft .form .tips {
  display: flex;
  align-items: center;
  margin-top: 0.14rem;
  transition: all 0.4s;
  opacity: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer .top .container .left .ltop .sleft .form .tips {
    opacity: 1 !important;
  }
}
.footer .top .container .left .ltop .sleft .form .tips i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  position: relative;
  flex-shrink: 0;
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.4s;
}
.footer .top .container .left .ltop .sleft .form .tips i::before {
  content: '';
  width: 7px;
  height: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotateZ(-45deg) translate(-50%, -50%);
  transform-origin: center center;
  margin-top: -5px;
}
.footer .top .container .left .ltop .sleft .form .tips i.on {
  background: #0879f3;
  border: 1px solid #0879f3;
}
.footer .top .container .left .ltop .sleft .form .tips span {
  color: #ccc;
  line-height: 1.71428571em;
}
.footer .top .container .left .ltop .smenu {
  position: relative;
}
@media (max-width: 767px) {
  .footer .top .container .left .ltop .smenu {
    display: none;
  }
}
.footer .top .container .left .ltop .smenu ul li .s-txt {
  display: flex;
}
.footer .top .container .left .ltop .smenu ul li .s-txt a {
  line-height: 1.5em;
  color: #333;
  position: relative;
  transition: all 0.4s;
}
.footer .top .container .left .ltop .smenu ul li .s-txt a::before {
  content: '';
  width: 0;
  height: 3px;
  background: #0879f3;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: all 0.4s;
}
.footer .top .container .left .ltop .smenu ul li .s-txt i {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.03rem;
  opacity: 0;
  transition: all 0.4s;
}
.footer .top .container .left .ltop .smenu ul li .s-txt i svg {
  width: 50%;
  height: 50%;
  animation: arrowRun 5s infinite;
}
.footer .top .container .left .ltop .smenu ul li .s-txt i svg path {
  fill: #0879f3;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu {
  position: absolute;
  left: calc(100% + 1.06rem);
  top: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .footer .top .container .left .ltop .smenu ul li .ss-menu {
    top: 0.1rem;
  }
}
@media (max-width: 1100px) {
  .footer .top .container .left .ltop .smenu ul li .ss-menu {
    left: calc(100% + 0.2rem);
  }
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f1f1f1;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(1) .s-t1 a {
  transition: all ease-in-out 0.4s 0.1s;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(2) .s-t1 a {
  transition: all ease-in-out 0.4s 0.12s;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(3) .s-t1 a {
  transition: all ease-in-out 0.4s 0.14s;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(4) .s-t1 a {
  transition: all ease-in-out 0.4s 0.16s;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(5) .s-t1 a {
  transition: all ease-in-out 0.4s 0.18s;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link:nth-child(6) .s-t1 a {
  transition: all ease-in-out 0.4s 0.2s;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1 {
  width: 100%;
  height: 0.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1 a {
  color: #aaa;
  transition: all 0.4s;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1 i {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1 i svg {
  width: 10px;
  height: 10px;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1 i svg path {
  fill: #e9e9e9;
  transition: all 0.4s;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1:hover a {
  color: #0879f3;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1:hover i svg path {
  fill: #0879f3;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1.on a {
  color: #0879f3;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-t1.on i svg path {
  fill: #0879f3;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox {
  width: 100%;
  padding-bottom: 0.12rem;
  display: none;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 18px;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a span {
  color: #666;
  transition: all 0.4s;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a span::before {
  display: none;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a::before {
  content: '';
  width: 2px;
  height: 2px;
  background: #666;
  transition: all 0.4s;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a i {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a i svg {
  transform: rotateZ(-90deg);
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a i svg path {
  fill: #666;
  transition: all 0.4s;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a:hover span {
  color: #0879f3;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a:hover::before {
  background: #0879f3;
}
.footer .top .container .left .ltop .smenu ul li .ss-menu .s-link .s-lbox a:hover i svg path {
  fill: #0879f3;
}
.footer .top .container .left .ltop .smenu ul li.on .s-txt a {
  color: #0879f3;
}
.footer .top .container .left .ltop .smenu ul li.on .s-txt a::before {
  width: 100%;
}
.footer .top .container .left .ltop .smenu ul li.on .s-txt i {
  opacity: 1;
}
.footer .top .container .left .ltop .smenu ul li.on .ss-menu {
  opacity: 1;
  z-index: 5;
  pointer-events: all;
}
.footer .top .container .left .ltop .smenu ul li.on .ss-menu .s-link a {
  opacity: 1;
  transform: translateY(0);
}
.footer .top .container .left .share {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.54rem;
}
.footer .top .container .left .share a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-right: 0.24rem;
}
.footer .top .container .left .share a>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  transition: all 0.4s;
}
.footer .top .container .left .share a>img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.footer .top .container .left .share a .ewm {
  width: 110px;
  height: 123px;
  padding: 3px 3px 16px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.footer .top .container .left .share a .ewm::before {
  content: '';
  width: 100%;
  height: calc(100% - 13px);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 0 0.13rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.footer .top .container .left .share a .ewm::after {
  content: '';
  border-top: 7px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.footer .top .container .left .share a .ewm img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.footer .top .container .left .share a:hover>img:nth-child(1) {
  opacity: 0;
}
.footer .top .container .left .share a:hover>img:nth-child(2) {
  opacity: 1;
}
.footer .top .container .left .share a:hover .ewm {
  display: block;
}
.footer .top .container .left .f-link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.71428571em;
  margin-top: 0.28rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .footer .top .container .left .f-link {
    display: none;
  }
}
.footer .top .container .left .f-link span {
  color: #999;
  margin-right: 0.4rem;
}
.footer .top .container .left .f-link a {
  color: #ccc;
  transition: all 0.4s;
  margin-right: 0.3rem;
}
@media (min-width: 992px) {
  .footer .top .container .left .f-link a:hover {
    color: #0879f3;
  }
}
.footer .top .container .right {
  width: 37.5%;
  border-left: 1px solid #f1f1f1;
  padding-top: 0.87rem;
}
@media (max-width: 1600px) {
  .footer .top .container .right {
    padding-top: 0.95rem;
  }
}
@media (max-width: 991px) {
  .footer .top .container .right {
    width: 100%;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .footer .top .container .right {
    padding-top: 0.5rem;
  }
}
.footer .top .container .right .rtop {
  position: relative;
}
.footer .top .container .right .rtop::before {
  content: '';
  width: 100vw;
  height: 1px;
  background-color: #f1f1f1;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .footer .top .container .right .rtop::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .top .container .right .rtop::before {
    display: none;
  }
}
.footer .top .container .right .rtop .tbox {
  padding: 0 0 0.69rem 0.5rem;
}
@media (max-width: 991px) {
  .footer .top .container .right .rtop .tbox {
    padding: 0 0 0.69rem 0;
  }
}
@media (max-width: 767px) {
  .footer .top .container .right .rtop .tbox {
    text-align: center;
  }
}
.footer .top .container .right .rtop .tbox .title {
  line-height: 1.33333333em;
  color: #333;
}
@media (max-width: 1600px) {
  .footer .top .container .right .rtop .tbox .title {
    font-size: 24px;
  }
}
.footer .top .container .right .rtop .tbox .txt {
  color: #666;
  line-height: 1.625em;
  margin-top: 0.07rem;
}
.footer .top .container .right .rtop .tbox .txt a {
  color: #0879f3;
}
.footer .top .container .right .rtop .tbox .btn {
  margin-top: 0.47rem;
  display: flex;
}
@media (max-width: 767px) {
  .footer .top .container .right .rtop .tbox .btn {
    justify-content: center;
  }
}
.footer .top .container .right .rtop .tbox .btn a {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 0.2rem 0 0.24rem;
  border-radius: 27px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .footer .top .container .right .rtop .tbox .btn a {
    padding: 0 0.3rem 0 0.34rem;
  }
}
@media (max-width: 767px) {
  .footer .top .container .right .rtop .tbox .btn a {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.cont-bg{
  position: relative;
}
.cont-bg .font-run {
     position: relative;
    top: -196px;
    text-align: center;
}
.cont-bg .container .more {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -0.04rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s;
}

.cont-bg .container .more::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #0879f3;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
}
.cont-bg .container .more:hover::before {
    transform: translate(-50%, -50%) scale(0.94);
  }
.cont-bg  .container .more a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont-bg .container .more a .btbox {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.1rem;
    transition: all 0.4s;
}
.cont-bg .container .more a .btbox img {
    width: 100%;
    height: 100%;
    animation: txtRun 10s linear forwards infinite;
}
.cont-bg .container .more a .txts {
    display: flex;
    position: relative;
}
.cont-bg .container .more a .txts span {
    line-height: 1.22222222em;
    color: #fff;
}
.cont-bg .container .more a .txts i {
    position: absolute;
    left: calc(100% + 3px);
    top: -3px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.footer .top .container .right .rtop .tbox .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #0879f3;
  border-radius: 27px;
  transition: all 0.4s;
}
.footer .top .container .right .rtop .tbox .btn a span {
  color: #fff;
  margin-right: 0.16rem;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.footer .top .container .right .rtop .tbox .btn a .icons {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
@media (max-width: 1600px) {
  .footer .top .container .right .rtop .tbox .btn a .icons {
    margin-left: 0.09rem;
  }
}
@media (max-width: 767px) {
  .footer .top .container .right .rtop .tbox .btn a .icons {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.footer .top .container .right .rtop .tbox .btn a .icons i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.5s;
}
.footer .top .container .right .rtop .tbox .btn a .icons i svg {
  width: 50%;
  height: 50%;
}
.footer .top .container .right .rtop .tbox .btn a .icons i svg path {
  fill: #fff;
}
@media (min-width: 992px) {
  .footer .top .container .right .rtop .tbox .btn a:hover span {
    color: #333;
  }
  .footer .top .container .right .rtop .tbox .btn a:hover::before {
    width: 45px;
  }
  .footer .top .container .right .rtop .tbox .btn a:hover .icons {
    transform: translateX(8px);
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .footer .top .container .right .rtop .tbox .btn a:hover .icons {
    transform: translateX(0.12rem);
  }
}
.footer .top .container .right .rtop .r-img {
  width: 65.66666667%;
  position: absolute;
  left: 49.33333333%;
  bottom: 0;
}
@media (max-width: 1600px) {
  .footer .top .container .right .rtop .r-img {
    left: 56%;
    width: 69%;
  }
}
@media (max-width: 1440px) {
  .footer .top .container .right .rtop .r-img {
    width: 73%;
  }
}
@media (max-width: 991px) {
  .footer .top .container .right .rtop .r-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .top .container .right .rtop .r-img {
    width: 100%;
    position: relative;
    left: initial;
  }
}
.footer .top .container .right .rtop .r-img .imgs {
  width: 43.75%;
  display: flex;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  .footer .top .container .right .rtop .r-img .imgs {
    width: 48%;
  }
}
.footer .top .container .right .rtop .r-img .imgs .ewm-tc {
  width: 100%;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0.1rem;
  padding: 8px 6px 13px;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: all 0.8s;
}
.footer .top .container .right .rtop .r-img .imgs .ewm-tc .img img {
  width: 100%;
}
.footer .top .container .right .rtop .r-img .imgs .ewm-tc .ts {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1600px) {
  .footer .top .container .right .rtop .r-img .imgs .ewm-tc .ts {
    font-size: 12px;
  }
}
.footer .top .container .right .rtop .r-img .imgs .ewm-tc .ts span {
  color: #0879f3;
}
.footer .top .container .right .rtop .r-img .imgs .public-img {
  width: 100%;
}
.footer .top .container .right .rtop .r-img .imgs .public-img::before {
  padding-top: 134.85714286%;
}
.footer .top .container .right .rtop .r-img .imgs .public-img img {
  transform: translateY(0.2rem);
  transition: all 0.8s;
}
.footer .top .container .right .rtop .r-img.on .ewm-tc {
  top: 0 !important;
}
.footer .top .container .right .rtop .r-img.on .public-img img {
  transform: translateY(100%) !important;
}
@media (min-width: 992px) {
  .footer .top .container .right .rtop:hover .r-img .imgs .public-img img {
    transform: translateY(0);
  }
}
.footer .top .container .right .rdown {
  display: flex;
  justify-content: space-between;
  padding: 0.48rem 0 0.2rem 0.5rem;
}
@media (max-width: 991px) {
  .footer .top .container .right .rdown {
    padding: 0.48rem 0 0.2rem;
  }
}
.footer .top .container .right .rdown .tbox .t1 {
  line-height: 1.71428571em;
  color: #999;
}
.footer .top .container .right .rdown .tbox .tel {
  line-height: 1.33333333em;
  color: #333;
}
.footer .top .container .right .rdown .tbox .email {
  line-height: 1.71428571em;
  color: #999;
  margin-top: 0.13rem;
}
.footer .top .container .right .rdown .wx-box {
  display: flex;
  align-items: center;
}
.footer .top .container .right .rdown .wx-box span {
  color: #999;
  line-height: 1.33333333em;
  margin-right: 0.18rem;
}
.footer .top .container .right .rdown .wx-box .icons {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.footer .top .container .right .rdown .wx-box .icons svg {
  width: 32.5%;
  height: 32.5%;
}
@media (max-width: 767px) {
  .footer .top .container .right .rdown .wx-box .icons svg {
    width: 50%;
    height: 50%;
  }
}
.footer .top .container .right .rdown .wx-box .icons svg path {
  fill: #0879f3;
}
.footer .top .container .right .rdown .wx-box .icons .wx-img {
  width: 110px;
  height: 120px;
  position: absolute;
  bottom: 90%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: center bottom;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .footer .top .container .right .rdown .wx-box .icons .wx-img {
    position: fixed;
    bottom: 50%;
    transform: translate(-50%, 50%);
    z-index: 9;
    width: 3rem;
    height: 3rem;
    display: none;
    opacity: 1;
  }
  .footer .top .container .right .rdown .wx-box .icons .wx-img::before {
    content: '';
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
.footer .top .container .right .rdown .wx-box .icons .wx-img span {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 0.08rem;
}
.footer .top .container .right .rdown .wx-box .icons .wx-img span img {
  width: 100%;
}
.footer .top .container .right .rdown .wx-box .icons .wx-img span::before {
  content: '';
  border-top: 0.05rem solid #fff;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
@media (max-width: 767px) {
  .footer .top .container .right .rdown .wx-box .icons .wx-img span::before {
    display: none;
  }
}
.footer .top .container .right .rdown .wx-box .icons .wx-img .close {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #0879f3;
  margin: 0.1rem auto 0;
  z-index: 2;
}
.footer .top .container .right .rdown .wx-box .icons .wx-img .close svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .footer .top .container .right .rdown .wx-box .icons .wx-img .close {
    display: flex;
  }
}
@media (min-width: 992px) {
  .footer .top .container .right .rdown .wx-box .icons:hover .wx-img {
    opacity: 1;
    bottom: 100%;
    transform: translateX(-50%) scale(1);
  }
}
.footer .down {
  width: 100%;
  border-top: 1px solid #f1f1f1;
  padding: 0.2rem 0 0.18rem;
}
.footer .down .container {
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .down .container .copyright {
  line-height: 1.71428571em;
  color: #ccc;
}
@media (max-width: 767px) {
  .footer .down .container .copyright {
    width: 100%;
    text-align: center;
    font-weight: 400;
  }
}
.footer .down .container .copyright a {
  color: #ccc;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .footer .down .container .copyright a {
    display: inline-block;
    margin-left: 0;
  }
}
.footer .down .container .copyright .tousu {
  display: inline-flex;
  align-items: center;
  color: #999;
}
.footer .down .container .copyright .tousu span {
  width: 18px;
  height: 18px;
  background: #0751d0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
}
.footer .down .container .copyright .tousu i {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}
.footer .down .container .copyright .tousu i svg {
  width: 100%;
  object-fit: contain;
}
.footer .down .container .copyright .tousu i svg path {
  fill: #999;
}
.footer .down .container .copyright .tousu:hover {
  color: #0751d0;
}
.footer .down .container .copyright .tousu:hover i svg path {
  fill: #0751d0;
}
.footer .down .container .menu {
  display: flex;
  align-items: center;
  color: #ccc;
}
@media (max-width: 767px) {
  .footer .down .container .menu {
    width: 100%;
    justify-content: center;
  }
}
.footer .down .container .menu a {
  line-height: 1.71428571em;
  color: #ccc;
  transition: all 0.4s;
  margin: 0 0.2rem;
}
.footer .down .container .menu a:first-child {
  margin: 0 0.2rem 0 0;
}
.footer .down .container .menu a:last-child {
  margin: 0 0 0 0.2rem;
}
@media (min-width: 992px) {
  .footer .down .container .menu a:hover {
    color: #0879f3;
  }
}
.footer-mb {
  width: 100%;
  padding: 0.65rem 0 0;
  display: none;
}
@media (max-width: 767px) {
  .footer-mb {
    display: block;
  }
}
.footer-mb .fbox1 {
  width: 100%;
  padding: 0 0.34rem;
}
.footer-mb .fbox1 .bs {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 0.15rem;
  display: flex;
  padding: 0.24rem 0.2rem;
  background: url(../images/footer-mb-bg.png) bottom center no-repeat;
  background-size: cover;
}
.footer-mb .fbox1 .bs .img1 {
  width: 1.24rem;
  height: 1.56rem;
  overflow: hidden;
  margin-bottom: -0.24rem;
}
.footer-mb .fbox1 .bs .img1 img {
  width: 100%;
}
.footer-mb .fbox1 .bs .txt {
  color: #666;
  line-height: 1.5em;
  margin-left: 0.46rem;
  margin-top: 0.3rem;
  font-size: 12px;
}
.footer-mb .fbox1 .bs .txt span {
  color: #0879f3;
}
.footer-mb .fbox1 .bs .img2 {
  width: 1.32rem;
  height: 1.32rem;
  border: 1px solid #eee;
  border-radius: 0.15rem;
  background: #fff;
  padding: 0.1rem;
  margin-left: auto;
}
.footer-mb .fmenu {
  width: 100%;
  margin-top: 0.58rem;
}
.footer-mb .fmenu ul li {
  border-top: 1px solid #eee;
}
.footer-mb .fmenu ul li .s-txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 5%;
}
.footer-mb .fmenu ul li .s-txt a {
  line-height: 1.5em;
  color: #333;
  position: relative;
  transition: all 0.4s;
}
.footer-mb .fmenu ul li .s-txt i {
  width: 1rem;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-mb .fmenu ul li .s-txt i svg {
  width: 12px;
  height: 12px;
  transition: all 0.4s;
}
.footer-mb .fmenu ul li .s-txt i svg path {
  fill: #e9e9e9;
}
.footer-mb .fmenu ul li .ss-menu {
  width: 100%;
  padding: 0 5% 0.1rem;
  display: none;
}
.footer-mb .fmenu ul li .ss-menu .s-link {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
.footer-mb .fmenu ul li .ss-menu .s-link:last-child {
  border-bottom: none;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-t1 {
  width: 100%;
  height: 0.78rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.1rem 0.3rem;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-t1 a {
  color: #aaa;
  transition: all 0.4s;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-t1 i {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-t1 i svg {
  width: 12px;
  height: 12px;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-t1 i svg path {
  fill: #e9e9e9;
  transition: all 0.4s;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-t1.on a {
  color: #0879f3;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-t1.on i svg path {
  fill: #0879f3;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox {
  width: 100%;
  padding: 0.1rem 0.3rem 0.2rem;
  display: none;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 18px;
  margin-bottom: 0.1rem;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a span {
  color: #666;
  transition: all 0.4s;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a span::before {
  display: none;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a::before {
  content: '';
  width: 2px;
  height: 2px;
  background: #666;
  transition: all 0.4s;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a i {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a i svg {
  transform: rotateZ(-90deg);
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a i svg path {
  fill: #666;
  transition: all 0.4s;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a:hover span {
  color: #0879f3;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a:hover::before {
  background: #0879f3;
}
.footer-mb .fmenu ul li .ss-menu .s-link .s-lbox a:hover i svg path {
  fill: #0879f3;
}
.footer-mb .fmenu ul li.on .s-txt a {
  color: #0879f3;
}
.footer-mb .fmenu ul li.on .s-txt i svg {
  transform: rotateZ(-180deg);
}
.footer-mb .fmenu ul li.on .s-txt i svg path {
  fill: #0879f3;
}
.footer-mb .fbox2 {
  width: 100%;
  background: #f5f7f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.56rem 0.42rem 0.56rem 0.54rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.footer-mb .fbox2 .logo a {
  width: 1.6rem;
  height: 0.68rem;
  display: flex;
}
.footer-mb .fbox2 .logo a svg {
  display: flex;
  opacity: 1;
}
.footer-mb .fbox2 .logo a svg rect {
  fill: transparent;
}
.footer-mb .fbox2 .logo a svg .cls-1 {
  fill: #000;
}
.footer-mb .fbox2 .form {
  width: 4.5rem;
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 2px;
}
.footer-mb .fbox2 .form .t1 {
  width: 100%;
  height: 0.72rem;
  border-radius: 0.36rem;
  background: #fff;
  border: 1px solid #eee;
  font-size: 12px;
  padding-left: 0.3rem;
}
.footer-mb .fbox2 .form .btn {
  width: 1.3rem;
  height: 0.72rem;
  border-radius: 0.36rem;
  position: absolute;
  right: 0;
  top: 0;
  background: #0879f3;
  color: #fff;
  font-size: 12px;
}
.footer-mb .copyright {
  width: 100%;
  background: #f5f7f9;
  text-align: center;
  color: #cccccc;
  font-size: 14px;
  line-height: 20px;
  padding: 0.24rem 0.2rem 0.2rem;
}
.footer-mb .copyright span {
  font-size: 12px;
}
.footer-mb .copyright span a {
  color: #ccc;
  display: inline-block;
}
@keyframes ani-svg {
  0% {
    opacity: .4;
    transform: translateY(-20px);
  }
  15% {
    opacity: .65;
    transform: translateY(-15px);
  }
  25% {
    opacity: .8;
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  65% {
    opacity: .8;
    transform: translateY(5px);
  }
  75% {
    opacity: .65;
    transform: translateY(10px);
  }
  100% {
    opacity: .4;
    transform: translateY(15px);
  }
}
.home-service-text {
    padding: 26px 28px 35px;
}
.home-service-text .std-h4 {
    margin-bottom: 0.35rem;
    font-size: 32px;
    color: #000;
    line-height: 1.5
}
.home-service-text dt {
    display: flex;
    margin-bottom: 15px;
}
.home-service-text-img {
    position: relative;
    height: 100%;
}
.open.home-service-text-img img:first-child {
    transform: scale(1);
}
.home-service-text-img img:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    width: 14px;
}
.home-service-text-img img:last-child {
    transition: all .6s ease-in-out;
}
.open.home-service-text-img img:last-child {
    transition-delay: .5s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.home-service-text dt p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    width: calc(100% - 22px);
    padding-left: 15px;
}
.home-service-text-img img:first-child {
    transition: all .36s ease-out;
}
.std-h4 i {
    font-style: normal;
    font-size: 0.24rem;
}
.public-btn a {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 25px;
  border-radius: 25px;
  position: relative;
  z-index: 2;
}
.public-btn a::before {
  content: '';
  width: 100%;
  height: 45px;
  border-radius: 25px;
  background: #0879f3;
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}
.public-btn a span {
  color: #fff;
  line-height: 1.55555556em;
  transition: all 0.4s;
}
.public-btn a i {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  transition: all 0.4s;
  overflow: hidden;
}
.sub-mouse {
  display: block;
  width: 50px;
  height: 57px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0px;
  z-index: 2;
}
.qedge-com-carousel-banner img {
  width: 502px;
  height: auto;
}
.sub-mouse span {
  text-align: center;
  display: block;
  position: relative;
  width: 50%;
  height: 100%;
  animation: ani-svg .85s linear 0s alternate infinite;
  margin: 0 auto;
}
.c-pc {
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  -webkit-animation: minus 5s 0s ease both infinite;
  -moz-animation: minus 5s 0s ease both infinite;
  animation: minus 5s 0s ease both infinite;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
/*缩小停止*/
@-webkit-keyframes minus {
  from {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  }
  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes minus {
  from {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  }
  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter p.wp-caption-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.banner .title {
  display: flex;
}
@media (max-width: 767px) {
  .indexzw {
    display: block;
  }
  .banner .title {
    display: block;
  }
}
.indexzw {
  display: block;
  width: 60px;
}
.banner .scrolldot {
  width: 23px;
  height: 40px;
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  font-size: 14px;
  color: #fff;
  background: url(../images/banner-mouse.png) no-repeat -23px 0px;
  text-align: center;
  animation: nudgeMouse 1.6s linear infinite;
}
.banner .scrolldot:after,
.banner .scrolldot::before {
  content: "";
  position: absolute;
}
.banner .scrolldot::before {
  width: 23px;
  height: 40px;
  background: url(../images/banner-mouse.png) no-repeat 0px 0px;
  -webkit-animation: colorSlide 1.6s linear infinite;
  animation: colorSlide 1.6s linear infinite;
  top: 0;
  left: 0;
}
.banner .scrolldot:after {
  background-color: #ffffff;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 1.6s linear infinite;
  animation: trackBallSlide 1.6s linear infinite;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@keyframes colorSlide {
  0% {
    height: 0;
  }
  90% {
    height: 40px;
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  34% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(4px);
    transform: scale(1) translateY(4px);
  }
  68% {
    opacity: 0.2;
    -webkit-transform: scale(1) translateY(16px);
    transform: scale(1) translateY(16px);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
}
.app {
  margin-bottom: 100vh;
  background: #fff;
  position: relative;
  z-index: 2;
}
.footDiv {
  box-sizing: border-box;
  width: 100%;
}
.footDiv .title {
  font-family: light;
  letter-spacing: 10px;
  font-size: 0.5rem;
  line-height: 1.4rem;
  padding-bottom: 0.9rem;
  margin-top: 19px;
  color: #000;
}
.footDiv .title i {
  font-style: normal;
  color: #0879f3;
}
.footDiv .leftDiv {
  width: 5.7rem;
}
.footDiv .midDiv {
  width: 4.7rem;
}
.footDiv .rightDiv {
  width: 3.96rem;
}
.footDiv .toptop {
  height: 2.0rem;
}
.footDiv .wen {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  height: 42px;
}
.footDiv .email {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 0.36rem;
  line-height: 0.36rem;
  padding-bottom: 8px;
  font-family: harmony;
}
.footDiv .email:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.footDiv .tel {
  color: #0879f3;
  font-size: 0.36rem;
  line-height: 0.36rem;
  font-family: harmony;
}
.footDiv .tel2 {
  color: #333;
}
.footDiv .txt {
  height: 0.65rem;
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #333;
}
.footDiv .msg {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  height: 125px;
}
.footDiv .more a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  width: 86px;
}
.footDiv .more a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 13px;
  background: url(../images/ico1.png) center no-repeat;
}
.footDiv .more a:hover {
  color: #0879f3;
}
.footDiv .more a:hover:after {
  background: url(../images/ico1on.png) center no-repeat;
  animation: iconAni 1.5s ease infinite;
}
.footNav li {
  padding-bottom: 0.3rem;
}
.footNav li a {
  font-size: 0.18rem;
  line-height: 0.18rem;
  display: block;
  color: #333;
}
.footNav li a span {
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  overflow: hidden;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.footNav li a:hover {
  color: #0879f3;
}
.footNav li a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footDiv .logo {
  padding-bottom: 15px;
}
.footDiv .msg2 {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
}
.footDiv .msg2 a {
  color: #333;
}
.footDiv .logo img {
  width: 256px;
  margin: 15px 0;
}
.std-box {
    display: inline-block;
}
.std-abox{
    background: #0879f3;
    display: flex;
    align-items: center;
    height: 50px;;
    padding: 6px 9px;
    border-radius: 25px;
    position: relative;
    transition: all .6s;
    width: 180px;
    overflow: hidden;
}
.std-abox p {
    font-size: 16px;
    line-height: 1.65;
    color: #fff;
    padding: 0;
    transition: all .6s;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 33px;
    opacity: 1;
    white-space: nowrap;
}
.std-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    font-size: 0;
    flex-shrink: 0;
    z-index: 2;
    transition: all .6s;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
}
.std-icon img {
    width: 66.666667%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: all .6s;
}
.std-icon img:nth-child(2) {
    opacity: 0;
}
.pupDemandMain {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 99;
}
    .pupDemandMain .pupDemandContainer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
         padding: 40px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
        .pupDemandMain.animat .pupDemandBox {
        width: 1400px;
        padding-left: 560px;
    }
    .pupDemandMain .pupDemandBox {
    width: 100%;
    padding-left: 0px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    position: relative;
    margin: 0px auto;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background-image: url(../images/img-a.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
    .pupDemandMain .pupDemandBox .pupDemandClose {
        right: 25px;
        top: 25px;
        width: 30px;
        height: 30px;
    }
        .pupDemandMain .pupDemandBox .pupDemandClose i {
        font-size: 24px;
    }
    .icon-guanbi:before {
    content: "\e614";
}
    .pupDemandMain .pupDemandBox .title {
        font-size: 36px;
        line-height: 46px;
        width: 560px;
        padding: 80px 0px 0px 60px;
    }
        .pupDemandMain .pupDemandBox .telBox {
        width: 560px;
        padding: 0px 0px 80px 60px;
    }
        .pupDemandMain .pupDemandBox .telBox .tel {
        font-size: 26px;
    }
        .pupDemandMain .pupDemandBox .telBox .desc {
        font-size: 14px;
    }
        .pupDemandMain .pupDemandBox .pupDemand {
        width: 840px;
        padding: 70px 100px 57.6px;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }
    .pupDemandMain .pupDemandBox .pupDemand form {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -20px;
    padding-right: 20px;
}
    .pupDemandMain .pupDemandBox .pupDemand .subTitle {
        font-size: 15px;
        padding: 20px 0px 0px 8px;
    }
        .pupDemandMain .pupDemandBox .pupDemand .subTitle::before {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
        .pupDemandMain .pupDemandBox .pupDemand .inputList {
        margin: 0px -10px;
        padding-top: 15px;
    }
        .pupDemandMain .pupDemandBox .pupDemand .inputList .list {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 0px 10px;
        padding-top: 20px;
    }
    .pupDemandMain .pupDemandBox .pupDemand .inputList .list input {
        height: 54px;
        -webkit-border-radius: 54px;
        border-radius: 54px;
        padding: 0px 23px;
        font-size: 15px;
    }
    .pupDemandMain .pupDemandBox .pupDemand .MultipleChoice .MultipleChoiceTitle {
        padding-top: 20px;
        font-size: 20px;
        font-weight: 550;
    }
    .pupDemandMain .pupDemandBox .pupDemand .MultipleChoice .MultipleChoiceList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@keyframes txtRun {
    form {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
  .std-box .std-abox:hover .std-icon img:nth-child(1) {
        opacity: 0;
    }
    .std-box  .std-abox:hover .std-icon img:nth-child(2) {
        opacity: 1;
    }
     .std-box  .std-abox:hover .std-icon {
        background: #0879f3;
        border: 1px solid #fff;
        right: 120px;
    }
      .std-box .std-abox:hover p {
        left: 77px;
        color:#fff;
    }
@media (max-width: 767px) {
  .footDiv .rightDiv {
    display: none;
  }
  .footDiv .leftDiv {
    display: none;
  }
  .footDiv {
    padding-top: 108px;
  }
  .footDiv .msg2 {
    font-size: 12px;
  }
  .footDiv .midDiv {
    width: 100%;
  }
}

.pupDemandMain {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 99;
    display: none;
}
.pupDemandMain .pupDemandContainer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pupDemandMain .pupDemandBox {
    width: 1400px;
    padding-left: 560px;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    position: relative;
    margin: 0px auto;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background-image: url(../images/img-a.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pupDemandClose i {
    font-size: 32px;
}
.pupDemandMain .pupDemandBox .pupDemandClose {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20;
    cursor: pointer;
}
.pupDemandMain .pupDemandBox .title {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 560px;
    padding: 80px 0px 0px 60px;
    font-size: 32px;
    line-height: 65px;
    font-weight: 600;
    color: #fff;
}
.pupDemandMain .pupDemandBox .telBox {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 560px;
    padding: 0px 0px 80px 60px;
}
.pupDemandMain .pupDemandBox .telBox .tel {
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
}
.pupDemandMain .pupDemandBox .telBox .desc {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.pupDemandMain .pupDemandBox .pupDemand {
    width: 100%;
    padding: 25px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    height: 100%;
    width: 100%;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.pupDemandMain .pupDemandBox .pupDemand form {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -20px;
    padding-right: 20px;
}
.pupDemandMain .pupDemandBox .pupDemand .subTitle {
    font-size: 13px;
    padding: 10px 0px 0px 8px;
    color: #2a2829;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pupDemandMain .pupDemandBox .pupDemand .inputList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    padding-top: 5px;
}
.pupDemandMain .pupDemandBox .pupDemand .inputList .list {
    width: 100%;
    margin: 0px;
    padding-top: 35px;
}
.pupDemandMain .pupDemandBox .pupDemand .MultipleChoice .MultipleChoiceTitle {
    padding-top: 15px;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 550;
}
.pupDemandMain .pupDemandBox .pupDemand .MultipleChoice .MultipleChoiceList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pupDemandMain .pupDemandBox .pupDemand .yourBudget .yourBudgetTitle {
    padding-top: 15px;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 550;
}
.pupDemandMain .pupDemandBox .pupDemand .yourBudget .yourBudgetList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pupDemandMain .pupDemandBox .pupDemand .btn input {
    font-size: 14px;
    height: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    width: 100%;
    background: #121212;
    color: #fff;
}
.pupDemandMain .pupDemandBox .pupDemand .inputList .list input {
    height: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    padding: 0px 15px;
    font-size: 12px;
    width: 100%;
    background: #fff;
    color: #2a2829;
}
.pupDemandMain .pupDemandBox .pupDemand .subTitle::before {
    width: 12px;
    height: 12px;
    background: #005CE6;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    content: '';
    display: block;
    margin-right: 15px;
}
input::placeholder {
    color: #000;
}
.hot img{
    width: 36px;
    position: relative;
    top: 4px;
    left: 2px;
 
}

@media (min-width: 1600px) {
    .pupDemandMain .pupDemandContainer {
        padding: 40px 20px;
    }
    .pupDemandMain .pupDemandBox .pupDemand .inputList .list input {
        height: 54px;
        -webkit-border-radius: 54px;
        border-radius: 54px;
        padding: 0px 23px;
        font-size: 15px;
    }
    .pupDemandMain .pupDemandBox .pupDemand {
        width: 840px;
        padding: 70px 100px 57.6px;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }
    .pupDemandMain .pupDemandBox .pupDemand .subTitle {
        font-size: 24px;
        padding: 20px 0px 0px 8px;
    }
    .pupDemandMain .pupDemandBox .pupDemand .inputList {
        padding-top: 15px;
    }
    .pupDemandMain .pupDemandBox .pupDemand .btn {
        margin-top: 45px;
    }
    .pupDemandMain .pupDemandBox .pupDemand .btn input {
        font-size: 14px;
        height: 54px;
        -webkit-border-radius: 54px;
        border-radius: 54px;
    }
}
 @keyframes scl {
     0% {
         transform: translate(-50%, -50%) scale(1);
         opacity: 1;
     }
     100% {
         transform: translate(-50%, -50%) scale(2);
         opacity: 0;
     }
 }
 @keyframes scl2 {
     0% {
         transform: translateY(0) rotateZ(90deg);
     }
     50% {
         transform: translateY(3px) rotateZ(90deg);
     }
     100% {
         transform: translateY(0) rotateZ(90deg);
     }
 }