* {
  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;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
.navBar {
  margin-left: 100px;
}
.navBar {
  justify-content: flex-end;
}
.navBar li a {
  display: block;
  width: 116px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  margin-left: 10px;
}
.navBar li.on a,
.navBar li:hover a {
  background: #048404;
  color: #fff;
}
li {
  list-style: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.header {
  height: 104px ;
  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 {
  font-size: 20px;
  display: block;
  font-weight: bold;
}
.com-title .en-name {
  color: #666666;
  font-size: 14px;
}
.about {
  position: relative;
  height: 550px;
  width: 100%;
}
.about::before {
  content: '';
  width: 65.1%;
  height: 430px;
  background: #f7f5f6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about::after {
  content: '';
  width: 60.21%;
  height: 186px;
  background: #048404;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.about .cont {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  justify-content: space-around;
  padding-top: 68px;
}
.about .cont .left {
  width: 430px;
  overflow: hidden;
}
.about .cont .left .tit {
  margin-bottom: 26px;
  font-weight: bold;
  font-size: 36px;
  color: #048404;
}
.about .cont .left .tit span {
  color: #353535;
}
.about .cont .left .dec {
  line-height: 32px;
  height: 192px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  color: #666;
}
.about .cont .left .more {
  display: block;
  width: 120px;
  height: 43px;
  background: #048404;
  text-align: center;
  line-height: 43px;
  color: #fff;
  margin-top: 112px;
}
.about .cont .right {
  width: 735px;
  height: 438px;
}
.about .cont .right img {
  display: block;
  width: 100%;
  height: 100%;
}
.product {
  margin: 2.18vw auto 2.39vw;
}
.product .cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.product .cont ul {
  margin: 0 -30px;
}
.product .cont li {
  width: calc(100%/4 - 30px);
  margin-bottom: 24px;
  margin-right: 30px;
  background: #fff;
  transition: all 0.3s ease-in;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 13.95vw;
}
.product .cont li:hover .img {
  transform: scale(1.1);
}
.product .cont li:hover a {
  color: #3db45e;
}
.product .cont .img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: all 0.32s ease-in;
}
.product .cont .img::before {
  content: '';
  display: block;
  padding-bottom: 62%;
}
.product .cont .btm {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  width: 100%;
  color: #fff;
  padding-left: 15px;
  box-sizing: border-box;
}
.news {
  margin-top: 2.18vw;
}
.news .cont {
  padding-top: 3.125vw;
  justify-content: space-between;
}
.news .cont .img {
  width: 564px;
  height: 342px;
}
.news .picList {
  width: 600px;
}
.news .picList li {
  width: 100%;
  border-bottom: 1px dashed #E5E5E5;
  padding-bottom: 24px;
  margin-bottom: 28px;
}
.news .picList li:last-of-type {
  border: none;
}
.news .picList li:hover .tit {
  color: #3DB45E !important;
}
.news .picList li .left {
  width: 96px;
  color: #4A4A4A;
  font-size: 16px;
}
.news .picList li .left span:first-child {
  display: block;
  font-size: 26px;
}
.news .picList li .right .tit {
  display: block;
  color: #353535;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
  margin-bottom: 5px;
}
.news .picList li .right .dec {
  color: #999999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case {
  background: #f7f5f6;
  padding-bottom: 60px;
}
.case .picScroll-left {
  padding-top: 50px;
}
.case,
.ny-case {
  padding-top: 30px;
}
.case .picList li,
.ny-case .picList li {
  width: calc(25% - 20px);
  margin-right: 20px;
  background: #fff;
  padding: 12px 0 28px;
  overflow: hidden;
  position: relative;
}
.case .picList li:hover .pic img,
.ny-case .picList li:hover .pic img {
  transform: scale(1.1) translateX(-50%);
}
.case .picList li:hover .tit,
.ny-case .picList li:hover .tit {
  color: #048404;
}
.case .picList li:hover .iconjiantoushang,
.ny-case .picList li:hover .iconjiantoushang {
  transform: translateX(5px);
}
.case .picList li a,
.ny-case .picList li a {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.case .picList li a .pic,
.ny-case .picList li a .pic {
  width: 100%;
  height: 13.49vw;
  position: relative;
  overflow: hidden;
}
.case .picList li a .pic img,
.ny-case .picList li a .pic img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.32s ease-in;
}
.case .picList li a .tit,
.ny-case .picList li a .tit {
  font-size: 16px;
  padding-left: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.93vw 0 0.83vw;
}
.case .picList li a .dec,
.ny-case .picList li a .dec {
  color: #666666;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0 6px;
}
.case .picList li a .iconjiantoushang,
.ny-case .picList li a .iconjiantoushang {
  font-size: 20px;
  float: right;
  margin-top: 10px;
  color: #6B6B6B;
  transition: all 0.32s ease-in;
  margin-right: 10px;
}
.ny-case .picList li {
  margin-bottom: 22px;
}
.ny-case {
  padding-bottom: 2.39vw;
}
.footer-contact {
  background: url(../images/index_55.jpg) #f7f7f7 left center / cover no-repeat;
  width: 100%;
  padding-bottom: 80px;
}
.footer-contact .tit {
  padding-top: 35px;
  font-size: 20px;
  margin-bottom: 72px;
}
.footer-contact .tit p {
  font-size: 14px;
  color: #666;
}
.footer-contact .cont {
  padding-left: 62px;
}
.footer-contact .cont .qq {
  width: 121px;
  height: 39px;
  opacity: 1;
  background: #048404;
  border-radius: 17px;
  color: #fff;
  margin-bottom: 26px;
}
.footer-contact .cont .qq .iconfont {
  margin-right: 5px;
}
.footer-contact .cont p {
  line-height: 38px;
}
.footer-contact .cont .ewm {
  margin-top: 15px;
}
.footer-contact .cont .ewm div {
  width: 110px;
  text-align: center;
  color: #323232;
  margin-right: 26px;
}
.footer-contact .cont .ewm img {
  width: 110px;
  height: 110px;
  display: block;
}
.footer-contact .cont .message {
  margin-left: 4vw;
}
.footer-contact .cont .message li {
  height: 44px;
  border-bottom: 1px solid #d6d2d2;
  width: 260px;
  margin-right: 1.82vw;
}
.footer-contact .cont .message li .text-red {
  color: #FF0000;
}
.footer-contact .cont .message li input {
  height: 44px;
  line-height: 44px;
  border: none;
  outline: none;
  padding-left: 6px;
  background: none;
}
.footer-contact .cont .message .textarea {
  width: 853px;
  border: none;
  border-bottom: 1px solid #d6d2d2;
  background: none;
  outline: none;
  height: 114px;
  margin-top: 22px;
  line-height: 24px;
}
.footer-contact .cont .message .btn {
  width: 299px;
  height: 46px;
  background: #048404;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  margin-top: 46px;
  cursor: pointer;
}
.footer {
  height: 46px;
  background: #2e2e2e;
  color: #fff;
}
.footer a {
  color: #fff;
  margin-left: 10px;
}
.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 {
  padding-top: 30px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 50px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 50px;
}
.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;
}
.paging {
  display: flex;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a, .paging li span {
  display: block;
  width: 40px;
  height: 40px;
  background: #d6d6d6;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
}
.paging li.active span {
    background: #048404;
    border-color: #048404;
    color: #fff;
}
.paging li a:hover {
  background: #048404;
  border-color: #048404;
  color: #fff;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
.sidelist {
  position: relative;
  z-index: 10000;
}
.sidelist .one {
  position: relative;
  height: 58px;
  font-size: 14px;
  margin-right: 38px;
}
.sidelist .one:hover .tit,
.sidelist .one.on .tit {
  color: #3db45e;
}
.sidelist .one .tit {
  display: block;
  height: 58px;
  text-align: center;
  line-height: 58px;
  color: #000;
  font-size: 16px;
}
.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;
}
.ny-contact {
  padding-top: 30px;
  padding-bottom: 5vw;
}
.ny-contact .cont {
  justify-content: space-between;
  margin: 30px auto 0;
  background: url('../images/conta_03.png') left top / 85px 519px no-repeat;
}
.ny-contact .left {
  width: 410px;
  line-height: 42px;
  padding: 84px 0 0 26px;
  box-sizing: border-box;
}
.ny-contact .left div {
  width: 338px;
  height: 369px;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0px 2px 7px 0px rgba(19, 15, 14, 0.06);
  padding: 28px 18px 0;
  box-sizing: border-box;
}
.ny-contact .left div h3 {
  font-size: 26px;
  font-weight: normal;
  position: relative;
  margin-bottom: 30px;
}
.ny-contact .left div h3::before,
.ny-contact .left div h3::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #048404;
  position: absolute;
  bottom: -14px;
}
.ny-contact .left div h3::before {
  left: 0;
}
.ny-contact .left div h3::after {
  left: 35px;
}
.ny-contact .right {
  flex: 1;
  max-width: 790px;
  overflow: hidden;
  padding-top: 22px;
}
.ny-contact .right img {
  width: 100%;
}
.ny-contact .message {
  margin: 56px 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;
}
.ny-contact .message .btns {
  margin-top: 50px;
  justify-content: center;
}
.ny-contact .message .btns button {
  width: 133px;
  height: 43px;
  color: #fff;
  text-align: center;
  line-height: 43px;
  margin: 0 13px;
  font-size: 18px;
  background: #d6d6d6;
  cursor: pointer;
    border: 0;
    outline: none;
}
.ny-contact .message .btns div:first-of-type {
  background: #048404;
}
.ny-contact .message .btns button:first-of-type {
    background: #048404;
}
.ny-news {
  padding: 50px 0;
}
.ny-news .tit {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.ny-news .top a {
  justify-content: space-between;
}
.ny-news .top a:hover h3 {
  color: #D61D1D;
}
.ny-news .top a .img {
  width: 286px;
  height: 173px;
}
.ny-news .top a .img img {
  width: 100%;
  height: 100%;
}
.ny-news .top a .right {
  max-width: 880px ;
}
.ny-news .top a .right .dec {
  color: #666666;
  line-height: 26px;
  height: 78px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 10px 0;
}
.ny-news .top a .right .date {
  color: #666;
}
.ny-news .picList {
  margin-top: 56px;
}
.ny-news .picList li a {
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px dashed #E5E5E5;
  margin-bottom: 40px;
  width: 100%;
  box-sizing: border-box;
}
.ny-news .picList li a:hover .tit, .ny-news .top a:hover .tit {
  color: #048404;
}
.ny-news .picList li a .left {
  width: 92px;
  height: 90px;
  background: #f2f2f2;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
  box-sizing: border-box;
}
.ny-news .picList li a .left span {
  display: block;
  color: #4A4A4A;
  font-size: 26px;
}
.ny-news .picList li a .left span:last-of-type {
  font-size: 16px;
}
.ny-news .picList li a .right {
  max-width: 1085px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-news .picList li a .right .dec {
  color: #999999;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
}
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: "微软雅黑";
}
