* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}
.w240 {
  width: 240px;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.text-gray-8 {
  color: #a8a8a8;
}
.fz16 {
  font-size: 16px;
}
h3 {
  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;
}
.navBar {
  margin-left: 100px;
}
.navBar {
  justify-content: flex-end;
}
.navBar .m {
  height: 64px;
  position: relative;
  width: 98px !important;
}
.navBar h3 a {
  display: block;
  text-align: center;
  height: 64px;
  line-height: 64px;
  color: #333333;
  font-size: 14px;
}
.navBar .on {
  background: #3db45e;
}
.navBar .on h3 a {
  color: #fff;
}
.navBar .sub {
  display: none;
  /*默认隐藏*/
  width: 100%;
  padding: 5px 0;
  position: absolute;
  left: 50%;
  top: 64px;
  background: #fff;
  text-align: center;
  transform: translateX(-50%);
}
.navBar .sub li {
  vertical-align: middle;
}
.navBar .sub li a {
  height: 32px;
  line-height: 32px;
  display: block;
}
.navBar .sub li a:hover {
  background: #f5f5f5;
}
li {
  list-style: none;
}
a {
  color: #333333;
  text-decoration: none;
}
.w1200 {
  width: 76.19%;
  margin: 0 auto;
  max-width: 1200px;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.header {
  height: 64px;
  width: 62.5%;
  align-items: center;
  position: relative;
  z-index: 10000;
  margin: 0 auto;
  justify-content: center;
  max-width: 1200px;
}
.container {
  width: 87.5%;
  max-width: 1680px;
  margin: 0 auto;
}
.com-title {
  text-align: center;
}
.com-title .name {
  color: #2b2b2b;
  font-size: 24px;
  display: block;
}
.com-title .en-name {
  color: #969696;
  font-size: 17px;
}
.product {
  margin: 3.98vw auto 7.5vw;
}
.product .cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.product .cont li {
  width: calc(100% / 4 - 20px);
  margin-bottom: 24px;
  margin-right: 20px;
  background: #fff;
  transition: all 0.3s ease-in;
  box-sizing: border-box;
}
.product .cont li:hover a {
  color: #3db45e;
}
.product .cont .img {
  width: 100%;
  display: block;
  position: relative;
}
.product .cont .img::before {
  content: '';
  display: block;
  padding-bottom: 62%;
}
.product .cont .btm {
  width: 100%;
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.about {
  position: relative;
}
.about::before {
  content: '';
  width: 74.22%;
  height: 39.74vw;
  background: #f5f5f5;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.about .cont {
  position: relative;
  align-items: stretch;
  display: flex;
  z-index: 2;
}
.about .cont .left {
  width: 55.71%;
  height: 35.89vw;
  margin-right: 6.48%;
  overflow: hidden;
}
.about .cont .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.about .cont .right {
  width: 48.92%;
  padding-bottom: 8.28vw;
  box-sizing: border-box;
  padding-right: 50px;
}
.about .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about .tit {
  padding-top: 38px;
}
.about .tit h3 {
  font-weight: normal;
  color: #c4c2c2;
  font-size: 24px;
}
.about .tit h3 span {
  color: #333;
  font-size: 30px;
  display: block;
}
.about .dec {
  color: #2b2b2b;
  line-height: 2.5vw;
  height: 12.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-top: 60px;
}
.about .more {
  display: block;
  width: 136px;
  height: 39px;
  border: 1px solid #3db45e;
  text-align: center;
  line-height: 39px;
  color: #3db45e;
  border-radius: 20px;
}
.news {
  margin-top: 3.2vw;
}
.news .picList {
  width: 88.09%;
  margin: 2.6vw auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .picList li {
  width: calc(50% - 40px);
  margin: 0 0 40px;
  padding: 20px 24px 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}
.news .picList li:hover {
  background: #ffffff;
  box-shadow: 0px 1px 27px 0px rgba(237, 237, 237, 0.57);
}
.news .picList li:hover .tit {
  color: #3db45e !important;
}
.news .picList li .day {
  color: #999999;
  font-size: 14px;
}
.news .picList li h3 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  height: 40px;
  margin-bottom: 12px;
}
.news .picList li .dec {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
}
.news .picList li .more {
  width: 66px;
  height: 29px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-align: center;
  line-height: 29px;
  display: block;
}
.links {
  width: 100%;
  background: #f2f2f2;
  height: 215px;
  padding-top: 50px;
  box-sizing: border-box;
  margin-top: 4.94vw;
}
.links .contact h3 {
  font-size: 18px;
  margin-bottom: 28px;
}
.links .contact h3 span {
  color: #d3d3d3;
  font-size: 12px;
  margin-left: 10px;
}
.links .contact div {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.links .mid {
  align-items: flex-end;
  text-align: right;
}
.links .mid .iconfont {
  color: #6d6d6d;
}
.links .mid img {
  margin-left: 24px;
}
.footer {
  height: 46px;
  background: #2e2e2e;
  color: #fff;
}
.ny-tit {
  color: #2b2b2b;
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
}
.ny-tit .en-name {
  color: #969696;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: -5px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 50px;
  color: #515151;
}
.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: #3db45e;
}
.pro-case-list {
  flex-wrap: wrap;
  margin: 0 -17px;
}
.pro-case-list li {
  width: 376px;
  margin: 0 17px 22px;
}
.pro-case-list li:hover .txt .tit {
  color: #3db45e;
}
.pro-case-list .img {
  display: block;
  width: 376px;
  height: 380px;
  position: relative;
  overflow: hidden;
}
.pro-case-list .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.pro-case-list .txt {
  height: 65px;
  line-height: 24px;
}
.pro-case-list .txt .tit {
  color: #333;
  font-size: 16px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
}
.pro-case-list .txt .dec {
  color: #999;
  font-size: 14px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-service-list {
  flex-wrap: wrap;
  margin: 0 -16px;
}
.pro-service-list li {
  width: 370px;
  margin: 0 16px 36px;
}
.pro-service-list li:hover {
  box-shadow: 0px 5px 87px 0px rgba(215, 215, 215, 0.43);
}
.pro-service-list li:hover .img .more {
  opacity: 0.8;
}
.pro-service-list li:hover .btm .left span {
  color: #3db45e;
}
.pro-service-list li:hover .btm .btn {
  opacity: 1;
}
.pro-service-list .img {
  width: 370px;
  height: 238px;
  position: relative;
  display: block;
}
.pro-service-list .img .more-btn {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #3db45e;
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in;
}
.pro-service-list .img .more-btn .iconjiahao {
  font-size: 34px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pro-service-list .btm {
  height: 90px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #bdbdbd;
  padding: 0 18px;
  box-sizing: border-box;
}
.pro-service-list .btm .left span {
  font-size: 16px;
  color: #292929;
}
.pro-service-list .btm .btn {
  width: 39px;
  height: 39px;
  background: #ffffff;
  box-shadow: 0px 5px 18px 0px rgba(0, 51, 160, 0.09);
  text-align: center;
  line-height: 39px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.pro-service-list .btm .btn .iconqianjin1 {
  font-size: 22px;
  color: #bebebe;
}
.paging {
  display: flex;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
}
.paging li {
  height: 24px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  padding: 0 5px;
  line-height: 22px;
  border: 1px solid #ececec;
  margin: 0 5px;
  min-width: 22px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 2px;
}
.paging li a:hover {
  background: #3db45e;
  border-color: #3db45e;
  color: #fff;
}
.ny-message .cont {
  color: #515151;
  line-height: 33px;
  font-size: 14px;
  margin-top: 36px;
}
.ny-message .message-form form {
  width: 570px;
  margin: 40px auto 0;
}
.ny-message .message-form form li {
  margin-bottom: 20px;
}
.ny-message .message-form form li span {
  display: block;
  width: 80px;
  text-align: right;
  margin-right: 15px;
  color: #5a5d5a;
  font-size: 16px;
  line-height: 42px;
}
.ny-message .message-form form li input {
  display: block;
  flex: 1;
  border: 1px solid #f1f1f1;
  height: 42px;
  line-height: 42px;
  border-radius: 10px;
  padding-left: 16px;
  box-sizing: border-box;
}
.ny-message .message-form form li textarea {
  flex: 1;
  display: block;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding-left: 16px;
  box-sizing: border-box;
  height: 96px;
  line-height: 30px;
}
.ny-message .message-form form .btn {
  margin-top: 53px;
}
.ny-message .message-form form .btn button {
  width: 190px;
  height: 42px;
  background: #3db45e;
  border-radius: 10px;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  font-size: 18px;
  margin: 0 28px;
  border: none;
  outline: none;
}
.ny-message .message-form form .btn button:last-of-type {
  background: #eaeaea;
  color: #5a5d5a;
}
.crumbs {
  height: 70px;
  border-bottom: 1px solid #f5f6f9;
}
.crumbs .iconhome {
  font-size: 22px;
  color: #3db45e;
  margin-right: 6px;
}
.sidelist {
  position: relative;
  z-index: 10000;
}
.sidelist .one {
  position: relative;
  height: 68px;
  font-size: 14px;
  margin-right: 38px;
}
.sidelist .one:hover .tit,
.sidelist .one.on .tit {
  color: #3db45e;
  border-bottom: 2px solid #3db45e;
}
.sidelist .one .tit {
  display: block;
  height: 68px;
  text-align: center;
  line-height: 68px;
  color: #444444;
}
.sidelist .one .sub {
  position: absolute;
  left: 50%;
  top: 70px;
  display: none;
  width: 100%;
  background: #fff;
  transform: translateX(-50%);
  width: 100px;
  padding-top: 10px;
  box-shadow: 0px 5px 18px 0px rgba(0, 51, 160, 0.09);
}
.sidelist .one .sub a {
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
  box-sizing: border-box;
}
.sidelist .one .sub a:hover {
  color: #3db45e;
}
.ny-contact .cont {
  width: 89.88%;
  justify-content: space-between;
  margin: 30px auto 0;
}
.ny-contact .left {
  width: 22.51%;
  line-height: 2.6vw;
  color: #9d9d9d;
  font-size: 14px;
}
.ny-contact .left div {
  min-height: 14.06px;
  margin-top: -10px;
  margin-bottom: 36px;
  position: relative;
}
.ny-contact .left div::before {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.ny-contact .left .txt {
  line-height: 28px !important;
  font-size: 12px;
}
.ny-contact .right {
  flex: 1;
  max-width: 1124px;
  overflow: hidden;
  margin-left: 20px;
}
.ny-contact .right img {
  width: 100%;
}
.ny-contact .message {
  width: 89.88%;
  margin: 80px auto 0;
}
.ny-contact .message ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
.ny-contact .message ul input,
.ny-contact .message ul textarea {
  border: none;
  outline: none;
}
.ny-contact .message ul li {
  margin-bottom: 32px;
  max-width: 488px;
}
.ny-contact .message ul li:nth-child(2) {
  margin: 0 26px;
}
.ny-contact .message ul li span {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #666666;
}
.ny-contact .message ul li span i {
  color: #ff1f1f;
}
.ny-contact .message ul li input {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 14px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.ny-contact .message ul .textarea {
  width: 100%;
  max-width: 100%;
}
.ny-contact .message ul .textarea textarea {
  width: 100%;
  height: 144px;
  background: #f7f7f7;
  line-height: 30px;
  padding-left: 20px;
  box-sizing: border-box;
}
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: '微软雅黑';
}
.case {
  margin: 3.9vw auto 0;
}
.picFocus {
  margin-top: 2.08vw;
  width: 100%;
  position: relative;
}
.picFocus .bd {
  width: 39.82%;
  height: 25.416vw;
  position: relative;
}
.picFocus .bd li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 25.46vw;
}
.picFocus .bd li:hover img {
  transform: scale(1.1);
}
.picFocus .hd {
  width: 60.18%;
  display: block;
  position: relative;
}
.picFocus .hd li {
  width: 33.333%;
  height: 11.3vw;
  float: left;
  position: relative;
  border: none;
  overflow: hidden;
}
.picFocus .hd li:hover .item_info,
.picFocus .hd li.on .item_info {
  left: 0;
}
.picFocus .hd li:hover img,
.picFocus .hd li.on img {
  transform: translateY(-50%) scale(1.1);
}
.picFocus .item_box {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.picFocus .item_box img {
  position: absolute;
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  transform: translateY(-50%);
  top: 50%;
}
.picFocus .item_info {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(73, 180, 103, 0.89);
  flex-direction: column;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.36s ease;
}
.picFocus img {
  max-width: 100%;
  transition: all 0.36s ease;
  min-height: 100%;
}
.picFocus .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60.18%;
  background: #f5f5f5;
  height: 2.86vw;
  z-index: 1000;
}
.picFocus .btn .prev,
.picFocus .btn .next {
  height: 2.86vw;
  line-height: 2.86vw;
  color: #adadad;
  box-sizing: border-box;
  width: 33.33%;
}
.picFocus .btn .prev {
  padding-left: 38px;
}
.picFocus .btn .next {
  padding-right: 38px;
  text-align: right;
}
.picFocus .btn .prev:hover,
.picFocus .btn .next:hover {
  background: #3db45e;
  color: #fff;
}
.picFocus .btn .pageState {
  /* background: #fff; */
  height: 2.86vw;
  text-align: center;
  line-height: 2.86vw;
  font-size: 22px;
}
.picFocus .btn .pageState span {
  color: #3db45e;
}
.ac {
  text-align: center;
}
.form-btn {
  outline: none;
  cursor: pointer;
  color: #666666;
  border: 0;
  display: inline-block;
  padding: 10px 30px;
}
.btn-default {
  color: #ffffff;
  background-color: #3db45e;
}
