@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
  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');
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.eot');
  src: local('Oswald Bold'), local('Oswald-Bold'), url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype'), url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* 谷歌翻译后防止与sticky产生冲突 */
.translated-ltr body,
.translated-rtl body {
  margin-top: 40px !important;
}
.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 {
  display: none;
}
/* 去除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;
  }
}
:root {
  --main-color: #215283;
  --flex-margin: -15px;
  --flex-padding: 15px;
  font-size: 10px;
  --padd: 120px;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.fancybox-content {
  height: 800px !important;
}
.mod_btn {
  display: inline-flex;
  min-width: 150px;
  padding: 0 20px;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.36s;
}
.mod_btn .mod_btn_text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-right: 12px;
}

.mod_btn_text a{
  color: #fff;
}

.mod_btn span {
  color: #fff;
  font-size: 15px;
}
.mod_btn:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.p2.active .home_about .home_about_flex .left .tit {
  animation: hcfadeInUp 0.6s 0.7s ease-in-out both;
}
.p2.active .home_about .home_about_flex .left .subtit {
  animation: hcfadeInUp 0.6s 0.9s ease-in-out both;
}
.p2.active .home_about .home_about_flex .left .text {
  animation: hcfadeInUp 0.6s 1.1s ease-in-out both;
}
.p2.active .home_about_number {
  animation: hcfadeInUp 0.6s 1.3s ease-in-out both;
}
.p2.active .home_about .home_about_flex .left .home_about_box {
  animation: hcfadeInUp 0.6s 1.5s ease-in-out both;
}
.p2.active .bg1 {
  animation: fadeInUp 1.4s 1.3s ease-in-out both;
}
.p2 .mod_btn:hover {
  transform: translateX(6px);
}
.about_info_play:hover {
  transform: translateX(5px);
}
.mod_btn {
  transition: all 0.36s;
}
.p2.active .home_about .home_about_flex .right .mod_play {
  animation: fadeInDown 1.4s 1.5s ease-in-out both;
}
.p1 .swiper-container {
  width: 100%;
}
.p1 .swiper-slide {
  overflow: hidden;
}
.p1 .slide-link {
  display: block;
}
.p1 .slide-inner {
  position: relative;
}
.p1 .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.p1 .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_cont {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section {
  overflow: hidden;
}
.home_ban .slide-link img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.home_ban .slide-video video {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.home_ban .slide-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home_ban .slide-cont .slide-cont-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.home_ban .slide-cont .slide-cont-flex .text {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: inline-block;
  position: relative !important;
  color: transparent !important;
  background: linear-gradient(to right, #fff 50%, transparent 100%);
  -webkit-background-clip: text;
  background-size: 200%;
  background-repeat: no-repeat;
  background-position-x: 200%;

}
.home_ban .slide-cont .slide-cont-flex .tit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10rem;
}
.home_ban .slide-cont .slide-cont-flex .tit p {
  color: #FFF;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  position: relative !important;
  color: transparent !important;
  background: linear-gradient(to right, #fff 50%, transparent 100%);
  -webkit-background-clip: text;
  background-size: 200%;
  background-repeat: no-repeat;
  background-position-x: 200%;
  /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50); */
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.50));
}
.home_ban .swiper-slide-active .slide-cont-flex .text {
  animation: c_text1 1.7s 0.5s ease both;
}
.home_ban .swiper-slide-active .slide-cont-flex .tit p {
  animation: c_text1 1.7s 1s ease both;
}
.home_ban .swiper-slide-active .slide-cont-flex .mod_btn {
  animation: cleft 1.1s 1.6s ease both;
}
.home_ban .swiper-pagination {
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}
.home_ban .swiper-pagination span {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 1 !important;
  margin: 0 12px;
  position: relative;
}
.home_ban .swiper-pagination span::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #fff;
  transition: all 0.36s;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.1;
}
.home_ban .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.home_ban .swiper-pagination span.swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%) scale(1);
}
@keyframes c_text1 {
  from {
    background-position-x: 200%;
  }
  to {
    background-position-x: 0%;
  }
}
@keyframes cleft {
  from {
    transform: translateX(-60px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
.p2 .home_cont {
  z-index: 1;
}
.p2 .home_cont > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: cover;
}
.p2 .home_about {
  height: 100%;
}
.p2 .home_about .hc_cont1410 {
  height: 100%;
}
.p2 .home_about .home_about_flex {
  height: 100%;
  display: flex;
}
.p2 .home_about .home_about_flex .left {
  width: 750px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 345px;
  padding-top: 100px;
}
.p2 .home_about .home_about_flex .left .tit {
  color: #222;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6.4rem;
}
.p2 .home_about .home_about_flex .left .subtit {
  color: #222;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.p2 .home_about .home_about_flex .left .text p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.p2 .home_about .home_about_flex .left .text {
  margin-bottom: 72px;
}
.p2 .home_about .home_about_flex .left .mod_btn {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.p2 .home_about .home_about_flex .right {
  position: relative;
}
.p2 .home_about .home_about_flex .right .mod_play {
  width: 80px;
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  cursor: pointer;
}
.p2 .home_about .home_about_flex .right .mod_play::after {
  content: "";
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #215283;
  border-radius: 50%;
  z-index: -1;
  animation: playan 2.2s ease-in-out infinite;
}
.p2 .home_about .home_about_flex .right .mod_play::before {
  content: "";
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #215283;
  border-radius: 50%;
  z-index: -1;
  animation: playan 2.2s 1.1s ease-in-out infinite;
}
.p2 .home_about .home_about_flex .right svg {
  width: 100%;
}
.home_about_number {
  display: flex;
  margin-bottom: 10rem;
}
.home_about_number li {
  margin-right: 80px;
}
.home_about_number li .tops {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.home_about_number li .tops .iconfont {
  font-size: 40px;
  color: #215283;
  margin-right: 16px;
  flex-shrink: 0;
}
.home_about_number li .tops .number {
  display: flex;
  align-items: flex-start;
}
.home_about_number li .tops .number .val {
  font-size: 48px;
  font-weight: bold;
  color: #222;
  margin-right: 5px;
  transition: all 0.36s;
  font-family: Oswald;
}
.home_about_number li .tops .number .unit {
  font-size: 26px;
  font-weight: bold;
  color: #222;
  transform: translateY(-3px);
}
.home_about_number li .bots {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.home_about_number li:last-child {
  margin-right: 0;
}
@keyframes playan {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 0;
    height: calc(100% + 100px);
    width: calc(100% + 100px);
  }
}
.home_product .right .slick-list {
  overflow: initial !important;
}
.home_product {
  display: flex;
  height: 100%;
}
.home_product .left {
  width: calc(100% - 480px);
}
.home_product .left .home_product_list {
  overflow: hidden;
}
.home_product .left .home_product_list img {
  width: 100%;
  height: 75vh;
  object-fit: cover;
}
.home_product .left .home_product_bot {
  display: flex;
  align-items: center;
}
.home_product .left .home_product_bot .home_product_botcont {
  width: 100%;
  height: calc(100vh - 77.314814vh);
  min-height: 200px;
  flex-shrink: 0;
  padding: 0 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home_product .left .home_product_bot .home_product_botcont .home_ptios {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.home_product .left .home_product_bot .home_product_botcont .home_ptios .home_ptits {
  width: 240px;
  min-width: 190px;
  flex-shrink: 0;
  margin-right: 40px;
  color: #222;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.home_product .left .home_product_bot .home_product_botcont .home_ptios .home_ptext {
  width: 77.8225806%;
}
.home_product .left .home_product_bot .home_product_botcont .home_ptios .home_ptext p {
  color: #666;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.home_product .left .home_product_bot .home_product_botcont .mores {
  display: inline-flex;
  align-items: center;
}
.home_product .left .home_product_bot .home_product_botcont .mores .texts {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-right: 8px;
}
.home_product .left .home_product_bot .home_product_botcont .mores .iconfont {
  font-size: 16px;
  display: inline-block;
  color: #666;
}
.home_product .left .home_product_bot .home_product_botcont .mores:hover .iconfont {
  transform: translateX(4px);
}
.home_product .right {
  min-width: 480px;
  width: 480px;
  flex-shrink: 0;
  padding-top: 100px;
  position: relative;
}
.home_product .right::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 102px;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: #215283;
}
.home_product .right .home_product_right {
  background-color: #215283;
  height: calc(100vh - 100px);
  overflow: hidden;
  padding-top: 0;
  border-top: 1px solid #517599;
}
.home_product .right .home_product_right .home_product_rcont {
  /* position: relative; */
  cursor: pointer;
  transition: all 0.36s;
  font-size: 0px;
  background-color: #F7F7F7;
  height: 100%;
}

.home_product_rcont img{
  height: 100%;
  width: initial;
  width: 100%;
  object-fit: cover;
  max-width: initial;
}

.home_product_ritem{
  height: calc((100vh - 100px) / 4) !important;
}

.home_product .right .home_product_right .home_product_rcont .number {
  position: absolute;
  font-weight: bold;
  color: #E6E6E6;
  font-family: Oswald;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  top: 12px;
  right: 24px;
  transition: all 0.36s;
  opacity: 1;
}
.home_product .right .home_product_right .home_product_rcont .tits {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  bottom: 24px;
  right: 24px;
  transition: all 0.36s;
}
.home_product .right .home_product_right .home_product_rcont:hover {
  background-color: #215283;
}
.home_product .right .home_product_right .home_product_rcont:hover .number {
  color: #FFF;
  opacity: 0.2;
}
.home_product .right .home_product_right .home_product_rcont:hover .tits {
  color: #FFF;
}

.slick-current .home_product_rcont {
  background-color: #215283 !important;
}

.slick-current .home_product_rcont .number{
  color: #FFF !important;
  opacity: 0.2 !important;
}

.slick-current .home_product_rcont .tits{
  color: #FFF !important;
}

.home_product .right .slick-vertical .slick-slide {
  border: none;
  position: relative;
}
.home_profess_imgitem img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.home_profess_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home_profess_list {
  display: flex;
  height: 100vh;
}
.home_profess_item {
  width: 25%;
  position: relative;
  transition: all 0.36s;
}
.home_profess_item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
  top: 0;
  right: 0;
}
.home_profess_item:last-child::after {
  opacity: 0;
}

@media screen and (min-width:1200px) {
  .home_profess_item.active {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .home_profess_item.active .home_profess_conts {
    bottom: calc(50% - 50px);
    transform: translateY(50%);
  }
  .home_profess_item.active .home_profess_conts .iconfont {
    font-size: 42px;
    color: #fff;
    margin-bottom: 48px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.home_profess_conts {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  transition: all 0.36s;
}
.home_profess_conts .home_profess_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home_profess_conts .home_profess_flex .iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 32px;
  color: #fff;
  margin-bottom: 24px;
  transition: all 0.36s;
  border: 1px solid rgba(255, 255, 255, 0);
}
.home_profess_conts .home_profess_flex .tit {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  line-height: normal;
}
.home_profess_imgs {
  background-color: #000;
}
.p5_hd {
  top: 20%;
  left: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
}
.p5_subtit {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.p5_tits {
  color: #215283;
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
}
.map_img {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.map_img img {
  width: 100%;
}
.map_path {
  position: absolute;
  width: 78.29787%;
  left: 11.5%;
  top: 25%;
}
.p5_server {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(33, 82, 131, 0.05);
  backdrop-filter: blur(5px);
  width: 100%;
}
.p5_server_list {
  display: flex;
}
.p5_server_item {
  width: 16.6666%;
  border-right: 1px solid rgba(33, 82, 131, 0.1);
  padding: 42px 20px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}
.p5_server_item:first-child {
  border-left: 1px solid rgba(33, 82, 131, 0.1);
}
.p5_server_tit {
  color: #222;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 16px;
}
.p5_server_tit::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: var(--main-color);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.p5_server_text p {
  color: #666;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 186.667%;
}
.mod_tit32 {
  color: #222;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.page_ban {
  overflow: hidden;
  position: relative;
}
.page_ban_cont {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 36%;
  text-align: center;
}
.page_ban_cont .tit {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
}
/* bread */
.bread {
  width: 100%;
  background-color: var(--main-color);
}
.bread .hc_cont1410 {
  display: flex;
  justify-content: space-between;
  min-height: 64px;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mod_bread_item {
  color: #fff;
  display: flex;
  align-items: center;
  height: 30px;
}
.mod_bread_link {
  display: flex;
  align-items: center;
}
.mod_bread_link .text {
  color: #fff;
  font-size: 16px;
  transition: all 0.36s;
}
.mod_bread_link span {
  color: #fff;
  margin-right: 12px;
}
.mod_bread_item .iconfont {
  font-size: 18px;
}
.mod_bread_item > span {
  margin: 0 8px;
  display: inline-block;
  font-size: 16px;
}
.mod_bread_item:last-child > span {
  display: none;
}
.mod_bread_link:hover .text {
  text-decoration: underline;
}
.mod_nav {
  display: flex;
  padding-top: 4px;
}
.mod_nav_conts {
  display: block;
  padding: 20px 32px;
  transition: all 0.36s;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.mod_nav_item.active .mod_nav_conts {
  background-color: #fff;
  color: var(--main-color);
}
/* bread-end */
.mod_text16,
.mod_text16 p {
  color: #666;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}
.about_info {
  padding: var(--padd) 0 14.4rem;
  overflow: hidden;
}
.about_info_flex {
  display: flex;
}
.about_info_flex .left {
  width: 50%;
  padding-right: 15px;
}
.about_info_flex .left .tit {
  margin-bottom: 24px;
}
.about_info_flex .left .text {
  margin-bottom: 64px;
}
.about_info_flex .left .about_info_play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 50px;
  padding: 0 14px;
  cursor: pointer;
  background-color: var(--main-color);
  margin-bottom: 8rem;
  transition: all 0.36s;
}
.about_info_flex .left .about_info_play .iconfont {
  color: #fff;
  margin-right: 8px;
  font-size: 16px;
}
.about_info_flex .left .about_info_play .texts {
  color: #fff;
  font-size: 15px;
  line-height: 1.75;
}
.about_info_flex .left .about_info_play:hover {
  transform: translateX(4px);
}
.about_info_flex .right {
  width: 50%;
  padding-left: 10.5rem;
  position: relative;
  z-index: 1;
}
.about_info_flex .right .img_box {
  padding-top: 100%;
  background-color: #fff;
  height: 100%;
}
.about_info_flex .right .img_box img {
  object-fit: cover;
}
.about_info_flex .right .about_info_adorn {
  position: absolute;
  width: 800px;
  height: 100%;
  top: 24px;
  left: 160px;
  background-color: var(--main-color);
  z-index: -1;
  writing-mode: vertical-lr;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 30px;
  padding-top: 40px;
}
.about_info_flex .right .about_info_adorn p {
  text-align: left;
  font-family: Oswald;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px;
  text-transform: uppercase;
  opacity: 0.1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 149.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact_info_conts .left .cic_item .cic_content a {
  display: inline-block;
}
.contact_info_conts .left .cic_item .cic_content a:hover {
  color: var(--main-color);
  transform: translateX(4px);
  text-decoration: underline;
}
.about .home_about_number {
  margin-bottom: 0rem;
}
.about .home_about_number li {
  margin-right: 8rem;
}
.about .home_about_number li .tops {
  margin-bottom: 15px;
}
.about .home_about_number li .tops .iconfont {
  font-size: 40px;
}
.about .home_about_number li .tops .number .val {
  font-size: 44px;
}
.about .home_about_number li .tops .number .unit {
  font-size: 20px;
}
.about .home_about_number li:last-child {
  margin-right: 0;
}
.about_item {
  display: flex;
  --left: 64px;
}
.about_item .left {
  width: 50%;
}
.about_item .left .img_box {
  padding-top: 46.875%;
  height: 100%;
}
.about_item .left .img_box img {
  object-fit: cover;
}
.about_item .right {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: calc((100% - 1410px) / 2);
  padding-left: var(--left);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F4F6F9;
}
.about_item .right .tit {
  color: #222;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.about_item:nth-child(even) {
  flex-direction: row-reverse;
}
.about_item:nth-child(even) .right {
  padding-left: calc((100% - 1410px) / 2);
  padding-right: var(--left);
}
.ft {
  background-color: #215283;
  position: relative;
  z-index: 1;
}
.ft > img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.ft_top_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ft_top_flex .left .tit {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.ft_top_flex .left .text {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.ft_top_flex .ft_share {
  display: flex;
}
.ft_top_flex .ft_share li {
  margin-left: 20px;
  position: relative;
}
.ft_top_flex .ft_share li .ft_qr {
  opacity: 0;
  pointer-events: none;
  transition: all 0.36s;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(-20px) scale(0.6);
  width: 90px;
  border-radius: 6px;
  padding: 2px;
  background-color: #fff;
}
.ft_top_flex .ft_share li .ft_qr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 100%;
  left: 0;
}
.ft_top_flex .ft_share li .ft_qr img {
  width: 100%;
}
.ft_top_flex .ft_share li .ft_share_conts {
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #FFF;
  opacity: 0.25;
}
.ft_top_flex .ft_share li .ft_share_conts span {
  color: #fff;
  font-size: 20px;
}
.ft_top_flex .ft_share li:hover .ft_qr {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0px) scale(1);
}
.ft_top_flex .ft_share li:hover .ft_share_conts {
  background-color: #fff;
  opacity: 1;
}
.ft_top_flex .ft_share li:hover .ft_share_conts span {
  color: var(--main-color);
}
.ft_cen_flex {
  display: flex;
  justify-content: space-between;
  --top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ft_cen_flex .left {
  display: flex;
  justify-content: space-between;
  padding-top: var(--top);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
  padding-bottom: 56px;
}
.ft_cen_flex .left .ft_logo {
  width: 242px;
  display: block;
  flex-shrink: 0;
  margin-right: 20px;
}
.ft_cen_flex .left .ft_cen_cont {
  display: flex;
  padding-right: 85px;
}
.ft_cen_flex .left .ft_cen_cont .ft_cen_group {
  margin-left: 8.8rem;
}
.ft_cen_flex .left .ft_cen_cont .ft_cen_group .tit {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.ft_cen_flex .left .ft_cen_cont .ft_cen_group .ft_cen_link {
  display: inline-block;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.4;
  opacity: 0.7;
}
@media screen and (min-width: 1200px) {
  .ft_cen_flex .left .ft_cen_cont .ft_cen_group .ft_cen_link:hover {
    opacity: 1;
    text-decoration: underline;
    transform: translateX(4px);
  }
}
.ft_cen_flex .right {
  width: 100%;
  padding-top: var(--top);
  padding-left: 8.8rem;
}
.ft_cen_flex .right .tit {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.ft_cen_flex .right .text {
  margin-bottom: 20px;
}
.ft_cen_flex .right .text p {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.ft_cen_flex .right .ft_form {
  --left: 16px;
}
.ft_cen_flex .right .ft_form .conts {
  position: relative;
  margin-bottom: 24px;
}
.ft_cen_flex .right .ft_form .conts label {
  margin-bottom: 0;
  position: absolute;
  left: var(--left);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.36s;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.ft_cen_flex .right .ft_form .conts input {
  width: 100%;
  height: 56px;
  background-color: #37638F;
  padding-left: var(--left);
  color: #fff;
}
.ft_cen_flex .right .ft_form .conts.active label {
  top: 0;
}
.ft_cen_flex .right .ft_form .ft_submit {
  min-width: 120px;
  height: 46px;
  display: inline-flex;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 0.36s;
}
.ft_cen_flex .right .ft_form .ft_submit span {
  color: #215283;
  margin-right: 10px;
  font-size: 16px;
}
.ft_cen_flex .right .ft_form .ft_submit .texts {
  color: #215283;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  transition: all 0.36s;
}
.ft_cen_flex .right .ft_form .ft_submit:hover {
  transform: translateX(4px);
  background-color: var(--main-color);
  box-shadow: 0 0 12px 0 rgba(255, 255, 225, 0.2);
}
.ft_cen_flex .right .ft_form .ft_submit:hover span {
  color: #fff;
}
.ft_cen_flex .right .ft_form .ft_submit:hover .texts {
  color: #fff;
}
.ft_bot .ft_bot_flex {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  align-items: center;
}
.ft_bot .ft_bot_flex .left {
  display: flex;
  align-items: center;
}
.ft_bot .ft_bot_flex .left p,
.ft_bot .ft_bot_flex .left a {
  color: #ffffff;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 5px;
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .ft_bot .ft_bot_flex .left a:hover {
    opacity: 1;
  }
}
.ft_bot .ft_bot_flex .right a {
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .ft_bot .ft_bot_flex .right a:hover {
    opacity: 1;
  }
}
.research_cont {
  position: relative;
  z-index: 1;
  padding: var(--padd) 0;
}
.research_cont > img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  object-fit: cover;
}
.research_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.research_flex .left {
  width: 480px;
  flex-shrink: 0;
  margin-right: 0rem;
}
.research_flex .left .tit {
  margin-bottom: 32px;
}
.research_flex .left .text {
  margin-bottom: 8rem;
}
.research_flex .left .list li {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  border-radius: 32px;
  background-color: #F4F6F9;
  padding: 4px;
}
.research_flex .left .list li span {
  flex-shrink: 0;
  margin-right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  font-size: 24px;
}
.research_flex .left .list li .tits {
  color: #215283;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.research_flex .right {
  width: 57.446808%;
}
.research_flex .right .imgbox {
  position: relative;
  width: 570px;
  margin: 0 auto;
}
.research_flex .right .imgbox img {
  width: 100%;
  border-radius: 50%;
}
.research_flex .right .imgbox .imgbox_item {
  width: 226px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #fff;
  position: absolute;
}
.research_flex .right .imgbox .imgbox_item img {
  width: 100%;
  border-radius: 50%;
}
.research_flex .right .imgbox .imgbox_item:nth-of-type(1) {
  top: -4%;
  left: -20%;
}
.research_flex .right .imgbox .imgbox_item:nth-of-type(2) {
  top: -4%;
  right: -20%;
}
.research_flex .right .imgbox .imgbox_item:nth-of-type(3) {
  bottom: -4%;
  left: -20%;
}
.research_flex .right .imgbox .imgbox_item:nth-of-type(4) {
  bottom: -4%;
  right: -20%;
}
.honor_cont {
  padding: var(--padd) 0;
}
.honor_hd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.honor_hd .tit {
  color: #222;
  font-weight: 700;
  line-height: normal;
  flex-shrink: 0;
}
.honor_hd .text {
  width: 74.4680851%;
}
.honor_group_hd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  border-bottom: 1px solid #D9D9D9;
}
.honor_group_hd .tit {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 25px;
  position: relative;
}
.honor_group_hd .tit::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #215283;
  left: 0;
  bottom: 0;
}
.honor_group_hd .honor_group_arrow {
  display: flex;
  align-items: center;
}
.honor_group_hd .honor_group_arrow .prev,
.honor_group_hd .honor_group_arrow .next {
  cursor: pointer;
  font-size: 22px;
  margin-left: 24px;
  color: #666666;
}
.honor_group_hd .honor_group_arrow .prev {
  transform: translateY(-1px) rotate(180deg);
}
.honor_group_hd .honor_group_arrow .prev:hover,
.honor_group_hd .honor_group_arrow .next:hover {
  color: #215283;
}
.honor_group_conts {
  border: 1px solid #E6E6E6;
  cursor: pointer;
  --padds: 24px;
}
.honor_group_conts .img_box {
  padding-top: 100%;
}
.honor_group_conts .imgbox {
  padding: var(--padds);
  position: relative;
}
.honor_group_conts .imgbox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(33, 82, 131, 0.8);
  backdrop-filter: blur(5px);
  transition: all 0.36s 0.15s;
  opacity: 0;
}
.honor_group_conts .imgbox .tubiao {
  display: block;
  width: 56px;
  line-height: 54px;
  border: 1px solid #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 2;
  font-size: 22px;
  color: #fff;
  transition: all 0.36s;
  opacity: 0;
}
/* .honor_group_conts:hover .imgbox::after {
  opacity: 1;
  transition: all 0.36s;
}
.honor_group_conts:hover .imgbox .tubiao {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all 0.36s 0.15s;
} */

.honor_group_conts:hover .imgbox img{
  transform: scale(1.06);
}

.honor_group_tit {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 24px 0;
  border-top: 1px solid #E6E6E6;
  width: calc(100% - var(--padds) * 2);
  margin: 0 auto;
}
.honor_group {
  margin-bottom: 6.5rem;
}
.honor_group:last-child {
  margin-bottom: 0;
}
.culture_cont {
  padding: var(--padd) 0;
}
.culture_cont .honor_hd {
  margin: 0 var(--flex-margin) 6.5rem;
}
.culture_cont .honor_hd .tit {
  padding: 0 var(--flex-padding);
}
.culture_cont .honor_hd .text {
  padding: 0 var(--flex-padding);
  width: 66.6666666%;
}
.culture_list {
  display: flex;
  margin: 0 var(--flex-margin);
}
.culture_item {
  width: 33.333333%;
  padding: 0 var(--flex-padding);
}
.culture_conts {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.culture_conts .img_box {
  padding-top: 66.666666%;
  flex-shrink: 0;
}
.culture_conts .culture_bots {
  height: 100%;
  background-color: #F4F6F9;
  padding: 32px 20px;
  text-align: center;
}
.culture_conts .culture_bots .tits {
  margin-bottom: 20px;
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.culture_conts .culture_bots .texts p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.culture_other {
  position: relative;
  z-index: 1;
  padding-top: 10rem;
  padding-bottom: 20px;
}
.culture_other > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.culture_other .culture_other_list {
  display: flex;
  width: 80rem;
  flex-wrap: wrap;
}
.culture_other .culture_other_item {
  margin-right: 10rem;
  margin-bottom: 8rem;
  width: 260px;
  flex-shrink: 0;
}
.culture_other .culture_other_item span {
  display: inline-flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  color: #215283;
  font-size: 36px;
  margin-bottom: 40px;
}
.culture_other .culture_other_item .tits {
  margin-bottom: 20px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.culture_other .culture_other_item .texts p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.employee_cont {
  padding: var(--padd) 0;
}
.employee_list {
  display: flex;
  margin: 0 var(--flex-margin) 18px;
  flex-wrap: wrap;
}
.employee_item {
  width: 33.33333%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.employee_conts {
  position: relative;
}
.employee_conts .img_box {
  padding-top: 66.666666%;
}
.employee_conts .employee_hovers {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(33, 82, 131, 0.9);
  opacity: 0;
  transition: all 0.36s 0.45s;
}
.employee_conts .employee_hovers .employee_conts_tits {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0.5);
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  transition: all 0.36s;
  opacity: 0;
}
.employee_conts .employee_hovers::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 20px;
  top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.36s 0.15s;
}
.employee_conts .employee_hovers::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 20px;
  bottom: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.36s 0.15s;
}
.employee_conts:hover .img_box img {
  transform: scale(1.04);
}
.employee_conts:hover .employee_hovers {
  opacity: 1;
  transition: all 0.36s;
}
.employee_conts:hover .employee_hovers::after {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  transition: all 0.36s 0.34s;
}
.employee_conts:hover .employee_hovers::before {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  transition: all 0.36s 0.34s;
}
.employee_conts:hover .employee_hovers .employee_conts_tits {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  transition: all 0.36s 0.36s;
}
.mod_page_item a {
  width: 44px;
  line-height: 42px;
  border-radius: 0;
  background: #F4F4F4;
  border-color: #F4F4F4;
  color: #222;
}
.mod_page_item {
  margin: 0 8px;
}
.mod_page_item a:hover {
  background-color: #fff;
  border-color: var(--main-color);
  color: var(--main-color);
}
.mod_page_item.act a {
  background-color: #fff;
  border-color: var(--main-color);
  color: var(--main-color);
}
.mod_page_item.prev a:hover,
.mod_page_item.next a:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.mod_page_item.prev a:hover span,
.mod_page_item.next a:hover span {
  color: #fff;
}
.mod_page .prev a,
.mod_page .next a {
  font-size: 16px;
}
.mod_page .prev,
.mod_page .next {
  margin: 0 16px !important;
}
.mod_page_item.omit a {
  background-color: #fff;
  border: none;
  color: #222;
}
.solution_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin);
}
.solution_item {
  width: 50%;
  padding: 0 var(--flex-padding);
  margin-bottom: 30px;
}
.solution_cont {
  padding: var(--padd) 0 9rem;
}
.solution_conts {
  position: relative;
  display: block;
}
.solution_conts .img_box {
  padding-top: 50%;
}
.solution_conts .solution_info {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 32px;
  padding: 0 32px;
}
.solution_conts .solution_info .solution_tits {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
.solution_conts .solution_info .solution_more {
  display: flex;
  align-items: center;
}
.solution_conts .solution_info .solution_more p {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.solution_conts .solution_info .solution_more span {
  color: #fff;
  margin-left: 8px;
  font-size: 15px;
  transition: all 0.36s;
  display: inline-block;
}
.solution_conts:hover .img_box img {
  transform: scale(1.04);
}
.solution_conts:hover .solution_info .solution_more p {
  text-decoration: underline;
}
.solution_conts:hover .solution_info .solution_more span {
  transform: translateX(4px);
}
.intelligent_cont {
  padding: var(--padd) 0;
}
.intelligent_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin) 28px;
  /* justify-content: center; */
}
.intelligent_item {
  width: 25%;
  padding: 0 var(--flex-padding);
  margin-bottom: 40px;
}
.intelligent_link {
  cursor: pointer;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.intelligent_link .img_box {
  padding-top: 75.555555%;
  margin-bottom: 24px;
}
.intelligent_link .tiis {
  margin-bottom: 24px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
}
.intelligent_link .more {
  display: flex;
  align-items: center;
}
.intelligent_link .more p {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  transition: all 0.36s;
}
.intelligent_link .more span {
  margin-left: 8px;
  color: #666;
  font-size: 15px;
  display: inline-block;
  transition: all 0.36s;
}
.intelligent_link:hover .img_box img {
  transform: scale(1.04);
}
.intelligent_link:hover .more {
  display: flex;
  align-items: center;
}
.intelligent_link:hover .more p {
  color: var(--main-color);
}
.intelligent_link:hover .more span {
  transform: translateX(5px);
  color: var(--main-color);
}
.intelligent_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.8rem;
}
.intelligent_nav_list {
  background-color: #F4F6F9;
  border-radius: 72px;
  padding: 4px;
  display: flex;
}
.intelligent_nav_item:not(:last-child) {
  margin-right: 10px;
}
.intelligent_nav_link {
  display: flex;
  height: 64px;
  padding: 0 40px;
  border-radius: 64px;
  color: var(--main-color);
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  align-items: center;
  justify-content: center;
  transition: all 0.36s;
}
.intelligent_nav_item.active .intelligent_nav_link {
  background-color: var(--main-color);
  color: #fff;
}
.intelligent_nav_link:hover {
  background-color: var(--main-color);
  color: #fff;
}
.project_info {
  padding: var(--padd) 0 10rem;
}
.project_info .honor_hd {
  margin-bottom: 6.5rem;
}
.project_list {
  display: flex;
  /* margin: 0 var(--flex-margin); */
}
.project_item {
  width: 25%;
  padding: 40px 26px;
  border-top: 2px solid #D9D9D9;
  transition: all 0.36s;
  cursor: pointer;
  position: relative;
}
.project_item::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  opacity: 0.1;
  transition: all 0.36s;
  background: linear-gradient(0deg, rgba(33, 82, 131, 0) 0%, #215283 100%);
}
.project_item .number {
  color: #215283;
  font-family: 'Oswald';
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.project_item .tops{
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project_item.active .icons{
  background-color: var(--main-color);
}

.project_item.active .icons span{
  color: #fff;
}

.project_item .icons{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #F4F6F9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.36s;
}
.project_item .icons span{
  font-size: 22px;
  color: #215283;
  transition: all 0.36s;
}

@media screen and (max-width:1200px) {
  .project_item .tops {
    margin-bottom: 20px;
  }
  .project_item .icons {
      width: 42px;
      height: 42px;
  }

  .project_item .icons span{
    font-size: 20px;
  }

}




@media screen and (max-width:768px) {
  .project_item .icons {
    width: 40px;
    height: 40px;
  }

  .project_item .icons span{
    font-size: 18px;
  }

  .project_item .tops {
    margin-bottom: 7px;
}

}
.project_item .tits {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.project_item .texts p {
  color: #666;
  font-size: 16px;
  line-height: 2;
}
.project_case {
  padding-bottom: 10.6rem;
  /* display: none; */
}
.project_case .tit {
  margin-bottom: 32px;
}
.project_case_list {
  margin: 0 var(--flex-margin);
}
.project_case_item {
  padding: 0 var(--flex-padding);
}
.project_case_link {
  display: block;
  position: relative;
  perspective: 1000px;
}
.project_case_link .zheng {
  position: relative;
  transition: 0.8s cubic-bezier(0.11, 0.6, 0.24, 0.89);
}
.project_case_link .fan {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotateY(-180deg);
  backface-visibility: hidden;
  transition: 0.8s cubic-bezier(0.11, 0.6, 0.24, 0.89);
}
.project_case_link .img_box {
  padding-top: 75.555555%;
}
.project_case_link .project_case_tit {
  position: absolute;
  width: 100%;
  bottom: 24px;
  left: 0;
  transition: all 0.36s;
  padding: 0 32px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.project_case_link .project_case_conts {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(33, 82, 131, 0.8);
  padding: 40px 32px;
}
.project_case_link .project_case_conts .flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.project_case_link .project_case_conts .tits {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.project_case_link .project_case_conts .texts {
  margin-bottom: 20px;
  height: 116px;
}
.project_case_link .project_case_conts .texts p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.project_case_link .project_case_conts .mores {
  display: flex;
  align-items: center;
}
.project_case_link .project_case_conts .mores p {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.project_case_link .project_case_conts .mores span {
  font-size: 15px;
  color: #fff;
  margin-left: 8px;
}
.project_case_link:hover .img_box img {
  transform: scale(1.04);
}
.project_case_link:hover .project_case_tit {
  opacity: 0 !important;
  transform: translateY(100%) !important;
}
.project_case_link:hover .project_case_conts {
  opacity: 1;
}
.project_case_link:hover .zheng {
  transform: rotateY(-180deg);
}
.project_case_link:hover .fan {
  transform: rotateY(-360deg);
}
.project_case_list .slick-list {
  overflow: initial !important;
}
.project_case_slick {
  overflow: hidden;
  position: relative;
}

.project_case_slick .prev,
.project_case_slick .next{
    position: absolute;
    width: 44px;
    line-height: 44px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    top:50%;
    text-align: center;
    z-index: 10;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.36s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
}

.project_case_slick .prev:hover,
.project_case_slick .next:hover{
  background-color: var(--main-color);
}

.project_case_slick .prev:hover span,
.project_case_slick .next:hover span{
  color: #fff;
}

.project_case_slick .prev span,
.project_case_slick .next span{
  font-size: 18px;
  color: var(--main-color);
}

.project_case_slick .prev{
  left: 150px;
  transform: translateY(-50%) rotate(180deg);
}

.project_case_slick .next{
  right: 150px;
  left: initial;
}


@media screen and (max-width:1680px) {
  .project_case_slick .prev{
    left: 40px;
  }
  
  .project_case_slick .next{
    right: 40px;
  }
}

@media screen and (max-width:1440px) {
  .project_case_slick .prev{
    left: 20px;
  }
  
  .project_case_slick .next{
    right: 20px;
  }
}

@media screen and (max-width:1200px) {
  .project_case_slick .prev,
  .project_case_slick .next{
      display: none !important;
  }
}





.project_case_slick::after {
  content: "";
  position: absolute;
  width: calc((100% - 1440px) / 2);
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.7;
}
.project_case_slick::before {
  content: "";
  position: absolute;
  width: calc((100% - 1440px) / 2);
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.7;
  z-index: 1;
}
.news_item:first-child .news_link {
  padding-top: 0;
}
.news_item:last-child .news_link {
  border-bottom: none;
}
.news_list {
  margin-bottom: 36px;
}
.news_link {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #E6E6E6;
}
.news_link .left {
  width: 54.6099%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.news_link .left .time {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.news_link .left .time span {
  font-size: 20px;
  margin-right: 10px;
}
.news_link .left .time .time_text {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.news_link .left .tits {
  margin-bottom: 24px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.36s;
}
.news_link .left .texts {
  min-height: 96px;
  margin-bottom: 20px;
  overflow: hidden;
}
.news_link .left .texts p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_link .left .mores {
  display: flex;
  align-items: center;
}
.news_link .left .mores p {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  transition: all 0.36s;
}
.news_link .left .mores span {
  font-size: 16px;
  margin-left: 8px;
  color: #666;
  display: inline-block;
  transition: all 0.36s;
}
.news_link .right {
  width: 40.42553%;
}
.news_link .right .img_box {
  padding-top: 56.14035%;
}
.news_link:hover .left .tits {
  color: var(--main-color);
}
.news_link:hover .left .mores {
  display: flex;
  align-items: center;
}
.news_link:hover .left .mores p {
  color: var(--main-color);
}
.news_link:hover .left .mores span {
  transform: translateX(4px);
  color: var(--main-color);
}
.news_link:hover .right .img_box img {
  transform: scale(1.04);
}
.news_cont {
  padding: 8.8rem 0 12rem;
}
/* newdate */
.newdate_info_tit {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}
.mod_online {
  background-color: #248A67;
}
.newdate_info_date {
  font-size: 16px;
  line-height: 1.5;
}
.newdate_info {
  padding: 60px 0 20px;
  border-bottom: 1px solid #ccc;
}
.news_info {
  margin-bottom: 50px;
}
.news_primary {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}
.news_info h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  color: #222222;
  margin-bottom: 20px;
}
.news_info p {
  font-size: 16px;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 20px;
}
.news_info img {
  height: auto !important;
}
.newdate_main .pdrf_shares {
  margin-top: 50px;
}
.newdate_page {
  margin-top: 40px;
}
.newdate_page a:hover {
  color: var(--main-color);
}
.newdate_prev {
  margin-bottom: 20px;
}
.pdrf_shares_text {
  flex-shrink: 0;
  font-size: 22px;
  line-height: 1.2;
  margin-right: 5px;
}
.pdrf_shares {
  display: flex;
  align-items: center;
}
.newdate_page a {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media screen and (max-width: 1680px) {
  .newdate_info_tit {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .newdate_info {
    padding: 55px 0 20px;
  }
  .news_info h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .news_primary {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
  }
  .pdrf_shares_text {
    font-size: 20px;
  }
  .news_info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .newdate_info_tit {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .newdate_info {
    padding: 50px 0 15px;
  }
  .news_primary {
    padding-top: 35px !important;
    padding-bottom: 60px !important;
  }
  .newdate_info_date {
    font-size: 14px;
  }
  .news_info h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .news_info p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .news_info {
    margin-bottom: 30px;
  }
  .pdrf_shares_text {
    font-size: 18px;
  }
  .newdate_page {
    margin-top: 30px;
  }
  .newdate_page a {
    font-size: 14px;
    line-height: 1.4;
  }
  .newdate_prev {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .newdate_info_tit {
    font-size: 22px;
  }
  .newdate_info {
    padding: 40px 0 12px;
  }
  .news_primary {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
  .pdrf_shares_text {
    font-size: 16px;
  }
  .news_info h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .newdate_info {
    padding: 35px 0 12px;
  }
  .newdate_info_tit {
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 1.4;
  }
  .news_primary {
    padding-top: 20px !important;
    padding-bottom: 35px !important;
  }
  .pdrf_shares_text {
    font-size: 14px;
  }
}
/* newdate-end */
.contact_info {
  padding: 10rem 0 8rem;
}
.contact_info_hd {
  margin-bottom: 48px;
  text-align: center;
}
.contact_info_hd .tit {
  color: #222;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
.contact_info_hd .text {
  margin-top: 16px;
}
.contact_info_hd .text p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.contact_conts {
  display: flex;
  margin-bottom: 6.4rem;
}
.contact_conts .map {
  width: 100%;
}
.contact_conts .map .map-content {
  height: 100%;
}
.contact_conts .contact_right {
  width: 450px;
  flex-shrink: 0;
  padding: 48px 40px;
  position: relative;
  z-index: 1;
}
.contact_conts .contact_right > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: cover;
}
.contact_conts .contact_right .tits {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.666;
  margin-bottom: 4.8rem;
}
.contacts_list {
  margin-bottom: 5.8rem;
}
.contacts_item:not(:last-child) {
  margin-bottom: 4.4rem;
}
.contacts_item {
  display: flex;
}
.contacts_item span {
  display: inline-flex;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--main-color);
  font-size: 20px;
}
.contacts_item .contents .key {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.contacts_item .contents .val a,
.contacts_item .contents .val p {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
}
.contacts_item .contents .val a:hover {
  text-decoration: underline;
  color: var(--main-color);
  transform: translateX(4px);
}
.contact_qr {
  width: 100px;
}
.contact_qr img {
  width: 100%;
}
.contact_info_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--flex-margin);
}
.contact_info_item {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 var(--flex-padding);
}
.contact_info_conts {
  display: flex;
  background-color: #F4F6F9;
  height: 100%;
}
.contact_info_conts .left {
  width: calc(100% - 52.173913%);
  padding: 32px;
}
.contact_info_conts .left .tits {
  margin-bottom: 30px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.contact_info_conts .left .cic_item:not(:last-child) {
  margin-bottom: 20px;
}
.contact_info_conts .left .cic_item {
  display: flex;
}
.contact_info_conts .left .cic_item span {
  font-size: 18px;
  margin-right: 12px;
  color: var(--main-color);
  flex-shrink: 0;
  margin-top: 4px;
}
.contact_info_conts .left .cic_item .cic_content p,
.contact_info_conts .left .cic_item .cic_content a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.contact_info_conts .right {
  width: 52.173913%;
  background-color: #DFE6EE;
  padding-left: 8px;
  -webkit-clip-path: polygon(80px 0%, 100% 0, 100% 100%, 0px 100%);
}
.contact_info_conts .right .imgs {
  height: 100%;
  -webkit-clip-path: polygon(80px 0%, 100% 0, 100% 100%, 0px 100%);
}
.contact_info_conts .right .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contact_formbox {
  padding: 10rem 0;
  background-color: #F3F5F8;
  position: relative;
  z-index: 1;
}
.contact_formbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.contact_formbox .mod_form {
  --form-margin: -15px;
  --form-padding: 15px;
  --form-item-botton: 20px;
  --form-item-br: 12px;
  --form-item-width: 25%;
  --form-item-bg: #fff;
  --form-item-height: 52px;
  --form-item-padding: 20px;
  --form-label-size: 15px;
  --form-color: #666666;
  --form-textarea-height: 140px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.contact_formbox .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.contact_formbox .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
}
.contact_formbox .mod_form .mod_form_item .conts label {
  position: absolute;
  left: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.36s;
  font-size: var(--form-label-size);
  text-transform: capitalize;
  line-height: 1.2;
  color: var(--form-color);
}
.contact_formbox .mod_form .mod_form_item .conts input {
  width: 100%;
  height: var(--form-item-height);
  padding: 0 var(--form-item-padding);
  font-size: var(--form-label-size);
  color: var(--form-color);
}
.contact_formbox .mod_form .mod_form_item .conts textarea {
  height: var(--form-textarea-height);
  font-size: var(--form-label-size);
  padding: 22px var(--form-item-padding);
  width: 100%;
  color: var(--form-color);
}
.contact_formbox .mod_form .mod_form_item .conts button {
  display: inline-block;
  min-width: 120px;
  height: 46px;
  padding: 0 18px;
  color: #fff;
  background-color: var(--main-color);
  transition: all 0.36s;
}
.contact_formbox .mod_form .mod_form_item .conts button span {
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .contact_formbox .mod_form .mod_form_item .conts button:hover {
    transform: translateY(4px);
  }
}
.contact_formbox .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.contact_formbox .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: center;
}
.contact_formbox .mod_form .mod_form_item.button {
  margin-bottom: 0;
}
.contact_formbox .mod_form .mod_form_item.textarea {
  margin-bottom: 32px;
}
.contact_formbox .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.contact_formbox .mod_form .mod_form_item.block {
  width: 100%;
}
.prodeta_forms .mod_form {
  --form-margin: -15px;
  --form-padding: 15px;
  --form-item-botton: 20px;
  --form-item-br: 12px;
  --form-item-width: 25%;
  --form-item-bg: #F4F6F9;
  --form-item-height: 52px;
  --form-item-padding: 20px;
  --form-label-size: 15px;
  --form-color: #666666;
  --form-textarea-height: 140px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 var(--form-margin);
}
.prodeta_forms .mod_form .mod_form_item {
  width: var(--form-item-width);
  padding: 0 var(--form-padding);
  margin-bottom: var(--form-item-botton);
}
.prodeta_forms .mod_form .mod_form_item .conts {
  position: relative;
  background-color: var(--form-item-bg);
}
.prodeta_forms .mod_form .mod_form_item .conts label {
  position: absolute;
  left: var(--form-item-padding);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.36s;
  font-size: var(--form-label-size);
  text-transform: capitalize;
  line-height: 1.2;
  color: var(--form-color);
}
.prodeta_forms .mod_form .mod_form_item .conts input {
  width: 100%;
  height: var(--form-item-height);
  padding: 0 var(--form-item-padding);
  font-size: var(--form-label-size);
  color: var(--form-color);
}
.prodeta_forms .mod_form .mod_form_item .conts textarea {
  height: var(--form-textarea-height);
  font-size: var(--form-label-size);
  padding: 22px var(--form-item-padding);
  width: 100%;
  color: var(--form-color);
}
.prodeta_forms .mod_form .mod_form_item .conts button {
  display: inline-block;
  min-width: 120px;
  height: 46px;
  padding: 0 18px;
  color: #fff;
  background-color: var(--main-color);
  transition: all 0.36s;
}
.prodeta_forms .mod_form .mod_form_item .conts button span {
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .prodeta_forms .mod_form .mod_form_item .conts button:hover {
    transform: translateX(4px);
  }
}
.prodeta_forms .mod_form .mod_form_item .conts.active label {
  top: 0 !important;
}
.prodeta_forms .mod_form .mod_form_item.button .conts {
  background-color: transparent;
  text-align: left;
}
.prodeta_forms .mod_form .mod_form_item.textarea {
  margin-bottom: 32px;
}
.prodeta_forms .mod_form .mod_form_item.textarea .conts label {
  top: 30px;
}
.prodeta_forms .mod_form .mod_form_item.proname .conts {
  background-color: var(--main-color);
  display: flex;
  align-items: center;
}
.prodeta_forms .mod_form .mod_form_item.proname .conts label {
  margin-bottom: 0;
  position: static;
  transform: none;
  margin-left: var(--form-item-padding);
  color: #FFF;
  flex-shrink: 0;
}
.prodeta_forms .mod_form .mod_form_item.proname .conts input {
  width: 100%;
  color: #fff;
  padding-left: 0;
}
.prodeta_forms .mod_form .mod_form_item.block {
  width: 100%;
}
.prodeta_info {
  padding-top: var(--padd);
  overflow: hidden;
}
/* 搜索页 */
.product_search {
  margin-bottom: 20px;
}
.product_search_tit {
  font-family: Redbold;
  font-size: 22px;
  color: #14151a;
  margin-bottom: 15px;
}
.product_search_text {
  background-color: #f3f5f8;
  padding: 12px 20px;
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  /* 搜索页 */
  .product_search_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product_search_text {
    padding: 10px 15px;
  }
  .product_search {
    margin-bottom: 15px;
  }
  /* 搜索页-end */
}
.prodeta_forms,
.prodeta_info,
.prodeta_conts {
  padding-bottom: 6.5rem;
}
.prodeta_info_flex {
  display: flex;
  align-items: flex-start;
}
.prodeta_info_flex .left {
  width: 792px;
  flex-shrink: 0;
  margin-right: 4.8rem;
  display: flex;
}
.prodeta_info_flex .left .prodeta_blist {
  width: 592px;
  margin-right: 17px;
}
.prodeta_info_flex .left .prodeta_blist .prodeta_bonts {
  position: relative;
}
.prodeta_info_flex .left .prodeta_blist .prodeta_bonts .img_box {
  padding-top: 75%;
}
.prodeta_info_flex .left .prodeta_sslick {
  width: 183px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.prodeta_info_flex .left .prodeta_sslick .next,
.prodeta_info_flex .left .prodeta_sslick .prev {
  position: absolute;
  width: 100%;
  line-height: 34px;
  font-size: 18px;
  text-align: center;
  z-index: 10;
  left: 0;
  cursor: pointer;
}
.prodeta_info_flex .left .prodeta_sslick .next::after,
.prodeta_info_flex .left .prodeta_sslick .prev::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.prodeta_info_flex .left .prodeta_sslick .next span,
.prodeta_info_flex .left .prodeta_sslick .prev span {
  color: #fff;
  display: inline-block;
  z-index: 10;
  position: relative;
}
.prodeta_info_flex .left .prodeta_sslick .prev {
  top: 0;
}
.prodeta_info_flex .left .prodeta_sslick .prev::after {
  background: linear-gradient(180deg, #222 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.3;
}
.prodeta_info_flex .left .prodeta_sslick .prev span {
  transform: rotate(-90deg);
}
.prodeta_info_flex .left .prodeta_sslick .next {
  bottom: 0;
}
.prodeta_info_flex .left .prodeta_sslick .next::after {
  background: linear-gradient(0deg, #222 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.3;
}
.prodeta_info_flex .left .prodeta_sslick .next span {
  transform: rotate(90deg);
}
.prodeta_info_flex .left .prodeta_sslick .prodeta_slist {
  margin: -8px 0;
}
.prodeta_info_flex .left .prodeta_sslick .prodeta_slist .prodeta_sitem {
  padding: 8px 0;
}
.prodeta_info_flex .left .prodeta_sslick .prodeta_slist .prodeta_sitem .prodeta_sconts {
  position: relative;
  cursor: pointer;
}
.prodeta_info_flex .left .prodeta_sslick .prodeta_slist .prodeta_sitem .prodeta_sconts .prodeta_play {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(33, 82, 131, 0.8);
}
.prodeta_info_flex .left .prodeta_sslick .prodeta_slist .prodeta_sitem .prodeta_sconts .prodeta_play svg {
  width: 40px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}
.prodeta_info_flex .left .prodeta_sslick .prodeta_slist .prodeta_sitem .prodeta_sconts .img_box {
  padding-top: 75%;
}
@media screen and (min-width: 1200px) {
  .prodeta_info_flex .left .prodeta_sslick .prodeta_slist .prodeta_sitem .prodeta_sconts:hover .img_box img {
    transform: scale(1.04);
  }
}
.prodeta_info_flex .right {
  width: 100%;
}
.prodeta_info_flex .right .prodeta_info_content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.prodeta_info_flex .right .prodeta_info_content .prodeta_info_tit {
  margin-bottom: 4rem;
  color: #222;
  font-weight: 700;
  line-height: normal;
}
.prodeta_info_flex .right .prodeta_info_content .prodeta_info_ctits {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.prodeta_info_flex .right .prodeta_info_content .prodeta_info_ctexts {
  margin-bottom: 4rem;
}
.prodeta_info_flex .right .prodeta_info_content .prodeta_info_ctexts p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.prodeta_info_flex .right .prodeta_info_content .prodeta_info_share {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.prodeta_info_flex .right .prodeta_info_content .prodeta_info_share .pis_key {
  flex-shrink: 0;
  margin-right: 8px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.prodeta_info_flex .right .prodeta_info_content .prodeta_info_btn {
  min-width: 150px;
  padding: 0 18px;
  height: 50px;
  background-color: var(--main-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.36s;
}
.prodeta_info_flex .right .prodeta_info_content .prodeta_info_btn span {
  color: #fff;
  font-size: 22px;
  margin-right: 10px;
}
.prodeta_info_flex .right .prodeta_info_content .prodeta_info_btn .pib_text {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.prodeta_info_flex .right .prodeta_info_content .prodeta_info_btn:hover {
  transform: translateX(4px);
}
.prodeta_bonts_play {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.prodeta_bonts_play svg {
  width: 160px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.prodeta_bonts_play svg .c1,
.prodeta_bonts_play svg .c2 {
  display: inline-block;
  transform-origin: center center;
  transform: scale(0);
}
.prodeta_bonts_play svg .c1 {
  transition: all 0.36s ease-in-out;
}
.prodeta_bonts_play svg .c2 {
  transition: all 0.36s 0.2s ease-in-out;
}
.prodeta_bonts_play:hover svg .c1,
.prodeta_bonts_play:hover svg .c2 {
  transform: scale(1);
}
.prodeta_bonts_play:hover svg .c1 {
  transition: all 0.36s 0.2s;
}
.prodeta_bonts_play:hover svg .c2 {
  transition: all 0.36s;
}
.prodeta_cen {
  background-color: #F4F6F9;
  padding: 30px;
}
.prodeta_cen_item:not(:last-child) {
  margin-bottom: 32px;
}

.prodeta_cen_item strong {
  color: #222;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.prodeta_cen_item .tit {
  color: #222;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.prodeta_cen_item .edit_active P {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0;
}

.prodeta_cen_item  P {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0;
}
.prodeta_cen_item .edit_active table {
  margin-top: 20px;
  width: 100%;
}
.prodeta_cen_item .edit_active table th,
.prodeta_cen_item .edit_active table td {
  width: 25%;
  text-align: center;
  padding: 12px 10px;
  border-color: #999;
}
.prodeta_forms_tit,
.prodeta_conts_tit {
  color: #222;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.prodeta_other_tit {
  margin-bottom: 32px;
  color: #222;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.prodeta_other_list {
  flex-wrap: wrap;
  display: flex;
  margin: 0 var(--flex-margin);
}
.prodeta_other_item {
  width: 33.333333%;
  padding: 0 var(--flex-padding);
}
.project_case_link .project_case_tit {
  opacity: 1 !important;
  transform: none !important;
}
.project_case_link .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 29.58579%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.8) 100%);
}
.prodeta_other {
  padding-bottom: var(--padd);
}
.paht1 {
  animation: paths 2s linear infinite;
}
@keyframes paths {
  from {
    stroke-dashoffset: 32;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.p5 .home_cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_items {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #C10030;
  border-radius: 50%;
}
.map_items::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #C10030;
  opacity: 0.1;
  border-radius: 50%;
  animation: dian 2s 0.5s ease-in-out infinite;
}
.map_items::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #C10030;
  opacity: 0.05;
  border-radius: 50%;
  animation: dian 2s ease-in-out infinite;
}
.map_items .text {
  position: absolute;
  white-space: nowrap;
  color: #215283;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes dian {
  from {
    width: 0;
    height: 0;
    opacity: 0.6;
  }
  to {
    width: 40px;
    height: 40px;
    opacity: 0;
  }
}
.ph_map {
  display: none;
}
.map_items:nth-child(1) {
  left: 22%;
  top: 24.6%;
}
.map_items:nth-child(2) {
  left: 11%;
  top: 37.3%;
}
.map_items:nth-child(3) {
  left: 12.2%;
  top: 47.3%;
}
.map_items:nth-child(4) {
  left: 23%;
  top: 48.6%;
}
.map_items:nth-child(5) {
  left: 25%;
  top: 55.2%;
}
.map_items:nth-child(6) {
  left: 30.7%;
  top: 59.6%;
}
.map_items:nth-child(7) {
  left: 33%;
  top: 68.3%;
}
.map_items:nth-child(8) {
  left: 34%;
  top: 72.9%;
}
.map_items:nth-child(9) {
  left: 38.4%;
  top: 39.9%;
}
.map_items:nth-child(10) {
  left: 36%;
  top: 46.4%;
  width: 0;
  height: 0;
}
.map_items:nth-child(10)::after,
.map_items:nth-child(10)::before {
  display: none;
}
.map_items:nth-child(10) .text {
  right: 0;
  color: #C10030;
}
.map_items:nth-child(11) {
  left: 40.4%;
  top: 48%;
}
.map_items:nth-child(11) .text {
  right: initial;
  left: 36px;
}
.map_items:nth-child(12) {
  left: 35.6%;
  top: 58%;
  width: 0;
  height: 0;
}
.map_items:nth-child(12)::after,
.map_items:nth-child(12)::before {
  display: none;
}
.map_items:nth-child(12) .text {
  right: initial;
  left: 0;
  color: #C10030;
}
.map_items:nth-child(13) {
  left: 34.6%;
  top: 63%;
  width: 0;
  height: 0;
}
.map_items:nth-child(13)::after,
.map_items:nth-child(13)::before {
  display: none;
}
.map_items:nth-child(13) .text {
  right: initial;
  left: 0;
  color: #C10030;
}
.map_items:nth-child(14) {
  left: 74%;
  top: 32.9%;
}
.map_items:nth-child(14) .text {
  right: initial;
  left: 36px;
}
.map_items:nth-child(15) {
  left: 81.4%;
  top: 45.6%;
}
.map_items:nth-child(15) .text {
  right: initial;
  left: 36px;
}
.map_items:nth-child(16) {
  left: 89.4%;
  top: 78.4%;
}
.map_items:nth-child(16) .text {
  right: initial;
  left: 36px;
}
.hd.type1 {
  --after-bg: #215283;
  --color: #222222;
  --lang-color: #215283;
  --search-bg: #215283;
  --searcg-text: #fff;
}
.hd.type1 .hd_nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.hd.type1::after {
  opacity: 0;
}
.hd.type1 .hc_logo .hc_logo_pc {
  opacity: 0;
}
.hd.type1 .hc_logo .hc_logo_ph {
  opacity: 1;
}
.hd.type2 {
  --after-bg: #215283;
  --color: #222222;
  --lang-color: #215283;
  --search-bg: #215283;
  --searcg-text: #fff;
}
.hd.type2 .hd_nav {
  border-bottom: 1px solid #E6E6E6;
}
.hd.type2::after {
  opacity: 0;
}
.hd.type2 .hc_logo .hc_logo_pc {
  opacity: 0;
}
.hd.type2 .hc_logo .hc_logo_ph {
  opacity: 1;
}
.c_pcbtn {
  display: none;
}
.hd {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  --after-bg: #fff;
  --color: #fff;
  --lang-color: #fff;
  --search-bg: #fff;
  --searcg-text: #215283;
  transition: all 0.36s;
}
.hd::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  z-index: -1;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.36s;
}
.hd_nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.36s;
}

.hd_nav_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hc_logo {
  width: 242px;
  position: relative;
}
.hc_logo img {
  width: 100%;
  transition: all 0.36s;
}
.hc_logo .hc_logo_pc {
  opacity: 1;
}
.hc_logo .hc_logo_ph {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.hd_nav_right {
  display: flex;
  align-items: center;
}
.hd_list {
  display: flex;
}
.hd_item {
  margin-left: 60px;
  position: relative;
}
.hd_item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background-color: var(--after-bg);
  border-radius: 2px;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  transition: all 0.36s;
}
.hd_link {
  line-height: 100px;
  display: block;
  color: var(--color);
  font-size: 18px;
  font-weight: 400;
}
.hd_second {
  position: absolute;
  min-width: 170px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  border-radius: 4px;
  display: none;
}
.hd_second_link {
  display: inline-block;
  line-height: 1.75;
  padding: 5px 0;
  color: #666;
  font-size: 16px;
}
.hd_control {
  margin-left: 80px;
  display: flex;
  align-items: center;
}
.hd_control .hd_lang {
  min-width: initial !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--lang-color);
  padding: 3px;
  transition: all 0.36s;
}
.hd_control .hd_lang img {
  width: 32px;
  margin-right: 12px;
}
.hd_control .hd_lang .text {
  color: var(--lang-color);
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.36s;
  line-height: normal;
}
.hd_control .hd_lang:hover {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}
.hd_control .hd_lang:hover .text {
  color: #FFF;
}
.hd_control .hd_search {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: var(--search-bg);
  margin-left: 24px;
  cursor: pointer;
  transition: all 0.36s;
}
.hd_control .hd_search span {
  color: var(--searcg-text);
  font-size: 16px;
}
.hd_control .hd_search:hover {
  transform: scale(1.1);
}
.hc_sulotion {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  padding: 40px 0;
  display: none;
}
.hc_sulotion_tlist {
  display: flex;
  margin: 0 var(--flex-margin) 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.hc_sulotion_tlist li {
  width: 25%;
  padding: 0 var(--flex-padding);
}
.hc_sulotion_tlist li .hc_sulotion_tcont .img_box {
  padding-top: 50%;
  margin-bottom: 24px;
}
.hc_sulotion_tlist li .hc_sulotion_tcont .img_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(34, 34, 34, 0.5);
  opacity: 0;
  transition: all 0.36s;
}
.hc_sulotion_tlist li .hc_sulotion_tcont .tit {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  transition: all 0.36s;
}
.hc_sulotion_tlist li.noactive .hc_sulotion_tcont .img_box::after {
  opacity: 1;
}
.hc_sulotion_tlist li.noactive .hc_sulotion_tcont .tit {
  color: #999;
}
.hd_case_lists {
  width: 100%;
}
.hd_case_lists .items {
  width: 100%;
}
.p2 .home_about .home_about_flex .left .mod_btn {
  transition: all 0.36s;
}
.hc_sulotion_blist {
  width: 1410px;
  --left: 18px;
}
.hc_sulotion_blist li:not(:last-child) {
  margin-right: 8rem;
  float: left;
}
.hc_sulotion_blist li .hc_sulotion_btit {
  padding-left: var(--left);
  position: relative;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.hc_sulotion_blist li .hc_sulotion_btit a{
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.hc_sulotion_blist li .hc_sulotion_btit::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  left: 0;
  top: 9px;
}
.hc_sulotion_blist li .hc_sulotion_bconts {
  padding-left: var(--left);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hc_sulotion_blist li .hc_sulotion_bconts a {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  padding: 4px 0;
}
.hc_sulotion_blist li .hc_sulotion_bconts a:hover {
  text-decoration: underline;
  transform: translateX(4px);
}
.server_conts {
  padding-top: var(--padd);
}
.server_conts .hc_cont1410 {
  position: relative;
}
.server_conts .honor_hd {
  margin-bottom: 0;
}
.server_conts .p5_server {
  position: static;
}
.honor_group_list .slick-slide > div {
  display: flex;
}
.honor_group_conts {
  height: 100%;
}
.li1 {
  animation: li1 2s ease both;
}
@keyframes li1 {
  from {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    z-index: -1;
  }
  60% {
    top: -1%;
    left: -13%;
    transform: translate(-50%, -50%) scale(1.15);
    z-index: -1;
  }
  60.1% {
    z-index: 1;
  }
  to {
    top: -4%;
    left: -20%;
    transform: translate(0%, 0%) scale(1);
    z-index: 1;
  }
}
.li2 {
  animation: li2 2s ease both;
}
@keyframes li2 {
  from {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) scale(0.5);
    z-index: -1;
  }
  60% {
    top: -1%;
    right: -13%;
    transform: translate(50%, -50%) scale(1.15);
    z-index: -1;
  }
  60.1% {
    z-index: 1;
  }
  to {
    top: -4%;
    right: -20%;
    transform: translate(0%, 0%) scale(1);
    z-index: 1;
  }
}
.li3 {
  animation: li3 2s ease both;
}
@keyframes li3 {
  from {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%) scale(0.5);
    z-index: -1;
  }
  60% {
    bottom: -1%;
    left: -13%;
    transform: translate(-50%, 50%) scale(1.15);
    z-index: -1;
  }
  60.1% {
    z-index: 1;
  }
  to {
    bottom: -4%;
    left: -20%;
    transform: translate(0%, 0%) scale(1);
  }
}
.li4 {
  animation: li4 2s ease both;
}
@keyframes li4 {
  from {
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%) scale(0.5);
    z-index: -1;
  }
  60% {
    bottom: -1%;
    right: -13%;
    transform: translate(50%, 50%) scale(1.15);
    z-index: -1;
  }
  60.1% {
    z-index: 1;
  }
  to {
    bottom: -4%;
    right: -20%;
    transform: translate(0%, 0%) scale(1);
  }
}
.prodeta .prodeta_other .project_case_tit {
  opacity: 1 !important;
  transform: none !important;
}
.product_cont {
  padding: var(--padd) 0;
}
.product_list {
  margin: 0 var(--flex-margin) 14px;
  flex-wrap: wrap;
  display: flex;
}
.product_item {
  width: 50%;
  padding: 0 var(--flex-padding);
  margin-bottom: 6.4rem;
}
.product_conts {
  position: relative;
  display: block;
}
.product_conts .img_box {
  padding-top: 56.23188%;
  margin-bottom: 32px;
}
.product_conts .product_val {
  transition: all 0.2s;
}
.product_conts .product_val .tit {
  color: #222;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 23px;
}
.product_hover {
  position: absolute;
  width: calc(100% - 40px);
  background-color: #F7F7F7;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 30px;
  transition: all 0.36s;
  opacity: 0;
}
.product_hover .tit {
  color: #222;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 23px;
}
.product_hover .text {
  margin-bottom: 32px;
}
.product_hover .more {
  display: flex;
  align-items: center;
}
.product_hover .more p {
  color: #215283;
  font-family: Microsoft YaHei;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 8px;
}
.product_hover .more span {
  font-size: 16px;
  color: var(--after-bg);
}
/* search */
.search_view {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: none;
}
.search_view form {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  animation: searchtit 1.3s ease both;
}
.search_view_tit {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.search_close {
  position: absolute;
  width: 34px;
  transition: all 0.36s;
  z-index: 1;
  right: 200px;
  top: 100px;
  cursor: pointer;
}
.search_close:hover {
  transform: rotate(-90deg);
}
body.search_open {
  overflow: hidden;
}
@keyframes searchtit {
  from {
    transform: translateY(-80px) scale(0.5);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.search_view_cont {
  position: relative;
  width: 1200px;
}
.search_view_cont input {
  width: 100%;
  height: 50px;
  color: #fff;
  padding-left: 10px;
  padding-right: 40px;
  border-bottom: 1px solid #999;
  transition: all 0.36s;
}
.search_view_cont input:focus {
  border-bottom: 1px solid #fff;
}
.search_view_cont button {
  padding: 4px;
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1680px) {
  .search_view_tit {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .search_view_cont button {
    font-size: 24px;
  }
  .search_close {
    width: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .search_view_cont {
    width: 82.5%;
  }
  .search_view_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .search_view_cont button {
    font-size: 22px;
  }
  .search_close {
    right: 140px;
    top: 100px;
    width: 24px;
  }
  .search_view_cont input {
    height: 45px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .search_close {
    right: 90px;
    top: 100px;
    width: 24px;
  }
  .search_view_tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search_close {
    right: 40px;
    top: 80px;
    width: 20px;
  }
  .search_view_tit {
    font-size: 20px;
  }
  .search_view_cont button {
    font-size: 18px;
  }
  .search_view_cont input {
    height: 40px;
  }
}
/* search-end */
/* sitemap */
.sitemap_cont {
  padding: 8rem 0 !important;
}
.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.sitemap_cont_item {
  width: 25%;
  padding: 0 10px;
}
.sitemap_cont_link {
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.sitemap_cont_link:hover {
  text-decoration: underline;
}
.sitemap_second_list {
  margin-top: 15px;
}
.sitemap_second_item {
  margin-bottom: 10px;
}
.sitemap_second_link {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  transition: all 0.36s;
  display: block;
  color: #222;
  padding: 4px 0;
}
.sitemap_second_link:hover {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (max-width: 1680px) {
  .sitemap_cont {
    padding: 60px 0 0px;
  }
  .sitemap_cont_link {
    line-height: 45px;
  }
  .sitemap_second_item {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1440px) {
  .sitemap_cont_item {
    padding: 0 8px;
  }
  .sitemap_cont_list {
    margin: 0 -8px;
  }
  .sitemap_cont_link {
    line-height: 40px;
    font-size: 16px;
  }
  .sitemap_second_link {
    padding: 4px 0;
    line-height: 26px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .sitemap_cont_item {
    padding: 0 5px;
  }
  .sitemap_cont_list {
    margin: 0 -5px;
    flex-wrap: wrap;
  }
  .sitemap_cont_item {
    width: 33.333333%;
    margin-bottom: 20px;
  }
  .sitemap_cont {
    padding: 40px 0 0px;
  }
}
@media screen and (max-width: 768px) {
  .sitemap_cont {
    padding: 30px 0 0px;
  }
  .sitemap_cont_list {
    flex-direction: column;
  }
  .sitemap_cont_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .sitemap_second_list {
    margin-top: 10px;
  }
}
/* sitemap-end */
.product .solution_list {
  margin-bottom: 30px;
}
.ct_aside1 {
  position: fixed;
  top: 50%;
  right: 4px !important;
  transform: translateY(-50%);
  z-index: 10;
}
.ct_aside1_list {
  margin-bottom: 15px;
  transition: all 0.36s;
}
.ct_aside1_item {
  margin-bottom: 10px;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
}
.ct_aside1_item:last-child {
  margin-bottom: 0;
}
.ct_aside1_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 24px;
  color: #fff;
  transition: all 0.36s;
}
.ct_aside1_item.active .ct_aside1_link {
  background-color: #031417;
}
.ct_aside1_item:hover .ct_aside1_link {
  background-color: #031417;
}
.ct_aside1_link,
.ct_aside1_switch {
  width: 44px;
  height: 44px;
  border-radius: 0;
}
.ct_aside1_switch {
  background-color: var(--main-color);
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
  display: none;
}
.ct_aside1_switch::after,
.ct_aside1_switch::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.36s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ct_aside1_switch::after {
  width: 2px;
  height: 15px;
}
.ct_aside1_switch::before {
  height: 2px;
  width: 15px;
}
.ct_aside1_switch.active {
  background-color: #031417;
  transform: rotate(-90deg);
}
.ct_aside1_cont {
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.36s;
  opacity: 0;
  pointer-events: none;
}
.ct_aside1_item.active .ct_aside1_cont {
  pointer-events: all;
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
}
.ct_aside1_cont::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 100%;
}
.ct_aside1_cont .qr {
  width: 100px;
  padding: 2px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.ct_aside1_cont .qr img {
  width: 100%;
}
.ct_aside1_cont a {
  display: inline-block;
  padding: 17px 22px;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  white-space: nowrap;
}
/* type-animatelist */
.ct_aside1_list.animatelist {
  transform: translateX(100px);
}
.ct_aside1_list.active {
  transform: translateX(0px);
}
/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
  transform: translateX(100px);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px);
}
/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
  transform: translateX(80px) rotate(360deg);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .ct_aside1_list {
    display: none;
  }
  .ct_aside1 {
    top: initial;
    right: 20px;
    bottom: 70px;
    transform: translateY(0);
  }
  .ct_aside1_switch {
    display: block;
  }
}
/* hover */
@media screen and (min-width: 1200px) {
  .ct_aside1_switch:hover {
    background-color: #031417;
  }
  .ct_aside1_item:hover .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.hd.type3 {
  --after-bg: #215283;
  --color: #222222;
  --lang-color: #215283;
  --search-bg: #215283;
  --searcg-text: #fff;
  background-color: #fff;
  transition: all 0.36s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
}
.hd.type3 .hc_logo_pc {
  opacity: 0 !important;
}
.hd.type3 .hc_logo_ph {
  opacity: 1 !important;
}
.hd.type3::after {
  display: none;
}
.home_product_slick {
  position: relative;
}

.prevs,
.nexts {
  position: absolute;
  display: none !important;
  bottom: 0;
  width: 60px;
  line-height: 52px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.36s;
}
.prevs span,
.nexts span {
  display: inline-block;
  color: #666666;
  font-size: 18px;
}
.prevs:hover span,
.nexts:hover span {
  color: var(--main-color);
}
.prevs {
  right: 60px;
  border-radius: 10px 0 0 0 ;
  overflow: hidden;
}
.prevs::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  background-color: #E6E6E6;
}
.prevs span {
  transform: rotate(-90deg);
}
.nexts {
  right: 0;
}
.nexts span {
  transform: rotate(90deg);
}
.p5.active .map_items {
  animation: mapsitem 2s ease-in-out both;
}
.mapsitem {
  animation: mapsitem 2s ease-in-out both;
}
@keyframes mapsitem {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.home_product_rcont {
  border-bottom: 1px solid #E6E6E6;
  /* padding: 22px 80px; */
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding: 0 !important;
}
 

.home_product_rcont:hover {
  border-bottom: 1px solid var(--main-color);
}
.hd_case_lists .items {
  display: none;
}
/* hover */
@media screen and (min-width: 1200px) {
  .mod_nav_conts:hover {
    background-color: #fff;
    color: var(--main-color);
  }
  .hd_second_link:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
  .hd_second_item.active .hd_second_link {
    color: var(--main-color);
    text-decoration: underline;
  }
  .hd_item.active .hd_link {
    font-weight: bold;
  }
  .hd_item.active::after {
    width: calc(100% + 40px);
  }
  .hd.type1 .hd_item.active .hd_link {
    font-weight: bold;
    color: var(--lang-color);
  }
  .hd.type1 .hd_item.active::after {
    width: calc(100% + 40px);
  }
  .hd.type1 .hd_item:hover::after {
    width: calc(100% + 40px);
  }
  .hd.type1 .hd_item:hover .hd_link {
    font-weight: bold;
    color: var(--lang-color);
  }
  .hd_item:hover::after {
    width: calc(100% + 40px);
  }
  .hd_item:hover .hd_link {
    font-weight: bold;
  }
  .hd_item.solution .hd_second {
    display: none !important;
  }
  .project_item.active {
    border-color: var(--main-color);
  }
  .project_item.active::after {
    height: 100%;
  }
  .product_conts:hover .product_val {
    opacity: 0;
    transform: translateX(20px) translateY(-50px);
  }
  .product_conts:hover .img_box img {
    transform: scale(1.04);
  }
  .product_conts:hover .product_hover {
    bottom: -30px;
    opacity: 1;
  }
}

.hc_sulotion_blist {
  display: flex;
}

.honor_gimg li{
  width: 50%;
  padding: 0 var(--flex-padding);
}

.honor_gimg li .img_box{
  padding-top: 42.381974%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}

.honor_gimg{
  display: flex;
  margin: 0 var(--flex-margin) 25px;
}

@media screen and (max-width:768px) {
  .honor_gimg{
    margin-bottom: 20px;
    flex-direction: column;
  }

  .honor_gimg li{
    width: 100%;
    margin-bottom: 13px;
  }

  .honor_gimg li:last-child{
    margin-bottom: 0;
  }

}

@media screen and (max-height:1000px) {
  .home_product_rcont{
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-height:900px) {
  .home_product_rcont{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}





@media screen and (max-width:1440px) {
  .home_product .right {
      min-width: 400px;
      width: 400px;
  }

  .home_product .left {
      width: calc(100% - 400px);
  }

  .home_product_ritem {
      height: calc((100vh - 80px) / 4) !important;
  }

  .home_product_rcont {
      border-bottom: 1px solid #E6E6E6;
      padding: 18px 46px;
  }
}
.edit_active table{
	margin-top: 10px;
}

.edit_active table tr:nth-child(1) td{
  /* font-weight: bold; */
}








.anchorBL{
  display: none;
}


.addcontact_tit{
  font-size: 20px;
  line-height: 1.65;
  color: #222;
  font-weight: bold;
  margin-bottom: 24px;
}

.contact_conts .contact_right .tits {
  margin-bottom: 2.8rem !important;
}







.cw_search2{
  --p-top:30px;
  --p-bot:30px;
  --op:1;
  --bg:#fff;
  /* form 宽度 */
  --cenW:1000px;
  --cenpadding-x:20px;
  --input-height:50px;
  --input-color:#222;
  --border-color:#666;
  --border-br:40px;

}

.cw_search2{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: var(--bg);
  opacity: var(--op);
  padding-top: var(--p-top);
  padding-bottom: var(--p-bot);
  display: none;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.05);
}

.cw_search2_form{
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  width: var(--cenW);
  margin: 0 auto;
  border: 1px solid var(--border-color);
  border-radius: var(--border-br);
}

.cw_search2_form label{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0 var(--cenpadding-x);
}

.cw_search2_form .iconfont {
  font-size: 26px;
  margin-right: 14px;
  flex-shrink: 0;
}

.cw_search2_form .cw_search2_input {
  width: 100%;
  position: relative;
}

.cw_search2_form .cw_search2_input .cw_search2_place{
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--input-color);
  line-height: 1.3;
  pointer-events: none;
  transition: all 0.36s;
}

/* .cw_search2_form .cw_search2_input input:focus,
.cw_search2_form .cw_search2_input input:valid{
  transform: translateY(6px);
} */

.cw_search2_form .cw_search2_input input:focus ~ div,
.cw_search2_form .cw_search2_input input:valid ~ div{
  top: 14px;
  font-size: 12px;
}

.cw_search2_form .cw_search2_input input{
  width: 100%;
  height: var(--input-height);
  font-size: 16px;
  color: var(--input-color);
  transition: all 0.36s;
}        

.cw_search2_form button{
  flex-shrink: 0;
  width: 32px;
  margin-left: 14px;
  color: #666;
}

.hc_cont1410 h3{
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width:768px) {
  .prodeta_info_flex .left .prodeta_sslick .next,
  .prodeta_info_flex .left .prodeta_sslick .prev{
    display: none !important;
  }
}

.home_product_bot .slick-prev,
.home_product_bot .slick-next
{  
  display: none !important;
}

.home_ptios{
  flex-direction: column;
}

.home_product .left .home_product_bot .home_product_botcont .home_ptios .home_ptext{
  width: 100%;
}

.home_product .left .home_product_bot .home_product_botcont .home_ptios .home_ptits{
  width: 100% !important;
  margin-bottom: 10px;
}

.home_product .left .home_product_bot .home_product_botcont .home_ptios .home_ptext p {
  -webkit-line-clamp: 2;
}

.home_product_bot {
  height: 25vh;
}

@media screen and (max-width:1200px) {
  .intelligent_link .tiis {
    margin-bottom: 16px !important;
  }
}