@charset "UTF-8";
* {
  border: 0;
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mt20 {
  margin-top: 20px;
}

.mt60 {
  margin-top: 60px;
}

.pt20 {
  padding-top: 20px;
}

.pt15 {
  padding-top: 15px;
}

.pd15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

:root {
  --dataColor: #2C9C66;
  --langer: #DE6527;
}

.backColor {
  background-color: var(--dataColor);
  color: #fff;
}

.activec {
  color: var(--dataColor);
  position: relative;
}

.activec::after {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: '_';
  position: absolute;
}

.cur {
  color: var(--langer) !important;
}

.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.stretch {
  align-items: stretch;
}

.column {
  flex-direction: column;
}

.line {
  position: relative;
}

.line::after {
  right: 0;
  top: 0;
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #EBEBEB;
}

.between {
  justify-content: space-between;
}

.home-title {
  text-align: center;
}

.home-title h3 {
  padding-bottom: 20px;
  position: relative;
}

.home-title h3::after {
  width: 1em;
  height: 2px;
  content: '';
  background-color: var(--dataColor);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.home-title h4 {
  padding: 20px;
}

.box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.border {
  border: 1px solid #ccc;
}

.slide {
  height: 0;
  width: 100%;
  /* padding-bottom: 100%; */
  position: relative;
}

.slide img {
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

#header {
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
}

#header ul {
  margin-bottom: 0;
}

#header .logo {
  object-fit: contain;
  height: 40px;
}

.title span {
  color: var(--dataColor);
  position: relative;
  display: inline-block;
}

.title span::after {
  content: '';
  width: 2em;
  height: 2px;
  position: absolute;
  background-color: var(--dataColor);
  left: 0;
  bottom: -10px;
}

.content {
  margin: 40px 0;
  line-height: 1.6;
  color: #333;
}

#footer {
  background-color: #202020;
  color: #fff;
}

#footer .qrText {
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 997px) {
  #footer .title {
    padding-top: 20px;
  }
}

.p12-pagination-1-main {
  margin: 0 auto;
  padding: 20px 0;
  height: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.p12-pagination-1-main a {
  vertical-align: top;
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 2px;
  background: #fff;
  color: #000;
}

.p12-pagination-1-main .active a {
  background-color: var(--dataColor);
  color: #fff;
}

/*侧滑 开始*/
.nav {
  display: none;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
}

.nav .icon-xiangyou1 {
  float: right;
  margin-right: 10px;
  color: #fff;
  font-family: "宋体";
  font-weight: bold;
  transition: 0.3s;
}

.nav .cur {
  transform: rotate(90deg);
  transition: 0.3s;
}

.nav #collapase-nav {
  background: #333;
  display: block;
  height: 100%;
  width: 60%;
  overflow-y: auto;
  padding: 0 10px;
  transform: translateX(-100%);
  transition: 0.3s;
}

.nav #collapase-nav a {
  color: #fff;
  margin-left: 10px;
}

.nav .am-panel {
  line-height: 3em;
  border-bottom: 1px solid #444;
}

.nav .am-icon-angle-right {
  float: right;
  margin-right: 10px;
  color: #fff;
  font-family: "宋体";
  font-weight: bold;
}

.nav .am-collapse {
  display: none;
  transition: 0.3s;
}

.nav .top {
  writing-mode: tb;
  margin-top: 17px;
  margin-right: -7px;
}

#nav_1 .box .left ul a:last-child {
  padding: 0;
}

#nav_1 .box .left ul a .icon-chacha {
  display: flex;
  color: #fff;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}

#nav_1 .box .left ul a:last-child {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

#nav_1 .box .left ul a:last-child .icon-xiangyou1 {
  width: 50%;
  padding-bottom: 50%;
  background: #f6f6f6;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
}

#nav_1 .box .left ul a:last-child .icon-xiangyou1:before {
  position: absolute;
  top: 50%;
  color: #ccc;
  font-size: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav .mob_language {
  margin: 10px;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  background-color: #222;
}

.nav .mob_language .list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.nav .mob_language .list a {
  color: #fff;
  width: 50%;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav .mob_language .list a img {
  width: 30px;
  margin-right: 5px;
}

.nav .mob_language {
  margin: 10px;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  background-color: #222;
}

.nav .mob_language .list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.nav .mob_language .list a {
  color: #fff;
  width: 50%;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav .mob_language .list a img {
  width: 30px;
  margin-right: 5px;
}

/*侧滑 结束*/
