.bgt {
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  transition: 0.3s ease-in-out;
  -webkit-transform: 0.3s ease-in-out;
  background: #fff;
}

.header .hd-left .logo img {
  width: 3.58rem;
}

.header .hd-right .nav li {
  margin-right: 0.1rem;
  position: relative;
}

.header .hd-right .nav li .tit {
  color: #282828;
  text-transform: uppercase;
  position: relative;
  padding: 0 0.2rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease-in-out;
}

.header .hd-right .nav li .tit::before {
  content: "";
  position: absolute;
  height: 0.05rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  max-width: 0.62rem;
  background: #6ac03a;
  transition: width 0.3s ease-in-out;
}

.header .hd-right .nav li .dropdown {
  position: absolute;
  top: 100%;
  width: 2.6rem;
  left: 0;
  background: #6ac03a;
  display: none;
}

.header .hd-right .nav li .dropdown ul {
  border-radius: 0.05rem;
  overflow: hidden;
}

.header .hd-right .nav li .dropdown ul li {
  margin: 0;
}

.header .hd-right .nav li .dropdown ul li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 0.1rem 0.14rem;
}

.header .hd-right .nav li .dropdown ul li:hover {
  background: url("../img/bg_li.png") no-repeat left center;
  background-size: 100% 100%;
}

.header .hd-right .nav li.active .tit::before, .header .hd-right .nav li:hover .tit::before {
  width: 100%;
}

.header .hd-right .nav li:hover .tit {
  background: #6ac03a;
  color: #fff;
}

.header .hd-right .search {
  margin-left: 0.3rem;
}

.header .hd-right .search form {
  width: 1.9rem;
  height: 0.4rem;
  background: #eef6f8;
  border-radius: 0.2rem;
  padding: 0 0.16rem;
}

.header .hd-right .search form input {
  color: #333;
  width: 100%;
  background: none;
}

.header .hd-right .search form input::-webkit-input-placeholder {
  color: #777;
  font-size: inherit;
}

.header .hd-right .search form button {
  margin-left: 10px;
  background: transparent;
}

.header .hd-right .search form button i {
  color: #fff;
}

.header.fix {
  box-shadow: 0rem 0.05rem 0.1rem 0rem rgba(6, 0, 1, 0.05);
}

.search2 {
  display: none;
}

.banner img {
  width: 100%;
}

.banner .jt {
  width: 0.38rem;
  height: 0.38rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.banner .jt.swiper-button-prev {
  left: 0.6rem;
}

.banner .jt.swiper-button-next {
  right: 0.6rem;
}

.banner .jt:hover {
  background: rgba(106, 192, 58, 0.5);
}

.banner .jt:hover i {
  color: #fff;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.05rem;
  transition: 0.3s ease-in-out;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 0.25rem;
}

/* idx1 */
.sec-type {
  text-align: center;
  margin-bottom: 0.48rem;
}

.sec-type .tit {
  color: #164a33;
}

.sec-type .desc {
  max-width: 11.5rem;
  margin: 0.2rem auto 0 auto;
  color: #555;
}

a.vmore {
  padding: 0 0.3rem;
  height: 0.56rem;
  min-width: 2.32rem;
  background: #6ac03a;
  color: #fff;
  border-radius: 0.6rem;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}

a.vmore:hover {
  background-color: #164a33;
  color: #fff;
}

.prolist .item .item-pic {
  background: #fff;
}

.prolist .item .item-pic .fitImg {
  padding-top: 100%;
}

.prolist .item .item-tit {
  color: #164a33;
  margin: 0.16rem 0 0.15rem;
  font-weight: bold;
}

.prolist .item .item-desc {
  color: #555;
  line-height: 1.5;
}

.prolist .item:hover .item-tit {
  color: #6ac03a;
}

.idx1 .slides {
  position: relative;
  padding: 0 0.8rem 0.8rem 0.8rem;
  margin: 0 -0.8rem;
}

.idx1 .slides .jt {
  width: 0.54rem;
  height: 0.29rem;
  position: absolute;
  cursor: pointer;
  top: 30%;
  transform: translateY(-50%);
  border-radius: 0.3rem;
  background: #6ac03a;
  color: #fff;
  z-index: 21;
}

.idx1 .slides .jt.prev {
  left: -0.1rem !important;
}

.idx1 .slides .jt.next {
  right: -0.1rem;
}

.idx1 .slides .jt:hover {
  background: #164a33;
}

.idx2 .pic {
  position: relative;
}

.idx2 .pic .play {
  position: absolute;
  left: 0.4rem;
  bottom: 0.35rem;
  width: 3.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idx2 .pic .play img {
  width: 100%;
}

.idx2 .info .tit {
  color: #164a33;
  margin-bottom: 0.4rem;
}

.idx2 .info .desc {
  color: #164a33;
  line-height: 1.5;
}

.idx2 .info .content {
  color: #555;
  line-height: 1.5;
  margin: 0.48rem 0;
}

.idx2 .info .content p {
  margin: 0.1rem 0;
}

.idx3 {
  color: #fff;
}

.idx3 .sec-type .tit {
  color: #fff;
}

.idx3 .sec-type .desc {
  color: #ddd;
}

.idx3 .list {
  padding-top: 0.5rem;
}

.idx3 .list li {
  margin: 0.15rem 0;
  display: flex;
}

.idx3 .list li .item {
  flex: 1;
  overflow: hidden;
}

.idx3 .list li .item .icon {
  flex-shrink: 0;
  margin-right: 0.35rem;
}

.idx3 .list li .item .icon img {
  width: 0.56rem;
}

.idx3 .list li .item .info {
  max-width: 6.8rem;
}

.idx3 .list li .item .info .desc {
  color: #ddd;
  line-height: 1.5;
  margin-top: 0.15rem;
}

.project-list li .item .fitImg {
  padding-top: 66.75%;
}

.project-list li .item .item-tit {
  margin: 0.2rem 0 0.15rem;
  line-height: 1.35;
  height: 4.5em;
  color: #164a33;
}

.project-list li .item .item-time {
  color: #666;
}

.idx4 .more-link {
  margin-top: 0.65rem;
}

.idx5 .col1 {
  margin-top: 0.4rem;
  max-width: 6.89rem;
}

.idx5 .col1 .txt1 {
  color: #164a33;
}

.idx5 .col1 .txt2 {
  margin: 0.45rem 0 0.6rem;
  color: #164a33;
  line-height: 1.4;
}

.idx5 .col1 .customers .user {
  width: 2.37rem;
}

.idx5 .col1 .customers .num {
  margin: 0 0.15rem 0 0.26rem;
  color: #6ac03a;
}

.idx5 .col1 .customers .info {
  color: #164a33;
}

.idx5 .col2 .sec-type {
  margin: -0.15rem 0 0 0;
  text-align: left;
}

.idx5 .col2 .list {
  padding-bottom: 0.48rem;
}

.idx5 .col2 li .item {
  padding: 0.36rem 0;
  border-bottom: 1px solid #dde4ee;
}

.idx5 .col2 li .item .item-pic {
  width: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.19rem;
}

.idx5 .col2 li .item .item-info .tit {
  color: #164a33;
}

.idx5 .col2 li .item .item-info .time {
  margin-top: 0.16rem;
  color: #666;
}

.idx5 .col2 li .item:hover .item-info .tit {
  color: #6ac03a;
}

.subscribe {
  padding: 0.48rem 0;
  background: #6ac03a;
  color: #fff;
}

.subscribe .info {
  max-width: 6rem;
}

.subscribe .info .desc {
  line-height: 1.5;
  margin-top: 0.2rem;
}

.subscribe .form {
  height: 0.5rem;
  background: #fff;
  border-radius: 0.25rem;
  padding-left: 0.36rem;
}

.subscribe .form .int input {
  width: 100%;
  padding: 0 0.36rem 0 0;
}

.subscribe .form button {
  width: 2rem;
  height: 0.5rem;
  background: #164a33;
  color: #fff;
  flex-shrink: 0;
  border-radius: 0.25rem;
}

.subscribe .form button:hover {
  background: #245a43;
  transition: background 0.3s;
}

/* footer */
.footer {
  background: #164a33;
  color: #fff;
  padding: 0.7rem 0;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.88);
}

.footer .ft1 .info {
  max-width: 5.5rem;
}

.footer .ft1 .info .tit {
  color: #6ac03a;
}

.footer .ft1 .info .cont {
  margin: 0.32rem 0 0.75rem;
  color: #ddd;
  line-height: 1.85;
}

.footer .ft1 .info .share a {
  width: 0.47rem;
  height: 0.47rem;
  background: #171717;
  border-radius: 50%;
  margin-right: 0.12rem;
}

.footer .ft1 .info .share a img {
  width: 0.25rem;
  filter: invert(1);
}

.footer .ft1 .info .share a:hover {
  background: #fff;
  transition: background 0.3s;
}

.footer .ft1 .info .share a:hover img {
  filter: invert(0);
}

.footer .ft1 .nav-list > ul > li {
  margin-bottom: 0.65rem;
}

.footer .ft1 .nav-list > ul > li .tit {
  margin-bottom: 0.42rem;
}

.footer .ft1 .nav-list > ul > li .sub li {
  margin-bottom: 0.1rem;
}

.footer .ft1 .nav-list > ul > li .sub li a {
  color: #ddd;
}

.footer .ft1 .nav-list > ul > li .sub li:hover a {
  color: #fff;
  font-weight: bold;
}

.footer .ft1 .nav-list > ul > li .sub li:last-child {
  margin-bottom: 0;
}

/* inner-slide */
.inner-slide img {
  display: block;
}

.main {
  background: #fff url("../img/bg_main.jpg") no-repeat top center;
  background-size: 100%;
}

.main .sidebar {
  width: 3.6rem;
  flex-shrink: 0;
  margin-right: 0.8rem;
}

.main .sidebar .subcat {
  overflow: hidden;
}

.main .sidebar .subcat > ul > li {
  position: relative;
  border-bottom: 1px solid #a4a7a5;
}

.main .sidebar .subcat > ul > li > .tit,
.main .sidebar .subcat > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0;
}

.main .sidebar .subcat > ul > li > .tit a,
.main .sidebar .subcat > ul > li > a a {
  color: #333;
  font-weight: 500;
}

.main .sidebar .subcat > ul > li .fold {
  cursor: pointer;
  width: 0.22rem;
  height: 0.22rem;
  background: #d6d6d6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .sidebar .subcat > ul > li .fold i {
  font-size: 0.1rem;
  transform: scale(0.9);
  color: #333;
  transition: transform 0.3s;
}

.main .sidebar .subcat > ul > li .fold:hover {
  background: #164a33;
}

.main .sidebar .subcat > ul > li .fold:hover i {
  color: #fff;
}

.main .sidebar .subcat > ul > li:hover .tit a,
.main .sidebar .subcat > ul > li:hover > a, .main .sidebar .subcat > ul > li.active .tit a,
.main .sidebar .subcat > ul > li.active > a {
  color: #164a33;
  font-weight: bold;
}

.main .sidebar .subcat > ul > li .sub-menu {
  display: none;
  padding: 0 0 0.25rem 0;
}

.main .sidebar .subcat > ul > li .sub-menu li {
  border: 0;
}

.main .sidebar .subcat > ul > li .sub-menu li a {
  padding: 0.06rem 0;
  display: block;
}

.main .sidebar .subcat > ul > li .sub-menu li:hover a, .main .sidebar .subcat > ul > li .sub-menu li.active a {
  color: #164a33;
  font-weight: bold;
}

.main .sidebar .subcat > ul > li.has-sub.active .fold {
  background: #164a33;
}

.main .sidebar .subcat > ul > li.has-sub.active .fold i {
  color: #fff;
}

.main .sidebar .side2 {
  margin: 0.48rem 0 0.63rem;
}
.main .sidebar .side4{
	margin-top:.25rem;
}
.main .sidebar .side3 .txt1 {
  color: #164a33;
}

.main .sidebar .side3 .txt2 {
  margin: 0.2rem 0;
}

.main .sidebar .side3 .txt3 {
  line-height: 1.65;
  color: #555;
  margin-bottom: 0.23rem;
}

.main .sidebar .side3 .link a {
  min-width: 1.96rem;
  height: 0.47rem;
}

/* factory */
.g-type .tit {
  color: #164a33;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.subcat2 {
  margin-bottom: 0.4rem;
}

.subcat2 li {
  margin-right: 0.11rem;
}

.subcat2 li a {
  padding: 0.12rem 0.16rem;
  background: #6ac03a;
  min-width: 0.9rem;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 0.07rem;
  transition: background 0.3s;
}

.subcat2 li:hover a, .subcat2 li.active a {
  background: #164a33;
}

.factory .fact2 {
  color: #555;
  line-height: 1.625;
  margin: 0.2rem 0 0.25rem;
}

.factory .fact2 img {
  max-width: 100% !important;
  height: auto !important;
}

.factory .fact3 {
  margin-top: 0.65rem;
}

.factory .fact3 .fact-tit {
  color: #164a33;
  margin-bottom: 0.35rem;
}

.factory .fact3 .list li {
  margin-bottom: 0.3rem;
  color: #666;
  line-height: 1.65;
}

.factory .fact3 .list li h3 {
  color: #164a33;
  font-size: 0.22rem;
  margin-bottom: 0.1rem;
}

/* video */
.video-list li .item .item-pic {
  position: relative;
}

.video-list li .item .item-pic .fitImg {
  padding-top: 66.66%;
}

.video-list li .item .item-pic .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.video-list li .item .item-pic .play img {
  width: 0.6rem;
}

.video-list li .item .item-pic::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-list li .item .item-pic::after {
  content: "";
  width: 0;
  height: 0.06rem;
  background: #6ac03a;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.3s;
}

.video-list li .item .item-pic2::before {
  display: none;
}

.video-list li .item .item-tit {
  margin: 0.23rem 0;
  color: #164a33;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  height: 4.5em;
}

.video-list li .item .item-time {
  color: #666;
}

.video-list li .item:hover .item-pic::after {
  width: 100%;
}

.pages {
  padding: 0.8rem 0 0.5rem;
}

.pages li {
  margin-right: 0.1rem;
}

.pages li a {
  height: 0.36rem;
  width: 0.36rem;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #545454;
  transition: 0.3s ease-in-out;
}

.pages li:hover a, .pages li.active a {
  background: #6ac03a;
  border-color: #6ac03a;
  color: #fff;
}

/* news-list */
.news-list li .item {
  padding: 0.43rem 0;
  border-bottom: 1px solid rgba(22, 74, 51, 0.13);
}

.news-list li .item .item-pic {
  width: 3.6rem;
  flex-shrink: 0;
  margin-right: 0.35rem;
  position: relative;
  background: #a3a7a4;
}

.news-list li .item .item-pic .fitImg {
  padding-top: 66.66%;
}

.news-list li .item .item-pic::after {
  content: "";
  width: 0;
  height: 0.06rem;
  background: #6ac03a;
  position: absolute;
  transition: width 0.3s;
  bottom: 0;
  left: 0;
}

.news-list li .item .item-info .item-tit {
  color: #164a33;
  line-height: 1.3;
}

.news-list li .item .item-info .item-desc {
  margin: 0.2rem 0;
  color: #666;
  line-height: 1.625;
  -webkit-line-clamp: 3;
}

.news-list li .item .item-info .item-time {
  color: #666;
}

.news-list li .item:hover .item-pic::after {
  width: 100%;
}

.news-list li:first-child {
  padding-top: 0;
}

.crumbs {
  padding: 0.38rem 0;
  background: #164a33;
  color: #fff;
}

.crumbs a {
  color: #fff;
}

.crumbs a:hover {
  color: rgba(255, 255, 255, 0.88);
}

.crumbs .sxp a {
  display: flex;
  align-items: center;
}

.crumbs .sxp a img {
  width: 0.28rem;
}

.crumbs .sxp .back {
  margin: 0 0.1rem;
}

.crumbs .sxp .back img {
  width: 0.23rem;
}

.detail .contbox {
  max-width: 11.6rem;
  margin: 0 auto;
}

.detail .contbox .news-tit {
  color: #164a33;
  line-height: 1.25;
  font-weight: normal;
}

.detail .contbox .news-time {
  color: #666;
  padding: 0.36rem 0;
  border-bottom: 1px solid rgba(22, 74, 51, 0.13);
}

.detail .contbox .news-info {
  color: #555;
  line-height: 1.625;
  margin: 0.2rem 0 0.25rem;
  padding: 0.35rem 0;
}

.detail .contbox .news-info img,.detail .contbox .news-info video {
  max-width: 100% !important;
  height: auto !important;
}

/* contact */
.contact .cont1 {
  padding-bottom: 0.5rem;
  margin-bottom: 0.65rem;
  border-bottom: 1px solid rgba(22, 74, 51, 0.13);
}

.contact .cont1 .lxfs {
  line-height: 1.8;
  color: #555;
}

.contact .cont1 .lxfs strong {
  font-family: "Montserrat-Bold";
  color: #000;
}

.contact .cont2 .g-type {
  text-align: center;
  margin-bottom: 0.55rem;
}

.contact .cont2 .g-type .tit {
  margin-bottom: 0.2rem;
}

.contact .cont2 .g-type .desc {
  max-width: 6.4rem;
  margin: 0 auto;
  line-height: 1.5;
  color: #333;
}

.contact .cont2 .form {
  padding-bottom: 0.45rem;
}

.contact .cont2 .form li input,
.contact .cont2 .form li textarea{
  width: 100%;
  padding: 0 0.28rem;
  height: 0.7rem;
  background: #e6f5df;
}
.contact .cont2 .form li .sel{
	 width: 100%;
	 position:relative;
	 z-index:1;
	   background: #e6f5df;
}

.contact .cont2 .form li .sel::after {
    content: '';
    position: absolute;
    top: 50%;
    right: .15rem;
    display: block;
    border: .05rem solid transparent;
    border-top-color: #000;
    z-index: -1;
}
.contact .cont2 .form li select{
	 width: 100%;
	  padding: 0 0.28rem;
	  outline:0;
	  border:0;
	  height: 0.7rem;
	  background:none;
}
.contact .cont2 .form li input::-webkit-input-placeholder,
.contact .cont2 .form li textarea::-webkit-input-placeholder,.contact .cont2 .form li select::-webkit-input-placeholder{
  font-family: "Montserrat";
  font-weight: 400;
  color: #444;
}

.contact .cont2 .form li textarea {
  padding: 0.26rem 0.28rem;
  resize: none;
  min-height: 2.7rem;
}

.contact .cont2 .form .group-tit {
  margin: 0.55rem 0 0.15rem;
  padding: 0 0.15rem;
}

.contact .cont2 .form .check {
  margin: 0.24rem 0 0.54rem;
  color: #555;
}

.contact .cont2 .form .check .ck {
  margin-right: 0.12rem;
}

.contact .cont2 .form .check .ck input {
  zoom: 145%;
}

.contact .cont2 .form .submit button {
  background: #6ac03a;
  color: #fff;
  width: 2.5rem;
  height: 0.56rem;
  background: #6bc03a;
  border-radius: 0.06rem;
  transition: background 0.3s;
}

.contact .cont2 .form .submit button:hover {
  background: #164a33;
}

/* search */
.search-slide .contbox {
  max-width: 11.6rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 1.5rem 0 0.9rem;
}

.search-slide .contbox .search-tit {
  margin-bottom: 0.32rem;
}

.search-slide .form {
  height: 0.71rem;
  background: #fff;
  border-radius: 0.5rem;
  padding-left: 0.36rem;
}
.search-slide .form .int{
	height:100%
}
.search-slide .form .int input {
  width: 100%;
  height:100%;
  padding: 0 0.36rem 0 0;
}

.search-slide .form button {
  width: 2.14rem;
  height: 0.71rem;
  background: #6ac03a;
  color: #fff;
  flex-shrink: 0;
  border-radius: 0.5rem;
}

.search-slide .form button:hover {
  opacity: 0.88;
  transition: background 0.3s;
}

.search-box {
  max-width: 11.6rem;
  margin: 0 auto;
}

.search-box .subcat2 {
  margin-bottom: 0;
  padding: 0.48rem 0;
}

.search-box .subcat2 li a {
  padding: 0 0.16rem;
  min-width: 1.49rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-box .tablist .tabcont {
  display: none;
}

.search-box .tablist .tabcont:nth-child(1) {
  display: block;
}

.product .pages {
  padding-bottom: 0.3rem;
}

.prolist2 li {
  margin-bottom: 0.15rem;
}

.prolist2 li .item .item-pic {
  border: 1px solid #ddd;
}

/* productDetail */
.product-detail .probox1 {
  padding-bottom: 1.1rem;
}

.product-detail .pro1 .hasVideo .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.product-detail .pro1 .hasVideo .play img {
  width: 0.6rem;
}

.product-detail .pro1 .hasVideo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.3s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.product-detail .pro1 .slides .gallery-top .item {
  border: 1px solid #ddd;
  position: relative;
  z-index: 1;
}

.product-detail .pro1 .slides .gallery-top .item .fitImg {
  padding-top: 100%;
}

.product-detail .pro1 .slides .gallery-top .item .scale {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: 0;
  cursor: pointer;
  bottom: 0;
  z-index: 2;
  background: url("../img/fdj.png") no-repeat;
  background-size: 100% 100%;
}

.product-detail .pro1 .slides .gallery-top .item:hover::before {
  display: none;
}

.product-detail .pro1 .slides .thumbs {
  margin-top: 0.23rem;
  position: relative;
  padding: 0 0.85rem;
}

.product-detail .pro1 .slides .thumbs .jt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.38rem;
  height: 0.38rem;
  background: #fff;
  border-radius: 50%;
}

.product-detail .pro1 .slides .thumbs .jt.prev {
  left: 0;
}

.product-detail .pro1 .slides .thumbs .jt.next {
  right: 0;
}

.product-detail .pro1 .slides .thumbs .jt:hover i {
  color: #164a33;
}

.product-detail .pro1 .slides .thumbs .item {
  border: 1px solid #ddd;
  position: relative;
}

.product-detail .pro1 .slides .thumbs .item .fitImg {
  padding-top: 100%;
}

.product-detail .pro1 .slides .thumbs .hasVideo .item .play img {
  width: 0.36rem;
}

.product-detail .pro1 .slides .thumbs .swiper-slide.active .item {
  border-color: #164a33;
}

.product-detail .pro2 .content {
  line-height: 1.6;
  color: #222;
  padding-top:30px;
}

.product-detail .pro2 .content img {
  max-width: 100% !important;
  height: auto !important;
}

.product-detail .pro2 .content h3 {
  font-size: 0.22rem;
  margin-bottom: 0.12rem;
}

.product-detail .pro-info {
  max-width: 5.6rem;
  padding-left: 0.66rem;
  position: sticky;
  top: 1.3rem;
}

.product-detail .pro-info .pro-cat {
  color: #164a33;
}

.product-detail .pro-info .pro-tit {
  color: #164a33;
  margin: 0.28rem 0;
  font-weight: bold;
}

.product-detail .pro-info .pro-desc {
  line-height: 1.5;
  color: #222;
  margin-bottom: 0.56rem;
}

.product-detail .pro-info .pro-attr .attr-tit {
  color: #222;
  margin-bottom: 0.14rem;
}

.product-detail .pro-info .pro-attr .cont {
  line-height: 1.625;
}

.product-detail .pro-info .pro-attr .cont strong {
  font-family: "Montserrat-Bold";
}

.product-detail .pro-info .pro-attr .link {
  margin-top: 0.48rem;
}

.relative-product {
  background: #f2faf0;
}

.relative-product .prolist {
  padding-bottom: 0.4rem;
}

.laybox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2222;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.laybox .wrap {
  width: 100%;
  height: 100%;
}

.laybox .video {
  position: relative;
  width: 90%;
  max-width: 8rem;
  text-align: center;
}

.laybox .video video {
  width: 100%;
  object-fit: cover;
}

.laybox .close {
  position: absolute;
  right: -0.25rem;
  top: -0.25rem;
  width: 0.3rem;
  height: 0.3rem;
  background: #000;
  border-radius: 50%;
}

.laybox .close i {
  color: #fff;
}
