body,
input,
textarea,
button {
  font-family: "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
}

.body {
  width: 100%;
  font-family: "PingFang SC", "Microsoft YaHei", "Tahoma", "Arial", "sans-serif";
}

::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #000000;
}

.pic img {
  width: 100%;
  transition: all ease 2s;
}

.scaleImg .pic {
  overflow: hidden;
}

.scaleImg:hover .pic img {
  transform: scale(1.1);
}

.sm-show {
  display: none !important;
}

.xs-show {
  display: none !important;
}

.navbar-toggle {
  display: none;
}

.wrap {
  width: 84.375vw;
  margin: 0 auto;
}

.HomeBody header {
  height: 6.771vw;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  color: #fff;
  transition: all ease 0.3s;
}

.HomeBody header .wrap {
  height: 100%;
}

header .logo {
  width: 10vw;
  display: block;
  transition: all ease 0.3s;
}

header .logo img {
  width: 100%;
}

.HomeBody header .link {
  position: relative;
  margin: 0 0.521vw;
}

.HomeBody header .link:hover,
.HomeBody header .link.active {
  border-bottom: 1px solid #fff;
}

.HomeBody header .link > a {
  font-size: 1.458vw;
}

.link .down {
  position: absolute;
  left: 50%;
  top: -100vh;
  width: max-content;
  background: rgb(139, 137, 137, 0.39);
  backdrop-filter: blur(0.052vw);
  padding: 0.26vw 0;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity ease 0.3s;
  z-index: 45;
}

.scroll .link .down {
  background: rgba(79, 98, 40, 1);
}

.link:hover .down {
  opacity: 1;
  top: 100%;
}

.link .down a {
  display: block;
  padding: 0.573vw 1.458vw;
  color: #fff;
}

.link .down a.on,
.link .down a:hover {
  background: #fff;
  color: #4f6228;
}

.HomeBody header .search .iconfont {
  font-size: 1.458vw;
}

.HomeBody header .tel {
  font-size: 1.458vw;
  font-family: Poppins;
  color: #d2d2d2;
  margin-left: 1.354vw;
}

.HomeBody header .tel .iconfont {
  font-size: 1.458vw;
  margin-right: 0.5em;
}

.scroll .HomeBody header {
  height: 6.25vw;
  background: #4f6228;
}

.scroll header .logo {
  width: 8.438vw;
}

.TypeBody header .xiadao {
  margin: 0.365vw auto 1.354vw;
}

.TypeBody header .link {
  position: relative;
  margin: 0 1.458vw;
  color: #c4c4c4;
  transition: all ease 0.3s;
}

.TypeBody header .link:last-child {
  margin-right: 0;
}

.TypeBody header .link.active,
.TypeBody header .link:hover {
  color: #4f6228;
}

.TypeBody header .link > a {
  font-size: 0.833vw;
}

.TypeBody .shangbian {
  padding: 1.042vw 0 0;
}

.TypeBody header form {
  margin-right: 1.458vw;
}

.TypeBody header label {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 8.333vw;
  height: 1.563vw;
}

.TypeBody header label i {
  color: #d4d4d4;
  position: absolute;
  left: 0.781vw;
  top: 50%;
  font-size: 0.729vw;
  transform: translateY(-50%);
}

.TypeBody header input {
  width: 100%;
  display: inline-block;
  background: transparent;
  border: 1px solid #d1d1d1;
  border-radius: 6px 0px 0px 6px;
  border-right: none;
  padding-left: 1.823vw;
}

.TypeBody header button {
  width: 3.854vw;
  height: 1.563vw;
  background: #4f6228;
  border-radius: 0px 6px 6px 0px;
  border: none;
  color: #ffffff;
  font-size: 0.729vw;
}

.TypeBody header .tel {
  font-size: 0.938vw;
  font-family: Poppins;
  font-weight: bold;
  color: #4f6228;
}

.TypeBody header .tel i {
  font-size: 0.938vw;
  margin-right: 0.5em;
}

.TypeBody header .fixedHead {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

.scroll .TypeBody header .fixedHead {
  display: block;
  background: #ffffff;
}

.C-more {
  display: inline-block;
  padding: 1.042vw 13.542vw 1.042vw 3.333vw;
  border-radius: 7px;
  background: #4f6228;
  font-size: 0.729vw;
  color: #ffffff;
  transition: all ease 0.3s;
}

.C-more.center {
  padding: 0.781vw 0;
  width: 100%;
  text-align: center;
}

.C-more .iconfont {
  font-size: 0.729vw;
  margin-left: 0.5em;
  display: inline-block;
  transition: all ease 0.3s;
}

.C-more:hover .iconfont {
  transform: translateX(0.26vw);
}

.C-more2 {
  display: inline-block;
  padding: 1.302vw 3.125vw;
  box-shadow: 0.521vw 0.521vw 1.042vw rgba(79, 98, 40, 0.19);
  border-radius: 21px;
  background: #4f6228;
  font-size: 1.25vw;
  font-weight: 600;
  color: #ffffff;
}

.C-more2 .icon {
  display: inline-block;
  width: 1.25vw;
  margin-right: 0.26vw;
}

.C-more2 .icon img {
  width: 100%;
}

.Induce .title {
  margin-bottom: 2.292vw;
}

.Induce .title h2 {
  font-size: 2.813vw;
  font-weight: 600;
  color: #000000;
}

.Induce .tabbar span {
  font-size: 1.25vw;
  margin-right: 3.646vw;
  display: inline-block;
  padding: 0.67vw 2.344vw;
  color: #666666;
  border: 1px solid #d1d1d1;
  border-radius: 7px;
  transition: all ease 0.3s;
  cursor: pointer;
}

.Induce .tabbar span.active {
  background: #4f6228;
  border: 1px solid #4f6228;
  color: #fff;
}

.Induce .ev {
  width: 17.448vw;
  margin-bottom: 4.74vw;
}

.Induce .zhanwei {
  width: 17.448vw;
}

.Induce .ev h2 {
  font-size: 1.25vw;
  margin: 0.521vw 0 0.938vw;
  font-weight: 600;
  color: #000000;
}

.Induce .ev .pic {
  border-radius: 4px;
  overflow: hidden;
}

.Induce .ev .shiting {
  padding: 0.521vw 4.531vw 0.521vw 1.875vw;
  border-radius: 7px;
  border: 1px solid #dfdfdf;
  font-size: 0.833vw;
  color: #666666;
  transition: all ease 0.3s;
}

.Induce .ev .shiting:hover {
  background: #4f6228;
  color: #fff;
}

.Induce .ev .detail {
  font-size: 0.833vw;
  color: #666666;
}
.Induce .ev .detail:hover {
  color: #4f6228;
}
.Induce .ev .shiting i,
.Induce .ev .detail i {
  font-size: 0.833vw;
  margin-left: 0.3em;
}

.Induce .C-more2 {
  margin-top: -1.563vw;
}

.LineQuForm {
  height: 11.823vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.LineQuForm .wrap {
  height: 100%;
  padding: 0 2.604vw;
}
.LineQuForm .ev {
  margin: 0 4.167vw 0 0;
  text-align: center;
}
.LineQuForm .ev img{
  max-width: 100%;
  margin: 0 auto 0.781vw;
  display: block;
}

.LineQuForm .ev p {
  font-size: 1.042vw;
  font-weight: bold;
  color: #ffffff;
}
.LineQuForm h2 {
  font-size: 1.667vw;
  color: #ffffff;
}

.LineQuForm label {
  position: relative;
  margin-right: 0.729vw;
}

.LineQuForm label p {
  position: absolute;
  left: 0;
  top: 100%;
  color: #fff;
  background: #8abb25;
  border-top: 1px solid #f3f3f3;
  font-size: 0.729vw;
  padding: 0.521vw 1.406vw;
  width: 100%;
  display: none;
}

.LineQuForm input {
  width: 18.75vw;
  height: 2.604vw;
  line-height: 2.604vw;
  font-size: 0.729vw;
  color: #666666;
  padding: 0 1.406vw;
  background: #ffffff;
  border: none;
}

.LineQuForm button {
  width: 17.292vw;
  height: 2.604vw;
  background: #8abb25;
  border: none;
  display: block;
  font-size: 0.729vw;
  color: #fff;
}

.footA .LineQuForm button {
  background: #4f6228;
}

.footB {
  padding: 5.469vw 0 3.229vw;
  background: #4f6228;
}

.footB .left {
  width: 33%;
}

.footB .left {
  padding: 0 1.042vw 0 0;
}

.footB .left dl {
  margin-bottom: 1.042vw;
  font-size: 0.729vw;
  color: #ffffff;
}

.footB .left dl dt {
  font-weight: 600;
  margin-bottom: 0.365vw;
}

.footB .left dl dd a {
  margin-bottom: 0.417vw;
  display: block;
  font-weight: 300;
}

.footB .left dl dd a i {
  font-size: 0.729vw;
  margin-right: 0.208vw;
}

.footB .center {
  width: 40%;
}

.footB .center dl {
  width: 33.3%;
  padding-right: 1em;
  font-size: 0.729vw;
  color: #ffffff;
  margin-bottom: 4.948vw;
}

.footB .center dl dt {
  margin-bottom: 1.042vw;
}

.footB .center dl dd {
  margin-bottom: 0.521vw;
  opacity: 0.8;
  font-weight: 300;
}

.footB .right {
  width: 22%;
}

.footB .right .foot-logo {
  width: 15.781vw;
}

.footB .right .ev {
  padding-top: 1.563vw;
}

.footB .right .ev .pic {
  width: 7.656vw;
  box-shadow: 0vw 0.156vw 0.313vw rgba(0, 0, 0, 0.16);
}

.footB .right .ev p {
  font-size: 0.729vw;
  color: #ffffff;
  text-align: center;
  margin-top: 1.042vw;
}
.footE {
  font-size: 0.729vw;
  color: #ffffff;
  background: #4f6228;
  padding: 1.042vw 0;
}
.footC {
  font-size: 0.729vw;
  color: #d1d1d1;
  background: #4f6228;
  padding-bottom: 1.667vw;
}

.footC .foot-share {
  color: #ffffff;
}

.footC .foot-share li {
  width: 1.563vw;
  margin-right: 0.365vw;
  position: relative;
}

.footC .foot-share li a[target="_blank"] {
  cursor: alias;
}

.footC .foot-share li img {
  width: 100%;
}

.footC .foot-share li .qr {
  position: absolute;
  left: 50%;
  bottom: 150%;
  transform: translateX(-50%);
  width: 8.333vw;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.3s;
}

.footC .foot-share li:hover .qr {
  opacity: 1;
}

.footC .foot-share li .qr::after {
  content: "";
  width: 0.521vw;
  height: 0.521vw;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.footD .leftFixed,
.footD .rightFixed {
  opacity: 0;
  transition: all ease 0.4s;
}

.scroll .footD .leftFixed,
.scroll .footD .rightFixed {
  opacity: 1;
  transition: all ease 0.4s 1s;
}

.footD .leftFixed {
  position: fixed;
  left: 0.521vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 8.854vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footD .leftFixed dt {
  padding: 0.26vw;
  overflow: hidden;
  border-radius: 17px;
  margin-bottom: 0.625vw;
  background: #ffffff;
  box-shadow: 0vw 0vw 0.52083vw rgba(0, 0, 0, 0.5);
}

.footD .leftFixed dt .pic {
  overflow: hidden;
  border-radius: 17px;
}

.footD .leftFixed dd {
  width: 7.813vw;
  border: 1px solid #d1d1d1;
  padding: 0.469vw 0;
  background: #ffffff;
  margin-bottom: 0.625vw;
  text-align: center;
  font-size: 0.729vw;
  color: #666666;
  transition: all ease 0.3s;
}

.footD .leftFixed dd:hover,
.footD .leftFixed dd.contact {
  border: 1px solid #8abb25;
  background: #8abb25;
  color: #ffffff;
}

.footD .rightFixed {
  position: fixed;
  right: 0;
  bottom: 10%;
  box-shadow: 0vw 0vw 1.04167vw rgba(0, 0, 0, 0.09);
  width: 3.229vw;
  z-index: 10;
  background: #ffffff;
}

.footD .rightFixed li {
  height: 2.448vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footD .rightFixed li a {
  width: 1.302vw;
}

.footD .rightFixed li a[target="_blank"] {
  cursor: alias;
}

.footD .rightFixed li a img {
  width: 100%;
}

.footD .rightFixed li a img:nth-child(2) {
  display: none;
}

.footD .rightFixed li:hover {
  background: #4f6228;
}

.footD .rightFixed li:hover a img:nth-child(1) {
  display: none;
}

.footD .rightFixed li:hover a img:nth-child(2) {
  display: block;
}

.footD .rightFixed li .qr {
  position: absolute;
  right: 150%;
  top: 50%;
  transform: translateY(-50%);
  width: 8.333vw;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.3s;
  z-index: 2;
}

.footD .rightFixed li:hover .qr {
  opacity: 1;
}

.footD .rightFixed li .qr::after {
  content: "";
  width: 0.521vw;
  height: 0.521vw;
  background: #ffffff;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.C-banner {
  position: relative;
}

.C-banner .bg,
.C-banner .bg img {
  width: 100%;
}

.C-banner .intr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.74) 0%,
    rgba(84, 84, 84, 0) 100%
  );
}

.C-banner .intr h2 {
  font-size: 2.813vw;
  font-weight: 600;
  color: #ffffff;
}

.C-switchPage a {
  background-color: #e9e9e9;
  width: 2.448vw;
  height: 2.448vw;
  line-height: 2.448vw;
  text-align: center;
  border-radius: 50%;
  display: block;
  font-family: Poppins;
  font-size: 0.833vw;
  color: #666666;
  margin: 0 0.208vw;
}

.C-switchPage a:hover,
.C-switchPage a.on {
  background-color: #4f6228;
  color: #ffffff;
}

.C-switchPage .btn.next {
  transform: rotateY(180deg);
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width: 1380px) {
  .HomeBody header .link {
    margin: 0 8px;
  }
}

@media screen and (max-width: 991px) {
  .sm-show {
    display: flex !important;
  }

  .sm-hide {
    display: none !important;
  }

  .navbar-toggle {
    display: inline-block;
    padding: 0 0;
    margin: 0;
    background-color: transparent;
    border: none !important;
    position: relative;
    z-index: 52;
  }

  .navbar-toggle .line-top,
  .navbar-toggle .line-middle,
  .navbar-toggle .line-bottom {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #fff;
    margin: 3px 0;
    transition: 0.4s;
  }

  .TypeBody .navbar-toggle .line-top,
  .TypeBody .navbar-toggle .line-middle,
  .TypeBody .navbar-toggle .line-bottom {
    background-color: #4f6228;
  }

  .TypeBody .open .navbar-toggle .line-top,
  .TypeBody .open .navbar-toggle .line-middle,
  .TypeBody .open .navbar-toggle .line-bottom {
    background-color: #ffffff;
  }

  .open .line-top {
    -webkit-transform: rotate(45deg) translate(2px, 7px);
    transform: rotate(45deg) translate(2px, 7px);
  }

  .open .line-middle {
    opacity: 0;
  }

  .open .line-bottom {
    -webkit-transform: rotate(-45deg) translate(1px, -7px);
    transform: rotate(-45deg) translate(1px, -7px);
  }

  .wrap {
    width: 95%;
  }

  .HomeBody header {
    height: 80px;
  }

  header .logo {
    width: 162px;
  }

  .HomeBody header .link {
    margin: 15px 0;
  }

  .HomeBody header .link > a {
    font-size: 14px;
  }

  .link .down {
    backdrop-filter: blur(1px);
    padding: 15px 0 0;
    position: static;
    opacity: 1;
    transform: none;
    background: transparent;
    display: none;
  }

  .link .down a {
    padding: 5px 10px;
    font-size: 14px;
  }

  .HomeBody header .search .iconfont {
    font-size: 14px;
  }

  .HomeBody header .tel {
    font-size: 16px;
    margin: 0 16px;
  }

  .HomeBody header .tel .iconfont {
    font-size: 14px;
  }

  .scroll .HomeBody header {
    height: 60px;
  }

  .scroll header .logo {
    width: 162px;
  }

  .nav {
    position: fixed;
    left: 0;
    top: -500vh;
    width: 100%;
    height: 100%;
    background: #4f6228;
    z-index: 51;
    transition: opacity ease 0.3s;
    opacity: 0;
  }

  header.open .nav {
    top: 0;
    opacity: 1;
  }

  .nav .scroll-wrap {
    padding: 15vh 10vw;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .nav .scroll-wrap .scroll-insetbox {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 30px;
  }

  .TypeBody header .xiadao {
    margin: 7px auto;
  }

  .TypeBody header .link {
    margin: 15px 0;
    color: #ffffff;
  }

  .TypeBody header .link.active,
  .TypeBody header .link:hover {
    color: #ffffff;
    border-bottom: 1px solid #fff;
  }

  .TypeBody header .link > a {
    font-size: 14px;
  }

  .TypeBody .shangbian {
    padding: 10px 0 0;
  }

  .TypeBody header form {
    margin-right: 28px;
  }

  .TypeBody header label {
    width: 140px;
    height: 30px;
  }

  .TypeBody header label i {
    left: 10px;
    font-size: 14px;
  }

  .TypeBody header input {
    border-radius: 6px 0px 0px 6px;
    padding-left: 30px;
  }

  .TypeBody header button {
    width: 70px;
    height: 30px;
    border-radius: 0px 6px 6px 0px;
    font-size: 12px;
  }

  .TypeBody header .tel {
    font-size: 16px;
  }

  .TypeBody header .tel i {
    font-size: 16px;
  }

  .TypeBody .fixedHead .nav {
    display: none !important;
  }

  .TypeBody header.open .fixedHead {
    z-index: 55;
    background: transparent;
  }

  .C-more {
    padding: 12px 120px 12px 34px;
    border-radius: 7px;
    font-size: 12px;
  }

  .C-more.center {
    padding: 12px 0;
  }

  .C-more .iconfont {
    font-size: 12px;
  }

  .C-more:hover .iconfont {
    transform: translateX(5px);
  }

  .C-more2 {
    padding: 20px 40px;
    box-shadow: 10px 10px 20px rgba(79, 98, 40, 0.19);
    border-radius: 21px;
    font-size: 18px;
  }

  .C-more2 .icon {
    display: inline-block;
    width: 1em;
    margin-right: 5px;
  }

  .Induce .title {
    margin-bottom: 44px;
  }

  .Induce .title h2 {
    font-size: 32px;
  }

  .Induce .tabbar span {
    font-size: 14px;
    margin-right: 10px;
    padding: 12px 44px;
    border-radius: 7px;
  }

  .Induce .tabbar span.active {
    background: #4f6228;
  }

  .Induce .ev {
    width: 47%;
    margin-bottom: 60px;
  }

  .Induce .zhanwei {
    width: 47%;
  }

  .Induce .ev h2 {
    font-size: 20px;
    margin: 10px 0 18px;
  }

  .Induce .ev .pic {
    border-radius: 4px;
  }

  .Induce .ev .shiting {
    padding: 10px 57px 10px 26px;
    border-radius: 7px;
    font-size: 14px;
  }

  .Induce .ev .detail {
    font-size: 14px;
  }

  .Induce .ev .shiting i,
  .Induce .ev .detail i {
    font-size: 14px;
  }

  .Induce .C-more2 {
    margin-top: 0px;
  }

  .LineQuForm {
    height: 200px;
  }

  .LineQuForm .wrap {
    justify-content: center;
    align-items: center;
  }

  .LineQuForm h2 {
    display: block;
    font-size: 28px;
  }

  .LineQuForm .wrap .flex {
    width: 100%;
    padding: 0 10%;
    justify-content: space-between;
  }

  .LineQuForm label {
    width: 49%;
    margin-right: 0;
  }

  .LineQuForm label p {
    font-size: 14px;
    padding: 10px 27px;
  }

  .LineQuForm input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 27px;
  }

  .LineQuForm button {
    width: 49%;
    height: 50px;
    font-size: 14px;
  }

  .footB {
    padding: 20px 0;
  }

  .footB .left {
    width: 50%;
  }

  .footB .left {
    padding: 0 20px 0 0;
  }

  .footB .left dl {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .footB .left dl dt {
    margin-bottom: 7px;
  }

  .footB .left dl dd a {
    margin-bottom: 8px;
  }

  .footB .left dl dd a i {
    font-size: 12px;
    margin-right: 4px;
  }

  .footB .center {
    width: 50%;
  }

  .footB .center dl {
    font-size: 12px;
    margin-bottom: 95px;
  }

  .footB .center dl dt {
    margin-bottom: 10px;
  }

  .footB .center dl dd {
    margin-bottom: 5px;
  }

  .footB .right {
    width: 40%;
    margin-top: 20px;
  }

  .footB .right .foot-logo {
    width: 183px;
  }

  .footB .right .ev {
    padding-top: 30px;
  }

  .footB .right .ev .pic {
    width: 107px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }

  .footB .right .ev p {
    font-size: 12px;
    margin-top: 15px;
  }

  .footE {
    font-size: 12px;
    padding: 15px 0;
  }

  .footC {
    font-size: 12px;
    padding-bottom: 32px;
  }

  .footC .foot-share {
    order: 1;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }

  .footC .copy {
    order: 2;
    text-align: center;
  }

  .footC .statement {
    order: 3;
  }

  .footC .foot-share li {
    width: 30px;
    margin-right: 7px;
  }

  .footC .foot-share li .qr {
    width: 160px;
  }

  .footC .foot-share li .qr::after {
    width: 10px;
    height: 10px;
  }

  .footD {
    display: none;
  }

  .footD .leftFixed {
    left: 10px;
    width: 170px;
  }

  .footD .leftFixed dt {
    padding: 5px;
    border-radius: 17px;
    margin-bottom: 12px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }

  .footD .leftFixed dt .pic {
    border-radius: 17px;
  }

  .footD .leftFixed dd {
    width: 150px;
    padding: 9px 0;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .footD .rightFixed {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
    width: 62px;
  }

  .footD .rightFixed li {
    height: 47px;
  }

  .footD .rightFixed li a {
    width: 25px;
  }

  .footD .rightFixed li .qr {
    width: 160px;
  }

  .footD .rightFixed li .qr::after {
    width: 10px;
    height: 10px;
  }

  .C-banner .bg img {
    height: 300px;
    object-fit: cover;
  }

  .C-banner .intr h2 {
    font-size: 34px;
  }

  .C-switchPage a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    margin: 0 2px;
  }
}

@media screen and (max-width: 768px) {
  .xs-show {
    display: flex !important;
  }

  .xs-hide {
    display: none !important;
  }

  .wrap {
    width: 90%;
  }

  .footC .statement {
    width: 100%;
    text-align: center;
  }

  .Induce .tabbar span {
    font-size: 12px;
    margin-right: 5px;
    padding: 8px 20px;
  }

  .Induce .title h2 {
    font-size: 26px;
  }

  .Induce .ev {
    width: 49%;
    margin-bottom: 30px;
  }

  .Induce .zhanwei {
    width: 49%;
  }

  .Induce .ev h2 {
    font-size: 16px;
    margin: 5px 0 10px;
  }

  .Induce .ev .shiting {
    padding: 8px 37px 8px 16px;
    border-radius: 7px;
    font-size: 12px;
  }

  .Induce .ev .detail {
    font-size: 12px;
  }

  .Induce .ev .shiting i,
  .Induce .ev .detail i {
    font-size: 12px;
  }

  .C-more2 {
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 14px;
  }

  .LineQuForm {
    height: 320px;
    padding: 20px 0;
  }

  .LineQuForm h2 {
    display: block;
    font-size: 22px;
  }

  .LineQuForm label {
    width: 100%;
  }

  .LineQuForm input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
  }

  .LineQuForm button {
    width: 100%;
    height: 40px;
    margin-top: 3em;
    font-size: 14px;
  }

  .footB .right {
    width: 240px;
    margin-top: 20px;
  }

  .C-banner .intr h2 {
    font-size: 30px;
  }

  .TypeBody .shangbian .flex-yc {
    flex-direction: row-reverse;
  }

  .TypeBody header form {
    margin: 0 0 0 28px;
  }

  .HomeBody header .link {
    margin: 8px 0;
  }

  .TypeBody header .link {
    margin: 8px 0;
  }
}

@media screen and (max-width: 480px) {
  .HomeBody header .tel {
    font-size: 14px;
    margin: 0 16px;
  }

  header .logo {
    width: 122px;
  }

  .scroll header .logo {
    width: 122px;
  }

  .Induce .ev .shiting {
    padding: 6px 20px 6px 10px;
  }

  .footB .wrap {
    justify-content: center;
  }

  .footB .left {
    width: 100%;
  }

  .footB .center {
    width: 100%;
    margin-top: 20px;
  }

  .footB .center dl {
    margin-bottom: 25px;
  }

  .footB .right .foot-logo {
    margin: 0 auto;
  }
  .footC {
    padding: 15px 0;
  }
  .TypeBody header form {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 375px) {
  .Induce .tabbar span {
    font-size: 12px;
    margin-right: 3px;
    padding: 8px 15px;
  }

  .Induce .ev .shiting {
    padding: 6px 10px;
  }
}


.tleb{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 58;
  width: 100%;
  background: #ffffff;
  padding: 10px 0 0;
  display: none;
}
.zixun{
  width: 100%;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  background: #4f6228;
  text-align: center;
  display: block;
}
.zixun h6{
  font-size:16px;
  color: #FFFFFF;
}
.zixun p{
  font-size:12px;
  color: #FFFFFF;
}
@media screen and (max-width:480px) {
  .tleb{
    display: block;
  }
}



