.yx_Banner_N {
  position: relative;
  height: 50vh;
  max-height:1440px;
  background:#000;
  overflow: hidden;
}
.yx_Banner_N:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,var(--yx_Color),rgba(0,0,0,0));
  top: 0;
  left: 0;
  opacity: 0.15;
  z-index: 2;
}
.yx_Banner_N:after {
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.35;
  position: absolute;
  background: linear-gradient(to top,#00174b,rgba(0,0,0,0));
}
.yx_BN_Img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity:1;
  transition: all 0.6s ease;
  background-size: cover;
}
.yx_BN_Con {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    text-align: left;
    width: 94%;
    max-width: 1600px;
}
.yx_Banner_N .yx_Title {
  font-size:var(--f50);
  color: #fff;
  line-height: 100%;
  overflow: visible;
  font-weight:bold;
  letter-spacing:2px;
  display: inline-block;
  position: relative;
}
.yx_Banner_N .yx_Summary {
  font-size: var(--f30);
  color: #fff;
  line-height: 200%;
  margin-top: var(--yx_FS22);
  font-weight:200;
  text-shadow:0 5px 24px rgb(0 0 0 / 40%);
}
@media only screen and (min-width:769px) {
  .yx_Mo_Img {
    display: none;
  }
}
@media only screen and (max-width:768px) {

  .yx_Banner_N{
    height:60vw;
    max-height:500px;
  }
  
  .yx_BN_Con {
    top:62%;
    width:90%;
  }
  .yx_Banner_N .yx_Title{
    font-size:20px;
        letter-spacing: 0px;
  }
  .yx_Banner_N .yx_Summary{
    font-size:14px !important;
    margin-top:6px;
    letter-spacing: 0px;
   line-height: 1.3 !important;
  }

}
/*ÃƒÂ§Ã‚Â»Ã¢â‚¬Å“ÃƒÂ¦Ã‚ÂÃ…Â¸*/
@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;
}
