* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-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;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top {
  border-top: 6px solid #14997E;
}
.header {
  height: 112px;
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
  padding-right: 28px;
}
.header .rsp {
  position: absolute;
  right: 7px;
  top: 0;
  background: url(../images/index_03-1.png) no-repeat;
  width: 251px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  z-index: 10000;
}
.header .rsp a {
  color: #fff;
}
.header .rexian {
  font-size: 12px;
  margin-top: 20px;
}
.header .rexian .iconfont {
  font-size: 40px;
  color: #000;
}
.header .rexian p {
  color: #14997E;
  font-size: 22px;
  font-weight: bold;
}
.nav {
  height: 64px;
  border-top: 1px solid #ebebeb;
  position: relative;
  z-index: 10000000;
  background: #fff;
}
.navBar {
  justify-content: flex-end;
}
.navBar li {
  width: 130px;
  height: 64px;
  position: relative;
  margin: 0 10px;
}
.navBar li::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  background: #14997E;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
  z-index: 1;
}
.navBar li.on .tit {
  color: #fff;
}
.navBar li.on::before {
  height: 100%;
}
.navBar li:hover .tit {
  color: #fff;
}
.navBar li:hover .sub {
  height: auto;
}
.navBar li:hover::before {
  height: 100%;
}
.navBar .tit {
  display: block;
  width: 100%;
  height: 64px;
  text-align: center;
  line-height: 64px;
  position: relative;
  z-index: 2;
}
.navBar .sub {
  position: absolute;
  top: 64px;
  left: 0;
  width: 130px;
  background: #fff;
  height: 0;
  transition: all 0.3s linear;
  overflow: hidden;
}
.navBar .sub a {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  text-align: center;
}
.navBar .sub a:hover {
  background: #14997E;
  color: #fff;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.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;
}
.com-title {
  text-align: center;
}
.com-title h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.section {
  padding-top: 52px;
  min-height: 400px;
  box-sizing: border-box;
}
.section ul {
  padding-top: 60px;
  justify-content: space-between;
}
.section ul li {
  width: 165px;
  text-align: center;
}
.section ul li:hover .icon {
  transform: rotateY(180deg);
  transition: all 0.3s linear;
}
.section ul h3 {
  color: #484848;
  font-size: 16px;
  margin: 28px 0 15px;
}
.section ul .icon {
  width: 56px;
  height: 56px;
  opacity: 1;
  border: 1px solid #14997e;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  margin: 0 auto;
}
.section ul .icon .iconfont {
  font-size: 30px;
  color: #14997e;
}
.section ul .dec {
  line-height: 24px;
  max-height: 48px;
}
.product {
  background: #f6f6f6;
  padding-top: 45px;
  margin-bottom: 55px;
  padding-bottom: 37px;
}
.product .com-title {
  margin-bottom: 30px;
}
.product .list {
  margin: 0 -8px;
}
.product .list li {
  background: #fff;
  width: 389px;
  height: 354px;
  padding: 17px 16px 0;
  box-sizing: border-box;
  margin: 0 8px 20px;
  line-height: 24px;
}
.product .list li:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.product .list li:hover h3 {
  color: #14997E;
}
.product .list .img {
  width: 357px;
  height: 263px;
  text-align: center;
  line-height: 263px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.product .list .img img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.product .list h3 {
  font-size: 16px;
}
.case .com-title {
  margin-bottom: 72px;
}
.case .slideBoxSolution {
  height: 441px;
  overflow: hidden;
  position: relative;
}
.case .slideBoxSolution .hd {
  position: absolute;
  right: 0;
  top: 0;
}
.case .slideBoxSolution .hd li {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  color: #999;
  font-size: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.case .slideBoxSolution .hd li.on {
  background: #14997e;
  color: #fff;
}
.case .slideBoxSolution .bd {
  width: 1030px;
}
.case .slideBoxSolution .bd .img {
  width: 441px;
  height: 441px;
  overflow: hidden;
  margin-right: 20px;
}
.case .slideBoxSolution .bd .img img {
  width: 100%;
  min-height: 100%;
}
.case .slideBoxSolution .bd .info {
  flex: 1;
  max-width: 550px;
  padding-top: 54px;
  height: 100%;
  position: relative;
  height: 441px;
  box-sizing: border-box;
}
.case .slideBoxSolution .bd .thumbnail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 168px;
  height: 168px;
}
.case .slideBoxSolution .bd .thumbnail img {
  width: 100%;
  height: 100%;
}
.case .slideBoxSolution .bd .dec {
  max-height: 48px;
  line-height: 24px;
  margin: 10px 0 20px;
}
.case .slideBoxSolution .bd .more {
  color: #999999;
}
.case .slideBoxSolution .bd .more .iconfont {
  font-size: 16px;
  transform: rotate(-90deg);
  margin-right: 12px;
  color: #000;
  display: inline-block;
}
.about {
  padding-top: 198px;
  margin: 60px 0 50px;
}
.about .cont {
  background: #fff;
  font-size: 16px;
  height: 360px;
  box-shadow: 0px 7px 68px 0px rgba(235, 240, 243, 0.55);
  box-sizing: border-box;
  padding: 28px 25px 0;
}
.about .dec {
  line-height: 42px;
  -webkit-line-clamp: 6;
  max-height: 252px;
  margin-top: 20px;
}
.news {
  margin-bottom: 30px;
}
.news .com-title {
  margin-bottom: 68px;
}
.news .list {
  margin: 0 -20px;
}
.news .list li {
  width: 580px;
  height: 210px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  margin: 0 20px 36px;
  padding: 0 24px 0 0;
  cursor: pointer;
}
.news .list li:hover .text-ellipsis {
  color: #14997E;
}
.news .list li:hover .date span {
  color: #14997E;
}
.news .list li:hover .date p {
  color: #14997E;
}
.news .list a {
  height: 100%;
}
.news .list .date {
  width: 130px;
  text-align: center;
  color: #717171;
  font-size: 20px;
  margin-right: 24px;
}
.news .list .date span {
  display: block;
  font-size: 58px;
}
.news .list .text-ellipsis {
  color: #000;
  font-size: 16px;
}
.news .list .dec {
  color: #898989;
  line-height: 26px;
  height: 52px;
  margin: 20px 0;
}
.news .list .btn {
  width: 119px;
  height: 41px;
  border: 1px solid #e4e4e4;
  text-align: center;
  line-height: 41px;
  font-size: #898989;
  font-size: 16px;
  display: block;
}
.footer-contact {
  height: 275px;
  background: #eff1f5;
  line-height: 42px;
  position: relative;
  z-index: 10000;
}
.footer-contact .left {
  padding-top: 80px;
  margin-right: 80px;
}
.footer-contact .left img {
  width: 250px;
}
.footer-contact .mid {
  padding-top: 45px;
  margin-right: 112px;
  max-width: 310px;
}
.footer-contact .ewm {
  padding-top: 56px;
}
.footer {
  height: 70px;
  line-height: 70px;
  background: #d6dae4;
  text-align: center;
    position: relative;
  z-index: 100;
}
.ny-container {
  width: 100%;
  min-width: 1200px;
}
.ny-container .left-contain {
  width: 29.16%;
  background: #f8f8f8;
}
.ny-container .left {
  width: 28.16%;
  position: absolute;
  background: #f8f8f8;
  padding-top: 52px;
}
.ny-container .side {
 padding-left: 64.28%;
  padding-bottom: 500px;
  position: relative;
  z-index: 10;
}
.ny-container .side ul {
  margin-top: 10px;
}
.ny-container .side h3 {
  color: #242422;
  font-size: 26px;
}
.ny-container .side .tit {
  height: 66px;
  line-height: 66px;
  display: block;
  color: #242422;
  font-size: 16px;
}
.ny-container .side .tit:hover {
  color: #14997e;
}
.ny-container .side .sub {
  display: none;
}
.ny-container .side .sub a {
  display: block;
  height: 66px;
  line-height: 66px;
  padding-left: 36px;
  font-size: 16px;
}
.ny-container .side .sub a:hover {
  color: #14997e;
}
.ny-container .main {
  margin-left: 50px;
  width: 940px;
  padding-top: 25px;
  padding-bottom: 60px;
  min-height: 705px;
}
.ny-container .main .title {
  height: 50px;
  line-height: 50px;
  background: #f8f8f8;
  font-size: 16px;
  padding-left: 15px;
}

.ny-container .main .iconditu1 {
  font-size: 28px;
  color: #14997E;
  vertical-align: middle;
}
.ny-container .ny-news .list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 168px;
  font-size: 16px;
  border-bottom: 1px solid #f8f8f8;
}
.ny-container .ny-news .list li .name {
  color: #242422;
}
.ny-container .ny-news .list li span {
  color: #999999;
}
.ny-container .ny-news .list li .dec {
  margin-top: 15px;
  color: #999;
  line-height: 36px;
}
.ny-container .ny-news .list li:hover {
  padding: 0 10px;
  box-shadow: 1px 1px 20px 3px rgba(222, 229, 232, 0.5);
  border-bottom: 1px solid transparent;
}
.ny-container .ny-news .list li:hover .name {
  color: #14997E;
}
.ny-contact .cont {
  line-height: 40px;
  font-size: 18px;
  margin: 20px 0;
}
.message {
  margin-top: 20px;
}
.message span {
  color: #999999;
}
.message li {
  width: 408px;
  height: 42px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 9px;
  border: 1px solid #e9e9e9;
}
.message li:last-of-type {
  margin-bottom: 0;
}
.message li input {
  background: none;
  line-height: 42px;
  height: 42px;
  outline: none;
  border: none;
  padding: 0 10px;
  box-sizing: border-box;
}
.message .textarea {
  border: 1px solid #e9e9e9;
  margin-left: 12px;
  line-height: 42px;
  padding-left: 20px;
}
.message .textarea textarea {
  height: 100%;
  line-height: 42px;
  border: none;
  outline: none;
  background: none;
  padding: 0 20px;
}
.message-btn {
  width: 163px;
  height: 34px;
  opacity: 1;
  background: #14997E;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  margin-top: 30px;
  border: none;
  outline: none;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto ;
}
.ny-title span {
  color: #14997E;
  display: inline;
}
.ny-about .cont {
  padding: 20px;
  line-height: 24px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
   border-collapse: collapse;
  border-spacing: 0;
}

.detail table ,.page table{
  border-collapse: collapse;
  border-spacing: 0;
}
.detail img ,.page img{
 max-width: 100%;
  height: auto !important;
}
.detail {
  padding-bottom: 60px;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 30px;
}
.detail .titles{
   color: #333;
  font-size: 26px;
  text-align: center;
   margin-top: 30px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #14997E;
}
.ny-product .list {
  margin: 30px -10px 0;
}
.ny-product .list li {
  width: 298px;
  margin: 0 10px 20px;
}
.ny-product .list li::nth-child(3n){
	margin-right:0;
}
.ny-product .list li:hover h3 {
  color: #14997E;
}
.ny-product .list li:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.ny-product .list li .img {
  width: 298px;
  height: 220px;
  overflow: hidden;
  margin-bottom: 10px;
}
.ny-product .list li .img img {
  width: 100%;
  min-height: 100%;
}
.ny-product .list li .dec {
  color: #999999;
  font-size: 12px;
  margin-top: 5px;
}
.paging {
  display: flex;
  width: 100%;
  margin-top: 30px;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  background: #f6f6f6;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
}
.paging li a:hover,
.paging li span {
  background: #14997E;
  border-color: #14997E;
  color: #fff;
}
.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: "微软雅黑";
}
