* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
l egend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html,
body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

body.active {
 
}

em,
b,
strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: inherit;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

input,
button {
  border: none;
  outline: none;
  background: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  position: relative;
  -webkit-text-size-adjust: none;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  line-height: 22px;
  background-color: #fff;
  color: #000;
  font: 18px/22px Microsoft YaHei, Gotham Book, Arial, Georgia, Sans-Serif;
}

body.active {
  height: 100vh;
  background-color: #f6f6f6;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

img {
  vertical-align: top;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.hide {
  display: none;
}

.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 {
  /* 触发 hasLayout */
  zoom: 1;
}

.b_r {
  border-radius: 100%;
}

.cursor {
  cursor: pointer;
}

/* 多行溢出截断 */
.ellipsis-1 {
  -webkit-line-clamp: 1;
}

.ellipsis-2 {
  -webkit-line-clamp: 2;
}

.ellipsis-3 {
  -webkit-line-clamp: 3;
}

.ellipsis-4 {
  -webkit-line-clamp: 4;
}

.ellipsis-1,
.ellipsis-2,
.ellipsis-3,
.ellipsis-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.w12 {
  width: 1200px !important;
  margin: 0 auto;
  position: relative;
}

:root {
  /* 主题文字颜色 */
  --theme_color: #1a517e;
  /* 主题背景色 */
  --theme_bg: #1a517e;
  /* 头部logo中间部分底色 */
  --theme_logo_bg: #00a0e9;
  /* copyright */
  --theme_copyright: #00458f;
  /* 捐赠公示 */
  --theme_donation: #ebf5ff;
}

/* 主题色 */
.theme_color {
  color: #1a517e;
}

/* 主题背景色 */
.theme_bg {
  background-color: #1a517e;
}

/* pc端头部 */
.pc_header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 1200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_c_logo_box {
  width: 329px;
  height: 36px;
  box-sizing: border-box;
}

.header_c_logo_box>img {
  /* animation: rot 3s linear infinite; */
  width: 100%;
  height: 100%;
}

@keyframes rot {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.header_c_logo_box>div>img {
  width: 80px;
  height: 72px;
}

.header_c_logo_box>div>h1 {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 31px;
  margin: 8px 0 1px;
}

.header_c_logo_box>div>h2 {
  white-space: nowrap;
  width: 200%;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 20px;
  transform: scale(0.5);
  transform-origin: 0 0;
}

/* nav */
.pc_nav_main .pc_nav_l,
.pc_nav_main .pc_nav_r {
  width: 664px;
  line-height: 100px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}

.pc_nav_l>li,
.pc_nav_r>li {
  float: left;
  position: relative;
  width: 12.5%;
  text-align: center;
}

.pc_nav_l>li>a:hover,
.pc_nav_l>li>a.active,
.pc_nav_r>li>a:hover,
.pc_nav_r>li>a.active {
  opacity: 0.8;
}

.pc_nav_l>li:hover .second_menu_box,
.pc_nav_r>li:hover .second_menu_box {
  display: block;
}

.second_menu_box {
  display: none;
  width: 100%;
  min-width: 140px;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  line-height: 44px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1a517e;
  border-top: 4px solid #1a517e;
}

.second_menu_box>li {
  background-color: #fff;
}

.second_menu_box>li:hover {
  background-color: #e6ecf5;
}

.second_menu_box>li>a {
  display: block;
}

.pc_header .search_btn {
  padding: 20px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

/* 隐藏搜索表单 */
.pc_hide_form {
  width: 100%;
  display: none;
  background-color: #ffffff;
  position: relative;
  z-index: 9999;
}

.pc_hide_form>div {
  padding: 50px 0;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 600px;
  width: 70%;
}

.pc_hide_form form {
  height: 50px;
  text-align: center;
  position: relative;
}

.pc_hide_form form>input {
  border: 1px solid #1a517e;
  width: 100%;
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 0 110px 0 10px;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.pc_hide_form form>input:focus {
  box-shadow: 0px 0px 10px 2px #1a517e;
}

.pc_hide_form form>button {
  background-color: #1a517e;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: #ffffff;
  font-size: 16px;
  width: 100px;
}

/* 小屏头部导航 */
body.active {
 
}

.mobile_header {
  display: none;
  width: 100%;
  height: 70px;
  background-color: #1a517e;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}

.mobile_header>div {
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 9999;
  position: relative;
}

.mobile_header>div>div.w12 {
  height: 100%;
}

.mobile_header .mobile_header_logo>img {
  max-height: 60%;
  max-width: 60%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mobile_header_r {
  font-size: 0;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mobile_header_menu {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mobile_header_menu>span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 2px;
  -webkit-transform-origin: 20px;
  transform-origin: 19px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    width 0.5s;
}

.mobile_header_menu>span:last-child {
  margin-bottom: 0;
}

.mobile_header_menu.active>span {
  opacity: 1;
  transform: rotate(45deg);
}

.mobile_header_menu.active>span:first-child {
  opacity: 1;
  transform: rotate(-45deg);
  position: relative;
  top: 1px;
}

.mobile_header_menu.active>span:nth-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width 0.5s;
}

#menu-wrapper {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 999;
  background-color: #1a517e;
  width: 100%;
  color: #ffffff;
  height: calc(100% - 70px);
}

#menu-wrapper.active {
  display: none;
}

#menu-wrapper>div>ul {
  overflow-y: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#menu-wrapper .mobile_menu_item1 {
  line-height: 50px;
  position: relative;
  padding: 0 5%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#menu-wrapper .mobile_menu_item2 {
  background-color: #1a517e;
  display: none;
  color: rgba(255, 255, 255, 0.8);
  /* color: #999; */
}

#menu-wrapper .mobile_menu_item2 .arrow_btn::before {
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-left: 2px solid rgba(255, 255, 255, 0.8);
}

#menu-wrapper .mobile_menu_item2>li {
  line-height: 50px;
  position: relative;
  padding-left: 7%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#menu-wrapper li a {
  z-index: 2;
  position: relative;
}

.arrow_btn {
  width: 80%;
  height: 100%;
  position: absolute;
  right: 5%;
  top: 0;
}

.arrow_btn.active::before {
  transform: rotate(45deg);
}

.arrow_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 2px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  right: 22px;
  margin: -7px 0 0;
}

/* footer 底部 */
.uibe_footer .link {
  color: #fff;
  font-size: 16px;
  line-height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.uibe_footer .link span {
  margin-left: 72px;
  cursor: pointer;
}

.uibe_footer.active {
  width: 100%;

}

.uibe_footer footer {
  background-color: #1a517e;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
}

.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.footer-left-item {
  width: 170px;
  height: 50px;
  background: rgba(24, 65, 99, 0.73);
  border: 1px solid #5081a1;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  opacity: 0.73;
  line-height: 50px;
}

.footer-left a:last-of-type .footer-left-item {
  /* border: 1px solid red !important; */
  margin-bottom: 0 !important;
}

.footer_logo {
  width: 469px;
  max-width: 100%;
}

.footer_l {
  max-width: calc(100% - 300px);
}

.footer_l.footer-middle .line {
  margin: 17px auto;
  width: 459px;
  height: 1px;
  background: linear-gradient(225deg,
      rgba(238, 238, 238, 0) 0%,
      #e3e3e3 48%,
      rgba(216, 216, 216, 0) 100%);
}

.links .links_list {
  max-width: calc(100% - 64px);
}

.links .links_list a:hover {
  color: #ffffff;
}

.links .links_list>div:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 13px;
  display: inline-block;
  margin: 0 12px;
  background-color: rgba(255, 255, 255, 0.7);
  vertical-align: middle;
}

.footer_code_box {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 19px;
  text-align: center;
}

.footer_code_box img {
  width: 96px;
  height: 96px;
  margin-bottom: 10px;
}

.footer_code_box>div {
  /* display: inline-block; */
  /* margin: 0 7px; */
  margin-right: 14px;
}

.footer_code_box>div:last-child {
  margin-right: 0px;
}

.copyright {
  background-color: #184163;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

/* 子页面顶部统一样式 */
.header_box {
  position: absolute;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.15) 56%,
      rgba(0, 0, 0, 0.04) 80%,
      rgba(0, 0, 0, 0) 100%);
  height: 108px;
  width: 100%;
  top: 0;
  z-index: 100;
}

.subpage_top {
  position: relative;
  /* height: 31.25vw; */
  height: 200px;
}

.subpage_top img {
  width: 100%;
  height: 100%;
}

.subpage_top>div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.subpage_top>div>div.w12 {
  height: 100%;
}

.subpage_top_titlebox {
  display: none;
  position: absolute;
  top: 75%;
  left: 0;
  transform: translateY(-50%);
  min-width: 224px;
  height: 120px;
  line-height: 60px;
  font-size: 38px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 8px;
  box-sizing: border-box;
}

.subpage_top_titlebox_english {
  font-size: 22px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
}

.subpage_menu_sec {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  background: #ffffff;
}

.subpage_menu_sec>li {
  position: relative;
  line-height: 60px;
  white-space: nowrap;
  /* width: auto; */
}

.subpage_menu_sec>li.active::before {
  content: "";
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #1a517e;
}

.subpage_menu_sec>li.active {
  color: #1a517e;
}

.subpage_menu_sec>li:hover:before {
  content: "";
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #1a517e;
}

.subpage_menu_sec>li:hover {
  color: #1a517e;
}

/* 子页面 大盒子 */
.subpage_container {
  width: 100%;
  background: #f6f6f6;
}

.subpage_container div.w12 {
  box-sizing: border-box;
}


.subpage_main {
  padding: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
}



.subpage_main_newlist {
  padding: 0 !important;
  background-color: #f6f6f6 !important;
}

/* 面包屑 公共样式 */
.bread_crumb {
  width: 100%;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ccb289;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.bread_crumb_title {
  width: 134px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  background: #ccb289;
}

.bread_crumb_path {
  display: flex;
  align-items: center;
}

.bread_crumb_path_item {
  width: 134px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccb289;
  color: #fff;
}

.bread_crumb_path_item_noraml {
  width: 134px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a517e;
  color: #fff;
}

.bread_crumb_loaction {
  box-sizing: border-box;
  margin: 6px 0;
}

.bread_crumb_loaction1 {
  box-sizing: border-box;
}

.bread_crumb i {
  color: #ccb289;
  font-size: 18px;
  margin-right: 8px;
  line-height: 19px;
}

/* 分页 */
.pageNation {
  width: 100%;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  font-size: 0;
}

.pageNation>a {
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  color: #939393;
  margin: 0 4px;
  cursor: pointer;
  width: 40px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
}

.pageNation>a:hover {
  background-color: #1a517e;
  color: #ffffff;
}

.pageNation>a:hover>i {
  color: #ffffff;
}

.pageNation i {
  font-size: 14px;
  color: #939393;
}

.pageNation>a.changePage {
  background-color: #1a517e;
  color: #ffffff;
  border: 1px solid #1a517e;
}

/* 分页 END */
/* 弹窗统一样式 */
.login_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  z-index: 10000000000000;
}

.login {
  border-radius: 4px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  width: 540px;
  left: 50%;
  background: #fff;
  /* margin-left: -270px */
  transform: translate(-50%, -50%);
}

.login .log-top {
  padding: 18px 30px;
  border-bottom: 1px solid #eff1f6;
}

.login .log-top img {
  float: right;
  vertical-align: middle;
  margin-top: 5px;
  cursor: pointer;
}

.login .wz {
  width: 72px;
  float: left;
  height: 30px;
  font-size: 16px;
  font-family: "MicrosoftYaHei";
  font-weight: bold;
  color: #2b2b2b;
  line-height: 30px;
}

.login .chengxu {
  padding: 30px 0;
}

.login .chengxu img {
  display: block;
  margin: 0 auto;
  max-width: 220px;
}

.login .chengxu div {
  margin-top: 25px;
  text-align: center;
  color: #2b2b2b;
  font-size: 14px;
}

.login .chengxu div:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
}

.login .close {
  padding: 15px 0;
  border: 1px solid #eaedf3;
  cursor: pointer;
}

.login .guanbi {
  width: 80px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #d8dce6;
  box-shadow: 0px 1px 1px 0px rgba(22, 29, 37, 0.05),
    0px 2px 0px 0px rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

/* 弹窗统一样式 END */
/* 弹窗统一样式 END */
/* ?¤′é?¨??·??? */
header {
  z-index: 100;
  width: 100%;
  position: relative;
  padding-bottom: 65px;
}

header>.inner {
  max-width: 100%;
}

header>.inner .top-logo .inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header>.inner .top-logo .logo {
  height: 99px;
  width: auto;
  position: relative;
}

.header-bg {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 156px;
}

header>.inner .top-logo .right {
  display: flex;
  width: 244px;
  align-items: center;
  border: 1px solid #1a517e;
  position: relative;
  z-index: 100;
  height: 36px;
  margin-top: 20px;
}

header>.inner .top-logo .right>a {
  font-size: 14px;
  color: #fff;
  margin-right: 40px;
}

header>.inner .top-logo .right>a:hover {
  color: #9d0001;
}

header>.inner nav {
  background: #1a517e;
  /* opacity: 0.5; */
  height: 65px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

header>.inner nav.fixed {
  position: fixed;
  top: 0;
}

header>.inner nav>.inner {
  height: 100%;
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
}

.mySwiper {
  position: relative;
  top: -60px;
  z-index: 10;
}

header>.inner nav .nav__item:hover .nav_main {
  transform: scale(1, 1);
  opacity: 1;
}

header>.inner nav .nav__item {
  text-align: center;
  line-height: 60px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}

header>.inner nav .nav__item .nav_main {
  width: 166px;
  position: absolute;
  top: 65px;
  left: calc(50% - 83px);
  background-color: #fff;
  -webkit-transform: scale(1, 0);
  transform-origin: center top;
  -webkit-transition: 0.5s;
  padding: 0 5px;
  opacity: 0;
  z-index: 500;
}

header>.inner nav .nav__item .nav_main a {
  width: 100%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: #1a517e;
  display: block;
  transition: all 0.2s linear;
}

header>.inner nav .nav__item .nav_main :hover {
  background-color: #1a517e2b;
  color: #1a517e;
}

header>.inner .search-icon {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}

header>.inner .search-icon>span {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
}

header>.inner .search-icon>span:hover {
  color: #9d0001;
}

header>.inner .search-icon::before {
  left: 0;
  top: 0;
  right: 0;
  content: "";
  bottom: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}

header>.inner .search-border {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  color: #fff;
  -webkit-transition: 0.5s;
  cursor: pointer;
  background-color: #e6b145;
}

header>.inner .active .search-border {
  border-radius: 30px !important;
  background-color: transparent !important;
}

header>.inner .search-border form {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

header>.inner .search-input {
  width: calc(100% - 36px);
  height: 100%;
  background: #fff;
}

.submit {
  width: 36px;
  height: 36px;
  color: #fff;
  cursor: pointer;
  background: #1a517e;
}

header>.inner .search-input input {
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #999999;
  outline: none;
  border: 0;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  background: rgba(255, 255, 255, 0);
}

header>.inner .search-icon.active::before {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

header>.inner .search-icon.active .search-border {
  width: 360px;
  box-sizing: border-box;
  border: 1px solid #9d0001;
  height: 36px;
}

header>.inner .search-icon.active .search-border .search-input {
  display: block;
}

header>.inner .search-icon.active .search-border .search-input {
  display: block;
}

header>.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header>.inner .top-logo {
  height: 156px;
}

#currentDate {
  font-size: 14px;
  color: #1a517e;
  position: absolute;
  z-index: 100;
  top: -30px;
  right: 0;
}

.page1 .w12 {
  display: flex;
  justify-content: space-between;
}

.page1 .w12 .page1-left {
  width: 674px;
}

.page1 .w12 .page1-left .page1-main .top-banner {
  width: 100%;
  height: 290px;
  position: relative;
  overflow: hidden;
}

.page1 .w12 .page1-left .page1-main .top-banner:hover img {
  transform: scale(1.1);
}

.page1 .w12 .page1-left .page1-main .top-banner img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.2s;
}

.page1 .w12 .page1-left .page1-main .top-banner .content {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: end;
  width: 100%;
}

.page1 .w12 .page1-left .page1-main .top-banner .content .title {
  height: 46px;
  width: 100%;
  line-height: 46px;
  background: #1a517e;
  font-size: 16px;
  color: #ffffff;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.page1 .w12 .page1-left .page1-main .top-banner .content .time {
  width: 60px;
  height: 60px;
  background: #ccb289;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page1 .w12 .page1-left .page1-main .top-banner .content .time .day {
  font-size: 24px;
  color: #ffffff;
}

.page1 .w12 .page1-left .page1-main .top-banner .content .time .date {
  font-size: 12px;
  color: #ffffff;
}

.page1 .w12 .page1-left .page1-main .left-item {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}

.page1 .w12 .page1-left .page1-main .left-item:hover p {
  color: #1a517e !important;
}

.page1 .w12 .page1-left .page1-main .left-item .data {
  width: 85px;
  color: #999999;
  font-size: 14px;
  line-height: 40px;
}

.page1 .w12 .page1-left .page1-main .left-item .title {
  padding: 9px 0 0 0;
  display: flex;
  align-items: center;
  width: calc(100% - 110px);
}

.page1 .w12 .page1-left .page1-main .left-item .title img {
  width: 30px;
  height: 17px;
  margin-right: 12px;
}

.page1 .w12 .page1-right {
  width: 465px;
}

.page1 .w12 .page1-right .page1-main {
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
  padding: 22px;
}

.page1 .w12 .page1-right .page1-main .right-item {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #ebebeb;
  justify-content: space-between;
  cursor: pointer;
}

.page1 .w12 .page1-right .page1-main .right-item:hover p {
  color: #1a517e !important;
}

.page1 .w12 .page1-right .page1-main .right-item .time {
  width: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page1 .w12 .page1-right .page1-main .right-item .time .day {
  font-size: 24px;
  color: #666666;
}

.page1 .w12 .page1-right .page1-main .right-item .time .date {
  font-size: 12px;
  color: #666666;
}

.page1 .w12 .page1-right .page1-main .right-item .ellipsis-2 {
  width: calc(100% - 60px);
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}

.page1 .page3_header {
  margin-bottom: 23px;
}

.page1 .page3_header p {
  color: #1a517e;
}

.header_box {
  display: none;
}

#home_banner {
  display: none;
}

.subpage_container .left {
  width: 200px;
  background: #1A517E;
  height: fit-content;
  position: relative;
}

.subpage_container .left h2 {
  width: 100%;
  height: 92px;
  font-size: 26px;
  color: #fff;
  font-family: "?????“";
  font-weight: bolder;
  line-height: 92px;
  position: relative;
 text-indent: 40px;
}

.subpage_container .left h2 span {
  position: relative;
  z-index: 10;
}

.subpage_container .left h2 .top-bg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  z-index: 0;
  max-height: 100%;
}

.subpage_container .left .category-inner {
  position: relative;
  background:#1A517E;
  width: 100%;
}

.subpage_container .left .bottom-bg {
  width: 100%;
  max-height: 250px;
  margin-top: 10px;
}

.subpage_container .left a {
  display: block;
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  font-family: "?????“";
    position: relative;
  text-indent: 20px;
  border-bottom: 1px solid #9d000017;
}
.subpage_container .left a::after{
  content:'';
  width:7px;
  height:7px;
  position: absolute;
  left:18px;
  border-radius: 50%;
    opacity: 0.6;
   border: 1px solid #fff;
  }
.subpage_container .left a img {
  max-width: 18px;
  max-height: 6px;
  margin-left: 80px;
}

.subpage_container .left a span {
  display: none;
  margin-left: 40px;
}

.subpage_container .left a:hover {
  background: #BA976C;
  color: #fff;
}

.subpage_container .left a:hover span {
  display: block;
}

.subpage_container .left .active {
  background: #BA976C;
  color: #fff;
}

.subpage_container .left .active span {
  display: block;
}

.subpage_container div.w12 {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}

.subpage_container>div:nth-of-type(2) {
  transform: translateY(0px) !important;
  width: 900px;
}
#donate_popup{
  width: 100%;
}
.bread_crumb_loaction1 {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 4px solid #1a517e8c;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #1A517E;
  position: relative;
}

.wrapper-transform {
  transform: translateY(0px) !important;
}

.bread_crumb_loaction1>span {
  position: absolute;
  left: 0;
  font-size: 26px;
  top: 5px;
}
.bread_crumb_loaction1>div span{
  position: absolute;
  left: 0;
  font-size: 26px;
  top: 5px;
}

/*@media screen and (max-width: 1200px) {*/
/*  .w12{*/
/*    width: 100% !important;*/
/*  }*/
/*  .subpage_container>div:nth-of-type(2){*/
/*    width: 100% !important;*/
/*  }*/
/*  .subpage_container div.w12{*/
/*    flex-direction: column;*/
/*  }*/
/*  .subpage_container .left{*/
/*    width: 100%;*/
/*    display: flex;*/
/*  }*/
/*  .subpage_container .left h2{*/
/*    display: none !important;*/
/*  }*/
/*  .subpage_container .left .category-inner{*/
/*    display: flex;*/
/*    width: 100%;*/
/*  }*/
/*  .header_box {*/
/*    display: block;*/
/*  }*/

/*  .header {*/
/*    display: none;*/
/*  }*/

/*  header {*/
/*    padding-bottom: 0;*/
/*  }*/

/*  .page1 .w12 {*/
/*    flex-direction: column;*/
/*  }*/

/*  .page1-left {*/
/*    width: 100% !important;*/
/*    margin-bottom: 20px;*/
/*  }*/

/*  .page1-right {*/
/*    width: 100% !important;*/
/*  }*/

/*  .uibe_footer .link {*/
/*    padding: 20px;*/
/*    line-height: 40px;*/
/*  }*/
/*}*/