@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Microsoft YaHei', sans-serif;
  color: #333;
  margin: 0 auto !important;
  position: relative;
  background-color: #fff;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
  font-size: 14px;
  font-family: 'Microsoft YaHei', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
a {
  transition: 0.4s;
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
body {
  height: auto !important;
}
body * {
  padding: 0;
  margin: 0;
}
.nyContent {
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nyContent::after,
.nyContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nyContent * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nyContent *::before,
.nyContent *::after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nybanner img {
  display: block;
  width: 100%;
}
.nyPosition {
  background-color: #f4f5f9;
  line-height: 34px;
  padding: 10px 0;
}
.nyPosition .nyPositionBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #666;
}
.nyPosition .nyPositionBox a {
  color: #666;
}
.nyPosition .nyPositionBox a:last-child {
  color: #00ab80;
}
.nyPosition .nyPositionBox a:hover {
  color: #00ab80;
}
.nyPosition .nyPositionL {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nyPosition .nyPositionL i {
  display: inline-block;
  margin-right: 10px;
}
.nyPosition .nyPositionL i img {
  display: block;
  max-height: 22px;
}
.nyPosition .nyPositionR a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #00ab80;
}
.nyPosition .nyPositionR a img {
  margin-left: 10px;
  height: 16px;
}
@media screen and (max-width: 640px) {
  .nyPosition {
    font-size: 12px;
  }
  .nyPosition .nyPositionL i {
    margin-right: 5px;
  }
  .nyPosition .nyPositionL i img {
    max-height: 16px;
  }
  .nyPosition .nyPositionR a img {
    margin-left: 5px;
    height: 12px;
  }
}
.nyTit {
  background-color: #f4f5f9;
  border-top: 1px solid #e0e0e0;
}
.nyTit h3 {
  display: flex;
  align-items: center;
  line-height: 36px;
  font-size: 14px;
  padding: 30px 0 25px;
}
.nyTit h3 i {
  margin-right: 5px;
}
.nyTit h3 i img {
  display: block;
  max-height: 42px;
}
.nyTit h3 span {
  font-weight: bold;
  font-size: 24px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .nyTit h3 {
    padding: 17px 0 13px;
    font-size: 12px;
  }
  .nyTit h3 i img {
    max-height: 26px;
  }
  .nyTit h3 span {
    font-size: 18px;
  }
}
.nyBoxTit {
  background: url(../images/nyBoxTit.png) center 0 no-repeat;
  height: 92px;
  font-size: 26px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nyBoxTit i {
  display: block;
  width: 76px;
  height: 76px;
  background-color: #00ab80;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.nyBoxTit i img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyBoxTit span {
  width: 167px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
}
.nyBoxTit span::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
}
.nyBoxTit span::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border-radius: 50%;
}
.nyBoxTit em {
  display: block;
  white-space: nowrap;
  position: absolute;
  font-family: Arial;
  font-size: 14px;
  line-height: 12px;
  margin-left: 10px;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .nyBoxTit {
    height: 70px;
    background-size: contain;
    font-size: 18px;
  }
  .nyBoxTit i {
    width: 56px;
    height: 56px;
  }
  .nyBoxTit i img {
    max-width: 30px;
    max-height: 30px;
  }
  .nyBoxTit span {
    width: 128px;
  }
  .nyBoxTit em {
    font-size: 12px;
  }
}
.nyDesign {
  overflow: hidden;
  padding: 70px 0 90px;
}
@media screen and (max-width: 640px) {
  .nyDesign {
    padding: 40px 0;
  }
}
.nyDesign .sjlcList {
  margin-top: 40px;
}
.nyDesign .sjlcList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.nyDesign .sjlcList ul li.ar {
  display: flex;
  align-items: center;
  margin-top: 64px;
  height: 18px;
}
.nyDesign .sjlcList ul li.ar i {
  width: 10px;
  height: 18px;
  background: url(../images/nyLcAr.png) 0 center no-repeat;
  background-size: contain;
  animation: fade 0.8s ease-in-out alternate infinite;
}
.nyDesign .sjlcList ul li.ar i:nth-of-type(1) {
  animation-delay: -0.4s;
}
.nyDesign .sjlcList ul li.ar i:nth-of-type(2) {
  animation-delay: -0.2s;
}
@keyframes fade {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.nyDesign .sjlcList ul li .item {
  position: relative;
  text-align: center;
  line-height: 1;
  width: 145px;
}
.nyDesign .sjlcList ul li .item .ico {
  width: 145px;
  height: 145px;
  position: relative;
  margin: 0 auto;
}
.nyDesign .sjlcList ul li .item .ico::before {
  content: "";
  display: block;
  background-color: #ffffff;
  border: solid 1px #dadada;
  border-radius: 20px;
  position: absolute;
  z-index: -2;
  left: -8px;
  top: 0;
  right: 8px;
  bottom: 0;
  transform: scale(0.76) rotate(45deg);
}
.nyDesign .sjlcList ul li .item .ico::after {
  content: "";
  display: block;
  border-radius: 20px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scale(0.76) rotate(45deg);
  background-image: linear-gradient(-45deg, #dbdbdb 0%, #ffffff 100%);
}
.nyDesign .sjlcList ul li .item .ico img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyDesign .sjlcList ul li .item .num {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 50%;
  margin-left: -82px;
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  font-size: 16px;
}
.nyDesign .sjlcList ul li .item .num::before {
  content: "";
  display: block;
  background-color: #f0f0f0;
  transform: scale(0.76) rotate(45deg);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.nyDesign .sjlcList ul li .item h4 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 25px;
  margin-left: -30px;
  margin-right: -30px;
}
.nyDesign .sjlcList ul li:nth-child(4n-3) .item .ico::after {
  background-image: linear-gradient(-45deg, #00ab80 0%, #ffffff 100%);
}
@media screen and (max-width: 1100px) {
  .nyDesign .sjlcList {
    margin-top: 6vw;
  }
  .nyDesign .sjlcList ul {
    row-gap: 6vw;
  }
  .nyDesign .sjlcList ul li.ar {
    justify-content: center;
    margin-top: 8vw;
    height: 3vw;
    width: 14vw;
  }
  .nyDesign .sjlcList ul li.ar i {
    height: 3vw;
  }
  .nyDesign .sjlcList ul li:nth-child(6) {
    display: none;
  }
  .nyDesign .sjlcList ul li .item {
    width: 18vw;
  }
  .nyDesign .sjlcList ul li .item .ico {
    width: 18vw;
    height: 18vw;
  }
  .nyDesign .sjlcList ul li .item .ico::before {
    border-radius: 2vw;
    left: -1vw;
    right: 1vw;
  }
  .nyDesign .sjlcList ul li .item .ico::after {
    border-radius: 2vw;
  }
  .nyDesign .sjlcList ul li .item .ico img {
    max-width: 45%;
    max-height: 45%;
  }
  .nyDesign .sjlcList ul li .item .num {
    top: 2.5vw;
    margin-top: -3vw;
    margin-left: -10.2vw;
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 3.2vw;
  }
  .nyDesign .sjlcList ul li .item .num::before {
    border-radius: 1vw;
  }
  .nyDesign .sjlcList ul li .item h4 {
    font-size: 3.8vw;
    line-height: 1.2;
    margin-top: 3vw;
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.nyDesign .sjlcText {
  padding-top: 40px;
}
.nyDesign .sjlcText ul li {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f1f1f1;
}
.nyDesign .sjlcText ul li .img {
  width: 59.23%;
  height: 476px;
  position: relative;
  overflow: hidden;
}
.nyDesign .sjlcText ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyDesign .sjlcText ul li .cont {
  padding: 30px 80px;
  text-align: center;
  flex: 1;
  min-width: 0;
}
.nyDesign .sjlcText ul li .cont h4 {
  line-height: 1;
  font-size: 32px;
}
.nyDesign .sjlcText ul li .cont .line {
  margin-top: 45px;
  background: url(../images/nyLcLi.png) center center no-repeat;
  background-size: contain;
  height: 15px;
  margin-bottom: 40px;
}
.nyDesign .sjlcText ul li .cont .text {
  font-size: 18px;
  line-height: 2;
}
.nyDesign .sjlcText ul li .cont .text span {
  display: block;
}
.nyDesign .sjlcText ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.nyDesign .sjlcText ul li:last-child .cont {
  padding: 30px 75px;
}
@media screen and (max-width: 1100px) {
  .nyDesign .sjlcText {
    padding-top: 4vw;
  }
  .nyDesign .sjlcText ul li {
    margin-top: 4vw;
    display: block;
  }
  .nyDesign .sjlcText ul li .img {
    width: 100%;
    height: auto;
  }
  .nyDesign .sjlcText ul li .cont {
    padding: 7vw 7vw;
  }
  .nyDesign .sjlcText ul li .cont h4 {
    font-size: 6.2vw;
  }
  .nyDesign .sjlcText ul li .cont .line {
    margin-top: 5vw;
    margin-bottom: 3.5vw;
  }
  .nyDesign .sjlcText ul li .cont .text {
    font-size: 3.8vw;
    line-height: 1.8;
  }
  .nyDesign .sjlcText ul li:last-child .cont {
    padding: 6vw 3vw;
  }
}
.nyBoxTit2 {
  background-image: url(../images/nyBoxTit2.png);
}
.nyBoxTit2 i {
  background-color: #fff;
}
.nyBoxTit2 em {
  color: #fff;
}
.subtitleText {
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}
.subtitleText span {
  display: block;
}
@media screen and (max-width: 1100px) {
  .subtitleText {
    font-size: 17px;
  }
}
@media screen and (max-width: 780px) {
  .subtitleText {
    margin-top: 3vw;
    font-size: 4vw;
    font-size: clamp(12px, 4vw, 20px);
  }
  .subtitleText span {
    display: inline;
  }
}
.nyProjectLc {
  background: url(../images/nyHzlcBg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 74px 0 100px;
}
@media screen and (max-width: 640px) {
  .nyProjectLc {
    padding: 40px 0;
  }
}
.nyProjectLc .hzlcList {
  margin-top: 40px;
}
.nyProjectLc .hzlcList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 3%;
  row-gap: 60px;
}
@media screen and (max-width: 1380px) {
  .nyProjectLc .hzlcList ul {
    row-gap: 2.8vw;
  }
}
.nyProjectLc .hzlcList ul li {
  max-width: 280px;
  width: 22.75%;
}
.nyProjectLc .hzlcList ul li .item {
  background-color: #fff;
  padding: 10px 10px 0;
  height: 100%;
}
.nyProjectLc .hzlcList ul li .item .img {
  padding-top: 76.923%;
  position: relative;
  overflow: hidden;
}
.nyProjectLc .hzlcList ul li .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyProjectLc .hzlcList ul li .item .tt {
  height: 90px;
  line-height: 1.2;
  padding-top: 22px;
  text-align: center;
}
.nyProjectLc .hzlcList ul li .item .tt h4 {
  font-size: 20px;
}
.nyProjectLc .hzlcList ul li .item .tt h5 {
  margin-top: 8px;
  font-family: Arial;
  font-size: 14px;
  color: #b7b7b7;
}
@media screen and (max-width: 1100px) {
  .nyProjectLc .hzlcList ul {
    column-gap: 2%;
  }
  .nyProjectLc .hzlcList ul li {
    width: 23.5%;
  }
  .nyProjectLc .hzlcList ul li .item .tt h5 {
    font-size: 12px;
  }
}
@media screen and (max-width: 780px) {
  .nyProjectLc .hzlcList {
    margin-top: 8vw;
  }
  .nyProjectLc .hzlcList ul li {
    width: 48.5%;
    max-width: 100%;
  }
  .nyProjectLc .hzlcList ul li .item .tt {
    height: auto;
    padding: 3.5vw 0;
  }
  .nyProjectLc .hzlcList ul li .item .tt h4 {
    font-size: 4vw;
  }
  .nyProjectLc .hzlcList ul li .item .tt h5 {
    margin-top: 1vw;
    font-size: 2.8vw;
  }
}
.nyProjectList {
  background: url(../images/nyGclistBg.jpg) center bottom no-repeat;
  background-size: cover;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
  padding: 76px 0;
}
.nyProjectList .nyDlgcNav {
  background-color: #ffffff;
  border-radius: 56px;
}
.nyProjectList .nyDlgcNav ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.nyProjectList .nyDlgcNav ul li {
  flex: 1;
  line-height: 112px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.nyProjectList .nyDlgcNav ul li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 1px;
  height: 36px;
  border-left: dashed 1px #cdcdcd;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nyProjectList .nyDlgcNav ul li:first-child::before {
  display: none;
}
.nyProjectList .nyDlgcNav ul li.on {
  font-weight: bold;
  color: #00ab80;
}
.nyProjectList .nyDlgcTabs {
  margin-top: 46px;
}
.nyProjectList .nyDlgcTabs .bd {
  margin: 0 -25px;
}
.nyProjectList .nyDlgcSwiper {
  display: none;
}
.nyProjectList .nyDlgcSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.nyProjectList .nyDlgcSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 30 11, grab;
}
.nyProjectList .nyDlgcSwiper ul li {
  width: 33.33%;
  padding: 0 25px;
}
.nyProjectList .nyDlgcSwiper ul li .item {
  background-color: #fff;
  padding: 10px 10px 0;
}
.nyProjectList .nyDlgcSwiper ul li .item .img {
  display: block;
  padding-top: 73.6842%;
  position: relative;
  overflow: hidden;
}
.nyProjectList .nyDlgcSwiper ul li .item .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyProjectList .nyDlgcSwiper ul li .item h4 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  position: relative;
  line-height: 90px;
  height: 90px;
  text-align: center;
  padding-left: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyProjectList .nyDlgcSwiper ul li .item h4::before {
  content: "";
  width: 10px;
  height: 10px;
  border: solid 1px #00ab80;
  position: absolute;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyProjectList .nyDlgcSwiper ul li .item:hover .img img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.nyProjectList .nyDlgcSwiper ul li .item:hover h4 {
  color: #00ab80;
}
.nyProjectList .nyDlgcSwiper ul li .item:hover h4::before {
  border-width: 2px;
}
@media screen and (max-width: 1100px) {
  .nyProjectList .nyDlgcNav ul li {
    line-height: 80px;
    font-size: 16px;
  }
  .nyProjectList .nyDlgcTabs {
    margin-top: 30px;
  }
  .nyProjectList .nyDlgcTabs .bd {
    margin: 0 -10px;
  }
  .nyProjectList .nyDlgcSwiper ul li {
    padding: 0 10px;
  }
  .nyProjectList .nyDlgcSwiper ul li .item h4 {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    padding-left: 20px;
  }
  .nyProjectList .nyDlgcSwiper ul li .item h4::before {
    left: 0;
  }
}
@media screen and (max-width: 780px) {
  .nyProjectList {
    padding: 40px 0;
  }
  .nyProjectList .nyDlgcNav {
    border-radius: 10px;
  }
  .nyProjectList .nyDlgcNav ul {
    flex-wrap: wrap;
    padding: 2vw 1vw;
  }
  .nyProjectList .nyDlgcNav ul li {
    flex: auto;
    line-height: 9vw;
    font-size: 4.1vw;
    padding: 0 1vw;
  }
  .nyProjectList .nyDlgcNav ul li::before {
    display: none;
  }
  .nyProjectList .nyDlgcSwiper ul li {
    width: 75%;
    padding: 0 10px;
  }
  .nyProjectList .nyDlgcSwiper ul li .item h4 {
    font-size: 4vw;
    line-height: 14vw;
    height: 14vw;
    padding-left: 0;
  }
  .nyProjectList .nyDlgcSwiper ul li .item h4::before {
    display: none;
  }
}
.nyTradingZr {
  background: url(../images/nyZryqBg.jpg) center center no-repeat;
  background-size: cover;
  background-color: #00ab80;
  position: relative;
  overflow: hidden;
  padding: 80px 0 86px;
}
.nyTradingZr .nyDocList {
  margin-top: 36px;
}
.nyTradingZr .nyDocList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nyTradingZr .nyDocList ul li {
  max-width: 284px;
  width: 24%;
}
.nyTradingZr .nyDocList ul li .img {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 10px solid #f4f5f9;
}
.nyTradingZr .nyDocList ul li .img::before {
  content: "";
  display: block;
  padding-top: 142.42424%;
}
.nyTradingZr .nyDocList ul li .img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 780px) {
  .nyTradingZr {
    padding: 8vw 0;
  }
  .nyTradingZr .nyDocList ul {
    row-gap: 3.5vw;
  }
  .nyTradingZr .nyDocList ul li {
    max-width: none;
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .nyTradingZr {
    padding: 40px 0;
  }
}
.nyTradingYq {
  background: url(../images/nyYqliBg.jpg) center center no-repeat;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
  padding: 120px 0 114px;
}
.nyTradingYq ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 64px;
}
.nyTradingYq ul li {
  max-width: 364px;
  width: 46%;
}
.nyTradingYq ul li .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 226px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #00ab80;
  padding: 10px 28px;
}
.nyTradingYq ul li .item h4 {
  font-size: 24px;
  line-height: 1;
}
.nyTradingYq ul li .item .line {
  margin: 15px 0 26px;
  background: url(../images/nyLcLi.png) center center no-repeat;
  background-size: contain;
  height: 15px;
}
.nyTradingYq ul li .item p {
  line-height: 30px;
  font-size: 16px;
  color: #8a8a8a;
}
.nyTradingYq ul li:nth-child(2n) {
  margin-left: 20%;
}
@media screen and (max-width: 1100px) {
  .nyTradingYq {
    padding: 10vw 0;
  }
  .nyTradingYq ul li:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  .nyTradingYq ul {
    row-gap: 3.6vw;
  }
  .nyTradingYq ul li {
    width: 48%;
  }
  .nyTradingYq ul li .item {
    padding: 6vw 2vw;
    height: 100%;
    border-radius: 3vw;
  }
  .nyTradingYq ul li .item h4 {
    font-size: 5vw;
  }
  .nyTradingYq ul li .item .line {
    margin: 2.4vw 0 2vw;
    height: 3vw;
  }
  .nyTradingYq ul li .item p {
    font-size: 3.8vw;
    line-height: 1.8;
    min-height: 3.6em;
  }
}
@media screen and (max-width: 640px) {
  .nyTradingYq {
    padding: 50px 0;
  }
}
.nyTradingPic {
  position: relative;
  overflow: hidden;
  padding: 80px 0 40px;
}
.nyTradingPic ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 4.3%;
  row-gap: 34px;
}
.nyTradingPic ul li {
  width: 47.85%;
}
.nyTradingPic ul li .img {
  position: relative;
  overflow: hidden;
  padding-top: 58.842%;
}
.nyTradingPic ul li .img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.nyTradingPic ul li .img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 1100px) {
  .nyTradingPic {
    padding: 10vw 0 0;
  }
}
@media screen and (max-width: 640px) {
  .nyTradingPic {
    padding: 40px 0 0;
  }
  .nyTradingPic ul {
    column-gap: 3%;
    row-gap: 3vw;
  }
  .nyTradingPic ul li {
    width: 48.5%;
  }
}
.nyTradingHz {
  position: relative;
  overflow: hidden;
  background: url(../images/nyHzmsBg.jpg) center bottom no-repeat;
  padding: 80px 0 60px;
}
@media screen and (min-width: 1920px) {
  .nyTradingHz {
    background-size: 100%;
  }
}
.nyTradingHz .nyCoopList {
  margin-top: 64px;
  height: 522px;
  position: relative;
}
.nyTradingHz .nyCoopList::before {
  content: "";
  display: block;
  width: 120.6154%;
  background: url(../images/nyHzmsList.png) center center no-repeat;
  height: 304px;
  background-size: 100% 304px;
  position: absolute;
  left: -10.3%;
  top: 84px;
}
.nyTradingHz .nyCoopList ul {
  display: flex;
  justify-content: space-between;
}
.nyTradingHz .nyCoopList ul li {
  width: 15.54%;
  max-width: 202px;
  position: relative;
  height: 200px;
  border-left: 1px solid #00ab80;
  margin-left: 10px;
  padding-top: 38px;
  padding-left: 32px;
}
.nyTradingHz .nyCoopList ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -11px;
  bottom: -10px;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border: solid 3px #00ab80;
  border-radius: 50%;
}
.nyTradingHz .nyCoopList ul li h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #00ab80;
}
.nyTradingHz .nyCoopList ul li p {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.85;
  color: #595959;
}
.nyTradingHz .nyCoopList ul li:nth-child(2n) {
  position: absolute;
}
.nyTradingHz .nyCoopList ul li:nth-child(2n)::before {
  top: -20px;
}
.nyTradingHz .nyCoopList ul li:nth-child(1) {
  top: 120px;
}
.nyTradingHz .nyCoopList ul li:nth-child(2) {
  left: 12.8%;
  top: 332px;
}
.nyTradingHz .nyCoopList ul li:nth-child(3) {
  left: -2.8%;
}
.nyTradingHz .nyCoopList ul li:nth-child(4) {
  left: 39%;
  top: 204px;
}
.nyTradingHz .nyCoopList ul li:nth-child(5) {
  padding-top: 8px;
  left: -3.5%;
  top: 8px;
}
.nyTradingHz .nyCoopList ul li:nth-child(6) {
  left: 71%;
  top: 106px;
}
.nyTradingHz .nyCoopList ul li:nth-child(7) {
  top: -90px;
  padding-top: 8px;
}
@media screen and (max-width: 1280px) {
  .nyTradingHz .nyCoopList ul li {
    padding-left: 20px;
  }
  .nyTradingHz .nyCoopList ul li h4 {
    font-size: 20px;
  }
  .nyTradingHz .nyCoopList ul li p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 26px;
  }
}
@media screen and (max-width: 780px) {
  .nyTradingHz {
    padding: 50px 0;
  }
  .nyTradingHz .nyCoopList {
    margin-top: 30px;
    height: auto;
  }
  .nyTradingHz .nyCoopList::before {
    display: none;
  }
  .nyTradingHz .nyCoopList ul {
    display: block;
  }
  .nyTradingHz .nyCoopList ul li {
    width: 100%;
    position: relative !important;
    max-width: 100%;
    left: 0 !important;
    top: 0 !important;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 30px;
    margin-left: 8px;
  }
  .nyTradingHz .nyCoopList ul li::before {
    left: -9px !important;
    top: 0 !important;
    bottom: auto !important;
    width: 18px;
    height: 18px;
    border-width: 2px;
  }
}
.nyBoxTit3 {
  background-image: url(../images/nyBoxTit3.png);
}
.nyBoxTit3 span {
  width: 407px;
}
@media screen and (max-width: 640px) {
  .nyBoxTit3 {
    height: 62px;
    font-size: 16px;
  }
  .nyBoxTit3 i {
    width: 52px;
    height: 52px;
  }
  .nyBoxTit3 span {
    width: 128px;
  }
  .nyBoxTit3 em {
    font-size: 12px;
    top: -8px;
  }
  .nyBoxTit3 span {
    width: 272px;
  }
}
.nyTradingXz {
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
}
.nyTradingXz .subtitleText {
  color: #00ab80;
}
@media screen and (max-width: 1100px) {
  .nyTradingXz {
    padding: 8vw 0;
  }
}
@media screen and (max-width: 640px) {
  .nyTradingXz {
    padding: 50px 0 40px;
  }
}
.nyTradingRs {
  position: relative;
  overflow: hidden;
  background: url(../images/nyEnterBg.jpg) center center no-repeat;
  background-size: cover;
  padding: 90px 0;
}
.nyTradingRs .nyRsList {
  margin-top: 36px;
}
.nyTradingRs .nyRsList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nyTradingRs .nyRsList ul li {
  width: 23.077%;
  background-color: #fff;
  padding: 17px 17px 0;
  text-align: center;
  border-radius: 10px;
}
.nyTradingRs .nyRsList ul li .img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.nyTradingRs .nyRsList ul li .img::before {
  content: "";
  display: block;
  padding-top: 81.955%;
}
.nyTradingRs .nyRsList ul li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.nyTradingRs .nyRsList ul li .text {
  font-size: 16px;
  line-height: 2;
  padding: 28px 0 20px;
}
.nyTradingRs .nyRsList ul li:hover .img img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
@media screen and (max-width: 1100px) {
  .nyTradingRs {
    padding: 8vw 0;
  }
  .nyTradingRs .nyRsList ul li {
    padding: 12px 12px 0;
  }
  .nyTradingRs .nyRsList ul li .text {
    line-height: 1.6;
    padding: 20px 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 780px) {
  .nyTradingRs .nyRsList ul {
    row-gap: 3.6vw;
  }
  .nyTradingRs .nyRsList ul li {
    width: 48%;
    padding: 2vw 2vw 0;
    border-radius: 2vw;
  }
  .nyTradingRs .nyRsList ul li .img {
    border-radius: 2vw;
  }
  .nyTradingRs .nyRsList ul li .text {
    font-size: 3.8vw;
    padding: 4vw 0;
  }
}
@media screen and (max-width: 640px) {
  .nyTradingRs {
    padding: 50px 0 40px;
  }
}
.nyEquipment {
  position: relative;
  overflow: hidden;
  background: url(../images/nySbBg.jpg) center 0 no-repeat;
  background-color: #f7f7f7;
  padding: 62px 0 80px;
}
@media screen and (min-width: 1920px) {
  .nyEquipment {
    background-size: 100%;
  }
}
.nyEquipment::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 498px;
  background: url(../images/nySbBgT.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .nyEquipment::before {
    height: 280px;
  }
}
.nyEquipment .nyContent {
  z-index: 2;
}
.nyEquipment .subtitleText span {
  letter-spacing: 2px;
}
@media screen and (max-width: 780px) {
  .nyEquipment .subtitleText span {
    letter-spacing: 0;
  }
}
.nyEquipment .nyProImg {
  margin-top: 45px;
}
.nyEquipment .nyProImg ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nyEquipment .nyProImg ul li {
  width: 31.4%;
  max-width: 360px;
}
.nyEquipment .nyProImg ul li .img {
  width: 100%;
  max-width: 306px;
  border-radius: 160px;
  position: relative;
  overflow: hidden;
}
.nyEquipment .nyProImg ul li .img::before {
  content: "";
  display: block;
  padding-top: 117.647%;
}
.nyEquipment .nyProImg ul li .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nyEquipment .nyProNav {
  margin-top: 28px;
}
.nyEquipment .nyProNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nyEquipment .nyProNav ul li {
  width: 31.4%;
  max-width: 360px;
}
.nyEquipment .nyProNav ul li a {
  display: block;
  font-size: 16px;
  padding: 8px 0;
  line-height: 24px;
  color: #858585;
  padding-left: 25px;
}
@media screen and (max-width: 1280px) {
  .nyEquipment .nyProNav ul li a {
    padding-left: 0;
    font-size: 15px;
  }
}
.nyEquipment .nyProNav ul li a:hover {
  color: #00ab80;
}
.nyEquipment .nyProNav ul li.on a {
  color: #333;
}
.nyEquipment .nyProList {
  margin-top: 60px;
}
.nyEquipment .nyProList ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 28px;
  margin: 0 -25px;
}
.nyEquipment .nyProList ul li {
  width: 33.33%;
  padding: 0 25px;
}
.nyEquipment .nyProList ul li .item {
  background-color: #fff;
  padding: 10px 10px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyEquipment .nyProList ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
}
.nyEquipment .nyProList ul li .item .pic::before {
  content: "";
  display: block;
  padding-top: 78.947%;
}
.nyEquipment .nyProList ul li .item .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyEquipment .nyProList ul li .item .cont {
  margin-top: 10px;
  border-top: 1px solid #f0f0f0;
  padding: 28px 45px 28px 10px;
  position: relative;
}
.nyEquipment .nyProList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  font-weight: bold;
  height: 1.8em;
  line-height: 1.8em;
  color: #00ab80;
}
.nyEquipment .nyProList ul li .item .cont p {
  margin-top: 4px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 1.8em;
  line-height: 1.8em;
  color: #565656;
}
.nyEquipment .nyProList ul li .item .cont .more {
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  width: 22px;
  height: 100%;
  background: url(../images/nyProLi.png) center center no-repeat;
}
.nyEquipment .nyProList ul li .item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.nyEquipment .nyProList ul li .item:hover .pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 1280px) {
  .nyEquipment .nyProList {
    margin-top: 50px;
  }
  .nyEquipment .nyProList ul {
    margin: 0 -15px;
  }
  .nyEquipment .nyProList ul li {
    padding: 0 15px;
  }
  .nyEquipment .nyProList ul li .item .cont {
    padding: 18px 35px 20px 5px;
  }
  .nyEquipment .nyProList ul li .item .cont .bt {
    font-size: 18px;
  }
  .nyEquipment .nyProList ul li .item .cont p {
    font-size: 14px;
  }
  .nyEquipment .nyProList ul li .item .cont .more {
    right: 5px;
  }
  .nyEquipment .nyProList ul li .item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 1100px) {
  .nyEquipment {
    padding: 62px 0;
  }
  .nyEquipment .nyProImg {
    display: none;
  }
  .nyEquipment .nyProNav {
    margin-top: 80px;
  }
  .nyEquipment .nyProNav ul li {
    width: 48%;
  }
}
@media screen and (max-width: 780px) {
  .nyEquipment {
    padding: 40px 0;
  }
  .nyEquipment::before {
    height: clamp(12px, calc(116px + 36vw), 300px);
  }
  .nyEquipment .nyProNav {
    margin-top: 11vw;
  }
  .nyEquipment .nyProNav ul li {
    width: 100%;
    max-width: none;
  }
  .nyEquipment .nyProNav ul li a {
    font-size: 4vw;
    line-height: 6vw;
    padding: 1.2vw 0;
  }
  .nyEquipment .nyProList {
    margin-top: 8vw;
  }
  .nyEquipment .nyProList ul {
    margin: 0 -2vw;
    row-gap: 4vw;
  }
  .nyEquipment .nyProList ul li {
    width: 50%;
    padding: 0 2vw;
  }
  .nyEquipment .nyProList ul li .item .cont {
    padding: 3vw 0;
  }
  .nyEquipment .nyProList ul li .item .cont .bt {
    font-size: 4vw;
  }
  .nyEquipment .nyProList ul li .item .cont p {
    font-size: 3.5vw;
    margin-top: 0;
  }
  .nyEquipment .nyProList ul li .item .cont .more {
    display: none;
  }
  .nyEquipment .nyProList ul li .item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
}
.addPage {
  line-height: 2;
  text-align: center;
  margin: 76px -20px 0;
}
.addPage a,
.addPage span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 20px;
  font-size: 18px;
  font-family: Arial;
}
.addPage a::before,
.addPage span::before {
  content: "";
  width: 16px;
  height: 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  background: url(../images/addPageOn.png) center center no-repeat;
  background-size: contain;
  opacity: 0;
  margin-bottom: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.addPage a:hover,
.addPage span:hover {
  color: #00ab80;
}
.addPage a.current::before,
.addPage span.current::before {
  opacity: 1;
  margin-bottom: 10px;
  visibility: inherit;
}
.addPage a.disabled,
.addPage span.disabled {
  color: #999;
}
@media screen and (max-width: 1100px) {
  .addPage {
    margin: 60px -10px 0;
  }
  .addPage a,
  .addPage span {
    margin: 0 10px;
    font-size: 16px;
  }
  .addPage a.current::before,
  .addPage span.current::before {
    margin-bottom: 4px;
    height: 12px;
  }
}
@media screen and (max-width: 780px) {
  .addPage {
    margin: 10vw -1.5vw 0;
  }
  .addPage a,
  .addPage span {
    margin: 0 1.5vw;
    font-size: 4vw;
  }
  .addPage a.current::before,
  .addPage span.current::before {
    height: 10px;
  }
}
.nyInvest {
  position: relative;
  overflow: hidden;
  padding: 68px 0 70px;
}
.nyInvest::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 594px;
  background: url(../images/nyTzBg.jpg) center center no-repeat;
  background-size: cover;
}
.nyInvest .nyInvestList {
  margin-top: 40px;
  position: relative;
  z-index: 2;
  padding-top: 65px;
  background-color: #fff;
}
.nyInvest .nyInvestList::before {
  content: "";
  background-color: #fff;
  max-width: 1598px;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 96vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nyInvest .nyInvestList ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.8%;
  row-gap: 32px;
}
.nyInvest .nyInvestList ul li {
  width: 30.8%;
}
.nyInvest .nyInvestList ul li .item {
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
  padding: 20px 20px 0;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyInvest .nyInvestList ul li .item .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.nyInvest .nyInvestList ul li .item .img::before {
  content: "";
  display: block;
  padding-top: 66.667%;
}
.nyInvest .nyInvestList ul li .item .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyInvest .nyInvestList ul li .item h4 {
  font-size: 19px;
  text-align: center;
  line-height: 88px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyInvest .nyInvestList ul li .item:hover {
  border-color: #00ab80;
}
.nyInvest .nyInvestList ul li .item:hover .img img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.nyInvest .nyInvestList ul li .item:hover h4 {
  color: #00ab80;
}
@media screen and (max-width: 1320px) {
  .nyInvest .nyInvestList {
    padding-top: 3vw;
  }
  .nyInvest .nyInvestList ul {
    gap: 30px;
  }
  .nyInvest .nyInvestList ul li {
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width: 1100px) {
  .nyInvest .nyInvestList {
    padding-top: 3vw;
  }
  .nyInvest .nyInvestList ul {
    gap: 30px;
  }
  .nyInvest .nyInvestList ul li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 780px) {
  .nyInvest {
    padding: 40px 0;
  }
  .nyInvest .nyInvestList {
    padding: 5vw 2vw 0;
    margin-top: 8vw;
  }
  .nyInvest .nyInvestList ul {
    gap: 3vw;
  }
  .nyInvest .nyInvestList ul li {
    width: calc(50% - 1.5vw);
  }
  .nyInvest .nyInvestList ul li .item {
    padding: 1vw 1vw 0;
  }
  .nyInvest .nyInvestList ul li .item h4 {
    height: clamp(40px, 13vw, 80px);
    line-height: clamp(40px, 13vw, 80px);
    font-size: clamp(12px, 4vw, 20px);
  }
}
.nyOps {
  position: relative;
  overflow: hidden;
  background: url(../images/nyOpsBg.jpg) center center no-repeat;
  background-size: cover;
  padding: 105px 0;
}
.nyOps .nyOpsBox {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.nyOps .img {
  margin-right: -9.54%;
  width: 53.3846%;
}
.nyOps .img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.nyOps .nyOpsText {
  margin-right: 30px;
  flex: 1;
}
.nyOps .nyOpsText .text {
  font-size: 17px;
  line-height: 2.7;
  color: #ffffff;
}
.nyOps .list {
  margin-top: 90px;
  max-width: 608px;
}
.nyOps .list ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6.5%;
  row-gap: 28px;
}
.nyOps .list ul li {
  width: 29%;
  height: 122px;
  background-color: #ffffff;
  box-shadow: 0px 0px 41px 4px rgba(0, 75, 56, 0.08);
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.nyOps .list ul li .ico {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 30px;
}
.nyOps .list ul li .ico img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyOps .list ul li h4 {
  margin-top: 18px;
  font-size: 19px;
}
@media screen and (max-width: 1280px) {
  .nyOps .nyOpsText {
    margin-right: 20px;
  }
  .nyOps .nyOpsText .text {
    font-size: 16px;
    line-height: 2.2;
  }
  .nyOps .list {
    margin-top: 50px;
  }
  .nyOps .list ul {
    column-gap: 4%;
    row-gap: 22px;
  }
  .nyOps .list ul li {
    width: 29%;
    height: 110px;
  }
  .nyOps .list ul li h4 {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .nyOps {
    padding: 60px 0;
  }
  .nyOps .nyOpsBox {
    display: block;
  }
  .nyOps .img {
    width: 80%;
    max-width: 560px;
    margin: 0 auto;
  }
  .nyOps .nyOpsText {
    margin-top: 30px;
    margin-right: 0;
  }
  .nyOps .nyOpsText .text {
    font-size: 18px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 780px) {
  .nyOps {
    padding: 40px 0;
  }
  .nyOps .nyOpsBox {
    display: block;
  }
  .nyOps .nyOpsText {
    margin-top: 20px;
    margin-right: 0;
  }
  .nyOps .nyOpsText .text {
    font-size: clamp(12px, 3.8vw, 20px);
  }
  .nyOps .list {
    margin-top: 6vw;
    max-width: none;
  }
  .nyOps .list ul {
    column-gap: 3.5%;
    row-gap: 3.5vw;
  }
  .nyOps .list ul li {
    width: 31%;
    height: clamp(60px, 18vw, 120px);
    border-radius: 6px;
  }
  .nyOps .list ul li .ico {
    width: clamp(20px, 8vw, 50px);
    height: clamp(20px, 5vw, 30px);
  }
  .nyOps .list ul li h4 {
    font-size: clamp(12px, 3.8vw, 20px);
    margin-top: 2.5vw;
  }
}
