* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  width: 100%;
  font-family: Microsoft YaHei;
  overflow-x: hidden;
}
.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: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.clear {
  clear: both;
}
.header {
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.35);
}
.top-t .classify {
  display: flex;
  justify-items: flex-end;
}
.top-t .classify .more a {
  white-space: nowrap;
  min-width: 100px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  display: block;
  text-align: center;
}
.top-t .classify .more a:hover {
  background: #2bae85;
  color: #fff;
}
.top-t {
  display: flex;
  justify-content: space-between;
}
.top-t .classify ul {
  display: flex;
}
.top-t .classify ul li {
  min-width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eeeeee;
  margin-right: 17px;
  width: auto !important;
}
.top-t .classify ul li.on,
.top-t .classify ul li:hover {
  background: #2bae85;
}
.top-t .classify ul li.on a,
.top-t .classify ul li:hover a {
  color: #fff;
}
.welcome {
  height: 27px;
  line-height: 27px;
  background: #eeeeee;
  font-size: 12px;
  color: #999999;
}
.welcome .wrap {
  display: flex;
  justify-content: space-between;
}
.welcome .wrap .left {
  font-size: 12px;
  color: #999999;
}
.welcome .wrap .left .iconfont {
  color: #2bae85;
  font-size: 15px;
  margin-right: 10px;
}
.welcome .wrap .right a {
  color: #999999;
}
.welcome .wrap .right a:hover {
  color: #2bae85;
}
.top-head,
.ny-head {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.top-head .logo,
.ny-head .logo {
  height: 100%;

  display: flex;
  align-items: center;
  padding-right: 44px;
  position: relative;
}
.top-head .logo::before,
.ny-head .logo::before {
  width: 2000px;
  height: 100%;
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
}
.top-head .top-content,
.ny-head .top-content {
  background: #fff;
  height: 98px;
  box-sizing: border-box;
}
.top-head .top-content .wrap,
.ny-head .top-content .wrap {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-head .wrap,
.ny-head .wrap {
  position: relative;
}
.top-head .navBar,
.ny-head .navBar {
  display: flex;
}
.top-head .navBar li,
.ny-head .navBar li {
  position: relative;
  color: #333;
  margin: 0 1px;
  height: 98px;
  display: flex;
  align-items: center;
  margin: 0 28px;
}
.top-head .navBar li:hover .tit,
.ny-head .navBar li:hover .tit,
.top-head .navBar li.on .tit,
.ny-head .navBar li.on .tit {
  color: #14997e;
  font-weight: 700;
  height: 96px;
  border-bottom: 2px solid #2bae85;
}
.top-head .navBar li:hover::before,
.ny-head .navBar li:hover::before,
.top-head .navBar li.on::before,
.ny-head .navBar li.on::before {
  content: '▲';
  display: block;
  position: absolute;
  bottom: 18px;
  left: 50%;
  font-size: 12px;
  transform: translateX(-50%);
  color: #2bae85;
}
.top-head .navBar li:hover .sub,
.ny-head .navBar li:hover .sub {
  display: block;
}
.top-head .navBar .tit,
.ny-head .navBar .tit {
  font-size: 16px;
  line-height: 55px;
  color: #333;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-head .navBar .sub,
.ny-head .navBar .sub {
  position: absolute;
  left: 50%;
  transition: all 0.3s linear;
  overflow: hidden;
  min-width: 190px;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
  box-sizing: border-box;
  top: 71px;
  padding-top: 30px;
}
.top-head .navBar .sub a,
.ny-head .navBar .sub a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 26px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.top-head .navBar .sub a:hover,
.ny-head .navBar .sub a:hover {
  background: #2bae85;
  color: #fff;
}
.ny-head {
  background: #fff;
  height: 84px;
  position: fixed;
  box-shadow: rgba(243, 243, 243, 0.76) 2px 0px 10px 0px;
}
.ny-head .top-content {
  position: fixed;
  top: 0;
}
.product {
  margin-top: 65px;
}
.product .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .tit .left {
  display: flex;
  align-items: center;
}
.product .tit .left span:nth-child(1) {
  font-weight: bold;
  font-size: 37px;
  color: #333;
}
.product .tit .left span:nth-child(1) i {
  color: #2bae85;
}
.product .tit .left span:nth-child(2) {
  font-size: 14px;
  color: #585858;
  margin-left: 10px;
}
.product .tit .more {
  font-size: 18px;
  color: #333333;
}
.product .tit .more:hover a {
  color: #14997e;
}
.product .p-content {
  display: flex;
  margin-top: 45px;
}
.product .p-content .com-left {
  width: 262px;
  height: 544px;
  padding: 0 16px;
  box-sizing: border-box;
  background: #2bae85;
}
.product .p-content .com-left .l-tit {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product .p-content .com-left .l-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.product .p-content .com-left .l-tit p:nth-child(2) {
  font-size: 14px;
  color: #ffffff63;
}
.product .p-content .com-left .menu {
  height: 349px;
  background: #ffffff;
  padding: 24px 18px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.product .p-content .com-left .menu::-webkit-scrollbar {
  width: 0;
}
.product .p-content .com-left .menu ul li {
  width: 195px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: #ececec;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 16px;
  margin-top: 12px;
}
.product .p-content .com-left .menu ul li.on,
.product .p-content .com-left .menu ul li:hover {
  background: #2bae85;
}
.product .p-content .com-left .menu ul li.on a,
.product .p-content .com-left .menu ul li:hover a {
  color: #fff;
}
.product .p-content .com-left .menu ul li:nth-child(1) {
  margin-top: 0;
}
.product .p-content .com-left .menu ul li a {
  color: #333333;
}
.product .p-content .list {
  margin-left: 40px;
  width: 900px;
}
.product .p-content .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .p-content .list ul li {
  margin-right: 30px;
  margin-bottom: 25px;
}
.product .p-content .list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .p-content .list ul li:hover .text {
  color: #14997e;
}
.product .p-content .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .p-content .list ul li a .img-wrap {
  width: 278px;
  height: 209px;
  overflow: hidden;
}
.product .p-content .list ul li a .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .p-content .list ul li a .text {
  height: 51px;
  line-height: 51px;
  border: 1px solid #f3f3f3;
  font-size: 16px;
  color: #333333;
  border-top: none;
  padding: 0 15px;
  box-sizing: border-box;
}
.com-tit {
  padding-left: 24px;
  height: 60px;
  border-left: 4px solid #2bae85;
}
.com-tit p:nth-child(1) {
  font-size: 24px;
  color: #333333;
  line-height: 25px;
}
.com-tit p:nth-child(2) {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-top: 8px;
}
.about {
  position: relative;
  height: 559px;
}
.about .left {
  width: 46%;
  margin-right: 40px;
  margin-top: 70px;
}
.about .left .tit {
  padding-left: 24px;
  height: 60px;
  border-left: 4px solid #2bae85;
}
.about .left .tit p:nth-child(1) {
  font-size: 24px;
  color: #333333;
  line-height: 25px;
}
.about .left .tit p:nth-child(2) {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-top: 8px;
}
.about .left .desc {
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  margin-top: 50px;
  text-align: justify;
}
.about .left .more {
  width: 170px;
  height: 44px;
  line-height: 44px;
  background: #2bae85;
  border-radius: 22px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 45px;
}
.about .left .more a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .left .more a .iconfont {
  display: inline-block;
  transform: rotate(270deg);
  margin-left: 20px;
  font-size: 24px;
}
.about .right {
  position: absolute;
  right: 0;
  top: 0px;
  width: 50%;
}
.about .right img {
  width: 100%;
  height: 629px;
  object-fit: cover;
}
.about .right video {
  width: 100%;
  height: 500px;
  object-fit: fill;
}
.index-new {
  height: 618px;
  width: 100%;
  background: url('../images/a_back_09.jpg') no-repeat center / cover;
  padding-top: 58px;
  box-sizing: border-box;
}
.index-new .com-tit {
  padding-left: 24px;
  height: 60px;
  border-left: 4px solid #ffc001;
}
.index-new .com-tit p:nth-child(1) {
  color: #fff;
}
.index-new .com-tit p:nth-child(2) {
  font-weight: bold;
  color: #fff;
}
.index-new .content {
  display: flex;
  margin-top: 60px;
}
.index-new .content .left {
  width: 392px;
}
.index-new .content .left:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.index-new .content .left:hover .text p:nth-child(2) span:nth-child(1) {
  color: #2bae85;
  font-weight: 700;
}
.index-new .content .left .img-wrap {
  width: 100%;
  height: 238px;
  overflow: hidden;
}
.index-new .content .left .img-wrap .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-new .content .left .text {
  width: 100%;
  height: 116px;
  background: #ffffff;
  padding: 10px 20px;
  box-sizing: border-box;
}
.index-new .content .left .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  height: 40px;
}
.index-new .content .left .text p:nth-child(2) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.index-new .content .left .text p:nth-child(2) span:nth-child(1) {
  font-size: 14px;
  color: #666666;
}
.index-new .content .left .text p:nth-child(2) span:nth-child(2) {
  font-size: 14px;
  color: #666666;
}
.index-new .content .right {
  margin-left: 65px;
}
.index-new .content .right ul {
  display: flex;
}
.index-new .content .right ul li {
  width: 247px;
  height: 354px;
  padding: 0 25px;
  box-sizing: border-box;
  background: #ffffff;
}
.index-new .content .right ul li.on {
  background: #2bae85;
}
.index-new .content .right ul li.on div {
  color: #fff !important;
}
.index-new .content .right ul li.on p {
  color: #fff !important;
}
.index-new .content .right ul li .time {
  margin-top: 45px;
}
.index-new .content .right ul li .time p:nth-child(1) {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.index-new .content .right ul li .time p:nth-child(2) {
  font-size: 14px;
  color: #333333;
  margin-top: 5px;
}
.index-new .content .right ul li .title {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  height: 56px;
  margin-top: 40px;
}
.index-new .content .right ul li .desc {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  margin-top: 10px;
}
.index-new .content .right ul li .more {
  font-size: 14px;
  color: #999999;
  margin-top: 25px;
}
.case {
  margin-top: 65px;
  margin-bottom: 80px;
}
.case .com-tit {
}
.case .c-list {
  margin-top: 32px;
}
.case .c-list ul {
  display: flex;
  flex-wrap: wrap;
}
.case .c-list ul li {
  width: 398px;
  height: 398px;
  margin-right: 3px;
  margin-top: 4px;
}
.case .c-list ul li:nth-child(3n) {
  margin-right: 0;
}
.case .c-list ul li .img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .c-list ul li .img-wrap img {
  width: 100%;
  height: 100%;
}
.case .c-list ul li:hover .text {
  display: block;
}
.case .c-list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.case .c-list ul li .text {
  width: 100%;
  height: 47px;
  line-height: 47px;
  padding: 0 15px;
  box-sizing: border-box;
  background: #33333388;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: center;
  display: none;
}
.case .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  width: 100%;
}
.case .bottom .c-prev,
.case .bottom .c-next {
  width: 51px;
  height: 51px;
  background: #ffffff;
  box-shadow: 0px 11px 24px 0px rgba(200, 200, 200, 0.31);
  border-radius: 50%;
  color: #333333;
  text-align: center;
  line-height: 61px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2bae85;
}
.case .bottom .c-prev:hover,
.case .bottom .c-next:hover {
  background: #2bae85;
  color: #fff;
}
.case .bottom .c-prev {
  transform: rotate(180deg);
}
.case .bottom .swiper-pagination {
  position: relative;
  margin: 0 35px;
}
.case .bottom .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.case .bottom .swiper-pagination .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background: #2bae85 !important;
  border-radius: 50%;
}
.case .bottom .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #2bae85;
  background: none;
  opacity: 1;
}
.footer .footer-top {
  background: #2c3033;
  padding-top: 40px;
  border-bottom: 1px solid #333639;
  height: 132px;
}
.footer .footer-top .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .nav {
  font-size: 14px;
  line-height: 45px;
}
.footer .footer-top .nav a {
  color: #ffffff;
  padding: 0 30px;
  position: relative;
}
.footer .footer-top .nav a.on,
.footer .footer-top .nav a:hover {
  font-weight: 700;
}
.footer .footer-top .nav a:nth-last-child(1) {
  padding-right: 0;
}
.footer .footer-top .tel {
  color: #fff;
  margin-top: 5px;
}
.footer .footer-top .tel span {
  color: #fff;
}
.footer .footer-top .tel p:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.footer .footer-top .tel p:nth-child(1) .iconfont {
  font-size: 25px;
  margin-right: 10px;
  font-weight: 400;
}
.footer .footer-top .tel p:nth-child(2) {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  margin-top: 10px;
  margin-left: 36px;
}
.footer .contact {
  padding-bottom: 48px;
}
.footer .contact .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .contact .left {
  color: #fff;
  margin-top: 10px;
}
.footer .contact .left p:nth-child(1) {
  font-size: 16px;
  color: #999999;
  margin-top: 30px;
}
.footer .contact .left p:nth-child(2) {
  font-size: 18px;
  color: #ffffff;
  margin-top: 10px;
}
.footer .contact .erwei {
  text-align: center;
  margin-top: 40px;
}
.footer .contact .erwei img {
  width: 128px;
  height: 128px;
}
.footer .contact .erwei p {
  font-size: 16px;
  color: #aaaaaa;
  margin-top: 5px;
}
.copy {
  height: 85px;
  background: #2c3033;
  color: #fff;
}
.copy .wrap {
  display: flex;
  font-size: 12px;
  color: #cacaca;
  justify-content: space-between;
  align-items: center;
  height: 85px;
}
.copy .wrap > div:nth-child(2) {
  display: flex;
  align-items: center;
}
.copy .wrap > div:nth-child(2) img {
  margin-right: 5px;
}
.copy .wrap a {
  color: #cacaca;
}
.ny-tip {
  font-size: 14px;
  color: #333333;
  height: 58px;
  line-height: 58px;
  background: #f5f5f5;
}
.ny-tip .iconfont {
  color: #999999;
  margin-right: 5px;
  font-size: 18px;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 98px;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.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: 15px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
  margin: 0 3px;
}
.banner .hd li.on {
  background: #2bae85;
}
.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;
}
.common-left {
  width: 276px;
  box-sizing: border-box;
  float: left;
}
.common-left .tit {
  font-size: 22px;
  color: #333333;
  height: 90px;
  background: #2bae85;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0 33px;
  box-sizing: border-box;
  position: relative;
}
.common-left .tit .text p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.common-left .tit .text p:nth-child(2) {
  font-size: 16px;
  color: #ffffff;
  margin-top: 3px;
}
.common-left .tit .iconfont {
  font-size: 33px;
  margin-right: 9px;
  font-weight: 400;
  color: #fff;
}
.common-left .nav-list {
  padding-bottom: 20px;
  margin-top: 28px;
  position: relative;
}
.common-left .nav-list::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid;
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  border-color: #2bae85 transparent transparent transparent;
}
.common-left .nav-list .p-li {
  line-height: 72px;
  font-size: 16px;
  color: #333333;
  margin-top: 4px;
}
.common-left .nav-list .p-li.on .icon-a-jiahao8 {
  display: none;
}
.common-left .nav-list .p-li.on .icon-jian {
  display: block;
}
.common-left .nav-list .p-li .icon-jian {
  display: none;
}
.common-left .nav-list .p-li > a {
  width: 100%;
  height: 66px;
  display: flex;
  color: #333333;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0 20px;
  padding-right: 20px;
  background: #f6f6f6;
}
.common-left .nav-list .p-li > a:hover,
.common-left .nav-list .p-li > a.on {
  background: #2bae85;
}
.common-left .nav-list .p-li > a:hover span,
.common-left .nav-list .p-li > a.on span {
  color: #fff;
}
.common-left .nav-list .p-li > a:hover .iconfont,
.common-left .nav-list .p-li > a.on .iconfont {
  color: #fff;
}
.common-left .nav-list .p-li > a .left-tit {
  display: flex;
  align-items: center;
}
.common-left .nav-list .p-li > a .left-tit span.overflow1 {
  width: 175px;
  display: inline-block;
  margin-left: 10px;
}
.common-left .nav-list .p-li > a .left-tit .icon-you {
  position: relative;
  top: -2px;
}
.common-left .nav-list .p-li > a .left-tit .check {
  display: none;
}
.common-left .nav-list .p-li .iconfont {
  font-size: 16px;
  color: #515151;
  font-weight: 700;
}
.common-left .nav-list .p-li .sub {
  background: #fff;
}
.common-left .nav-list .p-li .sub li {
  height: 72px;
  margin-top: 4px;
}
.common-left .nav-list .p-li .sub li:hover,
.common-left .nav-list .p-li .sub li.active {
  color: #2bae85 !important;
}
.common-left .nav-list .p-li .sub li:hover span,
.common-left .nav-list .p-li .sub li.active span {
  color: #2bae85 !important;
}
.common-left .nav-list .p-li .sub li:nth-child(1) a {
  margin-top: 0;
}
.common-left .nav-list .p-li .sub li:hover a {
  color: #2bae85;
}
.common-left .nav-list .p-li .sub li a {
  width: 100%;
  font-size: 16px;
  color: #333333;
  background: #f6f6f6;
  line-height: 72px;
  padding-left: 35px;
  padding-right: 20px;
  box-sizing: border-box;
  display: inline-block;
}
.common-left .nav-list .p-li .sub li a span {
  display: inline-block;
  color: #333;
}
.common-right {
  margin-left: 48px;
  width: calc(100% - 324px);
  float: left;
}
.common-right .top {
  height: 46px;
  line-height: 46px;
  font-size: 16;
  color: #333;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
}
.common-right .top > div:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  min-width: 110px;
  border-bottom: 3px solid #2bae85;
  position: relative;
  top: 2px;
}
.common-right .top > div:nth-child(2) {
  font-size: 14px;
  color: #333333;
}
.ny-com-nav {
  font-size: 14px;
  color: #333333;
  height: 72px;
  line-height: 72px;
  border-bottom: 1px dashed #eeeeee;
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.ny-com-nav a {
  margin: 0 5px;
}
.ny-com-nav .line {
  width: 9px;
  height: 17px;
  background: #333333;
  display: block;
  margin-right: 12px;
}
.ny-product {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-product .pro-list {
  margin-top: -32px;
}
.ny-product .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .pro-list ul li {
  width: calc(33% - 10px);
  margin-right: 18px;
  margin-top: 32px;
}
.ny-product .pro-list ul li:hover .img-wrap {
  overflow: hidden;
}
.ny-product .pro-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product .pro-list ul li:hover .text {
  background: #2bae85;
  color: #fff;
}
.ny-product .pro-list ul li .img-wrap {
  width: 100%;
}
.ny-product .pro-list ul li .img-wrap .img {
  width: 100%;
}
.ny-product .pro-list ul li .img-wrap .img::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 98%;
}
.ny-product .pro-list ul li .text {
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  padding: 0 18px;
  box-sizing: border-box;
  box-shadow: 0px 1px 46px 0px rgba(200, 200, 200, 0.31);
}
.ny-product .pro-list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-new {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-new .new-list {
  margin-top: -32px;
}
.ny-new .new-list ul li {
  padding: 24px 30px;
  height: 241px;
  background: #ffffff;
  box-shadow: 0px 4px 38px 0px rgba(220, 220, 220, 0.57);
  margin-top: 30px;
  box-sizing: border-box;
}
.ny-new .new-list ul li a {
  display: flex;
  justify-content: space-between;
}
.ny-new .new-list ul li:hover {
  background: #ffffff;
  background: #2bae85;
  border: none;
}
.ny-new .new-list ul li:hover .text p {
  color: #fff !important;
}
.ny-new .new-list ul li:hover .img-wrap {
  overflow: hidden;
}
.ny-new .new-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-new .new-list ul li a {
  display: flex;
}
.ny-new .new-list ul li a .img-wrap {
  width: 29.6%;
  height: 193px;
}
.ny-new .new-list ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-new .new-list ul li a .text {
  width: calc(69.9% - 19px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #666666;
  line-height: 35px;
}
.ny-new .new-list ul li a .text p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
}
.ny-new .new-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  line-height: 35px;
  margin-top: 10px;
  text-align: justify;
}
.new-list {
  margin-top: -32px;
}
.new-list ul li {
  padding: 24px 30px;
  height: 241px;
  background: #ffffff;
  box-shadow: 0px 4px 38px 0px rgba(220, 220, 220, 0.57);
  margin-top: 30px;
  box-sizing: border-box;
}
.new-list ul li a {
  display: flex;
  justify-content: space-between;
}
.new-list ul li:hover {
  background: #ffffff;
  background: #2bae85;
  border: none;
}
.new-list ul li:hover .text p {
  color: #fff !important;
}
.new-list ul li:hover .img-wrap {
  overflow: hidden;
}
.new-list ul li:hover .img-wrap .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new-list ul li a {
  display: flex;
}
.new-list ul li a .img-wrap {
  width: 29.6%;
  height: 193px;
}
.new-list ul li a .img-wrap .img {
  width: 100%;
  height: 100%;
}
.new-list ul li a .text {
  width: calc(69.9% - 19px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #666666;
  line-height: 35px;
}
.new-list ul li a .text p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
}
.new-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  line-height: 35px;
  margin-top: 10px;
  text-align: justify;
}
.ny-page {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-page .content {
  /* margin-top: 20px; */
}
.ny-contact {
  margin-top: 64px;
  margin-bottom: 80px;
}
.ny-contact .cont {
  display: flex;
  margin-top: 40px;
}
.ny-contact .cont .left {
  width: 388px;
}
.ny-contact .cont .left .company-name {
  font-size: 24px;
  color: #2bae85;
  font-weight: bold;
}
.ny-contact .cont .left .english {
  font-size: 15px;
  color: #999999;
}
.ny-contact .cont .left .line {
  width: 18px;
  height: 1px;
  background: #848484;
  margin-top: 20px;
}
.ny-contact .cont .left .contact-details {
  font-size: 16px;
  color: #2a2c27;
  line-height: 48px;
  margin-top: 16px;
}
.ny-contact .cont .right {
  display: flex;
  padding-top: 56px;
  margin-left: 18%;
}
.ny-contact .cont .right .back-wrap:nth-last-child(1) {
  margin-left: 80px;
}
.ny-contact .cont .right .back {
  width: 150px;
  height: 150px;
  box-shadow: 0px -2px 21px 0px rgba(221, 221, 221, 0.76);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ny-contact .cont .right img {
  width: 150px;
  height: 150px;
}
.ny-contact .cont .right p {
  width: 150px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: 11px;
}
.ny-contact .map {
  margin-top: 44px;
}
.ny-prodetail {
  margin-bottom: 88px;
  margin-top: 64px;
}
.ny-prodetail .left .top-swiper {
  width: 413px;
  height: 476px;
  overflow: hidden;
}
.ny-prodetail .left .top-swiper .swiper-slide {
  width: 413px;
  height: 476px;
}
.ny-prodetail .left .top-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.ny-prodetail .left .img-list {
  margin-top: 8px;
}
.ny-prodetail .left .bottom-swiper {
  width: 370px;
  overflow: hidden;
  background: #fff;
}
.ny-prodetail .left .bottom-swiper .swiper-slide-thumb-active img {
  border: 1px solid #2bae85;
}
.ny-prodetail .left .bottom-swiper img {
  width: 71px;
  height: 82px;
  margin-right: 6px;
  object-fit: cover;
}
.ny-prodetail .left .img-list {
  display: flex;
  background: #fff;
  width: 413px;
  box-sizing: border-box;
}
.ny-prodetail .left .button {
  width: 22px;
  height: 82px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-prodetail .left .button.iconfont {
  color: #fff;
  font-size: 14px;
  position: relative;
}
.ny-prodetail .left .button.iconfont::before {
  position: absolute;
  left: 2px;
  display: inline-block;
}
.ny-prodetail .left .button.prev {
  transform: rotateY(180deg);
}
.ny-prodetail .right {
  margin-left: 44px;
}
.ny-prodetail .right .top-text p.title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 41px;
  margin-top: 25px;
  margin-bottom: 18px;
}
.ny-prodetail .right .top-text p.class {
  font-size: 16px;
  color: #666666;
  line-height: 52px;
}
.ny-prodetail .right .top-text .tel {
  height: 27px;
  font-size: 37px;
  font-weight: bold;
  color: #2bae85;
  line-height: 34px;
  margin-top: 63px;
}
.ny-prodetail .right .top-text .tel .iconfont {
  font-size: 34px;
  margin-right: 10px;
}
.ny-prodetail .right .pro-mark {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.ny-prodetail .right .pro-mark .remark {
  font-size: 16px;
  color: #666666;
  margin-right: 22px;
  margin-bottom: 10px;
}
.ny-prodetail .right .pro-mark .lists {
  display: flex;
  flex-wrap: wrap;
}
.ny-prodetail .right .pro-mark .lists > div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.ny-prodetail .right .pro-mark .lists > div:nth-child(1) {
  margin-right: 22px;
}
.ny-prodetail .right .pro-mark .lists .iconfont {
  color: #2bae85;
  font-size: 20px;
  margin-right: 5px;
}
.ny-prodetail .contents {
  display: flex;
}
.ny-prodetail .content-detail {
  margin-top: 65px;
}
.ny-prodetail .content-detail .top-nav {
  width: 100%;
  height: 57px;
  background: #f8f8f8;
}
.ny-prodetail .content-detail .top-nav .list {
  height: 100%;
  padding: 0 20px;
  background: #2bae85;
  font-size: 18px;
  color: #ffffff;
  width: 164px;
  text-align: center;
  line-height: 57px;
  box-sizing: border-box;
}
.ny-prodetail .content-detail .conts {
  margin-top: 35px;
}
.message {
  box-sizing: border-box;
  color: #999999;
}
.message h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.message .input {
  display: flex;
  margin-top: 20px;
}
.message .input > div {
  width: calc(33% - 14px);
}
.message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  margin-top: 11px;
  width: 100%;
  height: 54px;
  padding-left: 15px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.message .input > div:nth-child(1),
.message .input > div:nth-child(2) {
  margin-right: 30px;
}
.message .input > div span {
  display: block;
  font-size: 16px;
  color: #666;
}
.message .input > div span i {
  color: #ff1f1f;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 25px;
  width: 100%;
  height: 137px;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 16px;
  color: #666;
}
.message .text-area textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 11px;
  background: #f7f7f7;
}
.message .btn-group {
  display: flex;
  justify-content: flex-start;
  margin-top: 70px;
}
.message .btn {
  width: 133px;
  height: 43px;
  background: #2bae85;
  line-height: 43px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 133px;
  height: 43px;
  background: #d6d6d6;
  color: #fff;
  line-height: 43px;
  text-align: center;
  margin-left: 26px;
}
.message-btn {
  width: 224px;
  height: 57px;
  background: #2bae85;
  border-radius: 10px;
  opacity: 1;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.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-about {
  margin-bottom: 80px;
}
.ny-about .cont {
  margin-top: 45px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-search {
  margin-top: 80px;
}
.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: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #2bae85;
}
.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: #2bae85 !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 {
  background: #2bae85 !important;
  color: #fff !important;
}
.paging li span {
  color: #737373;
}
.paging li.prev {
  transform: rotate(180deg);
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
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) {
  .about .left {
    width: 59%;
  }
  .about .right {
    width: 46.5%;
  }
  .about .left {
    width: 50%;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
