.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,
.layout_pagelist_item a,
.layout_five-item-text,
.layout_four-video-text,
.list_one-item a,
.layout_one-swiper-item-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mwimg img,
.footer .layout_six-left img {
    display: inline-block;
    max-width: 100%;
height:auto;
}

.flex,
.layout_page-box,
.layout_five,
.layout_four-box,
.layout_two-box,
.layout_one-box,
.footer .layout_six-box {
    display: flex;
}

@media (max-width: 990px) {
    .flex,
    .layout_page-box,
    .layout_five,
    .layout_four-box,
    .layout_two-box,
    .layout_one-box,
    .footer .layout_six-box {
        flex-direction: column;
    }
    .flex>div,
    .layout_page-box>div,
    .layout_five>div,
    .layout_four-box>div,
    .layout_two-box>div,
    .layout_one-box>div,
    .footer .layout_six-box>div {
        width: 100%;
    }
}

div,
p,
a,
input,
span,
button,
form {
    box-sizing: border-box;
}

p {
    margin: 0;
}

.allpos,
.layout_five-item-btn,
.layout_four-video-btn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.wrap {
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
}

.header {
    background: #014899;
}

.top {
    background-size: cover;
    padding: 0.5% 0;
}

.top .wrap {
    position: relative;
}

.top-search {
    position: absolute;
    right: 0;
    top: 35%;
}

.top-search form {
    display: flex;
    width: 225px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 22px;
}

.top-search_input {
    flex: 1;
    min-width: 1px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    border: none;
    background: transparent;
}

.top-search_input:focus {
    outline: none;
}

.top-search_btn {
    width: 52px;
    margin: 1px;
    background: #fff;
    border-radius: 22px;
    color: #0092ff;
    border: none;
    cursor: pointer;
}

.top-img {
    display: flex;
    align-items: center;
    z-index: 9;
}

.top-img img {
    max-width: 100%;
height:auto;
}

.mob-nav_btn,
.mob-search-btn,
.nav-img,
.nav-close {
    display: none;
}

.nav {
    background: #2758a3;
}

.nav-box {
    display: flex;
}

.nav-box_item {
    position: relative;
    flex: 1;
}

.nav-box_item>a {
    text-align: center;
    display: block;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
}


/*.nav-box_item.on>a,*/

.nav-box_item:hover>a {
    background: #fff;
    color: #000;
}

.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: rgba(255,255,255,0.8);
        min-width: 100%;
        border-radius: 0 0 5px 5px;
        overflow: hidden;

    }
}

.sub-box_item>a {
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    text-align: center;
    color: #000;
    white-space: nowrap;
}

.sub-box_item>a:hover {
    background: rgba(0, 0, 0, 0.1);
}



@font-face {
  font-family: 'iconfont';
  src: url('/static/fonts/iconfont2.ttf?t=1741942245262') format('truetype');
}


#xyfw  .iconfont {
  font-family: "iconfont" !important;
  font-size: 36px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#xyfw .list_one {

    flex-wrap: wrap;
    display: flex;
    width: 100%;






       justify-content: center;
            /* 水平居中 */
            align-items: center;
            /* 垂直居中（如果需要） */
}

#xyfw .list_one .list_one-item {
    width: calc(20% - 30px);
    margin: 10px 30px 10px 0;
    height: 70px;
    border-bottom: 2px solid #cfcfcf;
    line-height: 70px;

  border-radius: 6px;
  background-color: #f7f8fa;
  box-shadow: 0px 2px 6.72px 1.28px rgba(65, 81, 121, 0.13);
transition: all 0.5s ease;
}


#xyfw .list_one .list_one-item:hover span{
color:#fff;
}
#xyfw .list_one .list_one-item:nth-child(5) {
    margin-right: 0;
}

#xyfw .list_one .list_one-item:nth-child(10) {
    margin-right: 0;
}
#xyfw .list_one .list_one-item:hover {
background:#014899;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
#xyfw .list_one .list_one-item:hover a{
font-weight:normal;
}
#xyfw .list_one .list_one-item a {
    font-size: 16px;
padding: 20px 30px;
display:flex;




           justify-content: center;
            /* 图标和文字水平居中 */
            align-items: center;
            /* 图标和文字垂直居中（可选） */

}


#xyfw .list_one .list_one-item a  span{
    color: #014899;


}
#xyfw .list_one .list_one-item a  span:hover{

color:#fff;
}
#xyfw .list_one .list_one-item a img{

}




@media (max-width: 990px) {
#xyfw .list_one { margin: -15px -7px 0 -7px; }
    #xyfw .list_one .list_one-item {
        width: calc(50% - 14px);
        margin: 15px 7px 0 7px !important;
    }

}
.footer {
  background: url(/static/images/foot_bg.png) center no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 0px;
}
.footer .layout_six {

    padding: 10px 0 10px 0;
}

.footer .layout_six-box {
    align-items: center;
}

.footer .layout_six-left {
    width: 40%;
}

.footer .layout_six-right {
    width: 60%;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.footer .layout_six-tuwen {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 5%;
}

.footer .layout_six-tuwen-text {
    flex: 1;
    min-width: 1px;
}

.footer .layout_six-tuwen-text p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    line-height: 2.5;
    padding: 0 0 0 40px;
}

.footer .layout_six-tuwen-text p:nth-child(1) {
    background: url(/static/images/ico-dz.png) no-repeat 0 50%;
}

.footer .layout_six-tuwen-text p:nth-child(2) {
    background: url(/static/images/ico-dh.png) no-repeat 0 50%;
}

.footer .layout_six-tuwen-img {
    width: 125px;
}

.footer .layout_six-tuwen-img img {
    width: 100%;
    display: block;
}

.footer .copyright {
    padding: 10px 0;

    text-align: center;
}
.footer .copyright .wrap{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .copyright p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;

    margin: 0 25px;
    height: 50px;
    line-height: 50px;
}

.banner {
    position: relative;
    overflow: hidden;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
background: rgba(0,0,0, 0.3);
font-size: 30px;
color: #fff;
display: flex;
width: 40px;
  align-items: center;
  justify-content: center;
}

.banner .swiper-slide a {
    display: block;
    padding-bottom: 35%;
    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-bullet {
    opacity: 1;

    width: 20px;
    height: 20px;

    background: url(/static/images/dot.png) center no-repeat;
    margin: 0 5px !important;
}

.banner .swiper-pagination-bullet-active {

    background: url(/static/images/dot-on.png) center no-repeat;
}

@media (max-width: 1025px) {
    .banner .swiper-pagination {
        bottom: 10px;
        text-align: center;
        padding-right: 0;
    }
    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 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;
    }
}

.layout_one {
    padding-top: 5px;
    padding-bottom: 10px;
}

@media (max-width: 1200px) {
    .layout_one {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 990px) {
    .layout_one {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.layout_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 50px;
    height: 50px;

    background: url(/static/images/t_img.png) no-repeat 0 50%;
background:none;
    padding: 0 20px 0 10px;
}

.layout_title span {
    font-size: 20px;
    color: #003a6c;
    margin-bottom: 0;
    line-height: 1.5;
font-weight: bold;
}

.layout_title span::before {}

.line-with-dot {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    /* Adjust this value to control the distance between the dot and the line */
}

.line-with-dot::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-70%);
    width: 115px;
    height: 3px;
    background-color: #ffae00;
    z-index: 10;
}

.line-with-dot::after {
    content: '';
    position: absolute;
    left: 10px;
    /* Adjust this value to control the start of the line */
    top: 50%;
    transform: translateY(-50%);
    width: 99%;
    /* Adjust this value to control the length of the line */
    height: 2px;
    /* Adjust this value to control the thickness of the line */
background-color: rgb(229, 229, 229);
}

@media (max-width: 1430px) {
    .layout_title span {
        font-size: 22px;
    }
}

@media (max-width: 990px) {
    .layout_title span {
        font-size: 22px;
    }
}

.layout_title a {
    font-size: 14px;
    color: #8d8d8d;
    margin-bottom: 0;
    line-height: 1.5;
}

@media (max-width: 1430px) {
    .layout_title a {
        font-size: 14px;
    }
}

@media (max-width: 990px) {
    .layout_title a {
        font-size: 14px;
    }
}

.layout_title a:hover {
    color: #0057b6;
}

.layout_title-center {
    text-align: center;
    position: relative;
    display: block;
}

.layout_title-center a {
    position: absolute;
    right: 0;
    bottom: 0;
}

.layout_one-box {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

.layout_one-title {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.layout_one-title p {
    margin: 45px 0;
}

.layout_one-title p span {
    display: block;
    font-size: 36px;
    color: #333333;
    margin-bottom: 0;
    line-height: 1;
}

.layout_one-left {
    width: 50%;
}

.layout_one-left .swiper-pagination {
    position: absolute;

    left: auto;
    right: 0;
    width: auto;
    padding: 5px 1px 1px 1px;
    text-align: right;
    bottom: 58px;
}


.layout_one-left .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-family: ".AppleSystemUIFont";
  font-size: 16px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  border: 1px solid #9c9c9c;
  transition: all linear 0.3s;
}

.layout_one-left .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4070ba;
  border: none;
}

.layout_one-right {
    width: 50%;
    padding: 0 0 0 45px;
}

.layout_one-swiper {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.layout_one-swiper-item {
    display: block;
    overflow: hidden;
}

.layout_one-swiper-item:hover .layout_one-swiper-item-img {
    transform: scale(1.1);
}

.layout_one-swiper-item-img {
    padding-bottom: 52.2151898734%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

.layout_one-swiper-item-text {
    position: relative;
    z-index: 9;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
    background: #3b92d4;
    padding: 14px 20px;
}

.list_one-item {
    display: flex;
    align-items: center;
    padding: 7px 5px;
    border-bottom:1px solid #dfdfdf;
    transition: all 0.5s ease;


}
.list_one-item:hover{
background:#f1f1f1;
border-left:3px solid #FCB317;
}
.list_one-item:hover a{
color: #003a6c;
font-weight:bold;
}
.layout_two .list_one-item {

    border-bottom:none;
}
.list_one-item:last-child {
    margin-bottom: 0;
}

.list_one-item a {
    flex: 1;
    min-width: 1px;
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    line-height: 1.5;
}
/*
.list_one-item a:hover {
    color: #FFAE00;
}*/

.list_one-item span {
    font-size: 18px;
    color: #c9c9c9;
    margin-bottom: 0;
    line-height: 1.5;
    margin-left: 10px;
}

.layout_more a {
    padding: 7px 30px;
    background: #FFAE00;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
}

.layout_more a i {
    margin-left: 10px;
}

.layout_more a:hover {
    background: rgba(155, 4, 4, 0.9);
}

.layout_two {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 10px;
}
.zlxy-bmdt{
    background: url(/static/images/dt-bg-1.png) no-repeat 50% 0 ;
     padding: 110px 0 15px 0;
    background-size: 100% 77%;
 

}
.zlxy-bmdt .layout_title{
    position: relative;
}
.zlxy-bmdt .layout_title span{
color:#fff;
}


.zlxy-bmdt .layout_title b{
    position: absolute;
    left: 0;
    bottom: 25px;
    font-size: 70px;
    font-family: Microsoft YaHei;

    color: #FFFFFF;
    opacity: 0.07;
    letter-spacing: 2px;
    font-weight: bold;
}
.zlxy-bmdt  .layout_title a{
color:#fff;
}
.zlxy-bmdt .layout_two-right{
width:100%;
}
.new-swiper {
    position: relative;
    overflow: hidden;
}
.zlxy-bmdt .layout_five-item {
    display: block;
    padding: 10px;
    background: #fff;
    border: 1px solid #E5E5E5;
    border-bottom: 3px solid #014899;


}


.zlxy-bmdt .layout_five-item:hover {
  transform: translateY(-10px);
  transition: all 0.5s ease;
}
.zlxy-bmdt  .bt-zy .bt{
font-size:18px;
line-height: 25px;
    margin: 20px 0;
}
.zlxy-bmdt  .bt-zy .zy{
font-size:14px;
line-height:25px;
}

@media (max-width: 990px) {
.zlxy-bmdt{

    background: #014899;

}
.zlxy-bmdt .layout_title b{

    font-size: 30px;

}

}



@media (max-width: 1200px) {
    .layout_two {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 990px) {
    .layout_two {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.layout_two-box {
    justify-content: space-between;
}

.layout_two-left {
    width: 32%;
}
.layout_two-center{
    width: 32%;
}
.layout_two-right {
    width: 30%;
}

.home-title {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;
}

.home-title>p {
    font-size: 36px;
    color: #333;
    margin-bottom: 0;
    line-height: 1.5;
}

.list_two {
    display: flex;
    flex-wrap: wrap;
    margin: -50px -29px 0 -29px;
}

.list_two-item {
    width: calc(50% - 58px);
    margin: 50px 29px 0 29px;
    position: relative;
}

.list_two-item a {
    border: 1px solid #333;
    display: block;
    padding: 40px 30px 40px 40px;
}

.list_two-item a:hover {
    border-color: #9b0404;
}

.list_two-item a:hover .list_two-item-text {
    color: #9b0404;
}

.list_two-item a:hover .list_two-item-time {
    color: #9b0404;
}

.list_two-item-text {
    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: 22px;
    color: #333;
    margin-bottom: 0;
    line-height: 35px;
    height: 70px;
}

.list_two-item-time {
    background: #fff;
    position: absolute;
    left: 55px;
    top: -15px;
    z-index: 9;
    padding: 0 10px;
    font-size: 20px;
    color: #333;
    margin-bottom: 0;
    line-height: 1.5;
}

.layout_three-item {
    margin-bottom: 23px;
}

.layout_three-item:last-child {
    margin-bottom: 0;
}

.layout_three-item a {
    display: flex;
}

.layout_three-item a:hover .layout_three-item-text {
    color: #9b0404;
}

.layout_three-item-time {
    width: 85px;
    margin-right: 23px;
}

.layout_three-item-time {
    text-align: center;
}

.layout_three-item-time .t1 {
    line-height: 35px;
    font-size: 22px;
    color: #fff;
    background: #cc6c67;
}

.layout_three-item-time .p2 {
    line-height: 34px;
    border: 1px solid #cc6c67;
    font-size: 14px;
    color: #cc6c67;
}

.layout_three-item-text {
    flex: 1;
    min-width: 1px;
    font-size: 22px;
    color: #333333;
    margin-bottom: 0;
    line-height: 1.5;
    height: 66px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.layout_four {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 1200px) {
    .layout_four {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 990px) {
    .layout_four {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.layout_four-box {
    justify-content: space-between;
}

.layout_four-left {
    width: 47.8571428571%;
}

.layout_four-right {
    width: 100%;
}

.layout_four-video {
    padding-bottom: 65.223880597%;
    position: relative;
    overflow: hidden;
}

.layout_four-video>img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}

.layout_four-video>img {
    transition: all 0.5s ease;
}

.layout_four-video:hover>img {
    transform: scale(1.1);
}

.layout_four-video-btn {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(64, 58, 56, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    margin: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}

.layout_four-video-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-image: linear-gradient(0deg, rgb(69, 69, 69) 0%, rgba(0, 0, 0, 0) 100%);
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    line-height: 94px;
}

.layout_five {
    margin: -20px -15px 0 -15px;
    flex-wrap: wrap;
}

.layout_five-item a:hover .layout_five-item-img {
    transform: scale(1.1);
}

.layout_five-item-img {
    padding-bottom: 61.9047619048%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

.layout_five-item-text {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: rgba(0, 0, 0, .5);
}

.layout_five-item-text img {
    margin-right: 10px;
    max-width: 100%;
}

.layout_five-item-btn {
    width: 34px;
    height: 34px;
    margin: auto;
    z-index: 9;
    cursor: pointer;
}

.layout_five-dyitem .layout_five-item-text {
    background-image: linear-gradient(0deg, rgb(69, 69, 69) 0%, rgba(0, 0, 0, 0) 100%);
}

.home-video-layer video {
    width: 100%;
}

.page-bannner {
    padding-bottom: 22.9166666667%;
    position: relative;
}

.page-bannner>img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}

.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: #1774c6;
        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(/static/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_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: #1774c6;
}

.page-menu_item.on .page-menu_item-inner {
    background: #e9f0f3;
}

.page-menu_item.on .page-menu_item-inner>a {
    color: #1774c6;
    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: #1774c6;
}

.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: 10px;
    margin-bottom: 1.041vw;
    background: #F9F9F9;
}

.page-wrap_right-title {
    display: flex;
    align-items: center;
}

.page-wrap_right-title i {
    font-size: 20px;
    color: #1774c6;
}

.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: #1774c6;
    margin-right: 5px;
}

.page-wrap_right .crumbs a:hover {
    color: #1774c6;
}

@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_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) {
.social-share { display: none; }
    .page_banner {
        padding-bottom: 40%;
    }
    .page_banner .page-title .wrap {
        background: #1774c6;
        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(/static/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_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: #1774c6;
}

.page-menu_item.on .page-menu_item-inner {
    background: #e9f0f3;
}

.page-menu_item.on .page-menu_item-inner>a {
    color: #1774c6;
    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: #1774c6;
}

.page-wrap_right {
    flex: 1;
    min-width: 1px;
    padding-top: 1.666vw;
}

.page-wrap_right-title {
    display: flex;
    align-items: center;
}

.page-wrap_right-title i {
    font-size: 20px;
    color: #1774c6;
}

.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: #1774c6;
    margin-right: 5px;
}

.page-wrap_right .crumbs a:hover {
    color: #1774c6;
}

@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: #1774c6;
    border-color: #1774c6;
    color: #fff;
}

.paging span {
    border: none;
}

.page-title h1 {
    font-size: 20px;
    margin: 0 0 15px 0;
    text-align: center;
}

.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: #1774c6;
}

.page-list_item {
    margin-bottom: 1.302vw;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    display: flex;
}

.page-list_item .date {
    width: 135px;
    margin-right: 35px;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 26px;
    height: 7.41vw;
    padding-top: 1.604vw;
    position: relative;
    transition: 0.5s;
    border-right: 1px solid #f2f2f2;
}

.page-list_item .date:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
    background: linear-gradient(90deg, #0060a7 7%, #00a9be 107%);
    background-size: 100% 100%;
}

.page-list_item .date .day {
    z-index: 9;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0.52vw;
    margin-bottom: 0.781vw;
    position: relative;
    color: #1774c6;
}

.page-list_item .date .day:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 1.3em;
    border-bottom: solid #aaa;
    position: absolute;
}

.page-list_item .date .year {
    position: relative;
    color: #a4a4a4;
    z-index: 9;
    font-size: 16px;
}

.page-list_item .txt {
    padding-right: 2.343vw;
    flex: 1;
    min-width: 1px;
}

.page-list_item .txt .tit {
    font-size: 18px;
    margin-bottom: 13px;
    color: #333;
}

.page-list_item .txt .desc {
    font-size: 14px;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #8d8b8b;
}

.page-list_item .txts {
    flex: 1;
    min-width: 1px;
    align-items: center;
    display: flex;
}

.page-list_item .pic {
    width: 16.25vw;
    height: 10.41vw;
    overflow: hidden;
}

.page-list_item .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 4px 5px 10px rgba(60, 60, 60, 0.8);
    display: block;
    transition: all 0.5s;
}

.page-list_item:hover {
    box-shadow: 0.52vw 0.26vw 0.781vw 0 rgba(37, 92, 121, 0.3);
}

.page-list_item:hover .pic img {
    transform: scale(1.1);
}

.page-list_item:hover .tit {
    font-weight: 700;
    color: #1774c6;
}

.page-list_item:hover .date:after {
    opacity: 1;
}

.page-list_item:hover .day,
.page-list_item:hover .year {
    color: #fff;
}

.page-list_item:hover .day:after {
    border-color: #fff;
}

@media (max-width: 990px) {
    .page-list_item {
        margin-bottom: 15px;
        flex-direction: column;
    }
    .page-list_item .date {
        display: flex;
        width: 100%;
        margin-right: 0;
        padding-left: 0;
        font-size: 14px;
        height: auto;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .page-list_item .date:after {
        display: none;
    }
    .page-list_item .date .day {
        order: 2;
        font-size: 14px;
        padding-bottom: 0;
        margin-bottom: 0;
        color: #a4a4a4;
        font-weight: normal;
    }
    .page-list_item .date .day:after {
        display: none;
    }
    .page-list_item .date .year {
        font-size: 14px;
    }
    .page-list_item .date .year:after {
        content: ".";
    }
    .page-list_item .txt {
        padding-right: 0;
        width: 100%;
        flex: none;
    }
    .page-list_item .txt .tit {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .page-list_item .txt .desc {
        line-height: 1.5;
    }
    .page-list_item .txts {
        padding: 10px;
        order: 2;
        flex-direction: column;
        align-items: flex-start;
    }
    .page-list_item .pic {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1430px) {
    .wrap {
        max-width: 1054px;
    }
    .header-nav_item>a {
        padding: 5px 17px;
    }
    .xyxw-box_slide-title {
        padding: 12px 0;
    }
    .xyfw-box {
        background: transparent;
    }
    .info:after {
        padding-bottom: 45%;
    }
    .mthz-list_item-text p {
        font-size: 20px;
    }
    .xydt {
        padding-top: 20px;
    }
}

.page-detail img {
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 990px) {
    .page-detail img {
        width: 100% !important;
        height: auto !important;
    }
    .header {
        background: #014899;
    }
    .mobile-nav-btn {
        display: block;
    }
    .mobile-nav-btn i {
        font-size: 30px;
        color: #fff;
    }
    .header-right {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 99;
        top: calc(100% - 2px);
        background: #1774c6;
        flex-direction: column;
        display: none;
    }
    .header-tags {
        order: 2;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 10px 0;
        margin-bottom: 0;
    }
    .header-tags a {
        font-size: 12px;
        margin: 5px 10px;
    }
    .header-nav {
        flex-direction: column;
    }
    .header-search_btn {
        display: none;
    }
    .header-nav_list {
        width: 100%;
        flex-direction: column;
    }
    .header-search {
        width: 100%;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .header-search_form {
        display: block;
        width: 100%;
        padding: 10px;
        position: static;
    }
    .header-search_form-form {
        border: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%;
    }
    .header-nav_item {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        flex-wrap: wrap;
    }
    .header-nav_item.act>i {
        transform: rotate(90deg);
    }
    .header-nav_item.act .header-subnav {
        display: block;
    }
    .header-nav_item>a {
        padding: 10px 15px;
        font-size: 15px;
    }
    .header-nav_item>i {
        transition: all 0.5s ease;
        display: block;
        font-size: 20px;
        color: #fff;
        padding: 10px;
    }
    .header-subnav {
        position: static;
        background: rgba(0, 0, 0, 0.1);
        display: none;
        width: 100%;
    }
    .header-subnav_liem {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .header-subnav_liem a {
        text-align: left;
        padding: 2px 30px;
        color: #fff;
    }
    .xyxw {
        padding: 20px 0;
    }
    .home-title_text img {
        height: 25px;
    }
    .home-title_text span {
        font-size: 20px;
    }
    .xyxw-box {
        margin-top: 20px;
        flex-direction: column;
    }
    .xyxw-box_slide,
    .xyxw-box_mid {
        width: 100%;
        margin: 0;
    }
    .xyxw-box_mid {
        margin: 20px 0;
    }
    .xyxw-box_slide-title {
        padding: 10px 0;
    }
    .xyxw-box_slide-title a,
    .xyxw-box_slide-title span {
        font-size: 14px;
        height: 42px;
    }
    .xyxw-box_swiper-text {
        padding: 0;
    }
    .xyxw-box_swiper-img {
        margin-bottom: 10px;
    }
    .xyxw-box_swiper-text h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .xyxw-box_swiper-text p {
        font-size: 14px;
    }
    .xyxw-box_swiper-control {
        margin-top: 10px;
    }
    .xyxw-box_swiper-pagination {
        margin: 0 10px;
    }
    .xyfw {
        background: #d6e4f4;
        margin: 0;
        padding: 20px 0;
    }
    .xyfw-box {
        margin-top: 20px;
        flex-wrap: wrap;
        padding: 0;
    }
    .xyfw-box_item {
        width: 20%;
        margin: 0 !important;
    }
    .xyfw-box_item-line {
        height: 20px;
    }
    .xyfw-box_item-text {
        font-size: 14px;
    }
    .header-logo img {
        height: 50px;
    }
    .xyfw-box_item-icon img {
        width: 50px;
    }
    .info {
        padding: 20px 0;
        background-size: cover;
    }
    .info:after {
        position: relative;
        width: 96vw;
        display: block;
        margin: 0 2vw;
    }
    .info-list {
        width: 100%;
        justify-content: space-between;
    }
    .info-list_item {
        width: calc(50% - 10px);
        margin: 10px 0;
    }
    .info-list_item-img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .info-list_item-img img {
        width: 25px;
    }
    .info-list_item-text {
        font-size: 16px;
    }
    .news {
        padding: 20px 0;
        background: #ecf5fb;
    }
    .info-nums {
        margin-top: 0;
    }
    .info-nums_list {
        flex-wrap: wrap;
    }
    .info-nums_item {
        width: 46%;
        margin: 2%;
    }
    .info-nums_item {
        height: 160px;
    }
    .info-nums_item-num {
        font-size: 20px;
    }
    .info-nums_item-img img {
        width: 40px;
    }
    .info-nums_item-text {
        font-size: 14px;
    }
    .news-box {
        padding: 10px 0;
        flex-direction: column;
    }
    .news-box>div {
        width: 100% !important;
    }
    .news-tzgg_list {
        border: 0 0 10px 10px;
        padding: 10px;
    }
    .news-tzgg_item {
        padding: 10px 0;
    }
    .news-zbgg_item {
        margin-bottom: 10px;
    }
    .news-mtbd {
        padding: 10px;
    }
    .xydt-list {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .xydt-list_item {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .xydt-list_item-img {
        margin-bottom: 10px;
    }
    .xydt-list_item-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .mthz {
        padding: 0 15px;
    }
    .mthz-list {
        margin-top: 20px;
        flex-direction: column;
    }
    .mthz-list_item {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }
    .mthz-list_item-text {
        left: 10px;
        bottom: 10px;
        right: 10px;
    }
    .mthz-list_item-text p {
        font-size: 16px;
    }
    .ztjj-box {
        margin-top: 20px;
    }
    .ztjj-swiper-control {
        margin-top: 20px;
    }
    .ztjj-swiper-pagination {
        margin: 0 10px;
    }
    .footer .friends {
        margin-bottom: 20px;
    }
    .footer-info_logo {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer-info_ewm {
        display: none;
    }
    .footer-info_logo-text {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        font-size: 14px;
    }
    .footer-copyright {
        padding-top: 10px;
    }
    .footer-copyright p {
        font-size: 14px;
        margin-right: 20px;
    }
}

.page-nyjgsz {}

.page-nyjgsz_item {
    border-left: 2px solid #1774c6;
    padding-left: 51px;
    margin-bottom: 38px;
}

.page-nyjgsz_item-title {
    font-size: 24px;
    color: #1774c6;
    margin-bottom: 24px;
    font-weight: bold;
}

.page-nyjgsz_item-list {
    display: flex;
    flex-wrap: wrap;
}

.page-nyjgsz_item-list p {
    width: 33.33%;
    border-bottom: 1px solid #eee;
    padding: 24px 16px 24px 0;
}

.page-nyjgsz_item-list p>a {
    font-size: 18px;
    color: #000;
}

.page-nyjgsz_item-list a:hover {
    color: #1774c6;
}

.page-nyjgsz_item-list p>span {
    font-size: 14px;
    display: block;
    color: #666;
    margin-top: 3px;
}

.page-nyjgsz_item-list p>span a {
    font-size: 14px;
    color: #666;
}

@media (max-width: 990px) {
    .page-nyjgsz_item {
        padding-left: 24px;
        margin-bottom: 36px;
    }
    .page-nyjgsz_item-title {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .page-nyjgsz_item-list p {
        width: 50%;
        padding: 18px 12px 18px 0;
    }
    .page-nyjgsz_item-list p>a {
        font-size: 14px;
    }
    .page-nyjgsz_item-list p>span {
        font-size: 12px;
    }
    .page-nyjgsz_item-list p>span a {
        font-size: 12px;
    }
}

.page-nyjgsz {}

.page-nyjgsz_item {
    border-left: 2px solid #1774c6;
    padding-left: 51px;
    margin-bottom: 38px;
}

.page-nyjgsz_item-title {
    font-size: 24px;
    color: #1774c6;
    margin-bottom: 24px;
    font-weight: bold;
}

.page-nyjgsz_item-list {
    display: flex;
    flex-wrap: wrap;
}

.page-nyjgsz_item-list p {
    width: 33.33%;
    border-bottom: 1px solid #eee;
    padding: 24px 16px 24px 0;
}

.page-nyjgsz_item-list p>a {
    font-size: 18px;
    color: #000;
}

.page-nyjgsz_item-list a:hover {
    color: #1774c6;
}

.page-nyjgsz_item-list p>span {
    font-size: 14px;
    display: block;
    color: #666;
    margin-top: 3px;
}

.page-nyjgsz_item-list p>span a {
    font-size: 14px;
    color: #666;
}

@media (max-width: 990px) {
    .page-nyjgsz_item {
        padding-left: 24px;
        margin-bottom: 36px;
    }
    .page-nyjgsz_item-title {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .page-nyjgsz_item-list p {
        width: 50%;
        padding: 18px 12px 18px 0;
    }
    .page-nyjgsz_item-list p>a {
        font-size: 14px;
    }
    .page-nyjgsz_item-list p>span {
        font-size: 12px;
    }
    .page-nyjgsz_item-list p>span a {
        font-size: 12px;
    }
}

.page_content {
    font-size: 16px;
    line-height: 2;
}

.page_content img {
    max-width: 100% !important;
    max-height: auto !important;
}

.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: #9b0404;
    border-color: #9b0404;
    color: #fff;
}

.paging span {
    border: none;
}

.page-title h1 {
    font-size: 20px;
    margin: 0 0 15px 0;
    text-align: center;
}

.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: #9b0404;
}

.layout_page {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 1200px) {
    .layout_page {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 990px) {
    .layout_page {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.layout_page-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.layout_page-top-title {
    display: flex;
    align-items: center;
    height: 45px;
}

.layout_page-top-title span {
    font-size: 22px;
    color: #9b0404;
}

.layout_page-top-position {
    font-size: 16px;
    color: #333;
}

.layout_page-top-position a {
    color: inherit;
    color: #333333;
}

.layout_page-top-position a:hover {
    color: #9b0404;
}

.layout_page-top-position span {
    color: #999999;
}

.mob_page-menu-btn {
    display: none;
}

.layout_page-left {
    width: 200px;
    margin-right: 5%;
}

.layout_page-left-title {
    display: flex;
    justify-content: center;
}

.layout_page-left-title p {
    font-size: 32px;
    color: #9b0404;
    margin-bottom: 0;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
}

.layout_page-right {
    flex: 1;
    min-width: 1px;
}

.layout_page-menu-item {
    border-bottom: 1px solid #bbbbbb;
}

.layout_page-menu-item a {
    display: block;
    padding: 18px 0;
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
}

.layout_page-menu-item:hover,
.layout_page-menu-item.on {
    border-color: #9b0404;
}

.layout_page-menu-item:hover a,
.layout_page-menu-item.on a {
    color: #9b0404;
}

.layout_pagelist_item {
    display: flex;
    align-items: center;
}

.layout_pagelist_item:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 6px;
    background-color: #999;
    margin-right: 5px;
}

.layout_pagelist_item a {
    flex: 1;
    min-width: 1px;
    font-size: 16px;
    line-height: 40px;
    color: #666;
}

.layout_pagelist_item span {
    color: #666;
    font-size: 16px;
    margin-left: 10px;
}

.layout_pagelist_item:hover a {
    color: #000;
}

@media (max-width: 1430px) {
    .wrap {
        max-width: 1025px;
    }
    .nav-box_item>a {
        font-size: 15px;
    }
    .layout_one-swiper-item-text {
        font-size: 16px;
    }
    .list_one-item a {
        font-size: 16px;
    }
    #xyfw .list_one .list_one-item a {
        font-size: 16px;   
 padding: 10px;
    }
    .list_one-item {
        margin-bottom: 11px;
padding:1px;
    }
    .layout_more a {
        font-size: 16px;
    }
    .home-title>p {
        font-size: 30px;
    }
    .list_two-item a {
        padding: 20px;
    }
    .list_two {
        margin: -48px -15px 0 -15px;
    }
    .list_two-item {
        width: calc(50% - 30px);
        margin: 48px 15px 0 15px;
    }
    .list_two-item a {
        padding: 30px;
    }
    .list_two-item-text {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
    .layout_three-item {
        margin-bottom: 19px;
    }
    .layout_three-item-time {
        margin-right: 15px;
    }
    .layout_three-item-time .t1 {
        line-height: 25px;
        font-size: 18px;
    }
    .layout_three-item-time .p2 {
        line-height: 25px;
        font-size: 12px;
    }
    .layout_three-item-text {
        font-size: 16px;
        height: 48px;
    }
    .layout_four-video-text {
        font-size: 16px;
        line-height: 50px;
    }
    .layout_five-item-text {
        font-size: 16px;
        padding: 6px 10px;
    }
    .layout_five-item-text img {
        height: 16px;
    }
    .footer .layout_six-tuwen {
        padding-left: 20%;
    }
    .footer .layout_six-tuwen-text p {
        font-size: 14px;
    }
.footer .layout_six-tuwen-img {
width: 80px;
}
    .footer .copyright p {
        font-size: 16px;
font-size: 16px;
        height: auto;
        line-height: 28px;
    }


.footer .wrap {

        padding: 20px 0;
    }
    .layout_one-title p span {
        font-size: 30px;
    }
}

@media (max-width: 990px) {
    .mob-search-btn {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 50px;
    }
    .mob-search-btn i {
        font-size: 24px;
        color: #fff;
    }
    .top-search.on {
        display: block;
        top: 100%;
        background: #0e5c9f;
        left: 0;
        right: 0;
        z-index: 99;
        padding: 10px;
    }
    .top-search.on form {
        width: 100%;
        height: 35px;
    }
    .mob-nav_btn {
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 99;
    }
    .mob-nav_btn i {
        font-size: 28px;
        color: #fff;
    }
    .nav {
        transition: all 0.5s ease;
        position: fixed;
        z-index: 999;
        background: transparent;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;

    }
    .nav:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        background: rgba(0, 0, 0, 0.5);
    }
    .nav.on {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    .nav-close {
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 99;
        cursor: pointer;
    }
    .nav-close i {
        font-size: 24px;
        color: #fff;
    }
    .nav .wrap {
        background: #0e5c9f;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15%;
        right: 0;
        z-index: 99;
    }
    .nav-img {
        display: flex;
        justify-content: center;
        padding: 15px 0;
    }
    .nav-img img {
        height: 70px;
    }
    .nav-box {
        flex-direction: column;
    }
    .nav-box_item {
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .nav-box_item.act .sub-box {
        display: block;
    }
    .nav-box_item.act .nav-box_item-arrow {
        transform: rotate(90deg);
    }
    .nav-box_item>a {
        flex: 1;
        min-width: 1px;
        text-align: left;
        color: #fff;
        font-size: 14px;
        padding: 10px 0;
    }
    .nav-box_item-arrow {
        transition: all 0.5s ease;
        display: block;
    }
    .nav-box_item-arrow i {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.9);
    }
    .sub-box {
        position: static;
        width: 100%;
        display: none;
    }
    .sub-box_item {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .sub-box_item a {
        font-size: 14px;
        opacity: 0.8;
        color: #fff;
        padding: 8px 15px;
    }
    .nav-close {
        display: block;
    }
    .top-img {
        text-align: left;
        padding-right: 30%;
    }
    .top-search {
        display: none;
    }
    .layout_one-box {
        padding: 0;
        background: transparent;
    }
    .layout_one-title {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 10px;
    }
    .layout_one-title p {
        display: flex;
        margin: 0 15px;
    }
    .layout_one-title p span {
        font-size: 20px;
    }
    .layout_one-left {
        margin-left: 0;
    }
    .layout_one-swiper-item-text {
        padding: 5px 10px;
    }
    .layout_one-right {
        margin-top: 20px;
        padding: 0;
    }
    .list_one-item span {
        font-size: 14px;
    }
    .list_two {
        margin: -20px 0 0 0;
    }
    .list_two-item {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .list_two-item a {
        padding: 10px;
    }
    .list_two-item-time {
        font-size: 14px;
    }
    .layout_two-left {
        margin-bottom: 20px;
    }
    .home-title {
        margin-bottom: 20px;
    }
    .home-title p {
        font-size: 20px;
    }
    .layout_more a {
        font-size: 14px;
        padding: 7px 15px;
    }
    .layout_five {
        margin: 0;
    }
    .layout_five-item {
        margin: 20px 0 0 0;
        width: 100%;
    }

.zlxy-bmdt .layout_five-item{
        width: 100%;
}
    .footer .layout_six {
        padding: 20px 0;
    }
    .footer .layout_six-tuwen {
        padding-left: 0;
    }
    .mob_page-menu-btn {
        display: block;
    }
    .mob_page-menu-btn i {
        font-size: 18px;
        color: #9b0404;
    }
    .layout_page-left {
        margin-right: 0;
    }
    .layout_page-left-title {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
    }
    .layout_page-left-title p {
        margin-bottom: 0;
        font-size: 20px;
    }
    .layout_page-menu {
        display: none;
    }
    .layout_page-menu.on {
        display: block;
    }
    .layout_page-menu-item a {
        padding: 7px 0;
        font-size: 16px;
        text-align: left;
    }
    .layout_page-top {
        margin-top: 10px;
    }
    .layout_page-top-title {
        display: none;
    }
    .layout_page-top-position {
        font-size: 14px;
    }
    .layout_pagelist_item a {
        font-size: 14px;
        line-height: 32px;
    }
    .layout_pagelist_item span {
        font-size: 14px;
    }
    .page-bannner {
        padding-bottom: 40%;
    }
}

.ztjj-box {
  margin: 30px 0;
}
.ztjj-swiper {
  position: relative;
  overflow: hidden;
}
.ztjj-swiper .swiper-slide a {
  display: block;
}
.ztjj-swiper .swiper-slide a .inner-bg {
  padding-bottom: 147.9365079365%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    transition: all 0.5s ease;
}


.ztjj-swiper .swiper-slide a .inner-bg:hover{

    transform: scale(1.1);

}
.ztjj-swiper-control {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.ztjj-swiper-arrow {
  cursor: pointer;
}
.ztjj-swiper-pagination {
  display: inline-flex;
  align-items: center;
  margin: 0 55px;
}
.ztjj-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #acb5c0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  opacity: 1;
}
.ztjj-swiper-pagination .swiper-pagination-bullet-active {
  background: #1774c6;
}

.new-swiper-arrow {
    display: flex;
    justify-content: space-between;
    margin-top:  10px;
}
.new-swiper-arrow > div {
    cursor: pointer;
}
.page-info {
display: flex;
    background: #F9F9F9;
    justify-content: center;
line-height: 1.8;
    align-items: center;
flex-wrap: wrap;
padding: 10px;
}