.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, .tuwen_one-item-text .p1, .list_two-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .footer-logo img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .layout_hf-box, .layout_two-box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .layout_hf-box, .layout_two-box {
    flex-direction: column;
  }
  .dflex > div, .layout_hf-box > div, .layout_two-box > div {
    width: 100%;
  }
}

.flex1, .tuwen_one-item-text, .list_one-item-text, .one-swiper_item-text-title, .footer_links-list {
  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;
}

@media (min-width: 990px) {
  .header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54118) 100%);
  }
}
.top {
  padding-top: 25px;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
}
.top-search_form {
  z-index: 99;
  width: 59px;
  height: 42px;
  border: none;
  display: flex;
  padding: 2px;
  border-radius: 20px;
  transition: all 0.5s;
  border: 1px solid transparent;
}
@media (min-width: 990px) {
  .top-search_form:hover {
    border: 1px solid #fff;
    width: 225px;
  }
  .top-search_form:hover .top-search_input {
    min-width: 1px;
    width: auto;
    padding: 0 10px;
  }
}
.top-search_input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  width: 0;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  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: #0152ab;
    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: 18px;
}
.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 10px 0;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 14px;
  }
}
.nav-box_item > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: transparent;
  left: calc(50% - 20px);
}
.nav-box_item.on > a:after, .nav-box_item:hover > a:after {
  background: #0152ab;
}
.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: #0152ab;
    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: #0152ab;
  }
  .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 {
  position: relative;
  margin-bottom: 55px;
}
.layout_title-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout_title-text:before, .layout_title-text:after {
  content: "";
  height: 1px;
  width: 20%;
  background: #0a66bb;
}


.layout_two-right .layout_title-text:after {

  width: 12%;

}
.layout_title-text:before {
  margin-right: 25px;
}
.layout_title-text:after {
  margin-left: 25px;
}
.layout_title-text img {
  margin-right: 13px;
}
.layout_title-text span {
  font-weight: bold;
  font-size: 40px;
  color: #0a66bb;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .layout_title-text span {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .layout_title-text span {
    font-size: 20px;
  }
}
.layout_title-more {
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #0a66bb;
  margin-bottom: 0;
  line-height: 1.5;
  top: calc(50% - 15px);
}
@media (max-width: 1440px) {
  .layout_title-more {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout_title-more {
    font-size: 14px;
  }
}

.footer_links {
  background: #eef0f4;
  background: #fff;
  padding: 20px 0;
}
.footer_links-wrap {
  display: flex;
}
.footer_links-title {
  display: flex;
  align-items: center;
  margin-right: 3%;
  white-space: nowrap;
}
.footer_links-title img {
  margin-right: 13px;
}
.footer_links-title span {
  font-size: 30px;
  color: #0a66bb;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .footer_links-title span {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .footer_links-title span {
    font-size: 20px;
  }
}
.footer_links-list {
  display: flex;
  padding-top: 5px;
  flex-wrap: wrap;
}
.footer_links-list a {
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-right: 15px;
}
@media (max-width: 1440px) {
  .footer_links-list a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer_links-list a {
    font-size: 14px;
  }
}
.footer-logo {
  display: flex;
}
.footer-contact p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 1440px) {
  .footer-contact p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-contact p {
    font-size: 14px;
  }
}
.footer-contact p + p {
  margin-top: 10px;
}

.copyright {
  background: #023975;
  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: 1440px) {
  .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: 43.59375%;
  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: 55px;
  padding-right: 15.3645833333%;
  text-align: right;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 29px;
  height: 6px;
  background: #fff;
  border: 1px solid #fff;
  margin: 0 0 0 13px !important;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  background: transparent;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    opacity: 1;
    width: 20px;
    height: 5px;
    margin: 0 0 0 13px !important;
  }
}
@media (max-width: 768px) {
  .banner .swiper-pagination {
    padding-right: 0;
    text-align: center;
  }
  .banner .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
  .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 {
  position: relative;
  display: block;
}
.one-swiper_item-img .inner-bg {
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper_item-text {
  background: url(../images/bg1.png) center no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.one-swiper_item-text-time {
  width: 100px;
  text-align: center;
}
.one-swiper_item-text-time .p1 {
  font-size: 26px;
  color: #0a66bb;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .one-swiper_item-text-time .p1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .one-swiper_item-text-time .p1 {
    font-size: 16px;
  }
}
.one-swiper_item-text-time .p2 {
  font-size: 20px;
  color: #7c8994;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .one-swiper_item-text-time .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper_item-text-time .p2 {
    font-size: 14px;
  }
}
.one-swiper_item-text-title {
  padding: 10px 26px 10px 38px;
}
.one-swiper_item-text-title p {
  font-size: 20px;
  color: #fff;
  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: 60px;
}
@media (max-width: 1440px) {
  .one-swiper_item-text-title p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper_item-text-title p {
    font-size: 14px;
  }
}

.two-swiper {
  position: relative;
  overflow: hidden;
}
.two-swiper-arrow {
  width: 36px;
  height: 65px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(121, 121, 121, 0.42);
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -33px;
}
.two-swiper-arrow:hover {
  background: rgba(121, 121, 121, 0.5);
}
.two-swiper-arrow i {
  font-size: 20px;
  color: #fff;
}
.two-swiper-arrow-left {
  left: 9px;
}
.two-swiper-arrow-right {
  right: 9px;
}
.two-swiper-item {
  display: block;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 67.5438596491%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.layout_one {
  padding-top: 30px;
  padding-bottom: 75px;
}
@media (max-width: 1440px) {
  .layout_one {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_one {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.layout_two {
  padding-top: 70px;
  padding-bottom: 110px;
  background: url(../images/cont.jpg) center no-repeat;
}
@media (max-width: 1440px) {
  .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-left {
  width: 48%;
}
.layout_two-mid {
  width: 32.8571428571%;

}
.layout_two-right {
  width: 48%;
}
.layout_two-title {
  height: 435px;

  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout_two-title-text {
  display: flex;
  align-items: center;
}
.layout_two-title-text img {
  margin-right: 13px;
}
.layout_two-title-text p {
  font-size: 40px;
  color: #0a66bb;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .layout_two-title-text p {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .layout_two-title-text p {
    font-size: 20px;
  }
}

.layout_three {
  padding-top: 50px;
  padding-bottom: 80px;
  background: #eef0f4;
}
@media (max-width: 1440px) {
  .layout_three {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_three {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.layout_four {
  padding-top: 60px;
  padding-bottom: 105px;
display:none;
}
@media (max-width: 1440px) {
  .layout_four {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_four {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.layout_hf {
  padding: 25px 0 15px 0;
  background: #0152ab;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 1440px) {
  .layout_hf {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_hf {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_hf-box {
  align-items: center;
  justify-content: space-between;
}
.layout_hf-left {
  padding-right: 10px;
}
.layout_hf-right {
  padding-right: 5%;
}

.list_one-item {
  margin-bottom: 44px;
}
.list_one-item:last-child {
  margin-bottom: 0;
}
.list_one-item a {
  display: flex;
  align-items: center;
}
.list_one-item a:hover .list_one-item-text {
  color: #0a66bb;
}
.list_one-item-time {
  background: #0a66bb;
  text-align: center;
  width: 63px;
  padding: 5px 0 10px 0;
}
.list_one-item-time .p1 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_one-item-time .p1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time .p1 {
    font-size: 18px;
  }
}
.list_one-item-time .p2 {
  font-size: 14px;
  color: #fff;
}
.list_one-item-text {
  padding-left: 16px;
  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;
  height: 60px;
}
@media (max-width: 1440px) {
  .list_one-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-text {
    font-size: 14px;
  }
}

.list_two {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -16px 0 -16px;
}
.list_two-item {
  width: calc(25% - 32px);
  margin: 32px 16px 0 16px;
}
.list_two-item a {
  display: block;
}
.list_two-item a:hover .list_two-item-text {
  position: relative;
}
.list_two-item a:hover .list_two-item-text > img {
  position: absolute;
  display: block;
  right: 8px;
  bottom: 6px;
}
.list_two-item a:hover .list_two-item-text .p1 {
  color: #0a66bb;
}
.list_two-item a:hover .list_two-item-text .p2 span {
  background: #0a66bb;
  color: #fff;
  border-color: #0a66bb;
}
.list_two-item-time {
  position: relative;
  background: #0a66bb;
  height: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_two-item-time .p2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_two-item-time .p2 {
    font-size: 26px;
  }
}
@media (max-width: 990px) {
  .list_two-item-time .p2 {
    font-size: 20px;
  }
}
.list_two-item-time .p1 {
  font-size: 76px;
  color: rgba(255, 255, 255, 0.04);
  margin-bottom: 0;
  line-height: 1.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1440px) {
  .list_two-item-time .p1 {
    font-size: 60px;
  }
}
@media (max-width: 990px) {
  .list_two-item-time .p1 {
    font-size: 50px;
  }
}
.list_two-item-text {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 13.65px 1.35px rgba(0, 0, 0, 0.11);
  height: 215px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.list_two-item-text > img {
  display: none;
}
.list_two-item-text .p1 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #333;
  margin-bottom: 35px;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_two-item-text .p1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .list_two-item-text .p1 {
    font-size: 16px;
  }
}
.list_two-item-text .p2 {
  text-align: center;
}
.list_two-item-text .p2 span {
  display: inline-block;
  border: 1px solid #9d9d9d;
  padding: 0.6em 2.6em;
  border-radius: 1em;
  font-size: 22px;
  color: #333;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .list_two-item-text .p2 span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item-text .p2 span {
    font-size: 14px;
  }
}

.tuwen_one {
  display: flex;
  flex-wrap: wrap;
  margin: -43px -6px 0 -6px;
}
.tuwen_one-item {
  width: calc(50% - 12px);
  margin: 43px 6px 0 6px;
}
.tuwen_one-item a {
  display: flex;
  align-items: center;
  background: #edf5ff;
}
.tuwen_one-item a:hover .tuwen_one-item-text .p1,
.tuwen_one-item a:hover .tuwen_one-item-text .p2 {
  color: #0152ab;
}
.tuwen_one-item-img {
  width: 49.928057554%;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 67.1469740634%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-text {
  padding: 10px 23px;
}
.tuwen_one-item-text .p1 {
  font-weight: bold;
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .tuwen_one-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p1 {
    font-size: 16px;
  }
}
.tuwen_one-item-text .p2 {
  font-size: 20px;
  color: #1b2d3e;
  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: 90px;
}
@media (max-width: 1440px) {
  .tuwen_one-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p2 {
    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: #0152ab;
    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: #0152ab;
}
.page-menu_item.on .page-menu_item-inner {
  background: #e9f0f3;
}
.page-menu_item.on .page-menu_item-inner > a {
  color: #0152ab;
  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: #0152ab;
}

.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: #0152ab;
}
.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: #0152ab;
  margin-right: 5px;
}
.page-wrap_right .crumbs a:hover {
  color: #0152ab;
}
@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: #0152ab;
  border-color: #0152ab;
  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: #0152ab;
}

.page-list .tuwen_one {
  margin-left: 0;
  margin-right: 0;
}
.page-list .tuwen_one-item {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.page-list .tuwen_one-item-img {
  width: 27%;
}
@media (max-width: 990px) {
  .page-list .tuwen_one-item-img {
    width: 40%;
  }
}

@media (max-width: 1440px) {
  .wrap {
    max-width: 1054px;
  }
  .top {
    padding-top: 15px;
  }
  .top-logo img {
    height: 70px;
  }
  .one-swiper_item-text-title p {
    height: 48px;
  }
  .one-swiper_item-text-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .list_one-item {
    margin-bottom: 30px;
  }
  .layout_two-title {
    height: 315px;
  }
  .tuwen_one-item-text .p2 {
    height: 72px;
  }
  .list_two-item-text {
    height: 175px;
  }
  .list_one-item-text {
    height: 48px;
  }
}
@media (max-width: 990px) {
  .header {
    position: relative;
    background: #0152ab;
  }
  .top {
    padding: 0;
  }
  .top-logo img {
    height: auto;
  }
  .nav {
    margin-top: 0;
  }
  .top-search_form {
    border-color: #fff;
  }
  .top-search_input {
    padding: 0 10px;
    width: auto;
  }
  .top-search_btn {
    background-size: 40%;
  }
  .layout_title-text img {
    width: 25px;
    margin-right: 10px;
  }
  .layout_title-text:before {
    margin-right: 10px;
  }
  .layout_title-text:after {
    margin-left: 10px;
  }
  .layout_title-text:before,
  .layout_title-text:after {
    width: 15%;
  }
  .layout_title-more {
    top: 8px;
  }
  .layout_title {
    margin-bottom: 20px;
  }
  .one-swiper_item-text-title p {
    height: 42px;
  }
  .list_one-item-text {
    height: 42px;
  }
  .list_one-item {
    margin-bottom: 15px;
  }
  .layout_two-left,
  .layout_two-right {
    order: 3;
  }
  .layout_two-left {
    margin-bottom: 15px;
  }
  .layout_two-title {
    margin-bottom: 15px;
    height: auto;
    background: none;
    justify-content: flex-start;
  }
  .tuwen_one-item-text .p2 {
    height: 63px;
  }
  .tuwen_one-item-text .p1 {
    margin-bottom: 10px;
  }
  .tuwen_one {
    margin: -20px 0 0 0;
  }
  .tuwen_one-item {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .list_two {
    margin: -20px -5px 0 -5px;
  }
  .list_two-item {
    width: calc(50% - 10px);
    margin: 20px 5px 0 5px;
  }
  .list_two-item-time {
    height: 75px;
  }
  .list_two-item-text {
    height: 100px;
  }
  .list_two-item-text .p1 {
    margin-bottom: 10px;
  }
  .footer_links-title img {
    width: 20px;
    margin-right: 5px;
  }
  .footer-contact {
    margin-top: 10px;
  }
  .footer-contact p + p {
    margin-top: 0;
  }
  .tuwen_one-item-text {
    padding: 10px;
  }
}
/*# sourceMappingURL=main.css.map */