/* ==================== 通用 - 字体包 Start ==================== */
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Bold.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-ExtraLight";
  src: url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-ExtraLight.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Heavy";
  src: url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Heavy.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Medium.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Normal.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Regular.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Light.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: "Outfit-Bold";
    src: url('../fonts/Outfit-Bold.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Outfit-Light";
    src: url('../fonts/Outfit-Light.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Outfit-Regular";
    src: url('../fonts/Outfit-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* ==================== 通用 - 字体包 End ==================== */
main{
  *{
    box-sizing: border-box;
  }
}
/* ==================== 通用布局 start ==================== */
@media screen and (min-width: 750px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 > .u-col {
    width: 49%;
  }
  .u-row-2 > .u-col:nth-child(2n) {
    margin-left: 2%;
  }
  .u-row-2 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-3 > .u-col {
    width: 32%;
  }
  .u-row-3 > .u-col:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .u-row-3 > .u-col:nth-child(3) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-4 > .u-col {
    width: 23.5%;
    margin-right: 2%;
  }
  .u-row-4 > .u-col:nth-child(4n) {
    margin-right: 0%;
  }
  .u-row-4 > .u-col:nth-child(4) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-5 > .u-col {
    width: 18.4%;
    margin-right: 2%;
  }
  .u-row-5 > .u-col:nth-child(5n) {
    margin-right: 0%;
  }
  .u-row-5 > .u-col:nth-child(5) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-6 > .u-col {
    width: 15.5%;
    margin-right: 1.4%;
  }
  .u-row-6 > .u-col:nth-child(6n) {
    margin-right: 0%;
  }
  .u-row-6 > .u-col:nth-child(6) ~ .u-col {
    margin-top: 1.4%;
  }
}
@media screen and (max-width: 1024px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 .u-col {
    width: 100%;
  }
  .u-row-2 .u-col:nth-child(1) ~ .u-col {
    margin-top: 4%;
  }
  .u-row-3 > .u-col,
  .u-row-4 > .u-col,
  .u-row-5 > .u-col,
  .u-row-6 > .u-col {
    width: 48%;
  }
  .u-row-3 > .u-col:nth-child(2n),
  .u-row-4 > .u-col:nth-child(2n),
  .u-row-5 > .u-col:nth-child(2n),
  .u-row-6 > .u-col:nth-child(2n) {
    margin-left: 4%;
  }
  .u-row-3 > .u-col:nth-child(2) ~ .u-col,
  .u-row-4 > .u-col:nth-child(2) ~ .u-col,
  .u-row-5 > .u-col:nth-child(2) ~ .u-col,
  .u-row-6 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 4%;
  }
}
/* ==================== 通用布局 end ==================== */
/* ==================== 通用 - 面包屑 Start ==================== */
.bread-crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 16px;
  color: #aaa;
  line-height: 1.8;
  width: 100%;
}
.bread-crumbs .icon {
  width: 25.998px;
  flex-shrink: 0;
  margin-right: 4.998px;
}
.bread-crumbs a {
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  transition: all 0.4s;
  text-decoration: none;
}
.bread-crumbs a:last-child {
  margin-right: 0;
}
.bread-crumbs a.active,
.bread-crumbs a:hover {
  color: #14A3C6;
}
@media screen and (max-width: 1024px) {
  .bread-crumbs {
    font-size: 12px;
    position: static;
  }
  .bread-crumbs a {
    font-size: 12px;
    margin-right: 5px;
  }
  .bread-crumbs a:after {
    width: 10px;
    position: static;
    height: 1px;
    margin-top: -1px;
    margin-left: 5px;
  }
}
/* ==================== 通用 - 面包屑 End ==================== */
/* ==================== 通用断点隐藏 Start ==================== */
@media screen and (max-width: 1024px) {
  .m-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  .pc-hide {
    display: none !important;
  }
}
/* ==================== 通用断点隐藏 End ==================== */
/* ==================== 通用容器大小 Start ==================== */
.mxw-box {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: "SourceHanSansCN-Normal";
  box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
  .mxw-box {
    width: 62.5%;
  }
}
@media screen and (max-width: 1024px) {
  .mxw-box {
    width: 100%;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* ==================== 通用容器大小 End ==================== */
/* ==================== 内页1 - 板块一 Start ==================== */
.ny1-section1 {
  padding-top: 16px;
}
@media screen and (max-width: 1024px) {
  .ny1-section1 {
    padding-top: 10px;
  }
}
/* ==================== 内页1 - 板块一 End ==================== */
/* ==================== 内页1 - 板块二 Start ==================== */
.ny1-section2 .item .head{
  padding-top: 6.25vw;
  padding-bottom: 4.167vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ny1-section2 .item1 .head{
	padding-top: 4.688vw;
}
.ny1-section2 .head .mxw-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ny1-section2 .head .body {
  width: 40.104vw;
}
.ny1-section2 .head .title {
  margin-bottom: 1.563vw;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.563vw;
  color: #000000;
  font-family: "SourceHanSansCN-Regular";
}
.ny1-section2 .head .title:before {
  content: "";
  display: block;
  background: url(../images/other/img001@100x47.png) no-repeat center;
  background-size: 100%;
  width: 1.771vw;
  height: 0.833vw;
  margin-right: 0.521vw;
  flex-shrink: 0;
  margin-top: 0.5em;
}
.ny1-section2 .head .desc {
  font-size: 0.833vw;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.8;
  text-align: justify;
}
.ny1-section2 .head .icon {
  flex-shrink: 0;
  width: 4.167vw;
  margin-left: 1.042vw;
}
.ny1-section2 .image img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ny1-section2 .item {
    padding-top: 40px;
  }
  .ny1-section2 .item1 .head {
    padding-top: 45px;
  }
  .ny1-section2 .head {
    margin-bottom: 40px;
  }
  .ny1-section2 .head .mxw-box {
    flex-flow: column;
  }
  .ny1-section2 .head .body {
    width: auto;
    min-width: 0;
    flex-grow: 1;
  }
  .ny1-section2 .head .title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .ny1-section2 .head .title:before {
    width: 17px;
    height: 8px;
    margin-right: 10px;
  }
  .ny1-section2 .head .desc {
    font-size: 13px;
  }
  .ny1-section2 .head .icon {
    order: -1;
    width: 40px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
/* ==================== 内页1 - 板块二 End ==================== */
/* ==================== 内页1 - 板块三 Start ==================== */
.ny1-section3 {
  overflow: hidden;
  padding-top: 6.25vw;
  padding-bottom: 8.333vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ny1-section3 .itembox {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.ny1-section3 .item {
  width: 32.5%;
  height: 26.042vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 0.781vw 0vw rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny1-section3 .item:nth-child(3) ~ .item {
  margin-top: 1.25%;
}
.ny1-section3 .item:nth-child(3n-1) {
  margin-left: 1.25%;
  margin-right: 1.25%;
}
.ny1-section3 .item:hover .info {
  transform: translateY(0);
}
.ny1-section3 .item .image {
  width: 100%;
  height: auto;
}
.ny1-section3 .item .info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 2.083vw;
  transform: translateY(101%);
  transition: all 0.4s;
}
.ny1-section3 .item .info:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to top, #00a6ca, #008cd6);
  background: -o-linear-gradient(to top, #00a6ca, #008cd6);
  background: -moz-linear-gradient(to top, #00a6ca, #008cd6);
  background: linear-gradient(to top, #00a6ca, #008cd6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.ny1-section3 .item .text1 {
  font-size: 1.25vw;
  line-height: 1.8;
  margin-bottom: 0.521vw;
  position: relative;
  z-index: 2;
}
.ny1-section3 .item .text2 {
  font-size: 0.833vw;
  line-height: 1.8;
  text-align: justify;
  position: relative;
  z-index: 2;
  font-family: "SourceHanSansCN-Light";
}
@media screen and (max-width: 1024px) {
  .ny1-section3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ny1-section3 .item {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
    display: block;
    margin-bottom: 20px;
  }
  .ny1-section3 .item .info {
    padding: 20px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: static;
  }
  .ny1-section3 .item .text1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .ny1-section3 .item .text2 {
    width: 100%;
    font-size: 14px;
  }
}
/* ==================== 内页1 - 板块三 End ==================== */
/* ==================== 内页2 - 切换按钮 Start ==================== */
.ny2-swiper-btn {
  width: 2.604vw;
  height: 2.604vw;
  border-radius: 100%;
  padding: 0.104vw;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.ny2-swiper-btn.swiper-button-disabled {
  opacity: 0.5;
}
.ny2-swiper-btn.swiper-button-disabled:after {
  background: -webkit-linear-gradient(to left, #CFDAEB, #CFDAEB 20%);
  background: -o-linear-gradient(to left, #CFDAEB, #CFDAEB 20%);
  background: -moz-linear-gradient(to left, #CFDAEB, #CFDAEB 20%);
  background: linear-gradient(to left, #CFDAEB, #CFDAEB 20%);
  animation-play-state: paused;
}
.ny2-swiper-btn.swiper-btn-prev {
  margin-right: 1.042vw;
}
.ny2-swiper-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to left, #0AA4CF, #CFDAEB 20%);
  background: -o-linear-gradient(to left, #0AA4CF, #CFDAEB 20%);
  background: -moz-linear-gradient(to left, #0AA4CF, #CFDAEB 20%);
  background: linear-gradient(to left, #0AA4CF, #CFDAEB 20%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  animation: ny1-section6-ani 2s linear infinite;
}
.ny2-swiper-btn .ny2-swiper-button {
  position: relative;
  z-index: 2;
  transform: translate(0);
  background-color: #fff;
  border-radius: 100%;
  margin: 0;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ny2-swiper-btn .ny2-swiper-button.ny2-swiper-button-prev:after {
  transform: rotateY(-180deg) rotate(45deg);
  margin-left: 5px;
  margin-right: 0;
}
.ny2-swiper-btn .ny2-swiper-button:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #0095D2;
  border-right: 1px solid #0095D2;
  color: #0095D2;
  transform: rotate(45deg);
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .ny2-swiper-btn {
    width: 30px;
    height: 30px;
    padding: 2px;
  }
  .ny2-swiper-btn .ny2-swiper-button:after {
    width: 8px;
    height: 8px;
  }
}
@keyframes ny1-section6-ani {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==================== 内页2 - 切换按钮 End ==================== */
/* ==================== 内页2 - 板块一 Start ==================== */
.ny2-section1 {
  overflow: hidden;
  position: relative;
}
.ny2-section1 .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.ny2-section1 .body .icon {
  width: 3.646vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.042vw;
}
.ny2-section1 .body .text {
  font-size: 1.25vw;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  font-family: "SourceHanSansCN-Light";
}
.ny2-section1 video {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ny2-section1 .body .icon {
    width: 35px;
    margin-bottom: 10px;
  }
  .ny2-section1 .body .text {
    font-size: 12px;
  }
}
/* ==================== 内页2 - 板块一 End ==================== */
/* ==================== 内页2 - 板块二 Start ==================== */
.ny2-section2 {
  overflow: hidden;
  background-color: #fff;
  padding-top: 4.771vw;
  padding-bottom: 8.854vw;
}
.ny2-section2 .body1 {
  overflow: hidden;
}
.ny2-section2 .body1 .title {
  margin-bottom: 1.688vw;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.563vw;
  line-height: 1.6;
  color: #000;
  font-family: "SourceHanSansCN-Regular";
}
.ny2-section2 .body1 .title:before {
  content: "";
  display: block;
  background: url(../images/other/img001@100x47.png) no-repeat center;
  background-size: 100%;
  width: 1.771vw;
  height: 0.833vw;
  margin-right: 0.521vw;
  flex-shrink: 0;
  margin-top: 0.6em;
}
.ny2-section2 .body1 .image {
  width: 100%;
}
.ny2-section2 .body1 .image>img {
  width: 100%;
}
/**/
.ny2-section2 .body1 .image{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ny2-section2 .body1 .image span{
	transform: translateY(-200px);
	opacity: 0;
}
.ny2-section2 .body1 .image.animated span{
	display: inline-block;
	animation: falling 0.6s linear forwards;
	animation-delay: calc(0.15s * var(--i));
}
@keyframes falling {
	0% { 
		opacity: 0;
		transform: translateY(-10.5vw); 
	}
	100% { 
		opacity: 1;
		transform: translateY(0); 
	} 
}
/**/
.ny2-section2 .body2 {
  overflow: hidden;
  padding-top: 4vw;
  padding-bottom: 8.854vw;
  min-height: 47.396vw;
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.ny2-section2 .body2 .content {
  display: flex;
  justify-content: space-between;
}
.ny2-section2 .body2 .left {
  min-width: 0;
  flex-grow: 1;
}
.ny2-section2 .body2 .left .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny2-section2 .body2 .left .tab-item {
  padding: 1.042vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 13.021vw;
  background-color: #fff;
  box-shadow: 0vw 0vw 0.781vw 0vw rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.ny2-section2 .body2 .left .tab-item:hover .text,
.ny2-section2 .body2 .left .tab-item.active .text {
  color: #fff;
}
.ny2-section2 .body2 .left .tab-item:hover .icon,
.ny2-section2 .body2 .left .tab-item.active .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.ny2-section2 .body2 .left .tab-item:hover:after,
.ny2-section2 .body2 .left .tab-item.active:after {
  opacity: 1;
  visibility: visible;
}
.ny2-section2 .body2 .left .tab-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(to right, #00a6ca, #008cd6);
  background: -o-linear-gradient(to right, #00a6ca, #008cd6);
  background: -moz-linear-gradient(to right, #00a6ca, #008cd6);
  background: linear-gradient(to right, #0051ca, #2456d6);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.ny2-section2 .body2 .left .tab-item .icon {
  width: 1.563vw;
  height: 1.563vw;
  flex-shrink: 0;
  margin-right: 0.469vw;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.ny2-section2 .body2 .left .tab-item .icon img {
  display: block;
}
.ny2-section2 .body2 .left .tab-item .text {
  font-size: 1.042vw;
  color: #0095D2;
  line-height: 1.1;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.ny2-section2 .body2 .swiper {
  background-color: #fff;
  box-shadow: 0vw 0vw 0.781vw 0vw rgba(0, 0, 0, 0.04);
  padding: 3.125vw 2.604vw;
}
.ny2-section2 .body2 .swiper .desc {
  color: #888;
  font-size: 0.833vw;
  font-family: "SourceHanSansCN-Light";
  line-height: 1.8;
  height: 24.479vw;
  overflow: auto;
  padding-right: 2.083vw;
}
.ny2-section2 .body2 .swiper .desc::-webkit-scrollbar {
  width: 0.208vw;
  background: #ececec;
  border-radius: 5.208vw;
}
.ny2-section2 .body2 .swiper .desc::-webkit-scrollbar-thumb {
  border-radius: 5.208vw;
  background: #0095D2;
  cursor: pointer;
}
.ny2-section2 .body2 .itembox {
  margin-left: 4.427vw;
  flex-shrink: 0;
  width: 18.75vw;
  border-bottom: 2px solid rgba(0, 149, 210, 0.2);
}
.ny2-section2 .body2 .item {
  border-top: 2px solid rgba(0, 149, 210, 0.2);
  padding-top: 2.083vw;
  padding-bottom: 2.083vw;
}
.ny2-section2 .body2 .item .text1 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.ny2-section2 .body2 .item .text1 span {
  color: #0095D2;
}
.ny2-section2 .body2 .item .text1 .span1 {
  font-size: 2.604vw;
  line-height: 1;
  font-family: "SourceHanSansCN-Medium";
  margin-right: 0.521vw;
}
.ny2-section2 .body2 .item .text1 .span2 {
  font-size: 0.833vw;
  line-height: 1;
}
.ny2-section2 .body2 .item .text1 .span3 {
  line-height: 1;
  font-size: 1.042vw;
  align-self: flex-start;
}
.ny2-section2 .body2 .item .text2 {
  margin-top: 0.521vw;
  font-size: 0.833vw;
  color: #888;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .ny2-section2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ny2-section2 .body1 .title {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .ny2-section2 .body1 .title br {
    display: none;
  }
  .ny2-section2 .body1 .title:before {
    width: 26px;
    height: 12px;
    margin-right: 10px;
    margin-top: 0.3em;
  }
  @keyframes falling {
		0% { 
			opacity: 0;
			transform: translateY(-100px); 
		}
		100% { 
			opacity: 1;
			transform: translateY(0px); 
		} 
	}
  .ny2-section2 .body2 {
    padding-top: 20px;
    padding-bottom: 85px;
    min-height: 455px;
  }
  .ny2-section2 .body2 .content {
    display: block;
  }
  .ny2-section2 .body2 .left {
    width: 100%;
  }
  .ny2-section2 .body2 .left .tabs {
    flex-wrap: wrap;
  }
  .ny2-section2 .body2 .left .tab-item {
    width: 50%;
    padding: 12px 10px;
    min-width: inherit;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
  }
  .ny2-section2 .body2 .left .tab-item .icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  .ny2-section2 .body2 .left .tab-item .text {
    font-size: 14px;
  }
  .ny2-section2 .body2 .swiper {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    padding: 15px;
  }
  .ny2-section2 .body2 .swiper .desc {
    font-size: 14px;
    height: 50vh;
    padding-right: 10px;
  }
  .ny2-section2 .body2 .swiper .desc::-webkit-scrollbar {
    width: 4px;
    border-radius: 25px;
  }
  .ny2-section2 .body2 .swiper .desc::-webkit-scrollbar-thumb {
    border-radius: 50px;
  }
  .ny2-section2 .body2 .itembox {
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .ny2-section2 .body2 .item {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ny2-section2 .body2 .item .text1 .span1 {
    font-size: 30px;
    margin-right: 10px;
  }
  .ny2-section2 .body2 .item .text1 .span2 {
    font-size: 12px;
  }
  .ny2-section2 .body2 .item .text1 .span3 {
    font-size: 20px;
  }
  .ny2-section2 .body2 .item .text2 {
    margin-top: 10px;
    font-size: 14px;
  }
}
/* ==================== 内页2 - 板块二 End ==================== */
/* ==================== 内页2 - 板块三 Start ==================== */
.ny2-section3 {
  overflow: hidden;
  padding-bottom: 8.333vw;
  scroll-padding: 100px;
}
.ny2-section3 .ny2-section3-title {
  text-align: center;
  margin-bottom: 2.083vw;
}
.ny2-section3 .ny2-section3-title span {
  position: relative;
  display: inline-block;
  font-size: 2.083vw;
  line-height: 1;
  color: #000;
  /*font-family: "SourceHanSansCN-Medium";*/
 font-family: "SourceHanSansCN-Regular";
  padding-left: 0.781vw;
  padding-right: 0.781vw;
}
.ny2-section3 .ny2-section3-title span:before,
.ny2-section3 .ny2-section3-title span:after {
  content: "";
  display: block;
  width: 1.771vw;
  height: 0.833vw;
  background: url(../images/img001@100x47.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
}
.ny2-section3 .ny2-section3-title span:before {
  left: 0;
  transform: translateX(-100%) translateY(-50%);
}
.ny2-section3 .ny2-section3-title span:after {
  right: 0;
  transform: rotateY(-180deg) translateY(-50%) translateX(-100%);
}
.ny2-section3 .text1 {
  font-size: 0.833vw;
  line-height: 1.8;
  color: #888;
  max-width: 44.271vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.646vw;
}
.ny2-section3 .swiper {
  width: 81.25vw;
  margin-left: auto;
  margin-right: auto;
}
.ny2-section3 .ny2-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ny2-section2 .body2 .swiper .swiper-slide{
	padding-bottom: 15px;
	box-sizing: border-box;
}
.ny2-section3 .swiper-btn-prev {
  left: -6.771vw;
}
.ny2-section3 .swiper-btn-next {
  right: -6.771vw;
}
.ny2-section3 .swiper1 {
  position: relative;
}
.ny2-section3 .swiper1 .swiper-slide {
  transition: all 0.4s;
  transform: perspective(52.083vw) rotateY(30deg) scale(0.75);
}
.ny2-section3 .swiper1 .swiper-slide .item .text {
  opacity: 0.5;
}
.ny2-section3 .swiper1 .swiper-slide.swiper-slide-active {
  transform: perspective(52.083vw) rotateY(0) scale(1);
}
.ny2-section3 .swiper1 .swiper-slide.swiper-slide-active .item .text {
  opacity: 1;
}
.ny2-section3 .swiper1 .swiper-slide.swiper-slide-active ~ .swiper-slide {
  transform: perspective(52.083vw) rotateY(-30deg) scale(0.75);
}

.ny2-section3 .swiper1 .item .image img {
  width: 100%;
}
.ny2-section3 .swiper1 .item .text {
  color: #010101;
  line-height: 1.1;
  margin-top: 1.042vw;
  text-align: center;
  font-size: 1.042vw;
  transition: all 0.4s;
}
.ny2-section3 .swiper2 {
  position: relative;
  margin-top: 5.208vw;
}
.ny2-section3 .swiper2 .image img {
  width: 100%;
}
.ny2-section3 .swiper2 .text {
  margin-top: 1.042vw;
  text-align: center;
  color: #000;
  font-size: 0.833vw;
  line-height: 1.2;
}
.ny2-section3 .swiper1 .swiper-slide a,
.ny2-section3 .swiper2 .swiper-slide a{
	display: block;
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ny2-section3 {
    padding-bottom: 40px;
  }
  .ny2-section3 .ny2-section3-title {
    margin-bottom: 10px;
  }
  .ny2-section3 .ny2-section3-title span {
    font-size: 22px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .ny2-section3 .ny2-section3-title span:before,
  .ny2-section3 .ny2-section3-title span:after {
    width: 26px;
    height: 12px;
  }
  .ny2-section3 .text1 {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 35px;
  }
  .ny2-section3 .swiper {
    width: 80%;
  }
  .ny2-section3 .swiper-btn-prev {
    left: -12%;
  }
  .ny2-section3 .swiper-btn-next {
    right: -12%;
  }
  .ny2-section3 .swiper1 .item .text {
    margin-top: 10px;
    font-size: 14px;
  }
  .ny2-section3 .swiper2 {
    margin-top: 50px;
  }
  .ny2-section3 .swiper2 .text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.4;
  }
}
/* ==================== 内页2 - 板块三 End ==================== */
/* ==================== 内页3 - 通用 Start ==================== */
.ny3-main .mxw-box {
  max-width: 1600px;
  width: 90%;
}
/*@media screen and (max-width: 1024px) {
	.ny3-main .mxw-box{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}*/
/* ==================== 内页3 - 通用 End ==================== */
/* ==================== 内页3 - 通用标题 Start ==================== */
.ny3-title .text1 {
  display: inline-block;
  font-size: 2.604vw;
  line-height: 1.2;
  font-family: "Outfit-Bold";
  margin-bottom: 1.042vw;
  color: transparent;
  background: -webkit-linear-gradient(to right, #fff, #0E65FF);
  background: -o-linear-gradient(to right, #fff, #0E65FF);
  background: -moz-linear-gradient(to right, #fff, #0E65FF);
  background: linear-gradient(to right, #fff, #0E65FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ny3-title .text2 {
  font-size: 1.042vw;
  line-height: 1.6;
  font-family: "Outfit-Light";
  color: #fff;
}
/*@media screen and (max-width: 1024px) {
  .ny3-title .text1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .ny3-title .text2 {
    font-size: 14px;
  }
}*/
/* ==================== 内页3 - 通用标题 End ==================== */
/* ==================== 内页3 - 板块一 Start ==================== */
.ny3-section1 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 7.292vw;
  padding-bottom: 11.979vw;
}
.ny3-section1 .body {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny3-section1 .body .itembox {
  margin-top: 1.563vw;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.ny3-section1 .body .item {
  width: 5.208vw;
  height: 5.208vw;
  margin-right: 0.677vw;
  position: relative;
  overflow: hidden;
  border: 2px solid;
  border-image: linear-gradient(120deg, #fff 70%, #0D65FF) 10;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny3-section1 .body .item:last-child {
  margin-right: 0;
}
.ny3-section1 .body .item .item-info {
  width: 100%;
  /*height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;*/
  text-align: center;
  position: relative;
  z-index: 2;
}
.ny3-section1 .body .item .icon {
  height: 1.354vw;
  margin-bottom: 0.521vw;
}
.ny3-section1 .body .item .icon img {
  height: 100%;
}
.ny3-section1 .body .item .text {
  font-size: 0.833vw;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.2;
}
.ny3-section1 .body .image {
  width: 33.333vw;
  flex-shrink: 0;
  margin-left: 5.729vw;
  margin-right: -4.688vw;
}
@keyframes ny3-section1-ani {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*@media screen and (max-width: 1024px) {
  .ny3-section1 {
   padding-top: 8%;
   padding-bottom: 8%;
  }
  .ny3-section1 .body {
    display: block;
   	padding-left: 5%;
    padding-right: 5%;
  }
  .ny3-section1 .body .itembox {
    margin-top: 15px;
  }
  .ny3-section1 .body .item {
    width: 70px;
    height: 70px;
    margin-right: 7px;
  }
  .ny3-section1 .body .item .icon {
    height: 20px;
    margin-bottom: 10px;
  }
  .ny3-section1 .body .item .text {
    font-size: 12px;
  }
  .ny3-section1 .body .image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
	.ny3-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}*/
/* ==================== 内页3 - 板块一 End ==================== */
/* ==================== 内页3 - 板块二 Start ==================== */
.ny3-section2 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 6.771vw;
  padding-bottom: 5.208vw;
}
.ny3-section2 .mxw-box {
  width: 72.917vw;
}
.ny3-section2 .ny3-title {
  text-align: center;
  margin-bottom: 3.125vw;
}
.ny3-section2 .ny3-title .text1 {
  margin-bottom: 1.042vw;
}
.ny3-section2 .ny3-title .text2 {
  font-size: 1.042vw;
}
.ny3-section2 .bg-image {
  position: relative;
  z-index: 1;
}
.ny3-section2 .bg-image img {
  width: 100%;
}
.ny3-section2 .body {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ny3-section2 .body .image {
  width: 54.688vw;
  margin-left: auto;
  margin-right: auto;
}
.ny3-section2 .body .image img {
  width: 100%;
}
.ny3-section2 .ny3-section2-parameter{
	margin-top: 2.083333333333333vw;
}
.ny3-section2 .ny3-section2-parameter{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ny3-section2 .ny3-section2-parameter ul{
	display: flex;
}
.ny3-section2 .ny3-section2-parameter ul li{
	display: flex;
	align-items: center;
	margin-right: 1.8vw;
	color: #FFFFFF;
	line-height: 1.7;
	padding-left: 3.9vw;
}
.ny3-section2 .ny3-section2-parameter ul li:nth-child(2n){
	margin-right: 0;
}
.ny3-section2 .ny3-section2-parameter ul li .t1{
	line-height: 1.2;
}
.ny3-section2 .ny3-section2-parameter ul li .t2{
	position: relative;
	z-index: 1;
	text-align: right;
	padding-right: 1vw;
	box-sizing: border-box;
	border-radius: 0 1.5vw 1.5vw 0;
	overflow: hidden;
}
.ny3-section2 .ny3-section2-parameter ul li.a1 .t2{
	width: 13.8vw;
	background: linear-gradient(to right, transparent 0%, #005cff 100%);
}
/*.ny3-section2 .ny3-section2-parameter ul li.a1 .t2::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, transparent 0%, #005cff 100%);
}*/
.ny3-section2 .ny3-section2-parameter ul li.a2 .t2{
	width: 21.875vw;
	background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.7) 25%, #005cff 100%);
}
/*.ny3-section2 .ny3-section2-parameter ul li.a2 .t2::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.7) 25%, #005cff 100%);
}*/
/*@media screen and (max-width: 1024px) {
  .ny3-section2 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .ny3-section2 .mxw-box {
    width: 90%;
  }
  .ny3-section2 .ny3-title {
    margin-bottom: 30px;
  }
  .ny3-section2 .ny3-title .text1 {
    margin-bottom: 10px;
  }
  .ny3-section2 .ny3-title .text2 {
    font-size: 14px;
  }
  .ny3-section2 .body .image {
    width: 100%;
  }
  .ny3-section2 .ny3-section2-parameter{
  	margin-top: 30px;
  }
	.ny3-section2 .ny3-section2-parameter ul li .t1{
  	font-size: 18px;
  }
  .ny3-section2 .ny3-section2-parameter ul li .t2{
  	font-size: 14px;
  }
  
}
@media screen and (max-width: 768px) {
	.ny3-section2 .ny3-section2-parameter ul li .t1{
  	font-size: 16px;
  }
  .ny3-section2 .ny3-section2-parameter ul li .t2{
  	font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
	.ny3-section2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ny3-section2 .ny3-section2-parameter{
  	margin-top: 20px;
  }
	.ny3-section2 .ny3-section2-parameter ul li .t1{
  	font-size: 14px;
  }
  .ny3-section2 .ny3-section2-parameter ul li .t2{
  	font-size: 10px;
  	padding-top: 1px;
  	padding-bottom: 1px;
  }
}*/
/* ==================== 内页3 - 板块二 End ==================== */
/* ==================== 内页3 - 板块三 Start ==================== */
.ny3-section3 {
  background-color: #fff;
  padding-top: 5.208vw;
  padding-bottom: 5.208vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ny3-section3 .body {
  display: flex;
  align-items: stretch;
  /* justify-content: flex-start; */
  justify-content: center;
  height: 36.458vw;
}
.ny3-section3 .body .body1,
.ny3-section3 .body .body2,
.ny3-section3 .body .body3 {
  width: 27.604vw;
  margin-right: 0.26vw;
  height: 100%;
}
.ny3-section3 .body .body1:last-child,
.ny3-section3 .body .body2:last-child,
.ny3-section3 .body .body3:last-child {
  margin-right: 0;
}
.ny3-section3 .body .item {
  width: 100%;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}
.ny3-section3 .body .item .image {
  display: none;
}
.ny3-section3 .body .item .info {
  padding: 2.083vw;
}
.ny3-section3 .body .item .info .text1 {
  display: inline-block;
  font-size: 1.563vw;
  line-height: 1;
  font-family: "Outfit-Bold";
  margin-bottom: 0.781vw;
  color: transparent;
  background: -webkit-linear-gradient(to right, #fff, #0E65FF);
  background: -o-linear-gradient(to right, #fff, #0E65FF);
  background: -moz-linear-gradient(to right, #fff, #0E65FF);
  background: linear-gradient(to right, #fff, #0E65FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ny3-section3 .body .item .info .text2 {
  line-height: 1.4;
  font-family: "Outfit-Light";
  color: #fff;
  opacity: 0.6;
  font-size: 1.042vw;
}
.ny3-section3 .body1 .item1 {
  height: 100%;
}
.ny3-section3 .body1 .item1 .text3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 2.083vw;
}
.ny3-section3 .body1 .item1 .text3 .text3-1 {
  margin-right: 2.604vw;
}
.ny3-section3 .body1 .item1 .text3 .text3-1:last-child {
  margin-right: 0;
}
.ny3-section3 .body1 .item1 .text3 .text3-1 div:nth-child(1) {
  display: inline-block;
  font-size: 1.25vw;
  line-height: 1;
  font-family: "Outfit-Bold";
  margin-bottom: 0.781vw;
  color: transparent;
  background: -webkit-linear-gradient(to right, #fff, #0E65FF);
  background: -o-linear-gradient(to right, #fff, #0E65FF);
  background: -moz-linear-gradient(to right, #fff, #0E65FF);
  background: linear-gradient(to right, #fff, #0E65FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ny3-section3 .body1 .item1 .text3 .text3-1 div:nth-child(2) {
  font-size: 1.042vw;
  line-height: 1.4;
  font-family: "Outfit-Light";
  color: #fff;
  opacity: 0.6;
}
.ny3-section3 .body2 {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}
.ny3-section3 .body2 .item {
  width: 100%;
  flex-grow: 1;
  margin-bottom: 0.26vw;
}
.ny3-section3 .body2 .item:last-child {
  margin-bottom: 0;
}
.ny3-section3 .body2 .item2 .text3 {
  font-size: 0.625vw;
  width: 6.771vw;
  margin-top: 2.083vw;
}
.ny3-section3 .body3 {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}
.ny3-section3 .body3 .item {
  width: 100%;
  flex-grow: 1;
  margin-bottom: 0.26vw;
}
.ny3-section3 .body3 .item:last-child {
  margin-bottom: 0;
}
/* 20240416 */
.ny3-section7 .wrap{
	position: absolute;
	left: 0;
	bottom: 185px;
	width: 100%;
}
.ny3-section7 .wrap .content-box{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	width: 69%;
	margin: auto;
}
.ny3-section7 .wrap .left_w{
	position: relative;
	width: 58.5%
}
.ny3-section7 .wrap .right_w{
	position: relative;
	width: 41.5%
}
.ny3-section7 .wrap .proImgbg{
	width: 100%;
	overflow: hidden;
}
.ny3-section7 .wrap .proImgbg img{
	display: block;
	width: 100%;
}
.ny3-section7 .wrap .proImg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.ny3-section7 .wrap .left_w .proImg img{
	max-width: 40.43%;
}
.ny3-section7 .wrap .right_w .proImg img{
	max-width: 26%;
}
.ny3-section7 .ArrowLeft{
	position: absolute;
	left: 0;
	/*bottom: 90px;\n*/
	bottom: 19%;
	width: 34.188%;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: flex-end;
	align-items: center;
}
.ny3-section7 .arrow_left{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ny3-section7 .arrow_left span{
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-top: 12px solid rgba(0,92,255,0.8);
	border-left: 12px solid rgba(0,92,255,0.8);
	transform: rotate(-45deg);
	animation: arrow-left 2s infinite;
}
.ny3-section7 .arrow_left span:nth-child(1){
	left: 40px;
	animation-delay: -0.3s;
}
.ny3-section7 .arrow_left span:nth-child(2){
	left: 20px;
	animation-delay: -0.2s;
}
.ny3-section7 .arrow_left span:nth-child(3){
	animation-delay: -0.1s;
}
.ny3-section7 .arrow_left span:nth-child(4){
	right: 20px;
}

.ny3-section7 .ArrowRight{
	position: absolute;
	right: 0;
	bottom: 90px;
	width: 34.188%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ny3-section7 .arrow_right{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
.ny3-section7 .arrow_right span{
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-bottom: 12px solid rgba(0,92,255,0.8);
	border-right: 12px solid rgba(0,92,255,0.8);
	transform: rotate(-45deg);
	animation: arrow-right 2s infinite;
}
.ny3-section7 .arrow_right span:nth-child(1){
	right: 20px;
	animation-delay: -0.3s;
}
.ny3-section7 .arrow_right span:nth-child(2){
	animation-delay: -0.2s;
}
.ny3-section7 .arrow_right span:nth-child(3){
	left: 20px;
	animation-delay: -0.1s;
}
.ny3-section7 .arrow_right span:nth-child(4){
	left: 40px;
}

.ny3-section7 .ArrowUp{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 34.188%;
	height: 67%;
	display: flex;
	flex-direction: column;
/*	justify-content: space-between;*/
justify-content: flex-end;
}
.ny3-section7 .ArrowUp .icon{
	display: flex;
	align-items: center;
	justify-content: center;
}
.ny3-section7 .wrap .arrowcell .icon img{
	max-width: 2.5vw;
}
.ny3-section7 .wrap .right_w  .ArrowUp .icon img{
	margin: 0 0.5vw;
}
.ny3-section7 .arrow_up{
}
.ny3-section7 .arrow_up span{
	position: relative;
	display: block;
	margin: auto;
	width: 35px;
	height: 35px;
	border-top: 12px solid rgba(0,92,255,0.8);
	border-left: 12px solid rgba(0,92,255,0.8);
	transform: rotate(45deg);
	animation: arrow-up 2s infinite;
}
.ny3-section7 .wrap .right_w .arrow_up span{
	width: 30px;
	height: 30px;
	border-top: 10px solid rgba(50,50,50,0.8);
	border-left: 10px solid rgba(50,50,50,0.8);
	animation: none;
}
.ny3-section7 .arrow_up span:nth-child(1){
	top: 40px;
	animation-delay: -0.3s;
}
.ny3-section7 .arrow_up span:nth-child(2){
	top: 20px;
	animation-delay: -0.2s;
}
.ny3-section7 .arrow_up span:nth-child(3){
	animation-delay: -0.1s;
}
.ny3-section7 .arrow_up span:nth-child(4){
	bottom: 20px;
}
.ny3-section7 .wrap .right_w .ArrowUp{
	justify-content: flex-start;
}
.ny3-section7 .wrap .right_w .ArrowUp .arrow_up{
	margin-top: 100px;
}
.ny3-section7 .wrap .right_w .arrow_up span:nth-child(1){
	/*top: -12px;*/
	top: 0;
}
.ny3-section7 .wrap .right_w .arrow_up span:nth-child(2){
	/*top: -15px;*/
	top: 0;
}
.ny3-section7 .wrap .right_w .arrow_up span:nth-child(3){
	/*top: -17px;*/
	top: 0;
}
.ny3-section7 .wrap .right_w .arrow_up span:nth-child(4){
	/*top: -20px;*/
	top: 0;
}
@keyframes arrow-up {
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(2.6vw, 2.6vw);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(-2.6vw, -2.6vw);
	}
}
@keyframes arrow-left {
	0%{
		opacity: 0;
		transform: rotate(-45deg) translate(2.6vw, 2.6vw);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(-45deg) translate(-2.6vw, -2.6vw);
	}
}
@keyframes arrow-right {
	0%{
		opacity: 0;
		transform: rotate(-45deg) translate(-2.6vw, -2.6vw);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(-45deg) translate(2.6vw, 2.6vw);
	}
}
@media screen and (max-width: 1920px) and (min-width: 1025px){
	.ny3-section7 .wrap{
		bottom: 9vw;
	}
	.ny3-section7 .ArrowLeft,
	.ny3-section7 .ArrowRight{
		bottom: 3.8vw;
	}
	.ny3-section7 .arrow_left span{
		width: 1.6vw;
		height: 1.6vw;
		border-top: 0.6vw solid rgba(0,92,255,0.8);
		border-left: 0.6vw solid rgba(0,92,255,0.8);
	}
	.ny3-section7 .arrow_left span:nth-child(1){
		left: 2vw;
	}
	.ny3-section7 .arrow_left span:nth-child(2){
		left: 1vw;
	}
	.ny3-section7 .arrow_left span:nth-child(4){
		right: 1vw;
	}
	.ny3-section7 .arrow_right span{
		width: 1.6vw;
		height: 1.6vw;
		border-bottom: 0.6vw solid rgba(0,92,255,0.8);
		border-right: 0.6vw solid rgba(0,92,255,0.8);
	}
	.ny3-section7 .arrow_right span:nth-child(1){
		right: 1vw;
	}
	.ny3-section7 .arrow_right span:nth-child(3){
		left: 1vw;
	}
	.ny3-section7 .arrow_right span:nth-child(4){
		left: 2vw;
	}
	.ny3-section7 .arrow_up span{
		width: 1.5vw;
		height: 1.5vw;
		border-top: 0.6vw solid rgba(0,92,255,0.8);
		border-left: 0.6vw solid rgba(0,92,255,0.8);
	}
	.ny3-section7 .wrap .right_w .arrow_up span{
		width: 1.5vw;
		height: 1.5vw;
		border-top: 0.6vw solid rgba(50,50,50,0.8);
		border-left: 0.6vw solid rgba(50,50,50,0.8);
	}
	.ny3-section7 .arrow_up span:nth-child(1){
		top: 2vw;
	}
	.ny3-section7 .arrow_up span:nth-child(2){
		top: 1vw;
	}
	.ny3-section7 .arrow_up span:nth-child(4){
		bottom: 1vw;
	}
	.ny3-section7 .wrap .right_w .ArrowUp .arrow_up{
		margin-top: 4vw;
	}
	.ny3-section7 .wrap .right_w .arrow_up span:nth-child(1){
		top: 0;
	}
	.ny3-section7 .wrap .right_w .arrow_up span:nth-child(2){
		top: 0;
	}
	.ny3-section7 .wrap .right_w .arrow_up span:nth-child(3){
		top: 0;
	}
	.ny3-section7 .wrap .right_w .arrow_up span:nth-child(4){
		top: 0;
	}
}
/*@media screen and (max-width: 1024px) {
  .ny3-section3 {
   padding-top: 0;
   padding-bottom: 0;
  }
  .ny3-section3 .body {
    display: block;
    height: auto;
  }
  .ny3-section3 .body .body1,
  .ny3-section3 .body .body2,
  .ny3-section3 .body .body3 {
    width: 100%;
    margin-right: 0;
  }
  .ny3-section3 .body .item {
    background-size: 0;
  }
  .ny3-section3 .body .item .image {
    display: block;
  }
  .ny3-section3 .body .item .image img{
    width: 100%;
  }
  .ny3-section3 .body .item .info {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
   	padding: 8% 5%;
		box-sizing: border-box;
  }
  
  .ny3-section3 .body .item .info .text1 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .ny3-section3 .body .item .info .text2 {
    font-size: 14px;
  }
  .ny3-section3 .body1 .item1 .text3 {
    margin-top: 20px;
  }
  .ny3-section3 .body1 .item1 .text3 .text3-1 {
    margin-right: 50px;
  }
  .ny3-section3 .body1 .item1 .text3 .text3-1 div:nth-child(1) {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .ny3-section3 .body1 .item1 .text3 .text3-1 div:nth-child(2) {
    font-size: 14px;
  }
  .ny3-section3 .body2 {
    margin-bottom: 0;
  }
  .ny3-section3 .body2 .item {
    margin-bottom: 0;
  }
  .ny3-section3 .body2 .item2 .text3 {
    width: 40px;
    margin-top: 20px;
  }
  .ny3-section3 .body3 .item {
    margin-bottom: 0;
  }
  
}
@media screen and (max-width: 480px) {
	.ny3-section3 .body .item .info{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}*/
/* ==================== 内页3 - 板块三 End ==================== */
/* ==================== 内页3 - 板块四 Start ==================== */
.ny3-section4{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 7.292vw;
	padding-bottom: 8.5vw;
}
.ny3-section4 .body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
}
.ny3-section4 .body .itembox {
  margin-top: 2.344vw;
  display: flex;
 	align-items: stretch;
  flex-wrap: wrap;
}
.ny3-section4 .body .item {
  width: 5.99vw;
  height: 5.99vw;
  margin-right: 0.677vw;
  position: relative;
 	overflow: hidden;
  border: 2px solid;
  border-image: linear-gradient(120deg, #fff 70%, #0D65FF) 10;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny3-section4 .body .item .item-info {
    width: 100%;
    /*height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;*/
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.ny3-section4 .body .item .item-info .icon {
  height: 1.719vw;
  margin-bottom: 0.521vw;
}
.ny3-section4 .body .item .icon img {
  height: 100%;
}
.ny3-section4 .body .item .item-info .text {
  font-size: 0.833vw;
  color: #fff;
  line-height: 1.4;
  height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny3-section4 .body .image {
  margin-right: 0;
  width: 29.688vw;
  margin-top: 6.771vw;
  flex-shrink: 0;
  margin-left: 5.729vw;
}
.ny3-section4 .body .image ul li{
	display: none;
	align-items: center;
	justify-content: center;
}
.ny3-section4 .body .image ul li.active{
	display: flex;
}
.ny3-section4 .body .image ul li img,
.ny3-section4 .body .image ul li video{
	display: block;
	width: 100%;
}
/*@media screen and (max-width: 1024px) {
	.ny3-section4{
		padding-top: 8%;
		padding-bottom: 8%;
	}
	.ny3-section4 .body{
		display: block;
		width: 100%;
	}
  .ny3-section4 .body .itembox {
    margin-top: 23px;
  }
  .ny3-section4 .body .item {
  	min-width: 85px;
    max-width: 23.5%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 2%;
  }
  .ny3-section4 .body .item:nth-child(4n) {
    margin-right: 0;
  }
  .ny3-section4 .body .item:nth-child(4) ~ .item {
    margin-top: 2%;
  }
  .ny3-section4 .body .item .item-info .icon {
    height: 20px;
  }
  .ny3-section4 .body .item .item-info .text {
    font-size: 12px;
  }
  .ny3-section4 .body .image {
    width: 100%;
    margin-top: 65px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
	.ny3-section4{
		padding-top: 40px;
		padding-bottom:40px;
	}
	.ny3-section4 .body .item{
		width: 23.5%;
	}
}*/
/* ==================== 内页3 - 板块四 End ==================== */
/* ==================== 内页3 - 板块五 Start ==================== */
.ny3-section5 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 10.417vw;
  padding-bottom: 10.938vw;
}
.ny3-section5 .body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.ny3-section5 .image {
  width: 32.292vw;
  margin-right: 3.125vw;
  flex-shrink: 0;
}
.ny3-section5 .image img{
	width: 100%;
}
.ny3-section5 .info {
  width: 29.167vw;
  padding-top: 2.604vw;
}
.ny3-section5 .info .ny3-title .text1 {
  font-size: 2.604vw;
}
.ny3-section5 .info .ny3-title .text2 {
  font-size: 1.042vw;
  line-height: 1.6;
}
/*@media screen and (max-width: 1024px) {
  .ny3-section5 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .ny3-section5 .body {
    display: block;
  }
  .ny3-section5 .image {
    width: 100%;
    margin-right: 0;
  }
  .ny3-section5 .image img{
    width: 100%;
  }
  .ny3-section5 .info {
    width: 100%;
   	padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .ny3-section5 .info .ny3-title .text1 {
    font-size: 25px;
  }
  .ny3-section5 .info .ny3-title .text2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .ny3-section5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}*/
/* ==================== 内页3 - 板块五 End ==================== */
/* ==================== 内页3 - 板块六 Start ==================== */
.ny3-section6 {
  position: relative;
}
.ny3-section6 .body {
  position: absolute;
  top: 7.031vw;
  left: 0;
  width: 100%;
  text-align: center;
}
.ny3-section6 .ny3-title .text2 {
  font-size: 1.042vw;
}
.ny3-section6 .bg-image img {
  width: 100%;
}
/*@media screen and (max-width: 1024px) {
  .ny3-section6 .mxw-box {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .ny3-section6 .body {
    position: static;
    width: 100%;
  }
  .ny3-section6 .ny3-title {
  	padding-top: 8%;
    padding-bottom: 40px;
  }
  .ny3-section6 .ny3-title .text1 {
    color: #000;
    background-image: none!important;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
  }
  .ny3-section6 .ny3-title .text2 {
    font-size: 10px;
    color: #000;
  }
}
@media screen and (max-width: 480px) {
	.ny3-section6 .ny3-title {
    padding-top: 40px;
  }
}*/
/* ==================== 内页3 - 板块六 End ==================== */
/* ==================== 内页3 - 板块七 Start ==================== */
.ny3-section7 {
  position: relative;
}
.ny3-section7 .body {
  position: absolute;
  top: 6.771vw;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.ny3-section7 .bg-image img {
  width: 100%;
}
/*@media screen and (max-width: 1024px) {
  .ny3-section7 .mxw-box {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .ny3-section7 .body {
    position: static;
    width: 100%;
  }
  .ny3-section7 .ny3-title {
   padding-top: 8%;
    padding-bottom: 40px;
  }
  .ny3-section7 .ny3-title .text1 {
    color: #000;
    background-image: none!important;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
  }
  .ny3-section7 .ny3-title .text2 {
    font-size: 10px;
    color: #000;
  }
  .ny3-section7 .wrap{
  	bottom: 13%;
  }
  .ny3-section7 .ArrowLeft,
  .ny3-section7 .ArrowRight{
  	bottom: 20%;
  }
  .ny3-section7 .arrow_left span{
  	width: 1.7578125vmin;
    height: 1.7578125vmin;
    border-top: 0.68359375vmin solid rgba(0,92,255,0.8);
    border-left: 0.68359375vmin solid rgba(0,92,255,0.8);
  }
  .ny3-section7 .arrow_left span:nth-child(1){
  	left: 1.953125vw;
  }
  .ny3-section7 .arrow_left span:nth-child(2){
  	left: 0.9765625vw;
  }
  .ny3-section7 .arrow_left span:nth-child(4){
  	right: 0.9765625vw;
  }
  .ny3-section7 .arrow_right span{
  	width: 1.7578125vmin;
    height: 1.7578125vmin;
    border-bottom: 0.68359375vmin solid rgba(0,92,255,0.8);
    border-right: 0.68359375vmin solid rgba(0,92,255,0.8);
  }
  .ny3-section7 .arrow_right span:nth-child(1) {
    right: 0.9765625vw;
	}
	.ny3-section7 .arrow_right span:nth-child(3){
		left: 0.9765625vw;
	}
	.ny3-section7 .arrow_right span:nth-child(4){
		left: 1.953125vw;
	}
	.ny3-section7 .arrow_up span{
		width: 1.7578125vmin;
    height: 1.7578125vmin;
    border-top: 0.68359375vmin solid rgba(0,92,255,0.8);
    border-left: 0.68359375vmin solid rgba(0,92,255,0.8);
	}
	.ny3-section7 .arrow_up span:nth-child(1) {
    top: 1.953125vw;
	}
	.ny3-section7 .arrow_up span:nth-child(2) {
    top: 0.9765625vw;
	}
	.ny3-section7 .arrow_up span:nth-child(4) {
    bottom: 0.9765625vw;
	}
	.ny3-section7 .wrap .right_w .ArrowUp .arrow_up{
		margin-top: 3.90625vw;
	}
	.ny3-section7 .wrap .right_w .arrow_up span{
		width: 1.7578125vmin;
    height: 1.7578125vmin;
    border-top: 0.68359375vmin solid rgba(50,50,50,0.8);
    border-left: 0.68359375vmin solid rgba(50,50,50,0.8);
	}
	
}*/
/*@media screen and (max-width: 768px) {
	.ny3-section7 .wrap{
		left: auto;
		right: 0;
		bottom: 10%;
		width: 91%;
	}
	.ny3-section7 .wrap .content-box{
		width: 100%;
	}
	.ny3-section7 .ArrowUp{
		height: 64%;
	}
	.ny3-section7 .arrow_left span{
  	width: 1rem;
    height: 1rem;
    border-top: 0.4rem solid rgba(0,92,255,0.8);
    border-left: 0.4rem solid rgba(0,92,255,0.8);
  }
  .ny3-section7 .arrow_left span:nth-child(1){
  	left: 1rem;
  }
  .ny3-section7 .arrow_left span:nth-child(2){
  	left:  0.5rem;
  }
  .ny3-section7 .arrow_left span:nth-child(4){
  	right: 0.5rem;
  }
  .ny3-section7 .arrow_right span{
  	width: 1rem;
    height: 1rem;
    border-bottom: 0.4rem solid rgba(0,92,255,0.8);
    border-right: 0.4rem solid rgba(0,92,255,0.8);
  }
  .ny3-section7 .arrow_right span:nth-child(1) {
    right: 0.5rem;
	}
	.ny3-section7 .arrow_right span:nth-child(3){
		left: 0.5rem;
	}
	.ny3-section7 .arrow_right span:nth-child(4){
		left: 1rem;
	}
	.ny3-section7 .arrow_up span{
		width: 1rem;
    height: 1rem;
    border-top: 0.4rem solid rgba(0,92,255,0.8);
    border-left: 0.4rem solid rgba(0,92,255,0.8);
	}
	.ny3-section7 .arrow_up span:nth-child(1) {
    top: 1rem;
	}
	.ny3-section7 .arrow_up span:nth-child(2) {
    top: 0.5rem;
	}
	.ny3-section7 .arrow_up span:nth-child(4) {
    bottom: 0.5rem;
	}
	.ny3-section7 .wrap .right_w .ArrowUp .arrow_up{
		margin-top: 3rem;
	}
	.ny3-section7 .wrap .right_w .arrow_up span{
		width: 1rem;
    height: 1rem;
    border-top: 0.4rem solid rgba(50,50,50,0.8);
    border-left: 0.4rem solid rgba(50,50,50,0.8);
	}
}*/
/*@media screen and (max-width: 540px) {
	.ny3-section7 .wrap{
  	bottom: 10%;
  }
}
@media screen and (max-width: 480px) {
	.ny3-section7 .wrap{
  	bottom: 9%;
  }
  .ny3-section7 .ny3-title {
    padding-top: 40px;
  }
}*/
/* ==================== 内页3 - 板块七 End ==================== */
/* ==================== 内页3 - 板块八 Start ==================== */
.ny3-section8 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 11.979vw;
  padding-bottom: 10.417vw;
}
.ny3-section8 .body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.ny3-section8 .image {
  width: 52.083vw;
  flex-shrink: 0;
}
.ny3-section8 .image img {
  width: 100%;
}
.ny3-section8 .info {
  margin-left: -8.333vw;
}
.ny3-section8 .info .text1 {
  font-size: 2.604vw;
  font-family: "Outfit-Bold";
  line-height: 1.2;
  margin-bottom: 1.25vw;
}
.ny3-section8 .info .text2 {
  line-height: 1.6;
  font-family: "Outfit-Light";
  font-size: 1.042vw;
  opacity: 0.6;
}
@media screen and (min-width: 1920px) {
  .ny3-section8 .image{
   width: 1000px; 
  }
  .ny3-section8 .info .text1 {
    font-size: 50px;
    margin-bottom: 24px;
  }
  .ny3-section8 .info .text2 {
    font-size: 20px;
  }
}
/*@media screen and (max-width: 1024px) {
  .ny3-section8 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .ny3-section8 .body {
    display: block;
  }
  .ny3-section8 .image {
    width: 100%;
  }
  .ny3-section8 .info {
    margin-left: 0;
    margin-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .ny3-section8 .info .text1 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .ny3-section8 .info .text2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .ny3-section8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}*/
/* ==================== 内页3 - 板块八 End ==================== */
/* ==================== 内页3 - 板块九 Start ==================== */
.ny3-section9 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 7.292vw;
}
.ny3-section9 .ny3-title {
  text-align: center;
  margin-bottom: 4.948vw;
}
.ny3-section9 .image {
  max-width: 72.917vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.ny3-section9 .image img {
  width: 100%;
}
/*@media screen and (max-width: 1024px) {
  .ny3-section9 {
    padding-top: 8%;
  }
  .ny3-section9 .ny3-title {
    margin-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .ny3-section9 .image {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .ny3-section9 {
    padding-top: 40px;
  }
}*/
/* ==================== 内页3 - 板块九 End ==================== */
/* ==================== 内页3 - 板块十 Start ==================== */
.ny3-section10 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 8.854vw;
  padding-bottom: 7.813vw;
}
.ny3-section10 .ny3-title {
  margin-bottom: 3.906vw;
  text-align: center;
}
.ny3-section10 .itembox {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 62.5vw;
  margin-left: auto;
  margin-right: auto;
}
.ny3-section10 .item {
  width: 32.6666%;
}
.ny3-section10 .item:nth-child(3n-1) {
  margin-left: 1%;
  margin-right: 1%;
}
.ny3-section10 .item .image{
	width: 100%;
	overflow: hidden;
}
.ny3-section10 .item .image img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ny3-section10 .item .image:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.ny3-section10 .item .text {
  text-align: center;
  color: #fff;
  padding: 1.042vw;
  /*background: -webkit-linear-gradient(to right, #fff, #0B64FF);
  background: -o-linear-gradient(to right, #fff, #0B64FF);
  background: -moz-linear-gradient(to right, #fff, #0B64FF);
  background: linear-gradient(to right, #fff, #0B64FF);*/
  font-family: "Outfit-Regular";
  font-size: 1.042vw;
}
/*@media screen and (max-width: 1024px) {
  .ny3-section10 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .ny3-section10 .ny3-title {
    margin-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .ny3-section10 .itembox{
  	width: 90%;
  }
  .ny3-section10 .item .text {
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
	.ny3-section10 .itembox {
    display: block;
  }
  .ny3-section10 .item {
    width: 100%;
    margin-bottom: 25px;
  }
  .ny3-section10 .item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .ny3-section10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}*/
/* ==================== 内页3 - 板块十 End ==================== */
/* ==================== 内页3 - 板块十一 Start ==================== */
.ny3-section11 {
  padding-top: 4.167vw;
  padding-bottom: 3.125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ny3-section11 .mxw-box {
  width: 62.5vw;
}
.ny3-section11 .title {
  text-align: center;
}
.ny3-section11 .title .text1 {
  font-size: 2.604vw;
  font-family: "Outfit-Bold";
  line-height: 1.1;
  margin-bottom: 1.563vw;
}
.ny3-section11 .title .text2 {
  font-family: "Outfit-Light";
  font-size: 1.042vw;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
}
.ny3-section11 .title .text3 {
  margin-top: 1.042vw;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 1.042vw;
  font-family: "Outfit-Regular";
  color: #005cff;
  border-bottom: 1px solid;
}
.ny3-section11 .itembox {
  margin-top: 1.563vw;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.ny3-section11 .item {
  padding: 1.563vw;
  width: 24.25%;
  background-color: #F7F7F7;
  margin-right: 1%;
  margin-bottom: 1%;
  box-sizing: border-box;
}
.ny3-section11 .item:nth-child(4n) {
  margin-right: 0;
}
/*.ny3-section11 .item:nth-child(4) ~ .item {
  margin-top: 2%;
}*/
.ny3-section11 .item .icon {
  width: 1.563vw;
  margin-bottom: 0.781vw;
}
.ny3-section11 .item .text1 {
  font-size: 1.042vw;
  line-height: 1.1;
  margin-bottom: 0.781vw;
  font-family: "Outfit-Regular";
  color: #005cff;
}
.ny3-section11 .item .text2 {
  line-height: 1.4;
  font-family: "Outfit-Light";
  font-size: 0.833vw;
  color: rgba(0, 0, 0, 0.6);
}
.ny3-section11 .itembox2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny3-section11 .itembox2 .item2 {
  width: 49.5%;
  background-color: #F7F7F7;
  margin-top: 1%;
}
/*@media screen and (max-width: 1024px) {
  .ny3-section11 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  
  .ny3-section11 .mxw-box {
    width: 100%;
  }
  .ny3-section11 .title{
  	padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .ny3-section11 .title .text1 {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .ny3-section11 .title .text2 {
    font-size: 14px;
  }
  .ny3-section11 .title .text3 {
    margin-top: 10px;
    font-size: 14px;
  }
  .ny3-section11 .itembox {
    margin-top: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
  .ny3-section11 .item{
  	width: 48%;
  	margin-top: 10px;
  	margin-bottom: 10px;
  	margin-right: 4%;
  }
  .ny3-section11 .item:nth-child(4n){
  	margin-right: 4%;
  }
  .ny3-section11 .item:nth-child(2n){
  	margin-right: 0;
  }
  .ny3-section11 .item .icon {
    width: 30px;
    margin-bottom: 15px;
  }
  .ny3-section11 .item .text1 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .ny3-section11 .item .text2 {
    font-size: 12px;
  }
  .ny3-section11 .itembox2 {
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .ny3-section11 .itembox2 .item2{
  	width: 48%;
  	margin-right: 4%;
  	margin-top: 10px;
  	margin-bottom: 10px;
  }
  .ny3-section11 .itembox2 .item2:nth-child(2n){
  	margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
	.ny3-section11 {
    padding-top: 12%;
    padding-bottom: 12%;
  }
	.ny3-section11 .itembox {
    margin-top: 15px;
    flex-wrap: wrap;
  }
	.ny3-section11 .item {
    width: 100%;
    padding: 25px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ny3-section11 .item:nth-child(4n) {
    margin-right: 0;
  }
  .ny3-section11 .itembox2{
  	margin-top: 20px;
  }
  .ny3-section11 .itembox2 .item2 {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .ny3-section11 .itembox2 .item2:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
	
}*/
/* ==================== 内页3 - 板块十一 End ==================== */
/* ==================== 内页3 - 板块十二 Start ==================== */
.ny3-section12 {
  overflow: hidden;
  padding-bottom: 3.646vw;
  padding-top: 3.646vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ny3-section12 .mxw-box {
  width: 62.5vw;
}
.ny3-section12 .swiper {
  position: relative;
  width: 100%;
}
.ny3-section12 .image{
	border-radius: 2vw;
	overflow: hidden;
}
.ny3-section12 .image img {
  width: 100%;
}
.ny3-section12 .swiper-button-next,
.ny3-section12 .swiper-button-prev {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  background-color: #F2F2F2;
  transition: all 0.4s;
  background-image: none!important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny3-section12 .swiper-button-next:hover,
.ny3-section12 .swiper-button-prev:hover {
  background-color: #005CFF;
}
.ny3-section12 .swiper-button-next:hover::after,
.ny3-section12 .swiper-button-prev:hover::after {
  border-color: #fff;
}
.ny3-section12 .swiper-button-next:after,
.ny3-section12 .swiper-button-prev:after {
  content: "";
  display: block;
  width: 0.521vw;
  height: 0.521vw;
  border-top: 1px solid #005CFF;
  border-right: 1px solid #005CFF;
  font-size: 1.042vw;
  transform: rotate(-135deg);
  margin-right: -0.26vw;
}
.ny3-section12 .swiper-button-next:after {
  margin-right: 0.26vw;
}
.ny3-section12 .swiper-button-next {
  right: -5.208vw;
}
.ny3-section12 .swiper-button-prev {
  left: -5.208vw;
}
.ny3-section12 .swiper-button-next:after {
  transform: rotate(45deg);
}
/*@media screen and (max-width: 1024px) {
  .ny3-section12 {
    padding-bottom: 8%;
    padding-top: 8%;
  }
  .ny3-section12 .mxw-box {
    width: 100%;
  }
  .ny3-section12 .swiper-button-next,
  .ny3-section12 .swiper-button-prev {
    width: 30px;
    height: 30px;
    z-index: 10;
  }
  .ny3-section12 .swiper-button-next:after,
  .ny3-section12 .swiper-button-prev:after {
    font-size: 10px;
    width: 10px;
    height: 10px;
    margin-right: -5px;
  }
  .ny3-section12 .swiper-button-next:after {
    margin-right: 5px;
  }
  .ny3-section12 .swiper-button-next {
    right: 10px;
  }
  .ny3-section12 .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 640px) {
	.ny3-section12 {
    padding-bottom: 12%;
    padding-top: 12%;
  }
}*/
/* ==================== 内页3 - 板块十二 End ==================== */
/* ==================== 内页3 - 板块十三 Start ==================== */
.ny3-section13 .proImg{
	display: block;
	width: 100%;
}
.ny3-section13 .proImg img{
	width: 100%;
}
.pcimg{
	display: block;
}
.mimg{
	display: none;
}
@media screen and (max-width: 1024px) {
	.pcimg{
		display: none;
	}
	.mimg{
		display: block;
	}
}
/* ==================== 内页3 - 板块十三 End ==================== */
/*20240428*/
.ny3-section2 .ny3-section2-parameter ul li .t1.size30{
	font-size: 1.5625vw;
}
.ny3-section2 .ny3-section2-parameter ul li .t2.size20{
	font-size: 1.041666666666667vw;
}
@media screen and (max-width: 1024px) {
	.ny3-section1 .body .item{
		border: 0.01em solid;
    border-image: linear-gradient(120deg, #fff 70%, #0D65FF) 10;
	}
	.ny3-section1 .body .item .item-info{
		display: block;
		height: auto;
		text-align: center;
	}
	.ny3-section1 .body .item .icon{
		height: auto;
		max-height: 2vw;
		margin-bottom: 0.2vw;
	}
	.ny3-section1 .body .item .icon img{
		max-width: 90%;
		max-height: 100%;
		vertical-align: top;
		height: auto;
	}
	.ny3-section4 .body .item{
		border: 0.01em solid;
    border-image: linear-gradient(120deg, #fff 70%, #0D65FF) 10;
	}
	.ny3-section4 .body .item .item-info .icon{
		width: 100%;
		height: auto;
		max-height: 2vw;
		margin-bottom: 0.2vw;
		overflow: hidden;
	}
	.ny3-section4 .body .item .icon img{
		max-width: 90%;
		max-height: 2vw;
		vertical-align: top;
		height: auto;
	}
	.ny3-section7 .wrap{
  	bottom: 13%;
  }
	.ny3-section7 .wrap .arrowcell{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		font-size: 1.56vmin;
	}
	.ny3-section7 .wrap .arrowcell ul{
		position: relative;
		width: 100%;
		height: 100%;
	}
	.ny3-section7 .ArrowLeft, .ny3-section7 .ArrowRight{
		height: 9%;
		bottom: 18%;
	}
  .ny3-section7 .arrow_left span{
  	width: 1em;
    height: 1em;
    border-top: 0.4em solid rgba(0,92,255,0.8);
    border-left: 0.4em solid rgba(0,92,255,0.8);
  }
  .ny3-section7 .arrow_left span:nth-child(1){
  	left: 1em;
  }
  .ny3-section7 .arrow_left span:nth-child(2){
  	left:  0.5em;
  }
  .ny3-section7 .arrow_left span:nth-child(4){
  	right: 0.5em;
  }
  .ny3-section7 .arrow_right span{
  	width: 1em;
    height: 1em;
    border-bottom: 0.4em solid rgba(0,92,255,0.8);
    border-right: 0.4em solid rgba(0,92,255,0.8);
  }
  .ny3-section7 .arrow_right span:nth-child(1) {
    right: 0.5em;
	}
	.ny3-section7 .arrow_right span:nth-child(3){
		left: 0.5em;
	}
	.ny3-section7 .arrow_right span:nth-child(4){
		left: 1em;
	}
	.ny3-section7 .arrow_up span{
		width: 1em;
    height: 1em;
    border-top: 0.4em solid rgba(0,92,255,0.8);
    border-left: 0.4em solid rgba(0,92,255,0.8);
	}
	.ny3-section7 .arrow_up span:nth-child(1) {
    top: 1em;
	}
	.ny3-section7 .arrow_up span:nth-child(2) {
    top: 0.5em;
	}
	.ny3-section7 .arrow_up span:nth-child(4) {
    bottom: 0.5em;
	}
	.ny3-section7 .wrap .right_w .ArrowUp .arrow_up{
		margin-top: 3em;
	}
	.ny3-section7 .wrap .right_w .arrow_up span{
		width: 1em;
    height: 1em;
    border-top: 0.4em solid rgba(50,50,50,0.8);
    border-left: 0.4em solid rgba(50,50,50,0.8);
	}
}
@media screen and (max-width: 768px) {
	.ny3-section7 .wrap .right_w{
		margin-top: 0;
	}
	.ny3-section7 .wrap .arrowcell{
		font-size: 1.2vmin;
	}
}
/*about-culture*/
.culture1 {
  display: flex;
  margin-top: 3.125vw;
  margin-bottom: 5.208vw;
}
.culture1 .item {
  flex-basis: 25%;
  position: relative;
  margin-right: 1px;
  transition: all 0.5s;
}
.culture1 .item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
}
.culture1 .item:last-child {
  margin-right: 0;
}
.culture1 .item.active {
  flex-basis: 50%;
}
.culture1 .item.active .text .summary {
  /*display: block;*/
 	display: inline-block;
}
.culture1 .item .text .summary ul{
	display: inline-block;
	text-align: left;
	box-sizing: border-box;
	padding-left: 5%;
}
.culture1 .item.active .text .summary ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-left: 0;
}
.culture1 .item .text .summary ul li{
	list-style: disc;
	width: 100%;
	margin-right: 0;
	margin-bottom: 5px;
}
.culture1 .item.active .text .summary ul li{
	/*width: 40%;*/
	margin-left: 5%;
	width: auto;
	min-width: 12vw;
	margin-top: 5px;
}
/*.culture1 .item.active .text .summary ul li:nth-child(odd){
	margin-right: 3%;
}
.culture1 .item.active .text .summary ul li:nth-child(even){
	margin-right: 0;
}*/
.culture1 .item.active .text .summary ul li:nth-child(odd){
		min-width: 35%;
		max-width: 45%;
		width: auto;
		margin-left: 5%;
		margin-right: 8%;
}
.culture1 .item.active .text .summary ul li:nth-child(even){
		min-width: 30%;
		max-width: 40%;
		width: auto;
		margin-left: 2%;
}
.culture1 .item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.culture1 .item .text {
  position: absolute;
  /*bottom: 0;*/
  padding: 40px;
  color: #fff;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.culture1 .item .text .title {
  font-weight: 600;
}
.culture1 .item .text .summary .con{
}
.culture1 .item .text .summary {
  opacity: 0.6;
  margin-top: 10px;
 /* display: none;*/
}
.culture1 .item.active .text .summary{
	opacity: 1;
}
.culture2 {
  display: flex;
  margin-top: 2.604vw;
}
.culture2 .left {
  flex-basis: 33.36%;
}
.culture2 .right {
  flex-basis: 66.63%;
  display: flex;
  flex-wrap: wrap;

}

.culture2 .right .item {
  flex-basis: calc(50% - 1px);
  margin-left: 1px;
}
/*.culture2 .right .item:nth-child(1),
.culture2 .right .item:nth-child(2) {
  margin-bottom: 1px;
}*/

.culture2 .one-third{
  	flex-basis: calc((100% - 2px) / 3);
  	margin-left: 1px;
}
.culture2 .item .text .size20{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.culture2 .item .text .size16{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	overflow:hidden;
}

/*20240509*/
.about-box3.culture2 .item .text{
	width: 100%;
	padding: 40px 28px 25px;
	box-sizing: border-box;
}
.about-box3.culture2 .item .text:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(100%, #000), color-stop(0, #000));
background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #000 100%, #000 0);
	background-size: cover;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.about-box3.culture2 .item:hover .text:after{
	opacity: 1;
}
.about-box3.culture2 .item .text .t1{
	white-space:normal;
	text-overflow:inherit;
	overflow:hidden;
}
.about-box3.culture2 .item .text .t2{
	/*display:block;
	-webkit-box-orient:inherit;
	-webkit-line-clamp:inherit; 
	overflow:hidden;*/
	margin-top: 10px;
	/*-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
	-webkit-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1); /* 过渡动画 */
	transition:  max-height 0.4s cubic-bezier(0, 1, 0, 1);
  max-height: 50px; /* 最大高度限制为2行的高度 */
}
.about-box3.culture2 .right .item .text .t2{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
	overflow:hidden;
	max-height: 24px; /* 最大高度限制为1行的高度 */
	-webkit-transition:  max-height 0.4s cubic-bezier(0, 1, 0, 1); /* 过渡动画 */
	transition:  max-height 0.4s cubic-bezier(0, 1, 0, 1);
}
.about-box3.culture2 .item:hover .text .t2,
.about-box3.culture2 .right .item:hover .text .t2{
	display:block;
	-webkit-box-orient:inherit;
	-webkit-line-clamp:inherit; 
	overflow:hidden;
	/*max-height: none;*/
	max-height: 300px;
	-webkit-transition: max-height 0.8s ease-in-out; /* 指定过渡动画 */
	transition: max-height 0.8s ease-in-out;
}
@media screen and (max-width: 1920px) and (min-width: 1025px){
	.about-box3.culture2 .item .text{
		padding: 2.08vw 1.458333333333333vw 1.302083333333333vw;
	}
	.about-box3.culture2 .item .text .t2{
	 margin-top: 0.5vw;
  }
}


.culture2 .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
}
.culture2 .item a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.culture2 .item img {
  width: 100%;
  transition: all 0.5s;
}
.culture2 .item a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
}
.culture2 .item .text{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  color: #fff;
  z-index: 2;
}
.culture2 .item .text .size20{
	margin-bottom: 5px;
}
.culture2 .item:hover img {
  transform: scale(1.1);
}
.about-box1 {
  display: flex;
  justify-content: space-between;
}
.about-box1 .summary {
  flex-basis: 64%;
  line-height: 1.8;
}
.about-box2 {
  margin-top: 3.125vw;
}
.about-box2 img {
  width: 100%;
}
.about-box3 .left {
  flex-basis: 37.5%;
}
.about-box3 .right {
  flex-basis: 62.5%;
}
.about-box3 .right .item:nth-child(1){
  flex-basis: 100%;
  margin-bottom: 0;
}
.about-box3 .right .item {
  margin-left: 0;
  margin-bottom: 0;
  flex-basis: 50%;
}
.about-box3 .right .item .img{
	display: block;
	width: 100%;
	height: 100%;
}
.about-box3 .right .item .img{
	display: flex;
	height: 100%;
  object-fit: cover;
}
.about-box3 .item:after {
  display: none;
}
.about-box4 {
  display: flex;
  justify-content: space-between;
  margin-top: 2.604vw;
}
.about-box4 .item {
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-basis: calc(50% - 10px);
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.03);
  padding: 10% 0;
}
.about-box4 .item:hover{
  /*background: url('../images/img64.jpg') no-repeat center/cover;*/
  color: #fff;
}
.about-box4 .item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url('../images/img64.jpg') no-repeat center/cover;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.about-box4 .item:hover:before{
	opacity: 1;
}
.about-box4 .item:hover .icon {
  -webkit-filter:grayscale(1) brightness(10);
  filter:grayscale(1) brightness(10)
}
.about-box4 .item .icon {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.about-box4 .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
	.about-box2,
	.culture2,
	.about-box4,
	.culture1{
		margin-top: 30px;
	}
	.culture1{
		margin-bottom: 7%;
	}
	.about-box1{
		flex-wrap: wrap;
	}
	.about-box1 .summary{
		flex-basis: 100%;
		margin-top: 20px;
	}
	.culture1 .item .text{
		padding: 30px;
	}
	.culture1 .item.active .text .summary{
		display: block;
		width: 100%;
	}
	.culture1 .item .text .summary ul{
		padding-left: 0;
		width: 100%;
	}
	.culture1 .item.active .text .summary ul li:nth-child(odd){
		min-width: 45%;
	}
	.culture1 .item.active .text .summary ul li:nth-child(even){
		min-width: 40%;
	}
}
@media screen and (max-width: 768px) {
  .culture1 {
    flex-wrap: wrap;
  }
  .culture1 .item {
    flex-basis: 100% !important;
  }
  /*.culture1 .item .summary{
    display: block !important;
  }*/
  .culture1 .item img {
    height: 300px;
  }
  .culture1 .item .text {
    padding: 20px;
  }

  .culture2 {
    flex-wrap: wrap;
  }
  .culture2 .left,
  .culture2 .right,
  .culture2 .right .item{
    flex-basis: 100%;
    margin-left: 0;
  }

  .culture2 .item {
    margin-bottom:1px
  }
  .about-box4 .item .icon{
  	width: 50px;
  	height: 50px;
  }
  
  .culture2 .one-third{
  	flex-basis: 100%;
    margin-left: 0;
  }
  .culture2 .item .text .size20{
		font-size: 22px;
	}
	.culture2 .item .text .size16{
		font-size: 16px;
	}
	.culture1 .item.active .text .summary{
		display: inline-block;
		width: auto;
	}
	.culture1 .item .summary{
		display: inline-block;
	}
	.culture1 .item .text .summary ul{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding-left: 0;
	}
	.culture1 .item .text .summary ul li{
		margin-top: 5px;
	}
	/*.culture1 .item .text .summary ul li{
		min-width: 34%;
		width: 38%;
		margin-left: 3%;
		margin-right: 0;
	}
	.culture1 .item.active .text .summary ul li {
	 	min-width: 34%;
	  width: 38%;
		margin-left: 3%;
	}
	.culture1 .item.active .text .summary ul li:nth-child(odd),
	.culture1 .item .text .summary ul li:nth-child(odd){
		margin-right: 4%;
	}
	.culture1 .item.active .text .summary ul li:nth-child(even),
	.culture1 .item .text .summary ul li:nth-child(even){
		margin-right: 0;
	}*/
	.culture1 .item.active .text .summary ul li:nth-child(odd),
	.culture1 .item .text .summary ul li:nth-child(odd){
		min-width: 35%;
		max-width: 45%;
		width: auto;
		margin-left: 5%;
		margin-right: 8%;
	}
	.culture1 .item.active .text .summary ul li:nth-child(even),
	.culture1 .item .text .summary ul li:nth-child(even){
		min-width: 30%;
		max-width: 40%;
		width: auto;
		margin-left: 2%;
	}
	.culture1 .item .summary.size24{
		font-size: 16px;
		opacity: 1;
	}
	/*.about-box3 .left .item .img img,
	.about-box3 .right .item .img img{
		display: block;
		min-width: 100%;
		height: 280px;
		object-fit: cover;
	}*/
	.about-box3.culture2 .item{
		min-height: 300px;
		display: flex;
		align-items: flex-end;
	}
	/*.about-box3.culture2 .item .text:after{
		opacity: 1;
	}*/
	.about-box3 .left .item .img,
	.about-box3 .right .item .img{
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
	}
	.about-box3 .left .item .img img,
	.about-box3 .right .item .img img{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.about-box3.culture2 .item .text{
		position: static;
	}
}
@media screen and (max-width: 640px) {
	.culture1 .item .text,
	.culture2 .item .text {
    padding: 25px;
  }
	.culture2 .item .text .size20{
		font-size: 20px;
	}
	.culture2 .item .text .size16{
		font-size: 15px;
	}
	/*.about-box3 .left .item .img img,
	.about-box3 .right .item .img img{
		height: 260px;
	}*/
	.about-box3.culture2 .item .text{
		padding: 25px;
	}
	.about-box3.culture2 .right .item .text .t2{
		max-height: 46px;
	}
	.about-box3.culture2 .right .item .text .t2{
		max-height: 23px;
	}
}
@media screen and (max-width: 540px) {
	.about-box2,
	.culture2,
	.about-box4,
	.culture1{
		margin-top: 25px;
	}
	.culture1{
		margin-bottom: 10%;
	}
	.about-box4 .item .icon{
  	width: 40px;
  	height: 40px;
  	margin-bottom: 15px;
  }
  .ny1-section2 .head{
  	margin-bottom: 30px;
  }
  .culture1 .item .text .summary{
  	margin-top: 5px;
  }
  .culture2 .item .text .size20{
		font-size: 18px;
	}
	.culture2 .item .text .size16{
		font-size: 14px;
	}
	/*.about-box3 .left .item .img img,
	.about-box3 .right .item .img img{
		height: 240px;
	}*/
}
@media screen and (max-width: 480px) {
		.culture1 .item.active .text .summary ul li:nth-child(odd),
		.culture1 .item .text .summary ul li:nth-child(odd){
			width: 45%;
		}
		.culture1 .item.active .text .summary ul li:nth-child(even),
		.culture1 .item .text .summary ul li:nth-child(even){
			width: 40%;
			margin-left: 2%;
		}

	/*.about-box3 .left .item .img img,
	.about-box3 .right .item .img img{
		height: 200px;
	}*/
	.about-box3.culture2 .item{
		min-height: 64vmin;
	}
	.about-box3.culture2 .item .text .t2{
		margin-top: 5px;
	}
	.about-box3.culture2 .right .item .text .t2{
		max-height: 42px;
	}
	.about-box3.culture2 .right .item .text .t2{
		max-height: 21px;
	}
}




.culture2{
	align-items: stretch;
}
.culture2 .one-third{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex-basis: inherit;
	width: calc((100% - 2px) / 3);
	margin-right: 1px;
	margin-left: 0;
}
.culture2 .one-third:nth-child(3n){
	margin-right: 0;
}
.culture2 .item{
	width: 100%;
	margin-bottom: 1px;
}
.culture2 .one-third:nth-child(1) .item:first-child,
.culture2 .one-third:nth-child(3) .item:last-child{
	flex: 1;
}
.culture2 .one-third:nth-child(2) .item{
	flex: 1;
}
.culture2 .item:last-child{
	margin-bottom: 0;
}
.culture2 .item a{
	display: block;
	width: 100%;
	height: 100%;
}
.culture2 .item .img{
	display: block;
	width: 100%;
	height: 100%;
}
.culture2 .item img{
	height: 100%;
}
@media screen and (max-width: 1024px) {
  .culture2 .item .text{
  	padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .culture2 .one-third:nth-child(1),
  .culture2 .one-third:nth-child(3){
  	width: 100%;
  }
  .culture2 .one-third:nth-child(2){
    width: 100%;
  }
  .culture2 .item:last-child{
    margin-bottom:1px;
  }
  .culture2 .item .text{
  	padding: 30px;
  }
}
@media screen and (max-width: 640px) {
	.culture2 .item .text{
		padding: 25px;
	}
}


.ny2-section1 .bannerimg img{
	display: block;
	width: 100%;
}
.ny2-section1 .section1video{
	position: relative;
	width: 100%;
}


@media screen and (max-width: 640px) {
	.ny3-section3 .body{
		height: 40vmin;
	}
	.ny3-section3 .body .item .info .text2{
			font-size: 1.042vmin;
			transform: scale(0.7);
      transform-origin: top left;
	}
	.ny3-section3 .body1 .item1 .text3{
		margin-top: 0;
	}
	.ny3-section3 .body2 .item2 .text3{
		margin-top: 1vmin;
	}
	.ny3-section3 .body .item .info .text1{
		margin-bottom: 1vmin;
	}
	.ny3-section3 .body2 .item,
	.ny3-section3 .body3 .item{
		flex: 1;
	}
}
@media screen and (max-width: 540px) {
	.ny3-section3 .body{
		height: 45vmin;
	}
}