/*
 * base v2.1.8
 * bixingweb-ui for adaptive
 * Copyright 2021 bixingweb, Inc.
*/
body {
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-size: 16%;
  color: #343232;
  background-color: #fff;
  line-height: 1.6;
}
/* ============================================================================================================================
													超出省略
===============================================================================================================================*/
.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-1 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}

.ellipsis-2 {
  -webkit-line-clamp: 2;
}

.ellipsis-3 {
  -webkit-line-clamp: 3;
}

.ellipsis-4 {
  -webkit-line-clamp: 4;
}

.ellipsis-5 {
  -webkit-line-clamp: 5;
}

.ellipsis-6 {
  -webkit-line-clamp: 6;
}

.ellipsis-7 {
  -webkit-line-clamp: 7;
}

.ellipsis-8 {
  -webkit-line-clamp: 8;
}
.ellipsis-9{
  -webkit-line-clamp:9;
}

.ellipsis-10{
  -webkit-line-clamp:10;
}

@media (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3,
p,dd,dl{
  margin: 0;
  padding: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: none;
  -webkit-text-fill-color: #825e4c;
}
input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input {
  outline-color: invert;
  outline-style: none;
  outline-width: 0px;
  border: none;
  border-style: none;
  text-shadow: none;
  -webkit-appearance: none;
  -webkit-user-select: text;
  outline-color: transparent;
  box-shadow: none;
}
select:focus,
textarea:focus,
input:focus,
.form-control:focus,
.form-control,
button,
button:focus {
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  color: #825e4b;
  border: none;
  background-color: #fff;
  background-clip: padding-box;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 12px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
}
.more {
  display: block;
  -webkit-border-radius: 17.5px;
  -ms-border-radius: 17.5px;
  -o-border-radius: 17.5px;
  -moz-border-radius: 17.5px;
  border-radius: 17.5px;
  height: 35px;
  line-height: 35px;
  width: 126px;
  padding: 0 15px;
  text-align: center;
  background-color: #ffffff;
  color: #4cb033;
  overflow: hidden;
}
.more span {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}
.more img {
  margin: -2px 0 0 3px;
  transition: 0.3s;
}
.more:hover img {
  margin: -2px 0 0 7px;
}
.wow {
  position: relative;
}

.container {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}
a {
  color: #343232;
}
a:hover {
  color: #4cb033;
}
.nodata {
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.pagination > li.active span ,.pagination > li.active:hover span{
  background-color: #4cb033;
  color: #ffffff;
  border: 1px solid #4cb033;
}
.pagination{
  margin: 20px 0 0;
}
.pagination > li{
  padding: 0;
}

/*=======================================
  css3动画样式
========================================*/
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes topin {
  from {
    transform: translateY(-9.5em);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes topin {
  from {
    transform: translateY(-9.5em);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes topin {
  from {
    transform: translateY(-9.5em);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes topin {
  from {
    transform: translateY(-9.5em);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*=======================================
header
========================================*/
.header-box,.header{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height:100px;
  background-color: #fff;
  z-index: 9999;
  transition: all 0.3s;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.header_fixed {
  position: fixed!important;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.header{
  position: fixed;
}
.header .content_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.header-right{
  line-height: 100px;
  min-width: 50%;
  width: max-content;
  margin-left: auto;
  margin-right: 24px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header-right .tel{
    font-size: 30px;
    font-weight: bold;
    color: #4cb033;
}

.header-logo{
  height: 70px;
  width: auto;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: flex;
  align-items: center;
}
.header-logo img{
  height: 100px;
  width: auto;
}

@media (max-width:1080px){
  .header-right .tel{
    font-size: 25px;
 }
}


@media (max-width:992px) {
  .header-logo{
      height:60px;
  }
  .header .content_box{
    height: 60px;
  }
  .header-logo img{
    height: 60px;
    width: auto;
  }
  .header-box,.header{
      height:60px;
  }
  .header-right{
      width: auto;
      line-height:60px;
      margin: 0;
      min-width: auto;
  }
  .mnav-btn {
      color: white;
      cursor: pointer;
      width: 50px;
  }

  .mnav-btn a {
      display: block;
      overflow: hidden;
  }

  .mnav-btn span {
      float: left;
      width: 25px;
      height: 2px;
      background-color: #4cb033;
      margin-top: 6px;
      -ms-transform-origin: 7% 50%;
      -moz-transform-origin: 7% 50%;
      -webkit-transform-origin: 7% 50%;
      -o-transform-origin: 7% 50%;
      transition: all 0.3s;
      margin-left: 25px;
  }
  .header .mnav-btn .line1 {
      margin-top: 0;
  }
  .header .mnav-btn .on .line1 {
      transform: rotate(45deg);
  }
  .header .mnav-btn .on .line2 {
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      transform: rotate(0);
  }

  .header .mnav-btn .on .line3 {
      transform: rotate(-45deg);
  }
}
/* --移动端导航样式--*/
.mnav{
  width: 100%;
  padding: 0 3%;
  display: none;
  position: absolute;
  left: 0px;
  top:60px;
  z-index: 2;
  overflow-y: auto;
  background: #fff;
  border-top: 1px solid #dadada;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
.mnav>ul{
  width: 100%;
  overflow-y: auto;
  height:100vh;
  padding-bottom:100px;
}
.mnav .mnavli{
  line-height: normal;
  border-bottom: 1px solid #cecece;
  font-size: 15px;
  padding: 0 15px 0 20px;
  min-width: 100%;
  display: block;
  border-radius: 0;
  text-align: left;
  margin: 0;
  box-shadow: none;
  opacity: 0;
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  transform: translate(30px, 0);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
.mnav .mnavli.animate{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mnav .mnavlia{
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  width:80%;
  line-height: 48px;
  color: #383838;
  position: relative;
  box-sizing: border-box;
  text-transform: uppercase;
}
.mnav ._icon{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: none;
  margin-left: 8%;
}
.mnav ._icon::after{
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/show.png) no-repeat center;
  background-size: 17px auto;
}
.mnav ._icon.son::after{
  background: url(../images/hide.png) no-repeat center;
  background-size:17px auto;
}

.mnav .m_navsub{
  display: none;
  margin:0 0 20px;
}
.mnav .m_navsub li {
  background: url(../images/dian.png) no-repeat left center;
  background-size: 3px auto;
  font-size: 14px;
}
.mnav .m_navsub li a{
  line-height: 40px;
  padding-left:14px ;
}

/* --导航样式--*/
.nav>ul{   
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav ul .navli{
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  flex: 1;
  -webkit-flex: 1;
}
.nav ul .navlia{
  position: relative;
  color: #333;
  text-transform: uppercase;
  display: block;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  font-size: 16px;
  min-width: 100px;
  font-weight: 700;
}
.nav ul .navli:hover .navlia{
  color: #4cb033;
}
.nav ul .navlia::after{
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  background: #4cb033;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  opacity: 0;
}
.nav ul .navli:hover ::after{
  opacity: 1;
  width: 100%;
}

@media (max-width:1080px) {
    .nav ul .navli{
        min-width: 88px;
    }
}

/* --导航子栏目样式--*/
.navsub{
  display: none;
  min-width:100%;
  max-width: 300px;
  background: #fff;
  position: absolute;
  top: auto;
  left: 0px;
  height: auto;
  box-shadow: 0px 1px 30px 0px rgb(77 77 77 / 30%);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform;
  transition:transform;
  border-radius: 0;
  overflow: hidden;
}
.nav ul .navli:hover .navsub{
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  transition:transform .3s;
}
.nav ul .navsub ol{
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: all .2s;
  transition: all .2s;
  padding:10px 0;
}
.nav .navsub.active ol{
  opacity:1;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: all .2s .3s ease-in;
  transition: all .2s .3s ease-in;
}

.navsub a{
  height: 42px;
  line-height: 42px;
  display: block;
  padding: 0 20px;
  text-align: left;
  color: #333;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
  transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navsub a:hover {
  background-color:#4cb033;
  color: #fff;
}

/* --网站语言样式--*/
.lang_box{
  padding-top: 2px;
}
.lang_box i{
  font-size:22px;
}
/* 搜索 */
.header_search,
.header_search span {
  line-height:100px;
  display: block;
  color: #333;
  cursor: pointer;
  font-size:22px;
}
.header_search{
  /* margin-left:30px; */
}
.header_search .search {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  height:100px;
  width: 100%;
  background-color: #ffffff;
}

.header_search i {
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  line-height:100px;
  cursor: pointer;
  font-size: 28px;
  color: #1e1e1e;
  z-index: 5;
  margin-right: 10%;
  margin-top: 0;
}

.header_search .search ul {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  height: 70px;
  width: 90%;
  max-width:7rem;
  z-index: 2;
}

.header_search .search ul form {
  position: relative;
  height: 50px;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid #1e1e1e;
}

.header_search .search ul input[type="text"] {
  border: none;
  width: 100%;
  display: block;
  border: none;
  height:50px;
  text-align: left;
  color: #666;
  font-size: 14px;
  background: none;
  line-height: 60px;
  padding: 0 85px 0 0.2rem;
  background: #fff;
}

.header_search .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  z-index: 2;
  width: 85px;
  height: 50px;
  line-height: 60px;
  cursor: pointer;
  border: none;
  outline: none;
  color: #1e1e1e;
  background: #ffffff;
  font-size: 24px;
}

/*======================================= 手机底导航 ===============================*/
.footer-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8888;
  background-color: #4cb033;
  height: 45px;
  display: block;
}
.footer-nav ul {
  position: relative;
  display: block;
}
.footer-nav ul li {
  float: left;
  width: 20%;
  height: 45px;
  text-align: center;
  overflow: hidden;
}

.footer-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-nav ul li span {
  position: relative;
  display: block;
  text-align: center;
  width: 20px;
  height: 20px;
  margin: 5px auto;
  overflow: hidden;
}
.footer-nav ul li:nth-child(3) span {
  position: absolute;
  top: -1.5em;
  width: 5.8em;
  height: 5.8em;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.footer-nav ul li:nth-child(3) p {
  display: none;
}
.footer-nav ul li span img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.footer-nav ul li p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 11px;
}
.footer-nav ul li:nth-child(3) span img {
  position: relative;
  width: 100%;
  height: auto;
}

/*=======================================
banner_box
========================================*/
.banner_box {
  position: relative;
}
.banner_box,
.banner_box .banner_container,
.banner_box a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.banner_box .swiper-slide {
  position: relative;
}
.banner_box .swiper-slide a {
  position: relative;
  z-index: 1;
}
.banner_box .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.07rem;
  z-index: 2;
  background-color: #4cb033;
}
.banner_box .swiper-slide-active::before {
  width: 100%;
  transition: width 8s;
  -webkit-transition: width 8s; /* Safari */
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}

.banner_box img {
  width: 100%;
}
.banner_box .banner_prev,
.banner_box .banner_next {
  position: absolute;
  width: 0.75rem;
  height: 1.4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}

.banner_box .swiper-pagination-bullet {
  width: 0.09rem;
  height: 0.09rem;
  position: relative;
  background: #ffffff;
  margin: 0.1rem !important;
  opacity: 1;
}
.banner_box .swiper-pagination-bullet-active {
  background: #4cb033;
  width: 0.3rem;
  -webkit-border-radius: 0.045rem;
  -ms-border-radius: 0.045rem;
  -o-border-radius: 0.045rem;
  -moz-border-radius: 0.045rem;
  border-radius: 0.045rem;
  transition: width 0.5s;
  -webkit-transition: width 0.5s; /* Safari */
}

.banner_box .banner_prev,
.banner_box .banner_next {
  position: absolute;
  width: 0.46rem;
  height: 0.85rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.banner_box .banner_next {
  left: 0;
  background: url(../images/b-left.png) no-repeat center;
  background-size: cover;
}
.banner_box .banner_prev {
  right: 0;
  background: url(../images/b-right.png) no-repeat center;
  background-size: cover;
}
.banner_box .banner_prev:focus,
.banner_box .banner_next:focus {
  outline: none;
}

@media (max-width: 768px) {
  .banner_box .banner_prev,
  .banner_box .banner_next {
    position: absolute;
    width: 35px;
    height: 65px;
  }
}

/*=======================================
  内页abnner样式
========================================*/
.page-banner {
  overflow: hidden;
  position: relative;
}
.page-banner img {
  width: 100%;
}
.page-banner .page-banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.page-banner .page-banner-title h1{
  font-size: 0.6rem;
  color: #fff;
  margin: 0;
  position: relative;
  padding-bottom:0.2rem;
}
.page-banner .page-banner-title h3 {
  font-size: 0.3rem;
  color: #fff;
  margin: 0;
  position: relative;
  padding-bottom: 15px;
}
.page-banner .page-banner-title h3::after {
  content: "";
  width: 0.9rem;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  animation: myfirst 4s;
  -webkit-animation: myfirst 4s;
  -moz-animation: myfirst 4s;
  -webkit-animation: myfirst 4s;
  -o-animation: myfirst 4s;
}
@keyframes myfirst {
  0% {
    width: 0;
  }
  50% {
    width: 0.5rem;
  }
  100% {
    width: 0.9rem;
  }
}
@-webkit-keyframes myfirst {
  0% {
    width: 0;
  }
  50% {
    width: 0.5rem;
  }
  100% {
    width: 0.9rem;
  }
}
@-moz-keyframes myfirst {
  0% {
    width: 0;
  }
  50% {
    width: 0.5rem;
  }
  100% {
    width: 0.9rem;
  }
}
@-o-keyframes myfirst {
  0% {
    width: 0;
  }
  50% {
    width: 0.5rem;
  }
  100% {
    width: 0.9rem;
  }
}
.page-banner .page-banner-title p {
  font-size: 0.18rem;
  color: #fff;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 50%;
  margin: auto;
  text-align: center;
  margin-top: 0.2rem;
}

/*=========================================================================================================
  首页
===========================================================================================================*/

.guide_titles{
 width: 100%;
 text-align: center;
}
.guide_titles h1{
  font-size: 30px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bolder;
}
.guide_titles h1::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: url(../images/h-l.png) center center no-repeat;
  background-size: 100% 100%;
}
.guide_titles h1::after{
  content: "";
  position: absolute;
  width: 22px;
  height: 14px;
  right: 0;
  top: 50%;
  margin-top: -5px;
  background: url(../images/h-r.png) center center no-repeat;
  background-size: 100% 100%;
}

@media (max-width:992px) {
  .guide_titles h1{
    font-size:24px;
    padding: 0 30px;
  }
  .guide_titles h1::before , .guide_titles h1::after{
    width:18px;
    height:12px;
  }
}

/*=======================================
  more
========================================*/
.guide_more {
  width: 100%;
  margin: 0.1rem auto 0;
}
.guide_more .smore {
  margin: 0 auto;
}
.smore {
  display: block;
  position: relative;
  margin: 0.3rem 0 0;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #4cb033;
  color: #4cb033;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  z-index: 1;
  overflow: hidden;
}
.smore:hover {
  border: 1px solid #4cb033;
  color: #ffffff;
}
.smore::after {
  content: "";
  position: absolute;
  top: 0;
  left:-2px;
  width: 0;
  background: #4cb033;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  z-index: -1;
}
.smore:hover::after {
  width: 100%;
  left: 0;
}
@media (max-width: 1440px) {
  .smore {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media (max-width:992px) {
  .smore {
    width:120px;
    height:35px;
    line-height:35px;
    font-size:14px;
  }
}
.ssmore{
  width:120px;
  height:38px;
  line-height:38px;
  font-size:16px;
}
@media (max-width: 1440px) {
  .ssmore {
    width:115px;
    height:36px;
    line-height:36px;
    font-size:14px;
  }
}
@media (max-width:992px) {
  .ssmore {
    width:90px;
    height:32px;
    line-height:32px;
    font-size:12px;
  }
}


/*=======================================
  guide_pro
========================================*/
.guide_pro {
  overflow: hidden;
  width: 100%;
  padding: 0.5rem 0;
  background-color: #f5f5f5;
}
.guide_pro .guide_title {
  width: 100%;
}
.guide_pro .guide_title h1,
.guide_pro .guide_title .hd {
  display: inline-block;
  vertical-align: middle;
}
.guide_pro .guide_title h1 {
  font-weight: bolder;
  font-size: 35px;
  margin-right: 1%;
  line-height: 1;
}
.guide_pro .guide_title .hd {
  font-size: 20px;
}
.guide_pro .guide_title .hd li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.05rem;
  padding: 0.03rem 0.2rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.guide_pro .guide_title .hd li::after {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: #4cb033;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.guide_pro .guide_title .hd li span {
  position: relative;
  z-index: 2;
}
.guide_pro .guide_title .hd .on,
.guide_pro .guide_title .hd li:hover {
  color: #ffffff;
}
.guide_pro .guide_title .hd .on::after,
.guide_pro .guide_title .hd li:hover::after {
  width: 100%;
}
.guide_pro .main,
.pro_container {
  width: 100%;
}
.pro_container > div {
  float: left;
  width: 101%;
  margin-left: -0.5%;
}
.pro_container > .pro_hot {
  position: relative;
  width: 100%;
  margin: auto;
}
.pro_hot li {
  position: relative;
  float: left;
  width:50%;
  margin: 0.25rem 0 0;
  background-color: #ffffff;
  padding: 0.3rem;
  z-index: 1;
  overflow: hidden;
}
.pro_hot li dd,
.pro_hot li dl {
  float: left;
  width: 50%;
}

.pro_hot li dd .txt{
    padding: 0.4rem;
}

.pro_hot li dl a{
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.pro_hot li dl a img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pro_hot li h3 {
  font-size: 30px;
  color: #4cb033;
  margin: 0.3rem 0;
  font-weight: bolder;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro_hot li h4 {
  font-size: 20px;
  font-weight: bolder;
  margin: 0 0 0.25rem;
  color: #2e2e2e;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro_hot li p {
  color: #2e2e2e;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro_hot li::after {
  position: absolute;
  top: -6rem;
  left: -6rem;
  width: 4rem;
  height: 4rem;
  content: "";
  background: #e5eef5;
  z-index: -1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.pro_hot li dl img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.pro_hot li:hover::after {
  top: -2rem;
  left: -2rem;
}
.pro_hot li:hover {
  box-shadow: 0 0px 0.08rem rgba(0, 0, 0, 0.15);
}
.pro_hot li:hover dl img {
  transform: scale(1.05);
}
@media (max-width: 1440px) {
  .pro_hot li h3 {
    font-size: 24px;
  }
  .pro_hot li h4 {
    font-size: 16px;
  }
  .pro_hot li p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .guide_pro .guide_title h1 {
    font-size: 24px;
  }
  .guide_pro .guide_title .hd {
    width: 100%;
    overflow: hidden;
  }
  .guide_pro .guide_title .hd ul {
    margin-top: 0.2rem;
    display: -webkit-box;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: -o-flexbox;
    display: -ms-flexbox;
  }
  .guide_pro .guide_title .hd li {
    margin: 0.1rem 0.2rem 0.1rem 0;
    font-size: 14px;
    display: block;
  }
  .pro_container {
    overflow: hidden;
  }
  .pro_container .pro_hot {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .pro_hot .swiper-pagination {
    bottom: -5px;
  }
  .pro_container .pro_hot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    position: relative;
    background: #dddddd;
    margin: 1px 5px !important;
    opacity: 1;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .pro_container .pro_hot .swiper-pagination-bullet-active {
    background: #4cb033;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
  }
  .pro_hot li,
  .pro_hot li dd,
  .pro_hot li dl {
    width: 100%;
  }
  .pro_hot li {
    margin: 5px auto 0;
  }
  .pro_hot li h3 {
    font-size: 20px;
    text-align: center;
  }
  .pro_hot li h4 {
    font-size: 14px;
    text-align: center;
  }
  .pro_hot li p {
    font-size: 14px;
  }
  .pro_hot li .smore {
    margin: 10px auto;
  }
}
.guide_pro .pro_main {
  overflow: hidden;
  margin: 0.15rem 0;
}
.guide_pro .pro_main li {
  position: relative;
  float: left;
  width: 24%;
  margin-right: 1%;
  background-color: #ffffff;
}
.guide_pro .pro_main li .pic a{
  display: block;
  width: 100%;
  padding-bottom: 75%;
  background: #fff;
  position: relative;
}
.guide_pro .pro_main li .pic a img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.guide_pro .pro_main li .box {
  position: absolute;
  padding: 0 15px;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(76, 176, 51, 0.5);
  height: 45px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_pro .pro_main li .box a .none {
  display: none;
}
.guide_pro .pro_main li .box a {
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #ffffff;
}
.guide_pro .pro_main li .box h3 {
  font-size: 20px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guide_pro .pro_main li .box p {
  margin: 0.15rem 0;
  font-size: 16px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 24px;
  height: 24px;
}
.guide_pro .pro_main li .box .smore {
  color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 auto;
}
.guide_pro .pro_main li .box .smore:hover {
  border: 1px solid #4cb033;
}
.guide_pro .pro_main li:hover .box {
  height: 100%;
}
.guide_pro .pro_main li:hover .box .none {
  display: block;
}
@media (max-width: 992px) {
  .guide_pro .pro_main {
    margin-left: -1%;
  }
  .guide_pro .pro_main li {
    width: 48%;
    margin: 1%;
  }
  .guide_pro .pro_main li .box h3 {
    font-size: 16px;
  }
}

/*=======================================
  guide_adv
========================================*/
.guide_adv {
  position: relative;
  width: 100%;
  padding:1rem 0;
}
.guide_adv .bd{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.guide_adv .bd li{
  width: 100%;
  height: 100%;
}
.guide_adv .container {
  font-size: 0px;
  position: relative;
  z-index: 2;
}
.guide_adv .container > div {
  display: inline-block;
  vertical-align: middle;
}
.guide_adv .container .left {
  width: 35%;
}
.guide_adv .container .right {
  width: 60%;
  padding-left: 1.5%;
  margin-left: 5%;
  box-sizing: border-box;
}
.guide_adv .guide_title a{
    color: #000;
    font-weight: 700;
}
.guide_adv .guide_title .smore {
  color: #000;
}
.guide_adv .guide_title h1 {
  font-size: 40px;
  padding-bottom: 0.25rem;
  position: relative;
}
.guide_adv .guide_title h1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0.7rem;
  height: 2px;
  background-color: #000;
}
.guide_adv .guide_title p {
  font-size: 20px;
  margin: 0.25rem 0;
  line-height: 1.7;
}
.guide_adv .guide_title .smore {
  border: 1px solid #000;
}
.guide_adv .guide_title .smore:hover {
    color: #fff;
  border: 1px solid #4cb033;
}
.guide_adv .container .right li {
  position: relative;
  float:left;
  width: 48%;
  margin:1% 0 1% 2%;
  background-color: #ffffff;
  overflow: hidden;
  padding: 0.25rem;
  opacity: 0.75;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_adv .container .right li dl {
  position: absolute;
  z-index: 1;
  top: 0.2rem;
  right: 0.25rem;
  height: 0.45rem;
}
.guide_adv .container .right li dl img {
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_adv .container .right li dd {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 0.3rem;
}
.guide_adv .container .right li dd h3 {
  font-size: 24px;
  color: #2e2e2e;
  font-weight: bolder;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guide_adv .container .right li dd p {
  width: 100%;
  margin: 0.15rem 0;
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
  background-color: #4cb033;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guide_adv .container .right li dd p:nth-child(2n-1) {
  background-color: #005ca1;
}
.guide_adv .container .right li:hover , .guide_adv .container .right .on{
  opacity: 1;
}
.guide_adv .container .right li:hover dl img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media (max-width: 1440px) {
  .guide_adv .container .right li dd h3 {
    font-size: 20px;
  }
  .guide_adv .container .right li dd p {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .guide_adv .guide_title h1 {
    font-size: 24px;
  }
  .guide_adv .guide_title p {
    font-size: 14px;
  }
  .guide_adv .container>div{
    width: 100%!important;
    padding: 0!important;
  }
  .guide_adv .container .left{
    text-align: center;
  }
  .guide_adv .guide_title h1::after{
    right: 0;
    margin: auto;
  }
  .guide_adv .guide_title p{
    font-size: 12px;
  }
  .guide_adv .guide_title .smore{
    margin: 0.1rem auto 0.2rem;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .guide_adv .container .right{
    margin: 0;
  }
  .guide_adv .container .right li{
    width:48%;
    margin:1% ;
  }
  .guide_adv .container .right li dd{
    padding-top: 0.5rem;
  }
  .guide_adv .container .right li dd h3{
    font-size: 18px;
  }
  .guide_adv .bd li{
    background-attachment:initial!important;
  }
}

@media (max-width:640px) {

}


/*=======================================
  guide_about
========================================*/
.guide_about{
  overflow: hidden;
  padding: 0.5rem 0;
  background: #f4f4f4;
}
.guide_about .about_main{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.2rem;
}
.guide_about .txt{
  margin-right: 4%;
  width: 48%;
}
.guide_about .txt h4{
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
.guide_about .txt .txt_main{
  margin-top: 0.2rem;
}
.guide_about .pic{
  width:48%;
}
.guide_about .pic img{
  width: 100%;
}
.guide_about .txt p{
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.guide_about .txt .smore{
  margin: 0;
  margin-top: 0.3rem;
}
@media (max-width:1200px) {
  .guide_about .txt p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
  }
}
@media (max-width: 992px) {
  .guide_about .txt{
    width: 100%;
    margin-right: 0;
  }
  .guide_about .pic{
    width: 100%;
    margin-top: 0.2rem;
  }
  .guide_about .txt h4{
    font-size: 20px;
  }
}

/*--数字滚动--*/
.guide_about .number-box {
  overflow: hidden;
  width: 100%;
}
.guide_about .number-box li {
  float: left;
  width: 25%;
  padding: 0.3rem 0 ;
  font-size: 0.14rem;
}
.guide_about .number-box li>div{
  width:1.3rem;
  height:1.3rem;
  background: url(../images/more_bg45.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  margin: auto;
}

.guide_about .number-box li > div h3,
.guide_about .number-box li > div span {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  color: #ffffff;
  line-height: 1.3rem;
}
.guide_about .number-box li > div span {
  line-height:1.1rem;
}
.guide_about .number-box li > div h3 {
  font-size: 0.3rem;
  font-weight: bold;
}
.guide_about .number-box li p {
  color: #666666;
  font-size: 0.16rem;
  text-align: center;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 0.4rem;
}
@media  (max-width:1200px) {
  .guide_about .number-box li>div{
    width:1.1rem;
    height:1.1rem;
  }
  .guide_about .number-box li > div h3,
  .guide_about .number-box li > div span {
    line-height:1.1rem;
  }
  .guide_about .number-box li > div h3 {
    font-size: 0.24rem;
  }
  .guide_about .number-box li > div span{
    font-size: 0.14rem;
    line-height:0.9rem;
  }
}
@media  (max-width:640px) {
  .guide_about .number-box li>div{
    width:1.5rem;
    height:1.5rem;
  }
  .guide_about .number-box li > div h3,
  .guide_about .number-box li > div span {
    line-height:1.5rem;
  }
  .guide_about .number-box li > div h3 {
    font-size:0.4rem;
  }
  .guide_about .number-box li > div span{
    font-size:0.12rem;
    line-height:1.2rem;
  }
}




/*=======================================
  guide_made
========================================*/
.guide_made{
  overflow: hidden;
  padding: 0;
}
.guide_made .made_main{
  margin-top: 0.2rem;
}
.guide_made .made_main li{
  float: left;
  width: 50%;
  height:235px;
  background-color: #f5f5f5;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_made .made_main li dd ,.guide_made .made_main li dl{
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
.guide_made .made_main li dd {
  position: relative;
}
.guide_made .made_main li dd img{
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_made .made_main li:nth-child(3) dd ,.guide_made .made_main li:nth-child(4) dd{
  float: right;
}
.guide_made .made_main li dl{
  padding: 0.35rem;
  box-sizing: border-box;
}

.guide_made .made_main li dl h3{
  font-size: 0.3rem;
  font-weight: bolder;
  color: #2e2e2e;
}
.guide_made .made_main li dl p{
  font-size: 0.24rem;
  line-height: 2;
  color: #2e2e2e;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guide_made .made_main li dl .smore{
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
  float: right;
}
.guide_made .made_main li:hover {
  background-color: #4cb033;
}
.guide_made .made_main li:hover dl h3 ,.guide_made .made_main li:hover dl p{
  color:#ffffff;
}
.guide_made .made_main li:hover dl .smore{
  border: 1px solid #ffffff;
  color: #ffffff;
}
.guide_made .made_main li:hover dd img {
  transform: scale(1.05);
}
@media  (max-width:992px) {
  .guide_made .made_main li{
    width:100%;
  }
  .guide_made .made_main li:nth-child(2) dd ,.guide_made .made_main li:nth-child(4) dd{
    float: right;
  }
  .guide_made .made_main li:nth-child(3) dd {
    float: left;
  }
}
@media  (max-width:480px) {
  .guide_made .made_main li{
    height:125px;
  }
}

/* ============================================================================================================================
  应用案例
===============================================================================================================================*/
.guide_case {
  padding: 0.5rem 0;
  width: 100%;
  overflow: hidden;
}
.guide_case .main {
  overflow: hidden;
  width: 100%;
  margin:0.2rem 0 0.1rem;
  height:6.1rem!important;
}
.guide_case .main li {
  float: left;
  width: 25%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  cursor: pointer;
}
.guide_case .main li .item {
  position: relative;
  overflow: hidden;
  height:6.1rem;
}
.guide_case .main li dl {
  position: absolute;
  display: block;
  width: 100%;
  height:6.1rem;
  z-index: 2;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_case .main li .img_ar img {
  height:6.1rem;
  object-fit: cover;
}
.guide_case .main li dl .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  color: #ffffff;
}
.guide_case .main li dl .txt h3,
.guide_case .main li dl .txt p {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.guide_case .main li dl .txt h3 {
  position: relative;
  font-size: 0.5rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  letter-spacing: 0.05rem;
}
.guide_case .main li dl .txt h3::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.4rem;
  height: 2px;
  background-color: #ffffff;
}
.guide_case .main li dl .txt p {
  font-size: 0.23rem;
}

.guide_case .main .cur dl {
  opacity: 1;
}
/*--弹出层--*/
.guide_case .main li dd {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
  left: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}

.guide_case .main dd a {
  position: relative;
  z-index: 2;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0.5rem;
}
.guide_case .main dd a p {
  font-size: 16px;
  height: 60px;
  line-height: 30px;
  margin: 0.2rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.guide_case .main .cur dd {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.guide_case .main .cur dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #4cb033;
  opacity: 0.65;
  *filter: alpha(opacity=65);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.guide_case .main .smore{
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: auto;
}


@media (max-width: 992px) {
  /*--手机端--*/
  .guide_case {
    padding: 0.5rem 0;
  }
  .guide_case .m-container,
  .guide_case .m-container .m_case_main {
    overflow: hidden;
  }
  .guide_case .m-container .m_case_main {
    position: relative;
    margin-top: 0.2rem;
    padding-bottom: 0.4rem;
  }
  .guide_case .m-container .m_case_main .swiper-pagination {
    bottom: -0.07rem;
  }

  .guide_case .m-container .m_case_main .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    position: relative;
    background: #dddddd;
    margin: 1px 5px !important;
    opacity: 1;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .guide_case .m-container .m_case_main .swiper-pagination-bullet-active {
    background: #4cb033;
    transition: width 0.5s;
    -webkit-transition: width 0.5s; /* Safari */
  }
  .guide_case .m-container .m_case_main .pic {
    position: relative;
    padding-top:98%;
    z-index: 1;
  }
  .guide_case .m-container .m_case_main .pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
  }
  .guide_case .m_case_main li a {
    overflow: hidden;
    position: relative;
    display: block;
  }
  .guide_case .m_case_main li dl {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .guide_case .m_case_main li dl .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    z-index: 2;
    text-align: center;
    color: #ffffff;
  }
  .guide_case .m_case_main li dl .txt p{font-size: 0.28rem;}
  .guide_case .m_case_main li dl::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.45;
    *filter: alpha(opacity=45);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
    z-index: 1;
  }
  .guide_case .m_case_main li dl .txt h3 {
    position: relative;
    font-size: 0.6rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    letter-spacing: 0.05rem;
  }
  .guide_case .m_case_main li dl .txt h3::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0.4rem;
    height: 2px;
    background-color: #ffffff;
  }
  .guide_case .m_case_main li dl dl .txt p {
    font-size: 0.23rem;
  }
}

/* ============================================================================================================================
  新闻资讯
===============================================================================================================================*/
.guide_news {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
}
.guide_news .guide_news_main {
  overflow: hidden;
  width: 50%;
  padding: 0.5rem 30px;
  margin: 0 auto;
}
.guide_news .pic{
  width: 50%;
}
.guide_news .pic img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.guide_news .guide_titles{
  text-align: left;
}
.guide_news_item{
  margin-top: 0.2rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.guide_news_item li {
  width: calc((100% - 15px) / 2);
  margin-right: 15px;
  margin-bottom: 15px;
  background: #fff;
}
.guide_news_item li:nth-child(2n){
  margin-right: 0;
}
.guide_news_item li a{
  display: block;
  padding: 20px;
}
.guide_news_item li h4{
  font-size: 18px;
  color: #333;
  margin: 0;
}
.guide_news_item li  p{
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-top: 10px;
}
.guide_news_item li span{
  font-size: 12px;
  color: #999;
  display: none;
  margin-top: 15px;
}

@media (max-width: 992px) {
  .guide_news .pic{
    width: 100%;
  }
  .guide_news .pic img{
    height: auto;
    width: 100%;
    object-fit: initial;
  }
  .guide_news .guide_news_main{
    width: 100%;
  }
  .guide_news_item li span{
    display: block;
  }
}

@media (max-width: 768px) {
  .guide_news_item li{
    width: 100%;
    margin-right: 0;
  }
}
/* ============================================================================================================================
												产品详情样式
===============================================================================================================================*/
.move-view {
  border: 1px solid;
  background: rgba(240, 240, 240, 0.1);
}
.product_detail{
  overflow: hidden;
}
.product_detail ._info{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-bottom: 20px;
}
.product_detail ._info  .magnifier{
  width: 50%;
}
.product_detail ._info ._text{
  overflow: hidden;
}
.product_detail ._info h2{
  white-space: normal;
  text-align: left;
  font-size: 30px;
  line-height: 42px;
  color: #333;
}

.product_detail ._con{
  display: inline-block;
  vertical-align: middle;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  flex: 1;
  white-space: normal;
  padding: 12px 0;
}

.product_detail ._text p{
  font-size: 16px;
  line-height: 24px;
}

.product_detail ._text ul{
  margin: 12px 0;
  padding:8px 12px;
  background-color: #f5f5f5;
  color: #999;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_detail ._text ul li {
  width: 50%;
  white-space: pre-wrap;
  word-break: break-all;
  line-height: 28px;
}
.product_detail ._text ul li em {
  font-size: 16px;
  line-height: 24px;
}
.product_detail ._text ul li i{
  line-height: 24px;
  font-size: 16px;
}


/* ==手机轮播样式==*/
.mproduct{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mproduct img{
  width: 100%;
}
.mproduct .product_btn{
  overflow: hidden;
  margin:12px 0;
}
.mproduct .product_btn li{
  border: 2px solid #F5F5F5;
}
.mproduct .product_btn li.swiper-slide-thumb-active{
  border-color:#4cb033;
}
/* ==詳情样式==*/
.product_detail_main{
  border-top: 6px solid #999;
}
.product_detail ._content{
  width: 100%;
  overflow: hidden;
}
.product_detail ._content .title h2{
  margin-bottom: 0;
  padding: 20px 0;
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}
.product_detail ._content .title h2::before{
  display: none;
}
.product_detail ._content ._content_main{
  padding: 40px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* ==产品推荐样式==*/
.recommend-box{
  padding: 60px 0;
  background: url('../images/detail_product_recommon.jpg') no-repeat center;
}

.recommend-box .title h2{
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.pro_list ul li{
  padding: 10px;
  background: #fff;
}
.pro_list ul li a{
  display: block;
}
.pro_list ul li a dt{
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}
.pro_list ul li a dt img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.pro_list ul li a h4{
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  text-align: center;
  background: #333f47;
  margin-top: 10px;
  color: #fff;
  transition: all 0.5s ease;
}
.pro_list ul li:hover a h4{
  background: #4cb033;
}
.pro_list .pro_listnext,.pro_list .pro_listprev{
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #4cb033;
  color: #fff;
}
.pro_list .pro_listnext i,.pro_list .pro_listprev i{
  font-size: 20px;
}
.recommend-box .title h2::before{
  display: none;
}
.article_detail_main_pagenation{
  padding: 30px 0 0;
  margin-bottom: -10px;
}
.pagenation{
  padding: 30px 0;
  margin-bottom: -10px;
}
.article_detail_main_pagenation a p{
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
}
.pagenation a p{
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
}
.magnifier-btn span{
  background: #4cb033!important;
}
.magnifier-line ul > .active .small-img{
  border-color: #4cb033!important;
}
@media (max-width:768px) {
  .pagenation{
    padding: 20px 0;
  }
  .recommend-box .title h2{
    font-size: 22px;
    margin-bottom: 0;
  }
  .product_detail ._content .title h2{
    padding: 15px 0;
  }
  .product_detail ._content ._content_main{
    padding: 30px 0;
  }
  .pro_list .pro_listnext,.pro_list .pro_listprev{
      width: 50px;
      height: 50px;
      line-height: 50px;
  }
  .pro_list .pro_listnext i,.pro_list .pro_listprev i{
      font-size: 16px;
  }
  .recommend-box{
      padding: 30px 0;
  }
  .recommend-box .title h2{
      padding-bottom: 15px;
  }
  .product_detail ._content .title h2{
      font-size: 22px;
      line-height: 30px;
  }
  .product_detail ._info h2{
      font-weight: normal;
      font-size: 22px;
      line-height: 30px;
  }
  .product_detail ._text p{
      font-size: 14px;
      line-height: 20px;
  }
  .product_detail ._text ul li em{
      font-size: 14px;
      line-height: 20px;
  }
  .product_detail ._text ul li i{
      font-size: 14px;
      line-height: 20px;
  }
  .product_detail ._text ul li{
      line-height: 20px;
  }
  .recommend-box h4{
      font-size:14px;
  }
}

/* 底部导航 */
.footer{
  overflow: hidden;
  background-color: #333;
  color: #ffffff;
}

.footer a{
  color: #ffffff;
}

.footer a:hover{
  color: #4cb033;
}

.footer-box{
  margin:0.5rem 0 0.2rem;
  overflow: hidden;
  display: flex;
}

.footer-contact{
  display: flex;
  justify-content: space-between;
  padding-right: 0.5rem;
  border-right: 1px solid #999;
  width: 215%;
}

.footer-contact .hot-line{
    width: 37%;
}


.footer-contact ._ewm img {
    width: 100%;
    height: 100%;
}

.footer-contact ._item{
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 28px;
  line-height: 18px;
}

.footer-contact p a{
  display: block;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  background: url(../images/pho.png) no-repeat left center;
  padding-left:35px;
  line-height:1;
  margin:15px 0 0;
}
.footer-contact p ._tel{
  margin-bottom:20px;
  background: url(../images/tel.png) no-repeat left center;
}

.footer-contact li{
  margin-bottom:10px;
  display: flex;
  align-items: flex-start;
}

.footer-contact li  ,.footer-contact li a{
  line-height:1.8;
  color: #D3D3D3;
}

.footer-contact li span{
  flex: none;
}

.footer-contact .footer-info-nav h2 a{
  display: inline-block;
  font-size: 18px;
  color: #fff;
  vertical-align: top;
  text-transform: uppercase;
  margin-bottom:18px;
  transition: all 0.5s ease;
}

.footer-contact .footer-info-nav li a{
  display: block;
  font-size: 15px;
  color: #cccccc;
  line-height: 32px;
  transition: all 0.5s ease;
}

/* --logo-- */

.footer-info{
  overflow: hidden;
  margin-top: -10px;
  padding-left: 0.5rem;  
}

.footer-info ._item{
  width: 100%;
}
.footer-info ._logo{
  display: inline-block;
  font-size: 18px;
  color: #fff;
  vertical-align: top;
  text-transform: uppercase;
  margin:5px 0px 15px 5px;
  transition: all 0.5s ease;
}
.footer-info ._ewm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align:center;
  font-size: 15px;
  color: #cccccc;
}

.footer-info ._ewm .wxQr{
    text-align: center;
}

.footer-info ._ewm img{
   width: 90%;
}

.footer-info ._ewm p{
    margin-top: 10px;
    width: 100%;
}


.footer a:hover{
  color: #fff;
  opacity: 0.6!important;
}

@media (max-width:1300px){

  .footer-contact {
      width:180%;
  }
}
@media (max-width:991px){
  .footer-info ._ewm{
    width:100%;
  }
  
  .footer-contact {
    width:215%;
  }
  
  .footer-info ._logo,
  .footer-contact .footer-info-nav h2 a{
    font-size: 15px;
  }
  
  .footer-info ._ewm,
  .footer-contact .footer-info-nav li a{
    font-size: 12px;
  }
  
  .footer-contact .hot-line{
      width: 40%;
  }
}
@media (max-width:767px){
   .footer-contact {
       display: block;
       width: 108%;
       text-align: center;
    }
    
    .footer-contact ._logo{
        font-size: 20px;
        color: #fff;
        display: block;
        margin-bottom: 12px;
        line-height: 22px;
    }
    
    .footer-contact ._item{
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .footer-contact p ._tel{
        background: 0;
        margin-bottom: 10px;
    }
    
    .footer-contact p a {
        padding-left: 0;
        margin: 15px 0;
    }
    
  
    .footer-contact .hot-line {
      width: 100%;
    }
  
    .footer-box{
        flex-direction: column;
    }
    
    .footer-contact li {
        display: block;
        line-height: 15px;
        font-size: 15px;
    }
    
    .footer-contact li:last-child{
        margin-bottom: 15px;
    }
    
    .footer-info{
        padding-left: 0px;
    }
    
    .footer-info ._ewm{
        justify-content: center;
        padding-top: 15px;
    }
    
     .footer-info ._ewm p{
         font-size: 14px;
     }
    
    .footer-info ._ewm .wxQr{
        width: 30%;
    }
}

@media (max-width:550px){
    .footer-box{
        flex-direction: column;
    }
    
    .footer-contact li {
        display: block;
    }
    
    .footer-info{
         padding-left: 0px;
    }
}

/* --友情链接-- */
.footer-link{
  margin:8px 0;
}
.footer-link ._item{
  width:130px;
}
.footer-link ._item ,.footer-link a{
  display: inline-block;
  font-size: 14px;
  color: #D3D3D3;
  margin-right: 16px;
}
/* --版权与ICP-- */
.footer-copyright{  
  overflow: hidden;
  margin-top:30px;
  border-top: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding:5px 0;

}
.footer-copyright ._main{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 40px;
}
.footer-copyright p  ,.footer-copyright a{
  color: #888888;
  margin: 0 4px;
}
@media (max-width:992px) {
  .footer{
    padding-bottom: 10px;
  }
  .footer-copyright ._main{
      justify-content: space-around;
      line-height: 1.8;
      text-align: center;
  }
}

/*右侧浮动框电话样式*/
.yfd_1495 .rexian a{
    font-size: 18px;
}