blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul, header, section, footer, aside, article, nav {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 1.5;
}
.wrap {
  position: relative;
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}
input, button, select, textarea {
  border: none;
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: 100%;
  height: 100%;
}
a:hover {
  color: #28166F;
}

/* 头部 */
.header {
  position: relative;
  height: 90px;
  background-color: #fff;
}
.head-bg {
  z-index: 98;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0;
  background-color: rgba(63, 81, 181, 0.9);
  transition: all 0.4s;
}
.logo-bar {
  padding-top: 16px;
}
.logo {
  display: block;
  width: fit-content;
}
.nav-bar {
  margin-right: 18px;
}
.nav-item {
  position: relative;
  height: 90px;
  text-align: center;
  line-height: 90px;
}
.nav-bar .active::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #28166F;
}
.nav-link {
  font-family: "Microsoft YaHei New","Microsoft Yahei","微软雅黑","Hiragino Sans GB","冬青黑体","Arial","Helvetica","SimHei","黑体","STXihei","华文细黑",sans-serif;
  padding: 18px;
  font-size: 15px;
  color: #5a5a5a;
  font-weight: bold;
}
.nav-two {
  overflow: hidden;
  z-index: -1;
  position: absolute;
  left: -20%;
  top: 100%;
  padding: 20px 0 10px;
  /* transform: translateX(-50%); */
  transition: all 0.4s;
  display: flex;
  opacity: 0;
}
.nav-two-item {
  width: 100px;
  padding-right: 10px;
  border-right: 1px solid #e5e5e5;
}
.two-link {
  font-family:"Microsoft YaHei New","Microsoft Yahei","微软雅黑","Hiragino Sans GB","冬青黑体","Arial","Helvetica","SimHei","黑体","STXihei","华文细黑",sans-serif;
  display: block;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.two-link:hover {
  color: #aebbe4;
}
/* .nav-item:hover>.nav-two {
  opacity: 1;
  z-index: 99;
} */
.nav-two-img {
  margin: 0 15px;
  width: 220px;
  height: 120px;
}
.nav-two-intro {
  font-size: 12px;
  color: #c4d2f6;
  line-height: 1.8;
  width: 200px;
  height: 120px;
  padding-top: 5px;
}
.nav-two-text {
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.nav-two-look {
  display: block;
  width: 80px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #0093d3;
  text-align: center;
  margin-top: 5px;
}

.search-bar {
  margin-right: 6px;
  width: 90px;
  height: 90px;
  display: flex;
  background-color: #E5E5E5;
}
.search-link {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #808080;
}
.search-link i {
  font-size: 24px;
}
/* 底部 */
.footer {
  height: 110px;
  padding-bottom: 24px;
  background-color: #007dbf;
  color: #fff;
}
.f-left {
  position: absolute;
  left: 4px;
  bottom: 0;
  font-size: 16px;
}
.f-loc {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 13px;
}

.f-right {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.flex-fl a {
  line-height: 1.8;
  color: #fff;
}
.flex-fl a:hover {
  color: #ccc;
  text-decoration: underline;
}
.link-list {
  display: none;
  justify-content: flex-end;
}
.link-item {
  margin-left: 20px;
}
.icp {
  margin-top: 12px;
}
.icp a {
  font-size: 13px;
}
.icp img {
  vertical-align: -4px;
}
.flex-fr {
  display: flex;
  margin-left: 24px;
}
.brand-icon {
  position: relative;
  margin-right: 6px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.brand-icon i {
  color: #4FB674;
  font-size: 20px;
  transition: color 0.2s;
}
.brand-icon:hover {
  background-color: #4FB674;
  color: #28166F;
}
.brand-icon:hover>i {
  color: #fff;
}
.brand-icon:hover>.qr-code {
  z-index: 100;
  opacity: 1;
  transform: translate(-50%, -105%);
}

.brand-icon .qr-code {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -150%);
  border: 6px #4FB674 solid;
  transition: all 0.5s;
  background-color: #fff;
}
.qr-type {
  line-height: 20px;
  height: 25px;
  font-size: 14px;
}

/* 内容 */
.section {
  min-height: 765px;
}
.tag-f1 {
  background-color: #f1f1f1;
  padding-bottom: 20px;
}
:root {
  --swiper-theme-color: rgba(255, 255, 255, 0.8);
}



/* 背景 面包屑 切换*/
.index-bg {
  z-index: 1;
  position: relative;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.start {
  z-index: 2;
  margin: -180px auto 40px;
  /* transform: translateY(-185px); */
  width: 1430px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.common-start {
  padding: 30px;
}
.s-head {
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.s-text {
  font-weight: 500;
}
.s-text span {
  display: inline-block;
  vertical-align: bottom;
}
.s-en {
  color: #DDDDDD;
  font-size: 60px;
}
.s-zh {
  font-size: 24px;
  margin-left: 20px;
}
.breadcrumb {
  width: fit-content;
  font-size: 16px;
}
.breadcrumb i {
  color: #999;
}
.bread {
  color: #999;
}
.breadcrumb .mg {
  margin: 0 10px;
}
code {
  font-family: inherit;
}

.s-tabs {
  padding-right: 10px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #F0F1F2;
  display: flex;
  justify-content: flex-end;
}
.s-tab {
  position: relative;
  height: 100%;
  margin: 0 20px;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
}
.s-tab a {
  padding: 10px 0;
  color: inherit;
}
.s-tabs .select a {
  color: #28166F;
  font-weight: 600;
}
.s-tab::before, .s-tabs .select::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #28166F;
}
.s-tab::before {
  transform: scaleX(0);
  transition: all 0.4s;
}
.s-tab:hover a {
  color: #28166F;
}
.s-tab:hover::before {
  transform: scaleX(1);
}

/* 分页 */
.paging {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page {
  margin: 0 4px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  cursor: pointer;
}
.page:active {
  color: #fff;
  background-color: #28166F;
}
.paging .select {
  color: #fff;
  background-color: #28166F;
}

/* 简单列表和侧边栏 */
.inner {
  position: relative;
}
.news {
  background-color: #F7F7F7;
  width: 970px;
  padding-bottom: 60px;
  min-height: 500px;
}
.aside-search {
  z-index: 3;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 970px);
  height: 100%;
  padding: 24px 30px;
  background-color: #F2F2F2;
}
.input-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
}
.s-search {
  flex: 1;
  height: 36px;
  padding: 0 15px;
  font-size: 16px;
}
.s-search::placeholder {
  font-size: 13px;
  color: #808080;
}
.s-btn {
  width: 36px;
  height: 36px;
  font-size: 20px;
  color: #808080;
  background-color: #fff;
  cursor: pointer;
}
.recomm {
  margin-top: 34px;
  height: calc(100% - 85px);
  overflow-y: auto;
}
.layui-elem-quote {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding: 0 10px;
  background-color: transparent;
  border-left-color: #28166F;
}

.re-item {
  padding: 18px 6px 12px;
  border-bottom: 1px solid #fff;
}
.re-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.re-title {
  max-width: 72%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.simple-list {
  padding: 30px;
}
.simple-item {
  padding: 20px 0;
  border-bottom: 1px #e8e8e8 solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.sp-text {
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sp-text::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #CCCCCC;
}
.sp-date {
  font-size: 15px;
  color: #aaa;
}

/* 弹窗图片 */
.content {
  padding: 0 30px 60px;
}

.pics-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.pics-item {
  border: 1px solid #eee;
  overflow: hidden;
}
.pic {
  display: block;
  width: 100%;
  height: 256px;
  overflow: hidden;
  cursor: pointer;
}
.pic-title {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 15px 30px 25px;
  line-height: 20px;
  font-size: 15px;
}
.head-bg {
  z-index: 98;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0;
  background-color: rgba(63, 81, 181, 0.9);
  transition: all 0.5s;
}
/*分页start*/
ul.pagination {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0;
}
ul.pagination li {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
/*ul.pagination li:first-child,.pagination li:last-child{
  width:60px;
}*/
ul.pagination li a, .pagination li span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
ul.pagination li a {
  cursor: pointer;
  background-color: #FFF;
}
ul.pagination li a:hover {
  background-color: #28166F;
  color: white;
}
ul.pagination .active {
  background-color: #28166F;
  color: white;
}
ul.pagination .active span {
  color: white;
}
.pagination li:last-child {
  display: none;
}
/*分页end*/