.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: 14px;
  color: #333333;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .page-list_item a, .tuwen_five-item-text .p1, .tuwen_one-item-text .p1, .list_three-item a, .one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .layout_five-box, .layout_four-box, .layout_one-box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .layout_five-box, .layout_four-box, .layout_one-box {
    flex-direction: column;
  }
  .dflex > div, .layout_five-box > div, .layout_four-box > div, .layout_one-box > div {
    width: 100%;
  }
}

.flex1, .page-list_item a, .layout_page-right, .tuwen_five-item-text, .tuwen_four-item-text, .list_three-item a {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 1460px;
  padding: 0 10px;
  margin: 0 auto;
}

.header {
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  top: 0;
background: url(../images/header_bg.png) top center no-repeat;
background-size: 100% auto;
height: 245px;
}

.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-logo {
  padding-left: 20px;
  display: flex;
}
.top-right {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .top-right {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-right {
    font-size: 14px;
  }
}
.top-right .top-line {
  margin: 0 1.25vw;
}
.top-search {
  position: relative;
}
.top-search_btn {
  display: flex;
}
.top-search_form {
  width: 220px;
  height: 35px;
  border: 1px solid #fff;
  padding: 2px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  margin-top: 10px;
  display: none;
}
.top-search_form.on {
  display: flex;
}
.top-search_form-input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
}
.top-search_form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_form-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.top-search_form-input:focus {
  outline: none;
}
.top-search_form-btn {
  background: url(../images/search.png) center no-repeat;
  width: 32px;
  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: 60%;
    padding-left: 0;
  }
  .top-logo img {
    width: 100%;
  }
  .top-right {
    margin-left: auto;
    padding-bottom: 3px;
  }
  .top .mob-search_btn {
    display: block;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 100%;
    padding: 10px;
    background: #0e559f;
    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;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  display: block;
  padding: 10px 0.78125vw;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1300px) {
  .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 {
  border-bottom-color: #fff;
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #0e559f;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 12px 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: #0e559f;
  }
  .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;
  justify-content: space-between;
  position: relative;
}
.layout_title.text-white .layout_title-text span {
  color: #fff;
}
.layout_title.just-center {
  justify-content: center;
}
.layout_title.just-center .layout_title-more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.layout_title.just-between {
  justify-content: space-between;
}
.layout_title-text {
  display: flex;
  align-items: center;
}
.layout_title-text img {
  margin-right: 1.0416666667vw;
}
.layout_title-text span {
  font-size: 28px;
  color: #0e559f;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .layout_title-text span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .layout_title-text span {
    font-size: 18px;
  }
}
.layout_title-more {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #92afd4;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1300px) {
  .layout_title-more {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .layout_title-more {
    font-size: 14px;
  }
}
.layout_title-more i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #92afd4;
  border-radius: 4px;
  font-size: 18px;
  color: #92afd4;
  margin-left: 8px;
}
.layout_title-more:hover i {
  background: #92afd4;
  color: #fff;
}

.footer {
  background: url(../images/bg3.jpg) center no-repeat;
  background-size: cover;
  padding-top: 1.5625vw;
}
.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1.5625vw 0;
  text-align: center;
}
.footer-copyright p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .footer-copyright p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-copyright p {
    font-size: 14px;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
}
.banner .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner .swiper-slide a img {
  transition: all 10s ease;
  transform: scale(1.2);
}
.banner .swiper-slide-active a img {
  transform: scale(1.1);
}
.banner .swiper-pagination {
  bottom: 3.90625vw;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 20px;
  height: 20px;
  background: #fff;
  margin: 0 11px !important;
}
.banner .swiper-pagination-bullet-active {
  background: #0e559f;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
  }
}
@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 .inner-bg {
  padding-bottom: 50.1428571429%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-text {
  border-bottom: 1px solid #CFCFCF;
  padding: 0.6770833333vw 1.8229166667vw;
}
.one-swiper-item-text .p1 {
  font-size: 22px;
  color: #0e559f;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .one-swiper-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 16px;
  }
}

.layout_one {
  padding-top: 80px;
  padding-bottom: 98px;
  background: url(../images/bg0.png) center no-repeat;
  background-size: cover;
}
@media (max-width: 1300px) {
  .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;
  align-items: center;
  margin-top: 3.6458333333vw;
}
.layout_one-left {
  width: 58.6111111111%;
}
.layout_one-right {
  width: 39.5833333333%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(46, 101, 175, 0.2);
}

.layout_two {
  padding-top: 73px;
  padding-bottom: 150px;
  background: url(../images/bg1.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 1300px) {
  .layout_two {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.layout_three {
  padding-top: 68px;
  padding-bottom: 75px;
}
@media (max-width: 1300px) {
  .layout_three {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_three {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.layout_four {
  padding-top: 90px;
  padding-bottom: 70px;
  background: url(../images/bg2.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 1300px) {
  .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-box .layout_title {
  margin-bottom: 2.0833333333vw;
}
.layout_four-left {
  width: 49.3055555556%;
}
.layout_four-right {
  width: 49.3055555556%;
}

.layout_five {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  .layout_five {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .layout_five {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout_five-box {
  justify-content: space-between;
}
.layout_five-box .layout_title {
  margin-bottom: 2.0833333333vw;
}
.layout_five-left {
  width: 49.3055555556%;
}
.layout_five-right {
  width: 49.3055555556%;
}

.list_one {
  padding: 0 1.5104166667vw 1.5104166667vw 1.5104166667vw;
}
.list_one-item + .list_one-item {
  border-top: 1px dashed #a8a8a8;
}
.list_one-item a {
  display: flex;
  flex-direction: column;
  padding: 1.3020833333vw 0 0.625vw;
}
.list_one-item a:hover .p1 {
  color: #0e559f;
}
.list_one-item .p1 {
  font-size: 20px;
  color: #033333;
  margin-bottom: 0;
  line-height: 1.1;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1300px) {
  .list_one-item .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_one-item .p1 {
    font-size: 16px;
  }
}
.list_one-item .p2 {
  font-size: 18px;
  color: rgba(48, 72, 72, 0.47);
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .list_one-item .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item .p2 {
    font-size: 14px;
  }
}

.list_two {
  margin-top: 4.4270833333vw;
  display: flex;
  flex-wrap: wrap;
  margin: 4.7916666667vw -12px 0 -12px;
}
.list_two-item {
  width: calc(25% - 24px);
  margin: 24px 12px 0 12px;
  border-radius: 16px;
  background-image: linear-gradient(0deg, rgb(14,85,159) 0%, rgba(14,85,159,0.01) 1%, rgba(14,85,159,0.8) 100%);
  box-shadow: 0px 4px 19.8px 2.2px rgba(88, 15, 18, 0.38);
  border-top: 15px solid #bcbcbc;
}
.list_two-item:hover {
  border-top-color: #0e559f;
}
.list_two-item:hover .list_two-item-text {
background: #fff;
}
.list_two-item:hover .list_two-item-time {
  background: #0e559f;
}
.list_two-item:hover .list_two-item-time .p1 {
  color: #0e559f;
}
.list_two-item:hover .list_two-item-time .p2 {
  color: #fff;
}
.list_two-item:hover .list_two-item-text .p1 {
  color: #0e559f;
}
.list_two-item a {
  position: relative;
  display: block;
}
.list_two-item-time {
  position: absolute;
  border-radius: 4px;
  background: #d8d8d8;
  width: 90px;
  left: 22px;
  top: -38px;
  z-index: 9;
  text-align: center;
}
.list_two-item-time .p1 {
  margin: 2px;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  background: #fff;
}
@media (max-width: 1300px) {
  .list_two-item-time .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_two-item-time .p1 {
    font-size: 16px;
  }
}
.list_two-item-time .p2 {
  font-size: 16px;
  color: #333333;
  padding: 0.5em 0;
}
.list_two-item-text {
  padding: 3.125vw 0.9375vw 1.8229166667vw 0.9375vw;
}
.list_two-item-text .p1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  height: 3em;
}
@media (max-width: 1300px) {
  .list_two-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_two-item-text .p1 {
    font-size: 16px;
  }
}

.list_three {
  margin-top: 0.78125vw;
}
.list_three-item + .list_three-item {
  margin-top: 1.0416666667vw;
}
.list_three-item {
  display: flex;
  align-items: center;
}
.list_three-item a {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .list_three-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_three-item a {
    font-size: 14px;
  }
}
.list_three-item a:hover {
  color: #0e559f;
}
.list_three-item span {
  margin-left: 10px;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .list_three-item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_three-item span {
    font-size: 12px;
  }
}

.tuwen_one {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px 0 -15px;
}
.tuwen_one-item {
  width: calc(50% - 30px);
  margin: 30px 15px 0 15px;
}
.tuwen_one-item a {
  display: block;
  position: relative;
}
.tuwen_one-item a:hover .inner-bg {
  transform: scale(1.2);
}
.tuwen_one-item-img {
  overflow: hidden;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 72.9064039409%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_one-item-img .inner-bg {
  transition: all 0.5s ease;
}
.tuwen_one-item-text {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.61);
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 1em 0.6111111111em;
  bottom: 0;
}
@media (max-width: 1300px) {
  .tuwen_one-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text {
    font-size: 14px;
  }
}
.tuwen_two {
  margin-top: 2.8645833333vw;
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
}
.tuwen_two-item {
  width: calc(25% - 34px);
  margin: 30px 17px 0 17px;
}
.tuwen_two-item:hover .tuwen_two-item-img .inner-bg {
  transform: scale(1.15);
}
.tuwen_two-item-img {
  overflow: hidden;
}
.tuwen_two-item-img .inner-bg {
  padding-bottom: 73.9520958084%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_two-item-img .inner-bg {
  transition: all 0.5s ease;
}

.tuwen_three {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -13px 0 -13px;
}
.tuwen_three-item {
  width: calc(50% - 26px);
  margin: 10px 13px 0 13px;
}
.tuwen_three-item a {
  display: block;
}
.tuwen_three-item a:hover .inner-bg {
  transform: scale(1.15);
}
.tuwen_three-item a:hover .tuwen_three-item-text {
  background-color: rgba(14, 85, 159, 0.949);
  box-shadow: 0px 3px 3px 0px rgba(14, 85, 159, 0.4);
  color: #fff;
}
.tuwen_three-item-img {
  overflow: hidden;
}
.tuwen_three-item-img .inner-bg {
  padding-bottom: 72.6744186047%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_three-item-img .inner-bg {
  transition: all 0.5s ease;
}
.tuwen_three-item-text {
  position: relative;
  width: calc(100% - 20px);
  z-index: 9;
  transform: translateY(-1.5625vw) translateX(10px);
  background: rgba(14, 85, 159, 0.95);
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0.8333333333em;
  box-shadow: 0px 3px 3px 0px rgba(136, 136, 136, 0.4);
  background: rgba(255, 255, 255, 0.94);
}
@media (max-width: 1300px) {
  .tuwen_three-item-text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_three-item-text {
    font-size: 14px;
  }
}
.tuwen_three-item-text .p1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}

.tuwen_four-item + .tuwen_four-item {
  margin-top: 16px;
}
.tuwen_four-item a {
  display: flex;
  align-items: center;
  background: #fff;
}
.tuwen_four-item a:hover .tuwen_four-item-text .p1 {
  color: #0e559f;
}
.tuwen_four-item-img {
  width: 157px;
  margin-right: 3.0208333333vw;
}
.tuwen_four-item-img .inner-bg {
  padding-bottom: 61.7834394904%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_four-item-text .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  height: 3em;
  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: 1300px) {
  .tuwen_four-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .tuwen_four-item-text .p1 {
    font-size: 16px;
  }
}

.tuwen_five-item + .tuwen_five-item {
  margin-top: 1.4583333333vw;
}
.tuwen_five-item a {
  display: flex;
  background: #fff;
}
.tuwen_five-item a:hover {
  background: #0e559f;
}
.tuwen_five-item a:hover .p1, .tuwen_five-item a:hover .p2 {
  color: #fff;
}
.tuwen_five-item-img {
  width: 256px;
}
.tuwen_five-item-img .inner-bg {
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_five-item-text {
  border-top: 1px solid #D4D4D4;
  padding: 0 1.3020833333vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tuwen_five-item-text .p1 {
  font-size: 22px;
  color: #333;
  margin-bottom: 1.5625vw;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .tuwen_five-item-text .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .tuwen_five-item-text .p1 {
    font-size: 16px;
  }
}
.tuwen_five-item-text .p2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #878787;
  margin-bottom: 0;
  line-height: 1.5;
  height: 3em;
}
@media (max-width: 1300px) {
  .tuwen_five-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_five-item-text .p2 {
    font-size: 14px;
  }
}
.tuwen_five-item:nth-of-type(even) .tuwen_five-item-img {
  order: 2;
}

.tuwen_six {
  margin: 1.5625vw -10px;
  display: flex;
  flex-wrap: wrap;
}
.tuwen_six-item {
  width: calc(12.5% - 20px);
  margin: 20px 10px 0 10px;
}
.tuwen_six-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.41);
}
.tuwen_six-item a span {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 9px;
}
@media (max-width: 1300px) {
  .tuwen_six-item a span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_six-item a span {
    font-size: 14px;
  }
}
.tuwen_six-item a:hover {
  background: rgba(255, 255, 255, 0.61);
}

.paging {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging a,
.paging span {
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin: 0 3px;
  color: #333;
}
.paging a:hover, .paging a.on,
.paging span:hover,
.paging span.on {
  background: #0e559f;
  border-color: #0e559f;
  color: #fff;
}
.paging span {
  border: none;
}

.page-banner {
  position: relative;
}
.page-banner_img {
  padding-bottom: 23.4375%;
  position: relative;
}
.page-banner_img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.page-banner_text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 999;
}
.page-banner_text .wrap {
  display: flex;
  justify-content: space-between;
}

.page-title {
  display: flex;
  height: 100px;
  background: rgba(14, 85, 159, 0.8);
  width: 21.3235294118%;
  align-items: center;
}
.page-title span {
  font-size: 28px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 1em;
}
@media (max-width: 1300px) {
  .page-title span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .page-title span {
    font-size: 18px;
  }
}
.page-title-menu {
  display: none;
}
.page-title-menu i {
  font-size: 18px;
  color: #fff;
}

.page-crumbs {
  color: #fff;
  display: flex;
  align-items: center;
  align-self: flex-end;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 3;
}
.page-crumbs i {
  margin-right: 10px;
}
.page-crumbs a {
  padding: 0 5px;
}
.page-crumbs a:hover {
  color: #0e559f;
}

.layout_page .wrap {
  display: flex;
  justify-content: space-between;
}
.layout_page-left {
  width: 21.3235294118%;
  margin-right: 2.6041666667vw;
}
.layout_page-right {
  padding: 2.0833333333vw 0;
}

.page-menu {
  background: #d5ebfc;
  padding: 0 1.5625vw 3.125vw;
}
.page-menu_item {
  border-bottom: 1px dashed #0062b6;
}
.page-menu_item > a {
  display: block;
  font-size: 21px;
  color: #0e559f;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0.7em 0;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .page-menu_item > a {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .page-menu_item > a {
    font-size: 16px;
  }
}

.page-list {
  margin-bottom: 1.5625vw;
}
.page-list_item {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ddd;
}
.page-list_item:before {
  margin-right: 10px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0e559f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-list_item a {
  font-size: 16px;
  line-height: 60px;
  color: #000;
}
.page-list_item span {
  font-size: 14px;
  color: #666666;
  margin-left: 10px;
}
.page-list_item:hover a {
  color: #0e559f;
}

.page-about_title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #333;
  margin-bottom: 1.3;
  line-height: 26px;
}
@media (max-width: 1300px) {
  .page-about_title {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .page-about_title {
    font-size: 14px;
  }
}
.page-about_info {
  display: flex;
  flex-wrap: wrap;
  background: #f7f7f7;
  padding: 0.4em 0;
  justify-content: center;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20px;
}
.page-about_info span {
  margin: 0 10px;
}
.page-about_con {
  padding: 1.5625vw 0;
}
.page-about_con p {
  text-indent: 2em;
  font-size: 20px;
  color: rgb(50, 50, 50);
  margin-bottom: 0;
  line-height: 2;
}
@media (max-width: 1300px) {
  .page-about_con p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-about_con p {
    font-size: 14px;
  }
}
.page-about_pn {
  border-top: 1px solid #d9d9d9;
  padding-top: 1.0416666667vw;
}
.page-about_pn-item {
  margin: 10px 0;
}
.page-about_pn-item a {
  display: block;
  font-size: 18px;
  color: rgb(102, 102, 102);
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1300px) {
  .page-about_pn-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-about_pn-item a {
    font-size: 14px;
  }
}
.page-about_pn-item a:hover {
  color: rgba(14, 85, 159, 0.8);
}

@media (max-width: 1300px) {
  .wrap {
    max-width: 1054px;
  }
  .list_one-item a .p1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .tuwen_four-item-img {
    width: 110px;
    margin-right: 20px;
  }
  .tuwen_four-item-text .p1 {
    font-size: 16px;
  }
  .tuwen_five-item-img {
    width: 200px;
  }
  .tuwen_five-item-text .p1 {
    margin-bottom: 1vw;
  }
  .tuwen_six-item a {
    height: 50px;
  }
}
@media (max-width: 990px) {
  .layout_title-more i {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    line-height: 1;
    font-size: 14px;
    margin-left: 5px;
  }
  .layout_title-text img {
    width: 25px;
    margin-right: 10px;
  }
  .tuwen_one-item-text {
    padding: 5px 10px;
  }
  .tuwen_one {
    margin: -10px -5px 0 -5px;
  }
  .tuwen_one-item {
    width: calc(50% - 10px);
    margin: 10px 5px 0 5px;
  }
  .layout_one-right {
    margin-top: 15px;
  }
  .list_two {
    flex-wrap: wrap;
    margin: 20px 0 0 0;
  }
  .list_two-item {
    width: 100%;
    margin: 0 0 10px 0;
    border-top-width: 5px;
    border-radius: 8px;
  }
  .list_two-item a {
    padding: 10px 0;
  }
  .list_two-item-time {
    width: 50px;
    left: 10px;
    top: 10px;
  }
  .list_two-item-time .p1 {
    font-size: 13px;
  }
  .list_two-item-time .p2 {
    font-size: 15px;
    padding: 5px 0;
  }
  .list_two-item-text {
    padding: 0 10px 0 70px;
  }
  .tuwen_two {
    margin: 10px -5px 0 -5px;
    flex-wrap: wrap;
  }
  .tuwen_two-item {
    margin: 10px 5px 0 5px;
    width: calc(50% - 10px);
  }
  .tuwen_three {
    margin-left: -5px;
    margin-right: -5px;
  }
  .tuwen_three-item {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .layout_four-right {
    margin-top: 15px;
  }
  .tuwen_four-item-text {
    padding-right: 10px;
  }
  .tuwen_five-item-img {
    width: 130px;
  }
  .layout_five-right {
    margin-top: 15px;
  }
  .one-swiper-item-text {
    padding: 7px 0;
  }
  .footer {
    padding: 10px 0;
  }
  .tuwen_six {
    margin: 0 -3px 7px -3px;
  }
  .tuwen_six-item {
    width: calc(25% - 6px);
    margin: 7px 3px 0 3px;
  }
  .tuwen_six-item a {
    height: 35px;
  }
  .tuwen_six-item a img {
    width: 15px;
  }
  .tuwen_six-item a span {
    font-size: 12px;
    margin-left: 2px;
  }
  .nav-box_item > a {
    border-bottom: none !important;
  }
  .top-search_btn {
    display: none;
  }
  .top-search_form {
    position: static;
    display: flex;
    margin: 0;
  }
  .page-banner_img {
    padding-bottom: 36%;
  }
  .page-banner_text {
    position: static;
  }
  .page-banner_text .wrap {
    flex-direction: column;
    padding: 0;
  }
  .page-title {
    height: 40px;
    width: 100%;
    justify-content: space-between;
    padding-right: 1em;
  }
  .page-title span {
    font-size: 16px;
  }
  .page-title-menu {
    display: block;
  }
  .page-crumbs {
    color: #333;
    flex-wrap: wrap;
    font-size: 14px;
    width: 100%;
    line-height: 1.5;
    padding: 10px 15px;
  }
  .layout_page .wrap {
    flex-direction: column;
  }
  .layout_page-left {
    width: 100%;
    margin-right: 0;
  }
  .page-menu {
    padding: 5px 10px 10px;
    display: none;
  }
  .page-menu_item a {
    font-size: 15px;
    padding: 5px 0;
  }
  .page-menu.on {
    display: block;
  }
  .page-list_item a {
    font-size: 14px;
    line-height: 40px;
  }
  .page-list_item span {
    font-size: 12px;
  }
  .page-about_info {
    font-size: 14px;
    margin-top: 10px;
  }
  .page-about_info span {
    margin: 0 5px;
  }
  .page-about_con {
    padding: 15px 0;
  }
  .page-about_con p {
    font-size: 14px;
  }
  .page-about_pn {
    padding-top: 10px;
  }
  .page-about_pn-item {
    margin: 5px 0;
  }
.header {
height: 65px;
}
}

  .imgs-list {
    display: flex;
    flex-wrap: wrap;
  }

  .imgs-list_item {
    width: calc(33.33% - 20px);
    margin: 10px;
  }

  .imgs-list_item a {
    display: block;
  }

  .imgs-list_item-img {
    height: 180px;
  }

  .imgs-list_item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: all 0.5s;
  }

  .imgs-list_item a:hover img {
    transform: scale(1.1);
  }

  .imgs-list_item-name {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 25px;
  }

  @media (max-width: 990px) {
    .imgs-list_item {
      width: calc(50% - 10px);
      margin: 10px 5px;
    }
  }

  @media (max-width: 340px) {
    .imgs-list_item {
      width: 100%;
      margin: 10px 0;
    }
  }

.page-submenu {
    border-top: 1px dashed #0062b6;
}

  .page-submenu_item a {
    display: block;
    font-size: 16px;
    padding: 0.2em 0 0.2em 1em;
    line-height: 1.5;
  }
.page-submenu_item a:hover {
color:#0062b6;
}