body {
  font-size: 0.16rem;
  color: #333333;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .img-list_item-text .p1, .list_one-item-text .p1, .list_two-item a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .footer-share_item-box img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .boxa-left_flex, .boxa-flex, .footer_top-flex {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .boxa-left_flex, .boxa-flex, .footer_top-flex {
    flex-direction: column;
  }
  .dflex > div, .boxa-left_flex > div, .boxa-flex > div, .footer_top-flex > div {
    width: 100%;
  }
  .dflex > div + div, .boxa-left_flex > div + div, .boxa-flex > div + div, .footer_top-flex > div + div {
    margin-top: 15px;
  }
}

.flex1, .img-list_item-text, .team-list_item-text, .page-nav_item-inner a, .page-box-right, .list_one-item-text, .list_two-item a, .nav-box, .top-right {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 15.3rem;
  padding: 0 0.15rem;
  margin: 0 auto;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header .wel {
  background: #1a447e;
  padding: 0.11rem 0;
}
.header .wel p {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .header .wel p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .header .wel p {
    font-size: 0.2153846154rem;
  }
}

.top {
  background: url(../images/top_bg.png) top left no-repeat;
  background-size: 100%;
  height: 2rem;
  position: relative;
}
.top::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  top: 1.12rem;
  background: rgba(255, 255, 255, 0.3);
}
.top .wrap {
  display: flex;
  align-items: center;
}
.top-logo {
  display: flex;
  padding-right: 1rem;
}
.top-logo img {
  width: 4.8rem;
}
.top-right {
  display: flex;
  align-items: center;
}
.top-search {
  position: relative;
}
.top-search_btn {
  margin-left: 0.2rem;
  cursor: pointer;
}
.top-search_btn img {
  width: 0.39rem;
}
.top-search_form {
  position: absolute;
  display: none;
  right: 0;
  width: 2.3rem;
  height: 0.42rem;
  border: 1px solid #fff;
  padding: 0.02rem;
  border-radius: 0.2rem;
}
.top-search_form.on {
  display: flex;
}
.top-search_form_input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 0.1rem;
  font-size: 14px;
  color: #fff;
}
.top-search_form_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_form_input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_form_input:focus {
  outline: none;
}
.top-search_form_btn {
  width: 0.42rem;
  background: transparent;
  cursor: pointer;
  border: none;
}
.top-search_form_btn i {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .top-search_form_btn i {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-search_form_btn i {
    font-size: 0.2153846154rem;
  }
}
.top .en-btn {
  margin-left: 0.2rem;
}
.top .en-btn img {
  width: 0.39rem;
}
.top_menu-btn {
  display: none;
}
.top_menu-btn i {
  color: #fff;
  font-size: 24px;
}
.top_menu-btn i.icon-system-close {
  display: none;
}
.top_menu-btn.on .icon-menu {
  display: none;
}
.top_menu-btn.on .icon-system-close {
  display: block;
}
@media (max-width: 990px) {
  .top {
    position: relative;
  }
  .top .wrap {
    height: auto;
    padding: 10px 15px;
  }
  .top-logo {
    padding-right: 10px;
    width: 60%;
  }
  .top-logo img {
    width: 100%;
  }
  .top-right {
    display: flex;
    justify-content: flex-end;
  }
  .top-search_form {
    width: 60vw;
    position: absolute;
    z-index: 9;
    top: calc(100% + 15px);
    height: 37px;
    background: #1a447e;
    border-radius: 20px;
  }
  .top-search_form_btn {
    height: 35px;
    width: 35px;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 0.4rem 0;
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 0.2153846154rem;
  }
}
.nav-box_item.on:before, .nav-box_item:hover:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: -1px;
  z-index: 9;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #1a447e;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 20px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .nav-box {
    flex-direction: column;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9999;
    background: #1a447e;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-box_item::before {
    display: none;
  }
  .nav-box_item > a {
    padding: 9px 20px !important;
    font-size: 16px !important;
    color: #fff;
    text-align: left;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    transition: all 0.5s;
  }
  .nav-box_item-arrow i {
    color: #fff;
    font-size: 20px;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .nav-box_item.act > .nav-box_item-arrow {
    transform: rotate(90deg);
  }
  .sub-box {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .sub-box_item > a {
    padding: 10px 20px 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #e7e7e7;
  }
}

.footer {
  background: url(../images/f_bg.png) center no-repeat;
  background-size: cover;
}
.footer-title {
  font-size: 0.24rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 0.22rem;
}
@media (max-width: 1054px) {
  .footer-title {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .footer-title {
    font-size: 0.2461538462rem;
  }
}
.footer_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.4rem 0 0.25rem;
}
.footer_top-flex {
  justify-content: space-between;
}
.footer_top-logo {
  width: 57.3333333333%;
}
.footer_top-logo img {
  display: block;
  width: 4.79rem;
}
.footer_top-info {
  width: 26%;
}
.footer_top-info p {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .footer_top-info p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer_top-info p {
    font-size: 0.2153846154rem;
  }
}
.footer_top-info p + p {
  margin-top: 0.1rem;
}
.footer_top-right {
  width: 16.3333333333%;
}
.footer-share {
  display: flex;
  justify-content: space-between;
}
.footer-share_item {
  position: relative;
  cursor: pointer;
}
.footer-share_item-icon img {
  display: block;
  width: 0.47rem;
}
.footer-share_item-box {
  position: absolute;
  width: 1.23rem;
  height: 1.32rem;
  background: url(../images/bg2.png) top left no-repeat;
  background-size: 100% 100%;
  padding: 0.16rem;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.footer-share_item-box img {
  width: 0.92rem;
}
.footer-share_item:hover .footer-share_item-box {
  display: block;
}

.copyright {
  text-align: center;
  padding: 0.2rem 0;
}
.copyright p {
  display: inline-block;
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .copyright p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .copyright p {
    font-size: 0.2153846154rem;
  }
}

.welcome {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #1a447e;
}
.welcome-top {
  height: 53.2407407407vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/wel_bg1.png) top center no-repeat;
  background-size: contain;
}
.welcome-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 5.5555555556vh;
}
.welcome-logo img {
  width: 1.32rem;
}
.welcome-title {
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .welcome-title {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .welcome-title {
    font-size: 0.3076923077rem;
  }
}
.welcome-bottom {
  flex: 1;
  min-height: 1px;
  display: flex;
  justify-content: center;
  padding-top: 9.9074074074vh;
  align-items: flex-start;
  gap: 0 8.59375vw;
  background: url(../images/wel_bg2.png) top center no-repeat;
  background-size: cover;
}
.welcome-bottom a {
  font-size: 0.26rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  padding: 0.7692307692em 2.3076923077em;
  background: #e26367;
  border-radius: 1.1923076923em;
  display: block;
}
@media (max-width: 1054px) {
  .welcome-bottom a {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .welcome-bottom a {
    font-size: 0.2461538462rem;
  }
}

.banner {
  margin-top: 0.5rem;
  position: relative;
}
.banner-big {
  position: relative;
  overflow: hidden;
}
.banner-big .swiper-slide a {
  display: block;
  padding-bottom: 42.7012987013%;
  position: relative;
  overflow: hidden;
}
.banner-big .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transition: all 8s;
  transform: scale(1.1);
}
.banner-big .swiper-slide-active a > img {
  transform: scale(1);
}
.banner-thumb {
  position: absolute;
  z-index: 99;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 0.16rem;
}
.banner-thumb_item {
  width: 1.2rem;
  padding-bottom: 4%;
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
  cursor: pointer;
}
.banner-thumb_item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner-thumb_item.act {
  border: 3px solid #fff;
}

.one-swiper {
  position: relative;
  overflow: hidden;
}
.one-swiper-item {
  display: block;
}
.one-swiper-item:hover .one-swiper-item-img .inner-bg {
  transform: scale(1.1);
}
.one-swiper-item:hover .one-swiper-item-text .p1 {
  color: #1a447e;
}
.one-swiper-item-img {
  overflow: hidden;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 67.4285714286%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-img .inner-bg {
  transition: all 0.5s;
}
.one-swiper-item-text {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 0.36rem 0px rgba(0, 0, 0, 0.05);
  padding: 0.22rem 0.22rem 0.1rem 0.22rem;
}
.one-swiper-item-text .p1 {
  font-size: 0.17rem;
  color: #444;
  margin-bottom: 0.15rem;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}
.one-swiper-item-text .p2 {
  font-size: 0.17rem;
  color: #999;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p2 {
    font-size: 0.1846153846rem;
  }
}
.one-swiper .swiper-button-prev,
.one-swiper .swiper-button-next {
  display: none;
}
@media (max-width: 990px) {
  .one-swiper .swiper-button-prev,
  .one-swiper .swiper-button-next {
    width: 0.6153846154rem;
    height: 0.6153846154rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .one-swiper .swiper-button-prev i,
  .one-swiper .swiper-button-next i {
    font-size: 0.3076923077rem;
    color: #fff;
  }
}

.box-all {
  background: #f5f5f5;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1054px) {
  .box-all {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .box-all {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.box-title_text {
  width: 2.18rem;
  height: 0.79rem;
  background: url(../images/t_bg.png) top left no-repeat;
  background-size: 100% 100%;
  padding-left: 0.12rem;
  margin-left: -0.12rem;
  display: flex;
  align-items: center;
}
.box-title_text span {
  font-size: 0.24rem;
  color: #1a447e;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 0.03rem;
}
@media (max-width: 1054px) {
  .box-title_text span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .box-title_text span {
    font-size: 0.2769230769rem;
  }
}
.box-title_more {
  font-size: 0.18rem;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .box-title_more {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .box-title_more {
    font-size: 0.2153846154rem;
  }
}
.box-title_more:hover {
  color:#1a447e;
}

.boxa {
  margin-bottom: 0.6rem;
}
.boxa-flex {
  justify-content: space-between;
}
.boxa-flex > div {
  border-radius: 0.12rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 0.36rem 0px rgba(0, 0, 0, 0.05);
  padding: 0.27rem;
}
.boxa-left {
  width: 60.3333333333%;
}
.boxa-left_flex {
  justify-content: space-between;
}
.boxa-left_flex-tw {
  width: 40.3055229142%;
  overflow: hidden;
  position: relative;
}
.boxa-left_flex-tw a {
  display: block;
}
.boxa-left_flex-tw a:hover .boxa-left_flex-tw-img .inner-bg {
  transform: scale(1.1);
}
.boxa-left_flex-tw a:hover .boxa-left_flex-tw-text .p1 {
  color: #1a447e;
}
.boxa-left_flex-tw-img {
  margin-bottom: 0.15rem;
  overflow: hidden;
}
.boxa-left_flex-tw-img .inner-bg {
  padding-bottom: 80.4664723032%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.boxa-left_flex-tw-img .inner-bg {
  transition: all 0.5s;
}
.boxa-left_flex-tw-text .p1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.17rem;
  color: #444;
  margin-bottom: 0.15rem;
  line-height: 1.3;
}
@media (max-width: 1054px) {
  .boxa-left_flex-tw-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .boxa-left_flex-tw-text .p1 {
    font-size: 0.2153846154rem;
  }
}
.boxa-left_flex-tw-text .p2 {
  font-size: 0.17rem;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .boxa-left_flex-tw-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxa-left_flex-tw-text .p2 {
    font-size: 0.1846153846rem;
  }
}
.boxa-left .list_two {
  width: 55.2291421857%;
}
.boxa-right {
  width: 38%;
}

.boxb {
  margin-bottom: 0.45rem;
}

.boxc {
  margin-bottom: 0.5rem;
}
.boxc-bg {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 0.36rem 0px rgba(0, 0, 0, 0.05);
  padding: 0.27rem 0.45rem 0.55rem;
}
.boxc-tab {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: -1rem;
  margin-bottom: 0.65rem;
}
.boxc-tab_item {
  width: 2.08rem;
  height: 0.65rem;
  border-radius: 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  font-size: 0.22rem;
  color: #444;
  margin-bottom: 0;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1054px) {
  .boxc-tab_item {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .boxc-tab_item {
    font-size: 0.2461538462rem;
  }
}
.boxc-tab_item.on {
  background:#1a447e;
  outline: 1px dashed #fff;
  outline-offset: -0.05rem;
  color: #fff;
}
.boxc-tab_item.on:after {
  position: absolute;
  content: "";
  width: 0.18rem;
  height: 0.14rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.14rem;
  background: url(../images/down.png) top center no-repeat;
  background-size: contain;
  z-index: -1px;
}
.boxc-list {
  display: none;
}
.boxc-list.on {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.52rem;
}
.boxc-list.on .row-item {
  width: calc(25% - 3 * 0.52rem / 4);
}
@media (max-width: 1054px) {
  .boxc-list.on {
    gap: 15px 0.2rem;
  }
  .boxc-list.on .row-item {
    width: calc(25% - 3 * 0.2rem / 4);
  }
}
@media (max-width: 990px) {
  .boxc-list.on {
    gap: 0.1538461538rem 0.1538461538rem;
  }
  .boxc-list.on .row-item {
    width: calc(50% - 1 * 0.1538461538rem / 2);
  }
}
.boxc-list-item {
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 0.12rem;
}
.boxc-list-item img {
  max-width: 0.43rem;
  margin-right: 0.2rem;
}
.boxc-list-item span {
  font-size: 0.2rem;
  color: #444;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .boxc-list-item span {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .boxc-list-item span {
    font-size: 0.2461538462rem;
  }
}
.boxc-list-item:hover {
  background: url(../images/bg3.png) top center no-repeat;
  background-size: cover;
}
.boxc-list-item:hover img {
  filter: brightness(0) saturate(100%) invert(1);
}
.boxc-list-item:hover span {
  color: #fff;
}

.boxd-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.3rem;
}
.boxd-list .row-item {
  width: calc(20% - 4 * 0.3rem / 5);
}
@media (max-width: 1054px) {
  .boxd-list {
    gap: 15px 0.15rem;
  }
  .boxd-list .row-item {
    width: calc(20% - 4 * 0.15rem / 5);
  }
}
@media (max-width: 990px) {
  .boxd-list {
    gap: 0.1538461538rem 0.1538461538rem;
  }
  .boxd-list .row-item {
    width: calc(33.3333333333% - 2 * 0.1538461538rem / 3);
  }
}
.boxd-list_item {
  display: flex;
  flex-direction: column;
  height: 1.82rem;
  border-radius: 0.12rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 0.36rem 0px rgba(0, 0, 0, 0.05);
  align-items: center;
  justify-content: center;
}
.boxd-list_item-img {
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 50%;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.12rem;
  margin-bottom: 0.15rem;
}
.boxd-list_item-img img {
  max-width: 0.4rem;
}
.boxd-list_item p {
  font-size: 0.2rem;
  color: #444;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .boxd-list_item p {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .boxd-list_item p {
    font-size: 0.2461538462rem;
  }
}
.boxd-list_item:hover {
  background: #1a447e;
}
.boxd-list_item:hover .boxd-list_item-img {
  background: #C93C3F;
}
.boxd-list_item:hover .boxd-list_item-img img {
  filter: brightness(0) saturate(100%) invert(1);
}
.boxd-list_item:hover p {
  color: #fff;
}

.list_two-item {
  display: flex;
  align-items: center;
  padding: 0.1rem 0;
  margin-bottom: 0.18rem;
}
.list_two-item a { 
  transition: all 0.5s;
 }
.list_two-item:hover {
background: #FCF4F4;
}
.list_two-item:hover a {
padding-left: 0.15rem;
}
.list_two-item a {
  font-size: 17px;
  color: #444;
  margin-bottom: 0;
  line-height: 1.5;
}
.list_two-item.last-item { margin-bottom: 0; }
@media (max-width: 1054px) {
  .list_two-item a {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_two-item a {
    font-size: 0.2153846154rem;
  }
}
.list_two-item a:hover {
  color: #1a447e;
}
.list_two-item span {
  font-size: 0.18rem;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .list_two-item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item span {
    font-size: 0.1846153846rem;
  }
}

.list_one-item {
  margin-bottom: 0.01rem;
  padding: 0.05rem 0;
}
.list_one-item.last-item {
  margin-bottom: 0;
}
.list_one-item a {
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.list_one-item:hover {
background: #FCF4F4;
}
.list_one-item:hover a {
padding-left: 0.15rem;
}
.list_one-item-time {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0.14rem;
  background: #1a447e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  flex-direction: column;
}
.list_one-item-time .p1 {
  font-size: 0.19rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .list_one-item-time .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time .p1 {
    font-size: 0.2153846154rem;
  }
}
.list_one-item-time .p2 {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .list_one-item-time .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time .p2 {
    font-size: 0.1846153846rem;
  }
}
.list_one-item-text .p1 {
  font-size: 17px;
  color: #444;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .list_one-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_one-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}

.page-banner {
  position: relative;
}
.page-banner_img {
  padding-bottom: 26.0416666667%;
  position: relative;
}
.page-banner_img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.page-crumbs {
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  z-index: 99;
}
.page-crumbs .wrap {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .page-crumbs .wrap {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .page-crumbs .wrap {
    font-size: 0.2153846154rem;
  }
}
.page-crumbs .wrap a,
.page-crumbs .wrap span {
  padding: 0 0.03rem;
}
.page-crumbs .wrap a:hover {
  color: #1a447e;
}

.page-box {
  margin-top: 0.2rem;
  padding-bottom: 0.8rem;
}
.page-box_flex {
  display: flex;
}
.page-box-left {
  width: 3rem;
  margin-right: 0.5rem;
}
.page-box_title {
  background: rgb(38 101 166 / 90%);
  margin-top: -1.2rem;
  height: 1rem;
  position: relative;
}
.page-box_title-text {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  padding: 0.2rem;
}
@media (max-width: 1054px) {
  .page-box_title-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-box_title-text {
    font-size: 0.2153846154rem;
  }
}
.page-box_title-img {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
}
.page-box_title-img img {
  width: 0.5rem;
}
.page-box_title-mobile {
  display: none;
}

.page-nav {
  margin-top: 0.2rem;
  padding: 0.2rem;
  background: #f7f7f7;
}
.page-nav_item {
  padding: 0.1rem 0;
  border-bottom: 1px solid #dfdfdf;
}
.page-nav_item-inner {
  display: flex;
  align-items: center;
  padding: 0.08rem 0.16rem;
  line-height: 1.75;
}
.page-nav_item-inner a {
  font-size: 16px;
  transition: all 0.5s ease;
}
.page-nav_item-inner i {
  color: #000;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 1054px) {
  .page-nav_item-inner a {
    font-size: 14px;
  }
  .page-nav_item-inner i {
    font-size: 14px;
  }
}
.page-nav_item.on .page-nav_item-inner a, .page-nav_item:not(.on):hover .page-nav_item-inner a {
  color: #000;
  font-weight: bold;
}
.page-nav_item.on .page-nav_item-inner i, .page-nav_item:not(.on):hover .page-nav_item-inner i {
  opacity: 1;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.3rem;
}
.team-list .row-item {
  width: calc(50% - 1 * 0.3rem / 2);
}
@media (max-width: 1054px) {
  .team-list {
    gap: 15px 15px;
  }
  .team-list .row-item {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 990px) {
  .team-list {
    gap: 10px 10px;
  }
  .team-list .row-item {
    width: calc(100% - 0px);
  }
}
.team-list_item a {
  display: flex;
  background-color: #ffffff;
  background-image: url(../images/bg-logo.png);
  background-repeat: no-repeat;
  background-position: 4rem 0.6rem;
  background-size: 1.8rem;
  margin-bottom: 0.2rem;
  padding: 0.2rem 0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  position: relative;
  transition: 500ms;
  cursor: pointer;
}
.team-list_item a:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}
.team-list_item-img {
  margin-right: 0.16rem;
  width: 25%;
  padding-bottom: 30%;
  position: relative;
}
.team-list_item-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.team-list_item-text {
  position: relative;
}
.team-list_item-text .p1 {
  padding: 0.15rem 0;
  font-size: 0.18rem;
  color: #af2f32;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #ddd6c9;
  margin-bottom: 0.08rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1054px) {
  .team-list_item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .team-list_item-text .p1 {
    font-size: 0.2153846154rem;
  }
}
.team-list_item-text .p1 span {
  margin-left: 0.2rem;
  font-size: 14px;
  color: #444;
}
.team-list_item-text .p2 {
  font-size: 13px;
}
.team-list_item-text .p3 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.page-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.3rem;
}
.page-list .row-item {
  width: calc(50% - 1 * 0.3rem / 2);
}
@media (max-width: 1054px) {
  .page-list {
    gap: 15px 15px;
  }
  .page-list .row-item {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 990px) {
  .page-list {
    gap: 10px 10px;
  }
  .page-list .row-item {
    width: calc(100% - 0px);
  }
}
.page-list_item a {
  padding: 0.16rem 0.2rem;
  background: #ffffff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
  display: block;
}
.page-list_item a:hover {
  transform: scale(1.04);
}
.page-list_item .p1 {
  color: #1a447e;
  font-size: 14px;
  margin-bottom: 0.05rem;
}
.page-list_item .p2 {
  font-size: 0.18rem;
  color: #444;
  margin-bottom: 0;
  line-height: 1.5;
  border-left: 3px solid #323ba7;
  padding-left: 0.1rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1054px) {
  .page-list_item .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-list_item .p2 {
    font-size: 0.2153846154rem;
  }
}

.paging {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging_item,
.paging span {
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin: 0 3px;
  color: #444;
  font-size: 0.16rem;
  color: #444;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .paging_item,
  .paging span {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .paging_item,
  .paging span {
    font-size: 0.2153846154rem;
  }
}
.paging_item:hover,
.paging span:hover {
  background: #1a447e;
  border-color: #1a447e;
  color: #fff;
}
.paging span {
  border: none;
}

.page_content {
  font-size: 16px;
  line-height: 2;
}
.page_content img,
.page_content video,
.page_content iframe {
  max-width: 100% !important;
  max-height: auto !important;
}

.page-detail_title h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}
.page-detail_info {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.page-detail_info span {
  color: #666;
}
.page-detail_pn {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.page-detail_pn-item {
  flex: 1;
  border: 1px solid #efefef;
  padding: 10px;
  font-size: 14px;
}
.page-detail_pn-item a {
  color: #444;
}
.page-detail_pn-item a:hover {
  color: #1a447e;
}

.img-list_item {
  margin-bottom: 0.2rem;
}
.img-list_item a {
  padding: 0.25rem;
  display: flex;
  background: #ffffff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
}
.img-list_item a:hover {
  transform: scale(1.04);
}
.img-list_item-img {
  width: 2.8rem;
  margin-right: 0.3rem;
}
.img-list_item-img .inner-bg {
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.img-list_item-text .p1 {
  font-weight: bold;
  font-size: 0.18rem;
  color: #444;
  margin-bottom: 0.15rem;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .img-list_item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .img-list_item-text .p1 {
    font-size: 0.2153846154rem;
  }
}
.img-list_item-text .p2 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0.1rem;
}
.img-list_item-text .p3 {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 990px) {
  .img-list_item a {
    padding: 10px;
  }
  .img-list_item-img {
    width: 30%;
  }
  .page-crumbs {
    bottom: 0px;
    font-size: 14px;
  }
  .page-banner_img {
    padding-bottom: 45%;
  }
  .page-box_flex {
    flex-direction: column;
  }
  .page-box_title {
    margin-top: 0;
    height: auto;
  }
  .page-box_title-text {
    padding: 8px;
  }
  .page-box_title-img {
    display: none;
  }
  .page-box_title-mobile {
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
  }
  .page-box_title-mobile i {
    padding: 5px;
    color: #fff;
  }
  .page-nav {
    padding: 10px;
    margin-top: 0px;
    display: none;
  }
  .page-nav_item {
    padding: 0;
  }
  .page-box-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page_content {
    font-size: 14px;
  }
  .page_content img,
  .page_content video,
  .page_content iframe {
    width: 100% !important;
    height: auto !important;
  }
  .page-detail_title h1 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px 0;
  }
  .page-detail_info {
    margin-bottom: 10px;
    padding-bottom: 10px;
    gap: 5px 15px;
  }
  .page-detail_info span {
    font-size: 14px;
  }
  .page-detail_pn {
    flex-direction: column;
  }
}
@media (max-width: 1054px) {
  .wrap {
    max-width: 95%;
  }
  .list_one-item-time {
    width: 0.8461538462rem;
    height: 0.8461538462rem;
  }
  .nav-box_item > a {
    padding: 0.36rem 0;
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .wrap {
    max-width: 100%;
  }
  .top {
    height: auto;
    background:#1a447e;
  }
  .top::before {
    display: none;
  }
  .top .wrap {
    justify-content: space-between;
  }
  .banner {
    margin-top: 95px;
  }
  .banner-thumb {
    bottom: 10px;
  }
  .banner-thumb_item {
    width: 20%;
  }
  .banner-thumb_item.act {
    border-width: 1px;
  }
  .boxa-left .list_two {
    width: 100%;
  }
  .list_two-item {
    margin-bottom: 10px;
  }
  .footer-share {
    justify-content: flex-start;
    gap: 10px;
  }
  .boxc-tab {
    margin-top: 0;
    gap: 10px;
    margin-bottom: 15px;
  }
  .boxc-tab_item {
    width: auto;
    height: auto;
    padding: 0.3em 0.5em;
    font-size: 14px;
  }
  .boxc-bg {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .footer_top-logo img {
    width: auto;
    max-width: 100%;
  }
  .boxc-list-item {
    height: 0.9rem;
  }
}
/*# sourceMappingURL=main.css.map */