a,
a:link,
a:hover,
a:visited {
  text-decoration: none;
}
body {
  font-size: Tele-Nor, sans-serif;
  width: 100%;
  min-height: 13.34rem;
  font-size: 14px;
  margin: 0 auto;
  background-color: #fff;
}
.about {
  background-color: #fff;
  overflow: hidden;
}
.about .breadcrumb {
  width: 7.5rem;
  margin: 0 auto;
  padding: 20px 0px;
}
.about .breadcrumb .navigation .tg {
  width: 100%;
  margin-right: 0.3rem;
  margin-left: 0.3rem;
}
.about .breadcrumb .navigation .tg a {
  font-size: 14px;
  color: #868e96;
}
.about .breadcrumb .navigation .tg a:hover,
.about .breadcrumb .navigation .tg a:active,
.about .breadcrumb .navigation .tg a:focus,
.about .breadcrumb .navigation .tg a:hover {
  color: #3a4c05;
}
.about .breadcrumb .navigation .tg .trail {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  align-items: center;
}
.about .breadcrumb .navigation .tg .trail .titem1 {
  padding-right: 0.1rem;
  position: relative;
}
.about .breadcrumb .navigation .tg .trail .titem1 a {
  color: #16181a;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.about .breadcrumb .navigation .tg .trail .titem1 a:hover,
.about .breadcrumb .navigation .tg .trail .titem1 a:active,
.about .breadcrumb .navigation .tg .trail .titem1 a:focus,
.about .breadcrumb .navigation .tg .trail .titem1 a:hover {
  color: #3a4c05;
}
.about .breadcrumb .navigation .tg .trail .titem1 .sitetitle {
  font-family: "Catamaran", helvetica, arial, sans-serif;
  font-size: 0.2rem;
  font-weight: 700;
}
.about .breadcrumb .navigation .tg .trail .titem {
  padding-right: 0.1rem;
  position: relative;
}
.about .topbar {
  background-color: #f8f8f8;
  background-repeat: no-repeat;
}
.about .topbar .header-content {
  position: relative;
}
.about .topbar .header-content .header-box .content-wrap {
  background-color: #f8f8f8;
  background-repeat: no-repeat;
}
.about .topbar .header-content .header-box .content-wrap .section-content .h2 {
  color: #000;
  text-transform: none;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}
.about .topbar .header-content .header-box .legal {
  display: block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 0.14rem;
}
.about .article {
  max-width: 750px;
  margin: 0 auto;
}
.about .article .head {
  font-family: sans-serif;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 25px;
  margin-top: 0.3rem;
}
.about .article .content {
  max-width: 750px;
  font-size: 0.36rem;
  line-height: 1.5em;
  padding: 0 0.3rem;
  word-wrap: break-word;
  color: #404040;
}
.about .article .content p {
  margin: 0.6rem 0;
}
.about .navf {
  width: 7.5rem;
  margin: auto;
  margin-top: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.14rem;
}
.about .navf a {
  text-decoration: none;
}
.about .navf .item {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  font-weight: 600;
  color: #fff;
  flex-wrap: wrap;
}
.about .foot {
  width: 7.5rem;
  margin: auto;
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
  padding-bottom: 0.8rem;
}
