* {
  padding: 0;
  margin: 0;
  list-style: none;
  border:0;
}
body{
  color:#191140;
  font-family: Alibaba Sans,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
@font-face {
  font-family: 'iconfont';  /* Project id 4013478 */
  src: url('//at.alicdn.com/t/c/font_4013478_0ec2lbvivkz.woff2?t=1681366121440') format('woff2'),
       url('//at.alicdn.com/t/c/font_4013478_0ec2lbvivkz.woff?t=1681366121440') format('woff'),
       url('//at.alicdn.com/t/c/font_4013478_0ec2lbvivkz.ttf?t=1681366121440') format('truetype');
}
.iconfont {
  font-family: "iconfont",sans-serif !important;
  font-size: 40PX;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  width: 80px;
  line-height:2;
  height: 80px;
  margin: auto;
}
.index-about .iconfont1{
  font-family: "iconfont",sans-serif !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.til-fu{
  color: #65697f;
  text-align: center;
  font-size: 18px;
  margin-top: 18px;
}
.til-fu-two{
  color: #65697f;
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
}
.til-zhu{
  text-align: center;
  font-size: 26px;
  padding-top: 35px;
  margin-top:0;
}
.til-zhu-fexd{
  padding-top: 49px;
}
.til-zhu-two{
  text-align: center;
  font-size: 20px;
  padding-top: 35px;
  margin-top:0;
}
@media screen and (max-width:750px){
  .til-fu-two{
    font-size: 16px;
  }
  .til-zhu-two{
    font-size: 18px;
  }
}
a {
  text-decoration: none;
  text-decoration-line: none;
  color:#fff;
}
a:hover,a:visited,a:focus{
  text-decoration-line: none;
}

/* banner部分 */
.fullSlide{
  width:100%;
  position:relative;
  height:400px;
  background:#fff;
}
.fullSlide .bd{
  margin:0 auto;
  position:relative;
  z-index:0;
  overflow:hidden;
}
.fullSlide .bd ul{
  width:100% !important;
}
.fullSlide .bd li{
  width:100% !important;
  height:400px;
  overflow:hidden;
}
.fullSlide .bd li div.bannertwo-wrp{
  display:block;
  height:400px;
  width: 1180px;
  margin:auto;
  color:#fff;
  background:url(https://img.alicdn.com/imgextra/i2/3001216719/O1CN01CHaHnP1zVLkiK2X91_!!3001216719.png) center center no-repeat;
}
.fullSlide .bd li a.banner-link{
  display:block;
  height:400px;
  width: 1180px;
  margin:auto;
  background:url(https://img.alicdn.com/imgextra/i2/3001216719/O1CN01CHaHnP1zVLkiK2X91_!!3001216719.png) center center no-repeat;
}
.fullSlide .bd li a.wei-link{
  display: block;
  height: 1.2rem;
  width: 5rem;
  color: #2acc72;
  background: #fff;
  text-align: center;
  line-height: 1.2rem;
  font-size: 18px;
  border-radius: 8px;
  margin-top: 10px;
  letter-spacing: 3px;
}
.fullSlide .bd li a.wei-link:hover,.fullSlide .bd li a.wei-link:focus,.fullSlide .bd li a.wei-link:visited{
  color:#2acc72;
}
.fullSlide .bd li a:hover,.fullSlide .bd li a:focus,.fullSlide .bd li a:visited{
  color:#fff;
}
.fullSlide .bd li .ban-lf{
  float: left;
}
.fullSlide .bd li .ban-lf h1{
  font-size: 35px;
}
.fullSlide .bd li .ban-lf-one{
  padding-top:124px;
}
.fullSlide .bd li .ban-lf-two{
  padding-top:72px;
}
.fullSlide .bd li .ban-lf-three{
  padding-top:79px;
}
.fullSlide .bd li .ban-rg{
  float: right;
  padding-top:36px;
}
.fullSlide .bd li .ban-rg-two{
  padding-top:12px;
}
.fullSlide .bd li .ban-rg-three{
  padding-top:63px;
}
.fullSlide .bd li .ban-lf h3{
  margin:15px 0;
  font-size: 20px;
}
.fullSlide .bd li .ban-lf h1 p{
  text-align: left;
}
.fullSlide .bd li .ban-lf p{
  font-size: 18px;
}

.fullSlide .hd{
  width:100%;
  position:absolute;
  z-index:1;
  bottom:0;
  left:0;
  height:24px;
  line-height:24px;
}
.fullSlide .hd ul{
  text-align:center;
}
.fullSlide .hd ul li{
  cursor:pointer;
  display:inline-block;
  *display:inline;
  zoom:1;
  width:42px;
  height:5px;
  margin:2px;
  overflow:hidden;
  background: rgba(255,255,255,0.5);
  line-height:999px;
}
.fullSlide .hd ul .on{
  background:#fff;
}
.fullSlide .bd li .erp-lf h1 span{
  animation: myfirst 2s infinite;
}

@keyframes myfirst {
  0% {
      transform: translate(0px, 0px);
  }
  50% {
      transform: translate(0px, -8px);
  }
  100% {
      transform: translate(0px, 0px);
  }
}
@media screen and (max-width:789px) {
  .fullSlide .bd li .ban-lf{
    float: none;
    text-align: center;
  } 
  .fullSlide .bd li a.banner-link{
    width: 100%;
  }
  .fullSlide .bd li div.bannertwo-wrp{
    width: 100%;
  }
  .fullSlide .bd li a.wei-link{
    font-size: 16px;
    width: 6rem;
    margin:0 auto;
  }
  .fullSlide .bd li .ban-lf h1{
    font-size: 22px;
  }
  .fullSlide .bd li .ban-lf h3{
    font-size: 20px;
   }
   .fullSlide .bd li .ban-lf p{
    font-size: 16px;
   }
  .fullSlide .bd li .ban-rg{
    float:none;
    padding-top:33px;
    text-align: center;
  }
  .fullSlide .bd li .ban-lf-one{
    padding-top:20px;
  }
  .fullSlide .bd li .ban-lf-two{
    padding-top:10px;
  }
  .fullSlide .bd li .ban-lf-three{
    padding-top:14px;
  }
  .fullSlide .bd li .ban-rg-two{
    padding-top:0px;
  }
  .fullSlide .bd li .ban-rg-three{
    padding-top:10px;
  }
  .fullSlide .bd li .ban-rg img{
    width:315px;
  }
  .fullSlide .bd li .ban-rg-two img{
    width: 194px;
  }
  .fullSlide .bd li .ban-rg-three img{
    width: 268px;
  }
  .fullSlide .bd li .open-img img{
    width: 44%;
    margin-top: -18px;
  }
}
/* banner部分结束 */
/* 电商部分 */
.shop-list h4{
  text-align: center;
  margin-top:30px;
  background: url(https://img.alicdn.com/imgextra/i3/3001216719/O1CN015AVnsI1zVLkpNLvps_!!3001216719.png) center center no-repeat;
}
.shop-list ul{
  margin-top: 30px;
  border-top:1px solid #e9ebf4;
  border-left: 1px solid #e9ebf4;
  margin-bottom: 10px;
}
.shop-list ul li{
  border-right:1px solid #e9ebf4;
  border-bottom:1px solid #e9ebf4;
}
.shop-list ul li .sprin-img{
  /* height: 56px; */
  width: 100%;
  margin:15px 0;
  display: flex;
  justify-content:center;
}
  .shop-list ul li .sprin-img img{
      display: block;
      width: 40px;
      border-radius: 6px;
    }
    .shop-list ul li .sprin-img img.erp-lg{
      display: block;
      width: 100%;
    }
.shop-list ul li .btm-tab-wrap{
  height: 42px;
}
.shop-list ul li .btm-tab{
  width: 100%;
}
.shop-list ul li .btm-tab{
  width: 60%;
  color:#65697f;
  text-align: center;
  line-height: 32px;
  display: block;
  border:1px solid #e9ebf4;
  border-radius: 100px;
  margin: 0 auto;
  height: 32px;
}
.shop-list ul li .btm-tab-hover{
  width: 100%;
  color:#fff;
  text-align: center;
  line-height: 42px;
  display:none;
}
.shop-list ul li .btm-tab-hover a{
  display: block;
  width: 50%;
  float: left;
  height: 42px;
  background:#2acc72;
}
.shop-list ul li .btm-tab-hover a:hover{
  color:#fff;
}
.shop-list ul li .btm-tab-hover a.list-rl{
  border-right: 1px solid #fff;
}
.shop-list ul li:hover {
  box-shadow: 0 4px 16px 0 rgba(64, 207, 125, 0.4);
  z-index: 1000000;
}
.shop-list ul li:hover .btm-tab{
  display: none;
}
.shop-list ul li:hover .btm-tab-hover{
  display: block;
}
.shop-list span{
  font-size: 16px;
  color: #65697f;
  display: block;
  margin-bottom: 30px;
  margin-top: 15px;
}
.erp-sec-wrap{
  margin-bottom: 50px;
}
.erp-sec .erp-sec-one h2{
  font-size: 24px;
}
.erp-sec .erp-sec-one p{
  font-size: 16px;
  color: #65697f;
  margin-bottom: 20px;
  line-height: 30px;
}
.erp-sec .erp-sec-one ul li{
  font-size: 16px;
  line-height: 54px;
  border-bottom: 1px solid #e9ebf4;
  color: #65697f;
  cursor: pointer;
}
.erp-sec .erp-sec-one ul li.erp-li{
  color:#24c76d;
  /* border-bottom: 1px solid #24c76d; */
}
.erp-sec .erp-sec-one ul li span{
  color:#24c76d;
  font-size: 20px;
}
.erp-sec .erp-sec-one a{
  display: inline-block;
  width: 30%;
  line-height: 36px;
  color: #24c76d;
  border-radius: 4px;
  margin: 20px auto;
  border:1px solid #24c76d;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  margin-right: 10px;
}

.erp-sec .erp-sec-two img{
  margin-top: 40px;
  float: right;
}
.erp-sec ol li{
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #e9ebf4;
  color: #65697f;
  cursor: pointer;
  display: none;
  padding: 0 10px;
}
.erp-sec  ol li span{
  color:#24c76d;
  font-size: 20px;
}
.li-right{
  position: absolute; 
  top: 0;
  right: 0;
}
.li-right img{
  width: 34px;
}
.index-logo-na{
  line-height: 40px;
  font-size: 19px;
  padding-left: 8px;
  color: #4d5a68;
  font-weight: 500;
}
.index-logo-df-na{
  line-height: 20px;
  padding-left: 12px;
  font-size: 16px;
  color: #4d5a68;
  font-weight: 500;
}
.index-logo-na-erp{
  line-height: 7px;
  padding-left: 8px;
  font-size: 14px;
  color: #4d5a68;
  font-weight: 500;
}
.index-logo-na-fx{
  line-height: 40px;
    padding-left: 8px;
    font-size: 17px;
    color: #4d5a68;
    font-weight: 500;
}
.til-zhu{
  display: flex;
  justify-content: center;
}
.til-zhu a{
  color: #1eb273;
  border: 1px solid #1eb273;
  font-size: 16px;
  font-weight: normal;
  border-radius: 100px;
  line-height: 25px;
  display: inline-block;
  padding: 0 20px;
  margin-left: 8px;
}
.shop-list ul li .sprin-img img.woda-free{
  width: 100%;
}
.shop-list ul.free-plate{
  margin-bottom: 50px;
}
.shop-list ul.free-plate li {
  border-top: 1px solid #e9ebf4;
}
.shop-list ul.fx-plate-bt li{
  border-top: 1px solid #e9ebf4;
}
@media screen and (max-width:750px){
  .erp-sec .erp-sec-one .erp-contact{
    text-align: center;
  }
  .li-right img{
    width: 30px;
  }
  .shop-list ul{
    border-left: 0;
  }
  .shop-list ul li .sprin-img{
    margin:15px 0 0 0;
  }
  .til-zhu{
    font-size:20px;
    font-weight:600;
  }
  .til-zhu-fexd{
    padding-top: 40px;
  }
  .til-fu{
    font-size:16px;
  }
  .erp-sec-one{
    padding:0;
  }
  .erp-sec-one ul{
    display: none;
  }
  .erp-sec-two{
    display: none;
  }
  .erp-sec ol li{
    display: block;
  }
  .erp-sec .erp-sec-one p{
    padding:0 10px;
    margin:10px 0;
    font-size: 14px;
  }
  .erp-sec .erp-sec-one h2{
    display: none;
  }
  .erp-zhu{
    padding-top: 0;
  }
  .erp-sec-wrap{
    margin-bottom: 20px;
  }
  .erp-sec ol li span{
    font-size: 16px;
  }
}
.fxdf-wrap{
  background: #fafafa;
}
.fxdf-sec img.fxdf-img{
  display: block;
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 35px;
}
.fxdf-link{
  text-align: center;
  margin-top: 30px;
}
.fxdf-link a{
  display: inline-block;
  line-height: 42px;
  color: #fff;
  margin-right: 16px;
  background: #00b365;
  font-size: 18px;
  width: 20%;
  border-radius: 100px;

}
.fxdf-link a:nth-child(2){
  border: 1px solid #00b365;
  background:#f1fcf9;
  color: #00b365;
}
.til-zhu-woda{
  padding-top: 49px;
}
@media screen and (max-width:750px){
  .fxdf-link a{
    width: 40%;
  }
  .fxdf-link{
    margin-top: 16px;
  }
  .fxdf-sec img.fxdf-img{
    margin-top: 30px;
  }
  
  .fxdf-sec img.fxdf-img{
    width: 100%;
  }
  .shop-list ul li .sprin-img img{
    width: 30px;
  }
  .shop-list ul li .sprin-img img.erp-lg{
    width: 70%;
  }
  .index-logo-na{
    font-size: 14px;
    line-height: 30px;
  }
  .index-logo-df-na{
    line-height: 15px;
    font-size: 14px;
  }
  .shop-list ul li .sprin-img{
    margin: 10px 0 10px 0;
  }
  .index-logo-na-fx{
    line-height: 30px;
    font-size: 12px;
    padding-left: 6px;
  }
  .index-logo-na-erp{
    line-height: 5px;
    font-size: 12px;
    padding-left: 6px;
  }
  .til-zhu-woda{
    padding-top: 30px;
  }
}
/* 我打动态 */
.woda-trends{
  background: #fafafa;
  padding-bottom: 30px;
}
.woda-trends ul{
  /* width: 1170px; */
  margin: 0 auto;
}
.woda-trends ul li{
  text-align: center;
  margin-top: 20px;
  padding:40px 26px;
  cursor: pointer;
}
.woda-trends ul li a{
  color: #191140;
}
.woda-trends ul li:hover{
  background: #fff;
  box-shadow: 0 2px 3px #D9D9D9;
}
@media screen and (max-width:750px){
  .woda-trends ul{
    width: 100%;
    margin: 0 auto;
  }
  .woda-trends ul li{
    padding:10px 5px;
  }
  .woda-trends ul li img{
    width: 38%;
  }
}
/* 商家案例 */
.shop-case{
  margin-bottom: 30px;
}
.shop-case ul{
  width: 1000px;
  margin: 0 auto;
}
.shop-case ul li{
  margin-top:55px;
  width: 20%;
  float: left;
}
.shop-case ul li img{
  width: 100%;
}
@media screen and (max-width:750px){
  .shop-case ul{
    width: 100%;
    margin: 0 auto;
  }
  .shop-case ul li{
    padding:10px 5px;
    margin-top:10px;
    width: 33.33%;
  }
}
/* 关于我打 */
.index-about{
  background:#fafafa;
  padding-bottom: 30px;
}
.woda-til{
  text-align: center;
  font-size: 26px;
  padding-top: 35px;
  margin-top: 0;
}
.index-about ul{
  margin-top: 50px;
  width:1180px;
}
.index-about ul li.ab-lf{
  padding-right: 100px;
}
.index-about ul li.ab-lf p{
  font-size: 16px;
  color: #65697f;
  margin-bottom: 30px;
  line-height: 40px;
}
.index-about ul li.ab-lf p span{
  background: #2acc72;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
}
.index-about ul li.ab-lf p a{
  color: #2acc72;
  font-size: 16px;
}
.index-about ul li img{
  width: 100%;
}
@media screen and (max-width:750px){
  .index-about ul{
    width: 100%;
    margin: 0 auto;
  }
  .index-about ul li.ab-lf{
    padding-right: 0;
  }
  .index-about ul li.ab-lf p{
    font-size: 16px;
    color: #65697f;
    margin-bottom:15px;
    line-height: 40px;
  }
  
}
/* 合作伙伴 */
.partners ul li{
  padding:10px 0;
  width:19.7%;
  margin-right:0.3%;
}
.partners ul li:hover{
  box-shadow: 0 2px 8px 0 #d9d9d9;
  z-index:10;
}
@media screen and (max-width:750px){
  .partners ul li{
    padding:10px 0;
    width:33.33%;
    margin-right: 0;
  }
  .partners ul li:hover{
    box-shadow: none;
    z-index:10;
  }
}
/* 使用教程页面 */
.banner-numtwo{
  width:100%;
  height:230px;
  background:linear-gradient(120deg, #32c980, #24c76d) !important;
  color:#fff;
}
.banner-numtwo .numtwo-lf{
  float: left;
  padding-top:59px;
}
.banner-numtwo .numtwo-lf h1{
  font-size: 28px;
}
.banner-numtwo .numtwo-lf p{
  font-size: 18px;
  margin-top:15px;
}
.banner-numtwo .numtwo-lf p a{
  background:#fff;
  color: #2acc72;
  padding:8px 15px;
  width: 40%;
  border-radius: 6px;
  text-align: center;
  display: block;
}
.banner-numtwo .numtwo-rg{
  float: right;
}
.banner-numtwo .numtwo-lf p a:hover,.banner-numtwo .numtwo-lf p a:visited,.banner-numtwo .numtwo-lf p a:focus{
  color:#2acc72;
}
.main-content{
  background:#f8f8f8;
  padding-top: 30px;
  flex: 1 0 auto;
  padding-bottom:60px;
}
.main-content .main-content-lf{
  float: left;
  width: 22%;
  display: block;
}
.main-content .main-content-lf ul{
  background:#fff;
  border:1px solid #d8d8d8;
  border-radius: 10px;
}
.main-content .main-content-lf ul li{
  line-height: 60px;
  width: 65%;
  text-align: center;
  margin:0 auto;
  font-size:16px;
  border-bottom:1px solid #d8d8d8;
}
.main-content .main-content-lf ul li a{
  color:#191140;
}
.main-content .main-content-lf ul li.main-content-list{
  background:#3cd687;
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color:#fff;
}
.main-content .main-content-lf ul li.main-content-bl{
  border-bottom: 1px solid #2acc72;
  
}
.main-content .main-content-lf ul li.main-content-bl a{
  color:#2acc72;
}
.main-content .main-content-rg{
  float: right;
  width: 70%;
}
.main-content .main-content-rg .erji-sousuo{
  width: 100%;
  height: 45px;
  /* background:#eeeeee; */
  border-radius: 100px;
}
.main-content .main-content-rg .erji-sousuo input{
  display: inline-block;
  width: 85%;
  line-height: 45px;
  padding-left: 30px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background: #eeeeee;
  outline: none;
}
.main-content .main-content-rg .erji-sousuo button{
  background:#2acc72;
  display: inline-block;
  width: 13.5%;
  color: #fff;
  line-height: 45px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  outline:none;
}
.main-content .main-content-rg ul{
  margin-top:30px;
}
.main-content .main-content-rg ul li.lilist-one{
  border-bottom: 1px solid #d8d8d8;
}
.main-content .main-content-rg ul li.lilist-one h4{
  line-height: 30px;
  font-weight: 600;
}
.main-content .main-content-rg ul li p{
  color:#65697f;
  font-size: 16px;
  line-height: 24px;
  margin-top:10px;
}
.main-content .main-content-rg ul li p span{
  background: #2acc72;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
}
.main-content .main-content-rg ul li p a{
  color:#65697f;
}
.main-content-phone{
  display: none;
}
.main-content-phone ul{
  margin-bottom: 0;
}
.main-content-phone ul li{
  display: inline-block;
  height: 40px;
  margin-right: 25px;
  line-height: 40px;
  font-size: 15px;
}
.main-content-phone ul li a{
  color:#191140;
}
.main-content-phone ul li.phone-linez{
  border-bottom: 1px solid #2acc72;
}
.main-content-phone ul li.phone-linez a{
  color:#2acc72;
}
.main-content-phone  .title-line{
  background:#2acc72;
  padding:0 10px;
  color:#fff;
  height: 30px;
  line-height: 30px;
  width: 32%;
  font-size: 16px;
  text-align: center;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-left: -23px;
}

@media screen and (max-width:750px){
  .banner-numtwo .numtwo-lf{
    float: none;
    padding-top:0;
  }
  .banner-numtwo .numtwo-lf p a{
    width: 49%;
    margin:0 auto;
  }
  .main-content .main-content-rg ul li p span{
    margin-right: 8px;
  }
  .main-content{
    padding-top:15px;
    padding-bottom:15px;
  }
  .banner-numtwo .numtwo-lf h1{
    font-size: 22px;
    width: 100%;
    text-align: center;
  }
  .banner-numtwo .numtwo-lf p{
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .banner-numtwo .numtwo-rg{
    float:none;
  }
  .banner-numtwo .numtwo-rg img{
    width: 64%;
    display: block;
    margin:0 auto;
  }
  .main-content .main-content-lf{
    float: none;
    width: 100%;
    display: none;
  }
  .main-content .main-content-rg{
    float: none;
    width: 100%;
  }
  .main-content .main-content-rg .erji-sousuo{
    margin-top:10px;
    height: 35px;
  }
  .main-content .main-content-rg .erji-sousuo input{
    width:80%;
    line-height: 35px;
  }
  .main-content .main-content-rg .erji-sousuo button{
    width:18.5%;
    line-height: 35px;
  }
  .main-content .main-content-rg ul li.lilist-one h4{
    font-size: 16px;
  }
  
  .main-content-phone{
    display: block;
  }
  .main-content .main-content-rg ul{
    margin-top:10px;
  }
  .shop-list ul li .btm-tab{
    width: 70%;
  }
}
@media (min-width:414px) and (max-width:750px){
  .main-content-phone ul li{
    margin-right: 15px;
  }
}
@media screen and (max-width:340px){
  .main-content-phone ul li{
    margin-right: 9px;
  }
  .shop-list ul li .btm-tab-hover a{
    font-size:10px;
  }
  .shop-list ul li .btm-tab{
    width: 82%;
  }
  .shop-list ul li .sprin-img{
    height: 45px;
  }
}
.top.iconfont{
  background: #fff;
  color: #0cab07;
  border: none;
  border-radius: 0;
  font-size: 0.5rem;
  line-height: 44px;
  text-align: center;
  width: 44px;
  height: 44px;
  display: block;
  position: fixed;
  z-index: 1111;
  right: 1rem;
  bottom: -7rem;
  text-decoration: none;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
  font-weight: bold;
}
.banner-about{
  height: 292px;
}
.bannerabCon{
  background: url(https://img.alicdn.com/imgextra/i2/3001216719/O1CN01vMqagV1zVLkudQeJK_!!3001216719.png) center center no-repeat;
}
.banner-numtwo .about-numtwo-lf{
  padding-top:78px;
}
.about-con{
  margin-top:30px;
}
.about-con p{
  font-size: 16px;
  color: #65697f;
  margin-bottom: 24px;
  line-height: 40px;
}
.about-con h4 span{
  background: #2acc72;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
}
.about-wrap ul li h2{
  text-align: center;
  padding-top:40px;
}

.about-con-yso{
  background-color:#fafbfd; 
}
.about-con-yst{
  background-color: #fff;
  box-shadow: 0 0 8px 6px #f0f0f0;
  z-index: 100000;
  padding:15px 0;
  margin-top:-15px;
}
.abli-wrap{
  background: url(https://img.alicdn.com/imgextra/i1/3001216719/O1CN01JmXzfR1zVLktazCz3_!!3001216719.png) 32px 0 no-repeat;
}
.abli-wrap-t{
  background: url(https://img.alicdn.com/imgextra/i2/3001216719/O1CN01PuQGBI1zVLktb0Y7s_!!3001216719.png) 42px 0 no-repeat;
}
.abli-wrap-th{
  background: url(https://img.alicdn.com/imgextra/i4/3001216719/O1CN0192K3F71zVLkpxsLbi_!!3001216719.png) 83px 0 no-repeat;
}
.about-con-yso .abli-wrap h3,.about-con-yst .abli-wrap h3{
  text-align: center;
  color:#2acc72;
  margin-bottom: 25px;
}
.about-con-yso .abli-wrap p,.about-con-yst .abli-wrap p{
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #65697f;
}
.about-til-fu{
  margin-bottom: 50px;
}
.about-num{
  background:#fafafa;
  margin-top:60px;
  padding-bottom: 30px;
}
.about-num ul li{
  text-align: center;
}
.about-num ul li h2{
  color:#2acc72;
  font-size: 32px;
}
.about-num ul li p{
  font-size: 16px;
  color: #65697f;
}
.develop-lf{
  float: left;
  margin-top: 36%;
  width: 45%;
  
}
.develop-lf img{
  width: 100%;
}
.develop-rg{
  float: left;
  width: 55%;
}
.develop-rg ul{
  margin-left: 21px;
  border-left:2px solid #2acc72;
  margin-top:0;
  padding-top:12px;
  /* height: 580px; */
}
.develop-rg h2{
  margin-bottom: 0;
}
.develop-rg ul li{
  padding-bottom:15px;
  cursor: pointer;
  width: 100%;
}
.develop-rg ul li h3{
  margin-top:0;
  font-size: 20px;
}
.develop-rg ul li h3 span{
  background: #2acc72;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
    margin-left:-6px;
}
.develop-rg ul li h3 a{
  font-size: 14px;
  color:#65697f;
}

.develop-rg ul li p{
  margin-left:45px;
  font-size: 16px;
  color: #65697f;
}
.devetop-btm{
  background: url(https://img.alicdn.com/imgextra/i2/3001216719/O1CN010jQVAg1zVLkrXp8FJ_!!3001216719.png) center center no-repeat;
  width: 100%;
  height: 100px;
}
.bannerctCon{
  background: none;
  width:1008px;
  height: 230px;
}
.contact-con ul{
  margin-top:30px;
}
.contact-con ul li .iconfont{
  color:#30d278;
  font-size:20px;
}
.contact-con ul li h3{
  font-size: 20px;
}
.contact-con ul li p{
  font-size: 16px;
}
.contact-con ul li p a{
  color:#65697f;
}
.contact-con ul li p a:hover,.contact-con ul li p a:visited,.contact-con ul li p a:focus{
  text-decoration-line: none;
}
.contact-con ul li{
  box-shadow: 0 2px 8px 0 #d9d9d9;
  width:31%;
  margin-right:2%;
  height: 200px;
}
.contact-con ol{
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-con ol li{
  box-shadow: 0 2px 8px 0 #d9d9d9;
  margin-right: 2%;
  text-align: center;
  padding-top:35px;
  width: 25%;
  float: left;
}
.contact-con ol li p{
  line-height: 50px;
  font-size: 18px;
}
.contact-con ol li img{
  width: 45%;
}
.ws-num-lf{
  height: 400px;
}
.ws-onecon ul{
  margin-top:40px;
}
.ws-onecon ul li{
  text-align: center;
}
.ws-onecon ul li p{
  margin-top:15px;
  color: #65697f;
  font-size: 16px;
}
.ws-twocon-wrap{
  background:#fafafa;
  padding:40px 0;
}
.ws-twocon-wrap h2{
  font-size: 26px;
  margin-top:60px;
}
.ws-top-one h2{
  margin-top:134px;
}
.ws-top-two h2{
  margin-top:113px;
}
.ws-twocon-wrap p{
  color: #65697f;
  font-size: 18px;
}
.ws-thcon-wrap{
  background:none;
}
.ws-li-two{
  text-align: right;
}
.ws-li-three{
  padding-left: 100px;
  float: right;
}
.ws-twocon-wrap ul{
  margin-top:20px;
}
.ws-twocon-wrap ul li span{
  display: block;
  color:#2acc72;
  font-size: 36px;
}
.ws-twocon-wrap ul li p{
  text-align: center;
  font-size: 16px;
}
.ws-twocon-wrap .ws-link a{
  background:#3cd687;
  color:#fff;
  line-height: 40px;
  width: 180px;
  border-radius: 10px;
  display: block;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  margin:30px auto;
}
.ws-twocon-wrap a:hover,.ws-twocon-wrap a:visited,.ws-twocon-wrap a:focus{
  color:#fff;
  text-decoration-line: none;
}
.ws-li{
  padding:0;
}
.ws-function ul{
  margin-top:30px;
}
.ws-function ul li{
  clear: both;
}
.ws-function ul li span{
  width: 35%;
  padding:15px;
  font-size: 16px;
  color:#65697f;
  float: left;
  display: block;
}
.ws-function ul li span.wsspan-first{
  width: 65%;
  border-left:1px solid #eeeeee;
}
.ws-function ul li:nth-child(2n){
  background: #f7f7f7;
}
.ws-function ul li:nth-child(2n) span{
  background:#f7f7f7;
}
.ws-function ul li.ws-function-li span{
  background:#3cd687;
  color:#fff;
  font-size: 18px;
}
.ws-pk{
  margin-bottom:60px;
}
.ws-pk ul li span{
  width: 50%;
}
.ws-pk ul li span.wsspan-two{
  border-left: 1px solid #eee;
}
.news-banner{
  height: 232px;
}
.bannernews{
  width: 1008px;
}
.bannernews .about-numtwo-lf{
  padding-top:62px;
}
.news-title{
  background:#fff;
}
.news-title ul{
  margin-bottom: 0;
}
.news-title ul li{
  text-align: center;
}
.news-title ul li h3{
  font-size: 20px;
  margin:0;
  line-height: 60px;
  position: relative;
}

.news-title ul li h3 a{
  color:#191140;
  border-bottom:2px solid #fff;
  display: block;
}
.news-title ul li.on a{
  display: block;
  color: #2acc72;
}
.news-title ul li h3 a:hover,.news-title ul li h3 a:visited,.news-title ul li h3 a:focus{
  text-decoration-line: none;
}
.news-title-con{
  background: #f8f8f8;
}
.news-title-con .erji-sousuo {
  width: 100%;
  height: 45px;
  /* background: #eeeeee; */
  border-radius: 100px;
}
.news-title-con .erji-sousuo input {
  display: inline-block;
  width: 85%;
  line-height: 45px;
  padding-left: 30px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background: #eeeeee;
  outline: none;
}
.news-title-con .erji-sousuo button {
  background: #2acc72;
  display: inline-block;
  width: 13.5%;
  color: #fff;
  line-height: 45px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  outline: none;
}
.news-title-con .erji-sousuo {
  width: 68%;
  margin:30px auto;
}
.news-title-con ul{
  width: 68%;
  margin:0 auto;
}
.news-title-con ul li {
  border-bottom:1px solid #e8e8e8;
  line-height: 50px;
}
.news-title-con ul  a{
  font-size: 16px;
  color:#65697f;
}
.news-title-con ul  a:hover,.news-title-con ul li a:visited,.news-title-con ul li a:focus{
  color:#65697f;
  text-decoration-line: none;
}
.news-title-con ul li span{
    background: #2acc72;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
}
.news-detail{
  text-align: right;
  font-size: 18px;
  color:#65697f;
  padding-left:0;
}
.express-wrap ol{
  background:#fff;
  padding-left:56px;
  padding-bottom:15px;
  margin-bottom: 30px;
}
.express-wrap ol li{
  line-height: 40px;
}
.express-wrap ol li a{
  color:#65697f;
  font-size: 16px;
}
.express-wrap ol li a:hover,.express-wrap ol li a:visited,.express-wrap ol li a:focus{
  color:#65697f;
}
.express-wrap ol h3{
  font-size:20px;
  margin-left: -30px;
}
.express-wrap ol .iconfont{
  color:#3cd687;
  font-size: 24px;
}
.express-wrap ol.qq-qun .iconfont{
  font-size: 22px;
}
.list-more{
  margin:40px 0;
}
.fullSlide .bd li .erp-img{
  padding-top: 0;
}
.fullSlide .bd li a.erp-link{
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
.fullSlide .bd li a.erp-link:hover, .fullSlide .bd li a.erp-link:focus, .fullSlide .bd li a.erp-link:visited{
  color: #fff;
}
.fullSlide .bd li .erp-lf{
  padding-top:75px;
}
.fullSlide .bd li .open-lf{
  padding-top:72px;
}
.fullSlide .bd li .erp-lf h1{
  font-size: 35px;
}
.fullSlide .bd li .open-lf h1{
  font-size: 35px;
  margin-bottom: 20px;
}
.fullSlide .bd li .fxdf-lf h1{
  color: #353535;
}
.fullSlide .bd li div.bannertwo-wrp .fxdf-lf p{
  color: #353535;
}
.fullSlide .bd li a.fxdf-link{
  color:#1eb273;
  border: 1px solid #1eb273;
  border-radius: 100px;
  display: inline-block;
}
.fullSlide .bd li a.fxdf-link:hover, .fullSlide .bd li a.fxdf-link:focus, .fullSlide .bd li a.fxdf-link:visited{
  color: #1eb273;
}
.fullSlide .bd li a.fxdf-last-link{
  border: none;
  background: #1eb273;
}
.fullSlide .bd li a.fxdf-last-link{
  color: #fff;
}
.fullSlide .bd li a.fxdf-last-link:hover, .fullSlide .bd li a.fxdf-last-link:focus, .fullSlide .bd li a.fxdf-last-link:visited{
  color: #fff;
}
.fullSlide .bd li .fxdf-lf{
  padding-top: 89px;
}
@media screen and (max-width:750px){
  .banner-numtwo .about-numtwo-lf{
    padding-top:5px;
  }
  .list-more{
    margin:20px 0;
  }
  .develop-lf{
    float: left;
    margin-top: 0;
    width: 100%;
  }
  .develop-rg ul{
    height: auto;
    margin-bottom: 20px;
  }
  .express-wrap ol{
    padding-left:10px;
    padding-bottom:15px;
    margin-bottom: 10px;
  }
  .express-wrap ol h3{
    margin-left:0;
  }
  .express-wrap ol .iconfont{
    font-size: 20px;
  }
  .bannerctCon,.bannernews{
    width: 100%;
  }
  .news-title-con ul{
    width: 100%;
  }
  .ws-li-three{
    float: none;
    padding:0;
  }
  .ws-function ul li span.wsspan-first{
    border-left:none;
  }
  .news-title-con .erji-sousuo{
    width: 100%;
    margin:15px auto;
    height: 35px;
  }
  .ws-pk{
    margin-bottom:0;
  }
  .news-title ul li h3{
    font-size: 18px;
}
  .ws-twocon-wrap a{
    margin: 13px auto;
  }
  .ws-twocon-wrap ul li{
    padding:0;
    padding-right:5px;
  }
  .ws-twocon-wrap{
    padding:25px 0;
  }
  .ws-twocon-wrap{
    text-align: center;
  }
  .ws-twocon-wrap h2{
    font-size: 18px;
    font-weight: 600;
    margin-top:10px;
  }
  .ws-li-two{
    text-align: center;
  }
  .ws-twocon-wrap img{
    width: 82%;
    margin-top: 15px;
  }
  .ws-onecon ul{
    margin-top:10px;
  }
  .ws-onecon ul li{
    margin-bottom: 15px;
  }
  .contact-con ol li{
    width: 49%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .contact-con ol li.con-lif{
    margin-right:2%;
  }
  .contact-con ul li{
    margin-bottom: 15px;
  }
  .contact-con ol li img{
    width: 57%;
  }
  .about-con-yst{
    background-color: #fff;
    z-index: 100000;
    padding:0;
    margin-top:0;
    box-shadow: none;
  }
  .about-wrap ul{
    padding:0;
  }
  .about-con-yso .abli-wrap h3, .about-con-yst .abli-wrap h3{
    font-size: 20px;
  }
  .abli-wrap{
    background: url(https://img.alicdn.com/imgextra/i1/3001216719/O1CN01JmXzfR1zVLktazCz3_!!3001216719.png) 0 0 no-repeat;
    background-size: 15%;
  }
  .abli-wrap-t{
    background: url(https://img.alicdn.com/imgextra/i2/3001216719/O1CN01PuQGBI1zVLktb0Y7s_!!3001216719.png) 0 0 no-repeat;
    background-size: 15%;
  }
  .abli-wrap-th{
    background: url(https://img.alicdn.com/imgextra/i4/3001216719/O1CN0192K3F71zVLkpxsLbi_!!3001216719.png) 20px 0 no-repeat;
    background-size: 15%;
  }
  .about-wrap ul li h2{
    padding-top:0;
  }
  .about-wrap ul li h2 img{
    width: 13%;
  }
  .about-wrap ul li.about-con-yst h2 img{
    width:11%;
  }
  .about-til-fu{
    margin-bottom: 20px;
  }
  .about-num{
    margin-top:0;
  }
  .about-num ul li h2{
    font-size: 26px;
  }
  .develop-lf{
    float: none;
  }
  .develop-lf img{
    width: 100%;
  }
  .develop-rg{
    float: none;
    width: 100%;
  }
  .devetop-btm{
    display: none;
  }
  .develop-rg h2{
    margin-top:0;
  }
  .banner-numtwo .contact-rg img{
    width:38%;
  }
  .news-banner .contact-rg img{
    width: 34%;
  }
  .contact-con ul li{
    width: 100%;
    height: auto;
    padding-top:1px;
    padding-bottom: 1px;
  }
  .ws-num-lf .contact-rg img{
    width: 48%;
    padding-left: 12px;
  }
  .news-title-con .erji-sousuo input {
    width: 80%;
    line-height: 35px;
  }
  .news-title-con .erji-sousuo button {
    width: 18.5%;
    line-height: 35px;
  }
  .ws-twocon-wrap p{
    font-size: 16px;
  }
  .erp-img{
    display:none;
  }
  .open-img{
    display: block;
  }
  .fullSlide .bd li .erp-lf{
    padding-top: 89px;
  }
  .fullSlide .bd li .meng-lf{
    padding-top: 72px;
  }
  .fullSlide .bd li .open-lf{
    padding-top: 13px;
  }
  .fullSlide .bd li .erp-lf h1{
  font-size: 30px;
}
}

@media screen and (max-width:321px){
  .fullSlide .bd li .erp-lf h1{
    font-size: 26px;
  }
  .fullSlide .bd li .open-img img{
    width: 57%;
  }
  .fullSlide .bd li .open-lf h1{
    font-size: 26px;
  }
  .ws-num-lf .contact-rg img{
    width: 65%;
    padding-left: 12px;
  }
  .banner-numtwo .contact-rg img{
    width:48%;
  }
  .index-about ul li.ab-lf p a{
    font-size: 14px;
  }
  .ws-twocon-wrap ul li p{
    font-size: 14px;
  }
  .ws-twocon-wrap P{
    font-size: 14px;
  }
  .ws-function ul li span{
    font-size: 14px;
  }
  .news-title-con ul a{
    font-size:14px;
  }
  .express-wrap ol li a{
    font-size: 14px;
  }
  .news-detail{
    font-size: 16px;
  }
  .express-wrap ol h3{
    font-size: 18px;
  }
  .main-content .main-content-rg ul li p{
    font-size: 14px;
  }
  .ws-onecon ul li p{
    font-size: 14px;
  }
  .about-con p{
    font-size: 14px;
  }
  .about-con-yso .abli-wrap p, .about-con-yst .abli-wrap p{
    font-size: 14px;
  }
  .about-num ul li p{
    font-size: 14px;
  }
  .develop-rg ul li p{
    font-size: 14px;
  }
  .develop-rg ul li h3{
    font-size: 18px;
  }
  .til-fu-two{
    font-size: 14px;
  }
  .index-about ul li.ab-lf p{
    font-size: 14px;
  }
}
.vip-shop-list ul{
  background:#fff;
  box-shadow: 0 2px 8px 0 #d9d9d9;
  margin-top:30px;
}
.vip-shop-list ul li{
  height: 5rem;
  border-right: 1px solid #e9ebf4;
  border-bottom: 1px solid #e9ebf4;
}
.vip-shop-list ul li:nth-child(6n+0){
  border-right: 0;
}
.vip-shop-list ul li a{
  display: block;
  padding-top:1.6rem;
}
.vip-shop-list ul li img{
  line-height: 100%;
  width: 100%;
}
.vip-shop-list ul li.vip-linebm{
  border-bottom:0;
}
@media screen and (max-width:750px){
  .vip-shop-list ul li img{
    width: 100%;
  }
  .vip-shop-list ul li:nth-child(3n+0){
    border-right: 0;
  }
  .vip-shop-list ul{
    box-shadow: none;
    margin-top:0;
  }
}
.sprin-img-vip img{
  transition: transform 0.5s; 
  -webkit-transition: -webkit-transform 0.5s; 
}
.sprin-img-vip img:hover{
  transform: translate(0px,-10px); 
  -ms-transform: translate(0px,-10px); /* IE 9 */ 
  -webkit-transform: translate(0px,-10px); /* Safari and Chrome */ 
}
.joinus-position h1{
    border-left: 6px solid #32c980;
    padding-left: 10px;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.joinus-position ul li{
    background: #fff;
    padding: 10px;
    width: 32.3333%;
    margin-right: 1%;
    border-radius: 4px;
    box-shadow: 0px 1px 10px rgba(0, 3, 57, 0.1);
    margin-bottom: 1%;
}
.joinus-position ul li:nth-child(1){
    width: 49%;
}
.joinus-position ul li.joinus-sec{
    width: 49%;
}
.joinus-position ul li h2{
    font-size: 22px;
    text-align: center;
}
.joinus-position ul li h2 img{
  width: 20px;  
}
.position-num{
    color: #65697f;
    text-align:center;
    font-size: 16px;
    line-height: 40px;
}
.position-line{
    border-bottom: 1px dashed #d8d8d8;
    margin-bottom: 10px;
    text-align: right;
    cursor: pointer;
    padding-bottom: 6px;
    color: #32c980;
}
.joinus-position ul li p{
    color:#65697f;
    line-height: 28px;
    margin-bottom: 0;
}
.join-welfare h1{
    border-left: 6px solid #32c980;
    padding-left: 10px;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.join-welfare ul{
    margin-bottom: 25px;
}
.join-welfare ul li{
    text-align: center;
    width: 11%;
    font-size: 16px;
}
.join-welfare ul li img{
    margin-bottom: 10px;
}
.join-welfare p{
    color: #65697f;
    line-height: 26px;
    font-size: 16px;
}
.join-welfare p span{
    background: #2acc72;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
}
.stepinto-woda h1{
    border-left: 6px solid #32c980;
    padding-left: 10px;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.stepinto-woda-wrap{
    width: 1225px;
    height: 262px;
    overflow: hidden;
    margin: 0 auto;
}
.stepinto-woda-wrap ul {
    width: 5000px;
}
.stepinto-woda-wrap ul li{
    display: inline-block;
    border: 6px solid #fff;
    margin-right: 10px;
}
.stepinto-woda-wrap ul li img{
    height: 250px;
}
.contact-woda h1{
    border-left: 6px solid #32c980;
    padding-left: 10px;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 25px; 
}
.contact-woda p{
    line-height: 30px;
    font-size: 16px;
    color: #65697f;
}
.join-erm{
    margin-top: 15px;
}
.erm-title{
    padding-left: 19px;
    margin-top: 10px;
    color: #65697f;
    font-size: 16px;
}
.zjava-section{
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed; 
    top:0; 
    left: 0;
    z-index:100;
    display: none;
}
.case-wrap{
    background: #fff;
    width: 665px;
    margin: 200px auto;
    padding: 20px;
    padding-bottom: 30px;
    position: relative;
}
.case-wrap h2{
    text-align: center;
    margin-bottom: 50px;
}
.case-wrap h3{
    margin-bottom: 20px;
}
.case-wrap p{
    font-size: 16px;
}
.case-wrap span{
    font-size:36px;
    position: absolute;
    right: 15px;
    top: 0px;
    cursor: pointer;
}
@media screen and (max-width:750px){
    .joinus-position ul li{
        margin-right: 0;
    }
    .joinus-position ul li{
        width: 100%;
    }
    .joinus-position ul li:nth-child(1){
        width: 100%;
    }
    .joinus-position ul li.joinus-sec{
        width: 100%;
    }
    .stepinto-woda-wrap{
        width: 100%;
    }
    .join-welfare ul{
        margin-bottom: 15px;
    }
    .join-welfare ul li{
        width: 25%;
        margin-bottom: 15px;
    }
    .banner-numtwo .contact-rg img{
        width: 48%;
    }
    .contact-woda h1,.stepinto-woda h1,.join-welfare h1,.joinus-position h1{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .zjava-section{
        background-color: rgba(0, 0, 0, 0.8); 
    }
    .case-wrap{
        width: 100%;
        margin-top: 80px;
        overflow: auto;
        background: none;
        color: #fff;
    }
}



