﻿.bossgoo-footer25 {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  background-color: black;
}

.bossgoo-footer25 .footer25-top {
  width: 100%;
  padding: 50px 0;
}

.bossgoo-footer25 .footer25-top1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  /* border-bottom: solid 1px #dbdbdb; */
  border-bottom: solid 1px rgba(219, 219, 219, .5);
}

.bossgoo-footer25 .footer25-item1 {
  width: 33.3%;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  position: relative;
}

.bossgoo-footer25 .footer25-item1::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 10%;
  /* background-color: #dbdbdb; */
  background-color: rgba(219, 219, 219, .5);
}

.bossgoo-footer25 .footer25-item1:first-child {
  padding-left: 0;
}

.bossgoo-footer25 .footer25-item1:last-child::before {
  display: none;
}

.bossgoo-footer25 .footer25-logoImg img {
  max-width: 60px;
  max-height: 36px;
  display: inline-block;
}

.bossgoo-footer25 .footer25-logoTe {
  width: 100%;
  padding-top: 20px;
  color: #ccc;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.bossgoo-footer25 .footer25-it1-title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.bossgoo-footer25 .footer25-it1-form {
  width: 100%;
  padding-top: 36px;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
}

.bossgoo-footer25 .footer25-it1-text {
  width: calc(100% - 40px);
  color: #fff;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  padding-right: 10px;
  box-sizing: border-box;
}

.bossgoo-footer25 .footer25-it1-text::-webkit-input-placeholder {
  font-size: 14px;
}

.bossgoo-footer25 .footer25-it1-text::-moz-placeholder {
  font-size: 14px;
}

.bossgoo-footer25 .footer25-it1-text:-ms-input-placeholder {
  font-size: 14px;
}

.bossgoo-footer25 .footer25-it1-sub {
  width: 40px;
  height: 24px;
  line-height: 24px;
  text-align: right;
  font-size: 24px;
  color: var(--themeColor);
  cursor: pointer;
  border-left: 1px solid #dbdbdb;
}

.bossgoo-footer25 .footer25-list {
  width: 100%;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-footer25 .footer25-dpItem {
  width: 50%;
  padding-right: 15px;
  box-sizing: border-box;
}

.bossgoo-footer25 .footer25-dpItem a {
  color: #ccc;
}

.bossgoo-footer25 .footer25-dpItem a:hover {
  color: var(--themeColor);
}

.bossgoo-footer25 .footer25-top2 {
  width: 100%;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-footer25 .footer25-navBox {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 30px;
  box-sizing: border-box;
}

.bossgoo-footer25 .footer25-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-footer25 .footer25-nav a {
  font-size: 14px;
  line-height: 1;
  color: #dbdbdb;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 5px;
  border-right: 1px solid #dbdbdb;
}

.bossgoo-footer25 .footer25-nav a:hover {
  color: var(--themeColor);
}

.bossgoo-footer25 .footer25-nav a:first-child {
  padding-left: 0;
}

.bossgoo-footer25 .footer25-nav a:last-child {
  padding-right: 0;
  border-right: none;
}

.bossgoo-footer25 .footer25-item2 {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 30px;
  box-sizing: border-box;
}

.bossgoo-footer25 .footer25-item3 {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 30px;
  box-sizing: border-box;
}

.bossgoo-footer25 .footer25-it2Le {
  width: 60px;
}

.bossgoo-footer25 .footer25-add {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-footer25 .footer25-add .iconfont {
  font-size: 24px;
  color: var(--themeColor);
}

.bossgoo-footer25 .footer25-itRi {
  width: calc(100% - 60px);
  padding-left: 15px;
  box-sizing: border-box;
}

.bossgoo-footer25 .footer25-it2Ti {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.bossgoo-footer25 .footer25-it2Te {
  font-size: 14px;
  color: #dbdbdb;
  padding-top: 5px;
  position: relative;
}

.bossgoo-footer25 .footer25-call {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
  background-color: transparent;
  cursor: pointer;
}

.bossgoo-footer25 .footer25-callImg {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  background-color: transparent;
  display: none;
}

.bossgoo-footer25 .footer25-callBox:hover .footer25-callImg {
  display: inline-block;
}

.bossgoo-footer25 .footer25-bot {
  width: 100%;
  padding: 15px 0;
  background-color: #333;
  color: #fff;
}

.bossgoo-footer25 .footer25-copy {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-footer25 .footer25-copy a {
  font-size: 14px;
  color: #fff;
}

.bossgoo-footer25 .footer25-copyLe {
  width: 50%;
  padding-right: 15px;
}

.bossgoo-footer25 .footer25-copyLe p:first-child {
  margin-bottom: 6px;
}

.bossgoo-footer25 .footer25-copyLe img {
  width: 15px;
  height: 15px;
  display: inline-block;
}

.bossgoo-footer25 .footer25-copyRi {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.bossgoo-footer25 .footer25-copyRi a {
  display: inline-block;
  margin-left: 10px;
}

.bossgoo-footer25 .footer25-copyRi .iconfont {
  font-size: 24px;
}

.bossgoo-footer25 .footer25-copyRi .icon1 {
  color: #435f9f;
}

.bossgoo-footer25 .footer25-copyRi .icon2 {
  color: #00aaf0;
}

.bossgoo-footer25 .footer25-copyRi .icon3 {
  color: #0b66c1;
}

.bossgoo-footer25 .footer25-copyRi .icon4 {
  color: #e4007f;
}

.bossgoo-footer25 .footer25-copyRi .icon5 {
  color: #cb2027;
  font-size: 20px;
}

.bossgoo-footer25 .footer25-textLink {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bossgoo-footer25 .footer25-textLink a:hover {
  color: var(--themeColor);
}

.bossgoo-footer25 .footer25-iconLink {
  width: 35%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bossgoo-footer25 .footer25-phone {
  width: 100%;
  padding: 20px 0 90px;
}

.bossgoo-footer25 .footer25-ph-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bossgoo-footer25 .footer25-ph-nav a {
  color: #dbdbdb;
  line-height: 1;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 5px;
  border-right: 1px solid #dbdbdb;
}

.bossgoo-footer25 .footer25-ph-copy {
  width: 100%;
  padding-top: 15px;
  color: #dbdbdb;
  text-align: center;
}

.bossgoo-footer25 .footer25-ph-copy img {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
}

.bossgoo-footer25 .footer25-ph-copy a {
  color: #dbdbdb;
}

@media only screen and (max-width: 1440px) {
  .bossgoo-footer25 .wrap {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .bossgoo-footer25 .footer25-logoTe {
    padding-top: 15px;
  }
  .bossgoo-footer25 .footer25-item1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-footer25 .phone-footer {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.25);
  }
  .bossgoo-footer25 .phone-footer ul {
    display: flex;
  }
  .bossgoo-footer25 .phone-footer li {
    flex: 1;
    padding-top: 0.25rem;
    text-align: center;
  }
  .bossgoo-footer25 .phone-footer a {
    font-family: var(--fontRegular);
    font-size: 0.3rem;
    color: #555;
  }
  .bossgoo-footer25 .phone-footer .iconfont {
    display: block;
    font-size: 0.42rem;
    margin-bottom: 0.1rem;
  }
  .bossgoo-footer25 .phone-footer span {
    display: block;
  }
}

.bossgoo-footer25 .footer25-copyLe p:first-child img{
  width: 59px;
  height: 12px;
}
.bossgoo-footer25 .footer25-ph-copy p:first-child img{
  width: auto;
  height: auto;
  margin-right: 0;
}


.bossgoo-footer25 .footer25-it1-sub {
  color: #fff;
}