@charset "utf-8";
.lineBG {
  background-color: #71b526;
  /* 不支持线性的时候显示 */
  background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);
}

section{clear: both;width:100%;}
.clear {
    clear: both;
}
.w1400{width:1400px;margin:auto;}
.w1450{width:1500px;margin:auto;}
.w1600{width:1600px;margin:auto;}
.lineBGspan {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  background-color: #71b526;
  /* 不支持线性的时候显示 */
  background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);
  display: flex;
}
.lineBGspan > * {
  margin: auto;
}
.lineBGspan:hover {
  background-image: -webkit-linear-gradient(left, #0e9cd3, #71b526);
  background-image: linear-gradient(to left, #0e9cd3, #71b526);
}
.swiper-button-next,
.swiper-button-prev {
  outline: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #a6a8ad;
  opacity: 0.5;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  opacity: 1;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
@font-face {
  font-family: Century ;
  src: url("../fonts/Century-Gothic.ttf");
  font-weight: normal;
}
.card-img,
figcaption {
  overflow: hidden;
}
.dropdown-toggle::after {
  display: none;
}
.pd4p {
  padding: 7rem 0;
}
@media (max-width: 999px) {
 .w1400{width:96%;margin:auto;}
 .w1450{width:96%;margin:auto;}
 .w1600{width:96%;margin:auto;}
}
.HoverBefore {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  border-bottom: 1px solid #0e9cd3;
}
.HoverBefore-hover {
  left: 0;
  width: 100%;
}
body,
p,
span,
article,
b,
i,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei UI", Arial, "sans-serif", Helvetica;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.maxwidth {
  max-width: 100%;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
/*rem处理*/
body {
  font-size: 16px;
  font-size: 1rem;
}
body.bg-body {
  background-color: #28282a;
}
/*rem处理*/
/*动画*/
@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes shape-2 {
  from {
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@-webkit-keyframes shape-2 {
  from {
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@media (min-width: 992px) {
  .MYcontainer {
    width: 1630px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    max-width: 100%;
  }
  .container1400 {
    width: 1430px;
    margin: auto;
    max-width: 100%;
  }
  .container1600 {
    width: 1600px;
    margin: auto;
    max-width: 100%;
  }
  .container1720 {
    width: 1720px;
    margin: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none!important;
  }
}
/*头部*/
.header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: static;
  width: 100%;
  z-index: 1050;
  background: transparent;
}
.header nav {
  width: 100%;
  min-height: 5rem;
}
.header-sticky {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.navbar .navbar-brand {
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar .navbar-brand span {
  max-width: 24rem;
  font-size: 1rem;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  line-height: 1.5;
  padding-left: 1rem;
  color: #333333;
  font-weight: 100;
}
.navbar .navbar-brand span b{color:#333;font-size:20px; font-weight: 900;}
.navbar .form-inline {
  border: 1px solid #ccc;
  border-radius: 2rem;
  overflow: hidden;
}
.navbar .form-inline .form-control {
  width: 7rem;
  height: 1.8rem;
}
.navbar .form-inline .btn {
  height: 1.8rem;
  padding: 0 0.5rem;
}
.navbar .form-inline .btn svg {
  color: #949494;
  padding-bottom: 0.1rem;
}
.navbar .ENlink {
  background-color: #71b526;
  /* 不支持线性的时候显示 */
  background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);
  border-radius: 100%;
  color: #fff;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  display: flex;
  padding: 0;
  font-size: 0.875rem;
}
.navbar .ENlink span {
  margin: auto;
}
.navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase;
}
.headroom--not-top .header-dark {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
}
.headroom--unpinned .header-sticky {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
}
.navbar-dark .navbar-toggler {
  background-color: #71b526;
  /* 不支持线性的时候显示 */
  background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);
}
.navbar-nav .nav-phone {
  color: #fff;margin-top: -6px;
    margin-left: 13px;
}
.navbar-nav .nav-phone a {
  display: flex;
  color: inherit;
  align-items: center;
}
.navbar-nav .nav-phone a b {
  margin-left: 0.5rem;
  font-size: 24px;
  color:#333333;
  line-height: 1;font-weight:100;
}
.navbar-nav .nav-phone a b i{color:#73828a;font-size:14px;font-style:normal}
.navbar-nav .nav-ENlink {
  margin-left: 1rem;
  margin-right: 1rem;
}
.navbar-nav .nav-ENlink a {
  color: #fff;
}
.navbar-nav .nav-search {
  cursor: pointer;margin-left: 20px;
}
.navbar-nav .nav-search svg {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
    border-radius: 2rem;
    color: #333333;
    position: relative;
    margin-right: 1rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color: #71b526;
    /* 不支持线性的时候显示 */
    background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
    background-image: linear-gradient(-136deg, #0e9cd3, #71b526);
  }
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
    background-color: #71b526;
    /* 不支持线性的时候显示 */
    background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
    background-image: linear-gradient(-136deg, #0e9cd3, #71b526);
  }
  .navbar-dark .navbar-nav .active > .nav-link:before,
  .navbar-dark .navbar-nav .nav-link.active:before,
  .navbar-dark .navbar-nav .nav-link.show:before,
  .navbar-dark .navbar-nav .show > .nav-link:before {
    opacity: 1;
  }
  .navbar-nav .dropdown-menu {
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 15px 60px -19px #000;
    box-shadow: 0 15px 60px -19px #000;
    border-radius: 0;
    border: 0;
    display: block;
  }
  .navbar-nav .dropdown-menu.show {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .headroom--top .navbar {
    min-height: 9.5rem;
    transition: 0.35s all;
  }
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}
/*底部*/
footer {
  background: url(../images/index66666.jpg) no-repeat center;
  background-size: cover;width:100%;float:left;padding:20rem 0 0;
}
footer p {
  margin-bottom: 0;
}
footer h3 a:hover:before {
  display: none;
}
footer .share a {
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  margin-right: 1rem;
}
footer .share a span {
  margin: auto;
}
footer .share a span svg {
  color: #fff;
  width: 1.5rem;
}
footer .share a.wechat {
  background-color: #1ea707;
}
footer .share a.weibo {
  background-color: #ca000e;
}
footer .share a:hover {
  opacity: 0.8;
}
footer .p1 {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
}
footer .p1 a {
  color: #333333;
}
footer .p2,
footer .p2 a {
  color: #66767f;
  font-size: 0.875rem;
  line-height: 1.8;
}
footer .p2 a {
  position: relative;
}
footer .p2 a:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  border-bottom: 1px solid #0e9cd3;
}
footer .p2 a:hover:before {
  left: 0;
  width: 100%;
}
footer .foot-menus {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
footer .foot-menu .p1 {
  margin-bottom: 1rem;
}
footer .foot-menu a {
  position: relative;
}
footer .foot-menu a:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  border-bottom: 1px solid #0e9cd3;
}
footer .foot-menu a:hover:before {
  left: 0;
  width: 100%;
}
footer .p3 span {
  font-size: 0.875rem;
  color: #66767f;
  display: block;
  margin-bottom: 0.5rem;
}
footer .p3 a {
  color: #333333;
  font-size: 1.875rem;
}
footer a.more {
  padding: 0.6rem 2.5rem;
}
footer .copyright {
  padding-left: 15px;
  padding-right: 15px;
 
  font-size: 0.875rem;
  color: #66767f;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
footer .copyright a {
  font-size: 0.875rem;
  color: inherit;
  padding-left: 5px;
  padding-right: 5px;
}
footer .copyright a:hover {
  color: #0e9cd3;
}
footer .copyright .btn {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: rgb(126 117 108);
  font-size: 0.875rem;
}
footer .copyright .btn:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .header-dark {
   background:background-image: -webkit-linear-gradient(-136deg, rgb(14,156,211,0.8), rgb(113,181,38,0.8));
  background-image: linear-gradient(-136deg, rgb(14,156,211,0.8), rgb(113,181,38,0.8));
    position: relative;
  }
  .headroom--not-top .header-dark {
    background: rgb(0, 0, 0, .5);
  }
  .navbar .form-inline .form-control {
    width: 7rem;
    height: 1.8rem;
    display: inline-block;
  }
  .navbar .form-inline {
    display: none;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.2rem;
    text-align: left;
  }
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
    color: #000;
  }
  .navbar .navbar-brand img {
    height: 45px;
  }
  .navbar-dark .navbar-nav .nav-link {
    border-bottom: 1px solid #daccc0;
  }
  footer .f-t {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  footer .foot-info {
    border-left: 0;
    color: #fff;
  }
  footer .foot-info h2 {
    font-size: 1.2rem;
  }
  footer .f-t > .flex-info {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .foot-info .p1 {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  footer .foot-info .p2 {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  footer .copyright {
    padding: 0.8rem 0;
    font-size: 0.7rem;
  }
  footer .copyright a {
    font-size: 0.7rem;
  }
}
#totop {
  position: fixed;
  right: 15px;
  bottom: 8%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 1;
  z-index: 100020;
  display: none;
  width: 3rem;
  height: 3rem;
  background-color: #0e9cd3;
  padding: 0.7rem 1rem;
  cursor: pointer;
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
}
#totop:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0e9cd3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  border-radius: 0;
}
#totop:after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  -webkit-animation: ripple 2s ease-out infinite;
  -moz-animation: ripple 2s ease-out infinite;
  -o-animation: ripple 2s ease-out infinite;
  animation: ripple 2s ease-out infinite;
  opacity: 0;
  background: #0e9cd3;
  border-radius: 0;
}
#totop:hover,
#totop:focus {
  background-color: #71b526;
}
#playModal .modal-content {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
#playModal .modal-header {
  border-bottom: 1px solid #000;
}
#playModal .modal-body {
  background-color: rgba(0, 0, 0, 0.6);
}
a.more {
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2rem;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #71b526;
  /* 不支持线性的时候显示 */
  background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);
}
a.more:hover {
  background-color: #71b526;
  /* 不支持线性的时候显示 */
  background-image: -webkit-linear-gradient(-136deg, #71b526, #0e9cd3);
  background-image: linear-gradient(-136deg, #71b526, #0e9cd3);
}
/*首页*/
.h2title {
  color: #333333;
  font-size: 2.25rem;
  width: 100%;
}
.h2title span {
  font-size: 0.875rem;
  color: #66767f;
}
.h2title .line {
  width: 30px;
  height: 4px;
  background-color: #66767f;
  margin: 1.2rem 0;
  display: block;
}
.h2title p {
  font-size: 1.5rem;
  color: #333333;
}
#page_index {
  overflow: hidden;
  /*banner*/
  /*products*/
  /*advantage*/
  /*about*/
  /*honor*/
  /*case*/
  /*news*/
}
#page_index .h2title {
  margin-bottom: 3%;
}
#page_index .banner img {
  width: 100%;
}
#page_index .banner .swiper-pagination {
  font-size: 1.3rem;
  color: #bfbfbf;
  text-align: center;
  max-width: 100%;
  bottom: 5%;
}
#page_index .banner .swiper-pagination span {
  width: 0.5rem;
  height: 2.7rem;
  background: #0e9cd3;
  opacity: 1;
  border-radius: 0.2rem;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#page_index .banner .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #71b526;
  /* 不支持线性的时候显示 */
  background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);
  height: 1.4rem;
}

#page_index .products{
	  margin: 5rem 0;
	  float:left;width:100%;
	  background: url(../images/index11112.jpg) no-repeat center;
  background-size: cover;float:left
}
#page_index .products .pros-title {
  border-bottom: 1px solid rgba(126, 117, 108, 0.3);

}
#page_index .products .products-content {
  margin:auto;
   
}
#page_index .products .figure {
  position: relative;
}
#page_index .products .figure .figure-img {
  margin-bottom: 0;
}
#page_index .products .figure .figure-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#page_index .products .figure .figure-caption p {
  color: #000;
}
.index_products_show{}
.index_products_show_left{width:650px;height:auto;float:left;}
.index_products_show_left img{width:100%;}
.index_products_show_right{float:right;width: 700px;}
.index_products_show_right h3{line-height:2;}
.index_products_show_right p{line-height:1.8;color:#7d7d7d}
.index_products_show_right ul{margin-top: 30px;}

.index_products_show_right ul li{width:32%;margin:0.66%;float:left;}
.index_products_show_right ul li:hover span{background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);color:#fff;text-decoration: none;}
.index_products_show_right ul li img{width:100%;transition: all 0.5s;}
.index_products_show_right ul li img:hover{transform: scale(1.2);}
.index_products_show_right ul li div{border:1px solid #e2e2e2;overflow: hidden;height: 224px;}
.index_products_show_right ul li span{display:block;line-height:50px;text-align:center;color:#7d7d7d;}
.index_products_show_right ul li span:hover{background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);color:#fff;text-decoration: none;}
.index_products_show_right ul li a{text-decoration: none;}


@media (max-width: 991px) {
	.index_products_head { padding-bottom: 70px;}
	.index_products_head ul {width: 100%;margin-top:20px;}
	.index_products_head ul li { width: 50%;margin-left: 0px;}
	.index_products_show_left {
    width: 100%;
    height: auto;
    float: left;
}
	.index_products_show_right{float:right;width: 100%;}

.index_products_show_right ul li div{border:1px solid #e2e2e2;overflow: hidden;height: auto;}
	
}



#page_index .products .figure .pro-img-text {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(151, 107, 70, 0.5);
  /* 不支持线性的时候显示 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#page_index .products .figure .pro-img-text svg {
  font-size: 3.5rem;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#page_index .products .figure .pro-img-text p {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
#page_index .products .figure:hover .pro-img-text {
  top: 0;
}
#page_index  .figure:hover .pro-img-text svg {
  transform: rotate(-360deg);
}
#page_index .nav-pills .nav-link {
  color: #fff;
 background:#66767f;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 0.3rem 1.8rem;
}
#page_index  .nav-pills .nav-link.active,
#page_index  .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #71b526;
  /* 不支持线性的时候显示 */
  background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);
}
#page_index .products .proBigImg {
  min-width: 1920px;
}
@media (max-width: 767px) {
  #page_index .products .products-content {
    position: relative!important;
  }
  #page_index .products .proBigImg {
    display: none;
  }
}
#page_index .advantage {
  padding: 7rem 0;
  background: url("../images/index22222.jpg") no-repeat center;
  background-size: cover;
}
 

.in_2{background: url(../images/index22222.jpg) no-repeat center;
  background-size: cover;width:100%;float:left;padding:5rem 0;}
.in_2 h2{color:#fff;}  
.in_2 h2 span{color:#fff;}  
.in_youshi{}
.in_youshi li{width:385px;float:left;position: relative;margin-right:20px;}
.in_youshi li:nth-child(4n) { margin-right: 0;}
.in_youshi li .in_youshi_img{width:100%;}
.in_youshi li div{width:100%;position: absolute;height:0px;padding:35px;transition: height 0.8s, transform 0.8s;
  left: 0;overflow:hidden;
  bottom:0px;}
.in_youshi li div h3{color:#fff;font-size:20px;font-weight:100;text-align:center;}
.in_youshi li div p{color:#fff;font-size:14px;padding-bottom:20px;}
.in_youshi li div a{color:#fff;font-size:14px;margin-right:30px;}
.in_youshi li div a b{background:rgb(255,255,255,0.3);padding: 13px 10px;border-radius:100%;margin-right:10px;}
.in_youshi li h4{margin-top:30px;color:#fff;text-align:center}
.in_youshi li:hover div{height:227px;transition: all 0.6s;bottom:66px;background-image: -webkit-linear-gradient(-136deg, rgb(14,156,211,0.8), rgb(113,181,38,0.8));
  background-image: linear-gradient(-136deg, rgb(14,156,211,0.8), rgb(113,181,38,0.8));}
.in_youshi li:hover div h3{color:#fff;font-size:24px;font-weight:600;text-align:left;}
.in_youshi li div a:hover{color:#0e9cd3}
.in_youshi li div a:hover b{background:rgb(14,156,211,0.5);}




@media (max-width: 999px) {
	.in_youshi li{width:100%;float:left;position: relative;margin-bottom:20px;}
 .in_youshi li div{height:227px;transition: all 0.6s;bottom:0px;background:background-image: -webkit-linear-gradient(-136deg, rgb(14,156,211,0.8), rgb(113,181,38,0.8));
  background-image: linear-gradient(-136deg, rgb(14,156,211,0.8), rgb(113,181,38,0.8));}
  .in_youshi li div h3{color:#fff;font-size:24px;font-weight:600;text-align:left;}
  .in_youshi li h4{display:none}
}

.in_3{background: url(../images/index33333333.jpg) no-repeat center;
  background-size: cover;width:100%;float:left;padding:5rem 0;}
.in_shuju{}
.in_shuju_right{float:right;height:700px;width:386px;background:#f8f8f8;}
.in_shuju_right div{width:100%;height:175px;border:1px solid #e2e2e2;position: relative;padding:40px;border-left:none}
.in_shuju_right div h3{font-size:48px;font-weight:600;color:#333333;}
.in_shuju_right div h3 b{font-size:18px;font-weight:100;color:#66767f;margin-left:10px;}
.in_shuju_right div p{font-size:18px;font-weight:100;color:#66767f;}
.in_shuju_right div img{position: absolute;top:40px;right:40px;}

.change{background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);}

.in_shuju_right div:hover{background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);}
.in_shuju_right div:hover h3,
.in_shuju_right div:hover b,
.in_shuju_right div:hover p{color:#fff}
.change h3,
.change b,
.change p{color:#fff!important;}
.in_shuju_left{float:left;width:1014px;height:700px;overflow:hidden;position: relative;}
.in_shuju_left1{float:left;width:1014px;height:700px;overflow:hidden;position: relative;}
.in_shuju_left1 img{width:100%;}
.in_shuju_left1 div{position: absolute;bottom:60px;left:-50px;width:690px;height:125px;background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);color:#fff;padding-left:100px;border-radius:100px;
  }
.in_shuju_left1 div h3{margin-top:30px;font-size:20px;font-weight:600;}
.in_shuju_left1 div p{margin-top:0px;font-size:14px;font-weight:100;padding-right:60px;}

@media (max-width: 999px) {
	.in_shuju_right{float:right;height:700px;width:100%;background:#f8f8f8;}
	.in_shuju_left{float:left;width:100%;height:450px;overflow:hidden;position: relative;}
.in_shuju_left1{float:left;width:100%;height:450px;overflow:hidden;position: relative;}
.in_shuju_left1 div{position: absolute;bottom:8px;left:0px;width:100%;height:200px;background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);color:#fff;padding-left:15px;border-radius:0px;
  }
  
}



.in_5{background: url(../images/index555.jpg) no-repeat center;
  background-size: cover;width:100%;float:left;padding:5rem 0 9rem;}
.in_news{margin-top:40px;}
.in_news_left{width:655px;float:left;}
.in_news_left_img{overflow:hidden}
.in_news_left_img img{width:100%;transition: all 0.5s;}
.in_news_left h3{font-size:18px;color:#333;margin-top:30px;}
.in_news_left p{font-size:14px;color:#66767f;margin-top:20px;border-bottom:1px solid #e2e2e2;padding-bottom:20px;}
.in_news_left span{font-size:14px;color:#66767f;margin-top:10px;}
.in_news_left span i{display: inline-block;vertical-align: middle;margin-right: 10px;margin-top: -4px; height: 17px;}
.icon-clock{background: url(../images/info-1.png) no-repeat center;background-size: cover;width:17px;}
.icon-view{background: url(../images/info-3.png) no-repeat center;background-size: cover;width:21px;margin-left: 55px;}
.in_news_left:hover img{transform: scale(1.1);}
.in_news_left:hover h3{
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);-webkit-background-clip: text;
    color: transparent;}
  


.in_news_right{width:700px;float:right;}
.ind_news_right_li{width:100%;float:left;margin-bottom:30px;}
.ind_news_right_li1{width:258px;float:left;overflow:hidden}
.ind_news_right_li1 img{width:100%;transition: all 0.5s;}
.ind_news_right_li2{width:420px;float:right;}
.ind_news_right_li2 h3{font-size:18px;color:#333;margin:20px 0;}
.ind_news_right_li2 p{font-size:14px;color:#66767f;}
.ind_news_right_li2 span{font-size:14px;color:#66767f;margin-top:10px;}
.ind_news_right_li2 span i{display: inline-block;vertical-align: middle;margin-right: 10px;margin-top: -4px; height: 17px;}
.ind_news_right_li:hover img{transform: scale(1.1);}
.ind_news_right_li:hover h3{
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);-webkit-background-clip: text;
    color: transparent;}
@media (max-width: 999px) {
 .in_news_left{width:100%;float:left;margin-bottom:30px;}
 .in_news_right{width:100%;float:right;}
 .ind_news_right_li1{width:100%;float:left;overflow:hidden}
.ind_news_right_li2{width:100%;float:right;}
}




.footer_1400{position: relative;}
.footer_lx{ position: absolute;
 left:0;
    top: -375px;height:155px;width:100%;border-radius:100px;background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);padding:50px;}
.footer_left{width:350px;float:left;color:#fff;font-size:18px;    font-weight: 600;}
.footer_center{width:280px;float:left;color:#fff;font-size:18px;margin-left:80px;
    margin-top: -10px;}
.footer_center a{display:flex;color:#fff}
.footer_center a img{display:block;margin-top:5px;}
.footer_center a b{font-size:24px;color:#fff;line-height: 1.3;font-weight:100;padding-left:10px;}
.footer_center a b i{font-size:14px;color:#fff;font-style: normal;}

.footer_right{width:580px;float:left;color:#fff;font-size:18px;margin-top: 8px;}
.footer_right div{float:left;color:#fff;font-size:16px;margin-left:10px;}
.footer_right div input{border-radius:100px}
.footer_botton input{background:#71b526;border:none;font-size:16px;color:#fff;padding:7px 20px}

@media (max-width: 999px) {
	.footer_lx{ position: absolute;
 left:0;top: -258px;
    height: 255px;width:100%;border-radius:0px;background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);padding:5px;}
  .footer_left{width:100%;float:left;color:#fff;font-size:18px;}
  .footer_center{width:100%;float:left;color:#fff;font-size:18px;margin-left:0px;margin-top: 18px;}
  .footer_right{width:100%;float:left;color:#fff;font-size:18px;margin-top: 18px;}
  .footer_botton{margin-top:20px;}
}

.banner h3{position: absolute;
text-align: center;
    top: 65%;
    font-size: 42px;font-weight:600;text-align:center;width:100%;background: linear-gradient(to left, #0e9cd3, #71b526);
    -webkit-background-clip: text;
    color: transparent;-webkit-box-reflect: below -15px
-webkit-gradient(linear,left top,left bottom, from(rgba(0,0,0,.1)),to(rgba(255,255,255,0.1)));}

@media (max-width: 999px) {
	.banner h3{font-size: 2rem;top: 35%;}
}

#page_index .about {
  padding: 7rem 0;
  background: url("../images/index44444.jpg") no-repeat left bottom;
}
@media (max-width: 767px) {
  #page_index .about {
    padding: 30px 0;
  }
}
#page_index .about .about-con .about-left {
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;margin-top: 30px;
}
#page_index .about .about-con .about-right {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: 3%; cursor: pointer;margin-top: 30px;
}
#page_index .about .about-button {
  width: 100%;
  text-align: right;
  padding: 0 ;
}
#page_index .about .swiper-button-prev {
  padding-right: 6rem;
}
#page_index .about .swiper-button-next,
#page_index .about .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  display: inline-block;
  width: auto;
  height: auto;
}
#page_index .about .swiper-button-next:after,
#page_index .about .swiper-button-prev:after {
  color: #a6a8ad;
  font-size: 1rem;
  opacity: 1;
}
#page_index .about .swiper-pagination {
  font-size: 1.5rem;
  color: #66767f;
  text-align: right;
  bottom: -1.85rem;
  padding: 0 2rem;
  position: relative;
}
#page_index .about .videos {
  position: absolute;
 left: 50%;
    top: 50%;
  z-index: 1;
}
.about-right_img:hover{background:rgb(0,0,0,0.8)}
#page_index .about .videos h3 {
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.6;
}
#page_index .about .videos .play {
  cursor: pointer;
}
#page_index .about .videos .play span {
  margin: 0 0.5rem;
  color: #fff;
  font-size: 0.875rem;
}
#page_index .about .about-info {
  width: 680px;
  max-width: 100%;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
#page_index .about .about-info h1 {
  color: #333333;
  font-size: 30px;
  margin: 1.5rem 0;
}
#page_index .about .about-info p {
  font-size: 0.875rem;
  color: #66767f;
  line-height: 1.8;
}
#page_index .about .swiper-about .figure {
  position: relative;
}
#page_index .about .swiper-about .figure .figure-img {
  margin-bottom: 0;
}
#page_index .about .swiper-about .figure .figure-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#page_index .about .swiper-about .figure .figure-caption {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-image: -webkit-linear-gradient(right, rgba(32, 184, 233, 0.5), rgba(2, 59, 177, 0.5));
  background-image: linear-gradient(to right, rgba(32, 184, 233, 0.5), rgba(2, 59, 177, 0.5));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#page_index .about .swiper-about .figure .figure-caption svg {
  font-size: 3.5rem;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#page_index .about .swiper-about .figure .figure-caption p {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
#page_index .about .swiper-about .figure:hover .figure-caption {
  top: 0;
}
#page_index .about .swiper-about .figure:hover .figure-caption svg {
  transform: rotate(-360deg);
}
#page_index .about .about-swiper .swiper-pagination {
  position: relative;
}
#page_index .about .about-swiper .about-button-next {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #page_index .about .videos {
        width: 12rem;
    height: 12rem;
    left: 50%;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: -6rem;
  }
  #page_index .about .about-con .about-left,
  #page_index .about .about-con .about-right {
    width: 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    margin: 1rem auto;
  }
}
#page_index .honor {
  padding: 6rem 0;
  background-color: #f9f9f9;
}
#page_index .honor .swiper-honor .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #71b526;
  /* 不支持线性的时候显示 */
  background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);
  opacity: 1;
}
#page_index .honor .swiper-honor .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #333333;
  background-image: none;
}
#page_index .honor .swiper-honor .swiper-pagination {
  bottom: auto;
}
#page_index .case {
  padding: 7rem 0;
  background: url("../images/case_bg.jpg") no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  #page_index .case {
    padding: 30px 0;
  }
}
#page_index .case .h2title span {
  display: block;
  max-width: 21rem;
  line-height: 1.5rem;
}
#page_index .case .figure {
  margin-top: 1rem;
  width: 100%;
}
#page_index .case .figure figcaption {
  width: 100%;
  height: 6rem;
  border: 1px solid #e8e8e8;
}
#page_index .case .figure figcaption img {
  width: auto;
  max-width: 100%;
}
#page_index .case .figure p {
  margin-bottom: 0;
}
#page_index .case .swiper-case {
  width: 610px;
  margin: auto;
  max-width: 100%;
}
#page_index .case .swiper-case .swiper-slide {
  text-align: center;
}
#page_index .case .swiper-case .swiper-pagination {
  bottom: 0;
  padding-top: 1rem;
}
#page_index .case .swiper-case .swiper-pagination .swiper-pagination-bullet {
  outline: 0;
  width: 1rem;
  height: 1rem;
}
#page_index .case .swiper-case .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #71b526;
  /* 不支持线性的时候显示 */
  background-image: -webkit-linear-gradient(-136deg, #0e9cd3, #71b526);
  background-image: linear-gradient(-136deg, #0e9cd3, #71b526);
}
#page_index .news {
  padding-bottom: 7%;
  background: url("../images/news_bg.jpg") no-repeat center;
  background-size: cover;
}
#page_index .news .news-opac {
  padding: 5rem 0;
  background-color: rgba(255, 255, 255, 0.5);
}
#page_index .news .news-title {
  color: #333333;
  font-size: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(126, 117, 108, 0.3);
}
#page_index .news .news-summary {
  border-bottom: 1px solid rgba(126, 117, 108, 0.3);
  padding: 0.5rem 0 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}
#page_index .news .news-summary .p1 {
  color: #333333;
  font-size: 1rem;
}
#page_index .news .news-summary .p2 {
  color: #66767f;
  font-size: 0.875rem;
}
#page_index .news .newslist li a {
  display: block;
  color: #333333;
  font-size: 1rem;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#page_index .news .newslist li a:before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background-color: #66767f;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#page_index .news .newslist li a:hover {
  color: #0e9cd3;
}
#page_index .news .newslist li a:hover:before {
  border-radius: 0;
}
#page_index .news .news-more {
  font-size: 0.875rem;
  color: #66767f;
  margin-top: 1rem;
  margin-left: 2rem;
  display: block;
}
#page_index .news .news-more:hover {
  color: #0e9cd3;
}

#feedback label {
  font-size: 0.875rem;
  color: #fff;
}
#feedback .form-group {
  margin-right: 1rem;
}
#feedback .form-control {
  border-radius: 0 ;
  border: 0;
}
#feedback input[type="submit"] {
  background-color: #333333;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border: 0;
  padding: 0.5rem 1.5rem;
}
#feedback input[type="text"] {
  width: 8rem;
}
#feedback input[type="tel"] {
  width: 16rem;
}
input:-internal-autofill-selected {
  background-color: transparent!important;
  background-image: none !important;
  color: #fff !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(10, 19, 42, 0.35);
  font-size: 0.875rem;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(10, 19, 42, 0.35);
  font-size: 0.875rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(10, 19, 42, 0.35);
  font-size: 0.875rem;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(10, 19, 42, 0.35);
  font-size: 0.875rem;
}
.about_effect {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.about_effect:before,
.about_effect:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.about_effect:hover:before,
.about_effect:before {
  right: 0;
  top: 0;
}
.about_effect:after {
  opacity: 0.3;
  left: 0;
  bottom: 0;
}
.about_effect:hover:after,
.about_effect:hover:before {
  width: 100%;
  height: 100%;
  opacity: 0;
}
/*内页banner*/
.sbann {
  background-position: center top;
  background-attachment: fixed;
  height: 24rem;
  color: #e0e0e0;
  overflow: hidden;
  background-repeat: no-repeat;
}
.sbann h2 {
  font-size: 2.25rem;
  color: #0e9cd3;
  text-transform: uppercase;
  padding-top: 5rem;
}
.sbann p {
  font-size: 0.875rem;
  color: inherit;
}
/*内页*/
/*分页*/
.pagination {
  padding: 5rem 0 0;
}
.pagination * {
  transition: none!important;
}
.pagination li.page-item a {
  color: #aeaeaf;
  font-size: 1rem;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  border: 1px solid #626262;
  border-radius: 0!important;
  padding: 0.6rem 1rem;
}
.pagination li.page-item a:hover {
  background-color: transparent;
  color: #0e9cd3;
  border-color: #626262;
}
.pagination li.page-item.active .page-link {
  background-color: transparent;
  color: #0e9cd3;
  border-color: #626262;
}
.pagination li.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 186, 107, 0.25);
}
.btn-secondary:hover {
  color: #343434;
  background-color: #0e9cd3;
  border-color: #0e9cd3;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #343434;
  background-color: #0e9cd3;
  border-color: #0e9cd3;
}
/*响应*/
@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1670px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.1rem 0.5rem;
  }
}
@media (max-width: 1570px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.1rem 0.8rem;
  }
  .navbar .navbar-brand span {
    display: none;
  }
}
@media (max-width: 1440px) {
  footer .foot-menu a,
  footer .foot-info .p2 {
    font-size: 0.875rem;
  }
  .about .swiper-button {
    opacity: 0;
  }
}
@media (max-width: 1400px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.1rem 0.5rem;
  }
  #feedback input[type="tel"] {
    width: 15rem;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 85%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 70%;
  }
}
@media (max-width: 991px) {
  footer .foot-menu .p1,
  footer .foot-info .p1 {
    margin-top: 2rem;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid #daccc0;
  }
  .navbar-dark .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
  .navbar-dark .navbar-nav > li {
    width: 100%;
  }
  .navbar-dark .navbar-nav > li.nav-phone {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 50%;
	display:none
  }
  .navbar-dark .navbar-nav > li.nav-ENlink,
  .navbar-dark .navbar-nav > li.nav-search {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 20%;
  }
}
@media (max-width: 767px) {
  #page_index .h2title {
    margin-bottom: 30px;
  }
  footer .flex-menu {
    display: none;
  }
  footer .foot-menus {
    padding-top: 2rem;
  }
  footer .p1 {
    font-size: 1.2rem;
    text-align: left;
    width: 100%;
  }
  footer .p3 {
    margin-top: 1rem;
    text-align: left;
    width: 100%;
    margin-bottom: 1rem;
  }
  #feedback .form-group {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #feedback .input-groups {
    margin: 0;
  }
  #feedback input[type="text"],
  #feedback input[type="tel"] {
    width: 19rem;
  }
}
@media (max-width: 576px) {
  .h2title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  a.more {
    padding: 1rem;
    margin: 2rem auto;
    display: block;
    text-align: center;
  }
  #page_index .about .swiper-about:before,
  #page_index .about .swiper-about:after {
    width: 30px;
  }
  footer .f-t > .flex-info .foot-info {
    margin-bottom: 2rem;
  }
  footer .f-t > .flex-info .foot-info,
  footer .f-t > .flex-info .foot-feedback {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#55c893 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#55c893 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_phone a{color:#fff}
.yb_bar .yb_QQ{text-indent:0;background:#55c893 url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#55c893 url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 9px 5px 9px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}