﻿.pc-style .about-us {
  width: 1120px;
  margin: 20px auto 20px auto;
}

.pc-style .about-us .about-us-inner {
  border-radius: 10px;
  padding: 50px;
  background: #ffffff;
  min-height: 400px;
}

.pc-style .about-us .about-us-title {
  margin-bottom: 20px;
  text-align: center;
}

.pc-style .about-us .about-us-title .title-text {
  font-size: 30px;
}

.pc-style .about-us .about-us-content {
  font-size: 16px;
  text-align: center;
}
.pc-style .about-us .about-us-content .Tips{
  margin-bottom: 10px;
}
.pc-style .about-us .about-us-content .kefu-list {
  margin: 0px auto;
  padding: 20px 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: left;
}

.pc-style .about-us .about-us-content .kefu-list li {
  padding: 10px 0px 10px 30px;
  border-bottom: 1px dotted #e5e5e5;
  position: relative;
}

.pc-style .about-us .about-us-content .kefu-list li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 0px;
  background: #000000 center center no-repeat;
  background-size: 100% 100%;
}

.pc-style .about-us .about-us-content .kefu-list li .item-tag {
  display: none;
}

.pc-style .about-us .about-us-content .kefu-list li.li-qq:before {
  background: url(../Images/bg5015_1.png) center center no-repeat;
  background-size: 100% 100%;
}

.pc-style .about-us .about-us-content .kefu-list li.li-weixin:before {
  background: url(../Images/bg5015_3.png) center center no-repeat;
  background-size: 100% 100%;
}

.pc-style .about-us .about-us-content .kefu-list li.li-tel:before {
  background: url(../Images/bg5015_2.png) center center no-repeat;
  background-size: 100% 100%;
}

.pc-style .about-us .about-us-content .kefu-list li:last-child {
  border: none;
}

.pc-style .about-us .about-us-content .kefu-list li .weixin-code {
  width: 180px;
  border: 1px solid #e5e5e5;
  display: block;
  margin-top: 10px;
}

.pc-style .about-us .about-us-content .kefu-list li .weixin-code img {
  width: 100%;
  height: auto;
}

.pc-style .about-us .about-us-content .kefu-list li a {
  color: #336699;
  display: block;
}

.pc-style #ServiceOnline {
  display: none;
}

/* 移动端样式 */

.mobile-style #bot .bot-other-info {
  display: none;
}

.mobile-style .about-us {
  margin: 10px auto;
}

.mobile-style .about-us .about-us-inner {
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}

.mobile-style .about-us .about-us-title {
  text-align: center;
  background: #f7f7f7;
  padding: 15px 15px 10px 15px;
}

.mobile-style .about-us .about-us-title .title-text {
  font-size: 18px;
}

.mobile-style .about-us .about-us-content {
  font-size: 16px;
  padding: 16px;
  text-align: center;
}
.mobile-style .about-us .about-us-content .Tips{
  font-size: 14px;
}
.mobile-style .about-us .about-us-content .kefu-list {
  margin: 0px auto;
  padding: 20px;
  display: inline-block;
  text-align: left;
}

.mobile-style .about-us .about-us-content .kefu-list li {
  padding: 10px 0px 10px 30px;
  border-bottom: 1px dotted #e5e5e5;
  position: relative;
}

.mobile-style .about-us .about-us-content .kefu-list li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 0px;
  background: #000000 center center no-repeat;
  background-size: 100% 100%;
}

.mobile-style .about-us .about-us-content .kefu-list li .item-tag {
  display: none;
}

.mobile-style .about-us .about-us-content .kefu-list li.li-qq:before {
  background: url(../Images/bg5015_1.png) center center no-repeat;
  background-size: 100% 100%;
}

.mobile-style .about-us .about-us-content .kefu-list li.li-weixin:before {
  background: url(../Images/bg5015_3.png) center center no-repeat;
  background-size: 100% 100%;
}

.mobile-style .about-us .about-us-content .kefu-list li.li-tel:before {
  background: url(../Images/bg5015_2.png) center center no-repeat;
  background-size: 100% 100%;
}

.mobile-style .about-us .about-us-content .kefu-list li:last-child {
  border: none;
}

.mobile-style .about-us .about-us-content .kefu-list li .weixin-code {
  width: 180px;
  border: 1px solid #e5e5e5;
  display: block;
  margin-top: 10px;
}

.mobile-style .about-us .about-us-content .kefu-list li .weixin-code img {
  width: 100%;
  height: auto;
}

.mobile-style .about-us .about-us-content .kefu-list li a {
  color: #336699;
}

.mobile-style .about-us .about-us-content .kefu-list li a:hover {
  text-decoration: underline;
  color: #cc0000;
}

.mobile-style .bot-nav {
  display: none;
}

.mobile-style #ServiceOnline {
  display: none;
}