.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-text .p2, .list_seven-item-text .p1, .list_six-item a, .tuwen_one-item-text, .list_two-item a,
.list_three-item a, .list_one-item a, .one_swiper-item-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .footer-logo img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .layout_five-box, .layout_four-box, .layout_three-left-box, .layout_three-box, .layout_two-box, .layout_one-right-box, .layout_one-box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .layout_five-box, .layout_four-box, .layout_three-left-box, .layout_three-box, .layout_two-box, .layout_one-right-box, .layout_one-box {
    flex-direction: column;
  }
  .dflex > div, .layout_five-box > div, .layout_four-box > div, .layout_three-left-box > div, .layout_three-box > div, .layout_two-box > div, .layout_one-right-box > div, .layout_one-box > div {
    width: 100%;
  }
}

.flex1, .list_seven-item-text, .list_one-item a {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale, .tuwen_one-item-img, .two-swiper-item-img, .one_swiper-item-img {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg, .tuwen_one-item-img .inner-bg, .two-swiper-item-img .inner-bg, .one_swiper-item-img .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg, .tuwen_one-item-img:hover .inner-bg, .two-swiper-item-img:hover .inner-bg, .one_swiper-item-img:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.top {
  background: #0057b6;
}
.top .wrap {
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
}
.top-search > div {
width: 100%;
}
.top-search_form {
  width: 225px;
  height: 42px;
  border: 1px solid #fff;
  display: flex;
  padding: 2px;
  border-radius: 20px;
}
.top-search_input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
}
.top-search_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_input:focus {
  outline: none;
}
.top-search_btn {
  background: url(../images/search.png) center no-repeat;
  width: 52px;
  font-size: 0;
  cursor: pointer;
  border: none;
}
.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: #0057b6;
    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 {
  background: #034894;
}
.nav-box {
  display: flex;
}
.nav-box_item {
  position: relative;
  flex: 1;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 15px 0;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .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 {
  background: #0d61be;
}
.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;
 text-align: center;
}
.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: #0057b6;
  }
  .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;
  }
}

.layout_title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.layout_title span {
  font-size: 32px;
  color: #1621b6;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .layout_title span {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .layout_title span {
    font-size: 18px;
  }
}
.layout_title a {
  font-size: 20px;
  color: #bdbdbd;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .layout_title a {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .layout_title a {
    font-size: 14px;
  }
}
.layout_title:after {
  position: absolute;
  content: "";
  left: 0;
  height: 1px;
  background: #d9d9da;
  right: 0;
  bottom: 5px;
  z-index: 9;
}
.layout_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffba00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout_title.text-white span,
.layout_title.text-white a {
  color: white;
}

.footer-logo {
  display: flex;
}
.footer-ewm {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-ewm p {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .footer-ewm p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-ewm p {
    font-size: 14px;
  }
}
.footer-contact p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 2.2;
}
@media (max-width: 1200px) {
  .footer-contact p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-contact p {
    font-size: 14px;
  }
}

.copyright {
  background: #063b76;
  text-align: center;
  padding: 8px 0;
}
.copyright p {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0 30px;
}
@media (max-width: 1200px) {
  .copyright p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .copyright p {
    font-size: 14px;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 31.25%;
  overflow: hidden;
  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-slide a img {
  transition: all 10s ease-in-out;
  transform: scale(1.2);
}
.banner .swiper-slide-active a img {
  transform: scale(1);
}
.banner .swiper-pagination {
  bottom: 45px;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #fff;
  margin: 0 5px !important;
}
.banner .swiper-pagination-bullet-active {
  background: transparent;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    padding-bottom: 51%;
    position: relative;
  }
  .banner .swiper-slide a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
}

.one_swiper {
  position: relative;
  overflow: hidden;
}
.one_swiper-item {
  display: block;
  position: relative;
}
.one_swiper-item-img .inner-bg {
  padding-bottom: 67.9611650485%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one_swiper-item-text {
  position: absolute;
  z-index: 9;
  left: 30px;
  bottom: 20px;
  right: 29.1262135922%;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .one_swiper-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one_swiper-item-text {
    font-size: 14px;
  }
}
.one_swiper .swiper-pagination {
  position: absolute;
  right: 5%;
  bottom: 20px;
  left: auto;
  width: auto;
}
.one_swiper .swiper-pagination-bullet {
  transform: rotate(45deg);
  background: transparent;
  width: 16px;
  height: 16px;
  border-radius: 0;
  margin: 0 10px !important;
  opacity: 1;
}
.one_swiper .swiper-pagination-bullet i {
  font-size: 16px;
  color: #fff;
}
.one_swiper .swiper-pagination-bullet-active i {
  color: #0057b6;
}

.two-swiper {
  position: relative;
  padding: 0 60px;
}
.two-swiper_arrow {
  width: 42px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -42px;
}
.two-swiper_arrow:hover {
  background: rgba(100, 100, 100, 0.5);
}
.two-swiper_arrow i {
  font-size: 18px;
  color: #fff;
}
.two-swiper_arrow-left {
  left: 0;
}
.two-swiper_arrow-right {
  right: 0;
}
.two-swiper-box {
  position: relative;
  overflow: hidden;
}
.two-swiper-item {
  display: block;
}
.two-swiper-item-img {
  margin-bottom: 15px;
  border: 5px solid #fff;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 67.6666666667%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.two-swiper-item-text {

  padding: 5px 10px;
}
.two-swiper-item-text p {
  font-size: 16px;
  color: #000;
  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: 48px;
}
@media (max-width: 1200px) {
  .two-swiper-item-text p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text p {
    font-size: 14px;
  }
}

.layout_one {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .layout_one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_one-bg1 {
  position: absolute;
  left: 0;
  top: 3.6458333333vw;
}
.layout_one-bg2 {
  position: absolute;
  right: 0;
  bottom: 3.125vw;
}
.layout_one-box {
  justify-content: space-between;
}
.layout_one-left {
  width: 48%;
}
.layout_one-right {
  width:48%;
}
.layout_one-right-box {
  justify-content: space-between;
}
.layout_one-right-box-left {
  width: 57.8651685393%;
}
.layout_one-right-box-right {
  width: 100%;
}

.layout_two {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../images/bg5.jpg) top center no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .layout_two {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_two-box {
  justify-content: space-between;
}
.layout_two-item {
  width: 31.4285714286%;
}

.layout_three {
  padding-top: 50px;
  padding-bottom: 110px;
  background: url(../images/bg3.png) bottom center no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .layout_three {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_three {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_three-box {
  justify-content: space-between;
}
.layout_three-left {
  width: 58.2142857143%;
}
.layout_three-left-box {
  justify-content: space-between;
}
.layout_three-left-box-left {
  width: 52.1472392638%;
}
.layout_three-left-box-right {
  width: 46.6257668712%;
}
.layout_three-right {
  width: 38.5714285714%;
}

.layout_four {
  padding-top: 45px;
  padding-bottom: 70px;

  background-size: cover;
}
@media (max-width: 1200px) {
  .layout_four {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_four {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_four-box {
  justify-content: space-between;
}
.layout_four-item {
  width: 31.4285714286%;
}

.layout_five {
  padding-top: 45px;
  padding-bottom: 20px;
  background: #0057b6;
}
@media (max-width: 1200px) {
  .layout_five {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_five {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_five-left {
  width: 48.9285714286%;
  margin-right: 12.1428571429%;
  margin-top: 15px;
}
.layout_five-mid {
  width: 130px;
}
.layout_five-right {
  margin-left: 3.5714285714%;
  width: 25%;
}

.list_one-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.list_one-item:last-child {
  border-bottom: 0;
}
.list_one-item:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #b8b8b8;
  transform: rotate(-45deg);
  margin-right: 10px;
}
.list_one-item a {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 16px 0;
}
@media (max-width: 1200px) {
  .list_one-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item a {
    font-size: 14px;
  }
}
.list_one-item span {
  margin-left: 10px;
  font-size: 18px;
  color: #b1b1b1;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .list_one-item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item span {
    font-size: 14px;
  }
}
.list_one-item:hover:before {
  border-color: #0057b6;
  background: #0057b6;
}
.list_one-item:hover a,
.list_one-item:hover span {
  color: #0057b6;
}

.list_two-item a,
.list_three-item a {
  display: block;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 16px 0;
}
@media (max-width: 1200px) {
  .list_two-item a,
  .list_three-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item a,
  .list_three-item a {
    font-size: 14px;
  }
}
.list_two-item a:hover,
.list_three-item a:hover {
  color: #0057b6;
}

.list_four {
  display: flex;
  flex-wrap: wrap;
  background: #5d62c4;
  padding: 5px 15px;
}
.list_four-item {
  width: 50%;
  padding: 0 20px;
}
.list_four-item:nth-last-child(-n+2) a {
  border-bottom: none;
}
.list_four-item a {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 2.4;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1200px) {
  .list_four-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_four-item a {
    font-size: 14px;
  }
}
.list_four-item a:before {
  content: "\e60a";
  font-family: iconfont;
  margin-right: 10px;
}

.list_five {
  display: flex;
  margin-top: 7px;
}
.list_five-item {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.list_five-item:nth-of-type(1) {
  background: #60bd6d;
}
.list_five-item:nth-of-type(1):before, .list_five-item:nth-of-type(1):after {
  left: -20px;
  top: -20px;
}
.list_five-item:nth-of-type(2) {
  background: #9366ab;
}
.list_five-item:nth-of-type(2):before, .list_five-item:nth-of-type(2):after {
  left: -20px;
  bottom: -20px;
}
.list_five-item:nth-of-type(3) {
  background: #f3bc46;
}
.list_five-item:nth-of-type(3):before, .list_five-item:nth-of-type(3):after {
  top: -20px;
  right: -20px;
}
.list_five-item:before, .list_five-item:after {
  content: "";
  position: absolute;
}
.list_five-item:before {
  z-index: 8;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_five-item:after {
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_five-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 133px;
  padding: 20px;
}
.list_five-item a > img {
  align-self: flex-end;
}
.list_five-item p {
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .list_five-item p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_five-item p {
    font-size: 14px;
  }
}

.tuwen_one-item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 75.7647058824%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-text {
  position: absolute;
  left: 20px;
  z-index: 9;
  right: 20px;
  bottom: 15px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .tuwen_one-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text {
    font-size: 14px;
  }
}

.list_six-item {
  padding: 15px 10px 0 10px;
  margin-bottom: 10px;
}
.list_six-item:last-child {
  margin-bottom: 0;
}
.list_six-item a {
  display: block;
  font-size: 20px;
  color: #282828;
  margin-bottom: 0;
  line-height: 1.5;
  border-bottom: 1px solid transparent;
  padding-bottom: 11px;
}
@media (max-width: 1200px) {
  .list_six-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_six-item a {
    font-size: 14px;
  }
}
.list_six-item:hover {
  background: #f9fcff;
  border-radius: 8px;
}
.list_six-item:hover a {
  color: #0057b6;
  border-bottom-color: #0057b6;
}

.list_seven-item {
  margin-bottom: 27px;
}
.list_seven-item:last-child {
  margin-bottom: 0;
}
.list_seven-item a {
  display: flex;
  align-items: center;
}
.list_seven-item a:hover .list_seven-item-text .p1,
.list_seven-item a:hover .list_seven-item-text .p2 {
  color: #0057b6;
}
.list_seven-item-time {
  border-right: 1px solid #c15e61;
  padding-right: 14px;
  margin-right: 28px;
}
.list_seven-item-time .p1 {
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .list_seven-item-time .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_seven-item-time .p1 {
    font-size: 16px;
  }
}
.list_seven-item-time .p2 {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .list_seven-item-time .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_seven-item-time .p2 {
    font-size: 14px;
  }
}
.list_seven-item-text .p1 {
  font-size: 20px;
  color: #7a7a7a;
  margin-bottom: 4px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .list_seven-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_seven-item-text .p1 {
    font-size: 14px;
  }
}
.list_seven-item-text .p2 {
  font-size: 18px;
  color: #888888;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .list_seven-item-text .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_seven-item-text .p2 {
    font-size: 12px;
  }
}

.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: #0057b6;
    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: #0057b6;
}
.page-menu_item.on .page-menu_item-inner {
  background: #e9f0f3;
}
.page-menu_item.on .page-menu_item-inner > a {
  color: #0057b6;
  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: #0057b6;
}

.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: #0057b6;
}
.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: #0057b6;
  margin-right: 5px;
}
.page-wrap_right .crumbs a:hover {
  color: #0057b6;
}
@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: #0057b6;
  border-color: #0057b6;
  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: #0057b6;
}

.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: #0057b6;
}
.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: #0057b6;
}
.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;
  }
}
@media (max-width: 1430px) {
  .wrap {
    max-width: 1054px;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
  .top-right {
    margin-left: 20px;
  }
  .nav-box_item > a {
    font-size: 16px;
  }
  .list_two-item a,
  .list_one-item a,
  .list_three-item a {
    padding: 10px 0;
  }
  .one_swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
  }
  .one_swiper .swiper-pagination-bullet i {
    font-size: 12px;
  }
  .list_four {
    padding: 0 10px;
  }
  .list_four-item {
    padding: 0 10px;
  }
  .list_five-item a {
    height: 100px;
    padding: 10px;
  }
  .list_six-item {
    padding: 10px 10px 0 10px;
    margin-bottom: 5px;
  }
  .list_seven-item {
    margin-bottom: 12px;
  }
  .two-swiper-item-text {
    padding: 10px;
  }
  .layout_five-left {
    margin-right: 5%;
  }
}
@media (max-width: 990px) {
  .header {
    position: relative;
  }
  .list_two-item a,
  .list_one-item a,
  .list_three-item a {
    padding: 6px 0;
  }
  .layout_title {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .layout_one-right,
  .layout_one-right-box-right {
    margin-top: 15px;
  }
  .layout_two-item {
    margin-bottom: 15px;
  }
  .two-swiper_arrow {
    width: 20px;
    height: 40px;
    margin-top: -20px;
  }
  .two-swiper {
    padding: 0 30px;
  }
  .two-swiper-item-img {
    margin-bottom: 5px;
    border-width: 2px;
  }
  .layout_five-mid {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */