* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: 'Microsoft YaHei', 'å¾®è½¯é›…é»‘', sans-serif;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #14997e;
}
.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: 1300px;
}
.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;
}
.top {
  width: 100%;
  position: absolute;
  z-index: 100000;
  height: 92px;
  top: 0;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.top .nav {
  display: flex;
  height: 92px;
  align-items: center;
}
.top .nav .navbar {
  display: flex;
}
.top .nav li {
  height: 92px;
  position: relative;
  margin: 0 13px;
}
.top .nav li.pro {
  position: static;
}
.top .nav li.pro:hover .sub-pro {
  display: block;
}
.top .nav li > a {
  position: relative;
}
.top .nav li.on .tit,
.top .nav li:hover .tit {
  /* font-weight: 700; */
  color: #2eb6fc;
  position: relative;
}
.top .nav li:hover .sub {
  display: block;
}
.top .nav .tit {
  height: 92px;
  font-size: 17px;
  color: #333333;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .nav .sub {
  position: absolute;
  left: 50%;
  width: 191px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
  border-top: 3px solid #2eb6fc;
}
.top .nav .sub a {
  background: #fff;
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #f3f5f8;
}
.top .nav .sub a:nth-last-child(1) {
  border-bottom: none;
}
.top .nav .sub a:hover {
  background: #2eb6fc;
  font-weight: 700;
  color: #fff;
}
.top .logo {
  display: flex;
  align-items: center;
}
.top .other {
  display: flex;
  align-items: center;
}
.top .other .search {
  width: 37px;
  height: 37px;
  background: #2eb6fc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.top .other .search span {
  color: #fff;
  font-size: 22px;
}
.top .other .link {
  font-size: 18px;
  color: #a1a1a1;
  line-height: 62px;
}
.top .other .link .cn {
  color: #2eb6fc;
}
.top .other .link .en {
  color: #333;
}
.top .sub-pro {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  padding-top: 70px;
  padding-bottom: 20px;
  display: none;
}
.top .sub-pro .wrap {
  display: flex;
  align-items: flex-start;
}
.top .sub-pro .wrap .left,
.top .sub-pro .wrap .right {
  width: 65.3%;
}
.top .sub-pro .wrap .left .t1,
.top .sub-pro .wrap .right .t1 {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #f7f7f7;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
.top .sub-pro .wrap .left .t1 a,
.top .sub-pro .wrap .right .t1 a {
  color: #22acf3;
}
.top .sub-pro .wrap .left .sub2,
.top .sub-pro .wrap .right .sub2 {
  display: flex;
}
.top .sub-pro .wrap .left .sub2 .item,
.top .sub-pro .wrap .right .sub2 .item {
  width: 25%;
}
.top .sub-pro .wrap .left .sub2 .item .t2,
.top .sub-pro .wrap .right .sub2 .item .t2 {
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  line-height: 95px;
  border-bottom: 1px solid #cbcbcb;
}
.top .sub-pro .wrap .left .sub2 .item .t2:hover a,
.top .sub-pro .wrap .right .sub2 .item .t2:hover a {
  color: #2eb6fc;
}
.top .sub-pro .wrap .left .sub2 .item .sub3,
.top .sub-pro .wrap .right .sub2 .item .sub3 {
  margin-top: 15px;
}
.top .sub-pro .wrap .left .sub2 .item .sub3 a,
.top .sub-pro .wrap .right .sub2 .item .sub3 a {
  display: block;
  font-size: 22px;
  color: #222222;
  font-weight: 400;
  line-height: 48px;
}
.top .sub-pro .wrap .left .sub2 .item .sub3 a:hover,
.top .sub-pro .wrap .right .sub2 .item .sub3 a:hover {
  color: #2eb6fc;
}
.top .sub-pro .wrap .right {
  width: calc(34.7% - 64px);
  margin-left: 64px;
}
.top .sub-pro .wrap .right .item {
  width: 50% !important;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .wrap {
  height: 55px;
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  font-size: 34px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.banner .swiper-paginations {
  width: 120px;
  color: #fff;
}
.banner .swiper-paginations .swiper-pagination-total,
.banner .swiper-paginations .sg,
.banner .swiper-paginations .num {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: -3px;
}
.banner .swiper-paginations .num {
  margin-left: -5px;
}
.banner .btn-list {
  display: flex;
  color: #fff;
}
.banner .btn-list > div {
  width: 31px;
  height: 31px;
  background: rgba(51, 51, 51, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .btn-list > div:hover {
  background: #2eb6fc;
}
.banner .btn-list > div:hover .iconfont {
  color: #fff;
}
.banner .btn-list .iconfont {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.banner .btn-list .prev {
  margin-right: 15px;
}
.banner .btn-list .prev .iconfont {
  display: inline-block;
  transform: rotate(180deg);
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  height: auto;
}
.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: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b5b5b5;
}
.banner .hd li.on {
  background: #14997e;
  width: 50rpx;
}
.banner .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 10000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  animation: yunMove2 1s infinite;
}
.banner .more p {
  margin-top: 5px;
}
.ny-banner {
  position: relative;
}
.ny-banner .img {
  width: 100%;
  display: block;
}
.ny-banner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ny-banner .text p {
  width: 100%;
}
.ny-banner .text p:nth-child(1) {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  font-size: 46px;
  color: #333333;
  line-height: 46px;
}
.ny-banner .text p:nth-child(1) img {
  margin-right: 20px;
}
.ny-banner .text p:nth-child(2) {
  margin-top: 10px;
}
.ny-com-tip {
  display: flex;
  justify-content: space-between;
  height: 140px;
  align-items: center;
}
.ny-com-tip .left {
  display: flex;
  align-items: center;
}
.ny-com-tip .left .tit {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.ny-com-tip .left .tit .iconfont {
  width: 53px;
  height: 53px;
  background: #2eb6fc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ny-com-tip .left .tit .tx {
  font-size: 18px;
  color: #888888;
  line-height: 36px;
  margin-left: 15px;
}
.ny-com-tip .left .select {
  width: 312px;
  height: 54px;
  line-height: 54px;
  background: #f7f7f7;
  border-radius: 6px;
  position: relative;
  margin-left: 30px;
}
.ny-com-tip .left .select:hover .sub {
  display: block;
}
.ny-com-tip .left .select input {
  width: 90%;
  padding-left: 35px;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
  font-size: 18px;
}
.ny-com-tip .left .select .sub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 11px 7px 10px -8px #efefef;
  z-index: 100;
  background: #fff;
  display: none;
  top: 55px;
}
.ny-com-tip .left .select .sub li {
  padding: 0 25px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  position: relative;
}
.ny-com-tip .left .select .sub li .sub-two {
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  left: 100%;
  background: #fff;
  box-shadow: 11px 7px 10px -8px #efefef;
}
.ny-com-tip .left .select .sub li .sub-two a {
  display: block;
  padding: 0 25px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #333;
}
.ny-com-tip .left .select .sub li .sub-two a:hover {
  background: #2eb6fc;
  color: #fff;
}
.ny-com-tip .left .select .sub li:hover .sub-two {
  display: block;
}
.ny-com-tip .left .select .sub li > a {
  width: 100%;
  height: 100%;
  display: block;
}
.ny-com-tip .left .select .sub li:hover {
  background: #2eb6fc;
}
.ny-com-tip .left .select .sub li:hover > a {
  color: #fff;
}
.ny-com-tip .left .select img {
  position: absolute;
  right: 30px;
  top: 20px;
  display: inline-block;
}
.ny-com-tip .right {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #888888;
  line-height: 36px;
}
.ny-com-tip .right a {
  display: flex;
  align-items: center;
}
.ny-com-tip .right img {
  margin-right: 15px;
}
.about {
  padding-top: 100px;
  position: relative;
}
.about .wrap {
  display: flex;
  justify-content: space-between;
}
.about .wrap .bd {
  /* height: 520px; */
}
.about .tit p:nth-child(1) {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 44px;
  color: #2eb6fc;
  height: 44px;
}
.about .tit p:nth-child(1) img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.about .tit p:nth-child(2) {
  font-size: 24px;
  color: #8c8c8c;
  line-height: 62px;
  color: #222;
}
.about .tit p:nth-child(2) span {
  color: #8c8c8c;
  text-transform: uppercase;
}
.about .content-text {
  position: relative;
  z-index: 100;
  width: 58%;
}
.about .content-text .tx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.about .content-text .tx .more {
  width: 127px;
  height: 51px;
  font-size: 18px;
  color: #fffefe;
  background: #2eb6fc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about .content-text .tx .more::after {
  content: '';
  width: 86px;
  height: 1px;
  background: #2eb6fc;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotateY(180deg);
  transform-origin: right 0;
}
.about .content-text .tx .desc {
  width: calc(100% - 250px);
  font-size: 15px;
  color: #333333;
  line-height: 25px;
  text-align: justify;
}
.about .content-text .more a {
  font-size: 16px;
  color: #2eb6fc;
}
.about .l2 {
  display: flex;
}
.about .l2 .item {
  width: calc(33% - 8px);
  margin-right: 22px;
}
.about .l2 .item:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.about .l2 .item a {
  display: block;
  width: 100%;
}
.about .l2 .item:nth-last-child(1) {
  margin-right: 0;
}
.about .l2 .item a > .img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.about .l2 .item a > .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .l2 .item .text {
  width: 100%;
  height: 180px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 45px;
  box-sizing: border-box;
}
.about .l2 .item .text .left p:nth-child(1) {
  font-size: 22px;
  color: #222222;
}
.about .l2 .item .text .left p:nth-child(2) {
  font-size: 16px;
  color: #999999;
}
.about .l3 .cont {
  display: flex;
  justify-content: space-between;
}
.about .l3 .l3-left .tx {
  font-size: 18px;
  color: #222222;
  line-height: 36px;
  margin-top: 56px;
}
.about .l3 .l3-left .more {
  width: 127px;
  height: 51px;
  background: #2eb6fc;
  font-size: 18px;
  line-height: 62px;
  text-align: center;
  justify-content: center;
  margin-top: 100px;
}
.about .l3 .l3-left .more a {
  color: #fffefe;
}
.about .l3 .l3-right {
  width: 80%;
  margin-top: -20px;
}
.about .l3 .l3-right img {
  width: 100%;
}
.about .right {
  position: absolute;
  right: 0;
  width: 38.5%;
}
.about .history {
  position: relative;
  z-index: 10;
}
.about .history ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.about .history ul li {
  margin-top: 60px;
}
.about .history ul li:nth-last-child(1) {
  border-right: none;
}
.about .history ul li p:nth-child(1) {
  font-size: 54px;
  color: #333;
  font-weight: 700;
}
.about .history ul li p:nth-child(1) span:nth-child(2) {
  font-size: 19px;
  text-align: left;
  color: #333;
  line-height: 30px;
  position: relative;
  left: 4px;
  top: -25px;
}
.about .history ul li p:nth-child(2) {
  width: 162px;
  font-size: 15px;
  color: #222222;
}
.about .a-link {
  margin-top: 45px;
}
.about .a-link ul {
  display: flex;
}
.about .a-link ul li {
  width: 349px;
  font-size: 30px;
  color: #222222;
  border-top: 1px solid #a1a1a1;
  padding-top: 30px;
  position: relative;
}
.about .a-link ul li.on:after {
  width: 100%;
  transition: all 0.5s;
}
.about .a-link ul li::after {
  content: '';
  width: 0;
  height: 3px;
  background: #2eb6fc;
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 100;
}
.about .a-link ul li:hover::after {
  width: 100%;
  transition: all 0.5s;
}
.about .a-link ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .a-link ul li img {
  width: 34px;
  height: auto;
  margin-right: 30px;
}
.index-com-tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index-com-tit .tit p:nth-child(1) {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 38px;
  color: #2eb6fc;
  height: 44px;
}
.index-com-tit .tit p:nth-child(1) img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.index-com-tit .tit p:nth-child(2) {
  font-size: 19px;
  color: #8c8c8c;
  line-height: 62px;
  color: #222;
}
.index-com-tit .tit p:nth-child(2) span {
  color: #8c8c8c;
  text-transform: uppercase;
}
.index-com-tit .more {
  width: 127px;
  height: 51px;
  font-size: 18px;
  color: #fffefe;
  background: #2eb6fc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.index-com-tit .more a {
  color: #fff;
}
.use {
  position: relative;
  padding-top: 60px;
  margin-top: 120px;
}
.use::after {
  content: '';
  width: 44.7%;
  height: 100%;
  display: block;
  background: #f8f8f8;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.use .contain {
  width: 83.3%;
  margin: 0 auto;
  min-width: 1200px;
}
.use ul {
  margin-top: 80px;
  padding-bottom: 126px;
}
.use ul li {
  display: flex;
  padding: 30px 0;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
}
.use ul li .class-name {
  width: 27.2%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.use ul li .class-name p:nth-child(1) img {
  width: 50px;
  margin-top: 10px;
}
.use ul li .class-name p:nth-child(2) {
  font-size: 28px;
  color: #222222;
  margin-top: 40px;
}
.use ul li .class-name p:nth-child(3) {
  margin-top: 40px;
}
.use ul li .pro {
  width: calc(72.8% - 40px);
  display: flex;
}
.use ul li .pro a {
  width: 33.33%;
  position: relative;
}
.use ul li .pro a > div {
  width: 100%;
  height: 100%;
}
.use ul li .pro a > div::after {
  width: 100%;
  content: '';
  display: block;
  padding-bottom: 130%;
}
.use ul li .pro a > div .text {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  -webkit-text-stroke: 1px #383838;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  white-space: nowrap;
}
.use .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 65px !important;
}
.use .swiper-pagination .swiper-pagination-bullet {
  width: 54px;
  height: 2px;
  background: #d2d2d2;
  opacity: 1;
  margin: 0 7px !important;
}
.use .swiper-pagination .swiper-pagination-bullet-active {
  width: 54px;
  height: 4px;
  background: #2eb6fc;
  border-radius: 0;
}
.product {
  padding-top: 75px;
  padding-bottom: 67px;
}
.product .cont {
  padding: 40px 50px 65px;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(7, 33, 74, 0.09);
  margin-top: 40px;
}
.product .cont.wrap {
  width: 1400px;
  box-sizing: border-box;
}
.product .cont .item .tit {
  font-weight: bold;
  font-size: 30px;
  color: #222222;
}
.product .cont .item .c {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.product .cont .item .c .left {
  width: calc(44.8% - 26px);
}
.product .cont .item .c .left ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product .cont .item .c .left ul li {
  width: 33%;
  text-align: center;
  height: 96px;
  border-right: 1px solid #dbdbdb;
  box-sizing: border-box;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 0px 29px; */
}
.product .cont .item .c .left ul li:nth-child(3n + 1) {
  padding-left: 0;
}
.product .cont .item .c .left ul li:nth-child(3n) {
  border-right: none;
  padding-right: 0;
}
.product .cont .item .c .left ul li p:nth-child(1) {
  /* width: 108px; */
  font-size: 18px;
  color: #222222;
}
.product .cont .item .c .left ul li p:nth-child(2) {
  width: 134px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  color: #555;
  margin-top: 20px;
}
.product .cont .item .c .left .more {
  width: 127px;
  height: 50px;
  font-size: 18px;
  color: #ffffff;
  background: #2eb6fc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.product .cont .item .c .left .more a {
  color: #fff;
}
.product .cont .item .c .right {
  width: 55.2%;
  position: relative;
}
.product .cont .item .c .right ul {
  width: 100%;
}
.product .cont .item .c .right ul li {
  width: 100%;
}
.product .cont .item .c .right ul li a {
  width: 100%;
  display: flex;
}
.product .cont .item .c .right ul li a .img {
  width: 48.1%;
  height: 250px;
  overflow: hidden;
}
.product .cont .item .c .right ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .cont .item .c .right ul li a .tx {
  width: calc(61.9% - 45px);
  margin-left: 45px;
}
.product .cont .item .c .right ul li a .tx p:nth-child(1) {
  font-size: 26px;
  color: #222222;
  margin-top: 10px;
}
.product .cont .item .c .right ul li a .tx p:nth-child(2) {
  font-size: 18px;
  color: #444444;
  line-height: 30px;
  margin-top: 30px;
}
.product .cont .item .c .right ul li a .tx p:nth-child(3) {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-decoration-line: underline;
  margin-top: 45px;
}
.product .cont .item .c .right ul li a .tx p:nth-child(3):hover {
  color: #2eb6fc;
}
.product .cont .item .c .right .hd {
  margin-top: 70px;
}
.product .cont .item .c .right .hd ul {
  width: 100%;
  height: 1px;
  background: #a1a1a1;
  display: flex;
}
.product .cont .item .c .right .hd ul li {
  width: 110px;
}
.product .cont .item .c .right .hd ul li.on {
  height: 2px;
  background: #2eb6fc;
  top: -1px;
  position: relative;
}
.product .cont .item .c .right .progress-container {
  width: 100%;
  height: 3px;
  background-color: #eee;
  z-index: 100;
}
.product .cont .item .c .right .progress-bar {
  height: 100%;
  width: 0%;
  background-color: #f60;
  transition: width 0.1s linear;
}
.product .cont .item .c2 .tit {
  text-align: right;
}
.product .cont .item .c2 .left {
  margin-left: 60px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.product .cont .item .c2 .left ul li:nth-child(3n) {
  padding-right: 0;
}
.product .cont .item .c2 .right {
  margin-top: 80px;
}
.new {
  position: relative;
  padding-top: 80px;
}
.new .recommand {
  width: 100%;
  margin-top: 70px;
}
.new .recommand a {
  width: 100%;
  display: flex;
}
.new .recommand a:hover .left img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .recommand a:hover .right p:nth-child(2) span:nth-child(1) {
  color: #2eb6fc;
}
.new .recommand a:hover .right p:nth-child(2) img {
  right: -20px;
}
.new .recommand a .left {
  width: 38.15%;
  overflow: hidden;
}
.new .recommand a .left img {
  width: 100%;
  height: 291px;
  object-fit: cover;
}
.new .recommand a .right {
  width: calc(61.8% - 70px);
  margin-left: 70px;
}
.new .recommand a .right p:nth-child(1) {
  font-size: 46px;
  color: #2eb6fc;
  margin-top: 15px;
}
.new .recommand a .right p:nth-child(1) span {
  font-size: 18px;
  color: #555555;
  height: 24px;
  background: #ededed;
  padding: 0 7px;
}
.new .recommand a .right p:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.new .recommand a .right p:nth-child(2) span:nth-child(1) {
  width: 80%;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 62px;
}
.new .recommand a .right p:nth-child(2) img {
  position: relative;
}
.new .recommand a .right p:nth-child(3) {
  font-size: 18px;
  color: #555555;
  line-height: 30px;
}
.new .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 140px;
}
.new .list ul li {
  width: calc(50% - 60px);
  margin-top: 70px;
}
.new .list ul li:hover a .tx p:nth-child(1) {
  color: #2eb6fc;
}
.new .list ul li a {
  width: 100%;
  display: flex;
}
.new .list ul li a .time {
  width: 95px;
}
.new .list ul li a .time p:nth-child(1) {
  font-size: 46px;
  color: #555555;
  line-height: 46px;
}
.new .list ul li a .time p:nth-child(2) {
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
}
.new .list ul li a .tx {
  width: calc(100% - 95px);
}
.new .list ul li a .tx p:nth-child(1) {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.new .list ul li a .tx p:nth-child(2) {
  font-size: 18px;
  color: #555555;
  line-height: 30px;
  margin-top: 20px;
}
.index-message {
  height: 717px;
  padding-top: 110px;
  box-sizing: border-box;
}
.index-message .cont {
  width: 995px;
  height: 501px;
  background: rgba(255, 255, 255, 0.95);
  padding: 47px 46px;
  box-sizing: border-box;
}
.index-message .cont .item {
  display: flex;
  border-bottom: 1px solid #bfbfbf;
  margin-right: 1px;
}
.index-message .cont .item:nth-child(1) {
  margin-top: 20px;
}
.index-message .cont .item .tx {
  display: flex;
  align-items: center;
  width: 129px;
  font-size: 14px;
  white-space: nowrap;
}
.index-message .cont .item .tx span {
  color: #ff0000;
  margin-left: 5px;
}
.index-message .cont .item .inp {
  width: calc(50% - -4px);
  display: flex;
  align-items: center;
}
.index-message .cont .item .inp:nth-child(2n) .tx {
  width: 99px;
}
.index-message .cont .item .inp input {
  height: 55px;
  border: none;
  outline: none;
  font-size: 15px;
  background: none;
  width: calc(100% - 118px);
}
.index-message .cont .item.area {
  display: flex;
  align-items: flex-end;
  padding-top: 35px;
  border: none;
  justify-content: space-between;
}
.index-message .cont .item.area .l {
  width: 80%;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #bfbfbf;
}
.index-message .cont .item textarea {
  width: 100%;
  height: 80px;
  border: none;
  outline: none;
  font-size: 16px;
  background: none;
  resize: none;
}
.index-message .cont .item .sub {
  width: 160px;
  height: 52px;
  line-height: 52px;
  background: #2eb6fc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.footer {
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 80px;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .wrap .left {
  width: 573px;
  justify-content: space-between;
}
.footer .wrap .left .l-top {
  display: flex;
}
.footer .wrap .left .l-top .logo p {
  font-size: 18px;
  color: #222222;
}
.footer .wrap .left .l-top .tel {
  display: flex;
  align-items: center;
  margin-left: 60px;
}
.footer .wrap .left .l-top .tel p:nth-child(1) {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 36px;
  white-space: nowrap;
}
.footer .wrap .left .l-top .tel p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.footer .wrap .left .job {
  height: 60px;
  line-height: 60px;
  background: #e6e6e6;
  font-size: 20px;
  color: #222222;
  line-height: 36px;
  margin-top: 40px;
}
.footer .wrap .left .job a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.footer .wrap .left .job img {
  height: 25px;
  margin-right: 20px;
}
.footer .wrap .mid {
  margin: 0 80px;
  width: 397px;
  font-size: 16px;
  color: #222222;
  line-height: 40px;
}
.footer .wrap .right {
  width: 160px;
  height: 181px;
  padding: 15px;
  padding-bottom: 0;
  background: #ffffff;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}
.copy {
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}
.copy .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.copy .wrap .left {
  font-size: 16px;
  line-height: 30px;
  color: #777777;
}
.copy .wrap .left a {
  color: #777777;
}
.copy .wrap .right {
  font-size: 16px;
  color: #777777;
  line-height: 30px;
}
.copy .wrap .right a {
  color: #777777;
}
.ny-tip {
  font-size: 14px;
  color: #333333;
  height: 58px;
  line-height: 58px;
}
.ny-tip .iconfont {
  color: #2eb6fc;
  margin-right: 5px;
  font-size: 18px;
}
.contain {
  width: 81.25%;
  min-width: 1200px;
  margin: 0 auto;
}
.ny-product {
  background: #e2ebf0;
  padding-top: 70px;
  padding-bottom: 95px;
}
.ny-product .clumn1 .tit,
.ny-product .clumn2 .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #222222;
}
.ny-product .clumn1 .tit img,
.ny-product .clumn2 .tit img {
  margin-right: 20px;
}
.ny-product .clumn1 .list,
.ny-product .clumn2 .list {
  margin-top: 30px;
}
.ny-product .clumn1 .list ul,
.ny-product .clumn2 .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .clumn1 .list ul li,
.ny-product .clumn2 .list ul li {
  width: calc(25% - 15px);
  height: 140px;
  background: #ffffff;
  margin-right: 16px;
  padding: 0 35px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
.ny-product .clumn1 .list ul li:hover p:nth-child(1),
.ny-product .clumn2 .list ul li:hover p:nth-child(1) {
  color: #2eb6fc;
  font-weight: 700;
}
.ny-product .clumn1 .list ul li p:nth-child(1),
.ny-product .clumn2 .list ul li p:nth-child(1) {
  font-size: 22px;
  color: #333333;
}
.ny-product .clumn1 .list ul li p:nth-child(2),
.ny-product .clumn2 .list ul li p:nth-child(2) {
  font-size: 16px;
  color: #2eb6fc;
  margin-top: 20px;
}
.ny-product .clumn1 .list ul li:nth-child(4n),
.ny-product .clumn2 .list ul li:nth-child(4n) {
  margin-right: 0;
}
.ny-product .clumn2 {
  margin-top: 95px;
}
.ny-product-two {
  margin-top: -5px;
}
.ny-product-two .clumn1,
.ny-product-two .clumn2 {
  padding-top: 80px;
  padding-bottom: 50px;
}
.ny-product-two .clumn1 .tit,
.ny-product-two .clumn2 .tit {
  font-weight: bold;
  font-size: 34px;
  color: #222222;
  text-align: center;
}
.ny-product-two .clumn1 .list,
.ny-product-two .clumn2 .list {
  padding: 60px;
  margin-top: 80px;
  background: #fff;
}
.ny-product-two .clumn1 .list ul,
.ny-product-two .clumn2 .list ul {
  display: flex;
}
.ny-product-two .clumn1 .list ul li,
.ny-product-two .clumn2 .list ul li {
  width: calc(25% - 23px);
  margin-right: 2.08vw;
}
.ny-product-two .clumn1 .list ul li:hover img,
.ny-product-two .clumn2 .list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product-two .clumn1 .list ul li:hover p,
.ny-product-two .clumn2 .list ul li:hover p {
  color: #2eb6fc;
}
.ny-product-two .clumn1 .list ul li:nth-child(4n),
.ny-product-two .clumn2 .list ul li:nth-child(4n) {
  margin-right: 0;
}
.ny-product-two .clumn1 .list ul .img,
.ny-product-two .clumn2 .list ul .img {
  width: 100%;
  overflow: hidden;
}
.ny-product-two .clumn1 .list ul .img img,
.ny-product-two .clumn2 .list ul .img img {
  width: 100%;
}
.ny-product-two .clumn1 .list ul p,
.ny-product-two .clumn2 .list ul p {
  font-size: 21px;
  color: #222222;
  line-height: 48px;
  margin-top: 30px;
  text-align: center;
}
.ny-product-two .clumn2 .list ul li {
  width: calc(50% - 20px);
}
.ny-product-two .clumn2 .list ul li .img {
  height: 240px;
}
.ny-product-two .clumn2 .list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-product-two .clumn2 .list ul li:nth-child(2) {
  margin-right: 0;
}
.pro-detail {
  margin-top: 80px;
}
.pro-detail h1 {
  font-size: 28px;
  color: #222222;
  text-align: center;
}
.pro-detail .line {
  width: 50px;
  height: 3px;
  margin: 0 auto;
  background: #2eb6fc;
  margin-top: 35px;
}
.pro-detail .section-one {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 70px;
}
.pro-detail .section-one .section-content {
  width: calc(100% - 285px);
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.pro-detail .section-title {
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.pro-detail .section-title img {
  margin-right: 30px;
}
.pro-detail .section-two {
  margin-top: 70px;
  padding-bottom: 50px;
}
.pro-detail .section-two img {
  max-width: 100%;
}
.pro-detail .section-two table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.pro-detail .section-two table,
.pro-detail .section-two th,
.pro-detail .section-two td {
  border: 1px solid #ccc;
}
.pro-detail .section-two th,
.pro-detail .section-two td {
  padding: 10px;
  text-align: center;
}
.pro-detail .section-two th {
  background-color: #ececec;
}
.pro-detail .section-three {
  padding: 70px 0 80px;
}
.pro-detail .section-three .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 36px;
  color: #222222;
}
.pro-detail .section-three .tit img {
  margin-right: 20px;
}
.pro-detail .section-three .form {
  margin-top: 50px;
}
.pro-detail .section-three .form .item {
  display: flex;
  margin-top: 25px;
}
.pro-detail .section-three .form .item .inp {
  width: calc(50% - 15px);
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  border-radius: 1px;
  margin-right: 20px;
  padding: 0 20px;
}
.pro-detail .section-three .form .item .inp span {
  width: 100px;
  display: inline-block;
  font-size: 18px;
}
.pro-detail .section-three .form .item .inp span i {
  color: red;
}
.pro-detail .section-three .form .item .inp input {
  width: calc(100% - 140px);
  height: 100%;
  padding-left: 20px;
  border: none;
  outline: none;
  font-size: 18px;
}
.pro-detail .section-three .form .item .inp:nth-child(2n) {
  margin-right: 0;
}
.pro-detail .section-three .form .area {
  width: 100%;
  height: 122px;
  background: #ffffff;
  border-radius: 1px;
  padding: 0 20px;
  box-sizing: border-box;
}
.pro-detail .section-three .form .area span {
  width: 125px;
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
}
.pro-detail .section-three .form .area textarea {
  width: calc(100% - 140px);
  border: none;
  background: none;
  outline: none;
  line-height: 50px;
  font-size: 18px;
}
.pro-detail .section-three .form .sub {
  width: 160px;
  height: 52px;
  line-height: 52px;
  background: #2eb6fc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 70px;
  font-weight: bold;
  font-size: 22px;
}
.ny-tip {
  height: 100px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.ny-tip > .wrap {
  display: flex;
  height: 100px;
  justify-content: space-between;
  align-items: center;
}
.ny-tip > .wrap .left ul {
  display: flex;
  align-items: center;
  height: 100px;
}
.ny-tip > .wrap .left ul li {
  height: 100%;
  font-size: 16px;
  margin-right: 34px;
  display: flex;
  align-items: center;
}
.ny-tip > .wrap .left ul li .sub {
  height: 70px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  position: absolute;
  top: 100px;
  width: 100%;
  left: 0;
  display: none;
}
.ny-tip > .wrap .left ul li .sub a {
  font-size: 20px;
  color: #333333;
  margin-right: 30px;
}
.ny-tip > .wrap .left ul li.on .sub,
.ny-tip > .wrap .left ul li:hover .sub {
  display: block;
}
.ny-tip > .wrap .left ul li.on > a,
.ny-tip > .wrap .left ul li:hover > a {
  font-weight: 700;
  color: #2eb6fc;
  height: 100%;
  line-height: 100px;
  position: relative;
}
.ny-tip > .wrap .left ul li.on > a::after,
.ny-tip > .wrap .left ul li:hover > a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #2eb6fc;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ny-tip > .wrap .left ul li:hover .sub {
  display: block;
}
.ny-tip > .wrap .right {
  width: 200px;
  font-size: 14px;
  color: #999999;
  line-height: 21px;
}
.ny-tip > .wrap .right .on {
  color: #2eb6fc;
}
.ny-news {
  margin-top: 64px;
  margin-bottom: 98px;
}
.ny-news .recommand {
  display: flex;
  margin-bottom: 55px;
}
.ny-news .recommand:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-news .recommand:hover .tx .tit span:nth-child(1) {
  color: #2eb6fc;
  font-weight: 700;
}
.ny-news .recommand a {
  display: flex;
}
.ny-news .recommand a .img {
  width: 437px;
  height: 291px;
  margin-right: 70px;
  overflow: hidden;
}
.ny-news .recommand a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-news .recommand a .tx {
  width: calc(100% - 507px);
}
.ny-news .recommand a .tx .tit {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-news .recommand a .tx .tit span:nth-child(1) {
  width: 80%;
  font-size: 24px;
  color: #222222;
  line-height: 62px;
}
.ny-news .recommand a .tx .tit span:nth-child(2) {
  font-size: 40px;
  color: #2eb6fc;
  line-height: 62px;
}
.ny-news .recommand a .tx .desc {
  font-size: 18px;
  color: #555555;
  line-height: 30px;
  margin-top: 30px;
}
.ny-news .recommand a .more {
  margin-top: 50px;
}
.ny-news .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  height: 241px;
  background: #f7f7f7;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  padding-left: 70px;
  padding-right: 90px;
  margin-top: 40px;
}
.ny-news .list > ul li:hover .text > div:nth-child(1) {
  color: #2eb6fc;
}
.ny-news .list > ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ny-news .list > ul li a .more {
  display: flex;
  align-items: center;
}
.ny-news .list > ul li a .more img {
  margin-right: 15px;
  display: block;
}
.ny-news .list > ul li a .more span {
  font-size: 18px;
  color: #888888;
  line-height: 62px;
}
.ny-news .list > ul li a .text {
  width: 82%;
}
.ny-news .list > ul li a .text > div:nth-child(1) {
  font-size: 24px;
  color: #222222;
  line-height: 28px;
  position: relative;
}
.ny-news .list > ul li a .text > div:nth-child(1)::before {
  content: '';
  width: 6px;
  height: 30px;
  background: #2eb6fc;
  position: absolute;
  left: -70px;
  top: 0;
}
.ny-news .list > ul li a .text > div:nth-child(2) {
  font-size: 18px;
  color: #a1a1a1;
  margin-top: 10px;
}
.ny-news .list > ul li a .text > div:nth-child(3) {
  font-size: 18px;
  color: #555555;
  line-height: 30px;
  margin-top: 30px;
}
.ny-search {
  margin-top: 64px;
  margin-bottom: 98px;
}
.ny-search .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #efefef;
}
.ny-search .list > ul li:hover .text > div:nth-child(1) {
  color: #2eb6fc;
  font-weight: 700;
}
.ny-search .list > ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ny-search .list > ul li a .more {
  display: flex;
  align-items: center;
}
.ny-search .list > ul li a .more img {
  margin-right: 15px;
  display: block;
}
.ny-search .list > ul li a .more span {
  font-size: 14px;
  color: #888888;
}
.ny-search .list > ul li a .text {
  width: 82%;
}
.ny-search .list > ul li a .text > div:nth-child(1) {
  font-size: 16px;
  color: #222222;
  line-height: 28px;
  position: relative;
}
.ny-area {
  margin-bottom: 100px;
}
.ny-area .clunm1 {
  font-size: 18px;
  color: #444444;
  line-height: 36px;
  margin-top: 125px;
}
.ny-area .clumn2 {
  height: 600px;
  background: #f7f7f7;
  padding: 90px 0;
  margin-top: 70px;
  box-sizing: border-box;
}
.ny-area .clumn2 .list {
  margin-top: 60px;
  position: relative;
}
.ny-area .clumn2 .list .swipers {
  overflow: hidden;
}
.ny-area .clumn2 .list .btn-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ny-area .clumn2 .list .btn-list .a-prev {
  position: relative;
  left: -60px;
  color: #b9b9b9;
  font-size: 35px;
}
.ny-area .clumn2 .list .btn-list .a-next {
  position: relative;
  right: -60px;
  color: #b9b9b9;
  font-size: 35px;
  transform: rotateY(180deg);
}
.ny-area .clumn2 .list ul li {
  width: calc(33% - 20px);
  height: 260px;
  position: relative;
}
.ny-area .clumn2 .list ul li:hover .tx {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-area .clumn2 .list ul li a {
  width: 100%;
  height: 100%;
}
.ny-area .clumn2 .list ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-area .clumn2 .list ul li a .tx {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 28px;
  transform: scale(0);
  text-align: center;
}
.ny-area .clumn2 .list ul li a .tx .c {
  width: 100%;
  height: 100%;
  background: #1ea5e8d7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #ffffff;
}
.ny-area .clumn3 {
  margin-top: 100px;
}
.ny-area .clumn3 .list .item {
  margin-top: 70px;
  position: relative;
}
.ny-area .clumn3 .list .item::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #cfcfcf;
  top: 23px;
  display: block;
  position: absolute;
  right: 0;
}
.ny-area .clumn3 .list .item .tit {
  font-size: 30px;
  color: #222222;
  padding-right: 26px;
  position: relative;
  display: inline-block;
  background: #fff;
  z-index: 1000;
}
.ny-area .clumn3 .list .item .tit span {
  font-size: 30px;
  font-weight: 700;
  color: #2eb6fc;
  margin-right: 10px;
}
.ny-area .clumn3 .list .item .tit::after {
  content: '';
  width: 7px;
  height: 7px;
  background: #cfcfcf;
  border-radius: 50%;
  display: block;
  top: 20px;
  right: 0;
  position: absolute;
}
.ny-area .clumn3 .list .item .c {
  display: flex;
  margin-top: 30px;
}
.ny-area .clumn3 .list .item .c .l {
  width: 95px;
  height: 80px;
  background: #bcbcbc;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.ny-area .clumn3 .list .item .c .r {
  margin-left: 30px;
  width: calc(100% - 100px);
  font-size: 17px;
  color: #333333;
  line-height: 36px;
}
.ny-area .clumn3 .list .item .c .r a {
  margin-right: 25px;
}
.ny-area .clumn3 .list .item .c .r a:hover {
  color: #2eb6fc;
}
.ny-page {
  margin-bottom: 80px;
  margin-top: 64px;
}
.ny-page.wrap {
  width: 1200px;
}
.ny-page .content {
  margin-top: 30px;
}
.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;
}
.l-top .ny-com-tit {
  display: flex;
  align-items: center;
  font-size: 38px;
  color: #333333;
  line-height: 62px;
  font-weight: 700;
}
.l-top .ny-com-tit img {
  margin-right: 15px;
}
.l-top p {
  font-size: 18px;
  color: #555555;
  line-height: 40px;
  margin-top: 5px;
}
.l-top p span {
  color: #2eb6fc;
}
.ny-about {
  margin-bottom: 80px;
}
.ny-about.wrap {
  width: 1200px;
}
.ny-about .tit {
  display: flex;
  align-items: center;
  font-size: 38px;
  color: #333333;
  line-height: 62px;
  margin-top: 80px;
}
.ny-about .tit img {
  margin-right: 15px;
}
.ny-about .cont {
  margin-top: 45px;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.ny-about .history {
  height: 212px;
  background: #f8f8f8;
}
.ny-about .history ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 192px;
  margin-top: 85px;
}
.ny-about .history ul li {
  width: 200px;
  height: 100px;
  position: relative;
}
.ny-about .history ul li p:nth-child(1) .num {
  font-weight: bold;
  font-size: 42px;
  color: #2eb6fc;
}
.ny-about .history ul li p:nth-child(1) span:nth-child(2) {
  display: inline-block;
  word-break: break-all;
  width: 86px;
  font-weight: bold;
  font-size: 17px;
  color: #2eb6fc;
}
.ny-about .history ul li p:nth-child(2) {
  width: 170px;
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
}
.ny-about .history ul li::after {
  content: '';
  height: 100%;
  width: 20px;
  background: url('../images/h_x.png') no-repeat center / cover;
  position: absolute;
  right: -3px;
  top: 0;
}
.ny-about .history ul li:nth-last-child(1)::after {
  display: none;
}
.ny-about .other-clumn ul {
  display: flex;
  margin-top: 65px;
}
.ny-about .other-clumn ul li {
  width: calc(33% - 25px);
  position: relative;
  margin-right: 40px;
}
.ny-about .other-clumn ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.ny-about .other-clumn ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-about .other-clumn ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-about .other-clumn ul li .img {
  height: 260px;
  width: 100%;
  overflow: hidden;
}
.ny-about .other-clumn ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-about .other-clumn ul li p {
  font-size: 26px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}
.ny-space {
  margin-top: 70px;
  margin-bottom: 80px;
}
.ny-space .cont-tx {
  font-size: 18px;
  color: #555555;
  line-height: 36px;
}
.ny-space .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.ny-space .list ul li {
  width: calc(33% - 10px);
  margin-right: 10px;
  margin-top: 35px;
}
.ny-space .list ul li img {
  width: 100%;
  height: 285px;
}
.ny-contact {
  display: flex;
  margin-bottom: 100px;
}
.ny-contact .cont {
  display: flex;
}
.ny-contact .l-top .ny-com-tit,
.ny-contact .l-right .ny-com-tit {
  display: flex;
  align-items: center;
  font-size: 38px;
  color: #333333;
  line-height: 62px;
  font-weight: 700;
}
.ny-contact .l-top .ny-com-tit img,
.ny-contact .l-right .ny-com-tit img {
  margin-right: 15px;
}
.ny-contact .l-top p,
.ny-contact .l-right p {
  font-size: 18px;
  color: #555555;
  line-height: 40px;
  margin-top: 5px;
}
.ny-contact .left {
  width: 42%;
  padding-right: 50px;
  border-right: 1px solid #e9e9e9;
  margin-top: 75px;
}
.ny-contact .left .l-c p {
  display: flex;
  align-items: center;
  margin-top: 55px;
  font-size: 18px;
  color: #333333;
}
.ny-contact .left .l-c p img {
  margin-right: 15px;
}
.ny-contact .left .l-c p span {
  font-size: 19px;
  color: #333333;
  margin-right: 25px;
  white-space: nowrap;
}
.ny-contact .left .ew {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.ny-contact .left .ew img {
  width: 115px;
  height: 115px;
}
.ny-contact .left .ew .tx {
  font-size: 18px;
  color: #555555;
  line-height: 36px;
  margin-left: 50px;
}
.ny-contact .right {
  width: 46%;
  padding-left: 100px;
  margin-top: 75px;
}
.ny-contact .right .tx {
  display: flex;
  align-items: center;
  width: 100px;
  font-size: 14px;
  white-space: nowrap;
}
.ny-contact .right .tx i {
  color: #ff0000;
  margin-left: 5px;
}
.ny-contact .right .inp {
  display: flex;
  align-items: center;
  height: 60px;
  background: #f7f7f7;
  border-radius: 1px;
  padding-left: 30px;
  margin-top: 25px;
}
.ny-contact .right .inp input {
  height: 60px;
  border: none;
  outline: none;
  font-size: 15px;
  background: none;
  width: calc(100% - 94px);
  margin-left: 20px;
}
.ny-contact .right .area {
  display: flex;
  align-items: flex-start;
  padding-top: 15px;
  border: none;
  justify-content: space-between;
  background: #f7f7f7;
  margin-top: 25px;
  padding-left: 30px;
  box-sizing: border-box;
}
.ny-contact .right textarea {
  height: 155px;
  border: none;
  outline: none;
  font-size: 16px;
  background: none;
  resize: none;
  width: calc(100% - 66px);
  margin-left: 20px;
}
.ny-contact .right .sub {
  width: 160px;
  height: 52px;
  line-height: 52px;
  background: #2eb6fc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
}
.ny-culture {
  margin-top: 80px;
  margin-bottom: 100px;
}
.ny-culture .list li {
  display: flex;
}
.ny-culture .list li .left {
  width: 50%;
  height: 480px;
}
.ny-culture .list li .left img {
  width: 100%;
  height: 100%;
}
.ny-culture .list li .tx {
  background: #f7f7f7;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ny-culture .list li .tx .tit {
  text-align: center;
}
.ny-culture .list li .tx .tit p:nth-child(1) {
  font-weight: bold;
  font-size: 40px;
  color: #222222;
}
.ny-culture .list li .tx .tit p:nth-child(2) {
  font-size: 20px;
  color: #c6c6c6;
  text-transform: uppercase;
  margin-top: 10px;
}
.ny-culture .list li .tx .line {
  width: 80px;
  height: 1px;
  background: #393939;
  margin-top: 55px;
}
.ny-culture .list li .tx .desc {
  font-size: 28px;
  color: #444444;
  line-height: 48px;
  margin-top: 40px;
}
.ny-credit {
  min-height: 500px;
}
.ny-credit .clunm1 {
  margin-top: 80px;
  position: relative;
}
.ny-credit .clunm1::after {
  content: '';
  width: 100%;
  height: 360px;
  background: #f7f7f7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ny-credit .clunm1 .honorSwiper {
  margin-top: 70px;
}
.ny-credit .clunm2 {
  margin-top: 70px;
}
.ny-credit .clunm2 .honorSwiper {
  margin-top: 70px;
}
.ny-join {
  margin-bottom: 80px;
  position: relative;
}
.ny-join .clunm-two .list {
  margin-top: 65px;
}
.ny-join .clunm-two .list ul li {
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
}
.ny-join .clunm-two .list ul li .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}
.ny-join .clunm-two .list ul li .tit .icon-jianhao {
  display: none;
}
.ny-join .clunm-two .list ul li.on .name {
  font-weight: bold;
  font-size: 32px !important;
}
.ny-join .clunm-two .list ul li.on .iconfont {
  color: #00a5ff;
}
.ny-join .clunm-two .list ul li.on .icon-jianhao {
  display: block;
}
.ny-join .clunm-two .list ul li.on .icon-jiahao {
  display: none;
}
.ny-join .clunm-two .list ul li .contents {
  font-size: 15px;
  color: #555;
  line-height: 36px;
  display: none;
  padding: 30px 0;
}
.ny-join .clunm-two .list ul li .contents h3 {
  color: #222;
  font-weight: 700;
}
.ny-join .clunm-two .list ul li:hover .name {
  font-weight: 700;
}
.ny-join .clunm-two .list ul li:hover .iconfont {
  color: #00a5ff;
}
.ny-join .clunm-two .list ul li:nth-child(2n) {
  margin-right: 0;
}
.ny-join .clunm-two .list ul li .name {
  width: 80%;
  font-size: 18px;
  color: #222222;
}
.ny-join .clunm-two .list ul li .iconfont {
  font-size: 25px;
  color: #a0a0a0;
}
.ny-join .mask-cont {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000000;
  display: none;
}
.ny-join .mask-cont .cont {
  height: 68vh;
  background: #fff;
  padding: 70px 60px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ny-join .mask-cont .cont .tits {
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  line-height: 36px;
}
.ny-join .mask-cont .cont .contents {
  margin-top: 15px;
  font-size: 15px;
  color: #555;
  line-height: 36px;
}
.ny-join .mask-cont .cont .contents h3 {
  color: #222;
  font-weight: 700;
  margin-top: 50px;
}
.ny-join .mask-cont .cont .close {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #a0a0a0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  position: absolute;
  right: 35px;
  top: 35px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.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: #2eb6fc;
  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: #2eb6fc;
}
.index-search .key a {
  color: #333;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 60px;
  margin-top: 30px;
}
.detail .title {
  font-size: 34px;
  color: #222222;
  line-height: 62px;
  text-align: center;
}
.detail .related {
  font-size: 16px;
  color: #999999;
  line-height: 62px;
  margin-top: 10px;
  text-align: center;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li a {
  color: #555;
}
.detail .other li:hover a {
  color: #2eb6fc;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 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 5px;
  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: #2eb6fc !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: #737373;
}
.paging li.next {
  transform: rotate(180deg);
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
/*æ‚¬æµ®*/
.float {
  position: fixed;
  right: 10px;
  transition: all 0.5s;
  top: 20%;
  z-index: 100;
  width: 70px;
  height: 296px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(24, 80, 40, 0.16);
  border-radius: 6px;
}
.float ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.float ul li {
  position: relative;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
}
.float ul li span {
  display: block;
  text-align: center;
  height: 36px;
}
.float ul li .iconfont {
  color: #cacaca;
  font-size: 36px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 16px;
  color: #333;
  margin-top: 12px;
}

.float ul li .wx {
  width: 150px;
  height:0;
  margin-left: 0;
  position: absolute;
  left: calc(-100% - 90px);
  top:-40%;
  transform: translateY(-50%);
  display: none;
  animation: fadeIn 1s ease forwards;
}
.float li:hover .wx {
  display: block;
  animation: fadeIn 1s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px); /* 从上方移入 */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.float_top i {
  color: #2eb6fc !important;
}

.float ul li:hover .number {
  display: block;
  animation: fadeIn 1s ease forwards;
}
.number {
  white-space: nowrap;
  position: absolute;
  left: calc(-100% - 90px);
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background: #2eb6fc;
  color: #fff;
  padding: 0 20px;
  top: 20px;
  display: none;
  animation: fadeIn 1s ease forwards;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
input,
textarea {
  font-family: 'å¾®è½¯é›…é»‘';
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: 'å¾®è½¯é›…é»‘';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: 'å¾®è½¯é›…é»‘';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: 'å¾®è½¯é›…é»‘';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: 'å¾®è½¯é›…é»‘';
}
@media screen and (max-width: 1680px) {
  .wrap {
    width: 1200px;
  }
  .use ul li .class-name p:nth-child(2) {
    font-size: 24px;
  }
  .use ul li .pro > div .text {
    font-size: 20px;
  }
  .ny-product-two .clumn1 .list {
    padding: 30px;
  }
}
