﻿.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_two-item-text .p1, .tuwen_one-item-text .p1, .list_two-item .p2, .list_one-item-text .p1, .two-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .layout_two-img img, .two-swiper-item-play img, .footer-logo img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .layout_hf-box, .layout_three-box, .layout_one-box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .layout_hf-box, .layout_three-box, .layout_one-box {
    flex-direction: column;
  }
  .dflex > div, .layout_hf-box > div, .layout_three-box > div, .layout_one-box > div {
    width: 100%;
  }
}

.flex1, .list_one-item-text, .top-right {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale, .tuwen_two-item-img, .tuwen_one-item-img, .two-swiper-item-img, .one-swiper-item-img {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg, .tuwen_two-item-img .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_two-item-img: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 {
  padding: 17px 0 35px 0;
  background: #0057b6;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
  width: 35.2857142857%;
}
.top-search {
  display: flex;
  justify-content: flex-end;
}
.top-search_form {
  width: 176px;
  height: 35px;
  display: flex;
  padding: 2px;
  border-radius: 17px;
  border: 1px solid #fff;
}
.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: 40px;
  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-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 25px;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  display: block;
  padding: 8px 0;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  position: relative;
}
@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;
  left: calc(50% - 19px);
  width: 38px;
  height: 1px;
  background: transparent;
}
@media (min-width: 990px) {
  .nav-box_item.on > a:after, .nav-box_item:hover > a:after {
    background: #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: #2776c1;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 20px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .nav-box {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #0057b6;
    flex-direction: column;
    margin-top: 0;
    top: 100%;
  }
  .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;
    text-align: left;
  }
}

.layout_title {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 2.34375vw;
}
.layout_title-text {
  font-size: 32px;
  color: #0057b6;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .layout_title-text {
    font-size: 26px;
  }
}
@media (max-width: 990px) {
  .layout_title-text {
    font-size: 20px;
  }
}
.layout_title-more {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #404040;
  border: 1px solid #404040;
  padding: 8px 10px;
  top: 0;
}
.layout_title-more:hover {
  background: #0057b6;
  color: #fff;
  border-color: #0057b6;
}
.layout_title.text-white .layout_title-text {
  color: #fff;
}

.footer-logo {
  display: flex;
}
.footer-contact p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@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: 15px;
}

.copyright {
  background: #023975;
  text-align: center;
  padding: 9px 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: 31.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: 50px;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid transparent;
  margin: 0 6px !important;
}
.banner .swiper-pagination-bullet-active {
  border-color: #fff;
  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;
}
.one-swiper-item-img {
  position: relative;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 59.020979021%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../images/bg4.png) bottom left no-repeat;
  background-size: 100%;
}
.one-swiper-item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  padding-right: 30%;
  padding-bottom: 15px;
  padding-left: 10px;
}
.one-swiper-item-text .p1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .one-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 14px;
  }
}
.one-swiper .swiper-pagination {
  z-index: 99;
  position: absolute;
  right: 10px;
  left: auto;
  text-align: right;
  bottom: 20px;
  width: 30%;
}
.one-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #fff;
  margin-left: 10px;
}
.one-swiper .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #fff;
}

.two-swiper {
  position: relative;
  overflow: hidden;
}
.two-swiper-item {
  display: block;
  position: relative;
}
.two-swiper-item-play {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.two-swiper-item-img .inner-bg {
  padding-bottom: 57.4566473988%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.two-swiper-item-text {
  padding: 1.3043478261em 20% 1.5217391304em 2.0869565217em;
  font-size: 23px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: rgba(79, 97, 210, 0.77);
}
@media (max-width: 1440px) {
  .two-swiper-item-text {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .two-swiper-item-text {
    font-size: 16px;
  }
}
.two-swiper .swiper-pagination {
  z-index: 99;
  position: absolute;
  right: 0;
  left: auto;
  text-align: center;
  bottom: 35px;
  width: 20%;
}
.two-swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  background: #fff;
  margin: 0 7px;
}
.two-swiper .swiper-pagination-bullet-active {
  background: #822530;
}

.video-box video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 90vh;
}

.layout_one {
  padding-top: 85px;
  padding-bottom: 60px;
}
@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_one-box {
  justify-content: space-between;
}
.layout_one-left {
  width: 51.0714285714%;
}
.layout_one-right {
  width: 43.2142857143%;
}

.layout_two {
  padding-top: 45px;
  padding-bottom: 70px;
  background: #ecf8ff url(../images/bg1.png) bottom 2.6041666667vw center no-repeat;
  background-size: cover;
}
@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-img {
  margin-top: 3.125vw;
  display: flex;
  justify-content: center;
}
.layout_two .list_two {
  margin-bottom: 3.90625vw;
}

.layout_three {
  padding-top: 80px;
  padding-bottom: 85px;
}
@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_three-box {
  align-items: center;
  justify-content: space-between;
}
.layout_three-left {
  width: 61.7857142857%;
}
.layout_three-right {
  width: 36.0714285714%;
}

.layout_four {
  padding-top: 45px;
  padding-bottom: 125px;
  background: url(../images/bg2.png) center no-repeat;
  background-size: cover;
}
@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_five {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../images/bg3.png);
}
@media (max-width: 1440px) {
  .layout_five {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_five {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_five-box {
  margin: 0 5.1041666667vw;
  background: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px 25px 40px 25px;
}
.layout_five-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.5625vw;
}
.layout_five-title span {
  font-size: 26px;
  color: #4f61d2;
  margin-bottom: 0;
  line-height: 1.5;
  margin-right: 15px;
}
@media (max-width: 1440px) {
  .layout_five-title span {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .layout_five-title span {
    font-size: 20px;
  }
}
.layout_five-links {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}
.layout_five-links a {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-right: 8%;
}
@media (max-width: 1440px) {
  .layout_five-links a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout_five-links a {
    font-size: 14px;
  }
}
.layout_five-links a:last-child {
  margin-right: 0;
}
.layout_five-links a:hover {
  color: #0057b6;
}

.layout_hf {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #0152ab;
}
@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 {
  opacity: 1;
  padding-right: 5%;
}

.list_one-item {
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.list_one-item:last-child {
  margin-bottom: 0;
}
.list_one-item a {
  display: flex;
  align-items: center;
  padding: 25px 15px;
}
.list_one-item a:hover .list_one-item-text .p1 {
  color: #0057b6;
}
.list_one-item-time {
  text-align: right;
  color: #434343;
  padding-right: 9px;
  border-right: 1px solid #dedede;
}
.list_one-item-time .p1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.list_one-item-time .p2 {
  font-size: 12px;
}
.list_one-item-text {
  padding-left: 1.3020833333vw;
}
.list_one-item-text .p1 {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_one-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-text .p1 {
    font-size: 14px;
  }
}

.list_two {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0 -10px;
}
.list_two-item {
  width: calc(25% - 20px);
  margin: 20px 10px 0 10px;
  border-top: 3px solid #8c8c8c;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 19.8px 2.2px rgba(88, 15, 18, 0.2);
}
.list_two-item a {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
}
.list_two-item .p1 {
  align-self: flex-start;
  font-size: 14px;
  background: #f8f8f8;
  padding: 5px 8px;
  margin-bottom: 15px;
}
.list_two-item .p2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .list_two-item .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item .p2 {
    font-size: 14px;
  }
}
.list_two-item .p3 {
  font-size: 16px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.875;
  height: 3.75em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1440px) {
  .list_two-item .p3 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_two-item .p3 {
    font-size: 12px;
  }
}
.list_two-item:hover {
  border-top-color: #0057b6;
}
.list_two-item:hover .p2 {
  color: #0057b6;
}

.tuwen_one {
  display: flex;
  margin: -20px -10px 0 -10px;
  flex-wrap: wrap;
}
.tuwen_one-item {
  width: calc(33.33% - 20px);
  margin: 20px 10px 0 10px;
}
.tuwen_one-item a {
  display: block;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 68.2119205298%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-text {
  background: #4f61d2;
  padding: 1em;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .tuwen_one-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text {
    font-size: 14px;
  }
}
.tuwen_one-item:hover .tuwen_one-item-text {
  background: #0057b6;
}

.tuwen_two {
  margin-top: -19px;
}
.tuwen_two-item {
  margin-top: 19px;
  position: relative;
}
.tuwen_two-item-img .inner-bg {
  padding-bottom: 47.3267326733%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_two-item-text {
  padding: 0.8333333333em 0.8333333333em 0.8333333333em 2.2222222222em;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: rgba(72, 72, 72, 0.77);
}
@media (max-width: 1440px) {
  .tuwen_two-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_two-item-text {
    font-size: 14px;
  }
}
.tuwen_three {
  display: flex;
  margin: -42px -17px 0 -17px;
  flex-wrap: wrap;
}
.tuwen_three-item {
  width: calc(20% - 34px);
  margin: 42px 17px 0 17px;
}
.tuwen_three-item a {
  border-width: 2px;
  border-color: rgb(202, 210, 255);
  border-style: solid;
  background-color: rgba(255, 255, 255, 0.2);
  height: 158px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tuwen_three-item-img {
  margin-bottom: 20px;
}
.tuwen_three-item-img img:nth-of-type(2) {
  display: none;
}
.tuwen_three-item-text {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .tuwen_three-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_three-item-text {
    font-size: 14px;
  }
}
.tuwen_three-item:hover a {
  background: #fff;
  border-color: #fff;
}
.tuwen_three-item:hover a .tuwen_three-item-img img:nth-of-type(2) {
  display: block;
}
.tuwen_three-item:hover a .tuwen_three-item-img img:nth-of-type(1) {
  display: none;
}
.tuwen_three-item:hover a .tuwen_three-item-text {
  color: #0057b6;
}

.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 .list_two {
  margin: -30px 0 0 0;
}
.page-list .list_two-item {
  width: 100% !important;
  margin: 30px 0 0 0;
}

@media (max-width: 1440px) {
  .wrap {
    max-width: 1054px;
  }
  .layout_five-links a {
    margin-right: 7%;
  }
  .list_one-item {
    margin-bottom: 13px;
  }
  .list_one-item a {
    padding: 15px;
  }
  .two-swiper .swiper-pagination {
    bottom: 24px;
  }
}
@media (max-width: 990px) {
  .top {
    padding: 0;
  }
  .layout_title-more {
    padding: 4px 10px;
    font-size: 12px;
    top: 4px;
  }
  .layout_one-right,
  .layout_three-right {
    margin-top: 19px;
  }
  .list_two {
    margin: -15px 0 0 0;
  }
  .list_two-item {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .list_two-item a {
    padding: 10px;
  }
  .list_two-item .p1 {
    margin-bottom: 5px;
  }
  .list_two-item .p2 {
    margin-bottom: 5px;
  }
  .tuwen_one {
    margin: -15px 0 0 0;
  }
  .tuwen_one-item {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .tuwen_three {
    margin: -10px -5px 0 -5px;
  }
  .tuwen_three-item {
    width: calc(33.33% - 10px);
    margin: 10px 5px 0 5px;
  }
  .tuwen_three-item a {
    border-width: 1px;
    height: 100px;
  }
  .tuwen_three-item-img {
    margin-bottom: 10px;
  }
  .tuwen_three-item-img img {
    width: 20px;
  }
  .layout_five-box {
    margin: 0;
    padding: 15px;
  }
  .layout_five-links {
    padding-left: 0;
  }
  .footer-contact {
    margin-top: 15px;
  }
  .footer-contact p + p {
    margin-top: 5px;
  }
}
/*# sourceMappingURL=main.css.map */