/* LESS Document */
.ny-content {
  background-color: #fff;
}
.introduce {
  background-color: #F5F5F5;
  padding: 50px 0 60px;
  margin-bottom: 50px;
  transition: all 0.5s;
}
.introduce .content {
  padding: 0 0 44px;
  background: url("../img/ny/round-bg.png") right bottom no-repeat #fff;
  transition: all 0.5s;
}
.introduce .intro-left {
  padding: 50px 150px 0 75px;
  transition: all 0.5s;
}
.introduce .intro-left .intro-info {
  overflow-y: auto;
  max-height: 256px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 32px;
}
.introduce .intro-img {
  overflow: hidden;
  width: 492px;
  height: 478px;
  border-top-left-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50%;
  margin-top: -70px;
  margin-right: -50px;
  transition: all 0.5s;
}
.introduce .intro-img p {
  width: calc(100% - 50px);
  height: calc(478px - 70px);
  margin-top: 70px;
  transition: all 0.5s;
}
.introduce .intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-con {
  transition: all 0.5s;
  overflow: initial;
}
.company-nav {
  position: relative;
  z-index: 1;
}
.company-nav li {
  margin-right: 16px;
  margin-bottom: 16px;
}
.company-nav li a {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  height: 63px;
  line-height: 63px;
  color: #0F4696;
  font-size: 16px;
  border: 1px solid #E6E6E6;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.company-nav li.on a {
  color: #fff;
  font-size: 16px;
  background-color: #004B9E;
  border-color: #004B9E;
}
.company-box {
  padding-top: 24px;
}
.company-con {
  margin-left: 0;
  opacity: 1;
  height: auto;
  transition: margin-left 1s;
}
.company-con.close {
  overflow: hidden;
  margin-left: 30px;
  opacity: 0;
  height: 0;
  padding-top: 0;
}
.company-con .company-child {
  margin-bottom: 50px;
  padding: 50px;
  background-color: #fff;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
}
.company-con .company-child .child-box {
  width: 300px;
}
.company-con .company-child .child-box .child-tit {
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 28px;
  color: #0B0B0B;
  background: linear-gradient(to right, #4BB13F 0, #4BB13F 22%, #00B0EC 22%, #00B0EC 44.78%, #0F4696 44.78%, #0F4696 100%);
  background-size: 66px 4px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.company-con .child-list {
  margin-bottom: 40px;
  padding-top: 40px;
}
.company-con .child-list a {
  color: #6f6f6f;
  width: 100%;
  line-height: 32px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(132, 132, 132, 0.1);
}
.company-con .child-list a:hover {
  color: #004B9E;
  display: flex;
  align-items: center;
}
.company-con .child-list a:hover::after {
  content: '';
  margin-left: 16px;
  width: 10px;
  height: 20px;
  background: url(../img/ny/title-arrow.png) center no-repeat;
  background-size: contain;
}
.company-con .child-list-app {
  display: none;
}
.company-con .company-subsidiary {
  margin-bottom: 40px;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid rgba(132, 132, 132, 0.1);
}
.company-con .company-subsidiary .img-cov {
  max-width: 100%;
  height: 450px;
  background-color: #fbfbfb;
  margin: 0 auto 40px;
}
.company-con .company-subsidiary .img-cov > img {
  object-fit: contain;
}
.company-con .company-subsidiary .company-name {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 28px;
  color: #0B0B0B;
}
.company-con .company-intro {
  color: #000;
  text-align: justify;
  font-size: 16px;
  line-height: 38px;
}
.company-con .project-intro {
  color: #000;
}
.company-con .project-intro::before {
  display: block;
  content: '';
  width: 73px;
  height: 4px;
  background-color: #004B9E;
  margin-bottom: 20px;
}
.company-con .project-intro p {
  font-size: 36px;
  line-height: 24px;
}
.company-con .project-intro span {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 43px;
}
.company-con .project-list {
  margin: 0 -8px;
}
.company-con .project-list .project-li {
  width: 33.33%;
  position: relative;
}
.company-con .project-list .project-li .project-con {
  margin: 8px;
}
.company-con .project-list .project-li .project-con .project-img {
  width: 100%;
  padding-top: 74.84%;
}
.company-con .project-list .project-li .project-con .project-name {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.company-con .project-list .project-li .project-con .project-name p {
  padding: 20px 25px 0;
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}
.company-con .project-list .project-li .project-hover {
  top: 12%;
  bottom: 10%;
  left: 7%;
  right: 7%;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10% 15%;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
}
.company-con .project-list .project-li .project-hover .proj-name {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.company-con .project-list .project-li .project-hover .proj-brief {
  font-size: 12px;
  line-height: 18px;
  margin-top: 16px;
}
.company-con .project-list .project-li .project-hover .proj-brief::before {
  display: block;
  content: '';
  width: 34px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 15px;
}
.company-con .project-list .project-li .project-hover .news-more {
  color: #fff;
}
.company-con .project-list .project-li .project-hover .news-more span {
  font-size: 14px;
}
.company-con .project-list .project-li .project-hover .news-more i {
  font-size: 30px;
  line-height: 18px;
}
.company-con .project-list .project-li:hover .project-name p {
  opacity: 0;
  padding-top: 30px;
}
.company-con .project-list .project-li:hover .project-hover {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1450px) {
  .introduce {
    padding: 50px 0 50px;
    margin-bottom: 40px;
  }
  .introduce .content {
    margin: 0 20px;
  }
  .business-con {
    margin: 0 20px;
  }
  .company-con .company-child {
    margin-bottom: 50px;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
  }
  .company-con .company-child .child-box {
    width: 300px;
  }
  .company-con .company-child .child-box .child-tit {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 28px;
    color: #0B0B0B;
    background: linear-gradient(to right, #4BB13F 0, #4BB13F 22%, #00B0EC 22%, #00B0EC 44.78%, #0F4696 44.78%, #0F4696 100%);
    background-size: 66px 4px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  .company-con .child-list {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .company-con .child-list a {
    color: #6f6f6f;
    width: 100%;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(132, 132, 132, 0.1);
  }
  .company-con .child-list a.active,
  .company-con .child-list a:hover {
    color: #004B9E;
    display: flex;
    align-items: center;
  }
  .company-con .child-list a.active::after,
  .company-con .child-list a:hover::after {
    content: '';
    margin-left: 16px;
    width: 10px;
    height: 20px;
    background: url(../img/ny/title-arrow.png) center no-repeat;
    background-size: contain;
  }
  .company-con .child-list-app {
    display: none;
  }
  .company-con .company-subsidiary {
    margin-bottom: 40px;
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid rgba(132, 132, 132, 0.1);
  }
  .company-con .company-subsidiary .img-cov {
    max-width: 100%;
    height: 450px;
    background-color: #fbfbfb;
    margin: 0 auto 40px;
  }
  .company-con .company-subsidiary .img-cov > img {
    object-fit: contain;
  }
  .company-con .company-subsidiary .company-name {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 28px;
    color: #0B0B0B;
  }
  .company-con .company-intro {
    color: #000;
    text-align: justify;
    font-size: 16px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1280px) {
  .introduce .intro-left {
    padding: 40px 100px 0 55px ;
  }
  .introduce .intro-left .intro-info {
    max-height: 196px;
    font-size: 14px;
    line-height: 28px;
  }
  .introduce .intro-img {
    width: 422px;
    height: 408px;
  }
  .introduce .intro-img p {
    width: calc(100% - 50px);
    height: calc(408px - 70px);
  }
  .company-con .company-child {
    margin-bottom: 50px;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
  }
  .company-con .company-child .child-box {
    width: 300px;
  }
  .company-con .company-child .child-box .child-tit {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 28px;
    color: #0B0B0B;
    background: linear-gradient(to right, #4BB13F 0, #4BB13F 22%, #00B0EC 22%, #00B0EC 44.78%, #0F4696 44.78%, #0F4696 100%);
    background-size: 66px 4px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  .company-con .child-list {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .company-con .child-list a {
    color: #6f6f6f;
    width: 100%;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(132, 132, 132, 0.1);
  }
  .company-con .child-list a.active,
  .company-con .child-list a:hover {
    color: #004B9E;
    display: flex;
    align-items: center;
  }
  .company-con .child-list a.active::after,
  .company-con .child-list a:hover::after {
    content: '';
    margin-left: 16px;
    width: 10px;
    height: 20px;
    background: url(../img/ny/title-arrow.png) center no-repeat;
    background-size: contain;
  }
  .company-con .child-list-app {
    display: none;
  }
  .company-con .company-subsidiary {
    margin-bottom: 40px;
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid rgba(132, 132, 132, 0.1);
  }
  .company-con .company-subsidiary .img-cov {
    max-width: 100%;
    height: 450px;
    background-color: #fbfbfb;
    margin: 0 auto 40px;
  }
  .company-con .company-subsidiary .img-cov > img {
    object-fit: contain;
  }
  .company-con .company-subsidiary .company-name {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 28px;
    color: #0B0B0B;
  }
  .company-con .company-intro {
    color: #000;
    text-align: justify;
    font-size: 16px;
    line-height: 38px;
  }
  .company-con .project-list .project-li .project-hover {
    padding: 5% 8%;
  }
  .company-con .project-list .project-li .project-hover .proj-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .introduce {
    padding: 30px 0;
  }
  .introduce .content {
    padding: 0 0 38px;
    background-size: auto 100%;
  }
  .introduce .intro-left {
    padding: 30px 70px 0 40px ;
  }
  .introduce .intro-left .intro-info {
    max-height: 182px;
    line-height: 26px;
  }
  .introduce .intro-img {
    width: 382px;
    height: 368px;
    margin-top: -55px;
    margin-right: -40px;
  }
  .introduce .intro-img p {
    width: calc(100% - 40px);
    height: calc(368px - 55px);
    margin-top: 55px;
  }
  .project-name {
    height: 50px!important;
  }
  .project-name p {
    padding: 13px 20px 0!important;
    font-size: 16px!important;
  }
  .company-con .company-child {
    margin-bottom: 50px;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
  }
  .company-con .company-child .child-box {
    width: 300px;
  }
  .company-con .company-child .child-box .child-tit {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 28px;
    color: #0B0B0B;
    background: linear-gradient(to right, #4BB13F 0, #4BB13F 22%, #00B0EC 22%, #00B0EC 44.78%, #0F4696 44.78%, #0F4696 100%);
    background-size: 66px 4px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  .company-con .child-list {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .company-con .child-list a {
    color: #6f6f6f;
    width: 100%;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(132, 132, 132, 0.1);
  }
  .company-con .child-list a.active,
  .company-con .child-list a:hover {
    color: #004B9E;
    display: flex;
    align-items: center;
  }
  .company-con .child-list a.active::after,
  .company-con .child-list a:hover::after {
    content: '';
    margin-left: 16px;
    width: 10px;
    height: 20px;
    background: url(../img/ny/title-arrow.png) center no-repeat;
    background-size: contain;
  }
  .company-con .child-list-app {
    display: none;
  }
  .company-con .company-subsidiary {
    margin-bottom: 40px;
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid rgba(132, 132, 132, 0.1);
  }
  .company-con .company-subsidiary .img-cov {
    max-width: 100%;
    height: 450px;
    background-color: #fbfbfb;
    margin: 0 auto 40px;
  }
  .company-con .company-subsidiary .img-cov > img {
    object-fit: contain;
  }
  .company-con .company-subsidiary .company-name {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 28px;
    color: #0B0B0B;
  }
  .company-con .company-intro {
    color: #000;
    text-align: justify;
    font-size: 16px;
    line-height: 38px;
  }
  .company-con .project-list .project-li .project-hover {
    padding: 5% 8%;
  }
  .company-con .project-list .project-li .project-hover .proj-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .introduce {
    background-color: #F5F5F5;
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .introduce .content {
    padding: 0 0 38px;
    margin: 0 1em;
    background-size: auto 100%;
    display: block;
    position: relative;
  }
  .introduce .intro-left {
    padding: 30px 0 0 40px ;
  }
  .introduce .intro-left .nybase-tit {
    margin-top: 6vw;
    margin-bottom: 5vw;
  }
  .introduce .intro-left .intro-info {
    overflow-y: auto;
    max-height: 182px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 26px;
  }
  .introduce .intro-img {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 30vw;
    height: 28vw;
    border-top-left-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50%;
    margin-top: -3vw;
    margin-right: -2vw;
  }
  .introduce .intro-img p {
    width: calc(100% - 2vw);
    height: calc(28vw - 3vw);
    margin-top: 3vw;
  }
  .introduce .intro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business-con {
    margin: 0 1em;
  }
  .company-nav {
    position: relative;
    z-index: 1;
  }
  .company-nav li {
    margin-right: .8em;
    margin-bottom: .8em;
  }
  .company-nav li a {
    display: block;
    padding-left: 1em;
    padding-right: 1em;
    height: 3em;
    line-height: 3em;
    color: #0F4696;
    font-size: .95em;
    border: 1px solid #E6E6E6;
    background-color: #F5F5F5;
    border-radius: 4px;
  }
  .company-nav li.on a {
    color: #fff;
    font-size: .95em;
    background-color: #004B9E;
    border-color: #004B9E;
  }
  .company-con.close {
    overflow: hidden;
    margin-left: 1em;
    opacity: 0;
    height: 0;
    padding-top: 0;
  }
  .company-con .company-child {
    display: block;
    margin-bottom: 50px;
    padding: 30px 20px 20px;
    background-color: #fff;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
  }
  .company-con .company-child .child-box {
    width: 100%;
  }
  .company-con .company-child .child-box .child-tit {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 28px;
    color: #0B0B0B;
    background: linear-gradient(to right, #4BB13F 0, #4BB13F 22%, #00B0EC 22%, #00B0EC 44.78%, #0F4696 44.78%, #0F4696 100%);
    background-size: 66px 4px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  .company-con .child-list {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .company-con .child-list a {
    color: #6f6f6f;
    width: 100%;
    line-height: 32px;
    padding-bottom: .8em;
    margin-bottom: .8em;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(132, 132, 132, 0.1);
  }
  .company-con .child-list a.active,
  .company-con .child-list a:hover {
    color: #004B9E;
    display: flex;
    align-items: center;
  }
  .company-con .child-list a.active::after,
  .company-con .child-list a:hover::after {
    content: '';
    margin-left: 16px;
    width: 10px;
    height: 20px;
    background: url(../img/ny/title-arrow.png) center no-repeat;
    background-size: contain;
  }
  .company-con .child-list-app {
    display: none;
  }
  .company-con .company-subsidiary {
    margin-bottom: 1em;
    margin-right: 0;
    padding-bottom: 2em;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(132, 132, 132, 0.1);
  }
  .company-con .company-subsidiary .img-cov {
    width: 100%;
    height: auto;
    background-color: #fbfbfb;
    margin: 0 auto 35px;
  }
  .company-con .company-subsidiary .img-cov > img {
    position: static;
    width: 100%;
    height: auto;
  }
  .company-con .company-subsidiary .company-name {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 1.1em;
    color: #0B0B0B;
  }
  .company-con .company-intro {
    color: #000;
    text-align: justify;
    font-size: .9em;
    line-height: 2.3;
  }
  .company-con .project-intro {
    color: #000;
  }
  .company-con .project-intro::before {
    display: block;
    content: '';
    width: 4em;
    height: 4px;
    background-color: #004B9E;
    margin-bottom: 1.2em;
  }
  .company-con .project-intro p {
    font-size: 2em;
    line-height: 24px;
  }
  .company-con .project-intro span {
    font-size: .8em;
    text-transform: uppercase;
    line-height: 3em;
  }
  .company-con .project-list {
    margin: 0 -0.4em;
  }
  .company-con .project-list .project-li {
    width: 33.33%;
  }
  .company-con .project-list .project-li .project-con {
    margin: .4em;
  }
  .company-con .project-list .project-li .project-con .project-img {
    width: 100%;
    padding-top: 74.84%;
  }
  .company-con .project-list .project-li .project-con .project-name {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3em!important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
  .company-con .project-list .project-li .project-con .project-name p {
    padding: 13px 20px 0!important;
    font-size: .9em!important;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .tabs-menu {
    height: 2.2em;
    transition: height 0.5s;
  }
  .tabs-menu ul {
    overflow-x: auto;
  }
  .tabs-menu li {
    width: 13em;
    padding: 0 1em;
    line-height: 2.2em;
    transition: all 0.5s;
  }
  .tabs-menu li a {
    font-size: .85em;
  }
  .introduce {
    background-color: #F5F5F5;
    padding: 1em 0;
    margin-bottom: 1.5em;
  }
  .introduce .content {
    padding: 0 0 38px;
    margin: 0 1em;
    background-size: auto 100%;
    display: block;
    position: relative;
  }
  .introduce .intro-left {
    padding: 1em 0 0 1em ;
  }
  .introduce .intro-left .nybase-tit {
    margin-top: 6vw;
    margin-bottom: 5vw;
  }
  .introduce .intro-left .intro-info {
    overflow-y: auto;
    max-height: 182px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 26px;
  }
  .introduce .intro-img {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 38vw;
    height: 34vw;
    border-top-left-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50%;
    margin-top: -3vw;
    margin-right: -2vw;
  }
  .introduce .intro-img p {
    width: calc(100% - 2vw);
    height: calc(34vw - 3vw);
    margin-top: 3vw;
  }
  .introduce .intro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business-con {
    margin: 0 1em;
  }
  .company-nav {
    position: relative;
    z-index: 1;
  }
  .company-nav li {
    margin-right: .8em;
    margin-bottom: .8em;
  }
  .company-nav li a {
    display: block;
    padding-left: .5em;
    padding-right: .5em;
    height: 3em;
    line-height: 3em;
    color: #0F4696;
    font-size: .95em;
    border: 1px solid #E6E6E6;
    background-color: #F5F5F5;
    border-radius: 4px;
  }
  .company-nav li.on a {
    color: #fff;
    font-size: .9em;
    background-color: #004B9E;
    border-color: #004B9E;
  }
  .company-con.close {
    overflow: hidden;
    margin-left: 1em;
    opacity: 0;
    height: 0;
    padding-top: 0;
  }
}
