* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: Microsoft YaHei;
}
.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;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.wrap {
  width: 67.7%;
  margin: 0 auto;
  min-width: 1200px;
}
.top {
  background: #fff;
  width: 100%;
}
.top .logo-tel {
  height: 122px;
  display: flex;
  justify-content: space-between;
}
.top .logo-tel .logo {
  align-items: center;
  display: flex;
}
.top .logo-tel .text p:nth-child(1) {
  font-size: 16px;
  color: #666666;
  line-height: 45px;
}
.top .logo-tel .text p:nth-child(2) {
  font-weight: bold;
  font-size: 30px;
  color: #058856;
}
.top .tel {
  height: 122px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .tel .iconfont {
  font-size: 50px;
  color: #666666;
  display: inline-block;
  transform: rotateY(180deg);
}
.top .tel .tel-text {
  text-align: right;
  margin-right: 8px;
}
.top .tel .tel-text p:nth-child(1) {
  font-size: 16px;
  color: #666666;
}
.top .tel .tel-text p:nth-child(2) {
  font-weight: bold;
  font-size: 30px;
  color: #058856;
}
.nav {
  display: flex;
  height: 80px;
  background: #058856;
  position: relative;
}
.nav::before {
  content: '';
  width: 445px;
  height: 5px;
  background: #ffaa24;
  position: absolute;
  left: 0;
  top: -5px;
}
.nav::after {
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 5px solid #ffaa24;
  border-bottom: 5px solid transparent;
  border-left: 6px solid transparent;
  border-right: 0px solid transparent;
  position: absolute;
  left: 445px;
  top: -10px;
  transform: rotate(179deg);
}
.nav .navbar {
  display: flex;
}
.nav li {
  height: 80px;
  position: relative;
  margin: 0 10px;
}
.nav li.on .tit p:nth-child(1),
.nav li:hover .tit p:nth-child(1) {
  color: #ffaa24;
}
.nav li.on .tit p:nth-child(2),
.nav li:hover .tit p:nth-child(2) {
  color: #ffaa24;
  opacity: 0.6;
}
.nav li:hover .sub {
  display: block;
}
.nav .tit {
  color: #ffffff;
  position: relative;
  min-width: 143px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  text-align: center;
}
.nav .tit p:nth-child(1) {
  font-size: 16px;
}
.nav .tit p:nth-child(2) {
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  opacity: 0.6;
}
.nav .sub {
  position: absolute;
  left: 50%;
  width: 191px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
}
.nav .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;
}
.nav .sub a:nth-last-child(1) {
  border-bottom: none;
}
.nav .sub a:hover {
  background: #058856;
  font-weight: 700;
  color: #fff;
}
.about {
  position: relative;
  margin-top: -4px;
  height: 716px;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.about .a-content {
  width: 650px;
  position: relative;
  padding-left: 65px;
  padding-top: 65px;
  text-align: justify;
}
.about .a-content > p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  color: #058856;
}
.about .a-content > p:nth-child(2) {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-top: 15px;
}
.about .a-content > p:nth-child(3) {
  width: 25px;
  height: 3px;
  background: #058856;
  margin-top: 15px;
}
.about .a-content > p:nth-child(4) {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 40px;
  line-height: 43px;
}
.about .a-content > p:nth-child(5) {
  width: 133px;
  height: 38px;
  line-height: 38px;
  background: #058856;
  position: relative;
  border-radius: 19px;
  margin-top: 50px;
}
.about .a-content > p:nth-child(5) span:nth-child(1) {
  font-size: 16px;
  color: #ffffff;
  margin-left: 24px;
}
.about .a-content > p:nth-child(5) span:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #ffffff;
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 50%;
  color: #058856;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .left {
  position: absolute;
  left: 0;
  top: 0;
  height: 716px;
  width: 46.1%;
}
.about .left img {
  width: 100%;
  height: 716px;
  object-fit: cover;
}
.about .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 53.9%;
  height: 716px;
  background: url('../images/a_right_back.jpg') no-repeat center / cover;
}
.service {
  height: 795px;
  position: relative;
  background: url('../images/ser_back.jpg') top left no-repeat;
  width: 100%;
  overflow: hidden;
}
.service .right {
  width: 54.3%;
  height: 798px;
  position: absolute;
  right: 0;
  top: 0;
}
.service .right::before {
  width: 362px;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  left: -93px;
  background: url('../images/q.png') no-repeat center / cover;
  z-index: 1000;
}
.service .left {
  padding-top: 50px;
}
.service .left .text p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.service .left .text p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  line-height: 43px;
}
.service .left .hd {
  margin-top: 85px;
}
.service .left .hd ul li {
  width: 260px;
  height: 58px;
  line-height: 58px;
  background: #e8e8e8;
  border-radius: 29px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: 25px;
  position: relative;
}
.service .left .hd ul li::after {
  content: '';
  display: block;
  width: 366px;
  height: 2px;
  border-bottom: 2px dashed #058856;
  position: absolute;
  left: 100%;
  top: 27px;
  z-index: 1000000;
  display: none;
}
.service .left .hd ul li.on {
  background: #058856;
  border-radius: 29px;
}
.service .left .hd ul li.on::after {
  display: block;
}
.service .left .hd ul li.on a {
  color: #fff;
}
.common-right {
  float: left;
  width: 910px;
}
.common-right .common-title {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px dashed #e4e7ea;
  font-size: 14px;
  color: #666666;
}
.common-right .common-title .iconfont {
  font-size: 20px;
  color: #cecece;
  margin-right: 10px;
}
.common-right .common-title a {
  color: #666666;
}
.com-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com-tit > div:nth-child(1) {
  display: flex;
  align-items: center;
}
.com-tit > div:nth-child(1) span:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.com-tit > div:nth-child(1) span:nth-child(2) {
  font-size: 16px;
  color: #333333;
  margin-left: 20px;
}
.com-tit > div:nth-child(2) {
  width: 133px;
  height: 38px;
  line-height: 38px;
  background: #058856;
  position: relative;
  border-radius: 19px;
}
.com-tit > div:nth-child(2) a {
  display: block;
  width: 100%;
  height: 100%;
}
.com-tit > div:nth-child(2) span:nth-child(1) {
  font-size: 16px;
  color: #ffffff;
  margin-left: 24px;
}
.com-tit > div:nth-child(2) span:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #ffffff;
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 50%;
  color: #058856;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product {
  padding-top: 55px;
  background: #f8f8f8 url('../images/case_back_06.png') no-repeat center / cover;
}
.product .p-list {
  overflow: hidden;
  margin-top: 8px;
}
.product .p-list ul ul {
  display: flex;
  flex-wrap: wrap;
}
.product .p-list ul ul li {
  width: calc(33% - 46px);
  margin-right: 45px;
  padding: 10px;
  background: #ffffff;
  padding-bottom: 0;
  margin-top: 35px;
}
.product .p-list ul ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .p-list ul ul li:hover {
  background: #058856;
  color: #fff;
}
.product .p-list ul ul li:hover .text span {
  color: #fff !important;
}
.product .p-list ul ul li .img {
  width: 100%;
  height: 306px;
  overflow: hidden;
}
.product .p-list ul ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .p-list ul ul li .text {
  height: 64px;
  line-height: 64px;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.product .p-list ul ul li .text span:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  display: block;
  width: 80%;
}
.product .p-list ul ul li .text span:nth-child(2) {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.product .p-list ul ul li:nth-child(3n) {
  margin-right: 0;
}
.product .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  padding-bottom: 55px;
}
.product .bottom .h-prev,
.product .bottom .h-next {
  width: 53px;
  height: 53px;
  background: #ffffff;
  box-shadow: 0px 11px 24px 0px rgba(200, 200, 200, 0.31);
  border-radius: 50%;
  color: #058856;
  text-align: center;
  line-height: 53px;
  font-size: 22px;
}
.product .bottom .h-prev:hover,
.product .bottom .h-next:hover {
  background: #058856;
  color: #fff;
}
.product .bottom .h-prev {
  transform: rotate(180deg);
}
.product .bottom .hd ul {
  display: flex;
  margin: 0 32px;
}
.product .bottom .hd ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #058856;
  margin: 0 4px;
}
.product .bottom .hd ul li.on {
  width: 10px;
  height: 10px;
  background: #058856;
  border-radius: 50%;
}
.case {
  text-align: center;
  padding-top: 35px;
}
.case p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.case p:nth-child(2) {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}
.case .wrap-content {
  padding: 25px 25px 40px 25px;
  height: 373px;
  background: #ffffff;
  box-shadow: 0px 8px 21px 0px rgba(227, 227, 227, 0.61);
  box-sizing: border-box;
  margin-top: 35px;
}
.case .wrap-content .list ul {
  display: flex;
}
.case .wrap-content .list ul li {
  width: calc(33% - 13px);
  position: relative;
  margin-right: 30px;
}
.case .wrap-content .list ul li:hover .text {
  display: block;
}
.case .wrap-content .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.case .wrap-content .list ul li:nth-child(3n) {
  margin-right: 0;
}
.case .wrap-content .list ul li .img-wrap {
  width: 100%;
  height: 306px;
  overflow: hidden;
}
.case .wrap-content .list ul li .img-wrap .img {
  width: 100%;
  height: 100%;
}
.case .wrap-content .list ul li .text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(5, 136, 86, 0.64);
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 24px;
  box-sizing: border-box;
  display: none;
}
.news {
  margin-top: 60px;
}
.news .news-list {
  width: 100%;
  display: flex;
  margin-top: 35px;
  margin-bottom: 64px;
}
.news .lefts {
  width: 35.9%;
  margin-right: 20px;
  padding: 20px;
  padding-bottom: 38px;
  background: #f6f6f6;
  box-sizing: border-box;
}
.news .lefts:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.news .lefts:hover .text p:nth-child(2) {
  color: #058856;
}
.news .lefts:nth-last-child(1) {
  margin-right: 0;
}
.news .lefts .img-wrap {
  width: 100%;
  overflow: hidden;
}
.news .lefts .img-wrap .img {
  width: 100%;
}
.news .lefts .img-wrap .img::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 55%;
}
.news .lefts .text p:nth-child(1) {
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
}
.news .lefts .text p:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 15px;
}
.news .lefts .text p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 6px;
}
.news .lefts .text p:nth-child(4) {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
.news .mids {
  width: calc(64.1% / 2 - 20px);
  margin-right: 20px;
}
.news .mids:nth-last-child(1) {
  margin-right: 0;
}
.news .mids ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news .mids ul li {
  flex: 1;
  background: #f6f6f6;
  padding: 0 25px;
  box-sizing: border-box;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news .mids ul li:hover {
  background: #058856;
}
.news .mids ul li:hover p {
  color: #fff !important;
}
.news .mids ul li:nth-child(1) {
  margin-top: 0;
}
.news .mids ul li p:nth-child(1) {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.news .mids ul li p:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.news .mids ul li p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.footer {
  background: #11151e;
  padding-top: 30px;
}
.footer .top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
.footer .top-content .left {
  display: flex;
}
.footer .top-content .left .iconfont {
  font-size: 50px;
  color: #fff;
  transform: rotateY(180deg);
  margin-right: 15px;
}
.footer .top-content .left p:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.footer .top-content .left p:nth-child(2) {
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
}
.footer .top-content .f-nav {
  font-size: 14px;
}
.footer .top-content .f-nav a {
  margin: 0 30px;
  color: #ffffff;
}
.footer .top-content .f-nav a.on,
.footer .top-content .f-nav a:hover {
  font-weight: 700;
}
.footer .top-content .f-nav a:nth-last-child(1) {
  margin-right: 0;
}
.footer .copy-right {
  height: 74px;
  line-height: 74px;
  color: #fff;
  background: #11151e;
  border-top: 1px solid rgba(51, 54, 57, 0.26);
}
.footer .copy-right .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .copy-right a {
  color: #fff;
}
.ny-product {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .list ul li {
  width: 290px;
  margin-top: 40px;
  margin-right: 20px;
  box-sizing: border-box;
  background: #ffffff;
}
.ny-product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .list ul li:hover .img-wrap {
  border: none;
}
.ny-product .list ul li:hover .img {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.ny-product .list ul li:hover .text {
  color: #fff !important;
  border: 1px solid #058856;
  background: #058856;
  border-top: none;
}
.ny-product .list ul li:hover .text span:nth-child(2) {
  background: #fff !important;
  color: #1346ba !important;
}
.ny-product .list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.ny-product .list ul li .img-wrap {
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 0;
}
.ny-product .list ul li .img-wrap .img {
  width: 100%;
  height: 232px;
}
.ny-product .list ul li .text {
  width: 100%;
  height: 48px;
  line-height: 48px;
  position: relative;
  z-index: 1000;
  font-size: 16px;
  color: #333333;
  padding: 0 1.35vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f4f4f4;
  border-top: none;
}
.ny-product .list ul li .text span:nth-child(1) {
  display: block;
  width: 85%;
}
.ny-product .list ul li .text span:nth-child(2) {
  font-size: 20px;
  color: #867a7a;
  width: 29px;
  height: 29px;
  background: #e6e6e6;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-new {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-new .new-list ul li {
  margin-top: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 21px 0px rgba(209, 209, 209, 0.47);
}
.ny-new .new-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-new .new-list ul li:hover .text p:nth-child(1) {
  font-weight: 700;
  color: #058856;
}
.ny-new .new-list ul li:hover .text p:nth-child(4) {
  background: #058856;
  color: #fff;
  border: none;
}
.ny-new .new-list ul li a {
  display: flex;
}
.ny-new .new-list ul li a .img-wrap {
  width: 27.2%;
  overflow: hidden;
}
.ny-new .new-list ul li a .img-wrap .img {
  width: 100%;
}
.ny-new .new-list ul li a .img-wrap .img::before {
  content: '';
  padding-bottom: 77%;
  display: block;
}
.ny-new .new-list ul li a .text {
  width: calc(72.8% - 43px);
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-new .new-list ul li a .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.ny-new .new-list ul li a .text p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  margin-top: 5px;
}
.ny-new .new-list ul li a .text p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 10px;
  text-align: justify;
}
.ny-new .new-list ul li a .text p:nth-child(4) {
  width: 146px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  color: #666666;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .wrap {
  height: 55px;
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  font-size: 34px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}
.banner .swiper-paginations {
  color: #fff;
}
.banner .swiper-paginations .swiper-pagination-total,
.banner .swiper-paginations .sg,
.banner .swiper-paginations .num {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: -3px;
}
.banner .swiper-paginations .num {
  margin-left: -5px;
}
.banner .btn-list {
  display: flex;
  color: #fff;
  position: absolute;
  right: 0;
}
.banner .btn-list > div {
  width: 55px;
  height: 55px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .btn-list > div:hover {
  background: #006fb7;
}
.banner .btn-list > div:hover .iconfont {
  color: #fff;
}
.banner .btn-list .iconfont {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.banner .btn-list .prev {
  margin-right: 15px;
}
.banner .btn-list .prev .iconfont {
  display: inline-block;
  transform: rotate(180deg);
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  height: auto;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b5b5b5;
}
.banner .hd li.on {
  background: #14997e;
  width: 50rpx;
}
.banner .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 10000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  animation: yunMove2 1s infinite;
}
.banner .more p {
  margin-top: 5px;
}
.common-left {
  width: 237px;
  float: left;
  box-sizing: border-box;
  margin-right: 50px;
}
.common-left .title {
  background: #058856 url('../images/pro_03.png') center / cover;
  height: 79px;
  line-height: 79px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.common-left .title::after {
  content: '';
  display: block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  top: -14px;
  right: -3px;
  transform: rotate(314deg);
}
.common-left .nav-list {
  margin-top: 5px;
  background: #ffffff;
}
.common-left .nav-list > ul .li {
  width: 100%;
  height: 68px;
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
  margin-top: 1px;
}
.common-left .nav-list > ul .li:nth-child(1) {
  margin-top: 0;
}
.common-left .nav-list > ul .li a {
  display: block;
  width: 100%;
  height: 68px;
  line-height: 68px;
  padding-left: 19px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.common-left .nav-list > ul .li a .overflow1 {
  width: 175px;
  display: inline-block;
}
.common-left .nav-list > ul .li a .iconfont {
  font-size: 14px;
  position: absolute;
  right: 26px;
  top: 0;
  z-index: 10000;
}
.common-left .nav-list > ul .li a .icon-jianhao_o {
  display: none;
}
.common-left .nav-list > ul .li.active {
  height: auto;
}
.common-left .nav-list > ul .li.active .icon-jianhao {
  display: block !important;
  font-size: 14px;
}
.common-left .nav-list > ul .li.active .icon-a-jiahao6 {
  display: none;
}
.common-left .nav-list > ul .li.active > a {
  background: #058856;
  color: #fff;
}
.common-left .nav-list > ul .li.active > a span {
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover {
  background: #058856;
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover span {
  color: #fff;
}
.common-left .nav-list > ul .li a {
  color: #333333;
}
.common-left .nav-list > ul .li .sub {
  background: #fff;
}
.common-left .nav-list > ul .li .sub li {
  line-height: 40px;
  position: relative;
  background: #f8f8f8;
  padding-left: 10px;
}
.common-left .nav-list > ul .li .sub li span {
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 22px;
}
.common-left .nav-list > ul .li .sub li a {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #333;
  width: 175px;
}
.common-left .nav-list > ul .li .sub li .iconfont {
  font-weight: 700;
  font-size: 16px;
}
.common-left .nav-list > ul .li .sub li.active a {
  color: #058856;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #058856;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #058856;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #058856;
}
.ny-news {
  margin-top: 35px;
  margin-bottom: 98px;
}
.ny-news .common-right .list > ul {
  margin-top: 40px;
}
.ny-news .common-right .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 30px 30px 30px 0px;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  position: relative;
  z-index: 0;
}
.ny-news .common-right .list > ul li:nth-last-child(1) {
  border-top: 1px solid #eeeeee;
}
.ny-news .common-right .list > ul li:nth-child(1) {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover {
  box-shadow: 0px 11px 32px 0px rgba(196, 196, 196, 0.35);
  padding-left: 30px;
  margin-top: -1px;
  position: relative;
  z-index: 100000000000000000000000000;
  border: none;
}
.ny-news .common-right .list > ul li:hover + li {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover .btn {
  background: #058856;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #058856 !important;
}
.ny-news .common-right .list > ul li .img-box {
  width: 213px;
  height: 161px;
  position: relative;
  overflow: hidden;
}
.ny-news .common-right .list > ul li .img-box img {
  position: absolute;
  top: 50%;
  width: auto;
  min-height: 100%;
  transform: translateY(-50%);
  max-width: 100%;
}
.ny-news .common-right .list > ul li a {
  display: flex;
}
.ny-news .common-right .list > ul li .text {
  margin-left: 16px;
  width: 77%;
}
.ny-news .common-right .list > ul li .text > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  color: #333333;
  line-height: 28px;
  font-weight: bold;
}
.ny-news .common-right .list > ul li .text > div:nth-child(1) .tit {
  width: 403px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.ny-contact {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-contact .tops {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.ny-contact .tops .content {
  margin-top: -5px;
  margin-right: 38px;
}
.ny-contact .tops .content .line {
  width: 16px;
  height: 1px;
  background: #ededed;
}
.ny-contact .tops .content .text {
  width: 294px;
  font-size: 14px;
  color: #2a2c27;
  line-height: 33px;
}
.ny-contact .tops .content .text p {
  font-size: 18px;
  font-weight: bold;
  color: #058856;
  margin-bottom: 10px;
}
.ny-contact .tops .content .erwer {
  display: flex;
  margin-top: 20px;
}
.ny-contact .tops .content .erwer > div {
  text-align: center;
}
.ny-contact .tops .content .erwer > div:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .tops .content .erwer img {
  width: 132px;
  height: 132px;
}
.ny-contact .message {
  margin-top: 45px;
}
.ny-contact .message .tit h3 {
  font-size: 23px;
  font-weight: 700;
  color: #030303;
}
.ny-contact .message .tit p {
  color: #999999;
}
.ny-contact .message .input {
  display: flex;
  margin-top: 15px;
}
.ny-contact .message .input > div {
  width: 439px;
}
.ny-contact .message .input > div input {
  width: 439px;
  height: 100%;
  border: none;
  outline: none;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  margin-top: 14px;
  background: #ffffff;
  height: 45px;
  padding-left: 15px;
  box-sizing: border-box;
}
.ny-contact .message .input > div:nth-child(1),
.ny-contact .message .input > div:nth-child(2) {
  margin-right: 30px;
}
.ny-contact .message .input > div span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .input > div span i {
  color: #ff0000;
  margin-left: 3px;
}
.ny-contact .message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.ny-contact .message .text-area span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .text-area textarea {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #eeeeee;
}
.ny-contact .message .btn-group {
  display: flex;
  margin-top: 70px;
}
.ny-contact .message .btn {
  width: 138px;
  height: 44px;
  background: #058856;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.ny-contact .message .reset {
  width: 134px;
  height: 40px;
  background: #f4f4f4;
  line-height: 40px;
  color: #999999;
  text-align: center;
  margin-left: 26px;
}
.ny-page,
.ny-detail {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-page .content,
.ny-detail .content {
  margin-top: 30px;
}
/*悬浮*/
.float {
  width: 60px;
  position: fixed;
  right: 0px;
  transition: all 0.5s;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  background: #222;
  border-radius: 10px !important;
}
.float ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ffffff38;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.float ul li:nth-last-child(1) {
  border-bottom: none;
}
.float ul li:hover {
  background: #058856;
}
.float ul li span {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
}
.float ul li.phone {
  display: flex;
  position: relative;
}
.float ul li.phone:hover .number {
  right: 60px;
}
.float ul li.phone .number {
  transition: all 0.3s linear;
  position: absolute;
  right: -300px;
  padding: 0 15px;
  background: #058856;
  font-size: 18px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  z-index: -1;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 26px;
}
.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: 87px;
  height: 87px;
  border-radius: 4px;
  right: 65px;
  overflow: hidden;
  top: -15px;
  padding-bottom: 0;
  transition: all 0.5s;
  display: none;
}
.float ul li .wx img {
  width: 100%;
  height: 100%;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  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: #ff6731;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0px 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;
  border-radius: 4px;
  color: #242422;
  font-size: 14px;
}
.paging li a {
  background: #f9f9f9;
}
.paging li.active a {
  background: #058856 !important;
  color: #fff;
}
.paging li a:hover {
  background: #058856;
  border-color: #1346ba;
  color: #fff;
}
.paging li a:hover span {
  color: #fff;
}
.paging li.next {
  transform: rotate(180deg);
  font-weight: 700;
}
.paging li.next span {
  font-size: 20px;
  margin-left: 0px;
}
.paging li.prev {
  font-weight: 700;
}
.paging li.prev span {
  font-size: 20px;
  margin-left: 0px;
}
.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) {
  .a-content {
    width: 580px;
  }
}
