.sitetop-rightint2 {
  position: relative;
  width: 100%;
  top: 0;
  height: 60px;
  z-index: 30;
  background-color: #159D88;
}

.sitetop-rightint2 .wp {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.sitetop-rightint2 span {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.sitetop-rightint2 a{
  color:#fff;
}


.sitetop-rightint2 span.mo-header-search {
  margin-right: 95px;
}

.sitetop-rightint2 span i {
  color: #fff;
  font-size: 24px;
}

.sitetop-rightint2-left,
.sitetop-rightint2-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.sitetop-rightint2 p {
  padding: 0 0 0 38px;
  margin-right: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: 300;
}

.sitetop-rightint2 p.tel {
  background: url("./pics/tel.png") no-repeat left center;
  margin-bottom: 0;
}

.sitetop-rightint2 p.mail {
  background: url("./pics/mail.png") no-repeat left center;
}

.sitetop-rightint2 p a:hover {
  color: var(--active-color);
}

.sitetop-rightint2 .share {
  margin-left: 28px;
}

.sitetop-rightint2 .share a {
  display: inline-block;
  background-color: var(--active-color);
  margin: 0 15px 0 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
}

.sitetop-rightint2 .share a i {
  font-size: 19px;
  color: #fff;
}

.sitetop-rightint2 .share a:last-child{
  margin-right:0
}

.sitetop-rightint2 .share a:hover {
  color: var(--active-color);
}


.sitetop-rightint2 .sitetop-left,
.sitetop-rightint2 .sitetop-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.sitetop-rightint2 .header-rightint2-right {
  height: 36px;
}

.sitetop-rightint2-search-box {
  top: 148px;
}

.sitetop-rightint2-header .nav>ul>li .drop-down {
  top: 148px;
}

.sitetop-rightint2-header-right {
  display: none !important;
}


@media screen and (max-width:1330px) {

  .sitetop-rightint2 p {
    font-size: 16px;
  }

}

@media screen and (max-width:1150px) {

  .sitetop-rightint2 p {
    font-size: 14px;
  }

  .sitetop-rightint2 .share {
    display: none;
  }

}

@media screen and (max-width:768px) {

  .sitetop-rightint2 {
    position: static;
    height: 50px;
    background: #333;
  }

  .sitetop-rightint2 .wp {
    padding: 0;
  }

  .sitetop-rightint2 p,
  .sitetop-rightint2 .share,
  .nav,
  #gotop {
    display: none;
  }


  .sitetop-rightint2 span,
  #footBar {
    display: block;
  }

}

@media (max-width:766px) {
  .sitetop-rightint2-header-right {
    display: flex !important;
  }

  .sitetop-rightint2-header-right .line {
    visibility: hidden;
  }

  .sitetop-rightint2 {
    display: none;
  }
}