﻿.d-flex {
  display: flex;
}

.just-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

.just-center {
  justify-content: center;
}

html {
  font-size: 16px;
  color: #333333;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow,
.page-list_item a,
.list_three-item a,
.tuwen_one-item-text .p1,
.list_one-item.on .list_one-item-text .p2,
.list_one-item-text .p1,
.two-swiper-item-text .p1,
.one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img,
.tuwen_two-item-img img,
.footer-logo img,
.box-title_right img,
.header-box_left .logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex,
.sectionb-flex,
.boxa-flex {
  display: flex;
}
@media (max-width: 990px) {
  .dflex,
  .sectionb-flex,
  .boxa-flex {
    flex-direction: column;
  }
  .dflex > div,
  .sectionb-flex > div,
  .boxa-flex > div {
    width: 100% !important;
  }
  .dflex > div + div,
  .sectionb-flex > div + div,
  .boxa-flex > div + div {
    margin-top: 20px;
  }
}

.flex1,
.page-list_item a,
.page-box_right,
.list_three-item a,
.tuwen_one-item-text,
.list_one-item-text,
.footer-ewm,
.header-box_right,
.search-box .search-input {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale,
.one-swiper-item-img {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg,
.one-swiper-item-img .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg,
.one-swiper-item-img:hover .inner-bg {
  transform: scale(1.1);
}

@font-face {
  font-family: "sySong";
  src: url("../fonts/sySong.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dfp";
  src: url("../fonts/dfpgb5_s7.ttf");
}
@keyframes roted {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrap {
  max-width: 1540px;
  padding: 0 10px;
  margin: 0 auto;
}

.search-box {
  display: none;
}
.search-box form {
  width: 500px;
  display: flex;
}
.search-box .search-input {
  height: 50px;
  border: 1px solid #efefef;
  border-radius: 0;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  border-right: 0;
  outline: none;
}
.search-box .search-btn {
  background: #03419e;
  width: 50px;
  border: none;
  cursor: pointer;
  border-radius: 0;
}
.search-box .search-btn i {
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.7s ease;
  opacity: 1;
}
.header.show {
  opacity: 0;
  transform: translateY(-100%);
}
.header.fixed {
  background: #03419e;
}
.header-box {
  display: flex;
  align-items: center;
}
.header-box_left {
  width: 29.6052631579%;
  padding-right: 5%;
}
.header-box_left .logo {
  display: flex;
}
.header-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 0;
  color: #fff;
  line-height: 1;
}
.header-links span {
  font-size: 14px;
  margin: 0 1vw;
  margin-top: -2px;
}
.header-links .search {
  margin-top: 2px;
  cursor: pointer;
}
.header-links a {
  display: flex;
  align-items: center;
}
.header-links a i {
  color: #fff;
  margin-right: 5px;
}
.header-links a:hover {
  text-decoration: underline;
}
.header .mob-search_btn {
  display: none;
}
.header .mob-search_btn i {
  font-size: 24px;
  color: #fff;
}
.header .top_menu-btn {
  display: none;
}
.header .top_menu-btn i {
  color: #fff;
  font-size: 24px;
}
.header .top_menu-btn i.icon-system-close {
  display: none;
}
.header .top_menu-btn.on .icon-menu {
  display: none;
}
.header .top_menu-btn.on .icon-system-close {
  display: block;
}

.nav-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: -1px;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  padding-bottom: 1vw;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1220px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 14px;
  }
}
.nav-box_item.on > a,
.nav-box_item:hover > a {
  font-weight: bold;
  border-bottom-color: #fff;
}
.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: #0d61be;
    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 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #03419e;
  }
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .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;
  }
}

.box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.box-title_left {
  position: relative;
  height: 105px;
  display: flex;
  align-items: center;
}
.box-title_left:after {
  content: "";
  width: 105px;
  height: 105px;
  background: url(../images/icon4.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  animation: roted 10s linear infinite;
}
.box-title_left img {
  position: relative;
  z-index: 2;
}
.box-title_right {
  display: flex;
}

.footer {
  background: url(../images/bg7.png) top center no-repeat;
  margin-top: -60px;
  background-size: cover;
}
.footer-info {
  padding: 3.90625vw 0 2.0833333333vw 0;
}
.footer-info .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-contact {
  width: 29.9342105263%;
}
.footer-contact_item {
  margin-bottom: 0.5208333333vw;
}
.footer-contact_item:last-child {
  margin-bottom: 0;
}
.footer-contact_item-top {
  display: flex;
  align-items: center;
  margin-bottom: px2v2(10);
}
.footer-contact_item-top i {
  margin-right: 0.6770833333vw;
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #fff;
  font-size: 18px;
  color: #fff;
}
.footer-contact_item-top span {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .footer-contact_item-top span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-contact_item-top span {
    font-size: 14px;
  }
}
.footer-contact_item-sub {
  padding-left: 2.5vw;
}
.footer-contact_item-sub p {
  font-size: 16px;
  color: #99baea;
  margin-bottom: 0;
  line-height: 2;
}
@media (max-width: 1220px) {
  .footer-contact_item-sub p {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .footer-contact_item-sub p {
    font-size: 12px;
  }
}
.footer-logo {
  width: 36.8421052632%;
  display: flex;
  justify-content: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.footer-ewm {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-ewm img {
  max-width: 139px;
  margin-bottom: 0.5208333333vw;
}
.footer-ewm p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .footer-ewm p {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .footer-ewm p {
    font-size: 12px;
  }
}
.footer-copyright {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5208333333vw 0;
  text-align: center;
}
.footer-copyright p {
  font-size: 18px;
  color: #7899cc;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .footer-copyright p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-copyright p {
    font-size: 14px;
  }
}

.mask-bg {
  position: relative;
}
.mask-bg::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%;
  background: url(../images/top-bg.png) top center no-repeat;
  background-size: 100% auto;
  padding-bottom: 17.8645833333%;
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.banner .swiper-slide a img {
  transform: scale(1.1);
  transition: all 5s ease;
}
.banner .swiper-slide-active a img {
  transform: scale(1);
}
.banner .swiper-pagination {
  bottom: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 49px;
}
.banner .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  opacity: 1;
  background: transparent;
  margin: 0 8px !important;
  width: auto;
  height: auto;
  border-radius: 0;
}
.banner .swiper-pagination-bullet i {
  font-style: normal;
  font-family: "dfp";
  font-size: 20px;
  color: #fff;
}
.banner .swiper-pagination-bullet-active {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
}
.banner .swiper-pagination-bullet-active i {
  width: 40px;
  height: 49px;
  background: url(../images/bg1.png) center no-repeat;
  background-size: 100% 100%;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .swiper-pagination-bullet-active::before,
.banner .swiper-pagination-bullet-active::after {
  content: "";
  height: 2px;
  background: #fff;
  width: 50px;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 30px;
    height: 37px;
  }
  .banner .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
  .banner .swiper-pagination-bullet i {
    font-size: 16px;
  }
  .banner .swiper-pagination-bullet-active i {
    width: 30px;
    height: 37px;
  }
  .banner .swiper-pagination-bullet-active::before,
  .banner .swiper-pagination-bullet-active::after {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    height: auto;
    padding-bottom: 55%;
  }
  .banner .swiper-pagination {
    bottom: 10px;
    height: 25px;
  }
  .banner .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
  .banner .swiper-pagination-bullet i {
    font-size: 12px;
  }
  .banner .swiper-pagination-bullet-active i {
    width: 20px;
    height: 25px;
  }
  .banner .swiper-pagination-bullet-active::before,
  .banner .swiper-pagination-bullet-active::after {
    width: 10px;
  }
}

.one-swiper {
  position: relative;
  overflow: hidden;
}
.one-swiper-item {
  display: block;
  position: relative;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 69.2537313433%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.78125vw 8.3333333333vw 0.78125vw 2.0833333333vw;
}
.one-swiper-item-text .p1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .one-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 14px;
  }
}
.one-swiper-item-text .p2 {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .one-swiper-item-text .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p2 {
    font-size: 12px;
  }
}
.one-swiper-item-text .p2 i {
  font-size: inherit;
  margin-right: 5px;
  margin-top: 2px;
}
.one-swiper .swiper-pagination {
  text-align: right;
  left: auto;
  right: 1vw;
  bottom: 1.7vw;
}
.one-swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #ebeae8;
  margin: 0 0.4vw !important;
  width: 0.9vw;
  height: 0.9vw;
  z-index: 99;
}
.one-swiper .swiper-pagination-bullet-active {
  background: #b80404;
}

.two-swiper {
  position: relative;
  overflow: hidden;
}
.two-swiper-item {
  display: block;
}
.two-swiper-item-img {
  position: relative;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 66.3461538462%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.two-swiper-item-img .play-icon {
  position: absolute;
  width: 3.9583333333vw;
  height: 3.9583333333vw;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  padding-left: 0.5208333333vw;
}
.two-swiper-item-img .play-icon i {
  font-size: 1.5625vw;
  color: #fff;
}
.two-swiper-item-text {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
  bottom: 0;
  background: url(../images/bg8.png) left top no-repeat;
  background-size: 100% 100%;
  padding: 0.5208333333vw 7.8125vw 0.78125vw 1.5625vw;
}
.two-swiper-item-text .p1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .two-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text .p1 {
    font-size: 14px;
  }
}
.two-swiper .swiper-pagination {
  text-align: right;
  left: auto;
  right: 1vw;
  bottom: 0.78125vw;
  display: flex;
  width: auto;
}
.two-swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #dddddd;
  margin: 0 0.3125vw !important;
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  z-index: 99;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  border-radius: 0;
  font-family: "sySong";
  display: flex;
  align-content: center;
  justify-content: center;
}
@media (max-width: 1220px) {
  .two-swiper .swiper-pagination-bullet {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper .swiper-pagination-bullet {
    font-size: 14px;
  }
}
.two-swiper .swiper-pagination-bullet-active {
  background: #b80404;
  color: #fff;
}

.video-box {
  height: 100%;
  width: 100%;
  display: flex;
}
.video-box video {
  width: 100%;
}

.tuwen_two {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5vw;
}
.tuwen_two-item {
  width: calc(25% - 1.875vw);
}
.tuwen_two-item a {
  display: block;
  background: url(../images/bg6.png) center no-repeat;
  background-size: 100% 100%;
  padding: 2vw 1vw 1.5vw 1vw;
  transition: 0.3s ease-in-out;
}
.tuwen_two-item a:hover {
  transform: translate3d(0, -1.0416666667vw, 0);
  box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, 0.1);
}
.tuwen_two-item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 0.625vw;
}
.tuwen_two-item-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tuwen_two-item-text span {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0 0.5vw;
  white-space: nowrap;
}
@media (max-width: 1220px) {
  .tuwen_two-item-text span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_two-item-text span {
    font-size: 14px;
  }
}

.sectiona {
  background: #edf2fa url(../images/bg3.png) center no-repeat;
  background-size: 100%;
}

.boxa {
  padding: 16px 0 37px 0;
}
.boxa-flex {
  justify-content: space-between;
}
.boxa-flex_left {
  width: 46.3815789474%;
  padding: 30px 0 0 30px;
  background: url(../images/bg2.png) top left no-repeat;
}
.boxa-flex_right {
  width: 51.6447368421%;
}

.boxb {
  padding: 37px 0 48px 0;
}

.sectionb {
  background: #edf2fa url(../images/bg5.png) center no-repeat;
  background-size: 100%;
  padding: 20px 0;
}
.sectionb-flex {
  justify-content: space-between;
}
.sectionb-flex .boxc {
  width: 46.4473684211%;
}
.sectionb-flex .boxd {
  width: 47.8947368421%;
}

.sectiond {
  background: #edf2fa url(../images/bg12.png) bottom center no-repeat;
  padding: 1vw 0 2vw 0;
}
.six-swiper {
  margin-top: 2.5vw;
  position: relative;
  overflow: hidden;
  padding-bottom: 130px;
}
.six-swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 16px;
  height: 16px;
  background: #dddddd;
}
.six-swiper .swiper-pagination-bullet-active {
  background: #03419e;
}
.six-swiper-item {
  display: block;
  position: relative;
}
.six-swiper-item-img {
  margin-bottom: 1vw;
  padding: 0 21%;
}
.six-swiper-item-img .inner-bg {
  padding-bottom: 152.33%;
  position: relative;
  overflow: hidden;
}
.six-swiper-item-img .inner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: all 0.5s ease;
}
.six-swiper-item-title {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
}
.six-swiper-item-text {
  z-index: 999;
  background: #03419e;
  padding: 10px;
  border-radius: 30px;
  transform: translateY(0);
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  width: 100%;
}
.six-swiper-item-text .d1 {
  border: 1px dashed #ffff;
  border-radius: 30px;
  padding: 10px;
}

.six-swiper-item-text .d1 p {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 10.2em;
}
.six-swiper-item:hover .six-swiper-item-img .inner-bg img {
  transform: scale(1.05);
}
.swiper-slide-active .six-swiper-item-text,
.six-swiper-item:hover .six-swiper-item-text {
  transform: translateY(-90px);
  opacity: 1;
}
.sectionc {
  background: #edf2fa;
  padding: 20px 0 7.2916666667vw 0;
}
.sectionc .box-title {
  justify-content: center;
}

.list_one-item {
  border-bottom: 1px solid #e1e2e4;
  margin-bottom: 0.8vw;
}
.list_one-item:last-child {
  margin-bottom: 0;
}
.list_one-item a {
  display: flex;
  align-items: center;
  padding: 0.8vw 0;
}
.list_one-item-time {
  display: flex;
  font-size: 20px;
  color: #03419e;
  margin-bottom: 0;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 1220px) {
  .list_one-item-time {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time {
    font-size: 14px;
  }
}
.list_one-item-time::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(-0.8vw - 3px);
  background: #b80404;
  height: 5px;
}
.list_one-item-time .p1 {
  order: 2;
}
.list_one-item-time .p1::before {
  content: "-";
}
.list_one-item-text {
  margin-left: 1.5vw;
}
.list_one-item-text .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .list_one-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-text .p1 {
    font-size: 14px;
  }
}
.list_one-item-text .p2 {
  display: none;
}
.list_one-item.on {
  box-shadow: 5.142px 6.128px 4px 0px rgba(17, 16, 16, 0.08);
  background: #fff;
  border-left: 5px solid #03419e;
}
.list_one-item.on a {
  padding: 1vw 0;
}
.list_one-item.on .list_one-item-time {
  flex-direction: column;
  align-items: center;
  padding: 0 1vw;
  border-right: 1px solid #dddddd;
}
.list_one-item.on .list_one-item-time::after {
  display: none;
}
.list_one-item.on .list_one-item-time .p1 {
  order: 0;
  font-size: 30px;
  color: #03419e;
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1220px) {
  .list_one-item.on .list_one-item-time .p1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .list_one-item.on .list_one-item-time .p1 {
    font-size: 16px;
  }
}
.list_one-item.on .list_one-item-time .p1::before {
  content: "";
}
.list_one-item.on .list_one-item-time .p2 {
  font-size: 14px;
  color: #03419e;
}
.list_one-item.on .list_one-item-text {
  margin-left: 1vw;
  padding-right: 1vw;
}
.list_one-item.on .list_one-item-text .p2 {
  display: block;
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .list_one-item.on .list_one-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item.on .list_one-item-text .p2 {
    font-size: 14px;
  }
}

.list_two {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8229166667vw 2.8125vw;
}
.list_two-item {
  width: calc(33.33% - 1.875vw);
  background: #fff;
}
.list_two-item-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.list_two-item-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list_two-item-text {
  position: relative;
  z-index: 9;
}
.list_two-item-text .p1 {
  font-size: 18px;
  color: #03419e;
  margin-bottom: 0.5vw;
  line-height: 1.5;
  transition: all 0.5s ease;
}
@media (max-width: 1220px) {
  .list_two-item-text .p1 {
    font-size: 17px;
  }
}
@media (max-width: 990px) {
  .list_two-item-text .p1 {
    font-size: 12px;
  }
}
.list_two-item-text .p2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  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;
  transition: all 0.5s ease;
  height: 3em;
}
@media (max-width: 1220px) {
  .list_two-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item-text .p2 {
    font-size: 14px;
  }
}
.list_two-item a {
  display: block;
  position: relative;
  padding: 1.3020833333vw 1.5625vw;
}
.list_two-item a:hover .list_two-item-bg {
  opacity: 1;
}
.list_two-item a:hover .list_two-item-text .p1,
.list_two-item a:hover .list_two-item-text .p2 {
  color: #fff;
}

.tuwen_one {
  margin-bottom: 1.5vw;
}
.tuwen_one-item {
  background: #fff;
}
.tuwen_one-item a {
  display: flex;
  padding: 0.8vw;
  align-items: center;
}
.tuwen_one-item a:hover .tuwen_one-item-img .inner-bg {
  transform: scale(1.1);
}
.tuwen_one-item a:hover .tuwen_one-item-text .p1,
.tuwen_one-item a:hover .tuwen_one-item-text .p2 {
  color: #03419e;
}
.tuwen_one-item-img {
  width: 36.402266289%;
  overflow: hidden;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 66.5369649805%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-img .inner-bg {
  transition: all 0.5s ease;
}
.tuwen_one-item-text {
  margin-left: 1.5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tuwen_one-item-text .p1 {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .tuwen_one-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p1 {
    font-size: 14px;
  }
}
.tuwen_one-item-text .p2 {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
@media (max-width: 1220px) {
  .tuwen_one-item-text .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p2 {
    font-size: 12px;
  }
}
.tuwen_one-item-text .p3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tuwen_one-item-text .p3 span {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #03419e;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .tuwen_one-item-text .p3 span {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p3 span {
    font-size: 12px;
  }
}
.tuwen_one-item-text .p3 span i {
  font-size: inherit;
  color: inherit;
  margin-right: 5px;
}
.tuwen_one-item-text .p3 .icon-shangbanjiantou-you {
  color: #b80404;
}

.list_three-item {
  margin-bottom: 1.5vw;
  display: flex;
  align-items: center;
}
.list_three-item:last-child {
  margin-bottom: 0;
}
.list_three-item a {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-right: 0.5vw;
}
@media (max-width: 1220px) {
  .list_three-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_three-item a {
    font-size: 14px;
  }
}
.list_three-item a:hover {
  color: #03419e;
}
.list_three-item span {
  font-size: 18px;
  color: #03419e;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .list_three-item span {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_three-item span {
    font-size: 12px;
  }
}

.page-pagination {
  margin-top: 2vw;
  display: flex;
  justify-content: center;
}
.page-pagination .pagination {
  display: flex;
  gap: 5px;
}
.page-pagination .pagination a {
  font-size: 14px;
  color: #333;
  padding: 0.3em 0.7em;
  border: 1px solid #ccc;
}
.page-pagination .pagination a:hover {
  color: #03419e;
  border-color: #03419e;
}
.page-pagination .pagination a.page-num-current {
  background: #03419e;
  border-color: #03419e;
  color: #fff;
}

.page-banner {
  position: relative;
}
.page-banner_img {
  padding-bottom: 33.3854166667%;
  position: relative;
}
.page-banner_img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.page-banner_title {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-banner_title-inner {
  width: 318px;
  height: 96px;
  background: url(../images/bg9.png) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mob-page-menu-btn {
  display: none;
}

.page-banner_title-inner h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "sySong";
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 1220px) {
  .page-banner_title-inner h3 {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .page-banner_title-inner h3 {
    font-size: 18px;
  }
}

.page-box {
  background: #f3f8fc url(../images/bg11.png) center bottom no-repeat;
  background-size: 100% auto;
}
.page-box_flex {
  display: flex;
}
.page-box_left {
  width: 318px;
  margin-right: 3.90625vw;
}
.page-box_right {
  padding: 35px 0 5.2083333333vw 0;
}

.page-menu {
  background: #fff;
  background-size: 100% auto;
  padding: 20px 40px 160px 40px;
}
.page-menu_item {
  border-bottom: 1px solid #dddddd;
}
.page-menu_item-inner {
  position: relative;
}
.page-menu_item-inner a {
  display: block;
  text-align: center;
  padding: 1.25em 0;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .page-menu_item-inner a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-menu_item-inner a {
    font-size: 14px;
  }
}
.page-menu_item-inner i {
  position: absolute;
  right: 0;
  z-index: 99;
  font-size: 30px;
  top: calc(50% - 0.5em);
  color: #03419e;
  display: none;
}
.page-menu_item-inner:hover a {
  color: #03419e;
}
.page-menu_item-inner:hover i {
  display: block;
}
.page-menu_item.on .page-menu_item-inner a {
  font-weight: bold;
  color: #03419e;
}
.page-menu_item.on .page-menu_item-inner i {
  display: block;
}
.page-menu-bg {
  display: flex;
}
.page-menu-bg img {
  width: 100%;
}

.page-crumbs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e4e5e7;
  padding-bottom: 15px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.page-crumbs_left h3 {
  margin: 0;
  font-weight: normal;
  border-left: 4px solid #03419e;
  padding-left: 10px;
  font-family: "sySong";
  font-size: 30px;
  color: #333;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1220px) {
  .page-crumbs_left h3 {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .page-crumbs_left h3 {
    font-size: 18px;
  }
}
.page-crumbs_right {
  display: flex;
  align-items: center;
  color: #03419e;
  font-size: 16px;
  line-height: 1.875;
}
.page-crumbs_right i,
.page-crumbs_right a {
  color: inherit;
  font-size: inherit;
}
.page-crumbs_right a {
  padding: 0 5px;
}
.page-crumbs_right a:hover {
  text-decoration: underline;
}

.page-list {
  margin-bottom: 1.5vw;
}
.page-list_item {
  border-bottom: 1px dashed #dedfdf;
  display: flex;
  align-items: center;
  padding: 1.31vw 0;
}
.page-list_item:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #03419e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  margin-right: 0.8333333333vw;
}
.page-list_item a {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .page-list_item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-list_item a {
    font-size: 14px;
  }
}
.page-list_item a:hover {
  color: #03419e;
}
.page-list_item span {
  font-size: 18px;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 5px;
}
@media (max-width: 1220px) {
  .page-list_item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-list_item span {
    font-size: 14px;
  }
}

.page-detail {
  padding: 20px 0 60px 0;
}
.page-detail_title {
  background: #ecf1fb;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 5px 0;
  font-size: 28px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 1220px) {
  .page-detail_title {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .page-detail_title {
    font-size: 18px;
  }
}
.page-detail_info {
  display: flex;
  justify-content: center;
  gap: 10px 3.125vw;
  margin-bottom: 1.5625vw;
}
.page-detail_info span {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .page-detail_info span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-detail_info span {
    font-size: 14px;
  }
}
.page-detail_info span i {
  font-size: 20px;
  color: #03419e;
  margin-right: 7px;
}
.page-detail_main {
  margin-bottom: 1.5vw;
}
.page-detail_main p {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 2.3;
}
@media (max-width: 1220px) {
  .page-detail_main p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-detail_main p {
    font-size: 14px;
  }
}
.page-detail_main p img {
  max-width: 100%;
  margin: 0 auto;
}
.page-detail_pn {
  display: flex;
  gap: 10px;
}
.page-detail_pn-item {
  flex: 1;
  border: 1px solid #d8d8d8;
  padding: 10px;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .page-detail_pn-item {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-detail_pn-item {
    font-size: 14px;
  }
}
.page-detail_pn-item em {
  font-style: normal;
}
.page-detail_pn-item a:hover {
  color: #03419e;
}

@media (max-width: 990px) {
  .page-banner_title {
    position: static;
  }
  .page-banner_title .wrap {
    padding: 0;
  }
  .page-banner_title-inner {
    width: 100% !important;
    height: 40px !important;
    padding: 0 10px;
  }
  .page-banner_title-inner .mob-page-menu-btn {
    display: block;
  }
  .page-banner_title-inner .mob-page-menu-btn i {
    font-size: 20px;
    color: #fff;
  }
  .page-banner_title-inner h3 {
    text-align: left;
  }
  .page-box {
    position: relative;
  }
  .page-box_flex {
    flex-direction: column;
  }
  .page-box_left {
    display: none;
    width: 100% !important;
    margin-right: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 6999;
  }
  .page-box_right {
    padding: 20px 0;
  }
  .page-menu {
    padding: 10px !important;
  }
  .page-menu_item-inner a {
    padding: 10px;
    text-align: left;
  }
  .page-menu_item-inner i {
    font-size: 18px;
  }
  .page-menu-bg {
    display: none;
  }
  .page-crumbs {
    padding-bottom: 10px;
    flex-direction: column;
  }
  .page-crumbs_left {
    margin-bottom: 10px;
  }
  .page-crumbs_left h3 {
    border-left: 2px solid #03419e;
    padding-left: 5px;
  }
  .page-crumbs_right {
    font-size: 14px;
    line-height: 1.7;
  }
  .page-list {
    margin-bottom: 15px;
  }
  .page-list_item {
    padding: 10px 0;
  }
  .page-list_item:before {
    width: 5px;
    height: 5px;
    margin-right: 8px;
  }
  .page-detail {
    padding: 10px 0 20px 0;
  }
  .page-detail_main {
    margin-bottom: 15px;
  }
  .page-detail_main p img,
  .page-detail_main p video,
  .page-detail_main p iframe {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
  }
  .page-detail_pn {
    display: flex;
    flex-direction: column;
  }
  .page-detail_pn-item {
    padding: 5px;
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    line-height: 1.5;
  }
}
@media (max-width: 990px) and (max-width: 1220px) {
  .page-detail_pn-item {
    font-size: 16px;
  }
}
@media (max-width: 990px) and (max-width: 990px) {
  .page-detail_pn-item {
    font-size: 14px;
  }
}
@media (max-width: 1540px) {
  .wrap {
    max-width: 1220px;
  }
  .list_three-item {
    margin-bottom: 1.1vw;
  }
  .two-swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .page-banner_title-inner,
  .page-box_left {
    width: 260px;
  }
  .page-menu {
    padding: 20px 20px 140px 20px;
  }
}
@media (max-width: 1220px) {
  .page-banner_title-inner {
    height: 80px;
  }
  .wrap {
    max-width: 1044px;
  }
  .footer-logo img {
    max-width: 60%;
  }
  .box-title_left {
    height: 60px;
  }
  .box-title_left img {
    height: 50px;
  }
  .box-title_left:after {
    width: 60px;
    height: 60px;
  }
  .box-title_right img {
    height: 20px;
  }

  .sectiond {
    background: #edf2fa url(../images/bg12.png) bottom center no-repeat;
    padding: 1vw 0 2vw 0;
  }
  .six-swiper {
    padding-bottom: 100px;
  }
  .six-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .six-swiper-item-img {
    padding: 0 10%;
  }
  .six-swiper-item-title {
    font-size: 16px;
  }
  .six-swiper-item-text {
    padding: 6px;
    border-radius: 20px;
  }
  .six-swiper-item-text .d1 {
    border-radius: 20px;
    padding: 6px;
  }

  .six-swiper-item-text .d1 p {
    line-height: 1.5;
    height: 9em;
  }
}
@media (max-width: 990px) {
  .mask-bg::before {
    display: none;
  }
  body {
    padding-top: 60px;
  }
  .two-swiper .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
  .box-title {
    margin-bottom: 10px;
  }
  .box-title_left {
    height: 40px;
  }
  .box-title_left img {
    height: 30px;
  }
  .box-title_left:after {
    width: 40px;
    height: 40px;
  }
  .box-title_right img {
    height: 16px;
  }
  .header {
    background: #03419e;
    transform: translateY(0) !important;
    opacity: 1 !important;
    padding: 10px 0;
  }
  .mob-search_btn,
  .top_menu-btn {
    display: block !important;
  }
  .top_menu-btn {
    margin-left: 10px;
  }
  .header-box_left {
    width: auto;
  }
  .header-box_left .logo {
    padding-right: 0;
  }
  .header-box_left .logo img {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .tuwen_two {
    gap: 10px;
  }
  .tuwen_two-item {
    width: calc(50% - 5px);
  }
  .tuwen_two-item a {
    padding: 20px 10px;
    background-size: cover;
  }
  .tuwen_two-item-img {
    margin-bottom: 10px;
    height: 40px;
  }
  .tuwen_two-item-img img {
    max-height: 100%;
  }
  .tuwen_two-item-text img {
    height: 10px;
  }
  .two-swiper-item-img .play-icon {
    width: 30px;
    height: 30px;
  }
  .two-swiper-item-img .play-icon i {
    font-size: 14px;
  }
  .list_two {
    gap: 10px;
  }
  .list_two-item {
    width: calc(50% - 5px);
  }
  .tuwen_one-item a {
    padding: 5px;
  }
  .tuwen_one-item-img {
    margin-right: 5px;
  }
  .tuwen_one-item-text .p2 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    height: 3em;
  }
  .footer {
    background: #03419e;
    margin-top: 0;
  }
  .list_three-item {
    margin-bottom: 5px;
  }
  .boxb {
    padding: 20px 0;
  }
  .boxa-flex_left {
    padding: 10px 0 0 10px;
  }
  .list_one-item.on a {
    padding: 10px 0;
  }
  .list_one-item.on .list_one-item-text .p1 {
    margin-bottom: 5px;
  }
  .list_one-item a {
    padding: 10px 0;
  }
  .list_one-item-time::after {
    bottom: -12px;
    height: 3px;
  }
  .list_one-item {
    margin-bottom: 5px;
  }
  .boxa {
    padding: 20px 0;
  }
  .footer-info {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-contact_item-top i {
    margin-right: 10px;
  }
  .footer-contact_item-sub {
    padding-left: 30px;
  }
  .search-box form {
    width: 100%;
    display: flex;
  }
  .search-box .search-input {
    height: 40px;
  }
  .search-box .search-btn {
    width: 40px;
  }
  .header-box {
    justify-content: space-between;
  }
  .mob-search_btn {
    margin-left: auto;
  }
  .header-box_right {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #03419e;
    top: 100%;
  }
  .nav-box_item > a {
    border-bottom: none;
  }
  .header-links {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px;
    font-size: 14px;
    justify-content: center;
  }
  .header-links .search {
    display: none;
  }
  .header-links span {
    padding: 0 5px;
  }
  .header-links span:nth-child(6) {
    display: none;
  }
  .footer-contact {
    width: 60% !important;
    order: 2;
  }
  .footer-ewm {
    order: 3;
    width: 40% !important;
  }
  .footer-logo {
    border: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-copyright {
    padding: 10px 0;
  }

  .six-swiper {
    padding-bottom: 70px;
  }
  .six-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .six-swiper-item-title {
    font-size: 14px;
  }
  .six-swiper-item-text {
    padding: 4px;
    border-radius: 10px;
  }
  .six-swiper-item-text .d1 {
    border-radius: 10px;
    padding: 4px;
  }

  .six-swiper-item-text .d1 p {
    font-size: 12px;
  }
}