body {
  background: #fff;
}
.yh-header {
  /* background-color: #2e3746; */
  background-color: #0445a1;
}

.yh-header .logo {
  height: 1.7rem;
  margin-top: 0.65rem;
}
.yh-header .logo img {
  height: 1.7rem !important;
}

.yh-header .nav {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  /* height: 3rem; */
}
.yh-header .nav a {
  /* height: 3rem; */
  position: relative;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.6);
}

.yh-header .nav a::before {
  /* display: none; */
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 1rem;
  transform: translateX(-50%);
  height: 2px;
  background-color: #fff;
  opacity: 0;
}
.yh-header .nav a:last-child:before {
  content: none;
}
.yh-header .nav a:hover {
  color: #fff !important;
  font-weight: 500;
  /* text-decoration: underline; */
}
.yh-header .nav > a:hover::before {
  opacity: 1;
}

.yh-header .nav a.active {
  color: #fff !important;
}

.yh-header .nav > a.active::before {
  opacity: 1;
}

.yh-header .sub-nav {
  background-color: #0445a1 !important;
}

.yh-banner {
  position: relative;
  height: 38.54167vw;
  background: url(../../../asset/image/yh-bg.png) center no-repeat;
  background-size: 100% 100%;
}
.yh-banner #yh {
  position: absolute;
  bottom: 0;
  height: 11.11111vh;
  opacity: 0;
}
.yh-slogan {
  height: 17rem;
  background: url(../../../asset/image/yh-footer.png) center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 3rem;
}

.yh-slogan .slogan-title {
  font-size: 1.5rem;
  line-height: 4rem;
  max-width: 24rem;
  color: #2f95fe;
  font-weight: bold;
  margin: 0 auto;
  background: url(../../../asset/image/yh-slogan.png) center no-repeat;
  background-size: 100% 100%;
}

.yh-slogan .slogan-title span {
  padding: 0 0.4rem;
}

.yh-slogan .slogan-content {
  line-height: 7.5rem;
  font-size: 1.77083vw;
  color: #fff;
}

.ub-footer-link-custom {
  background: url(../../../asset/image/yh-footer3.png) center no-repeat !important;
  background-size: 100% 100% !important;
  /* background-color: #0445A1 !important; */
  position: relative;
  color: #fff !important;
  a {
    color: #fff !important;
  }
  span {
    color: #fff !important;
  }
}

.footer2-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 37.6rem;
  height: 14.6rem;
  /* background: url(../../../asset/image/yh-footer2.png) center no-repeat;
  background-size: 100% 100%; */
  opacity: 0.5;
}
.footer-icon {
  color: #fff !important;
}

.index-image {
  float: right;
  width: 25rem;
}

.clear-float::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.index-ub-container .ub-nav-header,
.ub-nav-header-blade {
  display: flex;
  color: #000;
  position: relative;
  font-weight: bold;
  justify-content: center;
}

.index-ub-container .ub-nav-header .home-title,
.blade-title {
  position: relative;
}

.index-ub-container .ub-nav-header .home-title::after,
.blade-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 50%;
  transform: translateX(-50%);
  height: 4px;
  background-color: var(--color-primary);
  border-radius: 2px;
}
.slider-box {
  position: relative;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
}

.slider-row {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(0);
}

.slider-row-item {
  width: 25%;
  padding-right: 1rem;
  /* height: 300px; */
}
.slider-row-item .item-p {
  position: relative;
  background-image: linear-gradient(
    to right,
    rgb(255, 177, 93),
    rgba(255, 177, 93, 0.65) 100%
  );
  overflow: hidden;
}

.col-2_5 {
  position: relative;
  min-height: 0.05rem;
  width: 20%;
  padding: 0 0.3125rem;
  /* padding-right: calc(var(--size-margin) / 2);
  padding-left: calc(var(--size-margin) / 2); */
  box-sizing: border-box;
  -webkit-box-flex: 0;
}
@media screen and (max-width: 768px) {
  .col-2_5 {
    width: 50%;
  }
}

.slider-row-item .item-p .title {
  color: #fff !important;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: left;
  margin-bottom: 1rem;
}
.slider-row-item .item-p .slider-summary {
  color: #fff !important;
  padding: 0 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  margin-bottom: 1rem;
}
.slider-row-item .item-p .slider-image {
  width: 100%;
  height: 8.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.slider-row-item .item-p .mask,
.product-item-p .mask {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.slider-row-item .item-p:hover .mask,
.product-item-p:hover .mask {
  display: block;
}
.slider-row-item .item-p .mask-btn,
.product-item-p .mask-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  left: 5%;
  bottom: 10%;
  background-color: var(--color-primary);
  color: #fff;
  height: 36px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.875rem;
}

.solution-image-box::after {
  margin-top: 56.25%;
}

.solution-image {
  display: block;
  margin-bottom: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0.25rem 0 0;
}

.solution-item {
  box-shadow: none !important;
}
.solution-title {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5rem;
}
.solution-summary {
  display: block;
  padding: 0 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  margin-bottom: 1rem;
  text-align: center;
  color: #333;
}

.col-md-6-job {
  padding: 0 5px;
  margin-bottom: 10px;
}

.body-job {
  padding: 0 5rem !important;
}
.item-d-job {
  background-color: #fff;
  padding: 20px !important;
  height: 240px;
}

.success-item {
  text-align: center;
  /* padding: 0 !important; */
  margin-bottom: 10px;
}
.success-item .cover {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.success-item .title {
  font-size: var(--font-size);
  text-align: center;
  padding: 0.5rem;
  display: block;
  color: var(--color-text);
  height: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.success-item .title:hover {
  color: var(--color-primary);
}

.item-p-case {
  padding-bottom: 0 !important;
}
.item-p-case .cover {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
}
.none-image {
  background-image: url(../../../asset/image/none.png);
}
.serve-item {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
}
.serve-tel {
  color: #fff;
  font-size: 1rem;
  padding-left: 0.5rem;
}

@media screen and (max-width: 40rem) {
  .product-menu {
    display: none;
  }
  .product-title {
    font-size: 0.5rem !important;
  }
  .product-summary {
    font-size: 0.5rem !important;
  }
  .yh-nav-link:hover .link-hover-list {
    height: 0 !important;
  }
  .yh-arrow::after {
    display: none !important;
  }
  .ub-banner .yh-slider-title {
    font-size: 0.8rem !important;
    line-height: 0.5rem !important;
    margin: 0.15rem 0 !important;
  }
  .ub-banner .swiper-slide.a .cover .content .slogan {
    margin: 0.1rem 0 !important;
  }
  .ub-banner .yh-slider-slogan .line {
    font-size: 0.5rem !important;
  }
  .yh-slider-link{
    margin:0 !important;
  }
  .yh-slider-link a {
    font-size: 0.5rem !important;
    padding: 0.3rem 0.5rem !important;
  }
  /* .slider-row-item {
    min-width: 280px;
  } */
  .yh-header .nav {
    display: block;
    background-color: #0445a1 !important;
  }
  .yh-header .nav-item {
    background-color: #0445a1 !important;
  }
  .yh-header a {
    background-color: #0445a1 !important;
  }

  .yh-header .nav > a::before {
    display: none;
  }
  .yh-header a .iconfont {
    color: #fff !important;
  }
  .yh-header .logo a {
    height: 1.2rem !important;
  }
  .yh-header .logo {
    height: 1.2rem !important;
  }
  .yh-header .logo img {
    height: 1.2rem !important;
  }
  .slogan-content {
    font-size: 3vw !important;
  }
  .success-item {
    display: flex;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    align-items: center;
  }
  .success-item .cover {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .item-p-case .cover {
    font-size: 0.75rem;
  }

  .col-md-6-job {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .body-job {
    padding: 0 !important;
  }
  .item-d-job {
    background-color: #fff;
    padding: 20px !important;
    height: 240px;
  }
  .yh-banner #yh {
    display: none;
  }
  .serve-tel {
    font-size: 0.7rem;
    padding-left: 0;
  }
}

.ub-banner .swiper-slide .cover:after {
  margin-top: 45.5% !important;
}

.panel-a {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ub-content-product {
  margin-bottom: 0;
}

.product-item-p {
  position: relative;
  box-shadow: 0 0 0.4375rem rgba(0, 0, 0, 0.1) !important;
  padding-bottom: 0.625rem !important;
  border-radius: 0.5rem !important;
}

.product-menu {
  width: 100%;
  border-radius: 0;
  box-shadow: 0 0.625rem 0.625rem -0.3125rem #e5e5e5;
  margin-bottom: 0.625rem;
  padding: 0.625rem 6.25rem;
}

.product-menu .item {
  padding: 0 1.25rem;
  line-height: 2.25rem;
  font-size: 0.9375rem;
  color: #000;
  font-weight: 700;
  border-radius: 0.625rem;
}

.product-menu .title.active {
  color: var(--color-primary);
}

.product-summary {
  color: rgb(153, 153, 153);
  padding: 0 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  padding: 0 5%;
}

.product-image {
  background-size: 100% 100%;
}
/* .product-image::after{
  margin-top: 56.25%;
} */
.product-title {
  font-size: 0.9375rem;
  color: #000;
  font-weight: 700;
  padding: 5%;
  line-height: 2.875rem;
}

.ub-cover-1-1::after {
  margin-top: 56.25%;
}

.padding-large {
  padding: 0 calc(var(--size-margin));
  margin-bottom: var(--size-margin);
}

.product-item-p .mask .product-title {
  color: #fff !important;
}

.product-item-p .mask .product-summary {
  color: #fff !important;
}

.yh-swiper-container {
  position: relative;
}

.yh-swiper-container .canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.yh-swiper-container #canvas {
  width: 100%;
  height: 100%;
}

.yh-slider-title {
  width: 100%;
  text-align: center;
  font-size: 3.75rem !important;
  margin: 3rem auto;
}
.yh-slider-slogan {
  width: 100%;
  text-align: center;
  margin: 3rem auto;
}
.yh-slider-slogan .line {
  font-size: 1.8rem !important;
}
.yh-slider-link {
  text-align: center;

  border-radius: 5px;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
  margin: 1rem auto;
}
.yh-slider-link a {
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  background-color: var(--color-primary);
  color: #fff;
}

.index-ub-container {
  max-width: 100% !important;
}
.index-ub-container .item:nth-child(odd) {
  background-color: #f5f5f5;
}
.index-ub-container .item:nth-child(2n) {
  background-color: #fff;
}

.index-ub-container .item > div {
  max-width: var(--container-width, 57rem);
  margin-left: auto;
  margin-right: auto;
}

.link-hover-list {
  /* display: none; */
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  height: 0;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.3s;
  color: #000;
  box-shadow: 0 0 0.4375rem rgba(0, 0, 0, 0.1) !important;
}
.nav-item-1 {
  width: 20%;
  padding: 0 10px;
}
.nav-title1 {
  font-size: 1.125rem !important;
  color: var(--color-primary) !important;
  padding: 0 !important;
}
.nav-title2 {
  color: #000 !important;
  height: auto;
  line-height: 1.5rem !important;
  font-size: 0.85rem !important;
  padding: 0 !important;
}
.yh-header .nav .nav-title1:hover {
  color: var(--color-primary) !important;
}

.yh-header .nav .nav-title2:hover {
  color: var(--color-primary) !important;
}
.yh-nav-link:hover .link-hover-list {
  height: 30rem;
}

.nav-list-wrap {
  display: flex;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  height: 100%;
}

.yh-arrow::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0.25rem;
  border-style: solid;
  border-color: var(--color-muted) transparent transparent transparent;
  vertical-align: middle;
  transform: translateY(0.1rem);
  margin-left: 0.1rem;
}
.nav-scene {
  color: #666;
}


html,body{
  font-family: '微软雅黑';
}