.zhuli-side-bar {
  top: 50%;
  /*margin-top: -200px;*/
  position: fixed;
  right: 5px;
  z-index: 9999;
  background: #fff;
  border-radius: 3px;
  box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
}

.zhuli-side-bar a {
  display: block;
  cursor: pointer;
  width: 60px;
  background: #fff;
  position: relative;
  color: #676767;
  padding: 15px 0;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E8E8;
  border-radius: 3px;
}

.zhuli-side-bar a i {
  display: inline-block;
  font-size: 20px;
  color: #26AC39;
}

.zhuli-side-bar a span {
  font-size: 10px;
  color: #26AC39;
  display: block;
  margin: 10px 0 0;
}

.zhuli-side-bar a.wx .wx-box {
  width: 152px;
  height: 193px;
  position: absolute;
  right: 98px;
  top: -50px;
  display: none;
}

.zhuli-side-bar a.wx .wx-box .box {
  width: 150px;
  padding: 10px;
  border: 1px solid #D6D7D7;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.zhuli-side-bar a.wx .wx-box .box img {
  width: 100%;
}

.zhuli-side-bar a.wx .wx-box .box span {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  letter-spacing: 1px;
}

.zhuli-side-bar a.wx .wx-box .arrowPanel {
  width: 12px;
  height: 20px;
  position: absolute;
  right: -9px;
  top: 70px;
}

.zhuli-side-bar a.wx .wx-box .arrowPanel .arrow01 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #ddd;
}

.zhuli-side-bar a.wx .wx-box .arrowPanel .arrow02 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #fff;
}

.zhuli-side-bar a.wx:hover .wx-box {
  display: block;
}

#bobo-footer {
  background: #076e15;
  box-sizing: border-box;
  padding: 70px 0 0
}

#bobo-footer .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

#bobo-footer h5 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 25px;
  font-weight: 700;
  text-transform: uppercase
}

#bobo-footer h5::after {
  content: "";
  background: var(--bg-color);
  width: 40px;
  height: 1px;
  display: block;
  margin: 25px auto 0 0
}

.bobo-foot-logo {
  width: 420px
}

.bobo-foot-logo img {
  height: 48px;
}

.bobo-foot-logo p {
  font-size: 16px;
  color: #bcbcbc;
  line-height: 30px;
  margin: 30px 0 0
}

.bobo-foot-logo .share {
  margin: 40px 0 0;
  font-size: 0;
  display: flex;
}

.bobo-foot-logo .share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #148824;
}

.bobo-foot-logo .share a+a {
  margin-left: 25px
}

.bobo-foot-logo .share a:hover {
  opacity: .7
}

.bobo-foot-logo .share i {
  color: white;
  font-size: 26px;
}

.bobo-foot-nav ul li {
  font-size: 16px;
  color: #bcbcbc;
  line-height: 26px
}

.bobo-foot-nav ul li+li {
  margin-top: 6px
}

.bobo-foot-nav ul li a {
  color: #bcbcbc;
  display: inline-block
}

.bobo-foot-nav ul li a:hover {
  color: #fff;
  text-decoration: underline
}

.bobo-foot-list ul li {
  font-size: 16px;
  color: #bcbcbc;
  line-height: 26px
}

.bobo-foot-list ul li+li {
  margin-top: 6px
}

.bobo-foot-list ul li a {
  color: #bcbcbc;
  display: inline-block
}

.bobo-foot-list ul li a:hover {
  color: #fff;
  text-decoration: underline
}

.bobo-foot-contact {
  width: 300px
}
.bobo-foot-contact p i {
  padding-right:5px;
}
.bobo-foot-contact p {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 15px;
  /* padding: 0 0 0 35px; */
}
.bobo-foot-contact .p3 a:hover {
  text-decoration:none;
   color:#fff !important
}
.bobo-foot-contact .p2 a:hover {
   text-decoration:none;
  color:#fff !important
}
.bobo-foot-contact p i {
  left: 0;
  font-size: 32px;
  margin-bottom: 5px;
}

.bobo-foot-contact .p2 i {
  font-size: 34px;
  /* left: -3px; */
}

.bobo-foot-contact .p3 i {
  left: 1px;
}

.bobo-foot-contact p a:hover {
  color: var(--link-color-hover);
  text-decoration: underline
}

.bobo-copyright {
  margin-top: 50px;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2)
}
.bobo-copyright a:hover {
  color:#fff
}
.bobo-copyright p {
  font-size: 17px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5)
}

.bobo-side-bar {
  bottom: 204px;
  position: fixed;
  right: 10px;
  z-index: 999
}

.bobo-side-bar a {
  display: block;
  cursor: pointer;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: var(--btn-bg);
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px
}

.bobo-side-bar a+a {
  margin-top: 10px
}

.bobo-side-bar a i {
  display: inline-block;
  font-size: 30px;
  color: #fff
}

.bobo-side-bar a:last-child i {
  font-size: 22px
}

.bobo-side-bar a:hover {
  background: var(--btn-bg-hover)
}

#bobo-footBar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #333;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s
}

#bobo-footBar ul {
  height: 45px;
  display: -webkit-flex;
  display: flex
}

#bobo-footBar ul li {
  width: 25%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

#bobo-footBar ul li:first-child {
  border-left: none
}

#bobo-footBar ul li a {
  display: inline-block;
  width: 100%
}

#bobo-footBar ul li i {
  color: #fff;
  font-size: 20px
}

#bobo-footBar ul li span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 1px;
  text-transform: uppercase
}


@media screen and (max-width: 1500px) {
  #bobo-footer .wp {
    max-width: 1200px;
  }

  .bobo-foot-logo {
    width: 350px
  }

  .bobo-foot-nav ul li,
  .bobo-foot-list ul li,
  .bobo-foot-contact p {
    font-size: 15px
  }

  .bobo-foot-contact {
    width: 270px
  }
}

@media screen and (max-width: 1300px) {
  #bobo-footer .wp {
    max-width: 1050px;
  }

  .bobo-foot-logo .share a {
    width: 40px;
    height: 40px;
  }

  .bobo-foot-logo .share i {
    font-size: 22px;
  }

  .bobo-foot-logo .share a+a {
    margin-left: 20px
  }
}

@media screen and (max-width: 768px) {
  #bobo-footer {
    padding: 30px 0 0
  }

  .zhuli-side-bar {display: none;}	

  #bobo-footer .wp {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
    padding-left: 10px;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  #bobo-footer h5 {
    font-size: 20px;
    margin: 0 0 20px;
    text-align: center
  }

  #bobo-footer h5::after {
    margin: 15px auto 0
  }

  .bobo-foot-logo {
    width: 100%;
    text-align: center;
  }

  .bobo-foot-logo p {
    font-size: 15px;
    line-height: 24px;
    margin: 20px 0 0
  }

  .bobo-foot-logo .share {
    margin: 20px 0 0;
    justify-content: center;
  }

  .bobo-foot-logo .share a {
    width: 35px;
    height: 35px;
  }

  .bobo-foot-logo .share i {
    font-size: 18px;
  }

  .bobo-foot-logo .share a+a {
    margin-left: 20px
  }

  .bobo-foot-nav,
  .bobo-foot-list {
    display: none
  }

  .bobo-foot-contact {
    width: 100%;
    margin: 30px 0 0;
    text-align: center
  }

  .bobo-foot-contact p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 10px 0 0
  }

  .bobo-foot-contact p i {
    display: block;
    position: static;
  }

  .bobo-copyright {
    margin-top: 30px;
    padding: 15px 0 60px
  }

  .bobo-copyright p {
    font-size: 15px;
    letter-spacing: 0
  }

  .bobo-side-bar {
    display: none
  }

  #bobo-footBar {
    display: block
  }
}