html,
body {
  height: 100%;
}
/* header */
.header {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  background-color: #fff;
}
.header.fix-c {
  background-color: #000;
}
.header .logo {
  display: block;
  font-size: 0;
}
.header .logo img {
  height: 0.53rem;
}
.header .nav a {
  font-size: 0.16rem;
  color: #333f3f;
  display: block;
}
.header .nav a:hover {
  color: #6bad04;
}
.header .nav .item {
  float: left;
  position: relative;
  line-height: 0.8rem;
  height: 0.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.45rem;
}
.header .nav .item:hover .link,
.header .nav .item.on .link {
  color: #6bad04;
}
.header .nav .item .link {
  line-height: 0.4rem;
  overflow: hidden;
  margin-top: 0.2rem;
}
.header .nav .item .link .txt {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .nav .item .link .txt::before {
  content: attr(data-txt);
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%;
  height: 100%;
  left: 0;
}
.header .nav .item .link:hover .txt {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header .nav .item .sub-nav {
  min-width: 100%;
  position: absolute;
  top: 0.8rem;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
  display: none;
  background-color: #fff;
  border-top: 0;
}
.header .nav .item .sub-item {
  white-space: nowrap;
  width: auto;
  line-height: 0.5rem;
  padding: 0 0.2rem;
}
.header .nav .item .sub-item:hover {
  opacity: 0.8;
}
.header .m-r-con .menu {
  display: none;
}
.header .m-r-con .btn {
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/icon/search.png) no-repeat;
  background-size: 100%;
  display: block;
  margin-top: 0.28rem;
  cursor: pointer;
}
.header .m-r-con .search-pup {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 101;
  left: 0;
  height: 0.8rem;
  padding: 0 8%;
  display: none;
}
.header .m-r-con .search-pup .inp {
  width: 100%;
  line-height: 0.5rem;
  height: 0.5rem;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding-right: 1rem;
  font-size: 0.18rem;
}
.header .m-r-con .search-pup .r-icon {
  position: absolute;
  right: 8%;
  height: 0.24rem;
  top: 50%;
  margin-top: -0.12rem;
  font-size: 0;
  line-height: 0;
}
.header .m-r-con .search-pup .s-btn,
.header .m-r-con .search-pup .close {
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/icon/search.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  top: 50%;
  margin-left: 0.2rem;
}
.header .m-r-con .search-pup .close {
  background: url(../images/icon/close.png) no-repeat;
  background-size: 100%;
}
/* banner */
.banner {
  width: 100%;
  height: 6.86rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .banner-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .swiper-slide {
  width: 100%;
  height: 100%;
  float: left;
  background-position: center;
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .swiper-pagination {
  padding: 0 1rem;
  bottom: 0.4rem;
  font-size: 0;
  line-height: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.62rem;
  height: 0.04rem;
  opacity: 1;
  position: relative;
  margin: 0 0.08rem;
  background-color: #a7a7a9;
  
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet::before{
  content: '';
  width: 100%;
  height: .04rem;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transform-origin: 0 1px;
  transform: scaleX(0);
}
.banner .swiper-pagination .swiper-pagination-bullet-active::before {
  transform: scaleX(1);
}
.banner .banner-num {
  width: 100%;
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.banner .banner-num li {
  width: 60px;
  height: 4px;
  background-color: #333;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
}
.banner .banner-num li.active {
  background-color: #6bad04;
}

.banner .text{
  width: 100%;
  max-width: 1377px;
  margin: 0 auto;
  line-height: 1;
  padding-top: 2.15rem;
}

.banner .text .bg{
  line-height: .44rem;
  padding: 0 .35rem;
  -webkit-border-radius: .5rem;
  border-radius: .5rem;
  font-size: .24rem;
  color: #fff;
  display: inline-block;
  margin-bottom: .35rem;
  background-image: linear-gradient(90deg,#0064c6,#2a8dfe);
}
.banner .swiper-slide:nth-child(2) .text .bg{
  background-image: linear-gradient(90deg,#026aa4,#4ba5b0);
}
.banner .swiper-slide:nth-child(3) .text .bg{
  background-image: linear-gradient(90deg,#0f7837,#48b240);
}
.banner .swiper-slide:nth-child(4) .text .bg{
  background-image: linear-gradient(90deg,#7d4841,#d59162);
}
.banner .text .tit{
  font-size: .6rem;
  font-weight: bold;
  color: #333;
  margin-bottom: .35rem;
  animation-delay: .15s;
}
.banner .ani{opacity: 0;}
.banner .swiper-slide:nth-child(1) .tit,.banner .swiper-slide:nth-child(2) .tit{color: #fff;}

.banner .swiper-slide:nth-child(1) .des{color: #8094a9;}
.banner .swiper-slide:nth-child(2) .des{color: #83888c;}

.banner .text .des{font-size: .28rem;color: #000;font-weight: lighter; animation-delay: .2s;}

/* in-banner */
.in-banner {
  height: 5.05rem;
}
.in-banner .swiper-slide {
  width: 100%;
  height: 100%;
  float: left;
  background-position: center;
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.in-banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.in-banner .m-com-search{
  width: 32.81%;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.in-banner .m-com-search .inp{
  width: 100%;
  line-height: .5rem;
  height: .5rem;
  border: 1px solid #fff;
  background-color: rgba(255,255,255,.3);
  padding: 0 1.15rem 0 .15rem;
  font-size: .18rem;
  color: #333;
}
.in-banner .m-com-search .inp::-webkit-input-placeholder{
  font-size: .18rem;
  color: #fff;
}
.in-banner .m-com-search .submit{
  position: absolute;
  width: 1rem;
  line-height: .5rem;
  top: 0;
  right: 0;
  text-align: center;
  color: #fff;
  background-color: #6db404;
  font-size: .18rem;
  border: 1px solid #6db404;
  z-index: 5;
}
/* sin-banner */
.sin-banner {
  height: 6.7rem;
}
.sin-banner .swiper-slide {
  width: 100%;
  height: 100%;
  float: left;
  background-position: center;
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.sin-banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
/* com-tit */
.com-tit {
  padding: 1rem 0 0.5rem;
  line-height: 0.4rem;
}
.com-tit .l-tit {
  font-size: 0.36rem;
  font-weight: bold;
  color: #373c42;
  line-height: 1.2;
  font-family: 'Arial';
}
.com-tit .plan-s {
  font-size: 0.24rem;
  max-width: 70%;
}
.com-tit .plan-s .swiper-slide {
  margin-left: 1.1rem;
  width: auto;
  color: #999;
}
.com-tit .plan-s .swiper-slide.on,
.com-tit .plan-s .swiper-slide:hover {
  color: #6bad04;
}
.com-tit .link {
  font-size: 0.2rem;
  color: #999;
}
.com-tit .link:hover {
  color: #6bad04;
}
/* hover-item */
.hover-item .img {
  position: relative;
  overflow: hidden;
}
.hover-item .img img {
  width: 100%;
  height: 100%;
}
.hover-item .img:hover .jqthumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-item .jqthumb {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* h-plan */
.h-plan .l-img {
  width: 42.72%;
  height: 5.65rem;
  float: left;
}
.h-plan .r-text {
  width: 57.28%;
  height: 5.65rem;
  float: left;
  background-color: #f7f8fa;
  padding: .7rem 0.8rem;
  position: relative;
}
.h-plan .r-text .r-tip{
    position: absolute;
    top: 0;
    right: 0;
    line-height: .46rem;
    font-size: .16rem;
    color: #fff;
    background-color: #6bad04;
    padding: 0 .15rem;
    z-index: 1;
}
.h-plan .r-text .tit {
  font-size: 0.36rem;
  color: #333;
  line-height: 1;
  margin-bottom: 0.24rem;
}
.h-plan .r-text .des {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 1.08rem;
  margin-bottom: 0.25rem;
}
.h-plan .r-text .tips {
  margin-left: -0.15rem;
  height: 1.71rem;
  overflow: hidden;
}
.h-plan .r-text .tips .tip {
  min-width: 0.92rem;
  line-height: 0.42rem;
  background-color: #fff;
  margin-bottom: 0.15rem;
  padding: 0 0.15rem;
  float: left;
  -webkit-border-radius: 0.06rem;
  border-radius: 0.06rem;
  font-size: 0.14rem;
  color: #333;
  margin-left: 0.15rem;
  text-align: center;
}
.h-plan .r-text .more {
  width: 1.15rem;
  line-height: 0.45rem;
  background-color: #d7d7d7;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  color: #fff;
  font-size: 0.16rem;
  display: block;
  text-align: center;
  margin-top: 0.2rem;
  position: relative;
  -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.h-plan .r-text .more::before{
    content: '';
    display: block;
    width: 40%;
    height: 130%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-45px) rotateZ(-10deg) translateY(-12px);
    -moz-transform: translate(-45px) rotateZ(-10deg) translateY(-12px);
    -ms-transform: translate(-45px) rotateZ(-10deg) translateY(-12px);
    -o-transform: translate(-45px) rotateZ(-10deg) translateY(-12px);
    transform: translate(-45px) rotateZ(-10deg) translateY(-12px);
    background: linear-gradient(90deg,transparent,rgba(238,245,255,.3),transparent);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.h-plan .r-text .more:hover{
    background-color: #6bad04;
}
.h-plan .r-text .more:hover::before {
    -webkit-transform: translate(154px) rotateZ(-10deg) translateY(-12px);
    -moz-transform: translate(154px) rotateZ(-10deg) translateY(-12px);
    -ms-transform: translate(154px) rotateZ(-10deg) translateY(-12px);
    -o-transform: translate(154px) rotateZ(-10deg) translateY(-12px);
    transform: translate(154px) rotateZ(-10deg) translateY(-12px);
}
.h-plan .con .change-item {
  display: none;
}
.h-plan .con .change-item:first-child {
  display: block;
}
/* h-pro */
.h-pro {
  margin-bottom: 0.45rem;
}
.h-pro .pro-list {
  margin-left: -1.75%;
}
.h-pro .hover-item {
  width: 31.58%;
  display: block;
  float: left;
  margin-left: 1.75%;
}
.h-pro .hover-item:hover .text .tit {
  color: #6bad04;
}
.h-pro .img {
  width: 100%;
  height: 4.8rem;
  background-color: #f0f0f0;
}
.h-pro .text {
  padding: 0.35rem 0 0.55rem;
  line-height: 1.2;
  font-size: 0.18rem;
  color: #868686;
}
.h-pro .text .tit {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h-pro .text .des {
  height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* h-about */
.h-about {
  width: 100%;
  height: 5.9rem;
  background: url(../images/about-bg.jpg) no-repeat center center / cover;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 1.6rem 0.2rem 0;
}
.h-about .tit {
  position: relative;
  font-size: 0.4rem;
  font-weight: bold;
  padding-bottom: 0.3rem;
  margin-bottom: 0.44rem;
}
.h-about .tit::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.78rem;
  height: 0.05rem;
  background-color: #fff;
  margin-left: -0.39rem;
}
.h-about .des {
  font-size: 0.32rem;
  line-height: 0.4rem;
  margin-bottom: 0.7rem;
}
.h-about .link {
  width: 1.14rem;
  line-height: 0.44rem;
  font-size: 0.16rem;
  color: #fff;
  background-color: #6bad04;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  margin: 0 auto;
  display: block;
}
.h-about .link:hover {
  background-color: #629217;
}
/* com-case-list */
.com-case-list {
  margin-left: -2.33%;
}
.com-case-list .hover-item {
  display: block;
  float: left;
  width: 31%;
  margin-left: 2.33%;
}
.com-case-list .hover-item .img {
  width: 100%;
  height: 3.2rem;
}
.com-case-list .hover-item:hover .text .tit {
  color: #6bad04;
}
.com-case-list .text {
  padding: 0.35rem 0 0.45rem;
  line-height: 1.2;
}
.com-case-list .text .tit {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com-case-list .text .des {
  font-size: 0.18rem;
  height: 0.22rem;
  color: #868686;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* h-news */
.h-news {
  background-color: #f7f8fa;
  padding-bottom: 1.2rem;
}
.h-news .news-list {
  margin-left: -1.54%;
}
.h-news .news-list .hover-item {
  width: 23.453%;
  display: block;
  float: left;
  margin-left: 1.54%;
  background-color: #fff;
  border: 1px solid #edeef0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.h-news .news-list .hover-item:hover {
  border-color: #6bad04;
}
.h-news .news-list .hover-item:hover .text .tit {
  color: #6bad04;
}
.h-news .news-list .img {
  width: 100%;
  height: 1.7rem;
}
.h-news .news-list .text {
  padding: 0.35rem 0.25rem;
}
.h-news .news-list .text .tit {
  font-size: 0.22rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  margin-bottom: 0.15rem;
}
.h-news .news-list .text .des {
  font-size: 0.16rem;
  color: #868686;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.35rem;
}
.h-news .news-list .text .more {
  font-size: 0.16rem;
  color: #656a76;
  line-height: 1;
}
.h-news .news-list .text .more:hover {
  color: #6bad04;
}
/* footer */
.footer {
  background-color: #1d1d1d;
}
.footer .l-menu {
  font-size: 0.14rem;
  width: 80%;
}
.footer .l-menu .box {
  width: 12.7%;
  float: left;
}
.footer .l-menu .tit {
  font-size: 0.16rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.4rem;
  display: block;
}
.footer .l-menu .item {
  display: block;
  color: #b5b9b8;
  margin-bottom: 0.28rem;
}
.footer .l-menu .item:hover {
  color: #fff;
}
.footer .r-code {
  width: 1.9rem;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
}
.footer .r-code .img {
  width: 1.9rem;
  height: 1.9rem;
  margin-bottom: 0.25rem;
}
.footer .r-code .img img {
  width: 100%;
  height: 100%;
}
.footer .f-info {
  padding: 0.42rem 0 0.5rem;
}
.footer .copy-right {
  border-top: 1px solid #343434;
  color: #767579;
  font-size: 0.14rem;
  line-height: 0.3rem;
  padding: 0.2rem 0;
}
.footer .copy-right a {
  color: #767579;
}
.footer .copy-right a:hover {
  color: #fff;
}
.footer .copy-right .link {
  margin-left: 0.2rem;
}
/* fix-footer */
.fix-footer {
  display: none;
}
/* right-fix */
.right-fix {
  position: fixed;
  top: 50%;
  margin-top: -1.2rem;
  right: 0.25rem;
  z-index: 20;
}
.right-fix .item {
  width: 0.45rem;
  height: 0.45rem;
  position: relative;
  margin: 0.25rem 0;
}
.right-fix .item:hover a {
  background: #83ba39 url(../images/icon/right-icon-s.png) no-repeat;
  background-size: 0.45rem;
}
.right-fix .item a {
  width: 0;
  height: 100%;
  background: #fff url(../images/icon/right-icon.png) no-repeat;
  background-size: 0.45rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 0.45rem;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0.05rem 0 #ccc;
}
.right-fix .item .num {
  white-space: nowrap;
  line-height: 0.6rem;
  font-size: 0.2rem;
  color: #fff;
}
.right-fix .item.wx a {
  background-position: 0 -0.45rem;
}
.right-fix .item.contact a {
  background-position: 0 -2rem;
  font-size: 0.14rem;
  font-weight: bold;
  color: #ccc;
}
.right-fix .item.contact a .txt {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  margin-top: 0.11rem;
}
.right-fix .item.top a {
  background-position: 0 -0.9rem;
}
.right-fix .item.wx .img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  right: 0.45rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.right-fix .item.wx .img img {
  width: 1rem;
}
.right-fix .item.wx:hover a {
  overflow: inherit;
}
.right-fix .item.wx:hover a .img {
  opacity: 1;
}
/* in-page */
.in-page {
  width: 100%;
  max-width: 14.4rem;
  margin-left: auto;
  margin-right: auto;
}
/* m-product */
.m-product {
  margin-bottom: 1.2rem;
}
.m-product .items {
  margin-left: -3.75%;
  overflow: hidden;
}
.m-product .link {
  font-size: 0.34rem;
  color: #191919;
  display: block;
  line-height: 1;
  padding: 0.5rem 0;
}
.m-product .hover-item {
  width: 29.58%;
  margin-left: 3.75%;
  float: left;
}
.m-product .hover-item .img {
  height: 4.1rem;
  background-color: #f0f0f0;
}
.m-product .hover-item .txt {
  margin: 0.4rem 0;
  font-size: 0.24rem;
  color: #040509;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  height: 0.28rem;
}
.m-product .hover-item:hover .txt {
  color: #6bad04;
}
/* m-crumbs */
.m-crumbs {
  background-color: #fff;
  line-height: 0.8rem;
}
.m-crumbs .m-focus {
  width: 65%;
  float: left;
}
.m-crumbs .m-focus .swiper-slide {
  font-size: 0.18rem;
  color: #757575;
  position: relative;
  width: auto;
  margin-right: 0.55rem;
  display: inline-block;
}
.m-crumbs .m-focus .swiper-slide::after {
  content: '';
  width: 0;
  left: 50%;
  height: 0.03rem;
  background-color: #6bad04;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-crumbs .m-focus .swiper-slide.on,
.m-crumbs .m-focus .swiper-slide:hover {
  color: #6bad04;
  color: #333;
}
.m-crumbs .m-focus .swiper-slide.on::after,
.m-crumbs .m-focus .swiper-slide:hover::after {
  width: 100%;
  left: 0;
}
.m-crumbs .r-links {
  color: #999;
  font-size: 0;
  line-height: 0;
}
.m-crumbs .r-links .txt {
  font-size: 0.14rem;
  display: inline-block;
  line-height: 0.8rem;
}
.m-crumbs .r-links .link {
  color: #999;
  font-size: 0.14rem;
  position: relative;
  line-height: 0.8rem;
  display: inline-block;
}
.m-crumbs .r-links .link:hover {
  color: #6bad04;
}
.m-crumbs .r-links .link + .link::before {
  content: '>';
  padding: 0 0.05rem;
}
/* m-pro-list */
.m-bg {
  background-color: #f4f4f4;
}
.m-pro-list {
  padding: 0.5rem 0;
}
.m-pro-list .items {
  margin-left: -2.63%;
}
.m-pro-list .item {
  display: block;
  float: left;
  width: 47.37%;
  margin-left: 2.63%;
  background-color: #fff;
  margin-bottom: 0.38rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-pro-list .item .img {
  width: 51.42%;
  height: 3.35rem;
}
.m-pro-list .item:hover {
  -webkit-transform: translate3d(0, -0.15rem, 0);
  transform: translate3d(0, -0.15rem, 0);
  box-shadow: 0 0.1rem 0.4rem 0 #d7d7d7;
}
.m-pro-list .item:hover .text .more {
  background-image: -webkit-linear-gradient(-51deg, #9dd14b, #7ab51d);
  background-image: linear-gradient(-51deg, #9dd14b, #7ab51d);
}
.m-pro-list .text {
  padding: 0.55rem 0.5rem 0.5rem 0;
}
.m-pro-list .text .tit {
  font-size: 0.24rem;
  color: #040509;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.m-pro-list .text .des {
  font-size: 0.18rem;
  color: #9d9d9d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-pro-list .text .more {
  line-height: 0.44rem;
  display: inline-block;
  padding: 0 0.25rem;
  background-color: #d7d7d7;
  font-size: 0.16rem;
  color: #fff;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  margin-top: 1.1rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* m-case */
.m-case {
  padding: 0.75rem 0;
}
.m-case .com-case-list {
  margin-left: -2.33%;
}
.m-case .com-case-list .hover-item {
  width: 31%;
  margin-left: 2.33%;
}
.m-case .com-case-list .hover-item .img {
  height: 3.2rem;
}
.m-case .com-case-list .text {
  padding: 0.4rem 0 0.6rem;
}
/* m-service */
.m-service {
  padding: 0.6rem 0 1.2rem;
  color: #666;
}
.m-service .three-nav{
  width: 100%;
  overflow-y: visible;
  position: relative;
}
.m-service .three-nav::after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-service .three-nav .swiper-slide{
  width: auto;
  color: #666;
  font-size: .18rem;
  padding-bottom: .22rem;
  position: relative;
  margin-right: .5rem;
}
.m-service .three-nav .swiper-slide::after{
  content: '';
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  background-color: #7ab51d;
  transition: all .3s;
  z-index: 10;
}
.m-service .three-nav .swiper-slide.on,.m-service .three-nav .swiper-slide:hover{
  color: #7ab51d;
}
.m-service .three-nav .swiper-slide.on::after{
  width: 100%;
  left: 0;
}
.m-service .change-box .qus-list{
  display: none;
}
.m-service .change-box .qus-list:first-child{
  display: block;
}
.m-service .qus-list .item {
  border-bottom: 1px solid #d8d8d8;
}
.m-service .qus-list .item.open .tit:before,
.m-service .qus-list .item.open .tit:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.m-service .qus-list .item.open .tit:before {
  opacity: 0;
}
.m-service .qus-list .tit {
  line-height: 0.68rem;
  position: relative;
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  padding-right: 0.4rem;
}
.m-service .qus-list .tit:before,
.m-service .qus-list .tit:after {
  content: '';
  position: absolute;
  background-color: #9d9c9d;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.m-service .qus-list .tit:before {
  width: 0.16rem;
  height: 0.02rem;
  margin-top: -0.01rem;
  right: 0;
}
.m-service .qus-list .tit:after {
  width: 0.02rem;
  height: 0.16rem;
  margin-top: -0.08rem;
  right: 0.07rem;
}
.m-service .qus-list .ans {
  background-color: #fff;
  padding: 0.25rem;
  line-height: 0.36rem;
  font-size: 0.16rem;
  color: #666;
  display: none;
}
.m-service .qus-list .ans .txt {
  position: relative;
  padding-left: 0.12rem;
}
.m-service .qus-list .ans .txt:before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
}
/* m-service-d */
.m-service-d {
  padding: 0.85rem 0;
}
.m-service-d .down-list {
  margin-left: -1.73%;
}
.m-service-d .item {
  width: 48.27%;
  display: block;
  float: left;
  background-color: #fff;
  margin-left: 1.73%;
  margin-bottom: 0.25rem;
  border: 1px solid #ebebed;
  padding: 0.3rem 0.3rem 0.25rem;
}
.m-service-d .item:hover .more {
  background-image: -webkit-linear-gradient(-51deg, #9dd14b, #7ab51d);
  background-image: linear-gradient(-51deg, #9dd14b, #7ab51d);
  background: #9dd14b \9;
}
.m-service-d .item .top {
  border-bottom: 1px solid #edeef0;
  line-height: 1.06rem;
  padding-bottom: 0.27rem;
}
.m-service-d .item .icon {
  width: 0.98rem;
  margin-right: 0.34rem;
}
.m-service-d .item .icon img {
  width: 100%;
  height: 100%;
}
.m-service-d .item .tit {
  font-size: 0.22rem;
  color: #333;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-service-d .item .more {
  line-height: 0.44rem;
  width: 1.14rem;
  background-color: #d7d7d7;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  text-align: center;
  color: #fff;
  margin-top: 0.31rem;
}
.m-service-d .item .des {
  color: #868686;
  line-height: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.52rem;
  margin-top: 0.2rem;
}
/* m-service-store */
.m-service-store {
  padding: 0.8rem 0 0.6rem;
}
.m-service-store .store-list {
  margin-left: -3.8%;
}
.m-service-store .item {
  width: 46.2%;
  padding: 0.5rem 0.5rem 0;
  display: block;
  float: left;
  margin-left: 3.8%;
  background-color: #fff;
  border: 1px solid #ebebed;
  margin-bottom: 0.58rem;
}
.m-service-store .item .tit {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 0.35rem;
  font-size: 0.24rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.m-service-store .item .text {
  padding-top: 0.3rem;
  line-height: 1;
}
.m-service-store .item .s-item {
  margin-bottom: 0.36rem;
}
.m-service-store .item .name {
  font-size: 0.18rem;
  color: #000;
  margin-bottom: 0.15rem;
}
.m-service-store .item .des {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* m-service-detail */
.m-service-detail {
  padding: 0.85rem 0;
}
.m-service-detail .top {
  margin-bottom: 0.65rem;
}
.m-service-detail .top .icon {
  width: 1.06rem;
  height: 1.12rem;
  margin-right: 0.45rem;
}
.m-service-detail .top .icon img {
  width: 100%;
  height: 100%;
}
.m-service-detail .top .info {
  line-height: 1;
}
.m-service-detail .top .tit {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.48rem;
  margin-bottom: 0.15rem;
}
.m-service-detail .top .des {
  font-size: 0.15rem;
  color: #666;
  margin-bottom: 0.15rem;
}
.m-service-detail .top .link {
  display: block;
  width: 1.3rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.2rem;
  background-image: -webkit-linear-gradient(-51deg, #9dd14b, #7ab51d);
  background-image: linear-gradient(-51deg, #9dd14b, #7ab51d);
  background-color: #7ab51d \9;
  margin-top: 0.31rem;
}
.m-service-detail .top .link:hover {
  box-shadow: 0 0 0.05rem #ccc;
}
.m-service-detail .down-focus {
  padding-bottom: 0.6rem;
}
.m-service-detail .down-focus .swiper-slide img {
  width: 100%;
}
.m-service-detail .down-focus .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.07rem;
  min-width: 8px;
  min-height: 8px;
  cursor: pointer;
}
.m-service-detail .down-focus .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6bad04;
}
.m-service-detail .down-focus .swiper-button-next.swiper-button-disabled,
.m-service-detail .down-focus .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.m-service-detail .down-focus .swiper-button-prev {
  left: 0;
}
.m-service-detail .down-focus .swiper-button-prev,
.m-service-detail .down-focus .swiper-button-next {
  width: 0.44rem;
  height: 0.44rem;
  background: rgba(0, 0, 0, 0.5) url(../images/icon/arrow.png) no-repeat;
  background-size: 0.88rem;
  margin-top: -0.52rem;
}
.m-service-detail .down-focus .swiper-button-next {
  right: 0;
  background-position: -0.44rem 0;
}
.m-service-detail .down-focus .down-btn {
  font-size: 0;
  bottom: 0;
}
.m-service-detail .bot {
  color: #666;
  line-height: 0.3rem;
}
.m-service-detail .bot .s-tit {
  position: relative;
  font-size: 0.18rem;
  color: #000;
  line-height: 1;
  padding-left: 0.3rem;
  margin-bottom: 0.2rem;
}
.m-service-detail .bot .s-tit::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.24rem;
  height: 0.02rem;
  min-height: 1px;
  background-color: #6bad04;
  margin-top: -0.01rem;
}
.m-service-detail .bot .des {
  margin-bottom: 0.5rem;
}
.m-service-detail .bot .down-link .link {
  color: #3a77e2;
}
.m-service-detail .bot .down-link .link:hover {
  text-decoration: underline;
}
/* m-about */
.m-about {
  padding: 0.9rem 0 1.4rem;
}
.m-about .img {
  width: 6.4rem;
}
.m-about .img img {
  width: 100%;
}
.m-about .text {
  overflow: hidden;
  margin-right: 7rem;
}
.m-about .text .tit {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.2;
  margin: 0.6rem 0 0.48rem;
}
.m-about .text .des {
  color: #666;
  line-height: 0.36rem;
}
/* m-contact */
.m-contact {
  padding: 0.85rem 0 0.5rem;
}
.m-contact .map {
  margin-bottom: 0.5rem;
  width: 50%;
  float: left;
}
.m-contact .map img {
  width: 100%;
}
.m-contact .map #dituContent {
  width: 100% !important;
  height: 4.2rem;
}
.m-contact .text {
  width: 50%;
  float: left;
}
.m-contact .text .tit {
  font-size: 0.24rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}
.m-contact .text .des {
  font-size: 0.18rem;
  color: #666;
}
.m-contact .text .des .item {
  margin-bottom: 0.25rem;
}
.m-contact .text .des .txt {
  color: #333;
}
.m-contact .text .r-code {
  width: 1.9rem;
  height: 1.9rem;
}
.m-contact .text .r-code img {
  width: 100%;
  height: 100%;
}
/* m-join */
.m-join {
  padding: 0.8rem 0;
}
.m-join .t-con {
  line-height: 0.8rem;
  font-size: 0.2rem;
  color: #313131;
  border-bottom: 1px solid #d8d8d8;
}
.m-join .t-con .item {
  width: 20%;
  text-align: center;
  float: left;
}
.m-join .t-con .item:first-child {
  text-align: left;
}
.m-join .t-con .item:last-child {
  text-align: right;
}
.m-join .b-con .job {
  line-height: 0.7rem;
  font-size: 0.18rem;
  color: #666;
  text-align: center;
}
.m-join .b-con .item {
  border-bottom: 1px solid #d8d8d8;
}
.m-join .b-con .item .slide {
  display: none;
}
.m-join .b-con .s-item {
  width: 20%;
  text-align: center;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.m-join .b-con .s-item:first-child {
  text-align: left;
}
.m-join .b-con .s-item:last-child {
  text-align: right;
}
.m-join .b-con .slide {
  background-color: #fff;
  padding: 0.35rem 0.25rem;
}
.m-join .b-con .slide .tip {
  line-height: 0.34rem;
  background-color: #666;
  font-size: 0.18rem;
  color: #fff;
  padding: 0 0.08rem;
  display: inline-block;
}
.m-join .b-con .slide .des {
  color: #666;
  line-height: 0.36rem;
  padding: 0.14rem 0;
}
.m-join .b-con .slide .send {
  display: inline-block;
  font-size: 0.18rem;
  color: #fff;
  background-color: #6bad04;
  padding: 0 0.44rem;
  line-height: 0.48rem;
  margin-top: 0.3rem;
}
.m-join .b-con .slide .send:hover {
  background-color: #6ea21b;
}
.m-join .m-page {
  margin-top: 0.6rem;
}
/* m-news */
.m-news {
  padding-top: 0.6rem;
}
.m-news .m-page {
  padding: 0.3rem 0 0.8rem;
}
.m-news .items {
  margin-left: -2.08%;
}
.m-news .hover-item {
  width: 31.25%;
  display: block;
  float: left;
  margin-left: 2.08%;
  height: 4.15rem;
  position: relative;
  margin-bottom: 0.3rem;
  border: 1px solid #ebebed;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-news .hover-item:hover .text .tit {
  color: #6bad04;
}
.m-news .hover-item:first-child {
  width: 64.58%;
}
.m-news .hover-item:first-child .img {
  height: 100%;
}
.m-news .hover-item:first-child .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
}
.m-news .hover-item:first-child .text .tit {
  line-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding: 0 0.3rem;
  font-size: 0.22rem;
  margin-bottom: 0;
}
.m-news .hover-item:first-child .text .des,
.m-news .hover-item:first-child .text .more {
  display: none;
}
.m-news .hover-item .img {
  width: 100%;
  height: 2.02rem;
}
.m-news .hover-item .text {
  padding: 0.3rem;
}
.m-news .hover-item .text .tit {
  font-size: 0.22rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.m-news .hover-item .text .des {
  color: #868686;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.48rem;
  margin-bottom: 0.35rem;
}
.m-news .hover-item .text .more {
  color: #656a76;
}
/* m-news-d */
.m-news-d {
  padding: 1rem 0 0.4rem;
}
.m-news-d img{
  max-width: 100%;
}
.m-news-d .t-con {
  text-align: center;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #e4e4e4;
}
.m-news-d .tit {
  font-size: 0.4rem;
  color: #000;
  text-align: center;
  line-height: 1.2;
}
.m-news-d .time {
  font-size: 0.22rem;
  color: #626264;
  margin-top: 0.6rem;
}
.m-news-d .des {
  padding: 0.6rem 0;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.46rem;
}
.m-news-d .des .txt {
  margin-bottom: 0.5rem;
}
.m-news-d .des .img {
  margin-left: -1.73%;
  margin-bottom: 0.5rem;
}
.m-news-d .des .img img {
  width: 48.27%;
  margin-left: 1.73%;
  float: left;
  display: block;
}
/* com-change */
.com-change {
  border-top: 1px solid #e4e4e4;
}
.com-change a {
  width: 50%;
  line-height: 1rem;
  font-size: 0.18rem;
  color: #333;
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com-change a:hover {
  color: #6bad04;
}
.com-change a.next {
  text-align: right;
}
/* m-pro-d */
.m-pro-d {
  padding-top: 0.5rem;
}
.m-pro-d .t-con {
  margin-bottom: 0.65rem;
}
.m-pro-d .pro-big {
  width: 41.66%;
  height: 5.65rem;
  background-color: #fff;
}
.m-pro-d .r-top {
  width: 53.47%;
}
.m-pro-d .r-top .tit {
  font-size: 0.4rem;
  color: #333;
  line-height: 0.9rem;
}
.m-pro-d .r-top .tips {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin: 0.2rem 0 0.37rem;
  padding: 0.3rem 0;
}
.m-pro-d .r-top .tips .tip {
  font-size: 0.22rem;
  line-height: 0.48rem;
  color: #666;
}
.m-pro-d .r-top .s-text {
  display: none;
}
.m-pro-d .pro-small .swiper-slide {
  width: 1.8rem;
  height: 1.65rem;
  background-color: #fff;
  cursor: pointer;
}
.m-pro-d .pro-small .swiper-slide:last-child {
  margin-right: 0 !important;
}
.m-pro-d .pro-small .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #6bad04;
}
.m-pro-d .pro-small .swiper-slide img {
  width: 100%;
  height: 100%;
}
.m-pro-d .pro-small .pro-prev,
.m-pro-d .pro-small .pro-next {
  opacity: 1;
  pointer-events: auto;
  width: 0.44rem;
  height: 0.44rem;
  background: rgba(0, 0, 0, 0.5) url(../images/icon/arrow.png) no-repeat;
  background-size: 0.88rem;
  margin-top: -0.22rem;
}
.m-pro-d .pro-small .pro-prev {
  left: 0;
}
.m-pro-d .pro-small .pro-next {
  right: 0;
  background-position: -0.44rem 0;
}
.m-pro-d .bot-con {
  padding-bottom: 1.3rem;
}
.m-pro-d .bot-con .pro-nav {
  line-height: 1rem;
  border-bottom: 1px solid #d8d8d8;
  font-size: 0.24rem;
  color: #7c7c7c;
}
.m-pro-d .bot-con .pro-nav .item {
  display: block;
  float: left;
  margin-right: 0.75rem;
  cursor: pointer;
}
.m-pro-d .bot-con .pro-nav .item.on {
  color: #000;
}
.m-pro-d .bot-con .pro-change {
  padding-top: 0.45rem;
}
.m-pro-d .bot-con .pro-change img {
  max-width: 100%;
  margin: 0.2rem 0;
}
.m-pro-d .bot-con .pro-change .box {
  display: none;
}
.m-pro-d .bot-con .pro-change .box:first-child {
  display: block;
}
.m-pro-d .bot-con .tit {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
.m-pro-d .bot-con .des {
  color: #666;
  line-height: 0.3rem;
}
.m-pro-d .bot-con .down-item {
  margin-bottom: 0.75rem;
}
.m-pro-d .bot-con .down-item .s-tit {
  font-size: 0.2rem;
  color: #333;
  position: relative;
  padding-left: 0.33rem;
  line-height: 0.22rem;
  margin-bottom: 0.15rem;
}
.m-pro-d .bot-con .down-item .s-tit:before {
  content: '';
  width: 0.25rem;
  height: 0.22rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.11rem;
}
.m-pro-d .bot-con .down-item.file .s-tit {
  background: url(../images/icon/p-icon1.png) no-repeat;
  background-size: 0.25rem;
}
.m-pro-d .bot-con .down-item.software .s-tit {
  background: url(../images/icon/p-icon2.png) no-repeat;
  background-size: 0.25rem;
}
.m-pro-d .bot-con .down-item.video .s-tit {
  background: url(../images/icon/p-icon3.png) no-repeat;
  background-size: 0.25rem;
}
.m-pro-d .bot-con .down-item .info {
  color: #666;
  margin-bottom: 0.25rem;
}
.m-pro-d .bot-con .down-item .link {
  display: block;
  color: #3a77e2;
  position: relative;
  padding-left: 0.2rem;
}
.m-pro-d .bot-con .down-item .link:hover {
  text-decoration: underline;
}
.m-pro-d .bot-con .down-item .link::before {
  content: '';
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #3a77e2;
  top: 50%;
  margin-top: -0.03rem;
  left: 0;
}
/* m-single */
.m-single {
  padding: 1rem 0 0.5rem;
}
.m-single img {
  max-width: 100%;
}
.m-single .sin-tit {
  text-align: center;
  padding: 0 1.8rem;
}
.m-single .sin-tit .tit {
  font-size: 0.32rem;
  color: #373c43;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.m-single .sin-tit .des {
  font-size: 0.2rem;
  color: #999;
  line-height: 0.36rem;
  margin-bottom: 0.45rem;
}
.m-single .box {
  background-color: #f7f8fa;
  width: 100%;
  height: 4.5rem;
  min-height: 4.5rem;
  margin-bottom: 0.2rem;
}
.m-single .box .img{
  width: 45%;
  height: 100%;
}
.m-single .box .text {
  height: 100%;
  width: 55%;
}
.m-single .box:nth-child(2n) .img {
  float: left;
}
.m-single .box:nth-child(2n) .text {
  float: right;
}
.m-single .box:nth-child(2n+1) .img {
  float: right;
}
.m-single .box:nth-child(2n+1) .text {
  float: left;
}
.m-single .box .text {
  padding: .6rem 0.4rem;
  line-height: 1;
}
.m-single .box .text .s-tit {
  font-size: 0.3rem;
  color: #333;
  margin-bottom: 0.35rem;
}
.m-single .box .text .s-des {
  font-size: 0.18rem;
  color: #666;
  line-height: .26rem;
}
.m-single .box .icons {
  /* margin-left: -.35rem; */
  overflow: hidden;
}
.m-single .box .icons .item {
  margin-top: 0.3rem;
  display: block;
  float: left;
  /* margin-left: .35rem; */
  font-size: 0.14rem;
  color: #999;
  width: 33.33%;
  padding: 0 .05rem;
  overflow: hidden;
  line-height: .5rem;
}
.m-single .box .icons .item .txt{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* float: left; */
}
.m-single .box .icons .item .icon {
  width: 0.56rem;
  height: 0.45rem;
  float: left;
  margin-right: .1rem;
}
.m-single .box .icons .item .icon img {
  width: 100% !important;
  height: 100% !important;
}
.m-single .s-item .txt{
  font-size: .16rem;
  color: #666;
  margin-top: .2rem;
  margin-bottom: .1rem;
  position: relative;
  padding-left: .2rem;
}
.m-single .s-item .txt::before{
  content: '';
  position: absolute;
  width: .1rem;
  height: .1rem;
  top: 50%;
  margin-top: -.05rem;
  left: 0;
  border-radius: 50%;
  background-color: #7ab51d;
}
.m-single .s-item .des{
  font-size: .14rem;
  color: #999;
  line-height: .26rem;
  margin-left: .25rem;
  margin: .1;
}
/* m-rec */
.m-rec {
  text-align: center;
  padding-top: 0.9rem;
  line-height: 1;
  padding-bottom: 1.2rem;
}
.m-rec .tit {
  font-size: 0.32rem;
  color: #373c43;
  margin-bottom: 0.35rem;
}
.m-rec .des {
  font-size: 0.2rem;
  color: #999;
  margin-bottom: 0.5rem;
}
.m-rec .swiper-slide {
  width: auto;
  font-size: 0.24rem;
  color: #040509;
  line-height: 1.1rem;
}
.m-rec .swiper-slide img {
  width: 100%;
}
.m-rec .swiper-slide .txt{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-rec .rec-prev,
.m-rec .rec-next {
  width: 0.44rem;
  height: 0.44rem;
  background: rgba(0, 0, 0, 0.5) url(../images/icon/arrow.png) no-repeat;
  background-size: 0.88rem;
  margin-top: -0.77rem;
  outline: none;
}
.m-rec .rec-prev {
  left: 0;
}
.m-rec .rec-next {
  right: 0;
  background-position: -0.44rem 0;
}
.m-rec .swiper-button-next.swiper-button-disabled,
.m-rec .swiper-button-prev.swiper-button-disabled {
  pointer-events: visible;
  opacity: 1;
}
/* m-mes */
.m-mes {
  padding: 0.85rem 0;
  min-height: 6rem;
}
.m-mes .tit {
  font-size: 0.24rem;
  color: #666;
}
.m-mes .des {
  font-size: 0.14rem;
  color: #999;
  line-height: 0.5rem;
}
.m-mes .form {
  width: 100%;
}
.m-mes .form .inp-box {
  margin-left: -2%;
}
.m-mes .form .inp {
  width: 31.2%;
  margin-left: 2%;
  line-height: 0.42rem;
  height: 0.42rem;
  float: left;
  border: 0;
  background-color: #f4f4f4;
  border-bottom: 1px solid #d8d8d8;
  font-size: 0.18rem;
}
.m-mes .form .con {
  width: 100%;
  height: 1.5rem;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 0.1rem;
  background-color: #f4f4f4;
  font-size: 0.18rem;
}
.m-mes .form .bot {
  margin-top: 0.4rem;
}
.m-mes .form .bot .l-con {
  line-height: 0.5rem;
}
.m-mes .form .bot .l-con .label,
.m-mes .form .bot .l-con .code {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.18rem;
  color: #666;
  margin-right: 0.2rem;
}
.m-mes .form .bot .l-con .label .text,
.m-mes .form .bot .l-con .code .text {
  width: 1.4rem;
  height: 0.42rem;
  line-height: 0.42rem;
  border: 1px solid #d8d8d8;
  padding-left: 0.05rem;
  background-color: #f4f4f4;
  font-size: 0.16rem;
}
.m-mes .form .bot .l-con img {
  width: 1.15rem;
  height: 0.34rem;
}
.m-mes .form .bot .r-con .btn {
  width: 2.1rem;
  height: 0.5rem;
  cursor: pointer;
  font-size: 0.18rem;
}
.m-mes .form .bot .r-con .btn.submit {
  background-color: #6bad04;
  color: #fff;
  border: 1px solid #6bad04;
  margin-right: 0.2rem;
}
.m-mes .form .bot .r-con .btn.cancle {
  border: 1px solid #d8d8d8;
  background-color: #f4f4f4;
  color: #999;
}
/* video-pup */
.video-pup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.video-pup .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.video-pup .con {
  position: absolute;
  z-index: 1;
  width: 80%;
  height: 70%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-pup .con .video {
  width: 100%;
  height: 100%;
  padding: 0.1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.video-pup .con .close {
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  top: -0.22rem;
  right: -0.22rem;
  background: #fff url(../images/icon/close.png) no-repeat center center;
  background-size: 0.24rem;
  cursor: pointer;
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0.08rem;
  box-sizing: content-box;
}
.video-pup .con video,
.video-pup .con iframe,
.video-pup .con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* mobile */
@media screen and (max-width: 1377px) {
  .banner .text{padding-left: .5rem;padding-right: .5rem;}
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.24rem;
  }
  /* header */
  .header {
    height: 1rem;
    line-height: 1rem;
    position: fixed;
    background-color: #fff;
    z-index: 100;
  }
  .header .area {
    padding: 0;
    height: 1rem;
  }
  .header .logo {
    margin-left: 0.3rem;
  }
  .header .logo img {
    height: 0.65rem;
  }
  .header .nav {
    display: none;
    float: none;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    overflow-y: auto;
  }
  .header .nav .item {
    border-bottom: 1px solid #eee;
    width: 100%;
    float: none;
    margin-left: 0;
    line-height: 1rem;
    height: auto;
    padding: 0 0.2rem;
  }
  .header .nav .item .link {
    margin-top: 0;
    line-height: 1rem;
  }
  .header .nav .item .link .txt::before {
    content: '';
  }
  .header .nav .item .link:hover .txt {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .header .nav .item .sub-nav {
    position: relative;
    top: 0;
    text-align: left;
    padding-bottom: 0.3rem;
    border: 0;
  }
  .header .nav .item .sub-item {
    line-height: 0.8rem;
  }
  .header .nav a {
    font-size: 0.3rem;
    line-height: 1.2rem;
  }
  .header .m-r-con {
    display: block;
    position: absolute;
    top: 0;
    right: 0.3rem;
  }
  .header .m-r-con .search {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .header .m-r-con .btn {
    margin-top: 0;
    width: 0.4rem;
    height: 0.4rem;
  }
  .header .m-r-con .menu {
    width: 0.4rem;
    height: 0.35rem;
    margin-left: 0.3rem;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon/menu-icon.png) no-repeat center center / 0.4rem 0.35rem;
  }
  .header .m-r-con .search-pup {
    padding: 0 0.3rem;
    height: 1rem;
    line-height: 1rem;
  }
  .header .m-r-con .search-pup .inp {
    line-height: 0.6rem;
    height: 0.6rem;
    font-size: 0.24rem;
    padding-right: 1.3rem;
  }
  .header .m-r-con .search-pup .r-icon {
    height: 0.4rem;
    margin-top: -0.2rem;
    right: 0.3rem;
  }
  .header .m-r-con .search-pup .s-btn,
  .header .m-r-con .search-pup .close {
    width: 0.4rem;
    height: 0.4rem;
  }
  /* banner */
  .banner {
    padding-top: 1rem;
    height: 6rem;
  }
  .banner .text{
    padding-top: 1.5rem;
  }
  .banner .text .bg{
    font-size: .3rem;
    line-height: .55rem;
    padding: 0 .4rem;
  }
  /* in-banner */
  .in-banner {
    height: 4rem;
    padding-top: 1rem;
  }
  .in-banner .swiper-slide {
    background-position: -1rem center;
  }
  .in-banner .m-com-search{
    width: 70%;
    bottom: .5rem;
  }
  .in-banner .m-com-search .inp{
    font-size: .22rem;
  }
  .in-banner .m-com-search .inp::-webkit-input-placeholder{
    font-size: .22rem;
  }
  .in-banner .m-com-search .submit{
    font-size: .22rem;
  }
  /* sin-banner */
  .sin-banner {
    height: 5rem;
    padding-top: 1rem;
  }
  .com-tit .l-tit {
    font-size: 0.4rem;
  }
  .com-tit .plan-s {
    max-width: 100%;
    margin-top: 0.4rem;
    float: none;
  }
  .com-tit .plan-s .swiper-slide {
    margin-left: 0;
    margin-right: 0.8rem;
  }
  .com-tit .link {
    font-size: 0.26rem;
  }
  /* h-plan */
  .h-plan .com-tit .l-tit {
    float: none;
  }
  .h-plan .l-img,
  .h-plan .r-text {
    width: 100%;
  }
  .h-plan .r-text {
    height: auto;
    padding: 0.4rem;
  }
  .h-plan .r-text .tit {
    font-size: 0.4rem;
  }
  .h-plan .r-text .des {
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 1.2rem;
  }
  .h-plan .r-text .tips {
    margin-left: -0.2rem;
    height: 2rem;
  }
  .h-plan .r-text .r-tip{
      font-size: .24rem;
      line-height: .6rem;
      padding: 0 .25rem;
  }
  .h-plan .r-text .tips .tip {
    line-height: 0.5rem;
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
    margin-left: 0.2rem;
  }
  .h-plan .r-text .more {
    font-size: 0.24rem;
    line-height: 0.5rem;
    width: 1.4rem;
  }
  /* h-pro */
  .h-pro .pro-list {
    margin-left: -3%;
  }
  .h-pro .hover-item {
    width: 47%;
    margin-left: 3%;
  }
  .h-pro .img {
    height: 2.96rem;
  }
  .h-pro .text .tit {
    font-size: 0.3rem;
  }
  .h-pro .text .des {
    font-size: 0.26rem;
    height: 0.3rem;
  }
  /* h-about */
  .h-about .link {
    font-size: 0.24rem;
    width: 1.5rem;
    line-height: 0.5rem;
  }
  /* com-case-list */
  .com-case-list {
    margin-left: 0;
  }
  .com-case-list .hover-item {
    width: 100%;
    margin-left: 0;
  }
  .com-case-list .hover-item .img {
    height: 4.2rem;
  }
  .com-case-list .text .tit {
    font-size: 0.3rem;
  }
  .com-case-list .text .des {
    font-size: 0.24rem;
    height: 0.3rem;
  }
  /* h-news */
  .h-news .news-list {
    margin-left: -3%;
  }
  .h-news .news-list .hover-item {
    width: 47%;
    margin-left: 3%;
    margin-bottom: 0.2rem;
  }
  .h-news .news-list .img {
    height: 1.47rem;
  }
  .h-news .news-list .text .tit {
    font-size: 0.3rem;
    margin-bottom: 0.25rem;
  }
  .h-news .news-list .text .des {
    font-size: 0.24rem;
    line-height: 0.34rem;
    height: 0.68rem;
  }
  .h-news .news-list .text .more {
    font-size: 0.24rem;
  }
  /* footer */
  .footer {
    margin-bottom: 1.2rem;
  }
  .footer .l-menu,
  .footer .r-code {
    float: none;
    font-size: 0.24rem;
  }
  .footer .l-menu {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .footer .l-menu .box {
    width: 100%;
    float: none;
    border-bottom: 1px solid #7a7a7a;
  }
  .footer .l-menu .tit {
    font-size: 0.3rem;
    margin-bottom: 0;
    padding: 0.4rem 0;
  }
  .footer .l-menu .sub {
    display: none;
    margin-bottom: 0.1rem;
    padding-left: 0.2rem;
  }
  .footer .copy-right {
    font-size: 0.22rem;
    padding: 0.4rem 0;
  }
  /* fix-footer */
  .fix-footer {
    display: block;
    width: 100%;
    height: 1.2rem;
    border-top: 0.02rem solid #e2e2e2;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    background-color: #fff;
    padding-top: 0.3rem;
  }
  .fix-footer .item {
    width: 25%;
    float: left;
    text-align: center;
  }
  .fix-footer .item.on .icon {
    background: url(../images/icon/m-icon-s.png) no-repeat;
    background-size: 1.8rem;
  }
  .fix-footer .item.on p {
    color: #6bad04;
  }
  .fix-footer .item .icon {
    width: 0.45rem;
    height: 0.43rem;
    background: url(../images/icon/m-icon.png) no-repeat;
    background-size: 1.8rem;
    display: block;
    margin: 0 auto;
  }
  .fix-footer .item .icon.on-line {
    background-position: -0.45rem 0;
  }
  .fix-footer .item .icon.tel {
    background-position: -0.9rem 0;
  }
  .fix-footer .item .icon.qq {
    background-position: -1.35rem 0;
  }
  .fix-footer .item p {
    font-size: 0.22rem;
    color: #666;
    margin-top: 0.05rem;
  }
  /* right-fix */
  .right-fix {
    display: none;
  }
  /* in-page */
  .in-page {
    padding: 0 0.3rem;
  }
  /* m-product */
  .m-product .items {
    margin-left: -3%;
  }
  .m-product .hover-item {
    width: 47%;
    margin-left: 3%;
  }
  .m-product .hover-item .img {
    height: 3.2rem;
  }
  /* m-crumbs */
  .m-crumbs .m-focus {
    width: 100%;
    float: none;
  }
  .m-crumbs .m-focus .swiper-slide {
    font-size: 0.28rem;
    line-height: 1rem;
  }
  .m-crumbs .r-links {
    float: none;
    display: none;
  }
  .m-crumbs .r-links .txt,
  .m-crumbs .r-links .link {
    font-size: 0.22rem;
  }
  /* m-case */
  .m-case .com-case-list {
    margin-left: 0;
  }
  .m-case .com-case-list .hover-item {
    width: 100%;
    margin-left: 0;
  }
  /* m-service */
  .m-service .qus-list .tit {
    font-size: 0.26rem;
    line-height: 0.8rem;
  }
  .m-service .qus-list .ans {
    font-size: 0.24rem;
    line-height: 0.44rem;
  }
  /* m-service-d */
  .m-service-d .down-list {
    margin-left: 0;
  }
  .m-service-d .item {
    width: 100%;
    margin-left: 0;
  }
  .m-service-d .item .icon {
    margin-right: 0.2rem;
  }
  .m-service-d .item .tit {
    font-size: 0.3rem;
    max-width: 55%;
  }
  .m-service-d .item .more {
    width: 1.3rem;
    line-height: 0.5rem;
    margin-top: 0.28rem;
  }
  .m-service-d .item .des {
    line-height: 0.4rem;
    height: 0.8rem;
  }
  /* m-service-store */
  .m-service-store .store-list {
    margin-left: 0;
  }
  .m-service-store .item {
    width: 100%;
    margin-left: 0;
  }
  .m-service-store .item .tit {
    font-size: 0.3rem;
  }
  .m-service-store .item .name {
    font-size: 0.26rem;
  }
  .m-service-store .item .des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 0.4rem;
    white-space: pre-wrap;
  }
  /* m-service-detail */
  .m-service-detail .top .icon,
  .m-service-detail .top .info,
  .m-service-detail .top .link {
    float: none;
  }
  .m-service-detail .top .icon {
    margin-bottom: 0.3rem;
  }
  .m-service-detail .top .tit {
    font-size: 0.34rem;
  }
  .m-service-detail .top .des,
  .m-service-detail .top .link {
    font-size: 0.24rem;
  }
  .m-service-detail .top .link {
    width: 1.5rem;
    line-height: 0.6rem;
  }
  .m-service-detail .bot {
    margin-top: 0.4rem;
  }
  .m-service-detail .bot .s-tit {
    font-size: 0.3rem;
    padding-left: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .m-service-detail .bot .s-tit::before {
    width: 0.3rem;
    height: 0.03rem;
    margin-top: -0.02rem;
  }
  .m-service-detail .bot .des {
    line-height: 0.4rem;
  }
  .m-service-detail .bot .down-link .item {
    margin-bottom: 0.2rem;
  }
  /* m-pro-list */
  .m-pro-list .items {
    margin-left: 0;
  }
  .m-pro-list .item {
    width: 100%;
    margin-left: 0;
  }
  .m-pro-list .text .tit {
    font-size: 0.3rem;
  }
  .m-pro-list .text .des {
    font-size: 0.24rem;
  }
  .m-pro-list .text .more {
    font-size: 0.24rem;
    line-height: 0.56rem;
  }
  /* m-about */
  .m-about .img {
    float: none;
    width: 100%;
  }
  .m-about .text {
    margin: 0;
  }
  .m-about .text .tit {
    font-size: 0.36rem;
  }
  .m-about .text .des {
    line-height: 0.46rem;
  }
  /* m-contact */
  .m-contact .text .tit {
    font-size: 0.3rem;
  }
  .m-contact .text .des {
    font-size: 0.24rem;
  }
  .m-contact .text .l-txt,
  .m-contact .text .r-code {
    float: none;
  }
  /* m-news */
  .m-news .items {
    margin-left: -3%;
  }
  .m-news .hover-item {
    width: 47%;
    margin-left: 3%;
    height: auto;
  }
  .m-news .hover-item:first-child {
    width: 97%;
    height: 3rem;
  }
  .m-news .hover-item .img {
    height: 1.6rem;
  }
  .m-news .hover-item .text .tit {
    font-size: 0.28rem;
  }
  .m-news .hover-item .text .des {
    line-height: 0.36rem;
    height: 0.72rem;
  }
  /* m-news-d */
  .m-news-d .time {
    font-size: 0.26rem;
  }
  .m-news-d .des {
    font-size: 0.26rem;
  }
  /* com-change */
  .com-change {
    padding-top: 0.4rem;
  }
  .com-change a {
    font-size: 0.24rem;
    width: 100%;
    float: none;
    line-height: 0.6rem;
  }
  /* m-pro-d */
  .m-pro-d .pro-big {
    width: 100%;
  }
  .m-pro-d .t-con {
    margin-bottom: 0;
  }
  .m-pro-d .r-top {
    width: 100%;
    margin-top: 0.3rem;
  }
  .m-pro-d .r-top .text {
    display: none;
  }
  .m-pro-d .r-top .s-text {
    display: block;
    margin-top: 0.3rem;
  }
  .m-pro-d .r-top .tips {
    margin-bottom: 0;
  }
  .m-pro-d .r-top .tips .tip {
    font-size: 0.28rem;
    line-height: 0.56rem;
  }
  .m-pro-d .bot-con .tit {
    font-size: 0.3rem;
  }
  .m-pro-d .bot-con .des {
    line-height: 0.4rem;
  }
  .m-pro-d .bot-con .down-item .s-tit {
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
  }
  /* m-join */
  .m-join .t-con {
    font-size: 0.26rem;
  }
  .m-join .b-con .job {
    font-size: 0.24rem;
  }
  .m-join .b-con .slide .tip,
  .m-join .b-con .slide .send {
    font-size: 0.24rem;
    line-height: 0.5rem;
  }
  /* m-single */
  .m-single {
    padding: 0.5rem 0.3rem;
  }
  .m-single .sin-tit {
    padding: 0;
  }
  .m-single .sin-tit .des {
    font-size: 0.24rem;
  }
  .m-single .box {
    height: auto !important;
  }
  .m-single .box .img,
  .m-single .box .text {
    width: 100%;
    float: none;
  }
  .m-single .box .img {
    height: 4.7rem;
  }
  .m-single .box .text {
    padding: 0.6rem 0.2rem;
    font-size: .24rem;
  }
  .m-single .box .text .s-des {
    font-size: 0.24rem;
    line-height: .36rem;
  }
  .m-single .box .icons {
    margin:0;
  }
  .m-single .box .icons .item {
    /* margin-left: 0.5rem; */
    font-size: 0.24rem;
    width: 50%;
  }
  .m-single .s-item .txt{
    font-size: .24rem;
    color: #666;
    margin-bottom: .2rem;
  }
  .m-single .s-item .des{
    font-size: .22rem;
    color: #999;
    line-height: .34rem;
    margin-left: .25rem;
    margin: .1;
  }

  /* m-rec */
  .m-rec .des {
    font-size: 0.24rem;
  }
  /* m-mes */
  .m-mes {
    padding: 0.5rem 0;
  }
  .m-mes .tit {
    font-size: 0.3rem;
  }
  .m-mes .des {
    font-size: 0.24rem;
  }
  .m-mes .form .inp-box {
    margin-left: 0;
  }
  .m-mes .form .inp {
    width: 100%;
    margin-left: 0;
    line-height: 0.8rem;
    height: 0.8rem;
    font-size: 0.24rem;
  }
  .m-mes .form .bot .l-con {
    float: none;
    width: 100%;
    line-height: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .m-mes .form .bot .l-con .label {
    font-size: 0.24rem;
  }
  .m-mes .form .bot .l-con .label .text {
    width: 2rem;
    line-height: 0.6rem;
    height: 0.6rem;
    font-size: 0.24rem;
  }
  .m-mes .form .bot .r-con {
    float: none;
    width: 100%;
    margin-top: 0.4rem;
  }
  .m-mes .form .bot .r-con .btn {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
  }
  /* video-pup */
  .video-pup .con {
    width: 90%;
    height: 40%;
  }
  .m-contact .text,.m-contact .map{
    width: 100%;
    float: none;
  }
  .m-case .com-case-list .hover-item .img{
    height: 4rem;
  }
  .m-service .three-nav .swiper-slide{
    font-size: .26rem;
    margin-right: .7rem;
    padding-bottom: .4rem;
  }
}
