html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

input,
select,
textarea {
  outline: none;
}

textarea {
  resize: none;
  /*规定用户是否可以调整元素的大小,为none不可以，为both，用户可调整元素的高度和宽度*/
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

div,
li {
  box-sizing: border-box;
}

caption,
th {
  text-align: left;
}

@font-face {
  font-family: "hb";
  src: url(../font/t.eot);
  src: url(../font/t.woff) format("woff"), url(../font/t.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* 清除浮动*/
.clearfix {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.o_hidden {
  overflow: hidden;
  position: relative;
}

.disnone {
  display: none;
}

body,
html {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "微软雅黑";
  font-size: #333;
}

a {
  color: #333;
  font-size: 14px;
}

.img {
  width: 100%;
  display: block;
}

.head {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 68px;
  z-index: 10;
  padding: 0px 5px;
  z-index: 9999999;
  background: #fff;
}

.head-c {
  width: 100% !important;
  height: 100%;
}

.logo {
  width: 170px;
  float: left;
  margin-top: 10px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}

.logo img {
  max-width: 100%;
  max-height: 40px !important;
  width: auto;
}

.logo > img:nth-child(2) {
  height: 58px;
  max-height: 58px !important;
}

.head-btn {
  width: 40px;
  height: 40px;
  background: #006db3;
  padding: 0px 10px;
  position: absolute;
  overflow: hidden;
  top: 5px;
  right: 5px;
  z-index: 3;
}

.head-btn:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
}

.head-btn:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
}

.head-btn p {
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 19px auto;
}

.head-btn.open p {
  display: none;
}

.head-btn.open:before {
  transform: rotate(45deg);
  top: 20px;
}

.head-btn.open:after {
  transform: rotate(-45deg);
  bottom: 18px;
}

.menu {
  width: 100%;
  display: none;
}

.head-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
}

.head-menu.active {
  visibility: visible;
}

.hm-ul {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-top: 50px;
  visibility: hidden;
  z-index: 3;
}

.hm-ul ul {
  width: 100%;
}

.hm-ul ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 5px 0px;
}

.hm-ul ul li a {
  color: #666666;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  display: block;
  margin-left: 35%;
  transition: 0.3s;
  opacity: 0;
}

.hm-ul ul li a img {
  display: block;
  margin: auto;
}

.head-menu.active .hm-ul ul li.view a {
  margin-left: 0%;
  opacity: 1;
}

.hm-circle {
  width: 800px;
  height: 800px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: -26%;
  right: -77%;
  transform: translate(50%, -50%) scale(0);
  -webkit-transform: translate(50%, -50%) scale(0);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  z-index: 2;
}

.head-menu.active .hm-circle {
  -webkit-transform: translate(0%, 0%) scale(1);
}

.head-menu.active .hm-ul {
  visibility: visible;
}

/*页码*/
.page {
  width: 100%;
  height: 30px;
  margin-top: 10px;
}

.page ul {
  width: 100%;
  height: 100%;
}

.page ul li {
  width: 40px;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 0px 5px;
}

.page ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  color: #999999;
  font-size: 12px;
}

.page ul li:hover a {
  background: #0081cc;
  color: #fff;
}

.page ul li.active span {
  background: #0081cc;
  color: #fff;
}

.page ul li span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
}

.page ul li:first-child {
  width: 60px;
}

.page ul li:last-child {
  width: 60px;
}

/*底部*/
.foot {
  width: 100%;
  padding-top: 20px;
  margin-top: 0px;
  /* border-top: 1px solid #ececec; */
  background: linear-gradient(to right bottom, #727272, #333333);
  margin-bottom: 0 !important;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.foot-c {
  width: 100% !important;
  padding: 10px;
  padding-right: 70px !important;
  max-width: 1920px;
}

.foot-txt {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.f-left {
  width: 100%;
}

.f-left img {
  width: 120px;
  display: block;
  margin-bottom: 10px;
}

.f-left p:nth-of-type(1) {
  font-size: 25px;
  font-weight: bold;
  font-family: "Nueva Std";
}

.f-left p {
  font-size: 12px;
  color: #333;
}

.f-left p img {
  width: 16px;
  float: left;
  display: block;
  margin-right: 4px;
}

.f-left p:nth-of-type(2) img {
  width: 20px;
}

.f-right {
  width: 100%;
}

.f-right ul {
  width: 260px;
  margin: auto;
}

.f-right ul li {
  width: 100px;
  float: left;
  margin-right: 30px;
}

.f-right ul li img {
  width: 100%;
  height: 100px;
  display: block;
}

.f-right ul li p {
  font-size: 12px;
  text-align: center;
}

.g-x {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-bottom: 10px;
  background: url(../img/1.png) no-repeat left top;
  background-size: cover;
  background-position: 5% 0;
  overflow: hidden;
  display: none;
}

.g-x a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gx-right {
  width: 30%;
  float: right;
  margin-top: 20px;
  margin-right: 10px;
}

.gx-right img {
  width: 100%;
  display: block;
  height: 100%;
}

/*弹窗*/
.close-bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.close-t {
  width: 300px;
  position: fixed;
  z-index: 11;
  background: #fff;
  top: 0%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  height: 352px;
  bottom: 0;
  display: none;
}

.ct-txt {
  width: 100%;
}

.ct-txt .ct-p {
  color: #2492d2;
  font-size: 14px;
  font-weight: bold;
}

.ct-list {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.ct-list ul {
  width: 100%;
}

.ct-list ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 5px 0px;
}

.ct-list a {
  width: 100px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-right: 4px;
  margin-top: 5px;
}

.ct-list .ct-b {
  background: #2492d2;
}

.ct-list .ct-b1 {
  background: #a0a0a0;
  letter-spacing: 5px;
}

.ct-d {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  padding-left: 10px;
}

.ct-d span {
  width: 70px;
  float: left;
  display: block;
  line-height: 30px;
}

.ct-d input {
  width: calc(100% - 70px);
  float: left;
  background: transparent;
  border: 0;
  line-height: 30px;
}

.f-center {
  display: none;
}

.gx-left {
  display: none;
}

/*在线咨询*/
.qq-zi {
  width: 100px;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
  display: none;
}

.qq-zi ul {
  width: 100%;
}

.qq-zi ul li,
.qqz-txt {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.qqz-txt {
  background: #006db3;
  padding: 5px;
}

.qqz-txt a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;

  text-align: center;
}

.qqz-txt .q-img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.qqz-txt p {
  color: #fff;
  display: inline-block;
}

.case-page {
  margin-top: 10px;
}

.case-page p {
  font-weight: bold;
  margin-bottom: 5px;
}

.bask {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 5px 0px;
}

.bask ul {
  width: 100%;
}

.bask ul li {
  width: 33.3%;
  float: left;
  position: relative;
  overflow: hidden;
}

.bask ul li a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bask ul li img {
  width: 25px;
  display: block;
  margin: auto;
}

.bask ul li p {
  text-align: center;
}

@media (min-width: 768px) {
  .bask {
    display: none;
  }

  .qq-zi {
    display: block;
  }

  .page {
    width: auto;
  }

  .hm-circle {
    width: 1600px;
    height: 1600px;
  }

  .gx-right {
    width: 15%;
  }

  .g-x {
    display: block;
  }

  .f-right ul {
    width: auto;
  }
}

@media (min-width: 992px) {
  .head-btn {
    display: none;
  }

  .head {
    transition: 0.3s;
  }

  .head.cur {
    padding-top: 0;
  }

  .head.cur:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgb(255, 255, 255); */
    z-index: -1;
  }

  .menu {
    width: 720px;
    display: block;
    float: right;
    position: relative;
    overflow: hidden;
  }

  .menu ul li {
    width: 12.2%;
    float: left;
    height: 100%;
  }

  /* .menu ul li:nth-child(6) {
        width: 17%;
    } */

  .menu ul li a {
    display: block;
    width: 100%;
    line-height: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #333333;
    height: 100%;
  }

  .m-div {
    width: 180px;
    float: left;
    margin-top: 10px;
  }

  .m-div .md-span {
    display: block;
    background: #3a3a84;
    color: #fff;
    border-radius: 25px;
    float: left;
    margin-right: 5px;
    box-sizing: border-box;
    padding: 5px;
  }

  .m-div .md-span1 {
    border: 1px solid #3a3a84;
    color: #3a3a84;
    display: block;
    border-radius: 25px;
    float: left;
    box-sizing: border-box;
    padding: 5px;
  }

  .head {
    z-index: 999;
  }

  .men-re {
    width: 144px;
    margin-top: 8px;
    float: right;
  }

  .men-re p img {
    width: 20px;
    display: block;
    float: left;
  }

  .men-re p span {
    color: #333333;
    font-family: "hb";
    position: relative;
    padding-left: 5px;
    margin-left: 5px;
    box-sizing: border-box;
  }

  .men-re p span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 10px;
    background: #dcdcdc;
    margin: auto;
    left: 0;
  }

  .men-re p:nth-of-type(2) {
    color: #666666;
    font-size: 12px;
    text-align: right;
  }

  .menu ul li:hover {
    background: #006db3;
  }

  .menu ul li:hover a {
    color: #fff;
  }

  .menu ul li.cur {
    background: #006db3;
  }

  .menu ul li.cur a {
    color: #fff;
  }

  .f-center {
    display: block;
    width: 40%;
    float: left;
    margin-left: 6%;
  }

  .foot-c {
    width: 768px;
    padding: 0px;
    margin: auto;
  }

  .f-left {
    width: 20%;
    float: left;
  }

  .f-left img {
    width: 90%;
  }

  .f-left p:nth-of-type(1) {
    font-size: 23px;
  }

  .f-left p img {
    margin-bottom: 0;
  }

  .f-center ul {
    width: 100%;
  }

  .f-center ul li {
    width: 33.3%;
    position: relative;
    overflow: hidden;
    float: left;
    padding: 0px 5px;
  }

  .f-center ul li a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #666666;
    font-size: 12px;
  }

  .f-center ul li a:nth-of-type(1) {
    font-size: 14px;
    color: #333;
  }

  .f-right {
    width: 226px;
    float: right;
  }

  .gx-right {
    width: 140px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .gx-left {
    display: block;
    width: 500px;
    margin: auto;
    margin-top: 20px;
  }

  .gx-left ul {
    width: 100%;
  }

  .gx-left ul li {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
  }

  .gx-left ul li p {
    color: #fff;
    font-size: 12px;
  }

  .gx-left ul li p span {
    font-family: "hb";
    font-size: 30px;
    position: relative;
    margin-right: 10px;
  }

  .gx-left ul li p span.gx-sp {
    font-size: 16px;
    position: absolute;
    top: -6px;
    right: -20px;
  }

  #foot .f-center ul li {
    width: 25%;
  }

  .f-right ul li {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .head-c {
    width: 1024px;
    margin: auto;
    transition: 0.5s;
    transform-origin: 50% 50%;
  }

  .head.cur {
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.2);
  }

  .head.cur .head-c {
    width: 98%;
  }

  .foot-c {
    width: 1024px;
  }

  .close-t {
    width: 760px;
  }

  .ct-txt {
    width: 87%;
    margin: auto;
  }

  .ct-txt .ct-p {
    font-size: 30px;
    text-align: center;
  }

  .ct-list ul li {
    width: 50%;
    padding: 10px;
    float: left;
  }

  .ct-d input {
    line-height: 40px;
    width: calc(100% - 100px);
  }

  .ct-d span {
    line-height: 40px;
    font-size: 16px;
    width: 100px;
  }

  .ct-list a {
    line-height: 40px;
    font-size: 16px;
    margin-top: 20px;
  }

  .foot {
    padding-top: 40px;
    margin-bottom: 20px;
  }

  .qq-zi {
    top: 24%;
  }
}

@media (min-width: 1440px) {
  .head-c {
    width: 1300px;
  }

  .head {
    height: 68px;
    padding: 0px;
  }

  .logo {
    width: 280px;
    margin-top: 20px;
  }

  .logo img {
    max-height: 40px;
  }

  .menu {
    width: 76%;
    height: 100%;
  }

  .menu ul {
    margin-top: 0;
    width: 76%;
  }

  .menu ul,
  .menu ul li {
    height: 100%;
  }

  .menu ul li a {
    font-size: 16px;
    line-height: 88px;
  }

  .men-re p img {
    width: 24px;
  }

  .men-re p span {
    font-size: 20px;
  }

  .men-re {
    width: 195px;
    margin-top: 28px;
  }

  .men-re p span:before {
    height: 15px;
  }

  .men-re p:nth-of-type(2) {
    font-size: 14px;
  }

  .foot-c {
    width: 1200px;
    margin: auto;
  }

  .f-left img {
    width: 220px;
    margin-bottom: 20px;
  }

  .f-left p:nth-of-type(2) img {
    width: 22px;
    margin-top: 0px;
  }

  .f-left p:nth-of-type(1) img {
    margin-right: 13px;
  }

  .f-left p:nth-of-type(1) {
    font-size: 25px;
  }

  .f-left p {
    font-size: 16px;
  }

  .f-center ul li a:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .f-center ul li a {
    font-size: 16px;
    line-height: 25px;
  }

  .f-center {
    margin-left: 10%;
  }

  .f-right ul li p {
    font-size: 16px;
    line-height: 30px;
  }

  .f-right ul li {
    margin-right: 30px;
  }

  .f-right ul li:last-child {
    margin-right: 0;
  }

  .f-right {
    width: 240px;
  }

  .gx-left ul li p span {
    font-size: 48px;
  }

  .gx-left {
    width: 700px;
    margin-top: 30px;
  }

  .gx-left ul li p {
    font-size: 20px;
    text-align: center;
  }

  .gx-right {
    width: 150px;
    right: 4%;
    top: 30%;
    height: 54px;
    bottom: 0;
    margin: auto;
  }

  .gx-left ul li p span.gx-sp {
    font-size: 20px;
    top: -1px;
  }

  .foot {
    padding-top: 80px;
    margin-bottom: 40px;
  }

  .qq-zi {
    top: 71%;
    transition: 0.5s;
    width: 120px;
    right: -75px;
  }

  .qq-zi:hover {
    right: 0%;
  }

  .qq-zi:hover .qqz-txt p {
    padding-left: 0px;
  }

  .qqz-txt .q-img {
    width: 25px;
  }

  .qqz-txt p {
    font-size: 16px;
    padding-left: 5px;
    box-sizing: border-box;
  }

  .qqz-txt {
    padding: 10px 5px;
  }

  .f-left p img {
    margin-top: 5px;
    margin-right: 10px;
  }

  .f-left p img.cur {
    animation: myfirst 0.5s infinite;
  }

  @keyframes myfirst {
    0% {
      transform: translate(0px, 0px);
    }

    50% {
      transform: translate(0px, -5px);
    }

    100% {
      transform: translate(0px, 0px);
    }
  }

  #foot .f-center {
    width: 48%;
  }

  .case-page {
    margin-top: 40px;
  }
}

@media (min-width: 1660px) {
  .head-c {
    width: 1440px;
  }

  .menu ul li a {
    font-size: 16px;
  }

  .men-re p span {
    font-size: 24px;
    font-weight: bold;
    padding-left: 7px;
    margin-left: 7px;
  }

  .men-re p img {
    width: 26px;
  }

  .men-re {
    width: 226px;
  }

  .men-re p span:before {
    height: 25px;
  }

  .gx-left {
    margin-top: 42px;
  }

  .qqz-txt .q-img {
    width: 30px;
  }

  .qq-zi {
    top: 80%;
  }
}

@media (min-width: 1440px) {
  .qq-zi {
    right: 0px;
  }
}

@media (min-width: 1660px) {
  .qq-zi {
    top: 45%;
  }
}

@media (min-width: 1440px) {
  .qq-zi {
    top: 25%;
  }
}

.qq-zi ul li {
  margin-top: 5px;
  position: relative;
}

.qqz-txt a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.qqz-txt a span {
  width: 50px;
  height: 50px;
  display: block;
  color: #fff;
  line-height: 50px;
  font-size: 36px;
}

.qq-zi {
  width: auto;
}

.qq-zi li {
  position: relative;
}

.qq-zi li .qqcode-box {
  width: 250px;
  height: 250px;
  background: #fff;
  position: absolute;
  top: 50%;
  /* left: -257px; */
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
  padding: 10px;
  box-sizing: border-box;

  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  /* display: none; */
  transition: all 0.5s;
  opacity: 0;
}

.qq-zi li .qqcode-box img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.qq-zi li .qqcode-box p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.qq-zi ul,
.qq-zi ul li,
.qq-zi ul li a {
  overflow: visible;
}

/* hover */
.qq-zi ul li.code:hover .qqcode-box {
  left: -275px;
  opacity: 1;
  /* display: block; */
}

.qq-zi ul li.phone:hover .qqphone-box {
  /* display: block; */
  /* transform: none; */
  left: -275px;
  opacity: 1;
}

.qqz-txt {
  z-index: 999;
}

.qqphone-box {
  width: 250px;
  height: 61px;
  position: absolute;
  top: -0%;
  left: 0px;

  z-index: 9;
  /* padding: 10px; */
  box-sizing: border-box;

  transition: all 0.5s;

  background: url(../image/qphone0.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  padding-left: 70px;
  /* line-height: 30px; */
  display: flex;
  flex-direction: column;

  /* align-items: center; */
  justify-content: space-around;
  opacity: 0;
}

.bask ul .kefu span {
  display: block;
  width: 25px;
  height: 25px;
  font-size: 25px;
  margin: 0 auto;
  color: #0885ce;
}

.qqz-txt a {
  flex-direction: column;
}

.qqz-txt a span {
  height: 44px;
}

@media (min-width: 1440px) {
  .qqz-txt p {
    font-size: 14px;
    padding-left: 0px;
  }
}

.foot_logo {
  padding: 30px 30px 30px 70px;
  background-color: #fff;
  border-radius: 0 28px 28px 0;
  margin-bottom: 24px;
}

.foot_logo > img {
  height: 50px;
  margin-bottom: 0;
}

.foot_text {
  padding-left: 70px;
}

.foot_text > p {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.foot_text > p > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ff8800;
  border-radius: 50%;
  margin-left: 20px;
  text-align: center;
  position: relative;

  &::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #ff8800;
    transform: translate(0%, -50%) rotate(45deg);
    /* 添加旋转90度 */
  }

  img {
    filter: brightness(0) invert(1);
    width: 18px;
  }
}

.foot_text_phone {
  animation: phoneAnimation 5s infinite ease-in-out;
}

/* 定义电话图标动画 */
@keyframes phoneAnimation {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-5px);
    /* 向左移动 */
  }

  40% {
    transform: translateX(5px);
    /* 向右移动 */
  }

  60% {
    transform: translateX(-5px);
    /* 向左移动 */
  }

  80% {
    transform: translateX(5px);
    /* 向右移动 */
  }

  85% {
    transform: translateX(-2px) rotate(-10deg);
    /* 开始快速抖动 */
  }

  90% {
    transform: translateX(2px) rotate(10deg);
  }

  95% {
    transform: translateX(-2px) rotate(-10deg);
  }

  100% {
    transform: translateX(0) rotate(0deg);
    /* 回到原位 */
  }
}

.foot_text > p:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.foot_contact {
  display: flex;
  column-gap: 80px;
}

.foot_contact > li {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: center;
}

.foot_contact > li > a {
  color: #fff;
}

.foot_contact > li > a:nth-child(1) {
  font-size: 20px;
  padding-bottom: 6px;
  text-align: center;
}

.foot_contact > li > a:hover {
  color: #ff8800;
}

.foot_right {
  display: flex;
  text-align: center;
  color: #fff;
  column-gap: 28px;
}

.foot_right > li img {
  width: 98px;
  margin-bottom: 14px;
}

.foot_button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  padding-top: 30px;
  border-top: 1px solid #707070;
  margin-top: 30px;
}

.foot_button > h1 {
  font-size: 24px;
}

.foot_button > div {
  font-size: 18px;
  width: 136px;
  line-height: 64px;
  margin-left: 30px;
  border-radius: 100px;
  text-align: center;
  background-color: #ff8800;
}

.foot > video {
  width: 100%;
  position: absolute;
  top: 90%;
  left: 0;
  translate: 0 -50%;
  opacity: 0.36;
  object-fit: cover;
}

.foot_bottom {
  height: 40px;
  font-size: 12px;
  background: linear-gradient(to right, #0081cc, #ff8800);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
}

.foot_bottom > a {
  color: #fff;
}

.foot_bottom > a:hover {
  color: #ff8800;
}

/* 新增 */
.head_top {
  height: 100px;
  /* background: linear-gradient(to bottom, #ffffff, #ffffff00); */
  background: #ffffff00;
}

/* .head_top .logo {
  filter: brightness(0) invert(1);
} */
.logo {
  margin-top: 0 !important;
}

.head {
  padding: 0 0 0 70px;
}

.head .head-c {
  /* 弹性布局容器设置 */
  display: flex;
  /* 启用弹性盒子布局模型 */
  justify-content: space-between;
  /* 主轴对齐方式：首尾子项贴边，中间项等距分布 */
  align-items: center;
  /* 交叉轴对齐方式：垂直居中对齐 */
  max-width: 1850px;
}

.menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal !important;
}

/* .head_top .menu ul li a {
  color: #fff;
} */
.men-re {
  margin-top: 0 !important;
  width: auto !important;
  margin-left: 20px !important;
  padding-right: 20px !important;
}

/* .head_top .men-re {
  filter: brightness(0) invert(1);
} */
.menu {
  height: auto !important;
  width: auto !important;
}

.menu ul {
  display: flex;
  align-items: center;
  width: auto !important;
}

.menu ul li {
  /* 禁止 flex 项缩小 */
  flex-shrink: 0;
  width: auto;
  height: 40px;
  padding: 0 20px;
  border-radius: 10px;
}

.menu ul li:hover a {
  color: #ff8800;
}

.menu ul li:hover {
  background-color: transparent !important;
}

.menu_click {
  background-color: #ff8800;
}

.menu_click a {
  color: #fff !important;
}

.menu .menu_click:hover {
  background-color: #ff8800 !important;
}

.menu_click:hover a {
  color: #fff !important;
}

.men-re p span {
  font-size: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.men-re p span::before {
  display: none;
}

.men-re p img {
  width: 14px !important;
  margin-right: 10px;
}

.men-re p:nth-of-type(2) {
  font-size: 12px !important;
  text-align: left !important;
  line-height: 18px;
}

.menu ul li a {
  font-size: 16px !important;
}

.head_right {
  height: 48px;
  position: relative;
  margin-left: 20px;
  width: 48px;
  margin-right: 10px;
  border-radius: 10px;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  --bcolor: #fff;
  --border: 2px;
  --margin: 4px;
  background-color: #ff8800;
}

.head_top .head_right {
  height: 100px;
  width: 100px;
  margin-right: 0;
  border-radius: 0;
  --border: 4px;
  --margin: 10px;
}

.menu-toggle {
  position: absolute;
  width: 40%;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.menu-toggle::before,
.menu-toggle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: var(--border);
  background: var(--bcolor);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.menu-toggle::before {
  transform: translateY(calc(0px - var(--margin)));
}

.menu-toggle::after {
  transform: translateY(var(--margin));
}

/* 打开状态 */
.head_right.open .menu-toggle {
  background: transparent;
}

.head_right.open .menu-toggle::before {
  transform: rotate(45deg);
}

.head_right.open .menu-toggle::after {
  transform: rotate(-45deg);
}

.logo-30year {
  animation: slide 120s infinite;
  opacity: 0;
  margin-left: 10px;
  height: 40px !important;
  transform: translateX(100%);
  opacity: 0;
}

.foot_text > p > img {
  filter: brightness(0) invert(1);
  /* 去除颜色 */
  flex-shrink: 0;
  margin-right: 10px;
}

@keyframes slide {
  0%,
  0.833% {
    /* 第1秒完成入场 (1/12=8.33%) */
    transform: translateX(100%);
    opacity: 0;
  }

  2.5% {
    /* 显示持续2秒后开始退场 (3/12=25%) */
    transform: translateX(100%);
    opacity: 0;
  }

  4.167% {
    /* 退场完成 (5/12=41.67%) */
    transform: translateX(0);
    opacity: 1;
  }

  91.66% {
    /* 10秒隐藏时间 (10/12=83.33%) */
    transform: translateX(0);
    opacity: 1;
  }
}

.head_boxShadow {
  box-shadow: none !important;
}

.head_right {
  display: none;
}

.head_float {
  width: 100%;
  height: 0;
  position: fixed;
  top: 68px;
  left: 0;
  background-color: #fff;
  z-index: 999;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  padding-top: 32px;
  overflow: auto;
}

.head_top .head_float {
  top: 100px;
}

.head_float_hover {
  height: calc(100vh - 68px);
}

.head_top .head_float_hover {
  height: calc(100vh - 100px);
}

.head_float ul {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.head_float_hover ul {
  opacity: 1;
  transform: translateY(0);
}

/* 链接 */
.head_float ul li {
  color: #333;
  padding: 8px 70px;
  font-weight: bold;
}

.head_float ul li a {
  font-size: 24px;
}

/* 新增设计 */
.index_message_s {
  margin-top: 40px;
  line-height: 20px;
}

.index_message_title {
  font-size: 30px !important;
  font-weight: bold;
  margin-top: 52px;
}

.index_message {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
  column-gap: 20px;
}

.index_message > div {
  text-align: left;
  width: calc(50% - 10px);
}

.index_message input {
  width: 100%;
  line-height: 50px;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 20px;
  border: 0px;
  padding: 0 30px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
}

.index_message span {
  display: block;
  margin-left: 30px;
}

.index_top2 {
  display: flex;
  /* margin-top: 70px; */
  align-items: center;
  justify-content: center;
}

.index_top2 > img {
  width: 54%;
}

.index_top2_right {
  overflow: hidden;
  margin-left: -4%;
  padding-right: 140px;
  margin-top: -100px;
  margin-top: 70px;
  margin-left: 0;
  padding-right: 0;
  text-align: center;
}

.index_top2_right_zs {
  width: 100px;
  height: 1px;
  background-color: #333;
  margin-top: 10px;
}

.index_top2_right > p:nth-child(1) {
  font-size: 42px;
  margin-bottom: 15px;
  color: #333;
  font-weight: bold;
}

.index_top2_right > p {
  font-size: 14px;
  color: #666666;
}

.index_top2_right a {
  margin: 40px auto 0 !important;
}

.index_top3 {
  display: flex;
}

.index_top3_left {
  width: 61.8%;
  background-color: #0081cc;
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 11.8vw;
}

.index_top3_left > img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  top: 0;
  left: 0;
  /* 允许鼠标事件穿透到下层元素 */
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
}

.index_top3_left_title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}

.index_top3_left_main {
  width: calc(50vw - 140px);
  display: flex;
  color: #bbb;
  font-size: 16px;
}

.index_top3_left_main_ul {
  /* 禁止弹性缩小 */
  flex-shrink: 0;
}

.index_top3_left_main_ul > li {
  display: flex;
  align-items: center;
  padding: 16px 40px;
  /* 右侧对齐 */
  justify-content: flex-end;
  cursor: pointer;
}

.index_top3_left_main_ul .active {
  color: #ff8800;
}

.index_top3_left_main_ul .active div {
  background-color: #ff8800;
  box-shadow: 0 0 10px 4px #ff880040;
}

.index_top3_left_main_ul > li > div {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ff8800;
  margin-left: 30px;
}

.index_top3_left_main_content {
  color: #fff;
  padding-left: 40px;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
}

.index_top3_left_main_content > img {
  width: 60px;
  margin-right: 40px;
  flex-shrink: 0;
}

.index_top3 > img {
  width: 50vw;
  height: 500px;
  object-fit: cover;
  margin-left: -11.8vw;
  position: relative;
  margin-top: 70px;
  z-index: 1;
}

.index_top3_right {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.index_top3_right.active {
  opacity: 1;
  transform: translateY(0px);
}

/* 副页面效果 */
.about_new_top_bg {
  width: 100%;
  height: 548px;
  padding-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  --width: 80px;
  --boxWidth: 168px;
  position: absolute;
  top: 0;
  left: 0;

  &::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
    background: linear-gradient(to right, #76cbff, #1879cb);
    transform: translate(-50%, -50%);
  }

  .about_banner_hx {
    width: 100%;
    height: calc(50% + var(--width) / 4);
    border-radius: 50%;
    background: conic-gradient(
      #1d6cbb00,
      #1d6cbb10,
      #1d6cbb25,
      #1d6cbb50,
      #1d6cbb75,
      #1d6cbb
    );
    /* 抠中间洞：透明到不透明 */
    -webkit-mask: radial-gradient(
      circle,
      transparent calc((var(--boxWidth) - var(--width)) / 2),
      #000 calc((var(--boxWidth) - var(--width)) / 2)
    );
    mask: radial-gradient(
      circle,
      transparent calc((var(--boxWidth) - var(--width)) / 2),
      #000 calc((var(--boxWidth) - var(--width)) / 2)
    );
  }

  & > div {
    position: relative;
    width: var(--boxWidth);
    height: calc(var(--boxWidth) * 2 - var(--width) / 2);
    opacity: 0;
    margin: 0 30px;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) var(--time);

    & > div::nth-child(1) {
      width: calc(var(--width) / 2);
      height: var(--height);
      background: var(--bcolor);
      position: absolute;
      top: var(--top);
      left: 0;
      animation: skeletonAnimation 14s var(--delay) infinite ease-in-out;
    }

    & > div::nth-child(2) {
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(var(--initial));
      /* animation-delay: 1s; 表示动画在元素加载1秒后才开始执行 */
      animation: rotateAnimation 14s var(--delay) infinite ease-in-out;
    }

    & > div::nth-child(3) {
      position: absolute;
      bottom: 0;
      left: 0;
      transform: rotate(var(--initial));
      /* animation-delay: 2s; 表示动画在元素加载2秒后才开始执行 */
      animation: rotateAnimation 14s var(--delay) infinite ease-in-out;
    }

    & > div:nth-child(4) {
      width: calc(var(--width) / 2);
      height: var(--height);
      background: var(--bcolor);
      position: absolute;
      bottom: var(--bottom);
      right: 0;
      animation: skeletonAnimation 14s var(--delay) infinite ease-in-out;
    }
  }

  .about_banner_b {
    transform: translateX(calc(300% - 47px));
    --time: 0.3s;

    & > div:nth-child(1) {
      width: calc(var(--width) / 2);
      height: 100%;
      background: linear-gradient(to bottom, #1d6cbb, #1d6cbb00, #1d6cbb);
    }

    & > div:nth-child(2) {
      position: absolute;
      top: 0;
      left: 0;
      /* 添加循环旋转动画：1秒动态旋转，3秒静态 */
      --initial: -280deg;
      --end: 180deg;
      transform: rotate(var(--initial));
      /* animation-delay: 1s; 表示动画在元素加载1秒后才开始执行 */
      animation: rotateAnimation 14s 0.5s infinite ease-in-out;
    }

    & > div:nth-child(3) {
      position: absolute;
      bottom: 0;
      left: 0;
      /* 添加循环旋转动画：1秒动态旋转，3秒静态 */
      --initial: -480deg;
      --end: 180deg;
      transform: rotate(var(--initial));
      /* animation-delay: 2s; 表示动画在元素加载2秒后才开始执行 */
      animation: rotateAnimation 14s 1s infinite ease-in-out;
    }
  }

  .about_banner_o {
    transform: translateX(calc(200% - 47px));
    --time: 0.2s;

    & > div:nth-child(1) {
      width: calc(var(--width) / 2);
      height: 50%;
      background: linear-gradient(to bottom, #1d6cbb, #1d6cbb00);
      position: absolute;
      top: 25%;
      right: 0;
    }

    & > div:nth-child(2) {
      position: absolute;
      top: 0;
      left: 0;
      /* 添加循环旋转动画：1秒动态旋转，3秒静态 */
      --initial: -180deg;
      --end: 90deg;
      transform: rotate(var(--initial));
      /* animation-delay: 1s; 表示动画在元素加载1秒后才开始执行 */
      animation: rotateAnimation 14s 0.8s infinite ease-in-out;
    }

    & > div:nth-child(3) {
      position: absolute;
      bottom: 0;
      left: 0;
      /* 添加循环旋转动画：1秒动态旋转，3秒静态 */
      --initial: -380deg;
      --end: 270deg;
      transform: rotate(var(--initial));
      /* animation-delay: 1s; 表示动画在元素加载1秒后才开始执行 */
      animation: rotateAnimation 14s 1.2s infinite ease-in-out;
    }

    & > div:nth-child(4) {
      width: calc(var(--width) / 2);
      height: 50%;
      background: linear-gradient(to top, #1d6cbb, #1d6cbb00);
      position: absolute;
      bottom: 25%;
      left: 0;
    }
  }

  .about_banner_s {
    --time: 0.2s;

    & > div {
      position: absolute;
      left: 0;
    }

    & > div:nth-child(2) {
      top: 0;
      /* 添加循环旋转动画：1秒动态旋转，3秒静态 */
      --initial: -210deg;
      --end: 90deg;
      transform: rotate(var(--initial));
      /* animation-delay: 1s; 表示动画在元素加载1秒后才开始执行 */
      animation: rotateAnimation 14s 1.1s infinite ease-in-out;
    }

    & > div:nth-child(3) {
      bottom: 0;
      /* 添加循环旋转动画：1秒动态旋转，3秒静态 */
      --initial: -90deg;
      --end: 270deg;
      transform: rotate(var(--initial));
      /* animation-delay: 1s; 表示动画在元素加载1秒后才开始执行 */
      animation: rotateAnimation 14s 0.6s infinite ease-in-out;
    }
  }

  .about_banner_s2 {
    --time: 0.2s;

    & > div {
      position: absolute;
      left: 0;
    }

    & > div:nth-child(2) {
      top: 0;
      /* 添加循环旋转动画：1秒动态旋转，3秒静态 */
      --initial: 110deg;
      --end: 90deg;
      transform: rotate(var(--initial));
      /* animation-delay: 1s; 表示动画在元素加载1秒后才开始执行 */
      animation: rotateAnimation 14s 1.1s infinite ease-in-out;
    }

    & > div:nth-child(3) {
      bottom: 0;
      /* 添加循环旋转动画：1秒动态旋转，3秒静态 */
      --initial: 390deg;
      --end: 270deg;
      transform: rotate(var(--initial));
      /* animation-delay: 1s; 表示动画在元素加载1秒后才开始执行 */
      animation: rotateAnimation 14s 0.6s infinite ease-in-out;
    }
  }

  .about_banner_h {
    transform: translateX(calc(-200% + 47px));
    --time: 0.2s;

    & > div:nth-child(1) {
      width: calc(var(--width) / 2);
      height: 100%;
      background: linear-gradient(to bottom, #1d6cbb, #1d6cbb00, #1d6cbb);
      position: absolute;
      top: 0;
      left: 0;
    }

    & > div:nth-child(2) {
      position: absolute;
      top: 0;
      left: 0;
      /* 添加循环旋转动画：1秒动态旋转，3秒静态 */
      --initial: -310deg;
      --end: 180deg;
      transform: rotate(var(--initial));
      /* animation-delay: 1s; 表示动画在元素加载1秒后才开始执行 */
      animation: rotateAnimation 14s 0.7s infinite ease-in-out;
    }

    & > div:nth-child(3) {
      position: absolute;
      bottom: 0;
      left: 0;
      /* 添加循环旋转动画：1秒动态旋转，3秒静态 */
      --initial: -180deg;
      --end: 0deg;
      transform: rotate(var(--initial));
      /* animation-delay: 1s; 表示动画在元素加载1秒后才开始执行 */
      animation: rotateAnimation 14s 0.9s infinite ease-in-out;
    }

    & > div:nth-child(4) {
      width: calc(var(--width) / 2);
      height: 100%;
      background: linear-gradient(to bottom, #1d6cbb, #1d6cbb00, #1d6cbb);
      position: absolute;
      bottom: 0;
      right: 0;
    }
  }

  .about_banner_r {
    transform: translateX(calc(-300% + 47px));
    --time: 0.3s;

    & > div:nth-child(1) {
      width: calc(var(--width) / 2);
      height: 100%;
      background: linear-gradient(to bottom, #1d6cbb, #1d6cbb00, #1d6cbb);
      position: absolute;
      top: 0;
      left: 0;
    }

    & > div:nth-child(2) {
      position: absolute;
      top: 0;
      left: 0;
      /* 添加循环旋转动画：1秒动态旋转，3秒静态 */
      --initial: -40deg;
      --end: 180deg;
      transform: rotate(var(--initial));
      /* animation-delay: 1s; 表示动画在元素加载1秒后才开始执行 */
      animation: rotateAnimation 14s 0.5s infinite ease-in-out;
    }

    & > div:nth-child(3) {
      position: absolute;
      bottom: 0;
      left: 0;
      /* 添加循环旋转动画：1秒动态旋转，3秒静态 */
      --initial: -140deg;
      --end: 90deg;
      transform: rotate(var(--initial));
      /* animation-delay: 1s; 表示动画在元素加载1秒后才开始执行 */
      animation: rotateAnimation 14s 1s infinite ease-in-out;
    }

    & > div:nth-child(4) {
      width: calc(var(--width) / 2);
      height: calc(25% + var(--width) / 4);
      background: #1d6cbb;
      position: absolute;
      bottom: 0;
      right: 0;
    }
  }

  &.active {
    &::before {
      width: 100%;
    }

    & > div {
      opacity: 0.9;
    }

    .about_banner_b {
      transform: translateX(0px);
    }

    .about_banner_o {
      transform: translateX(0px);
    }

    .about_banner_h {
      transform: translateX(0px);
    }

    .about_banner_r {
      transform: translateX(0px);
    }
  }
}

/* 定义循环旋转动画 */
@keyframes rotateAnimation {
  0% {
    transform: rotate(var(--initial));
  }

  10% {
    transform: rotate(var(--initial));
  }

  20% {
    transform: rotate(var(--end));
  }

  90% {
    transform: rotate(var(--end));
  }

  100% {
    transform: rotate(calc(-360deg + var(--initial)));
  }
}

.head_top {
  /* background-color: #fff; */
}

@media (max-width: 1000px) {
  .head_top {
    background-color: #fff;
    height: 48px;
  }

  .head {
    height: 48px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 0 12px;
  }

  .head_top .head_right {
    height: 48px;
    width: 48px;
  }

  .head_right {
    height: 38px;
    width: 38px;
  }

  .head_float {
    top: 48px !important;
  }

  .logo-30year {
    height: 30px !important;
  }

  .head_float_hover {
    height: calc(100vh - 48px) !important;
  }

  .head_top .head_right {
    --margin: 6px;
  }

  .foot_contact {
    display: none;
  }

  .foot-txt {
    display: block;
    text-align: center;
    padding-left: 0;
  }

  .foot-c {
    padding: 10px !important;
  }

  .foot_text {
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0px;
  }

  .foot_text > p {
    justify-content: center;
  }

  .foot_text > p:nth-child(1) {
    padding-bottom: 10px;
    margin-bottom: 0px;
  }

  .foot_button {
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .foot_button > h1 {
    font-size: 16px;
  }

  .foot_button > div {
    font-size: 14px;
    line-height: 40px;
  }

  .foot {
    padding: 0 !important;
  }

  .foot_right {
    justify-content: center;
  }

  .logo {
    width: 100px;
  }
}

@media (max-width: 1366px) {
  .head {
    padding-left: 32px;
  }

  .index_top2_right {
    padding-right: 32px !important;
  }

  .index_advantage {
    margin-top: 54px !important;
  }

  .index_new_advantage {
    margin-top: 54px !important;
  }

  .index_serve {
    margin-top: 54px !important;
    padding: 54px 32px !important;
  }

  .ind_list {
    width: 90% !important;
  }

  .index_new_advantage {
    height: 335px !important;
  }

  .index_bosshr_eyer {
    padding: 54px 32px !important;
  }

  .about_new_bottom {
    margin-top: 0 !important;
  }

  .foot-c {
    padding-right: 32px !important;
  }

  .foot_text {
    padding-left: 32px !important;
  }

  .foot_button > div {
    width: 110px !important;
    font-size: 16px !important;
    line-height: 44px !important;
    margin-left: 20px !important;
  }

  .foot_contact {
    column-gap: 54px !important;
  }

  .index_case_main {
    padding: 54px 32px;
  }

  .fudong_float {
    right: 124px !important;
  }

  #ttkefuico {
    right: 32px !important;
  }

  .ibe_main_banner {
    height: 240px !important;
  }
}

@media (max-width: 1340px) {
  .menu ul li {
    padding: 0 14px;
  }

  .index_new_advantage {
    height: 300px !important;

    .ind_list {
      font-size: 14px !important;
    }
  }

  .index-banner {
    height: calc(100vh - 100px) !important;
    margin-top: 100px;
  }
}

@media (max-width: 1240px) {
  .menu {
    display: none;
  }

  .head_right {
    display: block;
  }

  .head_top.active {
    a,
    .men-re {
      filter: brightness(1) invert(0) !important;
    }
  }

  .foot_contact {
    column-gap: 32px !important;
  }

  .ibe_main_list > li {
    font-size: 14px !important;
  }

  .ibe_main_banner {
    height: 220px !important;
  }

  .ibe_main_banner > div {
    bottom: 20px !important;
    right: 32px !important;
  }
}

@media (max-width: 1000px) {
  .men-re {
    display: none !important;
  }

  .index-banner {
    height: calc(100vh - 48px) !important;
    margin-top: 48px;
  }

  .inb_1_txt {
    transform: translateY(0%) !important;
    left: 0 !important;
    top: 0 !important;
    padding: 32px 20px !important;
    height: 38.2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    h1 {
      font-size: 20px !important;
    }

    h2 {
      font-size: 28px !important;
    }
  }

  .inb_1_img,
  .inb_2_img,
  .inb_3_img {
    height: 61.8% !important;
    bottom: 0 !important;
    left: 0 !important;
    position: absolute !important;

    & > div {
      display: none;
    }
  }

  .inb_1_img + .inb_1_txt {
    h1 {
      color: #0168b7 !important;
    }
  }

  .inb_1_img + .inb_1_txt {
    p {
      background-color: #0168b7 !important;
    }
  }

  .inb_1_img + .inb_1_txt {
    h2,
    h3 {
      color: #000 !important;
    }
  }

  .inb_1_img,
  .inb_3_img {
    & > img {
      object-position: right -20px bottom 0px !important;
    }
  }

  .index-banner .swiper-pagination-bullet {
    margin: 0 !important;
    height: 2px !important;
  }

  .inb_2_img {
    & > img {
      object-position: right -190px bottom 0 !important;
    }
  }

  .index_top2 {
    height: auto !important;
    display: block !important;
    padding: 0 !important;

    .index_top2_img {
      display: none !important;
    }

    .about_new_main_bg {
      display: block !important;
    }

    .index_top2_right {
      width: 100% !important;
      padding: 32px 20px !important;
      margin-top: 0 !important;

      .index_message_title {
        border: 4px solid #f1f1f1 !important;
      }

      & > h1 {
        font-size: 24px !important;
      }

      & > p {
        font-size: 14px;
        line-height: 24px;
      }

      .index_message_title_box {
        margin-top: 20px !important;
      }

      .index_message {
        margin-top: 0px !important;

        div {
          margin-top: 24px !important;
          display: flex;
          width: 100%;
          align-items: center;

          span {
            font-size: 16px;
            flex-shrink: 0;
            margin-left: 0;
          }

          input {
            font-size: 16px;
            margin-top: 0;
            background-color: #fff;
            margin-left: 10px;
          }
        }
      }
    }

    .index_message {
      display: block;
    }

    .index_message > div {
      width: 100%;
    }
  }

  .itop-btn {
    margin-top: 32px !important;
  }

  .index_number {
    border-radius: 0 !important;
    padding: 32px 20px !important;

    & .is-list {
      & ul li {
        p {
          color: #fff;
          position: relative;
        }
      }
    }
  }

  .is-list ul li:before {
    border: 0px !important;
    background-color: #00000060;
    border-radius: 10px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .is-list ul li {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .index_advantage {
    margin-top: 32px !important;
  }

  .ind_img {
    bottom: 12px !important;
    right: 4px !important;
    margin: 0 !important;
    left: auto !important;
    transform: scale(var(--scale));
    border-radius: 0 0 10px 10px !important;
  }

  .index_new_advantage {
    /* 阻尼滚动效果 */
    scroll-behavior: smooth;
    /* 隐藏滚动条 - Webkit内核浏览器 (Chrome, Safari) */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;

    &::-webkit-scrollbar {
      height: 0;
    }
  }

  .index_new_advantage {
    margin-top: 32px !important;
  }

  .index_serve {
    margin-top: 32px !important;
    padding: 32px 20px !important;
  }

  .is_booth2 .isb_icon > img {
    height: 100px !important;
  }

  .index_trade {
    padding: 20px 15px !important;
  }

  .button_main {
    line-height: 54px !important;
  }

  .index_employee_main {
    margin-top: -368px !important;
  }

  .index_case_main {
    padding-top: 32px !important;
  }

  .index_bosshr_eyer {
    padding: 32px 0 0 !important;
  }

  .ibe_main {
    /* 阻尼滚动效果 */
    scroll-behavior: smooth;
    /* 隐藏滚动条 - Webkit内核浏览器 (Chrome, Safari) */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;

    &::-webkit-scrollbar {
      height: 0;
    }
  }

  .foot_button {
    justify-content: center;
  }

  .foot_bottom {
    display: none;
  }

  .service_new_logos {
    & .service_new_logos_box {
      & .logo_box {
        & .logo_img {
          transform: translate(-50%, -50%) scale(0.7) !important;
        }
      }
    }
  }

  .index_employee_box {
    margin-top: 32px !important;
  }

  .index_evaluate {
    padding: 0 !important;
  }

  .service_new_logos {
    padding-bottom: 32px !important;
  }

  .fudong_float {
    right: 90px !important;
    bottom: 12px !important;
  }

  .foot-c {
    padding: 32px !important;
  }
}
