.container {
  width: 90%;
  padding-bottom: 60px;
  padding-top: 40px;
}
a {
  text-decoration: none;
}
.all {
  position: relative;
}
* {
  margin: 0;
  padding: 0;
}
.index_heard {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
}
li {
  list-style: none;
}
.index_heard ul {
  display: flex;
}
.index_heard li {
  color: black;
}
/* 2023/12/23修改 */
.pc_header {
  width: 100%;
  position: fixed;
  z-index: 30;
  padding: 10px 0;
  transition: all 0.5s;
  justify-content: space-between;
  top: 0px;
}
.pc_header:hover {
  background: #394e8d;
}
.pc_header_logo {
  position: relative;
  width: 20%;
}
.pc_header_logo img {
  height: 80px;
  position: relative;
}
.pc_header_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.pc_header_right {
  width: 66%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pc_header_ul a {
  color: white;
}
.pc_header_ul > li {
  list-style: none;
  line-height: 75px;
  text-align: center;
  box-sizing: border-box;
  height: 75px;
  width: 170px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.pc_header_ul li.navSearch {
  cursor: pointer;
}
.sub {
  display: none;
}
.sub ul {
  background: #fff;
  border-radius: 4px;
}
.sub li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  line-height: 30px;
  font-size: 14px;
  white-space: wrap;
  text-align: center;
  color: #333;
  padding: 0 8px;
  border-bottom: solid 1px #eee;
}
.sub li:last-child a {
  border-bottom: none;
}
.content {
  position: absolute;
  /* background: red; */
  width: 100%;
}
.index_content_banner {
  width: 100%;
  background-color: #F5F5F7;
  /* animation-name: top_banner;
        animation-duration: 3s; */
}
@keyframes top_banner {
  0% {
    transform: perspective(10px) translate3d(0, 0, 10px);
  }
}
.index_content_banner_i {
  background-image: url('../images/banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 1100px;
  position: absolute;
  transform: translate(0px, -53px);
}
.index_content_banner video {
  width: 100%;
  /* min-height: 1000px; */
  object-fit: fill;
  margin-top: -50px;
}
.sy_pt {
  display: none;
  border-top: 0px solid #fff;
  /* background: rgba(0, 0, 0, 0.5); */
  background: white;
  color: #0066FB !important;
  cursor: pointer;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 -3px 0 0 #fff, -6px 0 6px 0 rgba(0, 0, 0, 0.04), 6px 0 6px 0 rgba(0, 0, 0, 0.04), 0px 6px 6px 0 rgba(0, 0, 0, 0.04);
}
.sy_pt a {
  display: block;
  color: #0066FB !important;
}
/*产品体系*/
.hmCon3 {
  background-size: 100% 720px;
  padding-top: 60px;
  /* padding: 3.2vw 0px 0; */
  overflow: hidden;
}
.product {
  background: #0066B5;
}
.product .container {
  padding-top: 50px;
  padding-bottom: 40px;
}
.product .container .hmTbox {
  align-items: center;
}
.project {
  background: url(../images/index/anlli_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  display: none;
}
.news-button-next {
  right: 48px!important;
}
.news-button-prev {
  left: 48px!important;
}
.hmTbox {
  position: relative;
  visibility: visible;
  animation-delay: 0.1s;
  animation-name: fadeInUp;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.hmTbox a {
  color: #fff;
}
.hmTbox strong {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}
.hmTbox p {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 6px;
}
.hmc3Number {
  font: 20px/34px din;
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.hmc3Number span:nth-child(1) {
  font-size: 30px;
}
.hmc3Swiper {
  margin-top: 35px;
  width: 1984px;
  padding-bottom: 105px;
  visibility: visible;
  animation-delay: 0.2s;
  animation-name: fadeInUp;
}
.container_active {
  animation: fadeInUp 1s both;
}
.hmc3txt strong {
  opacity: 1;
  transform: translate(0px, 0px);
  transition-delay: 0s;
  transition: none!important;
}
.hmc3num {
  display: inline-block;
  position: absolute;
  left: -20%;
  top: 0px;
  color: #ffffff;
  font: 300px din;
  line-height: 350px;
  text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
  transition: all 0.5s ease-in-out;
  opacity: 0.05;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.hmc3Swiper .slick-prev {
  background: #FFF url(../images/hmc3btn1.png) no-repeat center center;
  display: inline-block;
  height: 58px;
  width: 58px;
  position: absolute;
  left: 0px;
  text-indent: 1000px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  bottom: 0px;
}
.slick-track {
  opacity: 1;
  width: 6448px;
  transform: translate3d(-2480px, 0px, 0px);
}
.hmc3Sitem {
  padding-right: 50px;
}
.slick-initialized .slick-slide {
  display: block;
  width: 495px;
  min-height: 350px;
}
.hmc3aBox {
  display: block;
  height: 578px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.hmc3sbg {
  background-image: linear-gradient(145deg, #0067FF 20%, #0046A7 90%);
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.hmc3_spnm {
  position: absolute;
  right: 35px;
  top: 45px;
  font-size: 20px;
  line-height: 30px;
  color: #A3A3A3;
  display: inline-block;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.hmc3_pimg {
  height: 210px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 128px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.hmc3_pimg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  transition: all 0.5s ease-in-out;
}
.slick-slide img {
  display: block;
}
.iOpacity {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.hmc3_psnm {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 36px;
  z-index: 1;
  background: url(../images/hmc3_ar.png) no-repeat right center;
  transition: all 0.5s ease-in-out;
}
.hmc3aBox:hover .hmc3_layer,
.slick-current .hmc3aBox .hmc3_layer {
  opacity: 1;
}
.hmc3_layer {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 45px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  color: #fff;
  opacity: 0;
}
.hmc3_layer h5 {
  font-size: 22px;
  line-height: 32px;
  font-weight: normal;
  display: block;
  overflow: hidden;
}
.hmc3_layer h6 {
  font-size: 14px;
  line-height: 25px;
  opacity: 0.6;
  height: 25px;
  overflow: hidden;
  font-weight: normal;
}
.hmc3_layer div {
  font-size: 16px;
  line-height: 30px;
  margin: 12px 0px 20px;
  height: 90px;
  overflow: hidden;
}
.hmc3_layer span {
  font-size: 15px;
  line-height: 40px;
  color: #112980;
  letter-spacing: 1px;
  height: 40px;
  width: 140px;
  display: block;
  background: #FFF;
  text-align: center;
}
.hmc3Swiper {
  margin-top: 35px;
  width: 1984px;
  padding-bottom: 105px;
}
.hmTbox {
  position: relative;
}
/*产品体系*/
.cp_tixi_tone {
  padding: 0 10%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-right: 1px solid #EAEAEA;
}
.project .cp_tixi_tone {
  padding: 0 13% 11%;
}
.project .cp_tixi_tone_img img {
  margin-top: 10%;
}
.swiper-slide:nth-child(4) .cp_tixi_tone {
  border-right: none;
}
.slick-current .cp_tixi_tone,
.hmc3Sitem:hover .cp_tixi_tone {
  background: linear-gradient(-36deg, #0046A6 0%, #0068FF 100%) !important;
}
.slick-current .cp_tixi_tone_span,
.hmc3Sitem:hover .cp_tixi_tone_span {
  display: inline-block !important;
}
.slick-active .cp_tixi_tone_h h5 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000 !important;
  line-height: 32px;
  overflow: hidden;
  height: 66px;
}
.slick-current .cp_tixi_tone_h h5,
.hmc3Sitem:hover .cp_tixi_tone_h h5 {
  color: #FFFFFF !important;
}
.slick-current .cp_tixi_tone span {
  color: #EBEBEB;
}
.slick-current img,
.hmc3Sitem:hover img {
  animation: fadeInUp 1s both;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-alpha: grayscale(0%);
    alpha: grayscale(0%);
  }
  100% {
    opacity: 1;
    -webkit-alpha: grayscale(100%);
    alpha: grayscale(100%);
  }
}
.slick-current .cp_show_more span {
  text-align: center !important;
  line-height: 39px !important;
  color: #EBEBEB !important;
}
.slick-current .cp_show_more {
  background-color: #ffffff;
}
.hmc3Sitem:hover .cp_show_more span {
  text-align: center;
  line-height: 39px;
  color: #EBEBEB;
}
.cp_tixi_tone_img {
  text-align: center;
}
.cp_tixi_tone_img img {
  width: 100%;
}
.cp_tixi_tone_h {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #195daa;
  line-height: 32px;
}
.cp_tixi_tone_h h5 {
  font-size: 14px;
  line-height: 32px;
  font-weight: normal;
  display: block;
  overflow: hidden;
}
.cp_tixi_tone_span {
  /* width: 361px; */
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #626262;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cp_show_more {
  width: 150px;
  height: 40px;
  background-color: #ffffff;
  /* background: #FFFFFF;
    opacity: 0.6; */
}
.cp_show_more span {
  font-size: 15px;
  line-height: 40px;
  color: #112980;
  letter-spacing: 1px;
  height: 40px;
  width: 140px;
  display: block;
  /* background: #FFF; */
  text-align: center;
}
.hmc3_layer_cp {
  transition: all 0.5s ease-in-out;
}
.slick-initialized .slick-slide {
  width: 445px !important;
  margin-right: 50px;
}
.slick-track {
  display: flex !important;
  /* width: 82% !important; */
  /* width: 100% !important; */
}
.no_active .cp_show_more span {
  font-size: 16px !important;
  font-family: Microsoft YaHei;
  font-weight: 400;
  /* color: #0065F6 !important; */
  line-height: 49px;
  text-align: left;
}
.none_show {
  display: none;
}
.tx_all .slick-prev {
  background: url(../images/right1.png) no-repeat center center;
  display: inline-block;
  height: 58px;
  width: 58px;
  position: absolute;
  left: 1400px;
  text-indent: 1000px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  /* bottom: 0px; */
  top: -86px;
  right: 460px;
}
.tx_all .slick-prev:focus,
.tx_all .slick-next {
  display: none;
}
button:focus {
  border: 0 none;
  outline: none;
}
.tx_all .slick-next {
  background: url(../images/right1.png) no-repeat center center;
  display: inline-block;
  height: 58px;
  width: 58px;
  position: absolute;
  /* left: 58px; */
  text-indent: 1000px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  /* bottom: 0px; */
  transform: rotate(180deg);
  border: none;
  top: -86px;
  right: 460px;
}
.slick-prev {
  background: #FFF url(../images/hmc3btn1.png) no-repeat center center;
  display: inline-block;
  height: 58px;
  width: 58px;
  position: absolute;
  left: 0px;
  text-indent: 1000px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  bottom: 0px;
  border: none;
}
.m_menu_box {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  padding-top: 80px;
}
.menu_head {
  position: fixed;
  top: 18px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  height: 62px;
  line-height: 62px;
  box-sizing: border-box;
  background: #fff;
  z-index: 5;
  box-shadow: 0 4px 12px rgba(74, 74, 74, 0.1);
}
/*智慧消防*/
.hmc3txt {
  /* position: absolute;
    left: 9.37vw;
    top: 40%;
    transform: translateY(-50%);
    color: #fff;
    padding-bottom: 100px; */
  color: #fff;
  /* padding-bottom: 100px; */
}
/* .hmc3Con {
        width: 100vw;
        height: 100vh;
        position: relative;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-in-out;
        z-index: 0;
        background-repeat: no-repeat;
        background-size: cover;
    background-position: center center;background-size: cover;
    background-position: center center;
    } */
.zh_all {
  height: 650px;
  position: relative;
  /* padding-top: 50px; */
  display: flex;
}
.zh_all .zhan_news {
  width: 39%;
  padding: 118px 0 0 92px;
  color: #fff;
  background: url(../images/index/vidio_bg@2x.png) 100% 100%;
}
.news_title .cn {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  margin-right: 14px;
}
.news_title .en {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.zh_all .news_video {
  width: calc(100% - 100px);
  height: calc(100% - 106px);
  margin-top: 30px;
  position: relative;
}
.zh_all .news_video video {
  width: 100%;
  height: 100%;
  outline: none;
  object-fit: fill;
}
.zh_all .news_video img {
  width: 10%;
  position: absolute;
  left: 45%;
  top: 45%;
}
.zh_all .fp-tableCell {
  width: 61%;
  background: url(../images/index/news_bg@2x.png) 100% 100%;
}
.news_center {
  padding: 118px 48px 32px;
  color: #fff;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.news_swiper {
  width: 80%;
  overflow: hidden;
}
.swiper-pagination-bullets {
  bottom: 28px!important;
  left: auto!important;
  width: auto!important;
}
.swiper-pagination-bullet {
  width: 10px!important;
  height: 10px!important;
  opacity: 1!important;
  background: none!important;
  border: 1px solid #fff !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
}
.hmc3Con {
  /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;background-size: cover;
    background-position: center center; */
  /* height: 100vh; */
  /* min-width: 1200px;
        width: 99vw;
        height: 597px; */
  display: flex;
  padding-top: 100px;
}
.hmc3Con .news_time {
  font-size: 14px;
  white-space: nowrap;
  margin-right: 20px;
}
.hmc3txt h3 {
  margin-top: 0;
}
.hmc3Con.on {
  transition: all 0.5s ease-in-out;
}
.hmc3txt strong {
  font-size: 28px;
  line-height: 58px;
  /* font-weight: normal; */
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.hmc3txt h6 {
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 24px;
  font-weight: normal;
}
.hmc3txt p {
  max-width: 771px;
  font-size: 14px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.hmc3btn {
  font-size: 14px;
  line-height: 40px;
  height: 42px;
  width: 124px;
  color: #FFF;
  border: 2px solid #FFF;
  text-align: center;
  display: inline-block;
}
.hmc3icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  vertical-align: middle;
}
.hmc3icon img {
  position: absolute;
  left: 19px;
  top: 5px;
  transition: all 0.5s ease-in-out;
  width: 34px;
  height: 34px;
}
.hmc3icon img:nth-child(2) {
  opacity: 0;
}
.hmc3snm {
  height: 50px;
  line-height: 25px;
  display: inline-block;
  text-align: left;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.hmc3aBtn.on,
.hmc3aBtn:hover {
  color: #FFF !important;
  background: #0066FB;
}
.hmc3aBtn.on .hmc3snm,
.hmc3aBtn:hover .hmc3snm {
  color: #FFF !important;
  background: #0066FB;
}
.hmc3aBtn.on .hmc3icon img:nth-child(2),
.hmc3aBtn:hover .hmc3icon img:nth-child(2) {
  opacity: 1;
}
.hmc3aBtn.on .hmc3icon img,
.hmc3aBtn:hover .hmc3icon img {
  opacity: 0;
}
/*一些导航*/
.navs-list {
  width: 100%;
  display: flex;
}
.navs-list img {
  width: 100%;
  height: 100%;
}
.navs-list p {
  font-size: 14px;
}
.navs-list .navs-left {
  width: 30.4%;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.navs-center {
  width: 30.9%;
}
.navs-right {
  width: 38.7%;
}
.navs-right .navs_content {
  padding: 0 27%;
}
.navs-right .navs_content div {
  background: url(../images/index/khfw_bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.navs-right .navs_content p {
  width: 120%;
  position: relative;
  right: 10%;
  padding-bottom: 30px;
  text-align: center;
}
.center_top,
.center_bottom,
.navs-right {
  position: relative;
}
.navs_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  color: #fff;
}
.center_top .qywh_name {
  width: 15%;
  height: auto!important;
  position: absolute;
  left: 6.5%;
  top: 6.5%;
}
.gs_info {
  padding: 0 14%;
}
.rczl {
  padding: 0 4%;
}
.navs_content h3 {
  text-align: center;
  font-weight: Bold;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  /* background: no-repeat center/cover; */
}
.hmc2Bg {
  background: url(../images/hmc2Bg.png) no-repeat right center;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.hmc2Rcon {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  /* padding: 0px 7.55vw; */
  padding: 0 172px 0 116px;
}
.hmc2Rcon strong {
  /* font-size: 48px;
    line-height: 66px;
    font-weight: normal;
    display: block; */
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 60px;
}
.hmc2Rcon h5 {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  margin: 15px 0px 2.27vw;
  position: relative;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 60px;
}
.hmc2des {
  line-height: 28px;
  color: #515151;
  /* margin-bottom: 2.34vw; */
  padding-bottom: 64px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 60px;
}
.m2hs_more {
  font-size: 14px;
  color: #FFF;
  background: #252525 url(../images/m2n_i2.png) no-repeat 170px center;
  padding: 0px 0px 0px 54px;
  height: 60px;
  width: 240px;
  display: block;
  text-align: left;
  float: right;
  line-height: 60px;
}
.m2hs_more:hover,
.m2hs_more:focus,
.hmc3btn:focus,
.hmc3btn:hover {
  color: white;
}
.m2wts_btns .m2hs_more {
  float: none;
  padding-left: 72px;
}
.hmc2Lx {
  float: left;
  height: 100vh;
  width: 50%;
}
.bgImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgImg img {
  display: none!important;
}
.container:before,
.container:after {
  content: none !important;
}
.phone_zh {
  display: none;
  width: 100%;
}
#fullpage {
  /*height: 100%;*/
  position: relative;
  /*touch-action: none;*/
  transform: translate3d(0px, 0px, 0px);
  transition: all 1000ms ease 0s;
  /* overflow-y: scroll; */
  /*height: 30vh;*/
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.hmFocus {
  height: 105vh;
}
.hmFocus_item {
  width: 100%;
  height: 105vh;
  position: relative;
  overflow: hidden;
}
.hmFocus_item .banner_swiper {
  height: 105vh;
}
.hmPage1 {
  position: relative;
}
.hmPage1 .apart text {
  color: #000;
}
.hmFocusWpr .swiper-slide {
  overflow: hidden;
}
.animationa {
  transition-property: transform;
  -webkit-animation: mymove 4s 1;
  animation: mymove 4s 1;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
.img-box {
  height: 100%;
  width: 100%;
}
.hmFocusWpr .swiper-slide img {
  height: 100%;
  width: 100%;
  transform: scale(1);
}
@keyframes mymove {
  0% {
    transform: scale(1.2);
    /*开始为原始大小*/
  }
  100% {
    transform: scale(1);
    /*开始为原始大小*/
  }
}
@-webkit-keyframes mymove {
  /*Safari and Chrome*/
  0% {
    transform: scale(1.2);
    /*开始为原始大小*/
  }
  /* 25%{
			transform: scale(1.1); 
		}
		50%{
			transform: scale(1);
		}
		75%{
			transform: scale(1.1);
		} */
  100% {
    transform: scale(1);
    /*开始为原始大小*/
  }
}
.hmPage1 .swiper-pagination {
  width: 122px;
  height: 123px;
  position: absolute;
  bottom: -61.5px;
  left: calc(50% - 61px);
  background: url(../images/index/white.png);
  background-size: 122px 123px;
  color: #BCBCBC;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.hmPage1 .swiper-pagination-current {
  color: #101010;
}
.hmFsnavBg {
  background: url(../images/index/banner.jpg) 100% 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}
.banner-prev {
  top: 8%!important;
}
.banner-prev,
.banner-next {
  width: 22px!important;
  height: 12px!important;
  left: calc(50% - 11px) !important;
  outline: none;
}
.banner-next {
  bottom: 5%!important;
  top: auto!important;
}
.hmNext {
  position: absolute;
  left: 39%;
  top: 24%;
  z-index: 3;
  color: #fff;
  text-align: center;
  width: 23%;
  height: 56%;
  background: url(../images/index/topBg.png) no-repeat;
  background-size: 100% 100%;
}
.banner_desc {
  width: 100%;
  height: 100%;
  padding: 14% 10%;
  position: relative;
}
.hmNext .hmNext_ctn {
  width: 100%;
  height: 100%;
  background: url(../images/index/tapBg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 17% 1.5%;
}
.gsmc img {
  width: 14%;
  vertical-align: super;
}
.gsmc span {
  font-size: 18px;
  margin: 0 1%;
}
.gs_desc {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-top: 14%;
  margin-bottom: 5%;
  width: 124%;
  position: relative;
  right: 12%;
}
.hmNext_btm {
  padding: 0 2%;
  margin-bottom: 4%;
}
.hmNext_btm img {
  vertical-align: text-bottom;
  margin-right: 1%;
}
.gs_superiority {
  width: 100%;
  padding: 4% 0;
  background: url(../images/index/beijing.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 12px;
  color: #000;
  margin-bottom: 10%;
}
.hmNext_icon:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  border-left: 1px solid #fff;
  animation: rotate 0.6s linear infinite;
}
.hmNext_icon i {
  width: 1px;
  height: 76px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 32px;
  animation: nextAni 1s linear infinite;
}
.hmFocusWpr {
  position: relative;
}
.hmFocus_txt {
  width: 100%;
  text-align: left;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.hmBan_txt {
  font-size: 48px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 2.7vw;
}
@keyframes nextAni {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
    transform: translateY(0px);
  }
}
.footer_2 li a:hover {
  color: white !important;
}
@media (min-width: 1799px) {
}
@media (min-width: 992px) and (max-width: 1200px) {
  .news_list_b1 h5 {
    font-size: 16px;
  }
}
@media (max-height: 1000px) and (min-width: 1799px) {
  .hmc3Con {
    background-size: auto 120%;
    background-position: left center;
  }
}
.all_lb {
  background-color: #fff;
  margin-top: 28px;
  padding: 30px 0;
}
.hideControls video::-webkit-media-controls-enclosure {
  display: none;
}
.all_lb .anli_swiper {
  width: calc(100% - 4px);
  overflow: hidden;
}
.down_active a {
  color: #1961D3 !important;
}
.all_top {
  padding: 43px 0 23px;
  border-bottom: 2px solid #CCCCCC;
}
.all_top_cnt {
  width: 78%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.input-group-addon {
  padding-right: 0;
  padding-left: 7px;
  background: none;
  border-width: 2px;
  border-color: #ECECEC;
}
.input-group .form-control {
  border-left: none;
  border-color: #ECECEC;
  border-width: 2px;
  -webkit-box-shadow: 0 0 black;
}
.search_list .key {
  color: #0066B5;
}
.search_list ul {
  display: inline-flex;
}
.search_list ul li a {
  margin-right: 5px;
  color: #5D5D5D;
}
.srarch_content {
  width: 318px;
  position: relative;
}
.srarch_content .input-group {
  width: 255px;
  display: inline-table;
  background: #fff;
}
.search_btn {
  position: absolute;
  right: 0;
  width: 63px;
  height: 33px;
  background-color: #0066B5;
  color: #fff;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
}
.mainMask {
  width: 100%;
  height: 105vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.Mask {
  width: 100%;
  height: 105vh;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.mainMask .all_top {
  background: #fff;
  border-bottom: none;
  margin-top: 12%;
  padding: 54px 0 56px;
  z-index: 999;
}
.mainMask .all_top_cnt {
  padding-left: 11%;
}
.serviceInfo {
  z-index: 9;
  border: 18px solid #fff;
  position: fixed;
  top: calc(9.1% - 18px);
  left: calc(50% - 344px);
  width: 688px;
  height: 240px;
}
/* 定义动画 */
@keyframes moveLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* 应用动画 */
.animated {
  animation: moveLeft 2s forwards;
  -moz-animation: moveLeft 2s forwards;
  /* Firefox */
  -webkit-animation: moveLeft 2s forwards;
  /* Safari 和 Chrome */
  -o-animation: moveLeft 2s forwards;
  /* Opera */
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    /*初始状态 透明度为0*/
  }
  100% {
    opacity: 1;
    /*结尾状态 透明度为1*/
  }
}
.fadeIn {
  animation: fadeIn 4s 1;
  -moz-animation: fadeIn 4s 1;
  /* Firefox */
  -webkit-animation: fadeIn 4s 1;
  /* Safari 和 Chrome */
  -o-animation: fadeIn 4s 1;
  /* Opera */
}
.serviceBorder {
  position: fixed;
  top: 9.1%;
  left: calc(50% - 344px + 2.5%);
  width: 652px;
  color: #fff;
  z-index: 9;
  padding: 1.7% 0 1.5% 2.5%;
}
.serviceBorder h1 {
  font-weight: 800;
  font-size: 61px;
  margin-bottom: 20px;
}
.serviceBorder p {
  font-size: 18px;
}
/* 2023/12/23新增 */
.product_box {
  position: relative;
}
.product_box .product_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(37, 102, 182, 0.4);
  text-align: center;
}
.product_box .product_container .product_swiper {
  height: 100%;
}
.product_box .product_container .product_item {
  padding-top: 40%;
  height: 100%;
  transition: all 0.5s;
}
.product_box .product_container .product_item a {
  color: #272322;
  padding: 11px 30px 9px;
  border: 1px solid #67686a;
  border-radius: 80px;
  margin-top: 25px;
  display: inline-block;
}
.product_box .product_container .product_item .product_desc {
  display: none;
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.product_box .product_container .product_item:hover {
  background: rgba(37, 102, 182, 0.6);
  color: #fff;
  padding-top: 30%;
}
.product_box .product_container .product_item:hover .product_desc {
  display: -webkit-box;
}
.product_box .product_container .product_item:hover h2 {
  color: #ff9a00;
}
.product_box .product_container .product_item:hover h2::after {
  background: #fff;
}
.product_box .product_container .product_item:hover .product_imgs .hover {
  display: block;
}
.product_box .product_container .product_item:hover .product_imgs .dfl {
  display: none;
}
.product_box .product_container .product_item:hover a {
  color: #fff;
  border-color: #fff;
}
.product_box .product_container .swiper-button-prev,
.product_box .product_container .swiper-button-next {
  background-image: none;
  width: 72px;
  height: 141px;
  top: calc(50% - 70px);
}
.product_box .product_container .swiper-button-prev {
  left: 2%;
}
.product_box .product_container .swiper-button-next {
  right: 2%;
}
.product_box .product_container .product_imgs {
  height: 108px;
  text-align: center;
  position: relative;
}
.product_box .product_container .product_imgs img {
  transition: all 0.5s;
  position: absolute;
  left: calc(50% - 54px);
  top: 0;
}
.product_box .product_container .product_imgs .hover {
  display: none;
}
.product_box .product_container h2 {
  color: #0b0d0c;
  font-size: 24px;
  padding: 30px 0;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
}
.product_box .product_container h2::after {
  width: 80px;
  height: 3px;
  content: '';
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0;
  background: #2566b6;
}
.product_box .product_bg {
  width: 100%;
  height: auto;
}
.footer_right .footer_xq .links {
  display: flex;
  flex-wrap: wrap;
  width: 414px;
}
.footer_right .footer_xq .links a {
  margin-right: 18px;
  margin-bottom: 18px;
  color: #fff;
  border: 1px solid #fff;
  width: 120px;
  height: 32px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 1366px) {
  .product_box .product_container .product_imgs {
    height: 98px;
  }
  .product_box .product_container .product_imgs img {
    width: 98px;
  }
  .product_box .product_container h2 {
    padding: 22px 0;
  }
  .product_box .product_container .swiper-button-prev,
  .product_box .product_container .swiper-button-next {
    width: 56.7px;
    height: 112.8px;
    top: calc(50% - 56.4px);
  }
  .product_box .product_container .swiper-button-prev img,
  .product_box .product_container .swiper-button-next img {
    width: 100%;
  }
}
