@charset "UTF-8";
body {
  font-size: 0.16rem;
  color: #333;
  overflow-x: hidden;
  font-family: "微软雅黑";
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .tuwen_page-item-text .p2, .tuwen_page-item-text .p1, .page-list_item a, .tuwen_one-item-text .p1, .one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .boxc-flex, .boxa-flex, .footer-info .wrap {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .boxc-flex, .boxa-flex, .footer-info .wrap {
    flex-direction: column;
  }
  .dflex > div, .boxc-flex > div, .boxa-flex > div, .footer-info .wrap > div {
    width: 100%;
  }
  .dflex > div + div, .boxc-flex > div + div, .boxa-flex > div + div, .footer-info .wrap > div + div {
    margin-top: 15px;
  }
}

.flex1, .page-list_item a, .layout_page-right, .tuwen_one-item-text, .list_one-item_text {
  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: 14.2rem;
  padding: 0 0.15rem;
  margin: 0 auto;
}

.header {
  position: relative;
}

.top {
  padding: 0.15rem 0;
  background: url(../images/top_bg.png) top center no-repeat;
  background-size: cover;
}
.top .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-logo {
  display: flex;
}
.top-logo img {
  width: 6.58rem;
}
.top-search_form {
  margin-left: auto;
  width: 2.7rem;
  height: 0.39rem;
  display: flex;
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.3);
}
.top-search_input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 0.1rem;
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .top-search_input {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-search_input {
    font-size: 0.2153846154rem;
  }
}
.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 {
  width: 0.5rem;
  cursor: pointer;
  background: transparent;
  border: none;
}
.top-search_btn i {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .top-search_btn i {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-search_btn i {
    font-size: 0.2153846154rem;
  }
}
.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;
}
.top .topmob_search-btn {
  display: none;
}
@media (max-width: 990px) {
  .top-logo {
    margin-right: 10px;
    width: 70%;
  }
  .top-logo img {
    width: 100%;
  }
  .top-right {
    display: none;
  }
  .top .topmob_search-btn {
    display: block;
    margin-left: auto;
  }
  .top .topmob_search-btn i {
    color: #fff;
  }
  .top-search {
    flex: 1;
    min-width: 1px;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: #1f3682;
    padding: 10px;
    z-index: 999;
  }
  .top-search.on {
    display: block;
  }
  .top-search_form {
    width: 100%;
    display: flex;
    position: static;
    height: 35px;
    padding: 2px;
  }
  .top-search_btn {
    width: 35px;
    height: 30px;
  }
  .top-search.on {
    display: flex;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: #1f3785;
}
.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 0.06rem 0;
  font-size: 0.21rem;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  border-bottom: 0.01rem solid transparent;
}
@media (max-width: 1054px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 0.2153846154rem;
  }
}
.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: #1f3682;
    min-width: 100%;
    border-radius: 0 0 0.05rem 0.05rem;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 0.8em 1.2em;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  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: #1f3682;
    top: 100%;
  }
  .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;
    font-weight: normal;
    text-align: left;
    border-bottom: none;
  }
  .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;
    text-align: left;
    color: #e7e7e7;
  }
}

.footer-info {
  background: url(../images/bg6.png) center no-repeat;
  background-size: cover;
  padding: 0.2rem 0 0.1rem 0;
}
.footer-info .wrap {
  align-items: center;
  justify-content: space-between;
}
.footer-logo {
  display: flex;
  margin-bottom: 0.1rem;
}
.footer-logo img {
  max-width: 100%;
  width: 100%;
}
.footer-contact p {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 2;
}
@media (max-width: 1054px) {
  .footer-contact p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-contact p {
    font-size: 0.2153846154rem;
  }
}
.footer-ewm {
  display: flex;
}
.footer-ewm_item {
  display: flex;
  width: 1.11rem;
  margin-left: 0.35rem;
  flex-direction: column;
  align-items: center;
}
.footer-ewm_item img {
  width: 100%;
  display: block;
  margin-bottom: 0.1rem;
}
.footer-ewm_item p {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .footer-ewm_item p {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .footer-ewm_item p {
    font-size: 0.1846153846rem;
  }
}
.footer-cp {
  background: #122563;
  padding: 0.15rem 0;
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .footer-cp {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-cp {
    font-size: 0.2153846154rem;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 41.6666666667%;
  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: 0.4rem;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 0.23rem;
  height: 0.23rem;
  background: #fff;
  border: 0.01rem solid #fff;
  margin: 0 0.17rem !important;
}
.banner .swiper-pagination-bullet-active {
  background: #1f3682;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    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 .swiper-pagination {
  bottom: 1.1rem;
}
.one-swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 0.1rem;
  height: 0.1rem;
  background: #AFB5CA;
  margin: 0 0.14rem !important;
  transition: all 0.5s ease;
  border-radius: 0.05rem;
}
.one-swiper .swiper-pagination-bullet-active {
  background: #1f3682;
  width: 0.4rem;
}
.one-swiper-item {
  display: block;
}
.one-swiper-item:hover .inner-bg {
  transform: scale(1.1);
}
.one-swiper-item-img {
  overflow: hidden;
  margin-bottom: 0.7rem;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 62.5598086124%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.one-swiper-item-text .p1 {
  font-size: 0.2rem;
  color: #1f3682;
  margin-bottom: 0.1rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}
.one-swiper-item-text .p2 {
  font-size: 0.18rem;
  color: #666666;
  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;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p2 {
    font-size: 0.2153846154rem;
  }
}

.box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.box-title_text {
  display: flex;
  align-items: center;
}
.box-title_text img {
  width: 0.32rem;
}
.box-title_text span {
  font-size: 0.26rem;
  color: #1f3682;
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: bold;
  margin-left: 0.1rem;
}
@media (max-width: 1054px) {
  .box-title_text span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .box-title_text span {
    font-size: 0.2461538462rem;
  }
}
.box-title_more {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #1f3682;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (max-width: 1054px) {
  .box-title_more {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .box-title_more {
    font-size: 0.1846153846rem;
  }
}
.box-title_more img {
  width: 0.22rem;
  margin-left: 0.1rem;
}

.boxa {
  padding: 0.4rem 0;
  background: #f8f9fe url(../images/bg2.png) bottom center no-repeat;
  background-size: cover;
}
.boxa-flex {
  justify-content: space-between;
}
.boxa-flex_left {
  width: 60.1438848921%;
}
.boxa-flex_right {
  width: 38.5611510791%;
}

.boxb {
  padding: 0.4rem 0 0.3rem 0;
}
.boxb-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.boxb-tab_item {
  width: 33%;
  border-left: 1px solid #b0b8d2;
  opacity: 0.5;
}
.boxb-tab_item:first-child {
  border-left: none;
}
.boxb-tab_item.on {
  opacity: 1;
}
.boxb-tab_item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxb-tab_item img {
  width: 0.32rem;
  margin-right: 0.1rem;
}
.boxb-tab_item span {
  font-weight: bold;
  font-size: 0.26rem;
  color: #1f3682;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .boxb-tab_item span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .boxb-tab_item span {
    font-size: 0.2153846154rem;
  }
}
.boxb-more {
  display: flex;
  justify-content: right;
  margin-top: 0.4rem;
}
.boxb-more .box-title_more {
  display: none;
}
.boxb-more .box-title_more.on {
  display: flex;
}

.boxc {
  padding: 0.4rem 0 0.8rem 0;
  background: url(../images/bg4.png) center no-repeat;
  background-size: cover;
}
.boxc-flex {
  justify-content: space-between;
}
.boxc-flex_left {
  width: 49.2805755396%;
}
.boxc-flex_right {
  width: 49.2805755396%;
}

.boxd {
  background: url(../images/bg5.png) center no-repeat;
  background-size: cover;
  padding: 0.4rem 0;
}
.boxd-list {
  display: flex;
  flex-wrap: wrap;
}
.boxd-list a {
  font-size: 0.21rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  padding-bottom: 0.1rem;
  margin-right: 0.7rem;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1054px) {
  .boxd-list a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxd-list a {
    font-size: 0.2153846154rem;
  }
}
.boxd-list a:last-child {
  margin-right: 0;
}
.boxd-list a:hover {
  border-bottom-color: #1f3682;
  color: #1f3682;
}

.list_one-item:last-child a {
  border-bottom: none;
}
.list_one-item a {
  display: flex;
  align-items: center;
  padding: 0.27rem 0;
  border-bottom: 1px dashed #c7ccdb;
}
.list_one-item a:hover {
  border-radius: 0.3rem 0 0.3rem 0;
  background: url(../images/bg1.png) center no-repeat;
  background-size: cover;
  border-bottom-color: transparent;
}
.list_one-item a:hover .list_one-item_time .p1 {
  color: #fff;
}
.list_one-item a:hover .list_one-item_time .p2 {
  color: rgba(255, 255, 255, 0.64);
}
.list_one-item a:hover .list_one-item_text .p1 {
  color: #fff;
}
.list_one-item_time {
  padding: 0 0.18rem;
  border-right: 1px solid #afb5ca;
  margin-right: 0.2rem;
}
.list_one-item_time .p1 {
  font-size: 0.22rem;
  color: #1f3682;
  margin-bottom: 0.1rem;
  line-height: 1;
}
@media (max-width: 1054px) {
  .list_one-item_time .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .list_one-item_time .p1 {
    font-size: 0.2461538462rem;
  }
}
.list_one-item_time .p2 {
  font-size: 0.18rem;
  color: #333333;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .list_one-item_time .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list_one-item_time .p2 {
    font-size: 0.1846153846rem;
  }
}
.list_one-item_text .p1 {
  font-size: 0.2rem;
  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;
}
@media (max-width: 1054px) {
  .list_one-item_text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item_text .p1 {
    font-size: 0.2153846154rem;
  }
}

.list_two {
  flex-wrap: wrap;
  margin: -0.24rem -0.11rem 0;
  display: none;
}
.list_two.on {
  display: flex;
}
.list_two-item {
  width: calc(33.33% - 0.22rem);
  margin: 0.24rem 0.11rem 0;
  border: 1px solid #d0d3e0;
}
.list_two-item:hover {
  background: url(../images/bg3.png) center no-repeat;
  background-size: cover;
  border-radius: 0.45rem 0 0.45rem 0;
}
.list_two-item:hover .p1 {
  color: #fff;
}
.list_two-item:hover .p2 {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.list_two-item:hover .p2 .s1 {
  color: rgba(255, 255, 255, 0.5);
}
.list_two-item:hover .p2 .s1 i {
  color: rgba(255, 255, 255, 0.5);
}
.list_two-item a {
  display: block;
  padding: 0.3rem 0.35rem 0.1rem;
}
.list_two-item .p1 {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
@media (max-width: 1054px) {
  .list_two-item .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item .p1 {
    font-size: 0.2153846154rem;
  }
}
.list_two-item .p2 {
  margin-top: 0.2rem;
  border-top: 1px solid #e5e5e5;
  padding-top: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_two-item .p2 .s1 {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
.list_two-item .p2 .s1 i {
  margin-right: 0.05rem;
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .list_two-item .p2 .s1 i {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item .p2 .s1 i {
    font-size: 0.2153846154rem;
  }
}
@media (max-width: 1054px) {
  .list_two-item .p2 .s1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item .p2 .s1 {
    font-size: 0.2153846154rem;
  }
}

.tuwen_one-item {
  margin-top: 0.34rem;
}
.tuwen_one-item a {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.2rem 0.3rem 0.2rem 0.15rem;
}
.tuwen_one-item a:hover .inner-bg {
  transform: scale(1.1);
}
.tuwen_one-item a:hover .tuwen_one-item-text .p1, .tuwen_one-item a:hover .tuwen_one-item-text .p2 {
  color: #1f3682;
}
.tuwen_one-item-img {
  width: 26.7153284672%;
  overflow: hidden;
  border-radius: 0.14rem;
  overflow: hidden;
  margin-right: 0.2rem;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 73.7704918033%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.tuwen_one-item-text .p1 {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.15rem;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .tuwen_one-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}
.tuwen_one-item-text .p2 {
  font-size: 0.18rem;
  color: #999999;
  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;
}
@media (max-width: 1054px) {
  .tuwen_one-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p2 {
    font-size: 0.2153846154rem;
  }
}

.page_banner {
  padding-bottom: 26.0416666667%;
  position: relative;
}
.page_banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.mob_page-menu-btn {
  display: none;
}

.page_content {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  line-height: 2;
}
@media (max-width: 1054px) {
  .page_content {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .page_content {
    font-size: 0.2153846154rem;
  }
}
.page_content img {
  max-width: 100% !important;
  max-height: auto !important;
}

.paging {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging_item,
.paging span {
  border: 0.01rem solid #ccc;
  padding: 0.04rem 0.08rem;
  margin: 0 0.03rem;
  color: #333;
}
.paging_item:hover,
.paging span:hover {
  background: #1f3682;
  border-color: #1f3682;
  color: #fff;
}
.paging span {
  border: none;
}

.page-title h1 {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.15rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1054px) {
  .page-title h1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-title h1 {
    font-size: 0.2461538462rem;
  }
}

.page-info {
  display: flex;
  justify-content: center;
  margin-bottom: 0.2rem;
  border-bottom: 0.01rem solid #efefef;
  padding-bottom: 0.1rem;
}
.page-info span {
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0 0.1rem;
}
@media (max-width: 1054px) {
  .page-info span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-info span {
    font-size: 0.1846153846rem;
  }
}

.page-next-prev {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.page-next-prev > div {
  width: 48%;
  border: 1px solid #efefef;
  padding: 0.1rem;
}
.page-next-prev a {
  font-size: 14px;
  color: #333;
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .page-next-prev a {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .page-next-prev a {
    font-size: 0.2153846154rem;
  }
}
.page-next-prev a:hover {
  color: #1f3682;
}

.layout_page {
  padding-bottom: 1.2rem;
}
.layout_page-box {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 990px) {
  .layout_page-left {
    width: 3.2rem;
    margin-top: -1.2rem;
    z-index: 100;
    position: relative;
    padding-bottom: 0.6rem;
  }
  .layout_page-left:after {
    width: 100%;
    height: calc(100% - 0.8rem);
    background: url(../images/nav-bg.png) no-repeat bottom #a42427;
    background-size: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s;
  }
  .layout_page-left-title {
    background: url(../images/nav-top.png) no-repeat center;
    padding: 0.4rem 0.2rem 0.3rem 0.45rem;
    background-size: 100%;
    font-size: 0.3rem;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: bold;
  }
}
@media (min-width: 990px) and (max-width: 1054px) {
  .layout_page-left-title {
    font-size: 16px;
  }
}
@media (min-width: 990px) and (max-width: 990px) {
  .layout_page-left-title {
    font-size: 0.2153846154rem;
  }
}
@media (min-width: 990px) {
  .layout_page-left-title span {
    display: block;
    line-height: 1.6;
    padding-top: 0.04rem;
    position: relative;
  }
  .layout_page-left-title span:after {
    bottom: auto;
    top: 0;
    width: 0.21rem;
    height: 0.02rem;
    background: #e7b21d;
    content: "";
    position: absolute;
    left: 0;
    transition: 0.5s;
  }
  .layout_page-menu {
    padding-bottom: 0.55rem;
    position: relative;
  }
  .layout_page-menu:after {
    background: #f5f8ff;
    height: 100%;
    left: 0.09rem;
    right: 0;
    width: auto;
    content: "";
    position: absolute;
    bottom: 0;
    transition: 0.5s;
  }
  .layout_page-menu-item {
    position: relative;
    z-index: 9;
  }
  .layout_page-menu-item p {
    font-size: 0.18rem;
    color: #333;
    margin-bottom: 0;
    line-height: 1.5;
    padding: 0 0.3rem 0 0.5rem;
    line-height: 1.2;
    position: relative;
  }
}
@media (min-width: 990px) and (max-width: 1054px) {
  .layout_page-menu-item p {
    font-size: 16px;
  }
}
@media (min-width: 990px) and (max-width: 990px) {
  .layout_page-menu-item p {
    font-size: 0.2153846154rem;
  }
}
@media (min-width: 990px) {
  .layout_page-menu-item p a {
    display: block;
    cursor: pointer;
    width: 100%;
    color: #333;
    background: url(../images/jt1.png) no-repeat right 0.3rem center;
    background-size: 0.07rem;
    border-bottom: 0.01rem dashed #d2d2d2;
    transition: 0.5s;
    padding: 0.18rem 0.45rem 0.18rem 0;
  }
  .layout_page-menu-item p:after {
    width: auto;
    height: auto;
    background: url(../images/nav-on.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    top: -0.12rem;
    right: -0.1rem;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    transition: 0.5s;
  }
  .layout_page-menu-item:hover p:after, .layout_page-menu-item.on p:after {
    opacity: 1;
  }
  .layout_page-menu-item:hover a, .layout_page-menu-item.on a {
    color: #fff;
    background: url(../images/jt2.png) no-repeat right 0.25rem center;
  }
}
.layout_page-right {
  padding: 0.4rem 0 0 0.6rem;
}
.layout_page-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.55rem;
  border-bottom: 0.01rem solid #e5e5e5;
}
.layout_page-top-title {
  font-size: 0.32rem;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
  padding-bottom: 0.15rem;
  position: relative;
}
@media (max-width: 1054px) {
  .layout_page-top-title {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .layout_page-top-title {
    font-size: 0.2153846154rem;
  }
}
.layout_page-top-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0.6rem;
  height: 0.04rem;
  left: 0;
  background: #1f3682;
}
.layout_page-top-crumbs {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .layout_page-top-crumbs {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .layout_page-top-crumbs {
    font-size: 0.2153846154rem;
  }
}
.layout_page-top-crumbs i {
  margin-right: 0.05rem;
  font-size: 0.2rem;
  color: #1f3682;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .layout_page-top-crumbs i {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout_page-top-crumbs i {
    font-size: 0.2153846154rem;
  }
}
.layout_page-top-crumbs span {
  margin: 0 0.05rem;
}
.layout_page-top-crumbs a:hover {
  color: #1f3682;
}

.page-list_item {
  display: flex;
  align-items: center;
  border-bottom: 0.01rem solid #dfdfdf;
}
.page-list_item:hover {
  background: #f8f8f8;
}
.page-list_item:hover a {
  color: #1f3682;
}
.page-list_item:before {
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: #1f3682;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
}
.page-list_item a {
  font-size: 0.18rem;
  color: #303030;
  margin-bottom: 0;
  line-height: 1.5;
  line-height: 0.6rem;
}
@media (max-width: 1054px) {
  .page-list_item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-list_item a {
    font-size: 0.2153846154rem;
  }
}
.page-list_item span {
  font-size: 0.18rem;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0 0.1rem;
}
@media (max-width: 1054px) {
  .page-list_item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-list_item span {
    font-size: 0.2153846154rem;
  }
}

.tuwen_page {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
}
.tuwen_page-item {
  width: calc(25% - 0.9375vw);
}
.tuwen_page-item a {
  display: block;
}
.tuwen_page-item a:hover .tuwen_page-item-img .inner-bg {
  transform: scale(1.1);
}
.tuwen_page-item a:hover .tuwen_page-item-text .p1 {
  color: #1f3682;
}
.tuwen_page-item-img {
  overflow: hidden;
  margin-bottom: 0.1rem;
  padding: 0 2vw;
  overflow: hidden;
}
.tuwen_page-item-img .inner-bg {
  padding-bottom: 142.53%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.tuwen_page-item-img .inner-bg {
  transition: all 0.5s ease;
}
.tuwen_page-item-text .p1 {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 5;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1054px) {
  .tuwen_page-item-text .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_page-item-text .p1 {
    font-size: 0.1846153846rem;
  }
}
.tuwen_page-item-text .p2 {
  font-size: 0.16rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .tuwen_page-item-text .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_page-item-text .p2 {
    font-size: 0.1846153846rem;
  }
}

@media (max-width: 990px) {
  .tuwen_page {
    gap: 10px;
  }
  .tuwen_page-item {
    width: calc(50% - 5px);
  }
  .mob_page-menu-btn {
    display: block;
  }
  .page_banner {
    padding-bottom: 40%;
    position: relative;
  }
  .page_banner > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
  .layout_page-box {
    flex-direction: column;
  }
  .layout_page-right {
    width: 100%;
    padding: 0;
  }
  .page-list_item a {
    line-height: 40px;
  }
  .layout_page-top-title {
    display: none;
  }
  .layout_page-top {
    margin-bottom: 10px;
  }
  .layout_page .wrap {
    padding: 0;
  }
  .layout_page {
    padding-bottom: 0;
  }
  .layout_page-right {
    padding: 15px;
  }
  .layout_page-left {
    width: 100%;
    margin-top: -40px;
    position: relative;
    z-index: 99;
  }
  .layout_page-left-title {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #1f3682;
  }
  .layout_page-left-title span {
    font-size: 18px;
    color: #fff;
  }
  .mob_page-menu-btn i {
    font-size: 18px;
    color: #fff;
  }
  .layout_page-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #1f3682;
    display: none;
  }
  .layout_page-menu.on {
    display: block;
  }
  .layout_page-menu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .layout_page-menu-item p a {
    display: block;
    padding: 5px 20px 0 30px;
    font-size: 15px;
    line-height: 2;
    color: #fff;
  }
}
@media (max-width: 1100px) {
  .wrap {
    max-width: 98%;
  }
  .top-search_form {
    height: 0.5rem;
  }
  .one-swiper .swiper-pagination {
    bottom: 1.7rem;
  }
  .list_one-item a {
    padding: 0.3rem 0;
  }
}
@media (max-width: 990px) {
  .one-swiper .swiper-pagination {
    bottom: 1.4rem;
  }
  .boxb-tab_item img {
    width: 15px;
  }
  .list_two {
    margin: -15px 0 0 0;
  }
  .list_two-item {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .list_two-item a {
    padding: 10px1;
  }
}
/*# sourceMappingURL=main.css.map */