* {
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  background: #fbfcfd;
  overflow-x: hidden;
  width: 100%;
  padding-bottom: 1.2rem;
  font-family: "Î¢ÈíÑÅºÚ";
  transition: all 0.2s ease-in;
  position: relative;
  left: 0;
}
body.body-left {
  left: 4rem;
}
body.body-left .iconcaidan3 {
  display: none;
}
li {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
i {
  font-style: normal;
}
h3 {
  font-weight: normal;
}
img {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.com-title {
  text-align: center;
  width: 100%;
  margin-bottom: 0.34rem;
}
.com-title .name {
  display: block;
  font-size: 0.38rem;
  font-weight: 600;
}
.com-title .en-name {
  font-size: 0.24rem;
  color: #666666;
  display: block;
  text-transform: uppercase;
}
.header {
  height: 0.88rem;
  position: relative;
}
.header .menu {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6rem;
  color: #262626;
}
.header .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-height: 0.8rem;
}
.banner {
  width: 100%;
  height: 3.35rem;
  position: relative;
  overflow: hidden;
}
.banner .bd {
  position: relative;
}
.banner .bd img {
  height: 3.35rem;
  position: absolute;
  left: 50%;
  top: 0 ;
  transform: translateX(-50%);
}
.news {
  margin-top: 0.2rem;
}
.news li:last-of-type {
  border-bottom: none;
}
.news,
.ny-news {
  padding: 0 0.24rem;
}
.news .tit,
.ny-news .tit {
  color: #353535;
  font-size: 0.32rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .dec,
.ny-news .dec {
  color: #999;
  line-height: 0.34rem;
  height: 0.68rem;
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0.05rem 0;
}
.news .top,
.ny-news .top {
  justify-content: space-between;
}
.news .top img,
.ny-news .top img {
  width: 2.6rem;
  height: 1.58rem;
  margin-right: 0.13rem;
}
.news .top .info,
.ny-news .top .info {
  max-width: 4.2rem;
}
.news .top .info .dec,
.ny-news .top .info .dec {
  font-size: 0.24rem;
}
.news .top .info .date,
.ny-news .top .info .date {
  color: #666666;
  font-size: 0.24rem;
}
.news .list,
.ny-news .list {
  margin-top: 0.32rem;
}
.news .list li,
.ny-news .list li {
  border-bottom: 1px dashed #E5E5E5;
  margin-bottom: 0.32rem;
  height: 1.4rem;
  overflow: hidden;
}
.news .list li .date,
.ny-news .list li .date {
  color: #4A4A4A;
  font-size: 0.24rem;
  width: 1.06rem;
  display: block;
  margin-right: 0.2rem;
}
.news .list li .date p:first-of-type,
.ny-news .list li .date p:first-of-type {
  font-size: 0.3rem;
}
.news .list li .right,
.ny-news .list li .right {
  max-width: 5.9rem;
}
.about .top {
  height: 3.56rem;
  position: relative;
  justify-content: space-between;
  padding: 0.33rem 0.24rem 0;
  box-sizing: border-box;
}
.about .top::before {
  content: '';
  display: block;
  width: 5.25rem;
  height: 2.88rem;
  background: #f7f5f6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about .top::after {
  content: '';
  display: block;
  width: 5.42rem;
  height: 1.4rem;
  background: #048404;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.about .top .tit {
  position: relative;
  margin-top: 1.05rem;
  padding-left: 0.22rem;
}
.about .top .tit p {
  color: #e8e8e8;
  text-transform: uppercase;
  font-size: 0.65rem;
  position: absolute;
  left: 0;
  top: -0.3rem;
  z-index: 3;
}
.about .top .tit h3 {
  position: relative;
  z-index: 3;
  color: #048404;
  font-size: 0.36rem;
  font-weight: bold;
}
.about .top .tit h3 span {
  color: #353535;
}
.about .top img {
  width: 4.89rem;
  height: 2.92rem;
  position: relative;
  z-index: 3;
}
.about .dec {
  color: #666666;
  font-size: 0.28rem;
  line-height: 0.48rem;
  height: 1.92rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin: 0.24rem;
}
.pro-list,
.ny-pro {
  margin: 0.33rem auto 0;
}
.pro-list .list,
.ny-pro .list {
  padding: 0 0.24rem;
  flex-wrap: wrap;
  margin-bottom: 0.22rem;
  justify-content: space-between;
}
.pro-list .list li,
.ny-pro .list li {
  width: 3.4rem;
  margin-bottom: 0.28rem;
  position: relative;
}
.pro-list .list li .img,
.ny-pro .list li .img {
  width: 3.4rem;
  height: 2.3rem;
  display: block;
}
.pro-list .list li .btm,
.ny-pro .list li .btm {
  font-size: 0.3rem;
  height: 0.48rem;
  line-height: 0.48rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 0.2rem;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.case {
  padding: 0.2rem 0.24rem 0.4rem;
  background: #f9f9f9;
}
.case .swiper-container {
  overflow: hidden;
}
.case .swiper-container .swiper-wrapper {
  display: flex;
}
.case .swiper-container a {
  display: block;
  color: #666;
  font-size: 0.3rem;
  background: #fff;
  padding: 0.14rem 0.12rem 0;
  width: 3.39rem;
  height: 4.1rem;
  overflow: hidden;
  box-sizing: border-box;
}
.case .swiper-container a .img {
  width: 100%;
  height: 2.14rem;
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 auto;
}
.case .swiper-container a .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
}
.case .swiper-container a .info .tit {
  font-size: 0.34rem;
  color: #333;
  height: 0.55rem;
  line-height: 0.55rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case .swiper-container a .info .dec {
  line-height: 0.4rem;
  height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
}
.case .swiper-container a .info .btn {
  float: right;
  font-size: 0.42rem;
  color: #6B6B6B;
  margin-right: 0.1rem;
}
.contact {
  background: url('/themes/wapsimpleboot3/public/assets/images/wap01_04.jpg') center center / cover no-repeat;
  width: 7.5rem;
  height: 5.8rem;
  box-sizing: border-box;
  padding: 0.36rem 0.24rem 0;
}
.contact .tit {
  color: #666666;
  font-size: 0.24rem;
  text-transform: uppercase;
}
.contact .tit span {
  color: #333;
  font-size: 0.37rem;
  display: block;
}
.contact .qq {
  width: 1.85rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #048404;
  border-radius: 0.17rem;
  margin: 0.2rem 0 0.1rem;
  color: #fff;
  font-size: 0.3rem;
  text-align: center;
  display: block;
}
.contact p {
  font-size: 0.32rem;
  line-height: 0.6rem;
}
.contact .ewm {
  margin-top: 0.1rem;
}
.contact .ewm div {
  width: 1.26rem;
  text-align: center;
  line-height: 0.45rem;
  color: #323232;
  font-size: 0.16rem;
  margin-right: 0.26rem;
}
.contact .ewm img {
  width: 1.26rem;
  height: 1.26rem;
  display: block;
}
.copyright {
  font-size: 0.22rem;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer {
  height: 1.2rem;
  background: #fff;
  box-shadow: 0px 3px 16px 0px rgba(49, 93, 192, 0.1);
  font-size: 0.24rem;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  color: #292929;
  width: 100%;
}
.footer div {
  border-right: 0.02rem solid #f6f6f6;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer div:last-of-type {
  border: none;
}
.footer div a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #292929;
}
.footer div a .iconfont {
  font-size: 0.5rem;
}
.navBar {
  width: 4rem;
  height: 100%;
  position: fixed;
  left: -4rem;
  top: 0;
  background: #ffffff;
  z-index: 1000;
  overflow: auto;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 16px 0px rgba(49, 93, 192, 0.1);
}
.navBar.show {
  left: 0;
}
.navBar.show .close {
  right: 2.8rem;
  opacity: 1;
}
.navBar .close {
  position: fixed;
  right: 0;
  top: 0.2rem;
  font-size: 0.6rem;
  color: #000;
  z-index: 10000;
  transition: all 0.2s ease-in;
  opacity: 0;
}
.navBar .nav {
  padding-top: 0.4rem;
}
.navBar li a {
  display: block;
  width: 100%;
  height: 1.12rem;
  line-height: 1.12rem;
  border-bottom: 1px solid #ededed;
  font-size: 0.36rem;
  padding-left: 0.58rem;
  box-sizing: border-box;
}
.navBar li .tit {
  display: block;
  color: #fff;
  font-size: 0.36rem;
  height: 1rem;
  line-height: 1rem;
}
.navBar li .sub li a {
  display: block;
  height: 0.62rem;
  line-height: 0.62rem;
}
.navBar li.on .sub {
  display: block;
}
.navBar .sub a {
  color: #BAB4AC;
  font-size: 0.32rem;
}
.container {
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.container .bar_menu {
  margin-bottom: 0.26rem;
  height: 0.86rem;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0.24rem;
  position: relative;
  z-index: 1000;
}
.container .bar_menu h3 {
  font-size: 0.34rem;
  color: #333;
  height: 0.86rem;
  line-height: 0.86rem;
}
.container .bar_menu h3 span {
  color: #606060;
  margin-left: 0.1rem;
}
.container .bar_menu ul {
  position: absolute;
  left: 0;
  top: 0.86rem;
  z-index: 100;
  background: #fff;
  width: 3.3rem;
  box-shadow: 0px 2px 7px 0px rgba(19, 15, 14, 0.06);
  display: none;
}
.container .bar_menu ul.on {
  display: block;
}
.container .bar_menu ul li {
  position: relative;
}
.container .bar_menu ul li .sub-menu {
  position: absolute;
  top: 0;
  left: 3.3rem;
  box-shadow: 0px 2px 7px 0px rgba(19, 15, 14, 0.06);
  background: #fff;
  width: 3rem;
  display: none;
}
.container .bar_menu ul li .sub-menu a:hover,
.container .bar_menu ul li .sub-menu a.on {
  color: #047f04;
}
.container .bar_menu ul li.on .icondagou,
.container .bar_menu ul li:hover .icondagou {
  display: block;
}
.container .bar_menu ul li.on .sub-menu,
.container .bar_menu ul li:hover .sub-menu {
  display: block;
}
.container .bar_menu ul li a {
  display: block;
  height: 0.95rem;
  line-height: 0.95rem;
  padding-left: 0.23rem;
  width: 100%;
  box-sizing: border-box;
  color: #383b43;
  font-size: 0.3rem;
  position: relative;
}
.container .bar_menu ul li a .icondagou {
  color: #047f04;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.26rem;
  display: none;
}
.container .main.page {
  line-height: 0.5rem;
  font-size: 0.28rem;
  padding: 0 0.24rem 0.5rem;
}
.container .main.page img {
  max-width: 100%;
}
.container .main.detail {
  font-size: 0.24rem;
  margin-top: 0.4rem;
  padding: 0 0.24rem 0.5rem;
  min-height: 6rem;
}
.container .main.detail .tit {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
}
.container .main.detail .related {
  text-align: center;
  color: #666;
  font-size: 0.24rem;
  line-height: 0.6rem;
}
.container .main.detail .text {
  line-height: 0.4rem;
  margin: 0.1rem 0;
}
.container .main.detail .text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.container .main.detail .text p {
  line-height: 0.4rem;
}
.container .main.detail .other li {
  line-height: 0.4rem;
}
.container .main.detail .other li:hover a {
  color: #038a03;
}
.paging {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.paging li.on a, .paging li.on span {
  background: #048404;
}
.paging li a, .paging li span {
  width: 0.82rem !important;
  height: 0.82rem;
  font-size: 0.3rem !important;
  margin: 0 0.05rem !important;
  display: block;
  text-align: center;
  line-height: 0.82rem;
  color: #fff;
  background: #d6d6d6;
}
.paging li a:hover {
  background: #048404;
}
.message {
  padding: 0 0.24rem;
  margin-top: 0.6rem;
}
.message li {
  margin-bottom: 0.4rem;
}
.message li span {
  color: #666;
  font-size: 0.32rem;
  display: block;
}
.message li span i {
  text-align: center;
}
.message li input,
.message li textarea {
  display: block;
  width: 100%;
  height: 0.88rem;
  border-radius: 0;
  line-height: 0.88rem;
  padding-left: 0.22rem;
  box-sizing: border-box;
  background: #f7f7f7;
  outline: none;
  border: none;
  margin-top: 0.2rem;
}
.message li textarea {
  height: 1.52rem;
}
.message .btn {
  margin-top: 0.3rem;
}
.message .btn button {
  width: 2.03rem;
  height: 0.65rem;
  background: #048404;
  border-radius: 0;
  color: #fff;
  border: none;
  outline: none;
  margin-right: 0.4rem;
}
.message .btn button:last-of-type {
  background: #acacac;
  color: #fff;
}
.ny-contact {
  margin-top: 0.38rem;
  margin-bottom: 0.6rem;
}
.ny-contact .top {
  background: url('/themes/wapsimpleboot3/public/assets/images/conta_03.png') left top / 1.21rem 7.53rem no-repeat;
  height: 7.53rem;
  margin: 0.35rem 0 0.38rem 0.22rem;
  padding: 0.38rem 0 0 0.48rem;
  box-sizing: border-box;
}
.ny-contact .top .info {
  width: 6.54rem;
  min-height: 6.43rem;
  background: #ffffff;
  box-shadow: 0px 2px 7px 0px rgba(19, 15, 14, 0.06);
  padding: 0.5rem 0.24rem 0.3rem;
  box-sizing: border-box;
}
.ny-contact .top .tit {
  font-size: 0.5rem;
  height: 0.8rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.ny-contact .top .tit::before,
.ny-contact .top .tit::after {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.04rem;
  background: #048404;
  position: absolute;
  bottom: 0;
}
.ny-contact .top .tit::before {
  left: 0;
}
.ny-contact .top .tit::after {
  left: 0.55rem;
}
.ny-contact .map {
  width: 100%;
  height: 4.45rem;
  margin-bottom: 0.5rem;
  padding: 0 0.24rem;
  box-sizing: border-box;
}
.ny-contact .map img {
  max-width: 100%;
  width: 100%;
}
.ny-contact p {
  line-height: 0.8rem;
  font-size: 0.3rem;
}
.ny-case .list {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.24rem;
}
.ny-case .list li {
  margin-bottom: 0.18rem;
}
.ny-case .list li a {
  display: block;
  background: #fff;
  padding: 0.14rem 0.12rem 0;
  height: 4.11rem;
  box-sizing: border-box;
  width: 3.41rem;
}
.ny-case .list li a .img {
  width: 3.17rem;
  height: 2.14rem;
}
.ny-case .list li a .img img {
  width: 100%;
  height: 100%;
}
.ny-case .list li a .info .tit {
  font-size: 0.34rem;
  line-height: 0.56rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny-case .list li a .info .dec {
  line-height: 0.4rem;
  height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
  font-size: 0.3rem;
}
.ny-case .list li a .info .btn {
  float: right;
  font-size: 0.42rem;
  color: #6B6B6B;
  margin-right: 0.1rem;
}
textarea::-webkit-input-placeholder {
  font-family: "Î¢ÈíÑÅºÚ";
}
<!--ºÄÊ±1759745215.4303Ãë-->