* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: PingFang SC, "Microsoft YaHei", "Arial", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif !important;
  margin: 0;
  padding: 0;
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /* position: fixed; */
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.contain img {
  object-fit: contain;
}
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.group {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  /* position: fixed; */
}
.group::-webkit-scrollbar {
  display: none;
}
.group.load {
  opacity: 1;
}
.pointer {
  cursor: pointer;
}
.page-none {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  width: 100%;
  color: #1e6bc2;
}
a {
  text-decoration: none;
  color: inherit;
}
.banner-sm {
  width: 100%;
  max-height: 560px;
  min-height: 250px;
  height: 40vw;
}
.transition {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.page-h3 {
  font-size: 22px;
  line-height: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.page-p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-indent: 28px;
  margin-bottom: 20px;
}
.list-page {
  display: none;
  opacity: 0;
  width: 100%;
}
.list-page.active {
  display: flex;
  animation: show 0.5s forwards;
  animation-delay: 0s;
  flex-direction: column;
}
.group-footer-bottom {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nowrap-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.nowrap-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nowrap-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.nodata {
  width: 200px;
  margin: 20px auto;
  text-align: center;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clearfix {
  zoom: 1;
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}
ol,
ul {
  list-style: none;
}
.hide {
  display: none;
}
.cursor {
  cursor: pointer;
}
.c:after {
  clear: both;
}
.clear {
  clear: both;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* 清除浮动 */
.clearfix:after {
  display: block;
  content: '.';
  clear: both;
  height: 0px;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.flex_row_c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_row_l {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex_row_t {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.flex_row_b {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.flex_row_e {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.flex_row_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flex_row_s {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_col {
  display: flex;
  flex-direction: column;
}
.flex_col_r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.flex_col_l {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.flex_col_c {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flex_col_t {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.flex_col_s {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.flex_col_b {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.son-page-b {
  position: absolute;
  top: 20%;
  max-height: 600px;
  z-index: 10;
}
/* 子页面通用样式 */
.son-page {
  background-image: url(../images//son-page-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.son-page > .inner {
  position: relative;
  z-index: 100;
  padding: 50px 0 90px;
  display: flex;
  justify-content: space-between;
}
.son-page > .inner .son-page-list {
  height: 100%;
  width: 280px;
  padding-bottom: 30px;
  background-color: #0D776F;
}
.son-page > .inner .son-page-list h2 {
  width: 100%;
  height: 84px;
  background-image: url(../images//son-page-title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 84px;
  padding-left: 40px;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 400;
}
.son-page > .inner .son-page-list .main-list {
  width: 260px;
  margin-left: 20px;
  background: #FFFCF9;
}
.son-page > .inner .son-page-list .main-list .page-list-v-more >div{
font-size:14px;
  padding-left: 30px;
  color: #0D776F;
  height: 62px;
  line-height: 62px;
  border-bottom: 1px solid #dccda655;
  cursor: pointer;
  transition: all 0.1s linear;
}
.son-page > .inner .son-page-list .main-list div .active {
  background-image: url(../images//son-page-active.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.son-page > .inner .son-page-list .main-list a {
  padding-left: 20px;
  color: #0D776F;
  height: 62px;
  line-height: 62px;
  border-bottom: 1px solid #dccda655;
  cursor: pointer;
  transition: all 0.1s linear;
display:block;
}
.son-page > .inner .son-page-list .main-list .active{

}
.son-page > .inner .son-page-list .page-list-v-more{
display:none;
}
.open .page-list-v-more {
    display: block !important;
}
.son-page > .inner .son-page-list .page-list-v-more a{
padding-left: 50px;
font-size: 16px;
}
.son-page > .inner .son-page-list .main-list a:hover {
  background-image: url(../images//son-page-active.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.son-page > .inner .son-page-list .main-list img {
  margin-top: 20px;
  max-width: 240px;
  margin-left: 20px;
}
.son-page > .inner .main-content {
  width: 870px;
}
.son-page > .inner .main-content .content-title {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #1e53ae58;
}
.son-page > .inner .main-content .content-title > p:nth-of-type(1) {
  padding-top: 4px;
  font-size: 28px;
  height: 58px;
  color: #0D776F;
  font-weight: bolder;
  font-family: "宋体";
  border-bottom: 4px solid #0D776F;
}
.son-page > .inner .main-content .content-title > p:nth-of-type(2) {
  font-size: 16px;
  color: #666666;
  display: flex;
  align-items: center;
}
.son-page > .inner .main-content .content-title > p:nth-of-type(2) img {
  max-width: 16px;
  max-height: 16px;
  margin-right: 10px;
}
.son-page > .inner .main-content .content-title > p:nth-of-type(2) span {
  display: inline-block;
  margin: 0 5px;
}
.list-pr-g {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 56px 0 20px;
}
.list-pr-btn {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #939393;
  margin: 0 5px;
  font-size: 16px;
}
.list-pr-btn:hover {
  background: #0D776F;
  border: 1px solid rgba(30, 107, 194, 0);
  color: #fff;
}
.list-pr-btn.active {
  background: #0D776F;
  border: 1px solid #0D776F;
  color: #fff;
}
.list-span {
  color: #939393;
  margin: 0 5px;
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, -5px);
}
