<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* LESS Document */
.development {
  background-color: #fff;
  padding: 50px 0 20px;
  margin-bottom: 50px;
}
.development .develop-list .develop-li {
  padding-top: 222px;
  padding-bottom: 222px;
}
.development .develop-list .develop-li + .develop-li {
  margin-left: 10px;
}
.development .develop-list .develop-li .develop-img {
  width: 100%;
}
.development .develop-list .develop-li .develop-img p {
  padding-top: 56.1%;
}
.development .develop-list .develop-li .year {
  top: 170px;
  left: 0;
  color: #00A04B;
  font-size: 40px;
  font-weight: bold;
  font-family: "Arial";
  line-height: 1;
}
.development .develop-list .develop-li .develop-info {
  height: 170px;
  bottom: 0;
  left: 2px;
  border-left: 1px solid #E6E6E6;
  padding-right: 10px;
  text-align: justify;
  line-height: 28px;
  font-size: 14px;
  -webkit-line-clamp: 6;
}
.development .develop-list .develop-li .develop-info p {
  border-left: 3px solid #00A04B;
  margin-left: -2px;
  padding-left: 16px;
  -webkit-line-clamp: 6;
}
.development .develop-list .develop-li:nth-child(2n) .year {
  top: auto;
  bottom: 170px;
}
.development .develop-list .develop-li:nth-child(2n) .develop-info {
  top: 0;
  bottom: auto;
}
.development .develop-list .develop-li:nth-child(n+5) {
  display: none;
}
.introduct {
  margin-bottom: 90px;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.introduct:first-child {
  margin-top: 50px;
}
.introduct .introduct-left {
  padding: 85px 102px;
}
.introduct .leader-left {
  padding: 76px 102px 60px;
}
.introduct .introduct-info {
  padding-top: 45px;
  line-height: 36px;
  text-align: justify;
  -webkit-line-clamp: 8;
}
.introduct .news-more {
  padding-top: 40px;
}
.introduct .news-more span {
  font-size: 14px;
  color: #A0A0A0;
}
.introduct .news-more i {
  color: #004B9E;
  display: block;
  font-size: 30px;
}
.introduct .news-more:hover span {
  color: #004B9E;
}
.introduct .nyimg {
  width: calc(38.19444444%);
}
.introduct .nyimg.company-img {
  width: calc(50%);
}
.leading-members {
  margin-top: 20px;
  padding-right: 10px;
}
.leading-members.scroll-bar {
  height: 375px;
  overflow-y: auto;
}
.leading-members dl {
  line-height: 46px;
  font-size: 18px;
  padding-bottom: 0;
}
.leading-members dl + dl {
  padding-top: 20px;
}
.leading-members dl dt {
  min-width: 136px;
}
.leading-members dl dd span {
  display: inline-block;
  min-width: 120px;
}
.leading-members + .news-more {
  padding-top: 20px;
}
.organizational {
  min-height: 250px;
}
.organizational &gt; div {
  width: 50%;
  padding-top: 60px;
}
.organizational dl dt {
  font-size: 14px;
}
.organizational dl dd {
  color: #0F4696;
  font-size: 60px;
  font-family: "Arial";
}
.history.nybase-tit {
  padding-bottom: 30px;
  padding-top: 64px;
}
.history.nybase-tit h3 span {
  font-family: "æ¥·ä½“";
  font-size: 50px;
  font-weight: bolder;
  line-height: 1.1;
  margin-right: 7px;
}
.history.nybase-tit h3 img {
  height: 37.2px;
}
.history.nybase-tit .tit-py {
  display: block;
  color: #D1D1D1;
  font-size: 20px;
  padding-top: 3px;
}
.development-box.year-position {
  padding-left: 220px;
}
.development-box .year-list {
  padding-right: 90px;
  position: absolute;
  top: 0;
  left: 0;
}
.development-box .year-list .year-li a {
  display: block;
  font-family: "Arial";
  padding: 0 16px;
  margin-bottom: 20px;
  height: 45px;
  line-height: 45px;
}
.development-box .year-list .year-li a.active {
  background-color: #00A04B;
  transition: background-color 0.5s;
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
  border-radius: 45px;
}
.development-box .year-list .year-more {
  display: block;
  padding: 0 16px;
}
.development-box .year-list.year-fixed {
  position: fixed;
  top: 120px;
  left: 50%;
  margin-left: -720px;
  transition: top 0.5s;
}
.development-box .year-event {
  border-left: 1px solid #E6E6E6;
  padding-top: 57px;
  width: 100%;
  height: auto;
  margin-left: 0;
  opacity: 1;
  transition: margin-left 1s;
  box-sizing: border-box;
}
.development-box .year-event.close {
  overflow: hidden;
  margin-left: 30px;
  opacity: 0;
  height: 0;
  padding-top: 0;
}
.development-box .year-event .event-list {
  padding-bottom: 40px;
}
.development-box .year-event .drop {
  background-color: #fff;
  border: 1px solid #00A2E9;
  padding: 7px;
  border-radius: 50%;
  margin-left: -16px;
  height: 16px;
  box-sizing: content-box;
}
.development-box .year-event .drop::before {
  display: block;
  content: '';
  background-color: #00A2E9;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.development-box .year-event dl {
  margin-left: 36px;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  padding: 38px 47px;
}
.development-box .year-event dl dt {
  font-size: 30px;
  margin-bottom: 30px;
}
.development-box .year-event dl dd {
  font-size: 14px;
  line-height: 24px;
}
.development-box .year-event dl dd p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
.development-box .year-event dl dd img {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.leading-tabs {
  padding-right: 20px;
}
.leading-tabs .leading-li a {
  display: block;
  min-width: 160px;
  height: 87px;
  line-height: 87px;
  font-size: 18px;
  border-bottom: 1px solid #EEEEEE;
}
.leading-tabs .leading-li a::after {
  content: '';
  display: inline-block;
  width: 16px;
  background: url("../img/ny/title-arrow.png") center no-repeat;
  background-size: contain;
  margin-left: 0;
  opacity: 0;
}
.leading-tabs .leading-li a.active {
  font-size: 30px;
  font-family: "æ¥·ä½“";
  font-weight: bolder;
  display: flex;
  justify-content: center;
}
.leading-tabs .leading-li a.active::after {
  margin-left: 5px;
  opacity: 1;
  transition: margin-left 0.5s;
}
.leading-box {
  padding-left: 160px;
  padding-right: 100px;
  border-left: 1px solid #EEEEEE;
}
.leading-box .leading-members {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-top: 0;
  opacity: 1;
  transition: margin-left 2s;
}
.leading-box .leading-members.close {
  overflow: hidden;
  margin-left: 30px;
  opacity: 0;
  height: 0;
  padding-top: 0;
}
.leading-box .leading-members dl {
  line-height: 46px;
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.leading-box .leading-members dl + dl {
  border-top: 1px solid #D1D1D1;
}
.leading-box .leading-members dl dt {
  min-width: 150px;
}
.leading-box .leading-members dl dd span {
  display: inline-block;
  min-width: 120px;
  margin-bottom: 10px;
}
.leading-box .leading-members dl:nth-child(4) span:nth-child(n+5) {
  display: inline-block;
}
.leading-box .leading-members dl:nth-child(n+5) {
  display: flex;
}
.organizational-con {
  max-width: 1600px;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  margin: 48px auto;
}
.organizational-con .organizational-box {
  padding: 66px;
}
.organizational-con .organizational-box img {
  max-width: 100%;
  height:auto!important;
}
@media screen and (max-width: 1600px) {
  .organizational-con {
    margin: 48px 20px;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1450px) {
  .development .content {
    padding: 0 20px;
    transition: all 0.5s;
  }
  .introduct {
    margin: 0 20px 90px;
    transition: all 0.5s;
  }
  .introduct .introduct-left {
    padding: 88px 80px;
  }
  .introduct .introduct-info {
    padding-top: 45px;
    line-height: 36px;
    text-align: justify;
    -webkit-line-clamp: 8;
  }
  .introduct .nyimg {
    max-width: 50%;
    transition: width 0.5s;
  }
  .introduct .nyimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .leading-members dl dt {
    min-width: 140px;
  }
  .leading-members dl dd span {
    min-width: 100px;
  }
  .development-box {
    margin: 0 20px;
  }
  .leading-box {
    padding-left: 100px;
    padding-right: 60px;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1280px) {
  .introduct {
    margin: 0 20px 60px;
    transition: all 0.5s;
  }
  .introduct:first-child {
    margin-top: 40px;
  }
  .introduct .introduct-left {
    padding: 80px 60px;
  }
  .introduct .introduct-info {
    padding-top: 30px;
  }
  .leading-members dl {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .leading-members dl dt {
    min-width: 130px;
  }
  .leading-members dl dd span {
    min-width: 90px;
  }
  .development-box .year-list {
    padding-right: 50px;
    transition: all 0.5s;
  }
  .leading-box {
    padding-left: 60px;
    padding-right: 30px;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1080px) {
  .introduct .introduct-left {
    padding: 60px 50px;
  }
  .introduct .nyimg {
    width: 100%;
    transition: width 0.5s;
  }
  .introduct .nyimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .leading-members dl {
    padding-top: 15px;
    padding-bottom: 10px;
    display: block;
    line-height: 35px;
    transition: all 0.5s;
  }
  .leading-members dl dt {
    min-width: 140px;
  }
}
@media screen and (max-width: 992px) {
  .introduct .introduct-left {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .development {
    background-color: #fff;
    padding: 50px 0 20px;
    margin-bottom: 1.5em;
  }
  .development .develop-list {
    display: block;
  }
  .development .develop-list .develop-li {
    padding-bottom: 0;
    overflow: hidden;
    padding-top: 1em;
  }
  .development .develop-list .develop-li + .develop-li {
    margin-left: 0;
    margin-top: 1em;
    border-top: 1px solid #E6E6E6;
    padding-top: 1em;
  }
  .development .develop-list .develop-li .develop-img {
    width: 100%;
  }
  .development .develop-list .develop-li .develop-img p {
    padding-top: 68%;
  }
  .development .develop-list .develop-li .year {
    top: 170px;
    left: 0;
    color: #00A04B;
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Arial";
    line-height: 1;
  }
  .development .develop-list .develop-li .develop-info {
    height: auto;
    bottom: 0;
    left: 0;
    border-left: 0;
    padding-right: 10px;
    text-align: justify;
    line-height: 1.2;
    font-size: .85em;
    -webkit-line-clamp: 2;
  }
  .development .develop-list .develop-li .develop-info p {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    -webkit-line-clamp: 2;
  }
  .development .develop-list .develop-li:nth-child(2n+1) .year {
    top: 1em;
    left: 0;
    bottom: auto;
  }
  .development .develop-list .develop-li:nth-child(2n+1) .develop-img {
    width: 30vw;
    float: right;
  }
  .development .develop-list .develop-li:nth-child(2n+1) .develop-info {
    left: 0;
    bottom: 0;
    margin-right: 31vw;
  }
  .development .develop-list .develop-li:nth-child(2n) .year {
    top: 1em;
    left: 32vw;
    bottom: auto;
  }
  .development .develop-list .develop-li:nth-child(2n) .develop-img {
    width: 30vw;
    flex: left;
  }
  .development .develop-list .develop-li:nth-child(2n) .develop-info {
    left: 32vw;
    bottom: 0;
    top: auto;
  }
  .development .develop-list .develop-li:nth-child(n+5) {
    display: none;
  }
  .introduct {
    margin: 0 1em 1.5em;
    transition: all 0.5s;
    display: block;
  }
  .introduct:first-child {
    margin-top: 1em;
  }
  .introduct .introduct-left {
    padding: 2em 1.4em;
  }
  .introduct .introduct-info {
    padding-top: 0;
    line-height: 1.8;
    font-size: 1em;
  }
  .introduct .nyimg {
    max-width: 100%!important;
    height: calc(124.72727273vw);
  }
  .introduct .nyimg.company-img {
    height: calc(95.27777778vw);
    width: 100%!important;
  }
  .organizational {
    min-height: 0;
  }
  .organizational &gt; div {
    width: 50%;
    padding-top: 60px;
  }
  .organizational dl {
    margin: 0 auto;
  }
  .organizational dl dt {
    font-size: 14px;
  }
  .organizational dl dd {
    color: #0F4696;
    font-size: 60px;
    font-family: "Arial";
  }
  .history.nybase-tit {
    padding-bottom: 30px;
    padding-top: 2.5em;
  }
  .history.nybase-tit h3 span {
    font-family: "æ¥·ä½“";
    font-size: 1.6em;
    font-weight: bolder;
    line-height: 1.2;
    margin-right: 7px;
  }
  .history.nybase-tit h3 img {
    height: 1.4em;
  }
  .history.nybase-tit .tit-py {
    display: block;
    color: #D1D1D1;
    font-size: 1em;
    padding-top: 3px;
  }
  .development-box {
    display: block;
    pading: 0 1em;
    overflow: initial;
  }
  .development-box.year-position {
    padding-left: 0;
  }
  .development-box .year-list {
    padding-right: 0;
    position: static;
  }
  .development-box .year-list .year-li {
    overflow-x: auto;
    display: flex;
    align-items: center;
  }
  .development-box .year-list .year-li a {
    display: block;
    font-family: "Arial";
    padding: 0 1em;
    margin-bottom: 1em;
    font-size: 1em;
    height: auto;
    line-height: 2em;
    width: 10em;
    white-space: nowrap;
  }
  .development-box .year-list .year-li a.active {
    background-color: #00A04B;
    transition: background-color 0.5s;
    font-size: 1em;
    color: #fff;
    line-height: 2;
    border-radius: 45px;
  }
  .development-box .year-list .year-more {
    display: none;
  }
  .development-box .year-event {
    border-left: 0;
    padding-top: 0;
    width: 100%;
    height: auto;
    margin-left: 0;
    opacity: 1;
    transition: margin-left 1s;
    background: linear-gradient(to bottom, #E6E6E6 0, #E6E6E6 100%);
    background-size: 1px 100%;
    background-position: center;
    background-repeat: repeat-y;
  }
  .development-box .year-event.close {
    overflow: hidden;
    margin-left: 30px;
    opacity: 0;
    height: 0;
    padding-top: 0;
  }
  .development-box .year-event .event-list {
    padding-bottom: 1.5em;
    display: block;
  }
  .development-box .year-event .drop {
    background-color: #fff;
    border: 1px solid #00A2E9;
    padding: .3em;
    border-radius: 50%;
    margin: auto;
    height: .8em;
    width: .8em;
    box-sizing: content-box;
    margin-bottom: 1.5em;
  }
  .development-box .year-event .drop::before {
    display: block;
    content: '';
    background-color: #00A2E9;
    width: .8em;
    height: .8em;
    border-radius: 50%;
  }
  .development-box .year-event dl {
    margin-left: 0;
    background-color: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    padding: 2em;
  }
  .development-box .year-event dl dt {
    font-size: 1.4em;
    margin-bottom: 30px;
  }
  .development-box .year-event dl dd {
    font-size: 14px;
    line-height: 24px;
  }
  .development-box .year-event dl dd p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
  .development-box .year-event dl dd img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .leading-tabs {
    padding-right: 0;
  }
  .leading-tabs .leading-li {
    display: flex;
    overflow-x: auto;
    align-items: center;
  }
  .leading-tabs .leading-li a {
    display: block;
    min-width: 33%;
    height: 3em;
    line-height: 3em;
    font-size: 1em;
    border-bottom: 0;
    white-space: nowrap;
  }
  .leading-tabs .leading-li a::after {
    width: .6em;
  }
  .leading-tabs .leading-li a.active {
    font-size: 1.2em;
  }
  .leading-box {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
  }
  .leading-box .leading-members {
    width: 100%;
    height: auto;
    margin-left: 0;
    opacity: 1;
    transition: margin-left 2s;
  }
  .leading-box .leading-members dl {
    display: flex;
    line-height: 1.6;
    font-size: 1em;
    padding-top: 1.5em;
    padding-bottom: .6em;
  }
  .leading-box .leading-members dl + dl {
    border-top: 1px solid #D1D1D1;
  }
  .leading-box .leading-members dl dt {
    min-width: 6.5em;
  }
  .leading-box .leading-members dl dd span {
    display: inline-block;
    min-width: 5em;
    margin-bottom: .5em;
  }
  .organizational-con {
    margin: 0 auto;
  }
  .organizational-con .organizational-box {
    padding: 1em;
  }
}

</pre></body></html>