.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 .txt .tit, .list_seven-item a, .list_six-item a, .list_five-item a, .list_two-item .p1, .boxa-left_item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg, .footer-logo, .top-logo {
  display: flex;
}
.mwimg img, .footer-logo img, .top-logo img {
  max-width: 100%;
}

.dflex, .boxd-flex, .boxc-flex, .boxa-flex, .footer-flex {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .boxd-flex, .boxc-flex, .boxa-flex, .footer-flex {
    flex-direction: column;
  }
  .dflex > div, .boxd-flex > div, .boxc-flex > div, .boxa-flex > div, .footer-flex > div {
    width: 100%;
  }
  .dflex > div + div, .boxd-flex > div + div, .boxc-flex > div + div, .boxa-flex > div + div, .footer-flex > div + div {
    margin-top: 15px;
  }
}

.flex1, .list_seven-item a, .list_five-item a, .list_one-item .p2:before, .boxd-right_con-right, .boxd-right_top-right, .boxa-left_item-text .p1, .box-title_left:after, .box-title_left, .boxc-swiper_right, .footer-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);
}

.show-mobile {
  display: none;
}
@media (max-width: 990px) {
  .show-mobile {
    display: block;
  }
}

.wrap {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  background: url(../images/top-bg.png) top center no-repeat;
  background-size: 100%;
  height: 233px;
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  top: 0;
}

.top {
  padding: 15px 0;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
}
.top-right {
  display: flex;
  align-items: center;
}
.top-right_link {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 1460px) {
  .top-right_link {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-right_link {
    font-size: 14px;
  }
}
.top-right_line {
  width: 1px;
  height: 32px;
  background: #fff;
  margin: 0 0.9895833333vw;
}
.top-search_form {
  width: 171px;
  height: 32px;
  background: #fff;
  display: flex;
  padding: 2px 3px;
  border-radius: 16px;
}
.top-search_input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.top-search_input::-moz-placeholder {
  color: #999;
}
.top-search_input::placeholder {
  color: #999;
}
.top-search_input:focus {
  outline: none;
}
.top-search_btn {
  background: #085097;
  width: 49px;
  font-size: 0;
  cursor: pointer;
  border: none;
  border-radius: 16px;
}
.top .mob-search_btn {
  display: none;
}
.top .mob-search_btn i {
  font-size: 24px;
  color: #fff;
}
.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 {
    margin-right: 10px;
    width: 80%;
  }
  .top-logo img {
    width: 100%;
  }
  .top .mob-search_btn {
    display: block;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 100%;
    padding: 10px;
    background: #085097;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .top-search_form {
    width: 100%;
  }
  .top-search.on {
    display: flex;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  margin-top: 15px;
}
.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1460px) {
  .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: #085097;
  }
  .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;
  }
}

.footer {
  background: #085097;
}
.footer-flex {
  padding: 2.0833333333vw 0;
}
.footer-left {
  width: 62.5%;
  padding-right: 0.5208333333vw;
  border-right: 1px solid #fff;
}
.footer-right {
  padding-left: 3.5416666667vw;
}
.footer-right_title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1460px) {
  .footer-right_title {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .footer-right_title {
    font-size: 18px;
  }
}
.footer-right_title:after {
  content: "";
  display: block;
  width: 37px;
  height: 4px;
  border-radius: 2px;
  margin-top: 5px;
  background: #fff;
}
.footer-right_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833333333vw 4px;
}
.footer-right_list a {
  width: calc(25% - 3px);
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1460px) {
  .footer-right_list a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-right_list a {
    font-size: 14px;
  }
}
.footer-logo {
  margin-bottom: 3.3854166667vw;
}
.footer-contact {
  display: flex;
  gap: 3.6458333333vw;
  flex-wrap: wrap;
}
.footer-contact_item {
  display: flex;
  align-items: center;
}
.footer-contact_item img {
  margin-right: 5px;
}
.footer-contact_item p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1460px) {
  .footer-contact_item p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-contact_item p {
    font-size: 14px;
  }
}
.footer-contact_item p span {
  display: block;
}
.footer-copyright {
  text-align: center;
  font-size: 18px;
  color: #d4d4d4;
  margin-bottom: 0;
  line-height: 1.5;
  padding-bottom: 1vw;
}
@media (max-width: 1460px) {
  .footer-copyright {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-copyright {
    font-size: 14px;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
}
.banner .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner .swiper-pagination {
  bottom: 3.90625vw;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  background: #fff;
  margin: 0 0.7291666667vw !important;
}
.banner .swiper-pagination-bullet-active {
  background: #085097;
}

.boxc-swiper {
  padding: 1.8229166667vw;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
}
.boxc-swiper_left {
  width: 85px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.boxc-swiper_left-title {
  font-size: 18px;
  color: #085097;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1460px) {
  .boxc-swiper_left-title {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxc-swiper_left-title {
    font-size: 14px;
  }
}
.boxc-swiper_left-title span {
  font-size: 22px;
  color: #085097;
  margin-bottom: 0;
  line-height: 1.5;
  display: block;
}
@media (max-width: 1460px) {
  .boxc-swiper_left-title span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .boxc-swiper_left-title span {
    font-size: 16px;
  }
}
.boxc-swiper_awrrow {
  display: flex;
  flex-direction: column;
  gap: 1.9791666667vw;
  padding-left: 10px;
  padding-bottom: 1.5625vw;
}
.boxc-swiper_awrrow > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(8, 80, 151, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.boxc-swiper_awrrow > div i {
  color: #fff;
  font-size: 20px;
}
.boxc-swiper_awrrow > div:hover {
  background: #085097;
}
.boxc-swiper_right {
  height: 450px;
  position: relative;
  overflow: hidden;
  padding-left: 55px;
}
.boxc-swiper_right:before {
  content: "";
  position: absolute;
  left: 22px;
  top: 22px;
  bottom: 20px;
  width: 1px;
  background: #F0D064;
}
.boxc-swiper_right .swiper-slide {
  height: 112px;
  position: relative;
}
.boxc-swiper_right .swiper-slide:before {
  content: "";
  width: 44px;
  height: 44px;
  background: url(../images/c1.png) center no-repeat;
  position: absolute;
  left: -55px;
  top: 0;
}
.boxc-swiper_right .swiper-slide a {
  padding-top: 5px;
  display: block;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1460px) {
  .boxc-swiper_right .swiper-slide a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxc-swiper_right .swiper-slide a {
    font-size: 14px;
  }
}
.boxc-swiper_right .swiper-slide a:hover {
  color: #085097;
}
.boxc-swiper_right .swiper-slide .p1 {
  margin-bottom: 0.2604166667vw;
}
.boxc-swiper_right .swiper-slide .p2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}

.box-title {
  display: flex;
  margin-bottom: 2.0833333333vw;
}
.box-title_left {
  position: relative;
  display: flex;
  height: 79px;
  padding-top: 27px;
}
.box-title_left:after {
  content: "";
  height: 1px;
  background: #085097;
  align-self: flex-end;
  margin-bottom: 15px;
  margin-left: 1vw;
}
.box-title_left > img {
  position: absolute;
  max-height: 100%;
  top: 0;
}
.box-title_left .p1 {
  font-weight: bold;
  font-size: 24px;
  color: #085097;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1460px) {
  .box-title_left .p1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .box-title_left .p1 {
    font-size: 18px;
  }
}
.box-title_left .p2 {
  text-transform: capitalize;
  font-size: 16px;
  color: #085097;
  margin-bottom: 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media (max-width: 1460px) {
  .box-title_left .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .box-title_left .p2 {
    font-size: 12px;
  }
}
.box-title_left .p2:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #085097;
  margin-right: 0.5vw;
}
.box-title_right {
  display: flex;
  align-items: center;
  margin-left: 2.8645833333vw;
  padding-top: 1.2vw;
}
.box-title_right img {
  margin-right: 13px;
}
.box-title_right span {
  font-size: 16px;
  color: #085097;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1460px) {
  .box-title_right span {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .box-title_right span {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .box-title_right img {
    width: 15px;
    margin-right: 5px;
  }
}
.box-title_right:hover {
  text-decoration: underline;
}
.box-title_white .box-title_left:after {
  background: #fff;
}
.box-title_white .box-title_left .p1, .box-title_white .box-title_left .p2 {
  color: #fff;
}
.box-title_white .box-title_left .p2::before {
  background: #fff;
}
.box-title_white .box-title_right span {
  color: #fff;
}

.boxa {
  padding-top: 35px;
  padding-bottom: 75px;
}
@media (max-width: 1460px) {
  .boxa {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .boxa {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.boxa-flex {
  justify-content: space-between;
}
.boxa-left {
  width: 63.9285714286%;
  position: relative;
}

.boxa-left_item a {
  display: block;
  padding-bottom: 62.6398210291%;
  position: relative;
}
.boxa-left_item a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.boxa-left_item-text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  padding: 1.0416666667vw 1.3020833333vw;
  background: rgba(8, 80, 151, 0.6);
}
.boxa-left_item-text .p1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1460px) {
  .boxa-left_item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxa-left_item-text .p1 {
    font-size: 14px;
  }
}
.boxa-left_item-text .p2 {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 1vw;
}
@media (max-width: 1460px) {
  .boxa-left_item-text .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .boxa-left_item-text .p2 {
    font-size: 12px;
  }
}
.boxa-left_item-text .p2 i {
  margin-right: 0.8vw;
}
.boxa-right {
  width: 35.3571428571%;
}

.boxb {
  background: #EFF7F7;
  padding-top: 55px;
  padding-bottom: 40px;
}
@media (max-width: 1460px) {
  .boxb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .boxb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.boxc {
  background: #085097 url(../images/bg2.png) right bottom no-repeat;
  position: relative;
  padding-top: 35px;
  padding-bottom: 85px;
}
@media (max-width: 1460px) {
  .boxc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .boxc {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.boxc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width:50%;
  background: rgba(8, 80, 151, 0.6);
  background: url(../images/bg1.png) top left no-repeat;
  background-size: cover;
}
.boxc-flex {
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.boxc-left {
  width: 48%;
}
.boxc-right {
  width: 48%;
}

.boxd {
  position: relative;
  padding: 105px 0 130px 0;
}
.boxd::before, .boxd:after {
  width: 13.6979166667vw;
  height: 13.6979166667vw;
  background: #EEC126;
  content: "";
  position: absolute;
}
.boxd::before {
  left: 5.5729166667vw;
  top: 2.03125vw;
}
.boxd::after {
  right: 4.1666666667vw;
  bottom: 4.1666666667vw;
}
.boxd-flex {
  justify-content: space-between;
  background: #0B4F9C;
  position: relative;
  z-index: 888;
  padding: 1.8229166667vw;
}
.boxd-left {
  width: 48%;
}
.boxd-right {
  width: 48%;
}
.boxd-right_top {
  background: url(../images/bg3.png) left top no-repeat;
  background-size: 100% 100%;
  padding: 1.3020833333vw 1.71875vw 2.4479166667vw 2.0833333333vw;
  display: flex;
  margin-bottom: 1.3020833333vw;
}
.boxd-right_top-left {
  width: 30%;
  margin-right: 1.5625vw;
}
.boxd-right_top-left-item {
  display: none;
}
.boxd-right_top-left-item.on {
  display: block;
}
.boxd-right_top-left-item a {
  display: block;
  padding-bottom: 133.5329341317%;
  position: relative;
}
.boxd-right_top-left-item a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.boxd-right_con {
  background: url(../images/bg5.png) top left no-repeat;
  background-size: 100% 100%;
  display: flex;
  padding: 1.8229166667vw 2.6041666667vw;
}
.boxd-right_con .box-title {
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 10%;
}
.boxd-right_con .box-title_left:after {
  display: none;
}
.boxd-right_con .box-title_right {
  margin-left: 0;
}
.boxd-right_con-left {
  width: 42.3529411765%;
}
.list_one-item:hover {
  background: #085097;
  border-radius: 0 0 0 24px;
}
.list_one-item:hover .p1 {
  color: #fff;
}
.list_one-item:hover .p1:before {
  background: #fff;
}
.list_one-item:hover .p2::before {
  background: #fff;
}
.list_one-item:hover .p2 span {
  color: #fff;
}
.list_one-item a {
  display: block;
  padding: 0.78125vw 0.9895833333vw 0.5208333333vw 1.3020833333vw;
}
.list_one-item .p1 {
  font-size: 18px;
  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;
  height: 3em;
  margin-bottom: 0.5208333333vw;
  position: relative;
}
@media (max-width: 1460px) {
  .list_one-item .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item .p1 {
    font-size: 14px;
  }
}
.list_one-item .p1::before {
  position: absolute;
  left: -7px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: transparent;
}
.list_one-item .p2 {
  display: flex;
  align-items: center;
}
.list_one-item .p2:before {
  content: "";
  height: 1px;
  background: #bababa;
}
.list_one-item .p2 span {
  display: flex;
  align-items: center;
  margin-left: 1vw;
  font-size: 18px;
  color: #bababa;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1460px) {
  .list_one-item .p2 span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item .p2 span {
    font-size: 14px;
  }
}
.list_one-item .p2 span i {
  margin-right: 5px;
}

.list_two {
  display: flex;
  gap: 2.0833333333vw 1.09375vw;
  flex-wrap: wrap;
}
.list_two-item {
  width: calc(33.33% - 0.7291666667vw);
  background: #fff;
  padding: 1.3020833333vw;
  transition: all 0.5s ease-in-out;
}
.list_two-item:hover {
  box-shadow: 0px 9px 21px 0px rgba(8, 80, 151, 0.14);
  border-radius: 0 0 0 1.25vw;
}
.list_two-item:hover .d1 {
  background: #085097;
  width: 100%;
}
.list_two-item:hover .p1 {
  color: #085097;
}
.list_two-item:hover .p2 {
  color: #6999c7;
}
.list_two-item a {
  display: block;
}
.list_two-item .d1 {
  transition: all 0.5s ease-in-out;
  width: 32px;
  height: 4px;
  background: #333333;
  margin-bottom: 1.1458333333vw;
}
.list_two-item .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 1.5625vw;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1460px) {
  .list_two-item .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item .p1 {
    font-size: 14px;
  }
}
.list_two-item .p2 {
  font-size: 18px;
  color: #666;
  margin-bottom: 2.0833333333vw;
  line-height: 1.5;
  height: 4.5em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1460px) {
  .list_two-item .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item .p2 {
    font-size: 14px;
  }
}
.list_two-item .p3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #999;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1460px) {
  .list_two-item .p3 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item .p3 {
    font-size: 14px;
  }
}

.list_four {
  background: #fff;
  padding: 1.8229166667vw 1.3020833333vw;
}
.list_four-item {
  border-bottom: 1px dashed #E7E8E9;
}
.list_four-item:last-child {
  border-bottom: none;
}
.list_four-item a {
  display: block;
  padding-left: 30px;
  padding: 0.7291666667vw 0.5208333333vw 0.7291666667vw 30px;
  position: relative;
}
.list_four-item a img {
  position: absolute;
  left: 0;
  top: 1.0416666667vw;
}
.list_four-item a:hover .p1 {
  color: #085097;
}
.list_four-item .p1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.4em;
}
@media (max-width: 1460px) {
  .list_four-item .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_four-item .p1 {
    font-size: 14px;
  }
}

.list_five-item {
  display: flex;
  height: 1.7777777778em;
  font-size: 18px;
  color: #fff;
  margin-bottom: 1.8229166667vw;
  line-height: 1.5;
}
@media (max-width: 1460px) {
  .list_five-item {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_five-item {
    font-size: 14px;
  }
}
.list_five-item:last-child {
  margin-bottom: 0;
}
.list_five-item a {
  color: #fff;
}
.list_five-item i {
  height: 100%;
  width: 1px;
  background: #4086D1;
  margin: 0 1vw;
}
.list_five-item span {
  color: #d4d4d4;
}

.list_six-item {
  position: relative;
  padding-right: 1vw;
  margin-bottom: 5px;
}
.list_six-item:before {
  content: "";
  background: url(../images/bg4.png) left top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -3.125vw;
  display: none;
}
.list_six-item.on:before, .list_six-item:hover:before {
  display: block;
}
.list_six-item.on a, .list_six-item:hover a {
  color: #fff;
}
.list_six-item:last-child {
  margin-bottom: 0;
}
.list_six-item a {
  display: block;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  line-height: 2.5;
  position: relative;
  z-index: 8;
}
@media (max-width: 1460px) {
  .list_six-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_six-item a {
    font-size: 14px;
  }
}

.list_seven-item {
  display: flex;
  margin-bottom: 1.5625vw;
}
.list_seven-item:last-child {
  margin-bottom: 0;
}
.list_seven-item a {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1460px) {
  .list_seven-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_seven-item a {
    font-size: 14px;
  }
}
.list_seven-item span {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 1vw;
}
@media (max-width: 1460px) {
  .list_seven-item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_seven-item span {
    font-size: 14px;
  }
}

.page_banner {
  padding-bottom: 23.4375%;
  position: relative;
  position: relative;
}
.page_banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.page_banner .page-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}
.page_banner .page-title h3 {
  background: linear-gradient(90deg, #0060a7 7%, #00a9be 107%);
  background-size: cover;
  line-height: 5.208vw;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  width: 250px;
  text-align: center;
  box-sizing: border-box;
}
.page_banner .page-title-menu {
  display: none;
}
.page_banner .page-title-menu i {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 40%;
  }
  .page_banner .page-title .wrap {
    background: #085097;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page_banner .page-title h3 {
    background: transparent;
    line-height: 40px;
    font-size: 20px;
    width: auto;
    padding-left: 0;
  }
  .page_banner .page-title-menu {
    display: block;
  }
}

.page-wrap {
  padding-bottom: 40px;
}
.page-wrap .wrap {
  display: flex;
  justify-content: space-between;
}
.page-wrap_left {
  width: 250px;
  position: relative;
  z-index: 9;
  margin-right: 70px;
}
.page-menu {
  background: url(../images/img1-3.png) right bottom no-repeat #fff;
  background-size: 100%;
  box-shadow: 0 0 0.52vw rgba(0, 0, 0, 0.2);
  padding-bottom: 6.77vw;
}
.page-menu.on {
  display: block;
}
.page-menu_item {
  border-bottom: 1px dashed #d8d8d8;
}
.page-menu_item-inner {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.page-menu_item-inner.act {
  background: #e9f0f3;
}
.page-menu_item-inner.act > i {
  transform: rotate(90deg);
}
.page-menu_item-inner > i {
  font-size: 18px;
  cursor: pointer;
  color: #c7c7c7;
  padding: 10px;
  transition: all 0.3s;
}
.page-menu_item-inner > a {
  flex: 1;
  min-width: 1px;
  font-size: 18px;
  line-height: 66px;
  color: #333;
  transition: all 0.3s;
  position: relative;
  padding-left: 1.822vw;
}
.page-menu_item:hover .page-menu_item-inner > a,
.page-menu_item:hover .page-menu_item-inner > i {
  color: #085097;
}
.page-menu_item.on .page-menu_item-inner {
  background: #e9f0f3;
}
.page-menu_item.on .page-menu_item-inner > a {
  color: #085097;
  font-weight: bold;
}

.page-submenu {
  padding: 1.041vw 0;
  display: none;
}
.page-submenu_item {
  margin-bottom: 0.364vw;
}
.page-submenu_item a {
  display: block;
  padding: 0 1.562vw 0 2.604vw;
  font-size: 14px;
  position: relative;
  color: #8d8d8d;
}
.page-submenu_item a:after {
  position: absolute;
  content: "";
  left: 1.822vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.208vw;
  height: 0.208vw;
  border-radius: 50%;
  background: linear-gradient(180deg, #0060a7 0, #00a3bc 100%);
}
.page-submenu_item a:hover {
  color: #085097;
}

.page-wrap_right {
  flex: 1;
  min-width: 1px;
  padding-top: 1.666vw;
}
.page-wrap_right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.572vw;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1.041vw;
}
.page-wrap_right-title {
  display: flex;
  align-items: center;
}
.page-wrap_right-title i {
  font-size: 20px;
  color: #085097;
}
.page-wrap_right-title span {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  padding-left: 1.145vw;
  line-height: 2;
  position: relative;
}
.page-wrap_right-title span::before {
  content: "";
  display: block;
  width: 5px;
  height: 30px;
  background: linear-gradient(0deg, #0060a7 0, #00a3bc 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-wrap_right .crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 20px;
  font-size: 16px;
  color: #626262;
}
.page-wrap_right .crumbs i {
  color: #085097;
  margin-right: 5px;
}
.page-wrap_right .crumbs a:hover {
  color: #085097;
}
@media (max-width: 1025px) {
  .page-wrap .wrap {
    flex-direction: column;
    padding: 0;
  }
  .page-wrap_left {
    width: 100%;
    margin-right: 0;
    position: relative;
    z-index: 999;
  }
  .page-menu {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    border: none;
    display: none;
  }
  .page-menu.on {
    display: block;
  }
  .page-menu_item-inner > a {
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    padding: 0 15px;
  }
  .page-wrap_left .page-submenu_item a {
    padding-left: 30px;
  }
  .page-wrap_left .page-submenu_item a::after {
    left: 20px;
    width: 3px;
    height: 3px;
  }
  .page-wrap_right {
    width: 100%;
    padding: 15px;
  }
  .page-wrap_right-top {
    margin-bottom: 15px;
    padding: 10px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-wrap_right-title {
    margin-bottom: 10px;
  }
  .page-wrap_right-title span {
    line-height: 1.5;
    font-size: 18px;
    padding-left: 10px;
  }
  .page-wrap_right-title span:before {
    height: 25px;
    width: 3px;
  }
  .page-wrap_right .crumbs {
    font-size: 14px;
  }
}

.page_content {
  font-size: 16px;
  line-height: 2;
}
.page_content img {
  max-width: 100% !important;
  max-height: auto !important;
}

.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: #333;
}
.paging_item:hover,
.paging span:hover {
  background: #085097;
  border-color: #085097;
  color: #fff;
}
.paging span {
  border: none;
}

.page-title h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}

.page-info {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.page-info span {
  color: #666;
  margin: 0 10px;
}

.page-next-prev {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.page-next-prev > div {
  width: 48%;
  border: 1px solid #efefef;
  padding: 10px;
}
.page-next-prev a {
  font-size: 14px;
  color: #333;
}
.page-next-prev a:hover {
  color: #085097;
}

.page-list_item {
  margin-bottom: 1.302vw;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  display: flex;
}
.page-list_item .date {
  width: 135px;
  margin-right: 35px;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 26px;
  height: 10.41vw;
  padding-top: 2.604vw;
  position: relative;
  transition: 0.5s;
  border-right: 1px solid #f2f2f2;
}
.page-list_item .date:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
  background: url(../images/img1-5.png) no-repeat;
  background-size: 100% 100%;
}
.page-list_item .date .day {
  z-index: 9;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0.52vw;
  margin-bottom: 0.781vw;
  position: relative;
  color: #085097;
}
.page-list_item .date .day:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 1.3em;
  border-bottom: solid #aaa;
  position: absolute;
}
.page-list_item .date .year {
  position: relative;
  color: #a4a4a4;
  z-index: 9;
  font-size: 16px;
}
.page-list_item .txt {
  padding-right: 2.343vw;
  flex: 1;
  min-width: 1px;
}
.page-list_item .txt .tit {
  font-size: 18px;
  margin-bottom: 13px;
  color: #333;
}
.page-list_item .txt .desc {
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #8d8b8b;
}
.page-list_item .txts {
  flex: 1;
  min-width: 1px;
  align-items: center;
  display: flex;
}
.page-list_item .pic {
  width: 16.25vw;
  height: 10.41vw;
  overflow: hidden;
}
.page-list_item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 4px 5px 10px rgba(60, 60, 60, 0.8);
  display: block;
  transition: all 0.5s;
}
.page-list_item:hover {
  box-shadow: 0.52vw 0.26vw 0.781vw 0 rgba(37, 92, 121, 0.3);
}
.page-list_item:hover .pic img {
  transform: scale(1.1);
}
.page-list_item:hover .tit {
  font-weight: 700;
  color: #085097;
}
.page-list_item:hover .date:after {
  opacity: 1;
}
.page-list_item:hover .day,
.page-list_item:hover .year {
  color: #fff;
}
.page-list_item:hover .day:after {
  border-color: #fff;
}

@media (max-width: 990px) {
  .page-list_item {
    margin-bottom: 15px;
    flex-direction: column;
  }
  .page-list_item .date {
    display: flex;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    font-size: 14px;
    height: auto;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .page-list_item .date:after {
    display: none;
  }
  .page-list_item .date .day {
    order: 2;
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #a4a4a4;
    font-weight: normal;
  }
  .page-list_item .date .day:after {
    display: none;
  }
  .page-list_item .date .year {
    font-size: 14px;
  }
  .page-list_item .date .year:after {
    content: ".";
  }
  .page-list_item .txt {
    padding-right: 0;
    width: 100%;
    flex: none;
  }
  .page-list_item .txt .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page-list_item .txt .desc {
    line-height: 1.5;
  }
  .page-list_item .txts {
    padding: 10px;
    order: 2;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-list_item .pic {
    width: 100%;
    height: auto;
  }
}

  .new-swiper {
    position: relative;
    overflow: hidden;
  }

@media (max-width: 1430px) {
  .wrap {
    max-width: 1054px;
  }
  .top-logo {
    width: 50%;
  }
  .boxc-swiper_right {
    height: 360px;
  }
  .boxc-swiper_right .boxc-swiper_right {
    height: 90px;
  }
  .boxd {
    padding: 50px 0 70px 0;
  }
  .boxd::before {
    left: 20px;
    top: 30px;
  }
  .boxd::after {
    right: 20px;
    bottom: 30px;
  }
}
@media (max-width: 990px) {
  .top {
    padding: 0;
  }
  .top-logo {
    width: 70%;
  }
  .top .top-right_link,
  .top .top-right_line {
    display: none;
  }
  .top .mob-search_btn {
    margin-left: auto;
  }
  .nav-box_item > a:hover {
    border-bottom: none;
  }
  .nav {
    margin-top: 0;
  }
  .box-title_left {
    height: 55px;
    padding-top: 14px;
  }
  .box-title_left:after {
    margin-bottom: 13px;
  }
  .list_two {
    gap: 10px;
  }
  .list_two-item {
    width: 100%;
    padding: 10px;
  }
  .list_two-item .d1 {
    height: 2px;
  }
  .boxc-swiper_left {
    width: 60px;
  }
  .boxc-swiper_awrrow > div {
    width: 30px;
    height: 30px;
  }
  .boxc-swiper_awrrow > div i {
    font-size: 16px;
  }
  .list_four-item a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .list_four-item a img {
    top: 10px;
  }
  .list_six-item {
    margin-bottom: 0;
  }
  .list_six-item a {
    line-height: 2;
  }
  .boxd-right_top-left {
    width: 25%;
  }
  .footer-left {
    border-right: 0;
  }
  .footer-right {
    padding: 0;
  }
  .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 0;
  }
  .boxd {
    padding: 20px 0;
  }
  .boxd::before {
    top: 10px;
    left: 5px;
  }
  .boxd::after {
    bottom: 10px;
    right: 5px;
  }
}
/*# sourceMappingURL=main.css.map */