* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis4 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-ellipsis2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-ellipsis3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mb10 {
  margin-bottom: 10px;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.text-gray-8 {
  color: #a8a8a8;
}
.fz16 {
  font-size: 16px;
}
.fz24 {
  font-size: 1.25vw;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfs {
  display: flex;
  justify-content: space-between;
}
.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;
}
.w1440 {
  width: 75%;
  margin: 0 auto;
  max-width: 1440px;
  min-width: 1200px;
}
.ny-nav {
  border-bottom: 1px solid #f2f2f2;
  margin: -5px;
}
.ny-nav .wrap {
  display: flex;
  justify-content: space-between;
}
.ny-nav .wrap ul {
  display: flex;
  height: 65px;
  align-items: center;
}
.ny-nav .wrap ul li {
  font-size: 14px;
  color: #333333;
  height: 39px;
  line-height: 39px;
  padding: 0 30px;
  margin-right: 16px;
}
.ny-nav .wrap ul li.on {
  background: #3db45e;
  color: #fff;
}
.ny-nav .wrap ul li.on a {
  color: #fff;
}
.ny-nav .wrap ul li:hover {
  background: #3db45e;
  color: #fff;
}
.ny-nav .wrap ul li:hover a {
  color: #fff;
}
.ny-nav .wrap .route {
  height: 65px;
  display: flex;
  align-items: center;
}
.ny-nav .wrap .route .iconfont {
  color: #999;
  font-size: 16px;
  margin-right: 10px;
}
.ny-nav .wrap .route a {
  font-size: 14px;
  color: #999;
}
.ny-tit p:nth-child(1) {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
}
.ny-tit p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  margin-top: 5px;
}
.top {
  opacity: 1;
  background: #fff;
  position: relative;
  z-index: 1000000;
}
.top .top-head {
  height: 94px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .top-head .logo {
  height: 38px;
}
.top .top-head .logo img {
  height: 100%;
}
.top .header {
  justify-content: space-between;
  position: relative;
  height: 70px;
  background: #3db45e;
}
.top .header input {
  position: absolute;
  right: 0;
  top: 106px;
  display: none;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding-left: 10px;
  outline: none;
  border: none;
}
.top .icon-a-sousuo5 {
  font-size: 24px;
  cursor: pointer;
  color: #7d7d7d;
  margin-left: 20px;
}
.top .logo {
  height: 70px;
}
.top .logo img {
  height: 100%;
}
.navBar {
  flex: 1;
}
.navBar li {
  flex: 1;
  max-width: 127px;
  height: 70px;
  line-height: 70px;
  position: relative;
}
.navBar li::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  background: #009b4d;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
  z-index: 1;
}
.navBar li.on .tit {
  color: #fff;
}
.navBar li.on::before {
  height: 100%;
}
.navBar li:hover .tit {
  color: #fff;
}
.navBar li:hover .sub {
  width: 2000px;
  opacity: 1;
  display: block;
}
.navBar li:hover::before {
  height: 100%;
}
.navBar .tit {
  display: block;
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.navBar .sub {
  width: 700px;
  opacity: 0;
  display: flex;
  position: absolute;
  top: 70px;
  left: 0;
  display: none;
  height: 54px;
  line-height: 54px;
  color: #666;
  background: rgba(221, 221, 221, 0.57);
  transition: all 0.5s linear;
  overflow: hidden;
  align-items: center;
}
.navBar .sub a {
  padding: 0 30px;
  display: inline-block;
  box-sizing: border-box;
  height: 20px;
  line-height: 20px;
  color: #666;
  text-align: center;
  border-left: 1px solid #666;
}
.navBar .sub a:nth-child(1) {
  border-left: none;
}
.navBar .sub a:hover {
  color: #3db45e;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.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: 20px;
  height: 4px;
  background: #b5b5b5;
}
.banner .hd li.on {
  background: #009b4d;
}
.banner .prev,
.banner .next {
  font-size: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  opacity: 0.5;
}
.banner .prev:hover,
.banner .next:hover {
  color: #009b4d;
}
.banner .prev {
  left: 80px;
}
.banner .next {
  right: 80px;
}
.com-title p {
  text-align: center;
}
.com-title p:nth-child(1) {
  font-size: 40px;
  font-weight: bold;
  color: #f2f2f2;
}
.com-title p:nth-child(2) {
  font-size: 42px;
  font-weight: bold;
  color: #3db45e;
  margin-top: -30px;
}
.com-title > div {
  text-align: center;
  margin-top: 10px;
}
.com-title > div span {
  display: inline-block;
  background: #fff;
  font-size: 16px;
  color: #666666;
  position: relative;
  z-index: 10;
}
.com-title > div .line {
  width: 744px;
  height: 1px;
  background: #c2c2c1;
  margin: -10px auto 0;
}
.product .pro-nav {
  font-size: 16px;
  color: #333333;
  margin-top: 44px;
}
.product .pro-nav ul {
  display: flex;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.product .pro-nav ul li {
  min-width: 14.8%;
}
.product .pro-nav ul li:nth-last-child(1) {
  width: 10%;
}
.product .pro-nav ul li:nth-last-child(1) {
  padding-right: 0;
}
.product .pro-nav ul li:hover a {
  color: #3db45e;
}
.product .pro-nav ul li a {
  height: 75px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
  line-height: 35px;
}
.product .pro-nav ul li a span:nth-child(1) {
  font-size: 32px;
  margin-right: 15px;
}
.pro-list h3 {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  margin-top: 42px;
  margin-bottom: 27px;
}
.pro-list ul {
  flex-wrap: wrap;
}
.pro-list ul li {
  width: 300px;
  height: 471px;
  background: #ffffff;
  box-sizing: border-box;
}
.pro-list ul li:hover {
  position: relative;
  z-index: 10000;
  box-shadow: 0px 2px 92px 0px rgba(233, 233, 233, 0.7);
}
.pro-list ul li:hover .btm {
  background: #ffffff;
}
.pro-list ul li:hover .btm p:nth-child(3) {
  background: #3db45e;
  color: #fff;
}
.pro-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.pro-list ul li a .img {
  width: 100%;
  display: block;
  position: relative;
}
.pro-list ul li a .img::before {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 100%;
}
.pro-list ul li a .btm {
  margin-top: 16px;
}
.pro-list ul li a .btm p:nth-child(1) {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.pro-list ul li a .btm p:nth-child(2) {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
  font-weight: 700;
}
.pro-list ul li a .btm p:nth-child(3) {
  width: 134px;
  height: 43px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  margin-top: 19px;
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  color: #818181;
}
.ny-proshow {
  margin-top: 69px;
}
.ny-proshow .pro-list ul li a .btm p:nth-child(3) {
  margin-top: 30px;
}
.ny-proshow .pro-list {
  margin-top: 23px;
}
.ny-proshow .pro-list li {
  margin-top: 36px;
}
.ny-partner {
  margin-top: 56px;
}
.ny-partner .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-partner .list ul li {
  width: 280px;
  height: 113px;
  background: #ffffff;
  box-shadow: 0px 19px 79px 0px rgba(223, 223, 223, 0.31);
  margin-left: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 43px;
}
.ny-partner .list ul li:hover {
  transform: scale(1.2);
  transition: all 0.4s linear;
}
.ny-partner .list ul li img {
  max-width: 100%;
  max-height: 100%;
}
.ny-partner .list ul li:nth-child(4n + 1) {
  margin-left: 0;
}
.service {
  position: relative;
}
.service .com-title {
  margin-top: 46px;
}
.service .cont {
  margin-top: 70px;
  height: 642px;
  position: relative;
}
.service .cont > .bd {
  background: #f7f7f7;
  position: relative;
}
.service .cont .bd .bdul > li {
  width: 100% !important;
  transition: all 0.6s linear;
  position: relative;
  animation-name: example;
  animation-duration: 2s;
}
@keyframes example {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.service .cont > .bd .wrap {
  display: flex;
}
.service .cont > .bd .left {
  width: 54.4%;
  height: 642px;
  box-sizing: border-box;
}
.service .cont > .bd .left .title .e-title {
  font-size: 60px;
  font-weight: bold;
  color: #efefef;
  margin-top: 37px;
}
.service .cont > .bd .left .title .c-title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-top: -55px;
}
.service .cont > .bd .left .list ul {
  margin-top: 80px;
}
.service .cont > .bd .left .list ul li {
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
  margin-left: -19px;
  color: #333;
  cursor: pointer;
}
.service .cont > .bd .left .list ul li:hover {
  color: #fff;
  position: relative;
  z-index: 10000;
}
.service .cont > .bd .left .list ul li:hover .big {
  background: #64c27e;
}
.service .cont > .bd .left .list ul li:hover .small {
  background: #64c27e;
  text-align: left;
  padding: 11px;
  left: 16px;
}
.service .cont > .bd .left .list ul li:hover .small span {
  display: inline;
}
.service .cont > .bd .left .list ul li:nth-child(1) {
  margin-left: -23px;
}
.service .cont > .bd .left .list ul li .big {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #f7f7f7;
}
.service .cont > .bd .left .list ul li .small {
  width: 96px;
  height: 96px;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
  background: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 14px;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-box-align: center;
  /*旧版本*/
}
.service .cont > .bd .left .list ul li .small span {
  display: inline;
  margin-left: 3px;
  display: none;
}
.service .cont > .bd .left .call {
  margin-top: 60px;
}
.service .cont > .bd .left .call span:nth-child(1) {
  color: #ccc;
  font-size: 28px;
}
.service .cont > .bd .left .call span:nth-child(2) {
  font-size: 18px;
  color: #b5b5b5;
  margin-left: 32px;
}
.service .cont > .bd .left .call span:nth-child(3) {
  font-size: 24px;
  font-weight: bold;
  color: #3db45e;
  margin-left: 27px;
}
.service .cont > .bd .right {
  width: 46%;
  height: 642px;
  position: absolute;
  right: 0;
}
.service .cont .hd {
  width: 100%;
  height: 118px;
  line-height: 118px;
  position: absolute;
  bottom: 51px;
}
.service .cont .hd .back {
  width: 81.2%;
  height: 118px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  box-shadow: 0px 6px 16px 0px rgba(223, 223, 223, 0.19);
}
.service .cont .hd .wrap {
  overflow: hidden;
  background: #ffffff;
}
.service .cont .hd ul {
  display: flex;
  position: relative;
  z-index: 2;
}
.service .cont .hd ul li {
  width: 246px;
  height: 118px;
  margin-left: 17px;
}
.service .cont .hd ul li:nth-child(1) span:nth-child(2) {
  font-size: 26px;
}
.service .cont .hd ul li.on {
  background: #3db45e;
}
.service .cont .hd ul li.on a {
  background: #3db45e;
  color: #fff;
}
.service .cont .hd ul li:nth-child(1) {
  margin-left: 0;
}
.service .cont .hd ul li a {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333333;
  width: 246px;
  height: 85px;
  padding: 20px;
  box-sizing: border-box;
  background: #f9f9f9;
}
.service .cont .hd ul li a span:nth-child(1) {
  margin-right: 20px;
}
.service .cont .hd ul li a span:nth-child(2) {
  font-size: 35px;
  height: 43px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(197, 197, 197, 0.3);
}
.business {
  margin-top: 80px;
  width: 100%;
}
.business ul {
  width: 100%;
  margin-top: 55px;
}
.business ul li {
  width: 20%;
  position: relative;
}
.business ul li:nth-last-child(1) .text p:nth-child(1),
.business ul li:nth-child(2) .text p:nth-child(1) {
  font-size: 50px;
}
.business ul li:hover .text {
  background: #3db45e;
}
.business ul li img {
  width: 100%;
  height: 100%;
}
.business ul li .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.business ul li .text p {
  color: #fff;
  padding-left: 40px;
}
.business ul li .text p:nth-child(1) {
  font-size: 65px;
  height: 50px;
}
.business ul li .text p:nth-child(2) {
  font-size: 24px;
  line-height: 34px;
  margin-top: 39px;
  height: 35px;
}
.business ul li .text p:nth-child(3) {
  font-size: 16px;
  margin-top: 25px;
  line-height: 34px;
  height: 35px;
}
.business ul li .text p:nth-child(4) {
  font-size: 40px;
  font-weight: 200;
  margin-top: 4.79vw;
}
.business ul li .text p:nth-child(5) {
  width: 7.85vw;
  height: 2.36vw;
  border: 1px solid #ffffff;
  border-radius: 27px;
  text-align: center;
  line-height: 2.36vw;
  font-size: 0.83vw;
  margin-top: 7vw;
  padding-left: 0;
  box-sizing: border-box;
  margin-left: 40px;
}
.advantage {
  margin-top: 80px;
}
.advantage .list ul {
  margin-top: -20px;
}
.advantage .list ul li {
  display: flex;
  margin-top: 95px;
}
.advantage .list ul li:nth-child(2n) .right {
  margin-left: 0;
}
.advantage .list ul li:nth-child(2n) .left {
  margin-left: 45px;
}
.advantage .list ul li .left {
  width: 588px;
  height: 347px;
}
.advantage .list ul li .right {
  width: 566px;
  margin-left: 45px;
  position: relative;
}
.advantage .list ul li .right .top .rectangle {
  width: 135px;
  height: 92px;
  border: 2px solid #eaeaea;
  position: absolute;
  left: 25px;
  top: 0;
  z-index: -1;
}
.advantage .list ul li .right .top .num {
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #3db45e;
  border-radius: 50%;
  margin-top: 20px;
}
.advantage .list ul li .right .top .cont {
  margin-top: 30px;
  background: #fff;
  margin-left: 37px;
}
.advantage .list ul li .right .top .cont p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
}
.advantage .list ul li .right .top .cont p:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.advantage .list ul li .right .mid {
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
}
.advantage .list ul li .right .call {
  width: 438px;
  height: 56px;
  background: #3db45e;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  bottom: 0;
}
.advantage .list ul li .right .call span:nth-child(1) {
  font-size: 28px;
}
.advantage .list ul li .right .call span:nth-child(2) {
  font-size: 18px;
  margin-left: 28px;
}
.advantage .list ul li .right .call span:nth-child(3) {
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
}
.about {
  width: 100%;
  height: 608px;
  background: #f8f8f8;
  margin-top: 80px;
  padding-top: 40px;
  box-sizing: border-box;
}
.about:hover .cont a .left p:nth-child(3) {
  background: #3db45e;
  border: none;
  color: #fff;
}
.about .com-title > div span {
  background: #f8f8f8;
}
.about .cont a {
  width: 100%;
  margin-top: 64px;
  display: block;
  display: flex;
  justify-content: space-between;
}
.about .cont a .left {
  width: 652px;
  height: 252px;
}
.about .cont a .left p:nth-child(1) {
  font-size: 18px;
  color: #3f3f3f;
}
.about .cont a .left p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  margin-top: 35px;
  line-height: 30px;
}
.about .cont a .left p:nth-child(3) {
  width: 152px;
  height: 37px;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  margin-top: 70px;
  color: #999;
}
.about .cont a .right {
  width: 402px;
  height: 252px;
}
.history {
  height: 168px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 3px 92px 0px rgba(231, 231, 231, 0.47);
  position: relative;
  top: -89px;
}
.history ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.history ul li {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-right: 1px solid #efefef;
  cursor: pointer;
}
.history ul li:hover p {
  color: #3db45e !important;
}
.history ul li:hover span {
  color: #3db45e !important;
}
.history ul li p:nth-child(1) {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  color: #5a5a5a;
  line-height: 30px;
}
.history ul li p:nth-child(1) span {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #5a5a5a;
  line-height: 30px;
  position: relative;
  top: -20px;
  left: 5px;
}
.history ul li p:nth-child(2) {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #5a5a5a;
}
.partner .list {
  margin-top: 15px;
}
.partner .list .bd ul li ul {
  display: flex;
  flex-wrap: wrap;
}
.partner .list .bd ul li ul li {
  overflow: hidden;
  width: 280px;
  height: 113px;
  background: #ffffff;
  box-shadow: 0px 19px 79px 0px rgba(223, 223, 223, 0.31);
  margin-left: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  margin-top: 43px;
}
.partner .list .bd ul li ul li img {
  max-height: 98%;
}
.partner .list .bd ul li ul li:hover {
  transform: scale(1.2);
  transition: all 0.4s linear;
}
.partner .list .bd ul li ul li:nth-child(4n + 1) {
  margin-left: 0;
}
.partner .list .hd {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.partner .list .hd li {
  width: 14px;
  height: 14px;
  background: #dddddd;
  border-radius: 50%;
  margin-right: 14px;
}
.partner .list .hd li.on {
  width: 43px;
  height: 14px;
  background: #3db45e;
  border-radius: 7px;
}
.news {
  margin-top: 80px;
}
.news .cont {
  margin-top: 60px;
  display: flex;
}
.news .cont .left {
  width: 522px;
  height: 494px;
  padding: 40px;
  box-sizing: border-box;
  background: #fafafa;
}
.news .cont .left:hover .more {
  background: #3db45e;
  color: #fff;
  border: none;
}
.news .cont .left p:nth-child(1) {
  font-size: 24px;
  color: #afafaf;
  line-height: 30px;
}
.news .cont .left p:nth-child(2) {
  font-size: 16px;
  color: #343434;
  line-height: 50px;
}
.news .cont .left p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  line-height: 25px;
}
.news .cont .left .img {
  margin-top: 18px;
}
.news .cont .left .img:nth-of-type(1) {
  width: 442px;
  height: 201px;
  position: relative;
  overflow: hidden;
}
.news .cont .left .img:nth-of-type(1) img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.news .cont .left .more {
  margin-top: 30px;
  width: 146px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #d2d2d2;
  color: #afafaf;
}
.news .cont .right {
  margin-left: 40px;
}
.news .cont .right ul li {
  width: 651px;
  height: 162.3px;
  display: flex;
  padding: 0 0px 0 15px;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
}
.news .cont .right ul li:hover {
  background: #3db45e;
  padding: 0 15px;
}
.news .cont .right ul li:hover .line {
  display: none;
}
.news .cont .right ul li:hover p {
  color: #fff !important;
}
.news .cont .right ul li:hover .icon-a-xiasanjiaoxing1 {
  display: block;
}
.news .cont .right ul li:nth-child(1) {
  border-top: 1px solid #ededed;
}
.news .cont .right ul li a {
  width: 100%;
  display: block;
  height: 100%;
}
.news .cont .right ul li a .text {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}
.news .cont .right ul li a .text > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news .cont .right ul li a .text > div:nth-child(1) {
  width: 100%;
  height: 100%;
}
.news .cont .right ul li a .text > div:nth-child(1) p {
  width: 478px;
}
.news .cont .right ul li a .text > div:nth-child(1) p:nth-child(1) {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.news .cont .right ul li a .text > div:nth-child(1) p:nth-child(2) {
  width: 26px;
  height: 2px;
  background: #08a067;
}
.news .cont .right ul li a .text > div:nth-child(1) p:nth-child(2) span {
  position: absolute;
}
.news .cont .right ul li a .text > div:nth-child(1) p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  margin-top: 20px;
}
.news .cont .right ul li a .text > div:nth-child(2) p {
  color: #737373;
}
.news .cont .right ul li a .text > div:nth-child(2) p:nth-child(1) {
  font-size: 32px;
  font-weight: bold;
}
.news .cont .right ul li a .text > div:nth-child(2) p:nth-child(2) {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
}
.news .cont .right ul li a .text > div:nth-child(2) p:nth-child(2) span {
  position: absolute;
  right: 30px;
}
.news .cont .right ul li a .text > div:nth-child(2) p:nth-child(3) {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  font-size: 16px;
  position: relative;
  left: -15px;
  transform: rotate(-90deg);
}
.message {
  height: 396px;
  position: relative;
  overflow: hidden;
}
.message .back {
  width: 100%;
}
.message .back img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.message .cont {
  height: 219px;
  background: #ffffff;
  box-shadow: 0px 2px 35px 0px rgba(233, 233, 233, 0.56);
  margin-top: 75px;
  position: relative;
  z-index: 100;
  padding: 25px 28px;
  box-sizing: border-box;
}
.message .cont h3 {
  font-size: 22px;
  color: #000000;
}
.message .cont .inp-group {
  display: flex;
}
.message .cont .inp {
  width: 233px;
  height: 47px;
  line-height: 47px;
  background: #fafafa;
  margin-left: 15px;
  margin-top: 15px;
  padding: 0 10px;
  display: flex;
  box-sizing: border-box;
}
.message .cont .inp:nth-child(1) {
  margin-left: 0;
}
.message .cont .inp:nth-child(3) {
  width: 293px;
}
.message .cont .inp:nth-child(4) {
  width: 342px;
}
.message .cont .inp span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.message .cont .inp input {
  width: 135px;
  display: inline-block;
  border: none;
  outline: none;
  background: #fafafa;
}
.message .cont .sub button {
  margin-top: 30px;
  width: 135px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  font-size: 18px;
  color: #fff;
  border: none;
  background: #3db45e;
}
.footer-nav {
  width: 100%;
  height: 75px;
  background: #f4f4f4;
}
.footer-nav .wrap {
  display: flex;
  font-size: 16px;
  color: #333333;
}
.footer-nav .wrap li {
  height: 75px;
  line-height: 75px;
  margin-right: 65px;
}
.footer-nav .wrap li:hover a {
  color: #3db45e;
}
.footer-nav .wrap li:nth-last-child(1) {
  margin-left: 0;
}
.footer-contact {
  background: #363739;
  padding: 70px 0;
  color: #fff;
}
.footer-contact nav {
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
}
.footer-contact .logo p:nth-of-type(1) {
  font-size: 14px;
  color: #e6e6e6;
  margin-top: 49px;
}
.footer-contact .logo p:nth-of-type(2) {
  font-weight: 700;
  font-size: 34px;
  color: #fff;
  margin-top: 20px;
}
.footer-contact .mid {
  border-left: 1px solid #494949;
  padding: 0px 40px 0px 40px;
  margin-left: 40px;
  flex: 1;
  line-height: 37px;
  color: #e6e6e6;
  font-size: 14px;
}
.footer-contact .mid h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
}
.footer-contact .mid h5 {
  font-size: 18px;
  font-weight: 400;
  color: #e6e6e6;
}
.footer-contact .mid p {
  color: #e6e6e6;
  margin-top: 8px;
}
.footer-contact .mid span {
  font-size: 22px;
  margin-right: 8px;
}
.footer-contact .ewm {
  height: 215px;
  border-left: 1px solid #494949;
  padding-left: 42px;
}
.footer-contact .ewm p {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 50px;
}
.footer-contact .ewm img {
  margin-right: 30px;
}
.footer-contact .ewm img:nth-last-child(1) {
  margin-right: 0;
}
.footer {
  height: 60px;
  line-height: 60px;
  background: #262729;
  color: #fff;
  text-align: center;
}
.footer a {
  color: #e9e9e9;
}
.ny-banner {
  width: 100%;
}
.ny-banner img {
  width: 100%;
  height: auto;
}
.ny-business {
  margin-top: 56px;
}
.ny-business .bus-list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.ny-business .bus-list .left {
  width: 332px;
  height: 584px;
  position: relative;
  overflow: hidden;
}
.ny-business .bus-list .left:hover .text {
  background: #3db45e !important;
}
.ny-business .bus-list .left img {
  width: 332px;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ny-business .bus-list .left .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-business .bus-list .left .text .top-title .icon {
  width: 83px;
  height: 61px;
}
.ny-business .bus-list .left .text .top-title .icon span {
  display: block;
  font-size: 40px;
  color: #fff;
  position: relative;
  z-index: 100;
}
.ny-business .bus-list .left .text p {
  color: #fff;
  padding-left: 40px;
}
.ny-business .bus-list .left .text p:nth-child(1) {
  font-size: 80px;
}
.ny-business .bus-list .left .text p:nth-child(2) {
  font-size: 26px;
  margin-top: 25px;
}
.ny-business .bus-list .left .text p:nth-child(3) {
  font-size: 16px;
  margin-top: 14px;
}
.ny-business .bus-list .left .text p:nth-child(4) {
  font-size: 50px;
  margin-top: 80px;
}
.ny-business .bus-list .left .text p:nth-child(5) {
  width: 147px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 46px;
  font-size: 19px;
  margin-top: 77px;
  padding-left: 0;
  box-sizing: border-box;
  margin-left: 40px;
}
.ny-business .bus-list .right {
  width: 868px;
}
.ny-business .bus-list .right > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-business .bus-list .right > ul li {
  width: 404px;
  height: 277px;
  margin-left: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.ny-business
  .bus-list
  .right
  > ul
  li:nth-child(4)
  .text
  .top-tit
  > div:nth-child(1),
.ny-business
  .bus-list
  .right
  > ul
  li:nth-child(1)
  .text
  .top-tit
  > div:nth-child(1) {
  font-size: 65px;
}
.ny-business .bus-list .right > ul li:hover .text {
  background: #3db45e !important;
}
.ny-business .bus-list .right > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px 40px;
  box-sizing: border-box;
  z-index: 100;
}
.ny-business .bus-list .right > ul li a img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.ny-business .bus-list .right > ul li .text {
  width: 100%;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ny-business .bus-list .right > ul li .text .top-tit {
  display: flex;
  align-items: center;
  margin-top: -20px;
}
.ny-business .bus-list .right > ul li .text .top-tit > div:nth-child(1) {
  font-size: 80px;
}
.ny-business .bus-list .right > ul li .text .top-tit > div:nth-child(2) {
  margin-left: 26px;
}
.ny-business .bus-list .right > ul li .text .top-tit > div:nth-child(2) p {
  color: #fff;
}
.ny-business
  .bus-list
  .right
  > ul
  li
  .text
  .top-tit
  > div:nth-child(2)
  p:nth-child(1) {
  font-size: 18px;
  color: #ffffff;
  line-height: 21px;
}
.ny-business
  .bus-list
  .right
  > ul
  li
  .text
  .top-tit
  > div:nth-child(2)
  p:nth-child(2) {
  font-size: 14px;
  margin-top: 16px;
}
.ny-business .bus-list .right > ul li .text .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 95px;
}
.ny-business .bus-list .right > ul li .text .more p:nth-child(2) {
  font-size: 40px;
}
.ny-business .bus-list .right > ul li .text .more p:nth-child(1) {
  width: 128px;
  height: 40px;
  font-size: 17px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
}
.process h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin-top: 40px;
}
.process .p2 {
  margin-top: 50px;
}
.process .p1 {
  margin-top: 30px;
  display: flex;
}
.process .p1 li {
  width: 226px;
  height: 197px;
  background: #ffffff;
  box-shadow: 5px 3px 35px 0px rgba(225, 225, 225, 0.39);
  padding: 30px 20px;
  margin-left: 18px;
  box-sizing: border-box;
}

.process .p1 li:nth-child(1) {
  margin-left: 0;
}
.process .p1 li p:nth-child(1) {
  font-size: 44px;
  font-weight: 700;
  color: #3db45e;
  text-align: center;
  font-style: italic;
}
.process .p1 li p:nth-child(2) {
  font-size: 14px;
  height: 108px;
  color: #333;
  line-height: 25px;
  margin-top: 20px;
}
.process .p2 .u1 {
  display: flex;
}
.process .p2 .u1 li {
  padding: 40px 20px;
  width: 301px;
  height: 313px;
  border: 1px dashed #e5e5e5;
  border-right: none;
  box-sizing: border-box;
  position: relative;
}
.process .p2 .u1 li span {
  font-size: 40px;
  position: absolute;
  right: -20px;
  top: 78px;
  z-index: 100;
}
.process .p2 .u1 li:nth-last-child(1) {
  border-right: 1px dashed #e5e5e5;
}
.process .p2 .u1 li p:nth-child(1) {
  text-align: center;
  font-size: 50px;
  color: #3db45e;
}
.process .p2 .u1 li:hover p:nth-child(1) {
  transform: rotateY(180deg);
  transition: all 0.4s;
}
.process .p2 .u1 li p:nth-child(2) {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
}
.process .p2 .u1 li p:nth-child(3) {
  font-size: 14px;
  color: #333333;
  line-height: 31px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.process .p2 .u1 li p:nth-child(3).two-line {
  margin-top: 40px;
}
.process .p2 .jiantou {
  width: 100%;
  height: 100px;
  line-height: 100px;
  position: relative;
}
.process .p2 .jiantou span {
  position: absolute;
  font-size: 45px;
  color: #333;
  right: 126px;
}
.process .p2 .u3 {
  margin-top: 0;
}
.process .p2 .u3 li p:nth-child(1) {
  font-size: 42px;
}
.ny-service .service {
  margin-top: 67px;
  padding-top: 60px;
}
.ny-service .service .ny-tit {
  margin-top: 0;
}
.ny-service .service .back {
  width: 1920px;
  height: 338px;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  z-index: -1;
}
.ny-service .solve {
  width: 100%;
  background: #f7f7f7;
  margin-top: 67px;
  padding-top: 70px;
  box-sizing: border-box;
  padding-bottom: 240px;
}
.ny-service .solve .s-list {
  display: flex;
  margin-top: 90px;
  margin-bottom: 80px;
}
.ny-service .solve .s-list li {
  width: 173px;
  height: 139px;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  margin-right: 30px;
}
.ny-service .solve .s-list li:hover p {
  color: #3db45e !important;
}
.ny-service .solve .s-list li:nth-of-type(1) p:nth-child(1) {
  height: 37px;
  font-size: 37px;
  margin-bottom: 28px;
  position: relative;
}
/* .ny-service .solve .s-list li:nth-last-child(1) p:nth-child(1),
.ny-service .solve .s-list li:nth-of-type(1) p:nth-child(1) {
  height: 37px;
  font-size: 37px;
} */
.ny-service .solve .s-list li:nth-last-child(1) {
  margin-right: 0;
}
.ny-service .solve .s-list li p {
  text-align: center;
}
.ny-service .solve .s-list li p:nth-child(1) {
  font-size: 45px;
  color: #3db45e;
}
.ny-service .solve .s-list li p:nth-child(2) {
  font-size: 16px;
  color: #333;
  margin-top: 23px;
}
.ny-service .solve .slide {
  width: 100%;
  position: relative;
}
.ny-service .solve .slide .btn-group a {
  display: block;
  font-size: 50px;
  color: #afafaf;
  width: 22px;
  height: 41px;
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
}
.ny-service .solve .slide .btn-group .prev {
  left: 0;
}
.ny-service .solve .slide .btn-group .next {
  transform: rotate(180deg);
  right: 0 !important;
}
.ny-service .solve .slide .bd li {
  width: 1048px;
  height: 487px;
  margin: 0 auto;
  border-radius: 20px;
}
.ny-service .solve .slide .bd li .text {
  position: absolute;
  bottom: -151px;
  width: 864px;
  height: 236px;
  background: #ffffff;
  border-radius: 20px;
  padding: 56px 36px;
  font-size: 16px;
  color: #333;
  line-height: 33px;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}
.ny-about {
  margin-top: 55px;
}
.ny-about .logo {
  width: 100%;
  height: 124px;
  text-align: center;
}
.ny-about .logo img {
  width: 191px;
  height: 124px;
}
.ny-about .cont {
  display: flex;
  margin-top: 50px;
}
.ny-about .cont > div:nth-of-type(1) {
  width: 532px;
  height: 381px;
  border-radius: 10px;
}
.ny-about .cont > div:nth-of-type(2) {
  width: 617px;
  margin-left: 50px;
}
.ny-about .cont > div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.ny-about .cont > div:nth-of-type(2) p:nth-of-type(2) {
  margin-top: 15px;
  font-size: 14px;
  color: #333333;
  line-height: 31px;
}
.ny-about .history {
  top: 0;
  margin-top: 66px;
}
.ny-about .history ul li p:nth-child(1) {
  color: #3db45e;
  font-weight: 700;
}
.ny-about .history ul li p:nth-child(1) span {
  color: #3db45e;
}
.ny-about .history ul li p:nth-child(2) {
  color: #333;
  font-size: 16px;
}
.ny-about .culture {
  width: 100%;
  height: 882px;
  margin-top: 90px;
  overflow: hidden;
}
.ny-about .culture .ny-tit {
  margin-top: 62px;
}
.ny-about .culture .ny-tit p {
  color: #fff;
}
.ny-about .culture .c-list {
  margin-top: 164px;
}
.ny-about .culture .c-list ul {
  display: flex;
  justify-content: flex-end;
}
.ny-about .culture .c-list ul:nth-child(1) {
  width: 299px;
  margin-left: 900px;
}
.ny-about .culture .c-list ul li {
  width: 299px;
  height: 247px;
  border: 1px solid #ffffff;
  padding: 34px;
  box-sizing: border-box;
}
.ny-about .culture .c-list ul li:hover {
  background: #3db45e;
  border: none !important;
  padding: 35px;
}
.ny-about .culture .c-list ul li:hover + li {
  border-left: none;
}
.ny-about .culture .c-list ul li > div {
  color: #fff;
}
.ny-about .culture .c-list ul li > div:nth-of-type(1) {
  display: flex;
  align-items: center;
}
.ny-about .culture .c-list ul li > div:nth-of-type(1) span:nth-of-type(1) {
  font-size: 35px;
  margin-right: 5px;
}
.ny-about .culture .c-list ul li > div:nth-of-type(1) span:nth-of-type(2) {
  font-size: 20px;
}
.ny-about .culture .c-list ul li p:nth-of-type(1) {
  width: 61px;
  height: 1px;
  background: #cfcfcf;
  margin-top: 18px;
  margin-bottom: 20px;
}
.ny-about .culture .c-list ul li p:nth-of-type(2) {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.ny-about .culture .c-list ul.u1 li {
  border-bottom: none !important;
}
.ny-about .culture .c-list ul.u2 li {
  border-right: none;
}
.ny-about .culture .c-list ul.u2 li:nth-last-of-type(1) {
  border-right: 1px solid #fff;
  padding-right: 15px;
}
.ny-about .culture .c-list ul.u2 li:nth-last-of-type(1) p:nth-of-type(1) {
  margin-bottom: 15px;
}
.ny-about .culture .c-list .u1:hover + ul li:nth-last-child(1) {
  border-top: none;
}
.ny-about .wrok {
  margin-bottom: 100px;
  margin-top: 68px;
}
.ny-about .wrok .w-list {
  margin-top: 50px;
}
.ny-about .wrok .w-list .bd .inner-ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-about .wrok .w-list .bd .inner-ul li {
  width: 375px;
  height: 273px;
  margin-left: 35px;
  margin-bottom: 30px;
}
.ny-about .wrok .w-list .bd .inner-ul li:nth-last-child(3n) {
  margin-left: 0;
}
.ny-about .wrok .w-list .bd .inner-ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.ny-about .wrok .w-list .hd {
  display: flex;
  justify-content: center;
}
.ny-about .wrok .w-list .hd li {
  width: 12px;
  height: 12px;
  background: #dedede;
  border-radius: 50%;
  margin-right: 15px;
}
.ny-about .wrok .w-list .hd li:nth-last-child(1) {
  margin-right: 0;
}
.ny-about .wrok .w-list .hd li.on {
  background: #3db45e;
}
.ny-social {
  margin-top: 56px;
}
.ny-social .list {
  margin-top: 60px;
}
.ny-social .list li {
  display: flex;
  margin-top: 53px;
}
.ny-social .list li:nth-child(1) {
  margin-top: 0;
}
.ny-social .list li .left {
  width: 602px;
  height: 397px;
}
.ny-social .list li .right {
  width: 598px;
  height: 397px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f8f8f9;
  padding: 0 60px;
  box-sizing: border-box;
}
.ny-social .list li .right p:nth-child(1) {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.ny-social .list li .right p:nth-child(2) {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  margin-top: 20px;
}
.ny-share .ny-tit {
  margin-top: 69px;
}
.ny-share h1 {
  text-align: center;
  font-size: 49px;
  color: #3db45e;
  margin-top: 60px;
}
.ny-share .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 57px;
}
.ny-share .list li {
  margin-bottom: 37px;
  width: 558px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #ffffff;
  box-shadow: 5px 3px 35px 0px rgba(225, 225, 225, 0.39);
  border-radius: 20px;
  font-size: 22px;
  color: #333;
  margin-left: 84px;
}
.ny-share .list li:nth-child(2n + 1) {
  margin-left: 0;
}
.ny-share .tell {
  margin: 43px auto 98px;
  text-align: center;
}
.ny-share .tell span:nth-child(1) {
  font-size: 28px;
  color: #333;
}
.ny-share .tell span:nth-child(2) {
  font-size: 49px;
  color: #333;
  margin-left: 18px;
}
.ny-food {
  margin-top: 56px;
}
.ny-food .process h3 {
  font-size: 24px;
}
.ny-food .process .p2 .u1 li {
  height: 207px !important;
}
.left_jiantou span {
  left: 126px !important;
}
.ny-food .process .p2 .u1 li:hover p:nth-child(1) {
  transform: rotateY(180deg);
  transition: all 0.4s linear;
}
.ny-food .process .p2 .u1 li p:nth-child(3) {
  text-align: center;
  justify-content: center;
  margin-top: 0px;
}
.ny-food .core {
  height: 904px;
  background: #fafafa;
  padding-top: 45px;
  margin-top: 40px;
}
.ny-food .core h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.ny-food .core .wrap-ul {
  display: flex;
}
.ny-food .core .wrap-ul > li {
  margin-left: 46px;
}

.ny-food .core .wrap-ul > li:nth-child(1) {
  margin-left: 0;
}
.ny-food .core li {
  width: 370px;
  margin-top: 44px;
  position: relative;
}
.ny-food .core li .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ny-food .core li .line .quan {
  width: 19px;
  height: 19px;
  background: #3db45e;
  border-radius: 50%;
  position: relative;
  left: -9px;
}
.ny-food .core li .line .lines {
  width: 1px;
  height: 274px;
  border-left: 1px dashed #3db45e;
}
.ny-food .core li .text-cont {
  width: 370px;
  height: 389px;
  box-sizing: border-box;
  padding: 0 36px;
  overflow: hidden;
  background: #ffffff;
}
.ny-food .core li .text-cont p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #3db45e;
  line-height: 31px;
  margin-top: 46px;
  text-align: center;
}
.ny-food .core li .text-cont p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  margin-top: 25px;
}
.ny-food .core li .text-cont:hover {
  box-shadow: 0px 6px 30px rgb(51 51 51 / 55%);
}
.ny-food .core li ul {
  margin-top: 65px;
}
.ny-food .core li ul li {
  width: 370px;
  height: 66px;
  background: #ffffff;
  box-shadow: 5px 3px 35px 0px rgba(242, 242, 242, 0.39);
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 66px;
  margin-bottom: 30px;
  position: relative;
}
.ny-news {
  margin: 60px auto;
}
.ny-news .list {
  margin-top: 60px;
}
.ny-news .list li {
  box-sizing: border-box;
  transition: all 0.1s ease-in;
  margin-bottom: 40px;
  height: 291px;
  border: 1px solid #f1f1f1;
}
.ny-news .list li .img {
  width: 336px;
  height: 291px;
  margin-right: 49px;
}
.ny-news .list li .img img {
  width: 100%;
  height: 100%;
}
.ny-news .list li .info {
  padding-right: 30px;
  box-sizing: border-box;
  flex: 1;
}
.ny-news .list li .info .name {
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}
.ny-news .list li .info .dec {
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #999;
  font-size: 14px;
  margin-top: 20px;
  width: 776px;
}
.ny-news .list li .info .time {
  display: flex;
  justify-content: space-between;
  width: 776px;
  margin-top: 60px;
}
.ny-news .list li .info .time > div:nth-child(1) {
  font-size: 18px;
  color: #333;
}
.ny-news .list li .info .time > div:nth-child(2) {
  width: 133px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e5e5e5;
  color: #fff;
}
.ny-news .list li .info .time > div:nth-child(2) span {
  margin-left: 19px;
  font-size: 14px;
}
.ny-news .list li:hover {
  border: none;
  box-shadow: 15px 8px 54px 0px rgba(219, 219, 219, 0.34);
}
.ny-news .list li:hover .name {
  color: #3db45e;
}
.ny-news .list li:hover .info .time > div:nth-child(2) {
  background: #3db45e;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-honor {
  margin-top: 50px;
}
.ny-honor .tips {
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  margin-bottom: 40px;
}
.ny-honor .list {
  margin-top: 10px;
}
.ny-honor .list li {
  width: 368px;
  background: #f6f6f6;
  box-sizing: border-box;
  margin-left: 48px;
  margin-top: 49px;
  text-align: center;
}
.ny-honor .list li:nth-child(3n + 1) {
  margin-left: 0;
}
.ny-honor .list li:hover h3 {
  color: #3db45e;
}
.ny-honor .list li:hover img {
  transform: translateY(-50%) scale(1.1);
}
.ny-honor .list h3 {
  line-height: 60px;
  text-align: center;
  font-size: 16px;
}
.ny-honor .list .img {
  width: 100%;
  height: 251px;
  overflow: hidden;
  position: relative;
  display: block;
}
.ny-honor .list .img::before {
  padding-bottom: 68%;
}
.ny-honor .list .img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  top: 50%;
  position: relative;
}
.ny-product {
  margin-bottom: 98px;
  margin-top: 56px;
}
.ny-product .top-list {
  display: flex;
  margin-top: 59px;
}
.ny-product .top-list > div:nth-child(1) {
  width: 383px;
  height: 545px;
  position: relative;
  overflow: hidden;
}
.ny-product .top-list > div:nth-child(1):hover .img {
  transform: scale(1.1);
}
.ny-product .top-list > div:nth-child(1) .img {
  width: 383px;
  display: block;
  transition: 0.3s all linear;
}
.ny-product .top-list > div:nth-child(1) .img:before {
  content: '';
  display: block;
  padding-bottom: 142%;
}
.ny-product .top-list > div:nth-child(1) .btm {
  position: absolute;
  left: 0;
  bottom: 0;
}
.ny-product .top-list > div:nth-child(1) .btm .bottom {
  width: 383px;
  height: 51px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  color: #fff;
  line-height: 51px;
  text-align: center;
}
.ny-product .top-list > div:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
  width: 816px;
}
.ny-product .top-list > div:nth-child(2) ul li {
  width: 379px;
  height: 257px;
  margin-left: 29px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.ny-product .top-list > div:nth-child(2) ul li:hover .img {
  transform: scale(1.1);
}
.ny-product .top-list > div:nth-child(2) ul li .img {
  width: 100%;
  display: block;
  transition: all 0.3s linear;
}
.ny-product .top-list > div:nth-child(2) ul li .img:before {
  content: '';
  display: block;
  padding-bottom: 70%;
}
.ny-product .top-list > div:nth-child(2) ul li .btm {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.ny-product .top-list > div:nth-child(2) ul li .btm .bottom {
  width: 379px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.ny-product .bottom-list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ny-product .bottom-list ul li {
  width: 586px;
  height: 342px;
  margin-left: 28px;
  overflow: hidden;
  position: relative;
}
.ny-product .bottom-list ul li:hover .img {
  transform: scale(1.1);
}
.ny-product .bottom-list ul li:nth-child(1) {
  margin-left: 0;
}
.ny-product .bottom-list ul li .img {
  width: 100%;
  display: block;
  transition: all 0.3s linear;
}
.ny-product .bottom-list ul li .img:before {
  content: '';
  display: block;
  padding-bottom: 58%;
}
.ny-product .bottom-list ul li .btm {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.ny-product .bottom-list ul li .btm .bottom {
  width: 586px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
/****发展历程******/
.ny-history {
  margin-top: 56px;
  margin-bottom: 200px;
}
.ny-history .main-timeline {
  font-family: 'Roboto', sans-serif;
  position: relative;
  margin-top: 90px;
}
.ny-history .main-timeline:after {
  content: '';
  display: block;
  clear: both;
}
.ny-history .main-timeline:before {
  content: '';
  height: 100%;
  width: 1px;
  padding-bottom: 100px;
  border-right: 1px solid #ddd;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0px;
}
.ny-history .main-timeline * {
  margin: 0;
  padding: 0;
}
.ny-history .main-timeline .timeline {
  width: 40%;
  padding: 50px 70px 0 16px;
  margin: 0 50px 0 0;
  float: left;
  position: relative;
}
.ny-history .main-timeline .timeline-content {
  padding: 40px 37px 30px 24px;
  border: 1px solid #3db45e;
  display: block;
  position: relative;
}
.ny-history .main-timeline .timeline-content:hover {
  text-decoration: none;
}
.ny-history .main-timeline .timeline-content:after {
  content: '';
  background: url(../images/ico_fazhanline.png) center no-repeat;
  height: 9px;
  width: 60px;
  position: absolute;
  right: -55px;
  top: 74px;
}
.ny-history .main-timeline .timeline-year {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 37px;
  width: 112px;
  height: 37px;
  background: #3db45e;
  position: absolute;
  right: -167px;
  top: 60px;
}
.ny-history
  .ny-history
  .main-timeline
  .timeline-content:after
  main-timeline
  h4 {
  color: #3db45e;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 3px 0;
}
.ny-history .main-timeline .description {
  color: #333333;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: justify;
  margin: 0 0 5px;
  overflow: hidden;
}
.ny-history .main-timeline .description dd p {
  line-height: 28px;
  font-size: 14px;
  color: #333;
}
.ny-history .main-timeline .description dd h4 {
  font-size: 18px;
  color: #3db45e;
  font-weight: 700;
  line-height: 30px;
}
.ny-history .main-timeline .description dl dt {
  float: left;
  width: 80px;
  border-right: 1px solid #ccc;
  height: 110px;
  color: #52b576;
  font-weight: 700;
  text-align: center;
  font-size: 28px;
}
.ny-history .main-timeline .description dl dt p {
  font-weight: 500;
  font-size: 16px;
}
.ny-history .main-timeline .timeline:nth-child(even) {
  padding: 100px 6px 0 70px;
  margin: 0 0 0 50px;
  float: right;
}
.ny-history .main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 40px 37px 30px 24px !important;
}
.ny-history .main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 40px 24px 30px 37px;
}
.ny-history .main-timeline .timeline:nth-child(even) .timeline-content:after {
  transform: rotateY(180deg);
  right: auto;
  left: -54px;
}
.ny-history .main-timeline .timeline:nth-child(even) .timeline-year {
  right: auto;
  left: -165px;
}
.ny-history .main-timeline .timeline:nth-child(even) .timeline-year:after {
  transform: translateX(-50%) translateY(-50%) rotate(200deg);
}
.big-img-box {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000000000;
  display: none;
}
.big-img-box .cont {
  width: 60%;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.big-img-box .close {
  width: 40px;
  height: 40px;
  background: #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  right: -10px;
  top: -10px;
  position: absolute;
  cursor: pointer;
}
.ny-contact {
  margin-top: 56px;
}
.ny-contact h2 {
  font-size: 24px;
  color: #000;
  margin-top: 59px;
  margin-bottom: 40px;
}
.ny-contact .contact-list ul {
  display: flex;
}
.ny-contact .contact-list ul li {
  width: 360px;
  height: 118px;
  border: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}
.ny-contact .contact-list ul li:nth-last-child(1) {
  width: 444px;
  margin-right: 0;
}
.ny-contact .contact-list ul li > div:nth-child(1) {
  width: 49px;
  height: 49px;
  line-height: 49px;
  margin-right: 24px;
  color: #3db45e;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
}
.ny-contact .contact-list ul li > div:nth-child(2) p:nth-child(1) {
  font-size: 18px;
  color: #333;
}
.ny-contact .contact-list ul li > div:nth-child(2) p:nth-child(2) {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.ny-contact .map {
  width: 1200px;
}
.ny-contact .map img {
  width: 100%;
  height: auto;
  margin-top: 47px;
}
.ny-contact .message {
  height: 490px;
  margin-top: 55px;
  margin-bottom: 117px;
  padding: 40px 27px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 9px 5px 62px 0px rgba(242, 242, 242, 0.78);
}
.ny-contact .message h3 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.ny-contact .message .inp-group {
  display: flex;
}
.ny-contact .message .inp-group > div {
  margin-top: 30px;
  margin-left: 30px;
}
.ny-contact .message .inp-group > div:nth-child(1) {
  margin-left: 0;
}
.ny-contact .message .inp-group > div p:nth-child(1) {
  font-size: 16px;
  color: #666;
}
.ny-contact .message .inp-group > div p:nth-child(1) span {
  color: #ff1f1f;
}
.ny-contact .message .inp-group > div p:nth-child(2) input {
  width: 363px;
  height: 43px;
  padding: 0 15px;
  box-sizing: border-box;
  background: #f7f7f7;
  border: none;
  margin-top: 10px;
  outline: none;
}
.ny-contact .message .btn-group {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.ny-contact .message .btn-group button {
  width: 128px;
  height: 41px;
  line-height: 41px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: none;
}
.ny-contact .message .btn-group button.on {
  background: #3db45e;
}
.ny-contact .message .btn-group button:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .message .text-area p:nth-child(1) {
  font-size: 16px;
  color: #666;
  margin-top: 23px;
}
.ny-contact .message .text-area p:nth-child(1) span {
  color: #ff1f1f;
}
.ny-contact .message .text-area p:nth-child(2) textarea {
  width: 1147px;
  height: 137px;
  margin-top: 10px;
  background: #f7f7f7;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
}
.ny-cooperation {
  margin-top: 56px;
}
.ny-cooperation .page {
  margin-top: 60px;
  margin-bottom: 100px;
}
.ny-cooperation .page img {
  max-width: 100%;
}
.pro-detail {
  background: url('../images/pro_L_02.gif') left top no-repeat;
}
.pro-detail .top-info {
  margin-top: 60px;
}
.pro-detail .top-info .img {
  width: 48.95%;
  margin-right: 20px;
}
.pro-detail .top-info .img::before {
  padding-bottom: 78.72%;
}
.pro-detail .top-info .right {
  flex: 1;
  line-height: 50px;
  font-size: 16px;
}
.pro-detail .top-info .right h3 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.pro-detail .top-info .right span {
  color: #0076ce;
  font-size: 18px;
  margin-left: -5px;
  text-align: justify;
  text-align-last: justify;
  display: inline-block;
  min-width: 110px;
}
.pro-detail .cont {
  margin-top: 42px;
}
.pro-detail .tit {
  margin-bottom: 30px;
}
.pro-detail .tit li {
  width: 200px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.pro-detail .tit li::after {
  content: '';
  width: 1px;
  height: 20px;
  background: #333333;
  position: absolute;
  right: 0;
  top: 17px;
}
.pro-detail .tit li:last-of-type::after,
.pro-detail .tit li.on::after {
  display: none;
}
.pro-detail .tit li.on {
  background: #0175b3;
  color: #fff;
}
.pro-detail .info li {
  display: none;
  line-height: 38px;
  font-size: 16px;
}
.pro-detail .info li.on {
  display: block;
}
.detail {
  padding-bottom: 60px;
  line-height: 36px;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #0175b3;
}
.paging {
  display: flex;
  width: 100%;
  margin: 58px 0 98px 0;
  justify-content: center;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #f9f9f9;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  color: #242422;
}
.paging li a:hover,
.paging li.on a {
  background: #3db45e;
  border-color: #3db45e;
  color: #fff;
}
.paging .next span {
  font-weight: 700;
  display: inline-block;
  font-size: 12px;
  transform: rotate(270deg);
}
.paging .prev span {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  transform: rotate(90deg);
}
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: 1440px) {
  .banner {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 100%;
  }
}
.main {
  margin-bottom: 100px;
}
/*悬浮*/
.float {
  width: 52px;
  position: fixed;
  right: 0px;
  transition: all 0.5s;
  bottom: 20%;
  z-index: 10000;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 52px;
  line-height: 52px;
  background: #515151;
  margin-bottom: 2px;
  cursor: pointer;
}

.float ul li:hover {
  background: #3db45e;
}
.float ul li:hover span {
  background: #3db45e;
}
.float ul li span {
  display: block;
  width: 52px;
  height: 52px;
  background: #515151;
  float: left;
  text-align: center;
}
.float ul li.phone {
  display: flex;
  position: relative;
}
.float ul li.phone:hover .number {
  right: 52px;
}
.float ul li.phone .number {
  transition: all 0.3s linear;
  position: absolute;
  right: -300px;
  padding: 0 15px;
  background: #3db45e;
  font-size: 18px;
  color: #fff;
  height: 52px;
  line-height: 52px;
  z-index: -1;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 30px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.erw {
  position: relative;
}
.erw:hover .wx {
  display: block;
}
.float ul li .wx {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 55px;
  overflow: hidden;
  top: -30px;
  padding-bottom: 0;
  transition: all 0.5s;
  display: none;
}
.float ul li .wx img {
  width: 100%;
  height: 100%;
}
.ny-nav {
  position: relative;
}
.navpoint {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 200px;
}
