* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
  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;
}
.wrap {
  margin: 0 auto;
  min-width: 1200px;
  width: 75%;
}
.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: 1300px;
  margin: 0 auto;
}
.top {
  background: #fff;
  width: 100%;
}
.top .welcome {
  font-size: 12px;
  color: #333333;
  line-height: 34px;
  height: 46px;
  background: #f2f2f2;
  font-size: 15px;
  color: #666666;
}
.top .welcome .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top .welcome .wrap .right {
  display: flex;
}
.top .welcome .wrap .right .tel {
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.top .welcome .wrap .right .tel img {
  margin-right: 10px;
}
.top .welcome .wrap .right .tel i {
  color: #ff7800;
}
.top .welcome .wrap .right .link {
  font-size: 15px;
  color: #888888;
  line-height: 48px;
  margin-left: 35px;
}
.top .welcome .wrap .right .link a {
  color: #888888;
}
.top .head {
  height: 120px;
  border-bottom: 3px solid #36ad7a;
}
.top .head .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}
.top .head .nav .navbar {
  display: flex;
}
.top .head .nav li {
  height: 68px;
  position: relative;
}
.top .head .nav li:nth-last-child(1) {
  margin-right: 0;
}
.top .head .nav li.on .tit {
  font-weight: 700;
  color: #36ad7a;
  position: relative;
}
.top .head .nav li.on .tit::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #36ad7a;
}
.top .head .nav li:hover .tit {
  color: #36ad7a;
}
.top .head .nav li:hover .sub {
  display: block;
}
.top .head .nav li:hover::before {
  height: 100%;
}
.top .head .nav .tit {
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  color: #333333;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 25px;
}
.top .head .nav .sub {
  position: absolute;
  padding-top: 4px;
  left: 50%;
  width: 191px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
}
.top .head .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;
}
.top .head .nav .sub a:nth-last-child(1) {
  border-bottom: none;
}
.top .head .nav .sub a:hover {
  background: #36ad7a;
  font-weight: 700;
  color: #fff;
}
.com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
}
.com-tit p:nth-child(2) {
  font-size: 20px;
  color: #c6c6c6;
}
.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 .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: 30px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 25px;
  height: 5px;
  border-radius: 3px;
  background: #b5b5b5;
  margin: 0 2px;
}
.banner .hd li.on {
  background: #4da75f;
}
.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;
}
.com-tit {
  display: flex;
  justify-content: center;
}
.com-tit .left-img {
  position: relative;
  left: 5px;
}
.com-tit .left-img::before {
  content: '';
  width: 1000px;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  right: 70px;
  bottom: 22px;
}
.com-tit .right-img {
  position: relative;
  right: 5px;
}
.com-tit .right-img::before {
  content: '';
  width: 1000px;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  left: 60px;
  top: 46px;
}
.com-tit .tx > div {
  text-align: center;
}
.com-tit .tx > div.t {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
}
.com-tit .tx > div.e {
  font-size: 14px;
  color: #222222;
  line-height: 30px;
  padding: 0 12px;
  height: 30px;
  margin-top: 10px;
  background: linear-gradient(-90deg, #3cb041, #eff7eb);
}
.clunm1 {
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
}
.clunm1 .tit {
  display: flex;
  justify-content: center;
}
.clunm1 .tit .left-img {
  position: relative;
  left: 5px;
}
.clunm1 .tit .left-img::before {
  content: '';
  width: 1000px;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  right: 70px;
  bottom: 22px;
}
.clunm1 .tit .right-img {
  position: relative;
  right: 5px;
}
.clunm1 .tit .right-img::before {
  content: '';
  width: 1000px;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  left: 60px;
  top: 46px;
}
.clunm1 .tit .tx > div {
  text-align: center;
}
.clunm1 .tit .tx > div.t {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
}
.clunm1 .tit .tx > div.e {
  font-size: 14px;
  color: #222222;
  line-height: 30px;
  padding: 0 12px;
  height: 30px;
  margin-top: 10px;
  background: linear-gradient(-90deg, #3cb041, #eff7eb);
}
.clunm1 .list {
  margin-top: 65px;
}
.clunm1 .list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clunm1 .list ul li {
  width: calc(16.6% - 29px);
  aspect-ratio: 1 / 1;
  background-color: #2ecc71;
  border-radius: 50%;
  background: linear-gradient(
    to top,
    #36ad7a 0%,
    #36ad7a 50%,
    #f7f7f7 50%,
    #f7f7f7 100%
  );
}
.clunm1 .list ul li:nth-child(2n) {
  background: linear-gradient(
    to bottom,
    #36ad7a 0%,
    #36ad7a 50%,
    #f7f7f7 50%,
    #f7f7f7 100%
  );
}
.clunm1 .list ul li:nth-child(2n) > div:nth-child(1) {
  color: #ffffff;
}
.clunm1 .list ul li:nth-child(2n) > div:nth-child(2) {
  color: #333333;
}
.clunm1 .list ul li > div {
  text-align: center;
}
.clunm1 .list ul li > div:nth-child(1) {
  font-weight: bold;
  font-size: 26px;
  color: #003f23;
  height: 50%;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clunm1 .list ul li > div:nth-child(2) {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  height: 50%;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 13px;
  box-sizing: border-box;
}
.clunm1 .list-two ul {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.clunm1 .list-two ul li {
  width: calc(16.6% - 29px);
  margin-right: 20px;
  font-size: 22px;
  color: #ffffff;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clunm1 .list-two ul li:nth-child(1) {
  color: #333;
  font-weight: bold;
  font-size: 26px;
}
.clunm1 .list-two ul li:nth-last-child(1) {
  margin-right: 0;
}
.clumn2 {
  margin-top: 85px;
}
.clumn2 .t-img {
  width: 100%;
}
.clumn2 .t-img img {
  width: 100%;
}
.clumn2 .cont {
  height: 605px;
  margin-top: -200px;
  position: relative;
  z-index: 100;
  padding: 40px 60px;
  overflow: hidden;
  box-sizing: border-box;
}
.clumn2 .cont .tit {
  display: flex;
}
.clumn2 .cont .tit .left-img {
  position: relative;
  left: 5px;
}
.clumn2 .cont .tit .right-img {
  position: relative;
}
.clumn2 .cont .tit .right-img::before {
  content: '';
  width: 1000px;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  left: 55px;
  bottom: 5px;
  opacity: 0.48;
}
.clumn2 .cont .tit .right-img .txs {
  width: 533px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  position: absolute;
  bottom: 20px;
  left: 135px;
}
.clumn2 .cont .tit .right-img .txs span {
  font-size: 18px;
  font-weight: 700;
}
.clumn2 .cont .tit .tx {
  margin: 0 20px;
}
.clumn2 .cont .tit .tx > div {
  text-align: center;
}
.clumn2 .cont .tit .tx > div.t {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
}
.clumn2 .cont .tit .tx > div.e {
  font-size: 14px;
  color: #222222;
  line-height: 30px;
  padding: 0 12px;
  height: 30px;
  margin-top: 10px;
  background: #fff;
}
.clumn2 .cont .list ul {
  display: flex;
  flex-wrap: wrap;
}
.clumn2 .cont .list ul li {
  width: calc(50% - 30px);
  margin-top: 60px;
  display: flex;
  margin-right: 60px;
}
.clumn2 .cont .list ul li:nth-child(2n) {
  margin-right: 0;
}
.clumn2 .cont .list ul li .tx {
  line-height: 36px;
  margin-left: 20px;
}
.clumn2 .cont .list ul li .tx p:nth-child(1) {
  font-weight: 700;
  font-size: 24px;
  color: #fff100;
}
.clumn2 .cont .list ul li .tx p:nth-child(2) {
  font-size: 16px;
  color: #fff;
}
.clumn3 {
  margin-top: 60px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.clumn3 .wraps {
  overflow: hidden;
}
.clumn3 .list {
  margin-top: 15px;
  position: relative;
}
.clumn3 .list ul li {
  width: calc(33% - 20px);
  background: #ffffff;
  border-radius: 4px;
  margin-right: 25px;
  box-sizing: border-box;
}
.clumn3 .list ul li:hover p:nth-of-type(1) {
  color: #36ad7a;
}
.clumn3 .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.clumn3 .list ul li .img-wrap {
  width: 100%;
  margin-top: 37px;
  overflow: hidden;
}
.clumn3 .list ul li .img-wrap .img {
  width: 100%;
}
.clumn3 .list ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 84.9%;
}
.clumn3 .list ul li p {
  font-size: 16px;
  color: #2b2a2a;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #36ad7a;
}
.clumn3 .list .btn-list {
  width: 100%;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 1000;
}
.clumn3 .list .btn-list .prev {
  left: -60px;
  position: relative;
  font-size: 36px;
  color: #919191;
  display: inline-block;
}
.clumn3 .list .btn-list .next {
  position: relative;
  right: -60px;
  font-size: 36px;
  color: #919191;
  display: inline-block;
  transform: rotateY(180deg);
}
.clumn4 {
  height: 679px;
  padding-top: 80px;
  box-sizing: border-box;
}
.clumn4 .tops {
  width: 656px;
}
.clumn4 .tops .desc {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 45px;
}
.clumn4 .tops .more {
  font-size: 16px;
  margin-top: 40px;
}
.clumn4 .tops .more a {
  color: #36ad7a;
}
.clumn4 .other {
  margin-top: 60px;
}
.clumn4 .other .t {
  font-weight: bold;
  font-size: 40px;
  color: #36ad7a;
}
.clumn4 .other .list {
  margin-top: 20px;
}
.clumn4 .other .list ul li {
  width: 220px;
  height: 30px;
  background: linear-gradient(90deg, #3cb04288, #eff7eb85);
  border-radius: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}
.clumn4 .other .list ul li img {
  margin-right: 10px;
}
.footer {
  display: flex;
  padding-top: 55px;
  padding-bottom: 60px;
  background: #383838;
  box-sizing: border-box;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .left .tel {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.footer .left .tel img {
  margin-right: 18px;
}
.footer .f-tit span:nth-child(1) {
  font-size: 18px;
  font-weight: 400;
  color: #f2f2f2;
}
.footer .middle {
  margin-top: 12px;
}
.footer .middle .f-tit span:nth-child(1) {
  font-weight: 700;
}
.footer .f-tit .line {
  width: 20px;
  height: 2px;
  background: #f2f2f2;
  margin-top: 15px;
}
.footer .f-list {
  width: 306px;
}
.footer .f-list ul {
  display: flex;
  height: 95px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.footer .f-list ul li {
  font-size: 16px;
  color: #e7eae6;
  height: 48px;
  line-height: 48px;
  margin-right: 60px;
  width: calc(33% - 15px);
}
.footer .f-list ul li a {
  color: #e7eae6;
}
.footer .contact {
  font-size: 14px;
  color: #d4d4d4;
  line-height: 30px;
  margin-top: 30px;
}
.footer .right {
  display: flex;
}
.footer .right > div:nth-child(1) {
  margin-right: 28px;
}
.footer .ewm {
  align-items: center;
  margin-top: 32px;
  width: 128px;
}
.footer .ewm .text {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 7px;
}
.footer .ewm img {
  width: 128px;
  height: 128px;
}
.new {
  margin-top: 60px;
  margin-bottom: 85px;
}
.new .content {
  display: flex;
  margin-top: 56px;
}
.new .content .left,
.new .content .mid {
  width: 384px;
  margin-right: 30px;
}
.new .content .left:hover .tit,
.new .content .mid:hover .tit {
  font-weight: 700;
  color: #36ad7a !important;
}
.new .content .left:hover .img-wrap .img,
.new .content .mid:hover .img-wrap .img {
  transform: scale(1.1) !important;
  transition: all 0.3s;
}
.new .content .left .img-wrap,
.new .content .mid .img-wrap {
  width: 384px;
  height: 198px;
  overflow: hidden;
}
.new .content .left .img-wrap .img,
.new .content .mid .img-wrap .img {
  width: 100%;
  height: 100%;
}
.new .content .left .text .date,
.new .content .mid .text .date {
  display: flex;
  font-size: 14px;
  color: #b8b8b8;
}
.new .content .left .text .date > div,
.new .content .mid .text .date > div {
  margin-right: 15px;
  margin-top: 15px;
}
.new .content .left .text .date .iconfont,
.new .content .mid .text .date .iconfont {
  font-size: 16px;
  margin-right: 5px;
}
.new .content .left .text .tit,
.new .content .mid .text .tit {
  font-size: 16px;
  color: #212121;
  margin-top: 5px;
}
.new .content .left .text .line,
.new .content .mid .text .line {
  margin-top: 5px;
}
.new .content .left .text .dec,
.new .content .mid .text .dec {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
.new .content .left .text .more,
.new .content .mid .text .more {
  font-size: 16px;
  color: #1f1f1f;
  margin-top: 10px;
}
.new .content .left .text .more span,
.new .content .mid .text .more span {
  font-size: 14px;
  display: inline-block;
}
.new .content .left .text .more span.iconfont,
.new .content .mid .text .more span.iconfont {
  transform: rotate(90deg);
  margin-left: 5px;
}
.new .content .right ul {
  border: 1px solid #f2f2f2;
}
.new .content .right ul li {
  height: 120px;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new .content .right ul li:nth-last-child(1) {
  border-bottom: none;
}
.new .content .right ul li:hover p:nth-child(1) {
  color: #36ad7a;
  font-weight: 700;
}
.new .content .right ul li p:nth-child(1) {
  font-size: 16px;
  color: #222222;
}
.new .content .right ul li p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.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;
}
.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 #36ad7a;
  background: #36ad7a;
  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: 190px;
}
.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: #36ad7a;
}
.ny-new .new-list ul li:hover .text p:nth-child(4) {
  background: #36ad7a;
  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;
}
.copy-right {
  width: 100%;
  background: #262525;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  text-align: center;
}
.copy-right a {
  color: #fff;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.common-left {
  width: 237px;
  float: left;
  box-sizing: border-box;
  margin-right: 50px;
}
.common-left .title {
  background: #36ad7a 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: #36ad7a;
  color: #fff;
}
.common-left .nav-list > ul .li.active > a span {
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover {
  background: #36ad7a;
  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: #36ad7a;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #36ad7a;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #36ad7a;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #36ad7a;
}
.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: #36ad7a;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #36ad7a !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: 400px;
  font-size: 14px;
  color: #2a2c27;
  line-height: 33px;
}
.ny-contact .tops .content .text p {
  font-size: 18px;
  font-weight: bold;
  color: #36ad7a;
  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: 40px;
}
.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: #36ad7a;
  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: #36ad7a;
}
.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: #36ad7a;
  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: #36ad7a !important;
  color: #fff;
}
.paging li a:hover {
  background: #36ad7a;
  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: 1460px) {
  .wrap {
    width: 1200px;
  }
  .clunm1 .list ul li > div:nth-child(2) {
    font-size: 14px;
  }
  .clunm1 .list-two ul li {
    height: 85px;
  }
}
