/* 修改原先的样式-或者增加类名-修改样式*/
div.header{
  height: 60px;
  background-color: rgba(255, 255, 255, .9);
  -webkit-backdrop-filter: saturate(50%) blur(4px);
  backdrop-filter: saturate(50%) blur(4px);
  border-bottom: 1px solid #eee;
}
div.header .logo img{
  /* width: 130px; */
  /* height: 23px; */
  /* width: 226px; */
  /* height: 30px; */
  width: 266px;
  height: 36px;
}
div.header .right .tel{
  line-height: 60px;
}
div.index-banner .swiper-slide>.img{
  /* background-image: url('/static/images/banner-bg.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.base-tel-btn{
  width: 96px;
  height: 36px;
  background-color: #175DFF;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  border-radius: 2px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
div.banner .textBox .h1{
  color: #222;
  font-family: PingFang SC;
  font-size: 44px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  animation: ysfadeInUp 0.5s ease-in-out both;
  animation-delay: 0.3s;
}
div.banner .textBox .p{
  animation: ysfadeInUp 0.5s ease-in-out both;
  animation-delay: 0.4s;
}
div.banner .textBox a{
  animation: ysfadeInUp 0.5s ease-in-out both;
  animation-delay: 0.5s;
}
.index-banner div.minBox{
  position: relative;
}
.index-banner div.adjust-txt{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
div.banner .textBox .p{
  font-family: PingFang SC;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #444;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.index-banner .swiper-slide>.img>img{
  right: 50%;
  top: auto;
  transform: translate(600px,0);
  bottom: 44px;
}
a.buttonMax{
  width: 132px;
  height: 48px;
  border-radius: 2px;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
a.button-white{
  background-color: #ffffff;
  color: #175dff;
}
div.buttonOne{
  background-color: #175DFF;
}
div.index-banner .textBox a{
  background-color: #175DFF;
}

.index-banner .swiper-slide{
  height: 600px;
}
.banner.banner-540{height: 540px;}
.banner-540 .imgBox{width: 740px; height: auto;}

div.banner{
  margin-top: 60px;
  position: relative;
}
div.fix-height{
  height: 540px;
  margin-top: 0;
  padding: 0;
}
div.index-banner{
  height: 600px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
div.fix-height .textBox{
  position: absolute;
  top: 160px;
  left: 0;
  padding-top: 0;
}
div.fix-height .minbox-new .textBox .p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  animation: ysfadeInUp 0.5s ease-in-out both;
  animation-delay: 0.4s;
}
div.fix-height .minbox-new .textBox .href{
  animation: ysfadeInUp 0.5s ease-in-out both;
  animation-delay: 0.5s;
}
div.fix-height .imgBox{
  position: absolute;
  right: 0;
  bottom: 24px;
}
.bgWhite{
  background-color: #fff !important;
}
.header .nav .li {
  margin: 0 12px;
}
div.header .nav .li .mk a{
  line-height: 60px;
  font-size: 15px;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #222222;
  font-weight: 400;
}
div.addIndexMinkerFour .cont-bg{
  /* background-image: url('/static/images/try_bg@2x.png'); */
  /* background-image: url('/static/images/try_bg@2x.png'); */
  background-image: url('/static/images/index/index_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 240px;
}
div.addIndexMinkerFour::after{
  background-image: none;
}
div.addIndexMinkerFour::before{
  background-image: none;
}
div.addIndexMinkerFour .h1{
  font-family: PingFang SC;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
div.addIndexMinkerFour .mk{
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
/* 波浪-按钮样式 */
.wave-wrap{
  position: relative;
  overflow: hidden;
}
.wave-wrap:hover::before{
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1;
}
.wave-wrap:hover a{
  position: relative;
  color: #fff !important;
}
.wave-wrap:hover i{
  color: #fff !important;
}
.wave-wrap i{
  position: relative;
  font-style: inherit;
}
.t-bg{
  background-image: url('/static/images/t-icon.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wave-wrap::before{
  content: ' ';
  width: 250px;
  height: 250px;
  border-radius: 50%;
  z-index: 0;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0);
  background: #1c47c9;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease-out;
}
/* 波浪-按钮样式-end */
div.header-btn-wrap-new{
  display: flex;
  align-items: center;
}
.header-btn-wrap-r{
  margin-left: 14px;
  background-color: #175DFF;
  border-radius: 20px;
}
.header-btn-wrap-r a.base-tel-btn{
  background:none;
}
div.header .right a{
  margin: 0;
}
.index-banner .swiper-slide>div.banner-first-bg>img,.index-banner .swiper-slide>div.img>img.banner-bg{
  width: 100% !important;
  height: 600px !important;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  right: auto;
  object-fit: cover;
}
.footer-new .mk{
  margin-top: 8px !important;
}
.footer-new .green {
  margin-top: 20px !important;
}
.footer-new {
  overflow: visible;
}
.footer-new .cont {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.videoBoxOne .sLi .img{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F6FC;
}
.ys_fadeup1{
  animation: ysfadeInUp .5s ease-in-out both;
  animation-delay: .1s;
}
@keyframes ysfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* 新增架构样式*/
