body {
  font-size: 16px !important;
}
.navbar {
  background-color: #6b7bb2;
}
.navbar .centermin {
  width: 1180px;
  margin: 0 auto;
}
.barrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.barrow .logo {
  color: #fff;
  display: flex;
  align-items: center;
}
.barrow .logo img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.barrow .logo div {
  flex: 1;
  overflow: hidden;
}
.barrow .logo div h2{
  font-size: 22px;
  font-weight: bold;
}
.barrow .logo div p{
  font-size: 12px;
}
.barrow ul {
  display: flex;
}
.barrow ul li a {
  color: #fff;
  font-size: 16px;
  margin: 0 10px;
  padding: 0 15px;
  display: block;
  line-height: 70px;
  position: relative;
}
.barrow ul li a:hover {
  font-weight: bold;
  color: #ff5644;
}
.barrow ul li a.active {
  font-weight: bold;
  color: #ff5644;
}
.barrow ul li a.active::after {
  content: " ";
  position: absolute;
  height: 2px;
  background: #ff5644;
  width: 100%;
  bottom: 0;
  left: 0;
}
.cbody {
  min-height: 800px;
  padding-top: 50px;
}
.cbody .center {
  width: 1150px;
  margin: 0 auto;
  position: relative;
}
.text-content {
  margin-bottom: 15px;
}
.text-content .content-title {
  font-weight: bold;
  margin: 15px 0 10px;
  color: #333;
}
.text-content .txt {
  margin-bottom: 10px;
  text-align: justify;
  line-height: 25px;
  color: #656565;
}
.text-content .txt b {
  color: #333;
}

.text-content .content-title {
  font-size: 24px;
  font-weight: 900;
  color: #7b52ff;
  text-align: center;
  margin-bottom: 20px;
}
.text-content .txt-title {
  font-size: 16px;
  font-weight: 900;
  padding: 10px 0;
  margin-top: 20px;
}

.text-content .connect-us {
  text-align: center;
  line-height: 30px;
}
.text-content .baidu-map {
  display: block;
  margin: 20px auto;
}
.text-content table td {
  border: 1px #ddd solid;
}
.text-content table {
  margin: 30px 0;
}

.page {
  line-height: 1.8em;
}
.page h2 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
}
.page h3 {
  font-size: 24px;
  font-weight: 900;
  color: #7b52ff;
  text-align: center;
  margin-bottom: 20px;
}
.page h4 {
  font-size: 18px;
  margin: 12px 0;
}
.page h5,
.page h6 {
  margin: 8px 0;
  font-size: 18px;
}
.page p {
  margin-bottom: 5px;
}

.text-content h1 {
  font-size: 24px;
  font-weight: 900;
  color: #7b52ff;
  text-align: center;
  margin-bottom: 20px;
}
.text-content h2 {
  font-size: 16px;
  margin-top: 10px;
}
.text-content h3 {
  font-size: 16px;
  margin-top: 5px;
}
.text-content > ul {
  margin-bottom: 10px;
  padding-left: 2em;
}
.text-content > ul ul {
  margin-bottom: 10px;
  padding-left: 1em;
}
.text-content > ul > li {
  list-style: cjk-ideographic;
}
.text-content > ul > li > ul > li {
  list-style: decimal;
}
.text-content > ul > li > ul > li > ul > li {
  list-style: initial;
}
.text-content > ul > li > ul > li > ul > li > ul > li {
  list-style: circle;
}
.text-content b {
  font-weight: bold;
  text-decoration: underline;
}
.text-content table {
  width: 100%;
}
.text-content th {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.text-content td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
}
