* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: Microsoft YaHei;
}
.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;
}
.overflow8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.fluxslider .images {
  position: static !important;
}
.fluxslider {
  position: static !important;
}
.fluxslider .surface {
  position: static !important;
}
.fluxslider .images > div {
  background-position-x: center !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.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);
}
.wow {
  -webkit-animation-duration: 2s!important;
  animation-duration: 2s!important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.top {
  background: #FFFFFF;
  position: relative;
  z-index: 1000;
}
.top .top-head {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  border: 1px solid #F6F6F6;
}
.top .nav {
  background: #fff;
}
.top .nav .logo-concat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
}
.top .nav .logo-concat .logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
}
.top .nav .concat {
  display: flex;
  align-items: center;
}
.top .nav .concat span:nth-child(1) {
  font-size: 40px;
}
.top .nav .concat span:nth-child(2) {
  width: 53px;
  height: 34px;
  margin-left: 10px;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
}
.top .nav .concat span:nth-child(3) {
  font-size: 21px;
  font-weight: bold;
  color: #00A748;
  margin-left: 15px;
}
.navBar {
  display: flex;
  height: 55px;
  background: #282828;
}
.navBar li {
  height: 55px;
  position: relative;
  margin: 0 10px;
  color: #fff;
}
.navBar li.on .tit {
  background: #00A748;
}
.navBar li:hover .tit {
  background: #00A748;
}
.navBar li:hover .sub {
  display: block;
}
.navBar li:hover::before {
  height: 100%;
}
.navBar .tit {
  width: 151px;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navBar .sub {
  position: absolute;
  top: 56px;
  padding-top: 4px;
  left: -40px;
  width: 191px;
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.55);
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
}
.navBar .sub a {
  background: #fff;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #F3F5F8;
}
.navBar .sub a:hover {
  background: #00A748;
  color: #fff;
  border-bottom: 1px solid #00A748;
}
.common-tit p {
  text-align: center;
}
.common-tit p:nth-child(1) {
  font-size: 56px;
  font-weight: bold;
  color: #F4F4F4;
  line-height: 37px;
}
.common-tit p:nth-child(2) {
  font-size: 34px;
  font-weight: bold;
  color: #00A748;
  margin-top: -40px;
}
.common-tit p:nth-child(3) {
  width: 37px;
  height: 1px;
  margin: 15px auto;
  background: #00A748;
}
.common-tit p:nth-child(4) {
  font-size: 16px;
  color: #333333;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 56px;
}
.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: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b5b5b5;
}
.banner .hd li.on {
  background: #14997E;
  width: 50rpx;
}
.product .classify ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product .classify ul li {
  width: 156px;
  height: 51px;
  background: #E7E7E7;
  font-size: 16px;
  margin-left: 14px;
  text-align: center;
  line-height: 45px;
  margin-top: 35px;
  font-weight: bold;
  position: relative;
}
.product .classify ul li span {
  position: relative;
  bottom: 20px;
  color: #00A748;
  display: none;
}
.product .classify ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}
.product .classify ul li:hover {
  background: #00A748;
}
.product .classify ul li:hover a {
  color: #fff;
}
.product .classify ul li:hover span {
  display: block;
}
.product .classify ul li.active {
  background: #00A748;
}
.product .classify ul li.active span {
  display: block;
}
.product .classify ul li.active a {
  color: #fff;
}
.product .classify ul li a {
  color: #333;
}
.product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .list ul li {
  width: 378px;
  height: 295px;
  margin-right: 32px;
  margin-top: 47px;
}
.product .list ul li:hover .bottom {
  background: #00A748;
}
.product .list ul li:hover a > div {
  transform: translateY(-30px);
  transition: all 0.5s;
}
.product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .list ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.product .list ul li a > div {
  width: 100%;
  height: 100%;
}
.product .list ul li a .bottom {
  width: 100%;
  font-size: 16px;
  text-align: center;
  height: 55px;
  padding: 0 58px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  position: absolute;
  bottom: 0;
  line-height: 55px;
  transition: all 0.5s;
}
.ny-product {
  margin-bottom: 56px;
}
.ny-product .list {
  width: 908px;
}
.ny-product .list > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list > ul li {
  width: 286px;
  height: 223px;
  margin-right: 25px;
  margin-top: 40px;
}
.ny-product .list > ul li:hover .bottom {
  background: rgba(0, 167, 72, 0.86);
}
.ny-product .list > ul li:hover a > div {
  transform: scale(1.1);
  transition: all 1s;
}
.ny-product .list > ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .list > ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.ny-product .list > ul li a > div {
  width: 100%;
  height: 100%;
}
.ny-product .list > ul li a .bottom {
  width: 100%;
  font-size: 16px;
  text-align: center;
  height: 42px;
  padding: 0 58px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  position: absolute;
  bottom: 0;
  line-height: 42px;
  transition: all 1s;
}
.recommend {
  background: url('../images/recommond.png') center;
  height: 720px;
  width: 100%;
  margin-top: 75px;
}
.recommend .tit {
  text-align: center;
  padding-top: 120px;
}
.recommend .tit p:nth-child(1) {
  font-size: 34px;
  font-weight: bold;
  color: #FFFFFF;
}
.recommend .tit p:nth-child(2) {
  font-size: 20px;
  color: #EDEDED;
  margin-top: 10px;
}
.recommend .list ul {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.recommend .list ul li {
  width: 220px;
}
.recommend .list ul li:hover .img-rotate {
  transform: rotate(360deg);
  transition: all 0.8s;
}
.recommend .list ul li:hover .img {
  transform: rotateY(180deg);
  transition: all 0.5s;
}
.recommend .list ul li .img-wrap {
  width: 219px;
  height: 219px;
  position: relative;
}
.recommend .list ul li .img-wrap .img-rotate {
  width: 219px;
  height: 219px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.recommend .list ul li .img {
  width: 188px;
  height: 188px;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  top: 16px;
  transition: all 0.5s;
}
.recommend .list ul li .text {
  text-align: center;
}
.recommend .list ul li .text p:nth-child(1) {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 10px;
}
.recommend .list ul li .text p:nth-child(2) {
  font-size: 14px;
  color: #94B69D;
  line-height: 30px;
}
.case {
  margin-top: 60px;
}
.case .content {
  height: 408px;
  margin-top: 56px;
  position: relative;
}
.case .content .left {
  position: relative;
  float: left;
}
.case .content .left .img-wrap {
  width: 619px;
  height: 408px;
  overflow: hidden;
}
.case .content .left .img-wrap:hover .img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.case .content .left .img-wrap .img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.case .content .left .bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 74px;
  background: rgba(0, 0, 0, 0.35);
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.case .content .left .bottom .icon-sousuo {
  width: 74px;
  height: 74px;
  background: #00A748;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}
.case .content .left .bottom p {
  width: 496px;
}
.case .content .left .bottom p:nth-child(1) {
  font-size: 16px;
  color: #FFFFFF;
}
.case .content .left .bottom p:nth-child(2) {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
}
.case .content .right {
  float: left;
}
.case .content .right .wrap-ul {
  width: 553px;
  height: 408px;
}
.case .content .right .inner-ul {
  display: flex;
  flex-wrap: wrap;
  width: 553px;
  height: 408px;
  overflow: hidden;
  margin-left: 28px;
}
.case .content .right .inner-ul li {
  margin-left: 15px;
  position: relative;
  color: #fff;
  margin-bottom: 16px;
  height: 196px;
}
.case .content .right .inner-ul li:nth-child(2n+1) {
  margin-left: 0;
}
.case .content .right .inner-ul li .img-wrap {
  width: 268px;
  height: 196px;
  position: relative;
}
.case .content .right .inner-ul li .img-wrap:hover .img {
  transform: rotateY(180deg);
  transition: all 0.8s;
}
.case .content .right .inner-ul li .img-wrap .img {
  width: 100%;
  height: 100%;
}
.case .content .right .inner-ul li .bottom {
  width: 100%;
  height: 43px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  padding-left: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.case .content .right .jian {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.case .content .right .jian a {
  width: 34px;
  height: 34px;
  display: block;
  background: #00A748;
  margin-bottom: 2px;
  font-size: 26px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case .content .right .jian a.next {
  transform: rotate(180deg);
}
.case .more {
  margin-top: 55px;
}
.case .more a {
  display: block;
  width: 265px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  border: 1px solid #E0E0E0;
  border-radius: 30px;
  margin: 0 auto;
  color: #333333;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 100;
}
.case .more a:hover {
  background: #00A748;
  color: #fff;
}
.case .more .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #E0E0E0;
  position: relative;
  margin-top: -30px;
}
.about {
  margin-top: 85px;
  background: #F7F7F7;
  padding-top: 105px;
  padding-bottom: 135px;
  background: url('../images/about_back.jpg') no-repeat bottom;
}
.about .left .tit {
  font-size: 34px;
  font-weight: bold;
  color: #00A748;
  margin-top: -10px;
}
.about .left .line {
  width: 49px;
  height: 1px;
  background: #00A748;
  margin-top: 15px;
}
.about .left .desc {
  width: 530px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  margin-top: 50px;
  text-align: justify;
}
.about .left .more {
  display: block;
  width: 163px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #00A748;
  border-radius: 24px;
  margin-top: 60px;
}
.about .left .more:hover {
  background: #00A748;
}
.about .left .more:hover a {
  color: #fff;
  border: none;
}
.about .left .more a {
  color: #00A748;
}
.about .right {
  position: relative;
}
.about .right .history {
  opacity: 1;
  bottom: 0;
  z-index: 1;
  position: absolute;
  top: 95px;
  left: 38px;
}
.about .right .history ul {
  width: 106px;
  height: 307px;
  background: #00A748;
}
.about .right .history ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 102px;
  cursor: pointer;
  color: #fff;
  position: relative;
}
.about .right .history ul li::before {
  content: '';
  width: 72px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  opacity: 0.2;
}
.about .right .history ul li:nth-last-child(1) {
  border-right: none;
}
.about .right .history ul li p:nth-child(1) {
  font-size: 25px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
}
.about .right .history ul li p:nth-child(1) span {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  line-height: 30px;
  position: relative;
  top: -12px;
  left: 5px;
}
.about .right .history ul li p:nth-child(2) {
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: 300;
}
.about .right .img {
  width: 580px;
  height: 496px;
  margin-left: 89px;
}
.contact {
  display: flex;
  width: 100%;
  height: 336px;
  background: #017B3B;
}
.contact .left {
  width: 43%;
  height: 100%;
}
.contact .right {
  width: 47%;
  padding-left: 3.85vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact .right .tit .en:nth-child(1) {
  font-size: 12px;
  color: #9DC0AA;
}
.contact .right .tit .chinese {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
}
.contact .right .line {
  width: 1px;
  height: 23px;
  background: #59AB74;
  margin-top: 17px;
  margin-bottom: 17px;
}
.contact .right .desc p:nth-child(1) {
  font-size: 16px;
  color: #FFFFFF;
}
.contact .right .desc p:nth-child(2) {
  font-size: 12px;
  color: #9DC0AA;
  margin-top: 5px;
}
.contact .right .tel {
  width: 127px;
  height: 33px;
  background: #DF8606;
  border-radius: 17px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 33px;
  margin-top: 25px;
}
.contact .right .tel a {
  color: #FFFFFF;
}
.news {
  margin-top: 69px;
  margin-bottom: 98px;
}
.news .com-tit {
  width: 187px;
}
.news .list {
  margin-top: 60px;
}
.news .list ul {
  flex-wrap: wrap;
}
.news .list ul li {
  width: calc(50% - 20px);
  height: 203px;
  background: #FFFFFF;
  margin-right: 37px;
  padding-right: 54px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ECECEC;
}
.news .list ul li:hover {
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.55);
  padding: 34px 20px 34px 32px;
  border: none;
  position: relative;
  z-index: 999;
  margin-top: -1px;
}
.news .list ul li:nth-child(2n) {
  margin-right: 0;
}
.news .list ul li .text {
  display: flex;
  justify-content: space-between;
}
.news .list ul li .text span:nth-child(1) {
  width: 394px;
  font-size: 16px;
  color: #333;
}
.news .list ul li .text span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.news .list ul li .dec {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
  line-height: 28px;
  text-align: justify;
}
.news .list ul li .more {
  width: 76px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  text-align: center;
  margin-top: 15px;
}
.news .list ul li .more a {
  color: #666666;
}
.ny-news .com-tit {
  width: 187px;
}
.ny-news .list {
  margin-top: 10px;
  width: 908px;
}
.ny-news .list > ul {
  flex-wrap: wrap;
}
.ny-news .list > ul li {
  width: 431px;
  height: 153px;
  background: #FFFFFF;
  margin-left: 43px;
  margin-top: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-news .list > ul li:hover {
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.55);
  padding: 12px 20px 20px 20px;
  border: none;
  position: relative;
  z-index: 999;
  top: -1px;
}
.ny-news .list > ul li:nth-child(2n+1) {
  margin-left: 0;
}
.ny-news .list > ul li .text {
  display: flex;
  justify-content: space-between;
}
.ny-news .list > ul li .text span:nth-child(1) {
  width: 267px;
  font-size: 16px;
  color: #333;
}
.ny-news .list > ul li .text span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.ny-news .list > ul li .dec {
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
  line-height: 22px;
  text-align: justify;
}
.ny-news .list > ul li .more {
  width: 72px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  text-align: center;
  margin-top: 8px;
}
.ny-news .list > ul li .more a {
  font-size: 12px;
  color: #666666;
}
.footer {
  display: flex;
  padding-top: 50px;
  background: #242529;
  height: 338px;
  box-sizing: border-box;
}
.footer .wrap {
  display: flex;
  position: relative;
}
.footer .wrap .left .footer-top {
  display: flex;
  width: 750px;
}
.footer .wrap .left .footer-top .text {
  margin-top: 20px;
}
.footer .wrap .left .footer-top .text p {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 39px;
}
.footer .wrap .left .footer-top .tel {
  flex: 1.4;
}
.footer .wrap .left .footer-top .navs {
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  margin-top: 58px;
}
.footer .wrap .left .footer-top .navs a {
  color: #FFFFFF;
  line-height: 39px;
}
.footer .wrap .left .link {
  font-size: 14px;
  color: #999999;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.footer .wrap .left .link a {
  color: #999999;
}
.footer .wrap .right {
  position: absolute;
  right: 0;
  top: 30px;
}
.footer .wrap .right p {
  text-align: center;
}
.footer .wrap .right p:nth-child(1) {
  font-size: 14px;
  color: #999999;
}
.footer .wrap .right p:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.footer .wrap .right p:nth-child(3) {
  margin-top: 25px;
}
.footer .wrap .right p:nth-child(3) img {
  width: 139px;
  height: 139px;
}
.copy-right {
  width: 100%;
  background: #141517;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  height: 70px;
  line-height: 22px;
  text-align: center;
  padding: 16px 0;
  box-sizing: border-box;
}
.copy-right a {
  color: #fff;
}
.common-left {
  width: 262px;
  background: #FFFFFF;
  float: left;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.common-left .nav-list {
  margin-top: 5px;
  background: #FFFFFF;
}
.common-left .nav-list > ul .li {
  width: 100%;
  line-height: 60px;
  margin-top: 6px;
  position: relative;
  z-index: 10;
}
.common-left .nav-list > ul .li:nth-child(1) {
  margin-top: 0;
}
.common-left .nav-list > ul .li .mask {
  width: 100%;
  height: 60px;
  position: absolute;
  left: -262px;
  background: #00A748;
  top: 0;
  z-index: -1;
}
.common-left .nav-list > ul .li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 2vw;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  padding-right: 45px;
  position: relative;
  z-index: 10;
  background: #f5f5f5;
}
.common-left .nav-list > ul .li a span {
  font-size: 20px;
  margin-left: 1.3vw;
  position: absolute;
  right: 1.3vw;
  top: 0;
}
.common-left .nav-list > ul .li a .icon-jianhao_o {
  display: none;
}
.common-left .nav-list > ul .li.active .icon-jianhao_o {
  display: block !important;
}
.common-left .nav-list > ul .li.active .icon-jiahao_o {
  display: none;
}
.common-left .nav-list > ul .li.active > a {
  background: #00A748;
  color: #fff;
}
.common-left .nav-list > ul .li.active > a span {
  color: #fff;
  transform: rotate(90deg);
}
.common-left .nav-list > ul .li.active .sub {
  display: block;
}
.common-left .nav-list > ul .li:hover > a {
  color: #fff;
}
.common-left .nav-list > ul .li:hover > a .mask {
  left: 0;
  transition: all 0.3s;
}
.common-left .nav-list > ul .li:hover span {
  color: #fff;
}
.common-left .nav-list > ul .li a {
  color: #333333;
}
.common-left .nav-list > ul .li .sub {
  background: #fff;
  margin-left: 10px;
  margin-top: 4px;
  display: none;
  position: relative;
}
.common-left .nav-list > ul .li .sub li {
  padding-left: 0.5vw;
  width: 251px;
  height: 60px;
  background: #F5F5F5;
  position: relative;
  margin-top: 4px;
  box-sizing: border-box;
}
.common-left .nav-list > ul .li .sub li span {
  position: absolute;
  right: 1.1vw;
  top: 0;
  font-size: 22px;
  z-index: 100;
  color: #333;
}
.common-left .nav-list > ul .li .sub li.active a {
  color: #00A748;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #00A748;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #00A748;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #00A748;
}
.common-left .title {
  position: relative;
  background: #00A748;
  height: 76px;
}
.common-left .title p:nth-child(1) {
  line-height: 76px;
  text-align: center;
  padding: 0 13px;
  box-sizing: border-box;
  font-size: 24px;
  color: #FFFFFF;
  width: 100%;
  height: 76px;
}
.common-left .bottom {
  margin-top: 26px;
}
.common-left .bottom .tel {
  width: 261px;
  height: 211px;
  background: #F5F5F5;
  padding: 36px 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #363634;
  line-height: 33px;
  margin-top: 6px;
}
.common-right {
  width: 908px;
  background: #FFFFFF;
  margin-left: 30px;
  float: left;
}
.common-title {
  font-size: 22px;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 18px;
  margin: 13px 0 0 0;
  color: #363634;
}
.inner-navs {
  font-size: 14px;
  color: #282828;
  height: 45px;
  line-height: 45px;
  margin-bottom: 40px;
}
.inner-navs .wrap {
  width: 1200px;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
}
.inner-navs .line {
  width: 11px;
  height: 24px;
  display: inline-block;
  background: #282828;
  margin-right: 10px;
}
.ny-page {
  margin-top: 56px;
}
.ny-page .content {
  margin-top: 10px;
}
.ny-contact {
  margin-top: 56px;
}
.ny-contact .cont {
  line-height: 35px;
  font-size: 14px;
  margin-top: 35px;
  margin-bottom: 30px;
}
.ny-contact .cont p {
  font-size: 16px;
}
.message {
  margin-top: 60px;
  box-sizing: border-box;
  margin-bottom: 100px;
}
.message h3 {
  font-size: 16px;
  font-weight: 700;
  color: #030303;
}
.message .input {
  display: flex;
  margin-top: 15px;
}
.message .input > div {
  width: calc(50% - 14px);
  height: 45px;
  position: relative;
}
.message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  background: #F6F6F6;
  width: 100%;
  height: 45px;
  background: #F7F7F7;
  padding-left: 15px;
  box-sizing: border-box;
}
.message .input > div:nth-child(1),
.message .input > div:nth-child(2) {
  margin-right: 30px;
}
.message .input > div span {
  font-size: 14px;
  color: #BCBCBC;
  position: absolute;
  left: 10px;
  top: 13px;
}
.message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 96px;
  box-sizing: border-box;
  position: relative;
}
.message .text-area span {
  font-size: 14px;
  color: #BCBCBC;
  position: absolute;
  left: 10px;
  top: 13px;
}
.message .text-area textarea {
  width: 100%;
  height: 100%;
  background: #F6F6F6;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
}
.message .btn-group {
  margin-top: 18px;
}
.message .btn {
  width: 146px;
  height: 42px;
  background: #00A748;
  line-height: 42px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 134px;
  height: 40px;
  background: #D6D6D6;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-left: 26px;
}
.message-btn {
  width: 224px;
  height: 57px;
  background: #00A748;
  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-about {
  margin-bottom: 56px;
}
.ny-about .cont {
  padding: 20px 0;
  line-height: 24px;
}
.ny-detail {
  margin-top: 56px;
}
.ny-download {
  margin-top: 56px;
  margin-bottom: 98px;
}
.ny-download .list {
  margin-top: 14px;
}
.ny-download .list > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-download .list > ul li {
  width: calc(50% - 14px);
  height: 89px;
  margin-left: 27px;
  border: 1px solid #F2F2F2;
  padding: 24px 25px;
  margin-top: 28px;
  box-sizing: border-box;
}
.ny-download .list > ul li:hover {
  border: none;
  box-shadow: 0px 1px 21px 0px rgba(224, 224, 224, 0.35);
}
.ny-download .list > ul li:hover a > div:nth-child(3) {
  background: #00A748;
}
.ny-download .list > ul li:hover a > div:nth-child(3) span {
  color: #fff;
}
.ny-download .list > ul li:nth-child(2n+1) {
  margin-left: 0;
}
.ny-download .list > ul li a {
  display: flex;
  align-items: center;
}
.ny-download .list > ul li a > div:nth-child(1) span {
  color: #FFBB63;
  font-size: 50px;
}
.ny-download .list > ul li a > div:nth-child(2) {
  width: 15vw;
  margin-left: 10px;
  margin-top: 5px;
}
.ny-download .list > ul li a > div:nth-child(2) p:nth-child(1) {
  font-size: 16px;
  color: #333;
  width: 250px;
}
.ny-download .list > ul li a > div:nth-child(2) p:nth-child(2) {
  font-size: 12px;
  color: #B4AEAE;
  margin-top: 5px;
}
.ny-download .list > ul li a > div:nth-child(3) {
  width: 47px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #F2F3F5;
  border-radius: 12px;
  margin-left: 4.7vw;
}
.ny-download .list > ul li a > div:nth-child(3) span {
  color: #7E858C;
  font-size: 20px;
}
.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: #00A748;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 56px 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  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;
  font-size: 14px;
}
.paging li.active a {
  background: #00A748 !important;
  color: #fff;
}
.paging li span {
  background: #F9F9F9;
  border-color: #1346BA;
  color: #000;
  font-size: 20px;
}
.paging li.next {
  transform: rotate(180deg);
  font-weight: 700;
}
.paging li.prev {
  font-weight: 700;
}
.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: "微软雅黑";
}

.ny-page img {
  max-width: 100%;
  height: auto !important;
}

.ny-contact .about-content .map img {
  width: 100%;
  height: auto !important;
}
.ny-detail img {
  max-width: 100%;
  height: auto !important;
}

.ny-page table,.ny-detail table{
	border-collapse: collapse;
    border-spacing: 0;
} 

