
.Right-suspension {
  position: fixed;
  z-index: 998;
  right: 10px;
  top: 370px;
  width: 160px;
}
.Right-suspension-con {
  width: 160px;
  top: 80px;
}
.Right-suspension-con span {
  width: 100%;
  display: block;
  border-radius: 4px;
  height: auto;
  font-size: 16px;
  color: #fff;
  margin-top: 6px;
  text-align: center;
}
.Right-suspension-con span img {
  display: block;
}
.Right-suspension-con span a {
  color: #fff;
  display: block;
}
.Right-suspension-con-img {
  width: 100%;
  height: 54px;
  background-image: linear-gradient(to right, #3a7b49, #98c7a3);
  margin-bottom: 10px;
  color: #fff;
  line-height: 54px;
  text-align: center;
}
.Right-suspension-con-a1 {
  background: #fff;
  text-align: center;
  line-height: 45px;
  height: 45px;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #3a7b49;
  transition: 200ms;
  margin-top: 10px;
  transition: 0.3s;
}
.Right-suspension-con-a1 a {
  display: block;
  color: #3a7b49;
}
.Right-suspension-con-a1:hover {
  background: #3a7b49;
}
.Right-suspension-con-a1:hover a {
  color: #fff;
}
.Right-suspension-con-a2 {
  margin-top: 10px;
  background-image: linear-gradient(to right, #3a7b49, #98c7a3);
  text-align: center;
  line-height: 45px;
  height: 45px;
  border-radius: 4px;
  font-size: 16px;
  transition: 200ms;
}
.Right-suspension-con-a2 a {
  display: block;
  color: #fff;
}
.Right-suspension-con-a2:hover {
  background: #fff;
}
.Right-suspension-con-a2:hover a {
  color: #3a7b49;
}
.Right-suspension-con-tit {
  color: #fff;
  font-size: 28px;
  font-style: initial;
  vertical-align: sub;
}
.Right-suspension-con-s {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-image: linear-gradient(to right, #3a7b49, #98c7a3);
  cursor: pointer;
  transform: 200ms;
}
.Right-suspension-shrinkage {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  background-image: linear-gradient(to right, #3a7b49, #98c7a3);
}
.leftfix {
  display: inline-block;
  position: fixed;
  z-index: 998;
  left: 10px;
  top: 370px;
}
/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .header {
    display: none;
  }
  .nav {
    display: none;
  }
  .w {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .h44 {
    height: 44px;
  }
  .h100 {
    height: 0px;
  }
  .moblie_head {
    display: block;
    height: 44px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
  }
  .moblie_head .w {
    display: flex;
    justify-content: space-between;
  }
  .moblie_head .lf {
    padding-top: 10px;
  }
  .moblie_head .lf img {
    height: 24px;
  }
  .moblie_head .rg {
    padding-top: 14px;
  }
  .moblie_head .rg a img {
    height: 16px;
    vertical-align: top;
  }
  .a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
  }
  .a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0d19;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .a_txt .div3 {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #0059b9;
    height: 100%;
    z-index: 100;
    right: -80%;
  }
  .a_txt .div3 ul {
    padding-left: 5%;
    padding-right: 5%;
  }
  .a_txt .div3 ul li {
    border-bottom: 1px solid #b9d9fc;
  }
  .a_txt .div3 ul li a {
    display: block;
    height: 45px;
    color: #fff;
    line-height: 45px;
    padding-left: 5%;
    font-size: 16px;
  }
  .a_txt .div3 ul li .a_js2 {
    background: url(plus.png) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .a_txt .div3 ul li .a_js2_on {
    background: url(reduce.jpg) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .a_txt .div3 ul li .a_txt2 {
    display: none;
  }
  .a_txt .div3 ul li .a_txt2 a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .footer .footer-con {
    flex-direction: column;
  }
  .footer .fcontact {
    width: 100%;
  }
  .copyright {
    flex-direction: column;
    text-align: center;
  }
  .Right-suspension {
    display: none;
  }
  .leftfix {
    display: none;
  }
}
