/*banner*/

@media only screen and (max-width:960px) {
/*  *{display:none;}
body {display:none;}*/
  
}


.yx_Banner_N {position: relative;height:45vh;max-height:580px;/* background: #000; */overflow: hidden;}
.yx_Banner_N:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(359deg,var(--yx_Color),rgba(0,0,0,0));
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.yx_Banner_N:after {
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  position: absolute;
  background: linear-gradient(to top,#000,rgba(0,0,0,0));
}
.yx_BN_Img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.6s ease;
  background-size: cover;
  background-position: center;
  animation-name: fadeIn;
  animation-duration: 0.6s;
  animation-delay: 0s;
  animation-fill-mode:both;
}
.yx_BN_Con {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  text-align: center;
  text-shadow:0 0 var(--yx_FS30) rgb(0 0 0 / 40%);
}
.yx_Banner_N .yx_Title {
  font-size: 36px;
  color: #fff;
  line-height: 100%;
  overflow: visible;
  display: inline-block;
  position: relative;
  font-weight: bold;
  animation-name: fadeInUp;
  animation-duration: 1.4s !important;
  animation-delay: 0.2s !important;
  animation-fill-mode: both;
}
.yx_Banner_N .yx_Summary {
  animation-name: fadeInUp;
  animation-duration: 1.6s !important;
  animation-delay: 0.2s !important;
  animation-fill-mode: both;
  font-size: 18px;
  color: #fff;
  line-height: 200%;
  margin-top: 6px;
  /* font-weight:200; */
  max-width: 860px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  letter-spacing: 0px;
  line-height: 1.65em;
  text-transform: uppercase;
  font-family: arial !important;
}
@media only screen and (min-width:769px) {
  .yx_Mo_Img {
    display: none;
  }
}
@media only screen and (max-width:768px) {
  .yx_Banner_N{
    height:80vw;
    max-height: 250px;
  }
  .yx_BN_Con {
    width:90%;
    top: 48%;
  }
  .yx_Banner_N .yx_Title{
    font-size:var(--yx_FS48);
    font-size: 32px;
  }
  .yx_Banner_N .yx_Summary{
    font-size:var(--yx_FS22);
    margin-top:6px;
    letter-spacing: 0px;
  }
}
/**/
@media only screen and (max-width:1200px){
  .yx_NavBtn span{
    background:#333;
  }
  .yx_Header .yx_EjBtn{
    font-family: 'yx_icon' !important;
  }

}

.yx_Bottom *{
  color:#999999;
  font-size:var(--yx_FS18);
}
/**/
.e_breadcrumb-5 .p_breadcrumbItem span{
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.e_breadcrumb-5 .p_breadcrumbItem > a{
  display:flex;
  align-items:center;
}
.e_breadcrumb-5 .p_breadcrumbItem::after{
  display:none;
}
