* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  font-family: Microsoft YaHei;
  position: relative;
  /* max-width: 1920px; */
  /* margin: 0 auto !important; */
}
.content-wrap {
  overflow-x: hidden;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  margin: 0 auto;
  width: 83.3%;
  min-width: 1200px;
  max-width: 1600px;
}
.ny-wrap {
  width: 1400px;
  margin: 0 auto;
}
input,
textarea {
  outline: none;
  border: none;
  background: none;
}
input::placeholder,
textarea::placeholder {
  color: #999;
  font-family: Microsoft YaHei;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.clear {
  clear: both;
}
@keyframes fadeInOut {
  0% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.head {
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0;
  /* max-width: 1920px; */
}
.head .h-link {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 10000;
}
.head .h-link a {
  display: flex;
  align-items: center;
  color: #fff;
  height: 100%;
}
.head .h-link .icon {
  font-size: 16px;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-top: -3px;
  fill: currentColor;
}
.head.ny-head {
  background: #fff !important;
}
.head.ny-head .nav > ul > li > a {
  color: #333 !important;
}
.head.ny-head .h-link a,
.head.ny-head span {
  color: #333 !important;
}
.head.ny-head div,
.head.ny-head span {
  color: #333 !important;
}
.head.head-fix {
  position: fixed !important;
  background: rgba(0, 0, 0, 0.3) !important;
  transition: all 0.6s;
}
.head .img2 {
  display: none;
}
.head.white .img2 {
  display: block;
}
.head.white .img1 {
  display: none;
}
.head.white div,
.head.white span {
  color: #333 !important;
}
.head.white .en {
  border: 1px solid #fff !important;
}
.head.white a {
  color: #fff !important;
}
.head .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.head .wrap .nav > ul {
  display: flex;
  flex-wrap: wrap;
  height: 100px;
  align-items: center;
}
.head .wrap .nav > ul > li {
  height: 98px;
  line-height: 98px;
  margin: 0 30px;
  position: relative;
}
.head .wrap .nav > ul > li:hover > a,
.head .wrap .nav > ul > li.on > a {
  color: #16a7eb;
  box-sizing: border-box;
  font-weight: 700;
}
.head .wrap .nav > ul > li:hover .sub {
  display: block;
}
.head .wrap .nav > ul > li > a {
  font-size: 18px;
  color: #fff;
}
.head .wrap .nav > ul > li .sub {
  top: 58px;
  position: absolute;
  left: 50%;
  width: 123px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000000000;
  display: none;
  padding-top: 20px;
  transform: translateX(-50%);
  border-radius: 0 0 14px 14px;
}
.head.ny-head .wrap .nav > ul > li .sub {
  top: 78px;
  box-shadow: 0px 6px 15px -2px #ececec;
  border-radius: 0px;
}
.head.ny-head .wrap .nav > ul > li .sub a {
  background: #fff;
}
.head .wrap .nav > ul > li .sub > a {
  background: rgba(255, 255, 255, 0.48);
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.head .wrap .nav > ul > li .sub > a:nth-last-child(1) {
  border-bottom: none;
}
.head .wrap .nav > ul > li .sub > a:hover {
  font-weight: 700;
  color: #16a7eb;
}
.head .wrap .h-right {
  display: flex;
  justify-content: space-between;
}
.head .wrap .right-menu {
  display: flex;
  align-items: center;
  margin-left: 7.2vw;
}
.head .wrap .right-menu .search {
  font-size: 30px;
  margin-left: 25px;
  color: #fff;
}
.head .wrap .right-menu .xia {
  font-size: 15px;
  color: #fff;
  margin-left: 15px;
}
.index-search {
  position: fixed;
  width: 100%;
  height: 361px;
  background: #ffffff;
  top: 115px;
  left: 0;
  z-index: 10000;
  display: none;
}
.index-search .wrap {
  width: 1300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-search .tits {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
}
.index-search .inp {
  width: 100%;
  height: 60px;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid #7d7d7d;
  margin-top: 60px;
  position: relative;
}
.index-search .inp input {
  width: 60%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border: none;
  outline: none;
  padding-left: 25px;
  box-sizing: border-box;
}
.index-search .search {
  width: 198px;
  height: 62px;
  background: #1373e2;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1px;
  right: -1px;
}
.index-search .search .iconfont {
  color: #fff;
  font-size: 25px;
  font-weight: initial;
  margin-right: 20px;
}
.index-search .key {
  margin-top: 40px;
}
.index-search .key .tits {
  font-size: 16px;
  font-weight: 700;
  color: #1373e2;
}
.index-search .key a {
  color: #333;
}
.index-pro {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 120px;
  left: 50%;
  z-index: 10000;
  max-height: calc(100vh - 120px);
  overflow-y: scroll;
  display: none;
  max-width: 1920px;
  transform: translateX(-50%);
}
.index-pro .wraps {
  display: flex;
}
.index-pro::-webkit-scrollbar {
  height: 0px;
}
.index-pro .left {
  width: 340px;
  background: #1373e2;
  padding: 75px 0;
  box-sizing: border-box;
}
.index-pro .left ul li {
  height: 60px;
  font-size: 18px;
  padding: 0 46px;
  line-height: 60px;
}
.index-pro .left ul li a {
  color: #fff;
}
.index-pro .left ul li.on {
  background: #fff;
}
.index-pro .left ul li.on a {
  color: #1373e2;
}
.index-pro .right {
  width: calc(100% - 300px);
  padding: 45px 75px 0;
}
.index-pro .right ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.index-pro .right ul li {
  width: calc(16.6% - 42px);
  margin-right: 50px;
  margin-bottom: 40px;
}
.index-pro .right ul li:hover .tx {
  font-weight: 700;
  color: #1373e2;
}
.index-pro .right ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.index-pro .right ul li:nth-child(6n) {
  margin-right: 0;
}
.index-pro .right ul li a {
  display: block;
  width: 100%;
}
.index-pro .right ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.index-pro .right ul li .img-wrap .img {
  width: 100%;
}
.index-pro .right ul li .img-wrap .img::after {
  width: 100%;
  content: '';
  display: block;
  padding-bottom: 75%;
}
.index-pro .right ul li .tx {
  font-size: 16px;
  color: #222222;
  margin-top: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.com-tit {
  background: url('../images/index_40.png') no-repeat center center;
  text-align: center;
}
.com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 40px;
  position: relative;
  top: -5px;
}
.com-tit p:nth-child(2) {
  font-size: 20px;
  color: #dcdcdc;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 15px;
}
.index-product {
  padding: 70px 0;
}
.index-product .classifyList {
  margin-top: 85px;
}
.index-product .classifyList .wrap {
  box-sizing: border-box;
  width: 72.9%;
  max-width: 1400px;
}
.index-product .classifyList ul {
  display: flex;
  justify-content: space-between;
}
.index-product .classifyList ul li {
  text-align: center;
  flex: 1;
}
.index-product .classifyList ul li:hover .img {
  background: #1373e2;
}
.index-product .classifyList ul li:hover .img1 {
  display: none;
}
.index-product .classifyList ul li:hover .img2 {
  display: block;
}
.index-product .classifyList ul li:hover p {
  font-weight: 700;
}
.index-product .classifyList ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-product .classifyList ul li .img {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  border: 5px solid #1373e2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-product .classifyList ul li .img img {
  position: relative;
  z-index: 100;
}
.index-product .classifyList ul li .img2 {
  display: none;
}
.index-product .classifyList ul li p {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 25px;
}
.index-product .list {
  width: 91.14%;
  margin: 0 auto;
  min-width: 1200px;
  margin-top: 70px;
  max-width: 1750px;
}
.index-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.index-product .list ul li {
  width: calc(25% - 15px);
  margin-right: 20px;
  background: #ffffff;
}
.index-product .list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.index-product .list ul li:hover p {
  color: #1373e2;
}
.index-product .list ul li:nth-last-child(1) {
  margin-right: 0;
}
.index-product .list ul li .img-wrap {
  overflow: hidden;
  height: 270px;
}
.index-product .list ul li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-product .list ul li p {
  height: 85px;
  text-align: center;
  line-height: 85px;
  font-size: 16px;
  color: #333333;
}
.index-product .list .more {
  width: 298px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  justify-content: center;
  border: 1px solid #d2d2d2;
  margin: 0 auto;
  margin-top: 80px;
}
.index-product .list .more a {
  font-size: 18px;
  color: #666666;
}
.about {
  width: 100%;
  overflow: hidden;
}
.about .a-top {
  width: 100%;
  display: flex;
  height: 740px;
}
.about .a-top .left {
  width: 55%;
  height: 740px;
  overflow: hidden;
}
.about .a-top .left ul {
  width: 100%;
  height: 100%;
}
.about .a-top .left ul li {
  width: 100%;
  height: 100%;
  position: relative;
}
.about .a-top .left ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .a-top .left ul li .tx {
  min-width: 189px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: rgba(23, 167, 235, 0.9);
  position: absolute;
  right: 36px;
  bottom: 85px;
  padding: 0 15px;
}
.about .a-top .right {
  width: 45%;
  padding: 100px 5.5% 0;
}
.about .a-top .right .desc {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  margin-top: 80px;
}
.about .a-top .right .more {
  width: 298px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  justify-content: center;
  border: 1px solid #d2d2d2;
  margin: 0 auto;
  margin-top: 80px;
}
.about .a-top .right .more a {
  font-size: 18px;
  color: #666666;
}
.about .a-bot {
  height: 191px;
  position: relative;
  z-index: 1;
  margin-top: -48px;
}
.about .a-bot .wrap {
  display: flex;
  align-items: center;
  height: 191px;
  background: #1373e2;
  position: relative;
}
.about .a-bot .wrap::after {
  content: '';
  display: block;
  position: absolute;
  width: 1000px;
  height: 191px;
  transform: rotateY(180deg);
  transform-origin: right;
  background: #1373e2;
  right: 0;
  top: 0;
}
.about .a-bot .prev,
.about .a-bot .next {
  width: 7.8vw;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 200;
}
.about .a-bot .next {
  transform: rotateY(180deg);
}
.about .a-bot .hd {
  width: calc(100% - 15.6vw);
}
.about .a-bot .hd ul {
  display: flex;
}
.about .a-bot .hd ul li {
  width: calc(33% - 10px);
  height: 132px;
  overflow: hidden;
  background: #fff;
}

.about .a-bot .hd ul li.swiper-slide-thumb-active img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.about .a-bot .hd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new {
  margin-top: 95px;
  margin-bottom: 60px;
}
.new .new-cont {
  display: flex;
  margin-top: 70px;
}
.new .new-cont .left {
  width: 42.1%;
}
.new .new-cont .left:hover .text .tx p:nth-child(1) {
  color: #1373e2;
  font-weight: 700;
}
.new .new-cont .left:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .new-cont .left .img-wrap {
  width: 100%;
  height: 384px;
  overflow: hidden;
}
.new .new-cont .left .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new .new-cont .left .text {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.new .new-cont .left .text .time {
  width: 70px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  color: #555;
}
.new .new-cont .left .text .time p:nth-child(1) {
  font-size: 14px;
}
.new .new-cont .left .text .time p:nth-child(2) {
  font-size: 30px;
}
.new .new-cont .left .text .tx {
  width: calc(100% - 105px);
  margin-left: 35px;
}
.new .new-cont .left .text .tx p:nth-child(1) {
  font-size: 18px;
  color: #222222;
}
.new .new-cont .left .text .tx p:nth-child(2) {
  font-size: 14px;
  color: #555555;
  line-height: 28px;
  margin-top: 22px;
}
.new .new-cont .right {
  width: calc(57.9% - 88px);
  margin-left: 88px;
  position: relative;
}
.new .new-cont .right::before {
  content: '';
  display: block;
  background: #f0f0f0;
  position: absolute;
  left: 35px;
  width: 10px;
  height: 90%;
  z-index: 10;
  top: 15px;
}
.new .new-cont .right ul li {
  margin-top: 48px;
}
.new .new-cont .right ul li:hover .time {
  background: #1373e2;
  color: #fff;
}
.new .new-cont .right ul li:hover .tx p:nth-child(1) {
  color: #1373e2;
  font-weight: 700;
}
.new .new-cont .right ul li:nth-child(1) {
  margin-top: 0;
}
.new .new-cont .right ul li a {
  display: flex;
  align-items: center;
}
.new .new-cont .right ul li a .time {
  width: 82px;
  height: 82px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  font-size: 20px;
  color: #555555;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.new .new-cont .right ul li a .tx {
  width: calc(100% - 110px);
  margin-left: 35px;
}
.new .new-cont .right ul li a .tx p:nth-child(1) {
  font-size: 18px;
  color: #222222;
  line-height: 30px;
}
.new .new-cont .right ul li a .tx p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 20px;
}
.footer {
  padding-top: 60px;
  padding-bottom: 30px;
  overflow: hidden;
}
.footer .wrap {
  display: flex;
}
.footer .left {
  width: 38%;
}
.footer .left .tel {
  display: flex;
  align-items: center;
}
.footer .left .tel .tx {
  margin-left: 20px;
}
.footer .left .tel .tx p:nth-child(1) {
  font-size: 15px;
  color: #ffffff;
}
.footer .left .tel .tx p:nth-child(2) {
  font-size: 22px;
  color: #ffffff;
  margin-top: 5px;
  font-weight: 700;
}
.footer .left .address {
  font-size: 15px;
  color: #c9d9ec;
  line-height: 36px;
  margin-top: 50px;
}
.footer .left .ew-list {
  margin-top: 85px;
}
.footer .left .ew-list ul {
  display: flex;
}
.footer .left .ew-list ul li {
  margin-right: 15px;
}
.footer .left .ew-list ul li:nth-last-child(1) {
  margin-right: 0;
}
.footer .left .ew-list ul li img {
  width: 108px;
  height: 108px;
}
.footer .left .ew-list ul li p {
  font-size: 15px;
  color: #c9d9ec;
  margin-top: 10px;
  text-align: center;
}
.footer .right {
  width: calc(62% - 3.6vw);
  margin-left: 3.6vw;
}
.footer .right .r-top {
  display: flex;
  align-items: center;
  line-height: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #58679e;
  position: relative;
}
.footer .right .r-top::after {
  content: '';
  width: 200px;
  display: block;
  transform: rotate(180deg);
  background: #58679e;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right 1px;
}
.footer .right .r-top .tx {
  margin-left: 65px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
}
.footer .right .f-nav {
  margin-top: 50px;
}
.footer .right .f-nav ul {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 30px;
}
.footer .right .f-nav ul li > a {
  color: #ffffff;
}
.footer .right .f-nav ul li > a:hover {
  font-weight: 700;
}
.footer .right .f-nav ul .sub {
  margin-top: 30px;
}
.footer .right .f-nav ul .sub a {
  font-size: 14px;
  color: #b6bbd0;
  line-height: 25px;
  display: block;
}
.footer .right .f-nav ul .sub a:hover {
  color: #fff;
}
.footer .right .copy-right {
  font-size: 15px;
  color: #717ead;
  line-height: 36px;
  margin-top: 56px;
}
.footer .right .copy-right a {
  color: #717ead;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .btn-list .banner-prev,
.banner .btn-list .banner-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.banner .btn-list .banner-prev {
  left: 76px;
}
.banner .btn-list .banner-next {
  right: 76px;
  transform: rotate(180deg);
}
.banner .bd li {
  position: relative;
}
.banner .bd li.swiper-slide-active img {
  transform: scale(1.05);
  transition: all 3.5s ease;
  object-fit: cover;
}
.banner .bd img {
  width: 100%;
  display: block;
  transform: scale(1);
  object-fit: cover;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .hd li.on {
  background: #f3670a;
}
.banner .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  z-index: 10000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  animation: yunMove2 1s infinite;
}
@keyframes warn {
  0% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 0;
    transform-origin: center;
    /* 设置变换中心点为正中心 */
  }
  50% {
    transform: scale(1.1) translate(-50%, -50%);
    opacity: 0.5;
    transform-origin: center;
    /* 设置变换中心点为正中心 */
  }
  100% {
    transform: scale(1.2) translate(-50%, -50%);
    opacity: 0;
    transform-origin: center;
    /* 设置变换中心点为正中心 */
  }
}
.ny-wrap {
  width: 1400px;
  margin: 0 auto;
}
.ny-classify .two-classify {
  background: #f6f6f6;
  height: 113px;
  position: relative;
}
.ny-classify .two-classify > ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.ny-classify .two-classify > ul > li {
  font-size: 20px;
  white-space: nowrap;
  margin-right: 6.25vw;
}
.ny-classify .two-classify > ul > li a {
  color: #333333;
}
.ny-classify .two-classify > ul > li.on a,
.ny-classify .two-classify > ul > li:hover a {
  color: #1373e2;
  font-weight: 700;
}
.ny-classify .sub {
  font-size: 18px;
  margin-top: 36px;
}
.ny-classify .sub ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ny-classify .sub li {
  padding: 0 14px;
  display: block;
  padding-bottom: 13px;
  margin-right: 15px;
}
.ny-classify .sub li.on,
.ny-classify .sub li:hover {
  border-bottom: 2px solid #1373e2;
}
.ny-classifyList {
  margin-top: 85px;
}
.ny-classifyList.fix {
  position: fixed;
  top: 120px;
  background: #f8f8f8;
  width: 100%;
  margin-top: 0;
  padding: 30px 0;
  z-index: 1000;
}
.ny-classifyList .wrap {
  box-sizing: border-box;
  width: 72.9%;
}
.ny-classifyList ul {
  display: flex;
  justify-content: space-between;
}
.ny-classifyList ul li {
  text-align: center;
  flex: 1;
}
.ny-classifyList ul li:hover .img {
  background: #1373e2;
}
.ny-classifyList ul li:hover .img1 {
  display: none;
}
.ny-classifyList ul li:hover .img2 {
  display: block;
}
.ny-classifyList ul li:hover p {
  font-weight: 700;
}
.ny-classifyList ul li a {
  display: flex;
  align-items: center;
}
.ny-classifyList ul li .img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #1373e2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-classifyList ul li .img img {
  position: relative;
  z-index: 100;
  width: 75%;
  height: 75%;
}
.ny-classifyList ul li .img2 {
  display: none;
}
.ny-classifyList ul li p {
  font-size: 16px;
  color: #333333;
  text-align: left;
  margin-left: 20px;
  width: 90px;
}
.ny-product {
  margin-bottom: 80px;
  margin-top: 80px;
}
.ny-product .top-tx .t {
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  line-height: 36px;
}
.ny-product .top-tx .desc {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 30px;
}
.ny-product .product-list {
  margin-top: 68px;
}
.ny-product .product-list .item {
  display: flex;
  margin-top: 65px;
}
.ny-product .product-list .item:nth-child(1) {
  margin-top: 0;
}
.ny-product .product-list .item .left {
  width: 282px;
  height: 533px;
  padding: 44px 35px 20px;
  box-sizing: border-box;
  position: relative;
}
.ny-product .product-list .item .left .text > div:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
}
.ny-product .product-list .item .left .text > div:nth-child(2) {
  font-size: 14px;
  color: #cfe0f5;
  margin-top: 25px;
  line-height: 25px;
}
.ny-product .product-list .item .left .text > div:nth-child(3) {
  width: 70px;
  height: 24px;
  line-height: 24px;
  background: #ffffff;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  color: #1162cb;
  margin-top: 48px;
}
.ny-product .product-list .item .left .img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.ny-product .product-list .item .left .img img {
  width: 100%;
  height: 100%;
}
.ny-product .product-list .item .right {
  width: calc(100% - 312px);
  margin-left: 30px;
}
.ny-product .product-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .product-list ul li {
  width: calc(25% - 20px);
  margin-right: 25px;
  box-sizing: border-box;
  background: #ffffff;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.ny-product .product-list ul li:hover .tx {
  color: #1373e2;
  font-weight: 700;
}
.ny-product .product-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product .product-list ul li .news,
.ny-product .product-list ul li .rec {
  width: 46px;
  height: 22px;
  font-size: 14px;
  background: #4bc7b2;
  border-radius: 0px 0px 20px 0px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
}
.ny-product .product-list ul li .rec {
  background: #1373e2;
}
.ny-product .product-list ul li:nth-child(4n) {
  margin-right: 0;
}
.ny-product .product-list ul li .tx {
  height: 85px;
  line-height: 85px;
  padding: 0 35px;
  font-size: 16px;
}
.ny-product .product-list ul li .img-wrap {
  width: 100%;
}
.ny-product .product-list ul li .img-wrap .img {
  width: 100%;
}
.ny-product .product-list ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 56.6%;
}
.ny-product .link-pro {
  margin-top: 100px;
}
.ny-product .link-pro .linkSwiper li {
  border: none !important;
  background: #fff !important;
}
.ny-prodetail {
  margin-bottom: 90px;
}
.ny-prodetail .tops {
  padding-bottom: 60px;
  background: #f5f5f8;
  padding-top: 60px;
}
.ny-prodetail .tops .title {
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  line-height: 36px;
}
.ny-prodetail .tops .img-wrap {
  background: #ffffff;
  padding: 45px;
  max-height: 584px;
  box-sizing: border-box;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-prodetail .tops .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  /* width: 100%; */
  /* height: 100%; */
  object-fit: contain;
}
.ny-prodetail .bottom {
  margin-top: 66px;
}
.ny-prodetail .bottom .tip {
  width: 100%;
  height: 52px;
  background: #f4f8fc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny-prodetail .bottom .tip .download {
  font-size: 14px;
  color: #1373e2;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.ny-prodetail .bottom .tip .download .iconfont {
  font-size: 16px;
  margin-right: 15px;
}
.ny-prodetail .bottom .hd ul {
  display: flex;
}
.ny-prodetail .bottom .hd ul li {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 52px;
}
.ny-prodetail .bottom .hd ul li.on {
  background: #1373e2;
  color: #fff;
}
.ny-prodetail .bottom .bd {
  margin-top: 22px;
  width: 100%;
  margin-bottom: 60px;
}
.ny-prodetail .bottom .bd ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ny-prodetail .bottom .bd ul li:nth-child(1) .left {
  width: calc(100% - 280px);
  margin-top: 10px;
}
.ny-prodetail .bottom .bd ul li:nth-child(1) .right {
  width: 250px;
  margin-right: 12px;
}
.ny-prodetail .bottom .bd ul li:nth-child(1) .right .tit {
  width: 100%;
  height: 76px;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  background: url('../images/pro_detail_08.jpg') no-repeat center / cover;
}
.ny-prodetail .bottom .bd ul li:nth-child(1) .right .tit img {
  margin-right: 12px;
}
.ny-prodetail .bottom .bd ul li:nth-child(1) .right .conts {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 25px 20px;
  box-sizing: border-box;
}
.ny-prodetail .bottom .bd ul li:nth-child(1) .right .conts .tx {
  font-size: 14px;
  color: #222222;
  box-sizing: border-box;
  line-height: 36px;
}
.ny-prodetail .bottom .bd ul li:nth-child(1) .right .conts .tx span {
  font-weight: 700;
}
.ny-prodetail .bottom .bd ul li:nth-child(1) .right .conts .erwei {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
.ny-prodetail .bottom .bd ul li:nth-child(1) .right .conts .erwei img {
  width: 119px;
  height: 119px;
}
.ny-prodetail .bottom .bd ul li:nth-child(1) .right .conts .erwei p {
  font-size: 14px;
  color: #222222;
  margin-top: 5px;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) {
  margin-top: 50px;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .conts {
  width: 100%;
  margin-top: 0px;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .tit {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 {
  width: 100%;
  margin-top: 50px;
  overflow-x: scroll;
  overflow-y: hidden;
  border: 1px solid #eeeeee;
  background: #f6f8fa;
  height: auto;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2::-webkit-scrollbar {
  height: 5px;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2::-webkit-scrollbar-thumb {
  background: #78d4ff;
  border-radius: 4px;
  width: 100px;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .table {
  width: 100%;
  border-collapse: collapse;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .thead {
  background: #f6f8fa;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  height: 52px;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .thead .tr .th {
  background: #f6f8fa;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .td,
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .th {
  min-height: 52px;
  text-align: center;
  line-height: 20px;
  height: 100%;
  /* white-space: nowrap; */
  background: #fff;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr-wrap.on .tr .td .icon {
  color: #1373e2 !important;
  transform: rotate(90deg);
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr-wrap.on .tr-conts {
  display: block;
  height: auto !important;
  transition: all 0.3s;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr-wrap .tr-conts {
  background: #f6f8fa;
  box-sizing: border-box;
  white-space: normal;
  height: 0;
  padding: 40px;
  display: none;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr-wrap .tr-conts .c-table {
  width: 100%;
  display: flex;
  align-items: center;
  align-items: stretch;
  flex-wrap: wrap;
  border: 1px solid #e8e8e8;
  border-right: none;
  border-bottom: none;
}
.ny-prodetail
  .bottom
  .bd
  ul
  li:nth-child(2)
  .c2
  .tr-wrap
  .tr-conts
  .c-table
  .item {
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* height: 50px; */
  width: 50%;
}
.ny-prodetail
  .bottom
  .bd
  ul
  li:nth-child(2)
  .c2
  .tr-wrap
  .tr-conts
  .c-table
  .item
  > div {
  width: 50%;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #e8e8e8;
}
.ny-prodetail
  .bottom
  .bd
  ul
  li:nth-child(2)
  .c2
  .tr-wrap
  .tr-conts
  .c-table
  .item
  > div:nth-child(1) {
  background: #f2f5f7;
  font-weight: bold;
  font-size: 14px;
  height: 100%;
}
.ny-prodetail
  .bottom
  .bd
  ul
  li:nth-child(2)
  .c2
  .tr-wrap
  .tr-conts
  .c-table
  .item
  > div:nth-child(2) {
  font-size: 14px;
  color: #555;
  background: #fff;
  padding: 5px 30px;
  /* background: lightcoral; */
}
.ny-prodetail
  .bottom
  .bd
  ul
  li:nth-child(2)
  .c2
  .tr-wrap
  .tr-conts
  .download-list {
  display: flex;
  margin: 18px;
}
.ny-prodetail
  .bottom
  .bd
  ul
  li:nth-child(2)
  .c2
  .tr-wrap
  .tr-conts
  .download-list
  .items {
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #6f6f6f;
  padding: 0 25px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}
.ny-prodetail
  .bottom
  .bd
  ul
  li:nth-child(2)
  .c2
  .tr-wrap
  .tr-conts
  .download-list
  .items:hover {
  background: #1373e2;
  color: #fff;
}
.ny-prodetail
  .bottom
  .bd
  ul
  li:nth-child(2)
  .c2
  .tr-wrap
  .tr-conts
  .download-list
  .items
  a {
  color: #ffffff;
  display: flex;
}
.ny-prodetail
  .bottom
  .bd
  ul
  li:nth-child(2)
  .c2
  .tr-wrap
  .tr-conts
  .download-list
  .items
  .iconfont {
  color: #fff;
  font-size: 15px;
  margin-left: 30px;
}
.ny-prodetail
  .bottom
  .bd
  ul
  li:nth-child(2)
  .c2
  .tr-wrap
  .tr-conts
  .download-list
  .items:nth-child(1) {
  margin-right: 20px;
}

.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr {
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* 固定第一列 */
}

.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .thead .tr {
  background: #f6f8fa;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr .td,
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr .th {
  /* white-space: nowrap; */
  width: 200px;
  padding: 0 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr {
  border-bottom: 1px solid #efefef;
}

.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr .th:first-child,
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr .td:first-child {
  position: sticky;
  left: 0;
  width: 328px;

  /* 固定宽度 */
  min-width: 328px;
  /* 防止压缩 */
  z-index: 1;
  box-sizing: border-box;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr .th:first-child::after,
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr .td:first-child::after {
  content: '';
  width: 5px;
  height: 200px;
  background: #eee;
  display: block;
  position: absolute;
  right: 0;
  top: -70px;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr .th:first-child {
  background: #f6f8fa;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr .td:first-child {
  text-align: center;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 30px;
  margin: 0;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr .td:first-child .iconfont {
  color: #b7b7b7;
  font-size: 25px;
}

.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr .td:first-child .img {
  width: 46px;
  height: 46px;
  background: #f6f8fa;
  margin-right: 12px;
  margin-left: 20px;
}
.ny-prodetail .bottom .bd ul li:nth-child(2) .c2 .tr .td:first-child .img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.link-pro .title {
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  line-height: 36px;
}
.link-pro .link-swiper {
  position: relative;
  margin-top: 40px;
}
.link-pro .link-swiper .btn-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.link-pro .link-swiper .btn-list > div {
  width: 90px;
  height: 42px;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
  font-weight: 200;
}
.link-pro .link-swiper .btn-list > div:nth-child(1) {
  margin-right: 20px;
  transform: rotate(180deg);
  position: relative;
  left: -98px;
}
.link-pro .link-swiper .btn-list > div:nth-child(2) {
  position: relative;
  right: -98px;
}
.link-pro .link-swiper .linkSwiper {
  overflow: hidden;
  margin-top: 60px;
}
.link-pro .link-swiper .linkSwiper ul {
  display: flex;
}
.link-pro .link-swiper .linkSwiper ul li {
  width: calc(33% - 20px);
  margin-right: 25px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
}
.link-pro .link-swiper .linkSwiper ul li:hover .tx {
  color: #1373e2;
  font-weight: 700;
}
.link-pro .link-swiper .linkSwiper ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.link-pro .link-swiper .linkSwiper ul li .tx {
  height: 85px;
  line-height: 85px;
  padding: 0 35px;
  font-size: 16px;
}
.link-pro .link-swiper .linkSwiper ul li .img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.link-pro .link-swiper .linkSwiper ul li .img-wrap .img {
  width: 100%;
  height: 100%;
}
.link-pro .link-swiper .linkSwiper ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 57%;
}
.ny-contact {
  margin-bottom: 80px;
}
.contents {
  width: 1200px;
  margin: 0 auto;
}
.ny-contact .message {
  margin-top: 40px;
}
.ny-contact .message .tit {
  margin-bottom: 30px;
}
.ny-contact .message .tit h3 {
  font-size: 40px;
  font-weight: 700;
  color: #030303;
  text-align: center;
}
.ny-contact .message .tit p {
  color: #999999;
  text-align: center;
}
.ny-contact .message .input {
  display: flex;
  margin-top: 15px;
}
.ny-contact .message .input > div {
  width: calc(50% - 15px);
}
.ny-contact .message .input > div input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  margin-top: 14px;
  background: #ffffff;
  height: 45px;
  padding-left: 15px;
  box-sizing: border-box;
}
.ny-contact .message .input > div:nth-child(1) {
  margin-right: 30px;
}
.ny-contact .message .input > div span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .input > div span i {
  color: #ff0000;
  margin-left: 3px;
}
.ny-contact .message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.ny-contact .message .text-area span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .text-area textarea {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #eeeeee;
}
.ny-contact .message .btn-group {
  display: flex;
  margin-top: 70px;
}
.ny-contact .message .btn {
  width: 138px;
  height: 44px;
  background: #1373e2;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.ny-contact .message .reset {
  width: 134px;
  height: 40px;
  background: #f4f4f4;
  line-height: 40px;
  color: #999999;
  text-align: center;
  margin-left: 26px;
}
.ny-docs {
  margin-bottom: 80px;
  margin-top: 35px;
}
.ny-docs .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-docs .lists ul li {
  margin-right: 35px;
  margin-top: 35px;
  width: calc(33% - 20px);
}
.ny-docs .lists ul li:hover .img-wrap {
  overflow: hidden;
}
.ny-docs .lists ul li:hover .img-wrap img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-docs .lists ul li:hover .text > div:nth-child(1) {
  color: #1373e2;
  font-weight: 700;
}
.ny-docs .lists ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-docs .lists ul li .img-wrap {
  width: 100%;
  height: 340px;
  box-sizing: border-box;
}
.ny-docs .lists ul li .img-wrap .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ny-docs .lists ul li .img-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-docs .lists ul li .text {
  display: flex;
  justify-content: center;
  margin-top: 19px;
  text-align: center;
}
.ny-docs .lists ul li .text > div:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.ny-news,
.ny-search {
  margin-bottom: 80px;
}
.ny-news .list ul li,
.ny-search .list ul li {
  padding: 65px 0;
  border-bottom: 1px dashed #dcdcdc;
}
.ny-news .list ul li:hover img,
.ny-search .list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-news .list ul li:hover .tit,
.ny-search .list ul li:hover .tit {
  color: #1373e2 !important;
}
.ny-news .list ul li a,
.ny-search .list ul li a {
  display: flex;
  align-items: center;
}
.ny-news .list ul li a .left,
.ny-search .list ul li a .left {
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.ny-news .list ul li a .left img,
.ny-search .list ul li a .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-news .list ul li a .right,
.ny-search .list ul li a .right {
  width: calc(100% - 365px);
  margin-left: 65px;
}
.ny-news .list ul li a .right .top-tit,
.ny-search .list ul li a .right .top-tit {
  display: flex;
}
.ny-news .list ul li a .right .top-tit .tit,
.ny-search .list ul li a .right .top-tit .tit {
  width: 80%;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.ny-news .list ul li a .right .top-tit .time,
.ny-search .list ul li a .right .top-tit .time {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #d0d0d0;
  line-height: 30px;
  white-space: nowrap;
}
.ny-news .list ul li a .right .top-tit .time .t,
.ny-search .list ul li a .right .top-tit .time .t {
  width: 45px;
  height: 16px;
  padding: 0 5px;
  box-sizing: border-box;
  background: #ecf1f8;
  font-size: 12px;
  color: #a2cae0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-right: 10px;
}
.ny-news .list ul li a .right .desc,
.ny-search .list ul li a .right .desc {
  font-size: 14px;
  color: #555555;
  line-height: 30px;
  margin-top: 30px;
}
.ny-search .list ul li {
  width: 100%;
}
.ny-banner {
  position: relative;
  /* height: 441px; */
}
.ny-banner img {
  width: 100%;
  display: block;
  /* position: absolute; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
}
.ny-banner .wrap {
  position: absolute;
  z-index: 100;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.ny-banner .wrap .text .title p:nth-child(1) {
  font-size: 30px;
  color: #ffffff;
  line-height: 24px;
  font-weight: bold;
}
.ny-banner .wrap .text .address {
  font-size: 15px;
  color: #ffffff;
  line-height: 24px;
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.ny-banner .wrap .text .address span {
  color: #fff;
  opacity: 0.5;
  font-size: 25px;
  margin-right: 5px;
}
.ny-banner .wrap .text .address a {
  color: #ffffff;
}
.ny-classify {
  height: 98px;
  border-bottom: 1px solid #e0e0e0;
}
.ny-classify ul {
  display: flex;
  align-items: center;
  height: 98px;
}
.ny-classify ul li {
  font-size: 18px;
  line-height: 40px;
  margin: 0 30px;
  height: 98px;
  line-height: 98px;
  padding: 0 15px;
}
.ny-classify ul li:nth-child(1) {
  margin-left: 0;
}
.ny-classify ul li a {
  color: #222222;
}
.ny-classify ul li:hover a {
  color: #1373e2;
  font-weight: 700;
}
.ny-classify ul li.on {
  border-bottom: 2px solid #1373e2;
}
.ny-classify ul li.on a {
  color: #1373e2;
  font-weight: 700;
}
.ny-com-tit {
  text-align: center;
}
.ny-com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.ny-com-tit p:nth-child(2) {
  font-size: 14px;
  color: #cacaca;
  line-height: 30px;
  text-transform: uppercase;
}
.ny-about .wrap {
  width: 1400px;
}
.ny-about .a-top {
  margin-top: 65px;
}
.ny-about .a-top .tit p:nth-child(1) {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
}
.ny-about .a-top .tit p:nth-child(2) {
  font-size: 64px;
  color: #333333;
  line-height: 68px;
  margin-top: -60px;
  margin-left: 150px;
  opacity: 0.06;
  font-weight: 700;
  text-transform: uppercase;
}
.ny-about .a-top .desc {
  width: 45.7%;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  margin-top: 40px;
}
.ny-about .a-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  height: 425px;
}
.ny-about .a-cont .right {
  width: 42.6%;
  position: relative;
  margin-right: 65px;
}
.ny-about .a-cont .right .arrow {
  position: absolute;
  bottom: 68px;
  cursor: pointer;
  z-index: 1000;
}
.ny-about .a-cont .right .about-prev {
  left: 80px;
}
.ny-about .a-cont .right .about-next {
  right: 80px;
  transform: rotate(180deg);
}
.ny-about .a-cont .right .img {
  width: 100%;
  height: 320px;
  position: relative;
  z-index: 100;
}
.ny-about .a-cont .right .img img {
  width: 100%;
  height: 100%;
}
.ny-about .a-cont .right .tips {
  text-align: center;
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.ny-about .a-cont .right .tips .tx {
  font-weight: 400;
  font-size: 20px;
  line-height: 65px;
  color: #ffffff;
  text-align: center;
}
.ny-about .a-cont .right .k {
  width: 85%;
  height: 330px;
  background: #1373e2;
  position: absolute;
  left: -10px;
  top: 56px;
  left: 87px;
  transform: skew(-13deg);
  z-index: -1;
}
.ny-about .histoty {
  margin-top: 65px;
}
.ny-about .histoty ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny-about .histoty ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-about .histoty ul li p:nth-child(1) .i {
  font-weight: bold;
  font-size: 20px;
  color: #222;
  margin-left: -7px;
  margin-top: -5px;
}
.ny-about .histoty ul li p:nth-child(1) .num {
  font-weight: bold;
  font-size: 40px;
  color: #1373e2;
}
.ny-about .histoty ul li p:nth-child(2) {
  font-size: 16px;
  color: #222;
  margin-top: 10px;
}
.ny-about .cluture {
  height: 678px;
  box-sizing: border-box;
  margin-top: 90px;
}
.ny-about .cluture .culture-cont {
  display: flex;
  align-items: center;
  height: 100%;
}
.ny-about .cluture .culture-cont .c-com-tit {
  position: relative;
  top: -10px;
  left: 37px;
}
.ny-about .cluture .culture-cont .c-com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  color: #222222;
}
.ny-about .cluture .culture-cont .c-com-tit p:nth-child(2) {
  font-size: 14px;
  color: #222222;
  line-height: 30px;
  opacity: 0.3;
  text-transform: uppercase;
}
.ny-about .cluture .culture-cont .c-right {
  margin-left: 150px;
  position: relative;
  top: -30px;
}
.ny-about .cluture .culture-cont .c-right ul li {
  margin-top: 40px;
  display: flex;
}
.ny-about .cluture .culture-cont .c-right ul li::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #f78d02;
  /* 三角形朝右 */
  margin-right: 14px;
  margin-top: 7px;
}
.ny-about .cluture .culture-cont .c-right ul li .item > div:nth-child(1) {
  font-weight: bold;
  font-size: 22px;
  color: #222222;
}
.ny-about .cluture .culture-cont .c-right ul li .item > div:nth-child(2) {
  font-size: 16px;
  color: #222;
  margin-top: 10px;
}
.ny-about .honor {
  overflow: hidden;
  margin-top: 88px;
}
.ny-about .honor .honorSwiper {
  position: relative;
  margin: 0 auto;
  padding-bottom: 120px;
  margin-top: 70px;
}
.ny-about .honor .honorSwiper .swiper-slide {
  width: 754px;
  height: 500px;
}
.ny-about .honor .honorSwiper .swiper-slide p {
  text-align: center;
  font-size: 22px;
  color: #333333;
  margin-top: 50px;
  display: none;
}
.ny-about .honor .honorSwiper .swiper-slide.swiper-slide-active p {
  display: block;
}
.ny-about .honor .honorSwiper .swiper-slide.swiper-slide-active img {
  height: 100%;
  object-fit: fill;
}
.ny-about .honor .honorSwiper .swiper-slide .img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 100%;
}
.ny-about .honor .honorSwiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0px 13px 31px 4px rgba(0, 0, 0, 0.18);
}
.ny-about .development {
  box-sizing: border-box;
  padding-top: 60px;
  position: relative;
  margin-top: 10px;
  padding-bottom: 100px;
}
.ny-about .development .year-line {
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 280px;
}
.ny-about .development .year-line img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ny-about .development .wrap {
  position: relative;
}
.ny-about .development .btn-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 235px;
  position: absolute;
}
.ny-about .development .btn-list .d-prev {
  position: relative;
  left: -100px;
}
.ny-about .development .btn-list .d-next {
  position: relative;
  right: -100px;
  transform: rotate(180deg);
}
.ny-about .development .dvSwiper {
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}
.ny-about .development .dvSwiper ul {
  width: 100%;
}
.ny-about .development .dvSwiper ul li {
  width: 100%;
  display: flex;
}
.ny-about .development .dvSwiper ul li .item {
  margin-right: 20px;
  display: flex;
}
.ny-about .development .dvSwiper ul li .item:nth-last-child(1) {
  margin-right: 0;
}
.ny-about .development .dvSwiper ul li .item:nth-child(1) {
  margin-top: 360px;
  flex: 1;
}
.ny-about .development .dvSwiper ul li .item:nth-child(2) {
  margin-top: 60px;
  flex: 1.5;
}
.ny-about .development .dvSwiper ul li .item:nth-child(3) {
  margin-top: 360px;
  width: 350px;
  flex: 1.5;
}
.ny-about .development .dvSwiper ul li .item:nth-child(4) {
  flex: 1.5;
}
.ny-about .development .dvSwiper ul li .item .right {
  margin-left: 25px;
}
.ny-about .development .dvSwiper ul li .item .right .year {
  font-weight: bold;
  font-size: 36px;
  color: #1373e2;
}
.ny-about .development .dvSwiper ul li .item .right .desc {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 5px;
}
.ny-about .enquitment {
  position: relative;
  margin-top: 70px;
  padding-bottom: 90px;
}
.ny-about .enquitment .desc {
  font-size: 15px;
  color: #555555;
  line-height: 30px;
  text-align: center;
  margin-top: 55px;
}
.ny-about .enquitment .btn-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}
.ny-about .enquitment .btn-list > div {
  width: 90px;
  height: 42px;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
  font-weight: 200;
}
.ny-about .enquitment .btn-list > div:nth-child(1) {
  margin-right: 20px;
  transform: rotate(180deg);
  position: relative;
  left: -108px;
}
.ny-about .enquitment .btn-list > div:nth-child(2) {
  position: relative;
  right: -108px;
}
.ny-about .enquitment .enquitmentSwiper {
  overflow: hidden;
  margin-top: 60px;
}
.ny-about .enquitment .enquitmentSwiper ul {
  display: flex;
}
.ny-about .enquitment .enquitmentSwiper ul li {
  width: calc(33% - 20px);
  margin-right: 25px;
  box-sizing: border-box;
}
.ny-about .enquitment .enquitmentSwiper ul li .img-wrap {
  width: 100%;
}
.ny-about .enquitment .enquitmentSwiper ul li .img-wrap .img {
  width: 100%;
}
.ny-about .enquitment .enquitmentSwiper ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 68.2%;
}
.ny-page {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-page .content {
  margin-top: 55px;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-title span {
  color: #14997e;
  display: inline;
}
.ny-contact .left-img {
  width: 66%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ny-contact .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-contact .s-com-tit {
  text-align: center;
}
.ny-contact .s-com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
}
.ny-contact .s-com-tit p:nth-child(1) img {
  margin-right: 25px;
  position: relative;
  top: -5px;
}
.ny-contact .s-com-tit p:nth-child(2) {
  font-size: 16px;
  color: #bfbfbf;
  margin-top: 10px;
}
.ny-contact .info-contact {
  height: 700px;
  position: relative;
}
.ny-contact .info-contact .ny-wrap {
  position: relative;
}
.ny-contact .info-contact .ny-wrap .right {
  position: absolute;
  right: 0;
  height: 460px;
  top: 120px;
  width: 1000px;
  background: #f8f8f8;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.ny-contact .info-contact .ny-wrap .right .left-tel {
  width: 70%;
}
.ny-contact .info-contact .ny-wrap .right .left-tel .top-list-icon {
  display: flex;
  align-items: center;
  height: 220px;
  padding-left: 90px;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
}
.ny-contact .info-contact .ny-wrap .right .left-tel .top-list-icon .item {
  display: flex;
  align-items: center;
}
.ny-contact
  .info-contact
  .ny-wrap
  .right
  .left-tel
  .top-list-icon
  .item:nth-child(1) {
  margin-right: 100px;
}
.ny-contact .info-contact .ny-wrap .right .left-tel .top-list-icon span {
  font-size: 18px;
  margin-left: 30px;
  line-height: 30px;
  color: #333;
}
.ny-contact .info-contact .ny-wrap .right .left-tel .top-list-icon span i {
  color: #e60000;
}
.ny-contact .info-contact .ny-wrap .right .left-tel .address {
  padding-left: 90px;
  margin-top: 65px;
  line-height: 30px;
}
.ny-contact .info-contact .ny-wrap .right .erwei {
  width: 280px;
  height: 330px;
  background: #1373e2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ny-contact .info-contact .ny-wrap .right .erwei img {
  width: 120px;
  height: 120px;
}
.ny-contact .info-contact .ny-wrap .right .erwei .tx {
  margin-top: 20px;
}
.ny-contact .info-contact .ny-wrap .right .erwei p {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}
.ny-contact .message {
  margin-top: 100px;
}
.ny-contact .message .form {
  margin-top: 40px;
}
.ny-contact .message .form .item {
  display: flex;
}
.ny-contact .message .form .item .inp {
  width: calc(50% - 25px);
  height: 60px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 0 30px;
  box-sizing: border-box;
}
.ny-contact .message .form .item .inp:nth-child(2n + 1) {
  margin-right: 50px;
}
.ny-contact .message .form .item .inp:nth-child(2n) span {
  width: 45px;
}
.ny-contact .message .form .item .inp span {
  display: block;
  width: 80px;
  white-space: nowrap;
  font-size: 16px;
  color: #222222;
}
.ny-contact .message .form .item .inp span i {
  color: #dd0000;
}
.ny-contact .message .form .item .inp input {
  height: 60px;
  width: 80%;
  padding-left: 15px;
}
.ny-contact .message .form .item3 {
  width: 100%;
}
.ny-contact .message .form .item3 .inp {
  width: 100%;
  height: 155px;
  align-items: flex-start;
  padding-top: 24px;
  box-sizing: border-box;
}
.ny-contact .message .form .item3 textarea {
  height: 60px;
  height: 100%;
  background: #f7f7f7;
  margin-top: 2px;
}
.ny-contact .message .form .sub {
  width: 160px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  background: #1373e2;
  font-size: 16px;
  color: #ffffff;
  margin: 60px auto 0;
}
.ny-contact .join {
  background: #f7f7f7;
  margin-top: 100px;
  padding: 80px 0;
}
.ny-contact .join .list {
  margin-top: 65px;
}
.ny-contact .join .list ul li {
  margin-top: 18px;
  cursor: pointer;
}
.ny-contact .join .list ul li:hover .left {
  font-weight: 700;
}
.ny-contact .join .list ul li:hover .iconfont {
  color: #e3251c;
}
.ny-contact .join .list ul li.expanded .cont {
  display: block;
}
.ny-contact .join .list ul li.expanded .item .left {
  font-weight: bold;
  font-size: 24px;
  color: #222222;
}
.ny-contact .join .list ul li.expanded .item .jian {
  display: block;
  color: #e3251c;
}
.ny-contact .join .list ul li.expanded .item .jia {
  display: none;
}
.ny-contact .join .list ul li .item {
  width: 100%;
  height: 72px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 45px;
  box-sizing: border-box;
}
.ny-contact .join .list ul li .item .iconfont {
  font-size: 30px;
  color: #a0a0a0;
}
.ny-contact .join .list ul li .item .left {
  font-size: 18px;
  color: #222222;
}
.ny-contact .join .list ul li .item .jian {
  display: none;
}
.ny-contact .join .list ul li .cont {
  padding: 30px 40px;
  background: #fff;
  display: none;
}
.common-left .nav-list {
  margin-top: 45px;
  background: #ffffff;
}
.common-left .nav-list > ul {
  display: flex;
  justify-content: center;
}
.common-left .nav-list > ul > li {
  margin-right: 20px;
}
.common-left .nav-list > ul > li {
  min-width: 175px;
  height: 49px;
  border-radius: 25px;
  padding: 0 24px;
  border: 1px solid #d7d7d7;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-right: 24px;
}
/* .common-left .nav-list > ul > li a {
} */
.common-left .title {
  /* height: 89px; */
  /* line-height: 89px; */
  font-size: 34px;
  text-align: center;
}
.common-left .title p:nth-child(2) {
  font-size: 24px;
  color: #707070;
  text-transform: uppercase;
}
.common-left .nav-list > ul > li.active {
  background: #1373e2;
  color: #fff;
  border: none;
}
.common-left .nav-list > ul > li.active a {
  color: #fff;
}
.common-left .nav-list > ul > li:hover {
  background: #1373e2;
  color: #fff;
  border: none;
}
.common-left .nav-list > ul > li a {
  color: #6d6d6d;
}
.common-left .nav-list > ul > li:hover a {
  color: #fff;
  border: none;
}
.common-left .nav-list > ul > li .sub {
  display: none;
}
.common-left .nav-list > ul > li .sub li {
  padding-left: 10px;
}
.common-left .nav-list > ul > li .sub a:hover {
  color: #1373e2;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 65px 0 0 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 7px;
  text-align: center;
  box-sizing: border-box;
  color: #242422;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}
.paging li.active a,
.paging li:hover a {
  background: #1373e2 !important;
  color: #fff !important;
}
.paging li.active a a,
.paging li:hover a a {
  color: #fff !important;
}
.paging li.active a span,
.paging li:hover a span {
  color: #fff !important;
}
.paging li span {
  color: #000000;
}
.paging li.next {
  transform: rotate(180deg);
  margin-left: 14px;
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.prev {
  margin-right: 14px;
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.ny-detail {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ny-detail img {
  max-width: 100%;
}
.ny-detail .title {
  font-size: 28px;
  color: #222222;
  text-align: center;
  font-weight: 700;
}
.ny-detail .related {
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 40px;
  margin-top: 20px;
}
.ny-detail .cont {
  margin-top: 60px;
}
.ny-detail .other {
  margin-top: 60px;
}
.ny-detail .other li {
  line-height: 30px;
}
.ny-detail .other li:hover a {
  color: #1373e2;
}
@media screen and (max-width: 1680px) {
  .wrap,
  .ny-wrap {
    width: 1300px !important;
  }
  .head .wrap .nav > ul > li {
    margin: 0 23px;
  }
  .head .wrap .right-menu {
    margin-left: 50px;
  }
  .index-product .classifyList .wrap {
    padding: 0;
  }
  .footer .left .ew-list ul li img {
    width: 98px;
    height: 98px;
  }
  .c-com-tit {
    left: 20px !important;
  }
  .ny-about .development .dvSwiper ul li .item:nth-child(1) {
    margin-top: 355px;
  }
  .ny-about .development .dvSwiper ul li .item:nth-child(3) {
    margin-top: 360px;
  }
  .index-pro .right ul li {
    width: calc(18.6% - 50px);
    margin-right: 31px;
    margin-bottom: 40px;
  }
  .index-product .list ul li .img-wrap {
    height: 190px;
  }
  .about .a-top .right .desc {
    margin-top: 50px;
  }
  .about .a-top .right .more {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .index-pro .right ul li {
    width: calc(16.6% - 23px);
    margin-right: 28px;
    margin-bottom: 40px;
  }
  .wrap,
  .ny-wrap {
    width: 1200px !important;
  }
  .footer .left .ew-list ul li img {
    width: 85px;
    height: 85px;
  }
  .footer .left .tel .tx p:nth-child(2) {
    font-size: 17px;
  }
  .c-com-tit {
    left: 0 !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 1920px) {
  .ny-about .cluture .culture-cont .c-com-tit {
    left: 70px;
  }
}
