@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Arial", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica;
  color: #1e1d28;
  min-height: initial !important;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}
.iconfonts {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grahccale;
}
/* slick 懒加载图片去边框 */
.slick-loading {
  opacity: 0;
}
/* 去除翻译插件边框 */
.goog-te-gadget-simple {
  border: none !important;
}
/* h1隐藏 */
.fszero {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -100;
}
/* 去除input记忆填充底色 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
  .wow {
    animation: none;
  }
}
ul {
  padding: 0;
}
:root {
  font-size: 16px;
  --main-color: #E93429;
  --flex-margin: -15px;
  --flex-padding: 15px;
  scroll-behavior: initial;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.fancybox-content {
  height: 800px !important;
}
.c_pcbtn {
  display: none;
}
.header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
}
.header.active {
  background-color: #fff;
}
.translated-ltr .header,
.translated-rtl .header {
  top: 40px;
}
.google-translate a {
  pointer-events: none;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  --height: 80px;
}
.header-logo {
  width: 150px;
  display: block;
  line-height: var(--height);
}
.header-logo img {
  width: 100%;
}
.header-top {
  padding: 0 6.25vw;
  background-color: #222222;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
}
.header-controls {
  display: flex;
  align-items: center;
}
.header-controls .items:last-child {
  padding-right: 0;
}
.header-controls .items {
  height: 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 18px;
  position: relative;
}
.header-controls .items img:first-child {
  width: 18px;
}
.header-controls .items img:last-child {
  margin-left: 8px;
  width: 12px;
}
.header-controls .items p {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1.5;
  margin-left: 12px;
}
.header-controls .items .list {
  position: absolute;
  min-width: 100%;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  padding: 10px 14px;
  display: none;
}
.header-controls .items .list a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 1.45;
  padding: 5px 0;
  white-space: nowrap;
}
.header-controls .items .list a:hover {
  color: #E93429;
}
.header-controls .items .list a.active {
  color: #E93429;
}
.header-controls .items:last-child {
  border: none;
}
.header-bottom {
  position: relative;
  padding: 0 6.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 1200px) {
  .hd_list {
    display: flex;
  }
  .hd_item {
    margin-right: 70px;
  }
  .hd_item:last-child {
    margin-right: 0;
  }
  .hd_link {
    font-size: 18px;
    color: #000000;
    height: var(--height);
    display: flex;
    align-items: center;
    font-weight: bold;
    position: relative;
  }
  .hd_link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0F6DB7;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.5s;
    width: 0;
  }
  .hd_item:hover .hd_link {
    color: #E93429;
  }
  .hd_item:hover .hd_link::after {
    width: 100%;
  }
  .hd_item.active .hd_link {
    color: #E93429;
    font-weight: bold;
  }
  .hd_item.active .hd_link::after {
    width: 100%;
  }
  .hd_second {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
    padding: 16px 20px;
    border-radius: 0 0 8px 8px;
  }
  .hd_second_link {
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.56;
    padding: 7px 0;
  }
  .hd_second_item.active .hd_second_link {
    color: #E93429;
  }
  .hd_second_link:hover {
    color: #E93429;
  }
}
.hd_second {
  display: none;
}
.hd_three {
  display: none;
}
.pc-hds {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
  padding: 50px 6.25vw;
  width: 100%;
}
.pc-hds .flex {
  display: flex;
  justify-content: space-between;
}
.pc-hds .flex .lefts {
  width: calc(100% - 415px);
  padding-right: 90px;
}
.pc-hds .flex .lefts .tits {
  font-size: 42px;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}
.pc-hds .flex .lefts .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -26px;
}
.pc-hds .flex .lefts .list .item {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 26px;
}
.pc-hds .flex .lefts .list .item a {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  font-size: 18px;
  color: #000;
  line-height: 1.45;
  border: 1px solid #333333;
  border-radius: 14px 0 14px 0;
}
.pc-hds .flex .lefts .list .item a::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #FF0000;
}
.pc-hds .flex .lefts .list .item a:hover {
  background-color: #DE5322;
  border: 1px solid #DE5322;
  color: #fff;
}
.pc-hds .flex .rights {
  width: 415px;
}
.pc-hds .flex .rights .img_box {
  padding-top: 55.42168674%;
}
.pc-hds .flex .rights .texts {
  margin-top: 15px;
}
.pc-hds .flex .rights .texts p {
  font-size: 15px;
  line-height: 1.5333333;
  color: #000;
}
.startup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 50px;
}
.logo-group {
  display: flex;
  align-items: center;
}
.logo-group img {
  width: 110px;
  flex-shrink: 0;
}
.logo-group p {
  font-size: 38px;
  margin-left: 30px;
  color: #ffffff;
  line-height: 1.2631578;
}
.startup-language {
  display: flex;
  align-items: center;
}
.startup-language a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  line-height: 1.35;
}
.startup-language a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2px;
  height: 24px;
  background-color: #ffffff;
  margin: 0 30px;
}
.startup-language a.active {
  color: #E93429;
}
.startup-language a:hover {
  color: #E93429;
}
.startup-language a:last-child::after {
  display: none;
}
.startup {
  width: 100%;
  padding-bottom: 80px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.startup > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.startup .main {
  padding: 0 60px;
}
.startup .main .title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 3.4vw;
  line-height: 1.2;
  margin-top: 4.5vw;
}
.entrance-group {
  margin-top: 6.25vw;
  display: flex;
  justify-content: center;
}
.entrance-group .entrance-item {
  width: 40%;
  margin: 0 3vw;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 40px;
  overflow: hidden;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.entrance-group .entrance-item .tits,
.entrance-group .entrance-item .tits a {
  font-size: 40px;
  color: #E93429;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}
.entrance-group .entrance-item .tits a:hover {
  text-decoration: underline;
}
.entrance-group .pro-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 5px;
  margin-top: 40px;
}
.entrance-group .pro-list li:nth-child(2n) {
  text-align: left;
}
.entrance-group .pro-list li {
  min-width: 120px;
}
.entrance-group .pro-list li a {
  font-size: 28px;
  color: #fff;
  line-height: 1.285;
  min-width: 120px;
}
.entrance-group .pro-list li:nth-child(even) {
  display: flex;
  justify-content: flex-start;
}
.entrance-group .link {
  width: 120px;
  margin-top: 24px;
}
.entrance-group .link img {
  width: 100%;
}
.entrance-group .link:hover {
  animation: carter_swing2 1s;
}
@keyframes carter_swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.home-banner {
  overflow: hidden;
  position: relative;
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .swiper-slide {
  overflow: hidden;
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .slide-link {
  position: relative;
  display: block;
}
.home-banner .slide-link img {
  width: 100%;
}
.home-banner .slide-inner .content .subtit {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s 0.1s;
}
.home-banner .slide-inner .content .title {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s 0.4s;
}
.home-banner .slide-inner .content .text {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s 0.7s;
}
.home-banner .swiper-slide-active .slide-inner .content .subtit {
  opacity: 1;
  transform: translateY(0px);
}
.home-banner .swiper-slide-active .slide-inner .content .title {
  opacity: 1;
  transform: translateY(0px);
}
.home-banner .swiper-slide-active .slide-inner .content .text {
  opacity: 1;
  transform: translateY(0px);
}
.home-banner .slide-inner {
  position: relative;
}
.home-banner .slide-inner .content {
  position: absolute;
  width: 100%;
  padding: 0 6.25vw;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-banner .slide-inner .content .subtit {
  display: inline-block;
  padding: 20px 30px;
  border-radius: 30px;
  font-size: 1.7708333vw;
  color: #fefefe;
  line-height: 1.56;
  background-image: -moz-linear-gradient(90deg, #e83d01 1%, #f35101 23%, #fd6401 54%, #f45301 84%, #ea4101 100%);
  background-image: -webkit-linear-gradient(90deg, #e83d01 1%, #f35101 23%, #fd6401 54%, #f45301 84%, #ea4101 100%);
  background-image: -ms-linear-gradient(90deg, #e83d01 1%, #f35101 23%, #fd6401 54%, #f45301 84%, #ea4101 100%);
}
.home-banner .slide-inner .content .title {
  font-size: 5.729166vw;
  color: #fefefe;
  line-height: 1.25;
  font-weight: bold;
  margin-top: 50px;
  padding-bottom: 40px;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-style: italic;
}
.home-banner .slide-inner .content .text {
  font-size: 2.0833333vw;
  color: #fefefe;
  line-height: 1.5;
  margin-top: 30px;
}
.home-banner .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video {
    pointer-events: all;
  }
}
.home-banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video video {
    display: none;
  }
}
.home-banner .slide-video .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video .iconfont {
    display: block;
  }
}
.home-banner .slide-video > img {
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 1200px) {
  .home-banner .slide-video > img {
    display: block;
  }
}
.home-banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 46px;
  --wh: 14px;
  --interval: 14px;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: var(--wh);
  height: var(--wh);
  background-color: #fff !important;
  opacity: 0.5 !important;
  margin: 0 var(--interval);
  transition: all 0.5s;
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.home-appliction {
  padding: 40px 6.25vw 60px;
}
.home-appliction .list {
  margin: 25px -20px -40px;
}
.home-appliction .list .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
.home-appliction .list .links {
  position: relative;
  z-index: 1;
}
.home-appliction .list .links .img_box {
  padding-top: 64.2857142%;
}
.home-appliction .list .links .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.35;
  opacity: 0;
  z-index: 3;
  transition: all 0.5s;
}
.home-appliction .list .links .content {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all 0.5s;
}
.home-appliction .list .links .content .tits {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  transition: all 0.5s;
  opacity: 0;
  transform: scale(0);
}
.home-appliction .list .links .content .more {
  margin-top: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, #0f6db7 0%, #00c6ff 100%);
  background-image: -webkit-linear-gradient(90deg, #0f6db7 0%, #00c6ff 100%);
  background-image: -ms-linear-gradient(90deg, #0f6db7 0%, #00c6ff 100%);
  transition: all 0.5s;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: scale(0);
}
.home-appliction .list .links .content .more img {
  width: 18px;
  margin-left: 8px;
  transition: all 0.5s;
}
.home-appliction .list .links .content .more:hover img {
  transform: translateX(5px);
}
.home-appliction .list .links:hover .img_box img {
  transform: scale(1.1);
}
.home-appliction .list .links:hover .img_box::after {
  opacity: 0.35;
}
.home-appliction .list .links:hover .content .tits {
  opacity: 1;
  transform: scale(1);
}
.home-appliction .list .links:hover .content .more {
  opacity: 1;
  transform: scale(1);
}
.home-title {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 42px;
  color: #000000;
  line-height: 1.5;
  padding-bottom: 18px;
  font-weight: bold;
}
.home-title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #E93429;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer {
  background-color: #282828;
}
.cont1200 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.footer-top {
  padding: 70px 0 0;
  display: flex;
  justify-content: space-between;
}
.footer-left {
  max-width: 380px;
}
.footer-left .text {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.65;
  margin-top: 30px;
}
.footer-logo {
  width: 280px;
  display: inline-block;
}
.footer-logo img {
  width: 100%;
}
.footer-title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}
.footer-center {
  max-width: 100%;
  width: 500px;
}
.footer-center .list {
  margin-top: 40px;
}
.footer-center .item {
  display: flex;
  margin-bottom: 14px;
}
.footer-center .item .key {
  flex-shrink: 0;
}
.footer-center .item .key,
.footer-center .item .val p,
.footer-center .item .val a {
  font-size: 16px;
  color: #fff;
  line-height: 1.65;
}
.footer-center .item .val a:hover {
  color: #E93429;
  text-decoration: underline;
}
.footer-center .item:last-child {
  margin-bottom: 0;
}
.footer-qr {
  width: 165px;
  text-align: center;
}
.footer-qr img {
  width: 100%;
  margin-top: 34px;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0 40px;
}
.footer-bottom p,
.footer-bottom a {
  font-size: 16px;
  margin: 15px 50px;
  color: #fff;
  opacity: 0.3;
  line-height: 1.56;
}
@media screen and (min-width: 1200px) {
  .footer-bottom a:hover {
    opacity: 1;
  }
}
.header-bcontrols {
  display: flex;
  align-items: center;
  position: relative;
}
.header-search > img {
  width: 24px;
  cursor: pointer;
}
.header-search-box {
  position: absolute;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  right: -10px;
  top: 53px;
  display: none;
}
.header-search-box form {
  display: flex;
}
.header-search-box input {
  height: 46px;
  width: calc(100% - 40px);
  padding: 0 18px;
  font-size: 16px;
}
.header-search-box button {
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search-box button img {
  width: 18px;
}
/* bread */
.bread {
  width: 100%;
  background-color: #E5E5E5;
  border-radius: 26px;
  padding: 12px 20px;
  --text-color: rgba(0, 0, 0, 0.5);
  --text-interval: 8px;
  --text-fontsize: 18px;
  --icon-fontsize: 18px;
  --hover-color: #000;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mod_bread_item {
  display: flex;
  align-items: center;
}
.mod_bread_item:last-child .text {
  color: #000;
}
.mod_bread_link {
  display: flex;
  align-items: center;
  height: initial !important;
  padding: 5px 0;
}
.mod_bread_link span {
  color: var(--text-color);
}
.mod_bread_link .text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  transition: all 0.36s;
  line-height: 1.5;
}
.mod_bread_item img {
  width: 22px;
  opacity: 0.5;
  margin-right: 6px;
  transition: all 0.5s;
}
.mod_bread_item > span {
  margin: 0 var(--text-interval);
  display: inline-block;
  font-size: var(--text-fontsize);
  color: var(--text-color);
  line-height: 1.5;
}
.mod_bread_item:last-child > span {
  display: none;
}
.mod_bread_link:hover .text {
  color: var(--hover-color) !important;
}
.mod_bread_link:hover img {
  opacity: 1;
}
.mod_bread_link:hover span {
  color: var(--hover-color) !important;
}
/* bread-end */
.hc_cont1610 {
  width: 1610px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.product {
  padding-bottom: 50px;
  padding-top: 50px;
}
.product .home-title {
  margin-top: 40px;
}
.product-list {
  width: 1050px;
  margin: 30px auto 0;
}
.product-item {
  margin-bottom: 34px;
  position: relative;
  padding: 20px 26px;
  border-radius: 10px;
  background-color: #F6F6F6;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.product-item .product-link {
  width: 310px;
  display: block;
}
.product-item .product-link .img_box {
  padding-top: 87.09677419%;
  border-radius: 10px;
}
.product-item .right {
  width: calc(100% - 310px);
  padding-left: 20px;
}
.product-item .right .tits {
  font-size: 32px;
  color: #000;
  line-height: 1.45;
  transition: all 0.5s;
  text-align: center;
  font-weight: bold;
}
.product-item .right .group {
  width: 430px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(10px);
}
.product-item .right .list {
  width: 180px;
}
.product-item .right .item:not(:last-child) {
  margin-bottom: 15px;
}
.product-item .right .item:nth-child(1) a,
.product-item .right .item:nth-child(1) p {
  font-weight: bold;
}
.product-item .right .item:last-child {
  transform: translateY(-10px);
}
.product-item .right .item a,
.product-item .right .item p {
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  transition: all 0.5s;
}
.product-item .more {
  position: absolute;
  right: 30px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .more p {
  font-size: 18px;
  color: #000;
  transition: all 0.5s;
}
.product-item .more svg {
  width: 18px;
  margin-left: 6px;
  transition: all 0.5s;
}
.product-item .more svg path {
  transition: all 0.5s;
}
.product-item .more:hover svg {
  transform: translateX(6px);
}
.product-item:hover {
  background-color: var(--main-color);
}
.product-item:hover .product-link .img_box img {
  transform: scale(1.06);
}
.product-item:hover .right .tits {
  color: #fff;
}
.product-item:hover .right .item a,
.product-item:hover .right .item p {
  color: #fff;
}
.product-item:hover .more p {
  color: #fff;
}
.product-item:hover .more svg path {
  fill: #fff;
}
.product-item:last-child {
  margin-bottom: 0;
}
.product-clist {
  margin: 34px -14px -28px;
}
.product-citem {
  padding: 0 14px;
  margin-bottom: 28px;
}
.product-conts {
  padding: 15px 15px 20px;
  border: 2px solid #E7E7E7;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-conts .imgs {
  position: relative;
  overflow: hidden;
}
.product-conts .controls {
  position: absolute;
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(83, 156, 207, 0.5);
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px;
  transform: translateY(100%);
}
.product-conts .controls svg {
  width: 36px;
}
.product-conts .controls svg path {
  transition: all 0.5s;
  fill: #ABAAAA;
}
.product-conts .controls a:hover svg path {
  fill: var(--main-color);
}
.product-conts .img_box {
  padding-top: 95.454545%;
}
.product-conts .tits {
  text-align: center;
  transition: all 0.5s;
  color: #539ccf;
  font-size: 22px;
  font-weight: bold;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 18px;
}
.product-conts:hover .controls {
  transform: translateY(0%);
}
.product-conts:hover .img_box img {
  transform: scale(1.06);
}
.product-conts:hover .tits {
  color: var(--main-color);
}
/* 分页 */
/*.mod_page {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  --item-interval: 4px;*/
/*  --item-font: 16px;*/
/*  --ietm-color: #222;*/
/*  --item-wh: 36px;*/
/*  --item-bg: #e6e6e6;*/
/*  --icon-font: 16px;*/
/*  margin-top: 35px;*/
/*}*/
/*.mod_page_item {*/
/*  margin: 0 var(--item-interval);*/
/*}*/
/*.mod_page .prev,*/
/*.mod_page .next {*/
/*  margin: 0 var(--item-interval) !important;*/
/*}*/
/*.mod_page_item a {*/
/*  color: var(--ietm-color);*/
/*  transition: all 0.36s;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  border-radius: 6px;*/
/*  width: var(--item-wh);*/
/*  height: var(--item-wh);*/
/*  font-size: var(--item-font);*/
/*  background-color: var(--item-bg);*/
/*}*/
/*.mod_page .prev a,*/
/*.mod_page .next a {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  height: var(--item-wh);*/
/*}*/
/*.mod_page .prev a path,*/
/*.mod_page .next a path {*/
/*  transition: all 0.5s;*/
/*}*/
/*.mod_page .prev svg {*/
/*  transform: rotate(180deg);*/
/*}*/
/*.mod_page .next svg {*/
/*  transform: rotate(0deg);*/
/*}*/
/*.mod_page .prev svg,*/
/*.mod_page .next svg {*/
/*  width: var(--icon-font);*/
/*}*/
/* 高亮 */
/*.mod_page_item.active a {*/
/*  background-color: var(--main-color);*/
/*  color: #fff;*/
/*}*/
/* hover */
/*@media screen and (min-width: 1200px) {*/
/*  .mod_page_item a:hover {*/
/*    background-color: var(--main-color);*/
/*  }*/
/*  .mod_page_item:not(.prev, .next) a:hover {*/
/*    color: #fff;*/
/*  }*/
/*  .mod_page_item.prev a:hover span,*/
/*  .mod_page_item.next a:hover span {*/
/*    color: #fff;*/
/*  }*/
/*  .mod_page_item.prev a:hover svg path,*/
/*  .mod_page_item.next a:hover svg path {*/
/*    fill: #fff;*/
/*  }*/
/*}*/
/* 分页-end */

/* 分页 */
.mod_page,
.mod_page{
  display: flex;
  align-items: center;
  justify-content: center;
  --item-interval: 4px;
  --item-font: 16px;
  --ietm-color: #222;
  --item-wh: 36px;
  --item-bg: #e6e6e6;
  --icon-font: 16px;
  margin-top: 35px;
}
.mod_page_item,
.page-item{
  margin: 0 var(--item-interval);
}

.page-item:last-child .page-link{
    width: initial;
    padding: 0 12px;
}

.mod_page .prev,
.mod_page .next {
  margin: 0 var(--item-interval) !important;
}

.mod_page_item a,
.page-item .page-link{
  color: var(--ietm-color);
  transition: all 0.36s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px !important;
  width: var(--item-wh);
  height: var(--item-wh);
  font-size: var(--item-font);
  background-color: var(--item-bg);
}
.mod_page .prev a,
.mod_page .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--item-wh);
}
.mod_page .prev a path,
.mod_page .next a path {
  transition: all 0.5s;
}
.mod_page .prev svg {
  transform: rotate(180deg);
}
.mod_page .next svg {
  transform: rotate(0deg);
}
.mod_page .prev svg,
.mod_page .next svg {
  width: var(--icon-font);
}
/* 高亮 */
.mod_page_item.active a ,
.page-item.active .page-link{
  background-color: var(--main-color);
  color: #fff;
}

/* hover */
@media screen and (min-width: 1200px) {
  .mod_page_item a:hover {
    background-color: var(--main-color);
  }
  .mod_page_item:not(.prev, .next) a:hover {
    color: #fff;
  }
  .mod_page_item.prev a:hover span,
  .mod_page_item.next a:hover span {
    color: #fff;
  }
  .mod_page_item.prev a:hover svg path,
  .mod_page_item.next a:hover svg path {
    fill: #fff;
  }
}
/* 分页-end */


.mod-nav {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.06);
}
.mod-nav a {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  font-size: 18px;
  color: #000;
  line-height: 1.45;
  position: relative;
}
.mod-nav a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
.mod-nav a:last-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  background-color: #000;
}
.mod-nav a:hover {
  background-color: var(--main-color);
  color: #fff;
}
.mod-nav a.active {
  background-color: var(--main-color);
  color: #fff;
}
.server {
  padding-bottom: 50px;
}
.server .mod-breadcontent {
  margin-top: 50px;
}
.server .home-title {
  margin-top: 40px;
}
.server-content {
  padding: 0 70px;
  margin-top: 30px;
}
.server-list {
  margin: 0 -14px -28px;
}
.server-item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.server-cont {
  border: 2px solid #E7E7E7;
  transition: all 0.5s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.server-cont .imgs-content {
  padding: 15px 15px 0;
  overflow: hidden;
  flex-shrink: 0;
}
.server-cont .imgs-content .imgs {
  width: 100%;
}
.server-cont .imgs-content .img_box {
  padding-top: 76.190476%;
  transition: all 0.5s;
}
.server-cont .tits {
  padding: 15px 15px;
  transition: all 0.5;
  text-align: center;
  color: #539ccf;
  font-size: 22px;
  line-height: 1.45;
  font-weight: bold;
  transition: all 0.5s;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.server-cont:hover {
  border: 2px solid #E7E7E7;
}
.server-cont:hover .imgs-content .img_box {
  transform: scale(1.16);
}
.server-cont:hover .imgs-content .img_box img {
  transform: scale(1.05);
}
.server-cont:hover .tits {
  color: #fff;
  background-color: var(--main-color);
}
.about-info {
  margin-top: 45px;
}
.about-info-list {
  margin-top: 30px;
}
.about-info-item {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-end;
  --x: -480px;
}
.about-info-item .left {
  width: 30%;
  position: relative;
  z-index: 2;
}
.about-info-item .left .content {
  margin-right: var(--x);
  background-color: #fff;
  box-shadow: 0.968px 3.881px 9.9px 0.1px rgba(0, 0, 0, 0.49);
  padding: 50px 40px;
}
.about-info-item .left .content,
.about-info-item .left .content p {
  font-size: 20px;
  color: #000000;
  line-height: 1.76;
}
.about-info-item .right {
  width: 70%;
  padding-bottom: 70px;
}
.about-info-item .right .img_box {
  padding-top: 49.12280702%;
}
.about-info-item:nth-child(even) {
  flex-direction: row-reverse;
}
.about-info-item:nth-child(even) .left .content {
  margin-left: var(--x);
  margin-right: 0;
}
.about-info-item:nth-child(even) .right {
  padding-bottom: 170px;
}
.about-info-item:last-child {
  margin-bottom: 0;
}
.about {
  padding-top: 50px;
}
.about-culture {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-culture-list {
  margin-top: 30px;
}
.about-culture-item {
  position: relative;
  z-index: 1;
}
.about-culture-item::after {
  content: "";
  position: absolute;
  width: 44.7204968%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  z-index: 2;
}
.about-culture-item img {
  width: 84.0993788%;
  margin-left: auto;
  display: block;
  height: auto !important;
}
.about-culture-item .content {
  position: absolute;
  width: 70%;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background-image: linear-gradient(to right, #F6F6F6 50%, rgba(246, 246, 246, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
}
.about-culture-item .content .tits {
  font-size: 46px;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
}
.about-culture-item .content .texts {
  margin-top: 20px;
  font-size: 36px;
  color: #000000;
  line-height: 1.5;
}
.about-culture-item:nth-child(even)::after {
  left: initial;
  right: 0;
  transform: rotate(180deg);
}
.about-culture-item:nth-child(even) img {
  margin-left: initial;
  margin-right: auto;
}
.about-culture-item:nth-child(even) .content {
  background-image: linear-gradient(to left, #F6F6F6 50%, rgba(246, 246, 246, 0) 100%);
  left: initial;
  right: 0;
  align-items: flex-end;
}
.contact {
  padding: 50px 0;
}
.contact-flex {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
}
.contact-flex .item {
  width: 33.333333%;
  padding: 20px 42px;
  border-right: 1px solid #5A5A5A;
}
.contact-flex .item .tits {
  position: relative;
  font-size: 26px;
  color: #000;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 20px;
}
.contact-flex .item .tits span {
  color: var(--main-color);
}
.contact-flex .item .tits::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #555555;
  left: 0;
  bottom: 0;
}
.contact-flex .item .texts {
  margin-top: 20px;
  font-size: 20px;
  color: #000;
  line-height: 1.45;
}
.contact-flex .item:first-child {
  padding-left: 0;
}
.contact-flex .item:last-child {
  padding-right: 0;
  border: none;
}
.contact-info {
  margin-top: 30px;
}
.contact-info .items:last-child {
  margin-bottom: 0;
}
.contact-info .items {
  margin-bottom: 15px;
  display: flex;
}
.contact-info .items .key {
  font-size: 20px;
  line-height: 1.25;
  color: #000;
  flex-shrink: 0;
}
.contact-info .items .val p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
  color: #000;
}
.contact-info .items .val p:last-child {
  margin-bottom: 0;
}
.contact-info .items .val p,
.contact-info .items .val a {
  font-size: 20px;
  line-height: 1.25;
  color: #000;
}
.contact-info .items .val a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
.contact-qr {
  margin-top: 30px;
  display: flex;
}
.contact-qr .items {
  width: 156px;
  margin-right: 30px;
}
.contact-qr .items img {
  width: 100%;
}
.contact-qr .items p {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}
.contact-form {
  margin-top: 30px;
}
.contact-form textarea {
  width: 100%;
  height: 80px;
  border-radius: 8px;
  border: 1px solid #000000;
  padding: 15px 15px;
  font-size: 16px;
  color: #333;
  resize: vertical;
}
.contact-form input {
  border: 1px solid #000000;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  margin-top: 14px;
}
.contact-form button {
  width: 110px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
  margin-top: 14px;
}
.contact-form button:hover {
  transform: translateY(4px);
}
.news-item {
  padding: 30px 0;
  border-bottom: 1px solid #CDCDCC;
  display: flex;
  align-items: center;
}
.news-item .left {
  width: calc(100% - 270px);
  display: flex;
  align-items: center;
}
.news-item .left .time-box {
  display: flex;
  width: 165px;
}
.news-item .left .time-box .line {
  width: 55px;
  height: 2px;
  display: block;
  background-color: #000;
  margin-top: 30px;
  margin-left: 20px;
}
.news-item .left .time-box .time p {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.45;
  transition: all 0.5s;
}
.news-item .left .time-box .time .more {
  width: 36px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  margin-top: 15px;
  border-radius: 6px;
}
.news-item .left .time-box .time .more svg {
  width: 24px;
}
.news-item .left .time-box .time .more svg path {
  fill: #CDCDCC;
  transition: all 0.5s;
}
.news-item .left .content {
  width: calc(100% - 165px);
  padding-right: 30px;
}
.news-item .left .content .tits {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
  transition: all 0.5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.news-item .left .content .texts {
  margin-top: 15px;
}
.news-item .left .content .texts p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-item .right {
  width: 270px;
}
.news-item .right .img_box {
  padding-top: 81.48148148%;
}
.news-item:hover .left .time-box .time p {
  color: var(--main-color);
}
.news-item:hover .left .time-box .time .more {
  background-color: var(--main-color);
}
.news-item:hover .left .time-box .time .more svg path {
  fill: #fff;
}
.news-item:hover .left .content .tits {
  color: var(--main-color);
}
.news-item:hover .right .img_box img {
  transform: scale(1.06);
}
.hc_cont1550 {
  width: 1550px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.news-content {
  margin-top: 38px;
}
.newsdeta-content {
  margin-top: 40px;
}
.newsdeta-content .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.newsdeta-content .flex .content {
  width: calc(100% - 450px);
  padding-right: 34px;
}
.newsdeta-content .flex .content .hds {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
}
.newsdeta-content .flex .content .hds .time {
  width: 70px;
  height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  line-height: initial;
  text-align: center;
  margin-right: 24px;
  flex-shrink: 0;
}
.newsdeta-content .flex .content .hds .time span {
  font-size: 22px;
}
.newsdeta-content .flex .content .hds .title {
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  line-height: initial;
}
.newsdeta-content .flex .content .bds {
  margin-top: 34px;
}
.newsdeta-content .flex .content .bds p {
  font-size: 20px;
  color: #000000;
  line-height: 1.8;
}
.news-other {
  width: 450px;
  border: 1px solid #555555;
  padding: 40px 28px;
}
.news-other .title {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 20px;
  border-bottom: 5px solid var(--main-color);
}
.news-other-list {
  margin-top: 40px;
}
.news-other-item {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #1E1E1E;
}
.news-other-item .time {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  opacity: 0.66;
  line-height: 1.45;
}
.news-other-item .tits {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  line-height: 1.45;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.news-other-item .texts {
  margin-top: 10px;
}
.news-other-item .texts p {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  opacity: 0.66;
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-other-item:hover .tits {
  color: var(--main-color);
}
.news-other-item:last-child {
  margin-bottom: 0;
}
.news-other-link {
  display: block;
}
.news,
.newsdeta,
.join,
.recruit {
  padding-bottom: 60px;
}
.news .mod-breadcontent,
.newsdeta .mod-breadcontent,
.join .mod-breadcontent,
.recruit .mod-breadcontent {
  margin-top: 55px;
}
.join-content {
  width: 1010px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.join-content .content {
  margin-top: 30px;
}
.join-content .content .top {
  background-color: #036EB8;
  padding: 30px 40px;
}
.join-content .content .top p {
  font-size: 20px;
  color: #fff;
  line-height: 1.3125;
}
.join-content .content .bottom {
  position: relative;
  z-index: 1;
  margin-top: -1px;
}
.join-content .content .bottom .img_box {
  padding-top: 80%;
}
.join-content .content .bottom .img_box img {
  object-fit: cover;
}
.join-content .content .bottom .info {
  position: absolute;
  width: 100%;
  padding: 30px 40px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(222, 83, 34, 0.9);
}
.join-content .content .bottom .info h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.join-content .content .bottom .info p {
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
}
.hc_cont1380 {
  width: 1380px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.recruit-list {
  margin-top: 30px;
}
.recruit-item {
  margin-bottom: 30px;
  background-color: #F9FAFB;
  border-radius: 8px;
}
.recruit-item .hds {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.recruit-item .hds .type,
.recruit-item .hds .names {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
.recruit-item .hds .type {
  margin-right: 45px;
}
.recruit-item .bds {
  padding: 6px 20px 20px;
  display: none;
}
.recruit-item .bds p {
  font-size: 18px;
  line-height: 1.75;
  color: #000000;
}
.recruit-item.open .carter-mask::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.recruit-item:last-child {
  margin-bottom: 0;
}
.recruit-item:first-child .bds {
  display: block;
}
.contact-content {
  margin-top: 60px;
  overflow: hidden;
}
.recruit-item .hds {
  padding-right: 60px !important;
}

.search-list {
  margin-top: 10px;
}
.search-list li {
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-list a {
  font-size: 18px;
  line-height: 1.75;
  color: #333;
}
.search-list a:hover {
  color: #E93429;
}
.prodeta-content {
  padding: 80px 0 0;
}
@media screen and (max-width: 1680px) {
  .prodeta-content {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .prodeta-content {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .prodeta-content {
    padding: 40px 0 0;
  }
}
.prodeta-content .flex {
  display: flex;
  justify-content: center;
}
.prodeta-content .left {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .prodeta-content .left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .prodeta-content .left {
    width: 100%;
  }
}
.prodeta-content .left .title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .prodeta-content .left .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .prodeta-content .left .title {
    font-size: 22px;
  }
}
.prodeta-content .left .controls-group {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
}
@media screen and (max-width: 1680px) {
  .prodeta-content .left .controls-group {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .prodeta-content .left .controls-group {
    margin-top: 20px;
  }
}
.prodeta-content .left .controls-group a {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 1.65;
  display: block;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .prodeta-content .left .controls-group a {
    font-size: 18px;
  }
}
.prodeta-content .left .controls-group a:last-child {
  margin-right: 0;
}
.prodeta-content .left .controls-group a:hover {
  color: var(--main-color);
}
.prodeta-content .left .img_box {
  padding-top: 104.7619%;
  margin-top: 30px;
}
@media screen and (max-width: 1680px) {
  .prodeta-content .left .img_box {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .prodeta-content .left .img_box {
    margin-top: 20px;
  }
}
