@charset "UTF-8";
.header {
  display: none;
  z-index: 11;
}

.header .header-top {
  height: 0px;
  background-color: #0049e4;
  display: flex;
  justify-content: center;
  transition: all 0.6s;
}

.header .header-top .header-center {
  display: flex;
  align-items: center;
  height: 100%;
}

.header .header-top .header-center .item {
  padding: 0 35px;
  height: 100%;
  line-height: 120px;
  font-size: 16px;
  display: block;
  color: #98b9ff;
}

.header .header-top .header-center .item:hover,
.header .header-top .header-center .item.active {
  color: #fff;
}

.header .header-top.active {
  height: 120px;
  transition: all 0.6s;
}

.header.inner.inner-active {
  position: sticky;
  top: 0;
}

.header-nav {
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 60px;
  display: flex;
  justify-content: space-between;
  z-index: 11;
  transition: all 0.6s;
}

.header-nav:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
  transition: all 4s;
}

.header-nav.bor-active:before {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 4s;
}

.header-nav .left-nav {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-nav .left-nav .logo {
  margin-right: 35px;
}

.header-nav .left-nav .logo img {
  height: 67px;
}

.header-nav .left-nav .logo .img01 {
  display: block;
}

.header-nav .left-nav .logo .img02 {
  display: none;
}

.header-nav .left-nav .tel {
  color: #fff;
  margin-right: 40px;
}

.header-nav .left-nav .tel i {
  font-size: 24px;
  margin-right: 10px;
}

.header-nav .left-nav .tel span {
  font-size: 20px;
}

.header-nav .left-nav .item {
  display: block;
  height: 100%;
  line-height: 120px;
  color: #fff;
  font-size: 16px;
  padding: 0 30px;
}

.header-nav .menu {
  width: 160px;
  height: 100%;
  color: #fff;
  background-color: #0049e4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-nav .menu .menu-line {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  position: relative;
  transition: all 0.3s;
}

.header-nav .menu .menu-line:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: -10px;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 250ms;
}

.header-nav .menu .menu-line:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  left: 0;
  top: 10px;
  background-color: #fff;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 250ms;
}

.header-nav .menu .menu-line.active {
  background-color: transparent;
  transition: all 0.3s;
}

.header-nav .menu .menu-line.active:before {
  width: 30px;
  transform: translateY(6px) rotate(45deg);
}

.header-nav .menu .menu-line.active:after {
  width: 30px;
  top: -3px;
  transform: translateY(-1px) rotate(-45deg);
}

.header-nav .menu:hover .menu-line {
  width: 20px;
  transition: width 0.3s;
}

.header-nav .menu:hover .menu-line:before {
  width: 30px;
}

.header-nav .menu:hover .menu-line:after {
  width: 30px;
}

.header-nav.inner {
  background-color: #fff;
  position: sticky;
  top: 0;
}

.header-nav.inner:before {
  background-color: #eaeaea;
}

.header-nav.inner .logo .img01 {
  display: none;
}

.header-nav.inner .logo .img02 {
  display: block;
}

.header-nav.inner .tel {
  color: #333;
}

.header-nav.inner .item {
  color: #333;
}

.header-nav.inner.inner-active {
  position: sticky;
  top: 120px;
  background-color: #fff;
}

.header-common {
  padding-left: 12.5%;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 100;
  transition: all 0.3s;
}

.header-common.fix-header {
  background-color: #fff;
}

.header-common .logo .dark {
  width: 185px;
  display: block;
}

.header-common .logo img {
  width: 100%;
}

.header-common .logo .light {
  display: block;
}

.header-common .logo .dark {
  display: none;
}

.header-common .nav {
  display: flex;
  align-items: center;
  flex: 1;
}

.header-common .nav .item {
  padding: 0 35px;
  display: block;
  height: 100%;
  line-height: 120px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

#index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .pic {
  aspect-ratio: 559/786;
}

.header-common .nav .item.active,
.header-common .nav .item:hover {
  color: #0049e4;
}

.header-common .right {
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 33%;
}

.header-common .right .tel-link {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Bebas';
  margin-right: 60px;
}

.header-common .right .tel-link i {
  font-size: 24px;
}

.header-common .right .tel-link span {
  display: inline-block;
  margin-left: 16px;
  font-size: 20px;
}

.header-common .right .menu {
  width: 160px;
  height: 100%;
  color: #fff;
  background-color: #0049e4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-common .right .menu .menu-line {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  position: relative;
  transition: all 0.3s;
}

.header-common .right .menu .menu-line:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: -10px;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 250ms;
}

.header-common .right .menu .menu-line:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  left: 0;
  top: 10px;
  background-color: #fff;
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 250ms;
}

.header-common .right .menu .menu-line.active {
  background-color: transparent;
  transition: all 0.3s;
}

.header-common .right .menu .menu-line.active:before {
  width: 30px;
  transform: translateY(6px) rotate(45deg);
}

.header-common .right .menu .menu-line.active:after {
  width: 30px;
  top: -3px;
  transform: translateY(-1px) rotate(-45deg);
}

.header-common .right .menu:hover .menu-line {
  width: 20px;
  transition: width 0.3s;
}

.header-common .right .menu:hover .menu-line:before {
  width: 30px;
}

.header-common .right .menu:hover .menu-line:after {
  width: 30px;
}

.header-common.fix-header {
  background-color: #fff;
  transition: all 0.3s;
}

.header-common.fix-header .logo .light {
  display: none;
}

.header-common.fix-header .logo .dark {
  display: block;
}

.header-common.fix-header .nav .item {
  color: #333;
}

.header-common.fix-header .nav .item.active,
.header-common.fix-header .nav .item:hover {
  color: #0049e4;
}

.header-common.fix-header .right .tel-link {
  color: #333;
}

.header-common.sticky {
  position: sticky;
}

.container {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}

.right-nav-edit {
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.right-nav-edit .item {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 73, 228, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px;
  margin-bottom: 2px;
  position: relative;
}

.right-nav-edit .item i {
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.right-nav-edit .item p {
  font-size: 12px;
  color: #fff;
  margin-top: 3px;
  position: relative;
  z-index: 2;
}

.right-nav-edit .item.tel .tel-box {
  font-size: 16px;
  color: #fff;
  font-family: 'bebas';
  width: 195px;
  height: 50px;
  line-height: 50px;
  background-color: #1243ac;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  padding-left: 20px;
  display: none;
}

.right-nav-edit .item.tel:hover {
  background-color: #1243ac;
}

.right-nav-edit .item.tel:hover .tel-box {
  display: block;
}

@-webkit-keyframes processBar {
  /* 进度条 */
  from {
    width: 20%;
  }
  to {
    width: 100%;
  }
}

@keyframes processBar {
  from {
    width: 20%;
  }
  to {
    width: 100%;
  }
}

.processBar {
  -webkit-animation: processBar 1s both;
  animation: processBar 1s both;
}

@-webkit-keyframes processBarBack {
  /* 进度条 */
  from {
    width: 100%;
  }
  to {
    width: 20%;
  }
}

@keyframes processBarBack {
  from {
    width: 100%;
  }
  to {
    width: 20%;
  }
}

.processBarBack {
  -webkit-animation: processBarBack 1s both;
  animation: processBarBack 1s both;
}

@-webkit-keyframes rollRound {
  /* 翻转 */
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(360deg);
  }
}

@keyframes rollRound {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(360deg);
  }
}

.rollRound {
  -webkit-animation: rollRound 0.8s both;
  animation: rollRound 0.8s both;
}

.hide {
  display: none !important;
}

.menu-mask {
  background-color: #191919;
  z-index: 101;
  position: fixed;
  top: -300%;
  right: -200%;
  border-radius: 50%;
}

.menu-cover {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 102;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}

.menu-cover .menu-icon {
  width: 40px;
  height: 40px;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/close.png');
  position: absolute;
  top: 40px;
  right: 60px;
  cursor: pointer;
  transition: transform 1s;
  z-index: 102;
}

.menu-cover .menu-icon:hover {
  transform: rotate(90deg);
  transition: transform 1s;
}

.menu-cover .m-item {
  width: 16.67%;
  height: 100%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.6s;
  position: relative;
}

.menu-cover .m-item .tt {
  font-size: 28px;
  line-height: 48px;
  color: #fff;
}

.menu-cover .m-item .show-box {
  height: 100px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.menu-cover .m-item .show-box .show-title {
  position: absolute;
  top: -100px;
  transition: all 0.6s;
}

.menu-cover .m-item .hide-box {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 100%;
  overflow: hidden;
}

.menu-cover .m-item .hide-box .hide-title {
  top: 0;
  position: absolute;
  transition: all 0.6s;
  opacity: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
}

.menu-cover .m-item .items {
  opacity: 0;
  webkit-transform: rotateX(20deg);
  transform: rotateX(20deg);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: 0.2s all ease-in;
  transition: all 0.2s ease-in;
}

.menu-cover .m-item .items a {
  font-size: 20px;
  color: #858585;
  margin-bottom: 30px;
  display: block;
}

.menu-cover .m-item .items a:hover {
  color: #fff;
}

.menu-cover .m-item:hover {
  transition: all 0.6s;
}

.menu-cover .m-item:hover .items {
  opacity: 1 !important;
  webkit-transform: rotateX(0) !important;
  transform: rotateX(0) !important;
}

.menu-cover .m-item:hover .show-box .show-title {
  top: 20px;
  transition: all 0.6s;
}

.menu-cover .m-item:hover .hide-box .hide-title {
  top: 200px;
  opacity: 0;
  transition: all 0.6s;
}

.menu-cover.active {
  display: flex;
}

.m-cover-dark {
  display: none;
}

.m-online {
  display: none;
}

.product-show-cover {
  display: none;
}

@-webkit-keyframes bigCover {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 6000px;
    height: 6000px;
  }
}

@keyframes bigCover {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 6000px;
    height: 6000px;
  }
}

.bigCover {
  -webkit-animation-name: bigCover;
  animation-name: bigCover;
}

@-webkit-keyframes bigCoverBack {
  0% {
    width: 6000px;
    height: 6000px;
  }
  100% {
    width: 0;
    height: 0;
  }
}

@keyframes bigCoverBack {
  0% {
    width: 6000px;
    height: 6000px;
  }
  100% {
    width: 0;
    height: 0;
  }
}

.bigCoverBack {
  -webkit-animation-name: bigCoverBack;
  animation-name: bigCoverBack;
}

@-webkit-keyframes bigCoverBig {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 8500px;
    height: 8500px;
  }
}

@keyframes bigCoverBig {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 8500px;
    height: 8500px;
  }
}

.bigCoverBig {
  -webkit-animation-name: bigCoverBig;
  animation-name: bigCoverBig;
}

@-webkit-keyframes bigCoverBackBig {
  0% {
    width: 10000px;
    height: 10000px;
  }
  100% {
    width: 0;
    height: 0;
  }
}

@keyframes bigCoverBackBig {
  0% {
    width: 10000px;
    height: 10000px;
  }
  100% {
    width: 0;
    height: 0;
  }
}

.bigCoverBackBig {
  -webkit-animation-name: bigCoverBackBig;
  animation-name: bigCoverBackBig;
}

@-webkit-keyframes fadeOutLeftCopy {
  0% {
    opacity: 1;
    z-index: 0;
  }
  100% {
    opacity: 1;
    z-index: 10;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeftCopy {
  0% {
    opacity: 1;
    z-index: 0;
  }
  100% {
    opacity: 1;
    z-index: 10;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeftCopy {
  -webkit-animation-name: fadeOutLeftCopy;
  animation-name: fadeOutLeftCopy;
}

@-webkit-keyframes fadeOutRightCopy {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRightCopy {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRightCopy {
  -webkit-animation-name: fadeOutRightCopy;
  animation-name: fadeOutRightCopy;
}

@-webkit-keyframes fingerAnimate {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  100% {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
  }
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}

@keyframes fingerAnimate {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  100% {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
  }
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}

.fingerAnimate {
  -webkit-animation-name: fingerAnimate;
  animation-name: fingerAnimate;
}

.m-header {
  display: none;
}

.m-cover {
  display: none;
}

.mobile-banner {
  display: none;
}

.video-layer {
  background-color: #000 !important;
}

.video-layer .layui-layer-content {
  width: 800px !important;
  height: 450px !important;
  overflow: hidden !important;
}

.video-layer video {
  width: 100% !important;
  height: 100% !important;
}

.content-box {
  width: 100%;
  display: flex;
  position: relative;
}

.content-box .com-left-box {
  width: 320px;
  border-right: 1px solid #eaeaea;
}

.content-box .com-left-box .common-left {
  /* width: 100%;
  padding-top: 100px; */
  width: 16.7%;
  position: fixed;
  top: 100px;
  left: 0;
}

.content-box .com-left-box .common-left .item {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  text-align: center;
}

.content-box .com-left-box .common-left .item.active {
  color: #0049e4;
}

.content-box .com-left-box .common-left.nav-fix {
  position: fixed;
  left: 0;
  width: 320px;
  height: 100%;
  z-index: 100;
}

.content-box .right-content {
  width: calc(100% - 320px);
}

.content-box .right-content .content {
  width: 90%;
  display: flex;
  padding: 30px 120px 60px 10px;
  margin: 45px;
}

.content-box .right-content .img-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  border: 2px solid #888;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  text-align: right;
  margin-right: 20px;
  max-width: 280px;
  max-height: 383px;
}

.content-box .right-content .img-box img {
  /* max-width: 246px; */
  max-height: 319px;
  aspect-ratio: 77/100;
}

.content-box .right-content .img-box .herf,
.content-box .right-content .img-box .download {
  color: #33c;
  margin-right: 20px;
  font-size: 15px;
  line-height: 2;
}

.content-box .right-content .text-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px;
  text-align: left;
}

.content-box .right-content .text-box h4 {
  font-family: Arial Negreta, Arial Normal, Arial;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  vertical-align: middle;
  margin-bottom: 20px;
}

.content-box .right-content .text-box .brief {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.content-box .right-content .text-box h5 {
  font-family: Arial Negreta, Arial Normal, Arial;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-box .right-content .text-box .badge-list li {
  display: flex;
  flex-wrap: wrap;
}

.content-box .right-content .text-box .badge-list li .span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAYCAYAAAAVibZIAAAB1klEQVQ4je2SMWgUQRSG/zczO7vL7t1FLSRGIaCNoKSwC4pp7e2VVOlEhFhY2NjEThAtRKwEiQQSCy2tRUillWh1FjZB7m52b3fmzbM4qyQHV9h5X/f+4pv/PQaYM+efQoeDB5ub7wejYZ4kZj+36SttzBcRQds0iCLLUeSWD+Fatyx/P9p6fPM4qTkcuLo6V7f+0tiHtXHj1xc65W1jzJ6IXKmbZq8JcQkiCDz4Nq2pOhIQ7QMEIsAzLwycexKZOy3z0ybwkiJAIEht8n1maVkUzxKjWpHJLCJJjDGJUQqZzDBaI8/S5zNLk8R86ub5utWqb7X+2S2Ku0VRHPQ6xZ3M6B9aqV+9srif2vTdNOmRm0IApdTrk73eDinSMYoDAK31xxPdzkUBWaVoBMg05zE31QoRsjKq692Rq3YIuEwExBgvDFy1PXRuNwS+MdV4XFNmPl/V4w916xcBgKOcJUWrw5F74cbNGhHBB149pbvXAXyeqalz1cbYh0WlFIgIIYTTzGyiyJnJryD4wLmr6nszr++Zr8YoEBEoIvQ65VZq04PM2oeJViIiAAGN9yszr1/muWtb/9UY3c+tfZml6du/D7wpsnToOW4EDsuZtf1p0jn/M38Aizra4T4zdi4AAAAASUVORK5CYII=)
    no-repeat;
  background-size: 21px 24px;
  background-position: 50%;
}

.content-box .right-content .text-box .badge-list li span {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  display: -webkit-box;
  margin-bottom: 10px;
}

.content-box .right-content .text-box .span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAYCAYAAAAVibZIAAAB1klEQVQ4je2SMWgUQRSG/zczO7vL7t1FLSRGIaCNoKSwC4pp7e2VVOlEhFhY2NjEThAtRKwEiQQSCy2tRUillWh1FjZB7m52b3fmzbM4qyQHV9h5X/f+4pv/PQaYM+efQoeDB5ub7wejYZ4kZj+36SttzBcRQds0iCLLUeSWD+Fatyx/P9p6fPM4qTkcuLo6V7f+0tiHtXHj1xc65W1jzJ6IXKmbZq8JcQkiCDz4Nq2pOhIQ7QMEIsAzLwycexKZOy3z0ybwkiJAIEht8n1maVkUzxKjWpHJLCJJjDGJUQqZzDBaI8/S5zNLk8R86ub5utWqb7X+2S2Ku0VRHPQ6xZ3M6B9aqV+9srif2vTdNOmRm0IApdTrk73eDinSMYoDAK31xxPdzkUBWaVoBMg05zE31QoRsjKq692Rq3YIuEwExBgvDFy1PXRuNwS+MdV4XFNmPl/V4w916xcBgKOcJUWrw5F74cbNGhHBB149pbvXAXyeqalz1cbYh0WlFIgIIYTTzGyiyJnJryD4wLmr6nszr++Zr8YoEBEoIvQ65VZq04PM2oeJViIiAAGN9yszr1/muWtb/9UY3c+tfZml6du/D7wpsnToOW4EDsuZtf1p0jn/M38Aizra4T4zdi4AAAAASUVORK5CYII=)
    no-repeat;
  background-size: 21px 24px;
  background-position: 50%;
}

.content-box .right-content .text-box span {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  display: -webkit-box;
  margin-bottom: 10px;
}

.news-box .news-item {
  width: 100%;
  display: flex;
}

.news-box .news-item .date {
  background-color: #112aad;
  color: #fff;
  font-size: 20px;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid #1e39c7;
  transition: all 0.6s;
}

.news-box .news-item .date i {
  font-size: 60px;
  color: #6379ea;
}

.news-box .news-item .date .txt {
  color: #6379ea;
  margin-top: 10px;
}

.news-box .news-item .info-box {
  width: 75%;
  padding: 40px 10% 50px 4%;
  border-top: 1px solid #eaeaea;
  transition: all 0.6s;
}

.news-box .news-item .info-box .title {
  font-size: 24px;
  line-height: 32px;
}

.news-box .news-item .info-box .info {
  margin-top: 20px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}

.news-box .news-item:hover .date {
  background-color: #1932b2;
}

.news-box .news-item:hover .date i {
  color: #fff;
}

.news-box .news-item:hover .date .txt {
  color: #fff;
}

.news-box .news-item:hover .info-box {
  background-color: #fafafa;
}

.news-box .news-item:hover .info-box .title {
  color: #0049e4;
}

.news-box.solution-news {
  margin-bottom: 280px;
}

.com-more {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  display: block;
}

.right-nav {
  width: 160px;
  height: calc(100vh - 120px);
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 100;
  transition: all 1.5s;
}

.right-nav:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 3s;
}

.right-nav:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.6s;
  z-index: -1;
}

.right-nav .online {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  display: block;
  transition: all 1.5s;
}

.right-nav .online i {
  font-size: 24px;
}

.right-nav .online p {
  margin-top: 6px;
  font-size: 14px;
}

.right-nav .index-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 24vh;
}

.right-nav .index-page .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  opacity: 1;
  margin-bottom: 20px;
  transition: all 1.5s;
  outline: none;
}

.right-nav .index-page .swiper-pagination-bullet-active {
  height: 50px;
  transition: all 1.5s;
}

.right-nav .mouse-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23vh;
  width: 100%;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}

.right-nav .mouse-box i {
  font-size: 24px;
  color: #fff;
  transition: all 1.5s;
}

.right-nav.right-active:before {
  background-color: #eaeaea;
  transition: all 3s;
  height: 100%;
}

.right-nav.right-active:after {
  height: 100%;
  transition: all 0.6s;
  background-color: white;
}

.right-nav.right-active .online {
  color: #0049e4;
  transition: all 1.5s;
}

.right-nav.right-active .index-page .swiper-pagination-bullet {
  background-color: #0049e4;
  transition: all 1.5s;
}

.right-nav.right-active .mouse-box {
  border-top: 1px solid #eaeaea;
  transition: all 0.3s;
}

.right-nav.right-active .mouse-box i {
  color: #0049e4;
  transition: all 1.5s;
}

.footer {
  background-color: #252627;
  position: relative;
  z-index: 100;
}

.footer .foot-head {
  display: flex;
  width: 100%;
}

.footer .foot-head .foot-left {
  width: 29%;
  border-right: 1px solid #2e2f30;
}

.footer .foot-head .foot-left .tops {
  width: 100%;
  height: 50%;
  padding-left: 42.5%;
  border-bottom: 1px solid #2e2f30;
  display: flex;
  align-items: center;
}

.footer .foot-head .foot-left .tops .logo img {
  height: 67px;
}

.footer .foot-head .foot-left .tops .online {
  padding-left: 10%;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 15px;
}

.footer .foot-head .foot-left .tops .online i {
  font-size: 24px;
}

.footer .foot-head .foot-left .tops .online p {
  margin-top: 6px;
  font-size: 14px;
}

.footer .foot-head .foot-left .bottoms {
  color: #fff;
  padding-left: 42.5%;
  height: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footer .foot-head .foot-left .bottoms .t1 {
  font-size: 14px;
}

.footer .foot-head .foot-left .bottoms .t2 {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}

.footer .foot-head .foot-right {
  width: 71%;
}

.footer .foot-head .foot-right .tops {
  padding: 60px 17% 40px 3%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer .foot-head .foot-right .tops .foot-nav {
  display: flex;
}

.footer .foot-head .foot-right .tops .foot-nav .item {
  font-size: 16px;
  margin-right: 60px;
  color: #fff;
}

.footer .foot-head .foot-right .tops .foot-nav .title .item-box {
  margin-top: 10px;
}

.footer .foot-head .foot-right .tops .foot-nav .title .item-box li a {
  font-size: 14px;
  color: #999;
}

.footer .foot-head .foot-right .tops .foot-list {
  margin-top: 40px;
}

.footer .foot-head .foot-right .tops .foot-list .title {
  font-size: 16px;
  color: #fff;
}

.footer .foot-head .foot-right .tops .foot-list .item-box {
  display: flex;
  align-items: center;
}

.footer .foot-head .foot-right .tops .foot-list .item-box .item {
  color: #6e6e6e;
  display: block;
  font-size: 14px;
  line-height: 32px;
  margin-right: 30px;
}

.footer .foot-head .foot-right .tops .code {
  text-align: center;
  width: 140px;
}

.footer .foot-head .foot-right .tops .code img {
  width: 100%;
}

.footer .foot-head .foot-right .tops .code p {
  font-size: 14px;
  line-height: 32px;
  color: #6e6e6e;
  margin-top: 10px;
}

.footer .foot-head .foot-right .foot-bottom {
  height: 100px;
  padding: 0 17% 0 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #2e2f30;
}

.footer .foot-head .foot-right .foot-bottom a {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
}

.footer .foot-head .foot-right .foot-bottom .left img {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.footer .foot-bottoms {
  background-color: #212121;
  width: 100%;
  padding: 15px 0;
}

.footer .foot-bottoms .title {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
}

.footer .foot-bottoms .links > a {
  font-size: 14px;
  line-height: 32px;
  color: #6e6e6e;
  display: inline-block;
  margin-right: 30px;
}

.right-side {
  position: fixed;
  z-index: 999;
  right: 2%;
  bottom: calc(50% - 80px);
  opacity: 0.5;
}

.right-side .item {
  display: block;
  margin-bottom: 10px;
  color: #0049e4;
}

.right-side .item i {
  font-size: 40px;
}

.layui-layer-imgbar,
.layui-layer-imguide {
  display: block !important;
}

.layui-layer-imgnext,
.layui-layer-imgprev {
  display: block !important;
}

.layui-layer-imgprev {
  left: -100px !important;
}

.layui-layer-imgnext {
  right: -100px !important;
}

@media screen and (max-width: 480px) {
  #product .content-box .right-content .content .text-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.24rem;
    text-align: left;
  }
  #product .content-box .right-content .content .img-box {
    padding: 10px;
    flex: 0 0 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    display: block;
  }
  #product .content-box .right-content .content {
    width: 100%;
    display: inline;
    padding: 0px;
  }
  #product .content-box .right-content .text-box h4 {
    font-family: Arial Negreta, Arial Normal, Arial;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    vertical-align: middle;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  #product .content-box .right-content .text-box h5 {
    font-family: Arial Negreta, Arial Normal, Arial;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    vertical-align: middle;
    margin-bottom: 10px;
  }
  #product .content-box .right-content .text-box .brief {
    font-size: 14px;
    line-height: 24px;
  }
  #product .content-box .right-content .text-box .badge-list li .span {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    width: 100% !important;
  }
  #product .content-box .right-content .text-box .badge-list li .span:before {
    width: 10px;
    height: 24px;
    background-size: 15px 18px;
  }
  #product .content-box .right-content .text-box span {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    width: 100% !important;
  }
  #product .content-box .right-content .text-box span:before {
    width: 10px;
    height: 24px;
    background-size: 15px 18px;
  }
  .footer .foot-right .tops .foot-nav {
    display: inline !important;
  }
  .footer .foot-head .foot-right .tops .foot-nav .title .item-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 500px) and (max-width: 1200px) {
  .content-box .right-content .content {
    width: 100%;
    padding: 30px;
    margin: 0;
  }
  #product .content-box .right-content .text-box .badge-list li .span {
    padding-left: 20px;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  #product .content-box .right-content .text-box .badge-list li .span:before {
    width: 15px;
    height: 26px;
    background-size: 15px 18px;
  }
  #product .content-box .right-content .text-box span {
    padding-left: 20px;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  #product .content-box .right-content .text-box span:before {
    width: 15px;
    height: 26px;
    background-size: 15px 18px;
  }
  .content-box .right-content .text-box {
    padding: 15px 30px;
  }
  .footer .foot-right .tops .foot-nav {
    align-items: baseline !important;
  }
}

@media screen and (min-width: 1210px) and (max-width: 1800px) {
  #product .content-box .right-content .text-box .badge-list li .span {
    padding-left: 20px;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .footer .foot-head .foot-right .tops .foot-nav .item {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1755px) {
  .header-common .right {
    max-width: 32%;
  }
}
@media screen and (max-width: 1630px) {
  .header-common .right {
    /* max-width: 29%; */
  }
  .header-common .nav .item {
    padding: 0 28px;
  }
}
@media screen and (max-width: 1460px) {
  .header-common .nav {
    justify-content: space-around;
    width: 100%;
  }
  .header-common .nav .item {
    padding: 0 0px !important;
  }
}
@media screen and (max-width: 1044px) {
  .content-box .com-left-box .common-left {
    display: flex;
    overflow-x: auto;
    padding: 0 0.24rem 0.2rem;
    width: 100%;
    position: unset;
  }
  #index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .pic {
    height: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .m-header .right .tel-link {
    margin-left: 0 !important;
  }
}
