/* 全局样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Source Han Sans", /* 思源黑体 */
                         "Noto Sans CJK SC", /* Google Noto 版本 */
                         "Microsoft YaHei", /* Win 默认黑体 */
                         "PingFang SC", /* macOS 苹方 */
                         "Hiragino Sans GB", /* 旧版 macOS */
                         "黑体", /* 通用黑体 */
                         sans-serif;
 /* 最终后备 */
    ;
}

:root {
    --fivetittle-color: #002169;
/* 5大领域标题 */
    --fiveicon-color: #0033ca;
/* 5大领域图标 */
    --fivep-color: #121212;
/* 5大领域图标文字 */
    --tittleh2-color: #00115f;
  /* 蓝色-500 */
    --tittleh3-color: #4569bf;
  /* 蓝色-500 */
    --newslist-color: #3d3d3d;
 /* 灰色-500 */
    --text-color: #3d3d3d;
     /* 灰色-800 */
    --data-color: #6a6563;
      /* 日期-800 */
    --neirong-color: #bdb1ac;
     /* 标题摘要 */
    --cansai-color: #0051a1;
 /* 参赛截止日期 */
    --bg-color: #f9fafb;
       /* 灰色-50 */
    --list-width:300px;
}

a, 
        a:link, 
        a:visited, 
        a:hover, 
        a:active {
    cursor: pointer !important;
}
        /* 基础样式 */
body {
    color: #333;
}

a:hover {
    color: #000066;
    text-decoration: none !important
}
.clear{clear: both;}

/* 顶部导航栏容器 */
    .mobile-header {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 60px;
      background: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      z-index: 1000;
      padding: 0 15px;
      box-sizing: border-box;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
    }
    
    /* 导航栏内部布局 */
    .mobile-header-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      max-width: 1200px;
      margin: 0 auto;
    }
    
    /* Logo样式 */
    .mobile-logo {
      height: 50px;
    }
    
    .mobile-logo img {
      height: 100%;
      width: auto;
    }
    
    /* 汉堡菜单按钮 */
    .mobile-nav-toggle {
      width: 30px;
      height: 24px;
      cursor: pointer;
      position: relative;
    }
    
    .hamburger,
    .hamburger::before,
    .hamburger::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      background: #333;
      transition: all 0.3s ease;
      border-radius: 3px;
      left: 0;
    }
    
    .hamburger {
      top: 50%;
      transform: translateY(-50%);
    }
    
    .hamburger::before {
      top: -8px;
    }
    
    .hamburger::after {
      top: 8px;
    }
    
    /* 激活状态的汉堡菜单 */
    .mobile-nav-toggle.active .hamburger {
      background: transparent;
    }
    
    .mobile-nav-toggle.active .hamburger::before {
      transform: translateY(8px) rotate(45deg);
    }
    
    .mobile-nav-toggle.active .hamburger::after {
      transform: translateY(-8px) rotate(-45deg);
    }
    
    /* 遮罩层 */
    .overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }
    
    /* 移动端导航菜单 */
    .mobile-nav {
      display: none;
      position: fixed;
      top: 60px;
      left: 0;
      width: 100%;
      background: #fff;
      z-index: 1000;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      transform: translateY(-100%);
      transition: transform 0.3s ease;
    }
    
    .mobile-nav.active {
      transform: translateY(0);
      display: block;
      height: 100%;
    }
    .mobile-nav .nav_list ul{display: block;}
    
    .mobile-nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .mobile-nav .nav_list{width: 100%;text-align: left;}
    
    .mobile-nav li {
      border-bottom: 1px solid #f0f0f0;
    }
    
    .mobile-nav a {
      display: block !important;
      padding: 15px 20px !important;
      color: #333 !important;
      text-decoration: none !important;
      font-size: 14px !important;
      height: auto !important;
      line-height: 2 !important;;
    }
    
    .mobile-nav a:hover {
      background: #f5f5f5;
    }

.pb_sys_style1 .p_no_d{
border: 1px solid #054696 !important;
    color: #fff;
    background-color: #054696 !important;
}
.logo_search {
    width: 1500px;
    justify-content: space-between;
    margin: 0 auto;
}
.logo_search::after{clear: both;}

.logo {
    width: 56%;
    flex: none;
    max-width: 427px;
    float: left;
}

.logo img {
    width: 100%;
}

.search {
    width: 550px;
    display: flex;
    flex: none;
    margin-top: 55px;
    float: right;
}

.input_sr {
    width: 450px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: clamp(32px, 4.33vw, 40px);
    border: 1px #005196 solid;
    background: #f9fcff;
    font-size: 18px;
    color: #b7b7b7;
    flex: none;
    padding: 0 15px;
}

.btn_t {
    height: clamp(32px, 4.33vw, 40px);
    background: #005196;
    border: 1px #005196 solid;
    text-align: center;
    width: 75px;
    font-weight: bold;
    color: #fff;
    line-height: clamp(32px, 4.33vw, 40px);
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.btn_t button{background: none;
    border: 0;
margin-top: 3px;}

.icon-search:before {
    font-size: 27px
}

.nav {
    width: 100%;
    text-align: center;
    height: clamp(53px, 4.4vw, 67px);
    background: #054696;
    box-shadow: 0 15px 5px -10px rgba(0, 0, 0, 0.4);
    position: relative;top: 0;z-index: 200;
}

.nav_list {
    width: 1500px;
    margin: 0 auto;
}

.nav_list ul {
    display: flex;
}

.nav_list li {
    display: block;
}

.nav_list li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
letter-spacing: 0.1em;
    font-size:22px;  /* 1.8 → 2.3 */
    height: 67px;    /* 4.8 → 5.3 */
    line-height: 67px; /* 4.8 → 5.3 */
    padding: 0 clamp(36px, 3.6vw, 58px);  /* 3.4 → 3.9 */
    font-weight:normal;
}

.nav_list li a:hover {
    color: #cfaa60;
background: #054696;
    text-decoration: none !important;
}
.nav_list_hover {
    color: #cfaa60;
}
.nav_list_hover  a{
    color: #cfaa60 !important;
}




.nav_list > ul > li {
        position: relative;
      }
      
      /* Web端下拉菜单 */
      .nav_list > ul > li >.sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        min-width: 200px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        z-index: 100;
      }
      
      .sub-menu li {
        border-bottom: 1px solid #f0f0f0;
      }
      
      .sub-menu li a {
        display: block;
        color: #333 !important;
padding: 0 20px;
      }
      
      .sub-menu li a:hover {
        background: #f5f5f5;
color:#054696 !important;
      }
      
      .nav_list > ul > li:hover .sub-menu {
        display: block;
      }
      .nav_list > ul > li:hover .sub-menu a {
        font-size: 16px;
      }
      
      /* 移动端下拉菜单 */
      .mobile-nav .sub-menu {
        display: none;
        padding-left: 20px;
        background: rgba(0,0,0,0.05);
      }
      
      .mobile-nav .sub-menu li {
        border-bottom: none;
      }
      
      .mobile-nav .sub-menu li a {
        padding: 8px 15px;
        color: #666;
      }
      
      .mobile-nav .has-submenu > a:after {
        content: '+';
        float: right;
        margin-left: 5px;
        transition: transform 0.3s;
      }
      
      .mobile-nav .has-submenu.active > a:after {
        content: '-';
      }
      
      /* 响应式调整 */
      @media (max-width: 991px) {
        .nav_list > ul > li:hover .sub-menu {
          display: none;
          position: relative;
        }
        .nav_list li a:hover {
                background: #054696;
                color: #fff !important;
                text-decoration: none !important;
            }
      }

.banner1{
    width: 100%;

    aspect-ratio: 1856 / 578; /* 宽高比 3.84 */
    background:#014486 url(../images/1.jpg) top center no-repeat;
    background-size: cover;
}
.banner2{
    width: 100%;

    aspect-ratio: 1856 / 578; /* 宽高比 3.84 */
    background:#014486 url(../images/5.jpg) top center no-repeat;
    background-size: cover;
}
.banner3{
    width: 100%;

    aspect-ratio: 1856 / 578; /* 宽高比 3.84 */
    background:#014486 url(../images/3.jpg) top center no-repeat;
    background-size: cover;
}
.banner4{
    width: 100%;

    aspect-ratio: 1856 / 578; /* 宽高比 3.84 */
    background:#014486 url(../images/2.jpg) top center no-repeat;
    background-size: cover;
}
.banner5{
    width: 100%;

    aspect-ratio: 1856 / 578; /* 宽高比 3.84 */
    background:#014486 url(../images/4.jpg) top center no-repeat;
    background-size: cover;
}
.banner6{
    width: 100%;

    aspect-ratio: 1856 / 578; /* 宽高比 3.84 */
    background:#014486 url(../images/6.jpg) top center no-repeat;
    background-size: cover;
}

/* Swiper 容器全屏 */
.my-fullscreen-swiper {
  width: 100%;

    aspect-ratio: 1856 / 578; /* 宽高比 3.84 */
    background:#014486 url(../images/baner.png) top center no-repeat;
    background-size: cover;
}

.swiper-jb_left{ width: 250px;height:100%;background: linear-gradient(to right, #0054ae,  transparent); z-index: 9;position: absolute;top: 0;left: 0;}
.swiper-jb_right{width: 250px;height:100%;background: linear-gradient(to left, #0054ae,   transparent); z-index: 9;position: absolute;top: 0;right: 0;}

/* 图片自适应填充 */
.my-fullscreen-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 保持比例，覆盖整个区域 */
}

/* 分页器样式（避免冲突） */
.my-fullscreen-swiper .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
}

/* 导航按钮样式（避免冲突） */
.my-fullscreen-swiper .swiper-button-next,
.my-fullscreen-swiper .swiper-button-prev {
  color: white; /* 自定义颜色 */
  z-index: 10; /* 确保在最上层 */
  right: 30px;
}
.my-fullscreen-swiper .swiper-button-prev{left: 30px;}

.layout_div1 {
    width: 1500px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    gap: clamp(36px, calc(36px + (48 - 36) * (100vw - 1100px) / (1500 - 1100)), 48px);
    margin-bottom: 50px;
}

.tittle_h2 {
    width: 100%;
    height: clamp(39px, 3.5vw,53px);
    margin: 0 auto;
    color: #043673;
    font-size:clamp(17px, 1.57vw, 24px);
    line-height: clamp(39px, 3.5vw,53px);;
    letter-spacing: 0.1em;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    border-bottom: 1px #cecece solid;
font-weight: bold;
}

.tittle_h2 a {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0em;
}
.tittle_h2 a:hover{color: #054696}
.tittle_h2 span{font-size: 8px;color: #ff000;position: relative;top:0px;left: 2px;}

.tittle_h2 span {
    color: #cf1614;
}
.tittle_h3_div a{ position:absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0em;}
.tittle_h3_div{ position: relative;
    top: 0;
    left: 0;width:100%;margin-top: 13px;}
.tittle_h3_div span{font-size: 8px;color: #ff000;position: relative;top:0px;left: 2px;}
.tittle_h3_div  span {
    color: #cf1614;
}


.tittle_h3{background: #c4e6fc;height: 34px;border-radius: 5px; line-height: 34px;text-align: center;font-size: clamp(14px, 1.385vw,22px);color: #015294;display:inline-block;padding:0 16px; letter-spacing: 0.1em;font-weight: bold;}
.tittle_h3 a{color: #015294;letter-spacing: 0.1em;font-weight: bold;font-size: clamp(14px, 1.385vw,22px);color: #015294;}

.flash_div {
    width: clamp(322px, calc(354px + (483 - 354) * (100vw - 1100px) / (1500 - 1100)), 482px);
    width: 
    position: relative;
    top: 0;
    left: 0;
}
.flash_div .swiper{height: 430px;}
.flash_img{overflow: hidden;}
.flash_img img{transition: transform 0.5s;}
.flash_div:hover .flash_img img {
            transform: scale(1.05);
        }

.flash_bg {
    height: clamp(40px, 9.9vh, 68px);
    background: #000;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 100;
    flex: none;
}

.flash_p {
    font-size: clamp(18px, 2vh, 24px);
    padding:0 10px;
    padding-top: 10px;
    text-align: left;
    z-index: 101;
}

.flash_p h2 a {
    font-size: clamp(18px, 1.13vw, 20px);
    line-height: 30px;
    color: #575757;
}
.flash_p h2 a:hover{ color:#054696 }
.flash_p p {
    font-size: 14px;
    line-height:24px;
    color: #888888;
    margin-top: 25px;
    padding:0 15px;
    text-indent: 2em;
}

.swiper {
    width: 100%;
    height: 100%;
}

.my-fullscreen-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
                    /* Center slide text vertically */
    display: -webkit-block;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.my-fullscreen-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-fullscreen-swiper .swiper-pagination {
    text-align: right !important;
    padding-right: 20px;
    width: 200px  !important;
    left: auto !important;
    right: 60px !important;
    bottom: 20px !important;
border-right:1px #fff solid;
padding-right:25px;
margin-right:25px;
}
.my-fullscreen-swiper .pagination_more{position: absolute;bottom:23px;right: 20px; z-index: 999;font-size: 12px; color: #fff;}
.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

.my-fullscreen-swiper .swiper-pagination-bullet-active {
    background: #d0ab60 !important;
}

.my-fullscreen-swiper .swiper-pagination-bullet {
    width: 10px;
    height:10px;
margin:0 7px !important;
}

.flash_div .swiper-slide {
    text-align: center;
    font-size: 18px;
                    /* Center slide text vertically */
    display: -webkit-block;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flash_div .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
aspect-ratio:482 / 322;
}

.flash_div .swiper-pagination {
    text-align: right !important;
    width: 80px  !important;
    left: auto !important;
    right: 50% !important;
    bottom: 0px !important;
    margin-left: -40px;
}
.flash_div .pagination_more{position: absolute;bottom:25px;right: 20px; z-index: 999;font-size: 12px; color: #fff;}
.flash_div .swiper-button-next:after,.flash_div  .swiper-button-prev:after{display: none}
.flash_div .iconfont{font-size: 40px;}
.flash_div .swiper-button-next, .flash_div .swiper-button-prev{top: auto;bottom: -15px; color:#888888}
.flash_div .swiper-button-next:hover, .flash_div .swiper-button-prev:hover{color:#274795}
.flash_div .swiper-button-next .iconfont{transform: scaleX(-1);}
.swiper-pagination-bullet {
    background: #ebebeb !important;
    opacity: 1 !important;
}

.flash_div .swiper-pagination-bullet-active {
    background: #274795 !important;
}

.flash_div .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
}

.jiang_swiper{width: 100%;margin-top: 10px;aspect-ratio:385 / 270}
.jiang_swiper .jiang_img img{width: 100%;aspect-ratio:385 / 270}


.news_div {
    flex: none;
    width: clamp(295px, calc(295px + (440 - 295) * (100vw - 1000px) / (1500 - 1000)), 440px);
}


.news_list1 {
    width: 100%;
    margin-top: 20px;
}

.news_list1 ul li {
    display: flex;
    width: 100%;
    margin-bottom: 2px;
}

.news_list1 ul li b {
    width: 5px;
    flex: none;
    font-size:clamp(13px, 1.08vw,18px);
    font-weight: bold;
    color: #c2c2c2;margin-right: 15px;
}

.news_list1 ul li span {
    width: 120px;
    flex: none;
    font-size:clamp(13px, 1.08vw,18px);
    color: #c2c2c2
}
.lj_rq{text-align: left;}
.lj_rq .rq{ color:#949494;font-size:12px;line-height:27px; }
.news_list1 ul li a {
    flex: 1;
    text-align: left;
    font-size:clamp(13px, 1.08vw,18px);
    color: #313131
}

.news_list1 ul li a:hover {
    color: #125cb1;
    text-decoration: underline
}



.news_list {
    width: 100%;
    margin-top: 20px;
}

.news_list ul li {
    display: flex;
    width: 100%;
    line-height: 30px;
margin-bottom:8px;
}

.news_list ul li b {
    width: 5px;
    flex: none;
    font-size:18px;
    font-weight: bold;
    color: #c2c2c2;margin-right: 15px;
}

.news_list ul li span {
    width: 120px;
    flex: none;
    font-size:18px;
    color: #c2c2c2
}

.news_list ul li a {
    flex: 1;
    text-align: left;
    font-size:18px;
    color: #313131
}

.news_list ul li a:hover {
    color: #125cb1;
    text-decoration: underline
}
.img_list{display: flex;gap: 20px}
.layout_div2 {
    width: 1500px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    gap: 20px
}

.cx_div {
    flex: 1;
    border: 2px #c0d3ff solid;
    padding: 0 9px;
    padding-bottom: 9px;
    padding: 9px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.cx_list {
    flex: 1.5;
    border: 2px #c0d3ff solid;
    padding: 15px 25px;
    padding-bottom: 0px;
}

.cx_div .tittle_h2 {
    padding-bottom: 65px;
    border-bottom: 2px #5f8be1 solid;
}

.zs_div {
    background: #dfe8f9;
}

.zs_btn_list {
    width: 100%;
    display: flex;
}
.toggle-btn{padding: clamp(18px, 2.2vw, 25px) 0 clamp(18px, 2.2vw, 30px) 0;}
.zs_btn_list a {
    font-size: clamp(20px, 1.5vw, 26px);
    color: #628de1;
    flex: 1;
    
    letter-spacing: 0.2em;
}

.zs_btn_list a:hover {
    text-decoration: none !important;
    font-weight: bold
}

.zs_btn_list a:hover span {
    border-bottom: 3px#628de1 solid;
    padding-bottom: 10px
}

.zs_btn_list1 {
    width: 100%;
    display: flex;
}

.zs_btn_list1 a {
    font-size: clamp(20px, 1.5vw, 26px);
    color: #628de1;
    flex: 1;
    padding: clamp(18px, 2.2vw, 40px) 0;
    letter-spacing: 0.2em;
}
.zs_div_a{font-size: clamp(20px, 1.5vw, 26px);
    color: #628de1;
    flex: 1;
    padding: clamp(18px, 2.2vw, 25px) 0 clamp(18px, 2.2vw, 30px) 0;
    letter-spacing: 0.2em;}

.zs_btn_list1 a:hover {
    text-decoration: none !important;
    font-weight: bold
}

.zs_btn_list1 a:hover span {
    border-bottom: 3px#628de1 solid;
    padding-bottom: 10px
}

.zs_btn_zw {
    flex: 1;
}

.active {
    text-decoration: none !important;
    font-weight: bold
}

.active span {
    border-bottom: 3px#628de1 solid;
    padding-bottom: 10px;
}




.cx_list .news_list ul {
    margin-top: 24px;
}

.hot_zt {
    width: 100%;
    background: #f0f7fc;
}

.hot_zt_div {
    width: 1580px;
    margin: 25px auto;
    padding: 30px 50px;
    overflow: hidden;
    position: relative;
}

.banner_bg{position: absolute;z-index: 150;bottom: 0%;left: 0%;height:300px;background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));width: 100%;display: none}
.banner_p{position: absolute;z-index: 160;bottom: 10px;left: 0%;height:50px;font-size: 20px; color: #fff;line-height: 30px;padding:0  6%;width:88%;display: block;text-align: left;max-width: 1300px;}
.banner_p a{font-size: 32px; color: #fff;line-height: 40px;width: 100%;display: block;font-size: clamp(23px, 1.84vw, 32px);}

.layout_kycx{width: clamp(322px, calc(354px + (483 - 354) * (100vw - 1100px) / (1500 - 1100)), 482px);background: #f7f7f7;padding:10px 18px;text-align: left;height: 460px;flex: none}
.layout_kycx .news_list{margin-top: 15px;}
.kycx_video_div{width: 100%;aspect-ratio:200 / 109}
.kycx_video_div .tittle_h3{margin-bottom:15px;}
.kycx_video{width: 100%; position: relative;top: 0;left: 0;aspect-ratio:200 / 109}
.kycx_video_img{width: 100%; position: absolute;z-index: 100;top: 0; overflow: hidden;aspect-ratio:200 / 109}
.kycx_video_img img{width: 100%; transition: transform 0.5s;}
.kycx_video_img:hover img {
            transform: scale(1.05);
        }
.img_fx{width:100%;aspect-ratio:200 / 109;overflow: hidden;}
.img_fx .tittle_h3{margin-bottom:15px;}
.img_fx img{width:100%;transition: transform 0.5s;}
.img_fx:hover img {
            transform: scale(1.05);
        }


.kycx_video_icon{position: absolute;z-index: 350;top: 50%;left: 50%;margin-top: -30px;margin-left: -30px; opacity: 1}
.kycx_video_icon .icon-24gf-playCircle{font-size: 60px; color: #fff;}
.kycx_video_bg{position: absolute;z-index: 150;bottom: 0%;left: 0%;height:100px;background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));width: 100%}
.kycx_video_p{position: absolute;z-index: 160;bottom: 15px;left: 0%; font-size: 16px; color: #fff;padding:0 20px;}
.kycx_video_time{position: absolute;z-index: 170;bottom: 10px;right: 20px ;font-size: 12px; color: #fff;}

.kycx_zl{width: 100%;margin-top: 15px;}
.kycx_zl img{width: 100%;}

.zcjd_div{display: flex;gap: 30px;margin-top:20px;margin-bottom:20px;}
.zcjd_left{width: 35%;flex: none}
.zcjd_left img{width:100%; box-shadow: 6px 6px 0 #eeeeee;} 
.zcjd_right{width: 55%;flex: none;}


.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 30px;
}
.layout_zjxxk{width: clamp(325px, calc(325px + (440 - 325) * (100vw - 1100px) / (1500 - 1100)), 440px);text-align: left;flex: none;padding:10px 18px;background: #f7f7f7;}
.layout_zjxxk_div{width: 100%;height: 290px;}
.guanggao1{width: 100%;margin-top: 20px;}
.guanggao1 img{width: 100%;}
.zjklr_btn{width: 100%;display: flex;gap: 20px;margin:0px;margin-top:25px;}
.lr_1,.lr_2,.lr_3{text-align: center;width: 120px;height: 118px;border-top: 1px #e4e4e4 solid;border-bottom: 2px #015293 solid;background: #ffffff;-webkit-box-shadow: 6px 6px 0 #eeeeee;-moz-box-shadow: 6px 6px 0 #eeeeee;box-shadow: 6px 6px 0 #eeeeee;}
.lr_div:hover{background: #e4e4e4;cursor: pointer;}
.lr_div p{ color:#525253;font-size: clamp(12px, 1.15vw,16px);margin-top: 10px;padding:0 10px;}
.icon_img{margin-top: 20px;}


.layout_jxps{width: clamp(325px, calc(325px + (440 - 325) * (100vw - 1100px) / (1500 - 1100)), 440px);background: #f7f7f7;padding:10px 18px;text-align: left;height: 460px;flex: none}
.btn_zlxz{width: 295px;height: 55px;margin:0 auto; }
.btn_zlxz a{font-size: 22px; color: #fff;width: 295px;height: 55px; background: #cfaa60;text-align: center; line-height: 55px;margin:0 auto;margin-top: 20px;border-radius: 40px;display: block;}
.btn_zlxz a span{font-size: 26px;}
.btn_zlxz a:hover{background: #054696;text-decoration: none !important}
.link_layout {
    width: 100%;
    border-top:1px #2e5586 solid;
    margin-top: 0px;
}

.link_layout_div {
    width: 1500px;
    margin: 0 auto;
}

.link {
}

.link_div1 {
    text-align: left;
    font-size: 16px;
    font-size: 16px;
    color: #4f4f4f;
    line-height: 40px;
    margin: 0 5px;
    height: 67px;
    line-height: 67px;
    border-bottom: 1px #bababa solid;
}
.link_div1 a{ font-size: 16px;
    color: #4f4f4f;}
.link_div1 a:hover{color: #054696}
.link_div2 {
    text-align: left;
    font-size: 16px;
    font-size: 16px;
    color: #4f4f4f;
    margin: 0 5px;
    border-bottom: 1px #bababa solid;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.link_div2 p{text-align: left; line-height: 30px;margin-bottom: 5px;}

.link_div1 span {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 40px;
    margin: 0 20px;
    display: inline-flex;
    gap: 5px
}
.span1{}
.span2{}
.span3{}

.icon-sousuo{color: #f39812;font-size: 30px !important;}



.link_div1 span p {
    flex: 1;
    font-size: clamp(14px, 1.15vw,16px);
    color: #fff;
    line-height: 40px;
}



.ewm_div {
    flex: none;
    width: 318px;
    background: #0d57ac;
    padding: 17px 9px;
    display: flex;
    gap: 20px
}
.ewm_img{flex: 1;}
.ewm_img img{width: 100%;}

footer {
    text-align:center;
    width: 740px;
    margin:0 auto;
    display: flex;
    gap: 15px;
    font-size: 14px;
    color: #4f4f4f;
    margin-bottom: 50px;
    padding-top: 10px;
}
footer p{}


.basic-select{width: 100%;
    height: clamp(35px, 2.7vw, 47px);
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px #5f8be1 solid;
    color: #717171;
    padding: 0 5%;}

.more_h5{display:none}

.list_layout{width: 100%;background: #f2f5fa !important}
.list_layout_div{width:1500px;display: flex;gap: 30px;margin:0 auto;padding-top: 35px;padding-bottom: 55px;}
    .list_btn_main{flex:none;width:var(--list-width);text-align: center}
    .list_btn_main li{color: #333333;font-size: 20px;margin-bottom: 15px;}
    .list_btn_main li a{ color: #333333;font-size: clamp(14px, 1.1vw, 18px);background: #ffffff; display: block;padding:10px 0;line-height: clamp(25px, 5vw - 30px, 50px);}
    .list_btn_main li a:hover{ color: #fff;font-size: clamp(14px, 1.1vw, 18px);background: #5f8be1;font-weight: bold;text-decoration: none !important}
    .list_btn_main_hover{ color: #fff !important;background: #5f8be1!important;font-weight: bold!important;text-decoration: none !important}
    .list_p_main{flex: none;width: calc(100% - 300px);}
    .mb_list{text-align: left;color: #333;font-size: clamp(14px, 1.1vw, 18px);}
    .mb_list a{color: #333;font-size: clamp(14px, 1.1vw, 18px);}
    .list_layout_main{width: 100%;background: #fff;margin:0 auto;margin-top: 20px;padding:30px 80px;}
    .list_layout_main .news_list{margin-top: 0;}
    .list_layout_main .news_list ul li{line-height: clamp(30px, 3.6vw, 60px);}

    .list_btn_main_hover{}
    @keyframes textMove {
      0% { transform: translateY(0); }
      30% { transform: translateY(-5px); }
      70% { transform: translateY(-5px); } /* 保持在上移位置 */
      100% { transform: translateY(0); }
    }
    .input3_div1 .input_1:active{animation: textMove 1s ease;}
    .list_btn_main li a:active{animation: textMove 1s ease;}
    /* 移动端触摸反馈 */
    .list_btn_main_hover {
        transform: scale(0.98);
        transition: transform 0.1s, background-color 0.1s;
    }
    
    /* 防止移动端长按菜单 */
    .schedule-item, .rc_list_16, .rc_list_17, .rc_list_18, .rc_list_19, .rc_list_20, .rc_list_21 {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;

    }

.neirong_layout{width: 100%;background: #f2f5fa !important}
.neirong_layout_div{width:1600px;margin:0 auto;padding-top: 35px;padding-bottom: 55px;}
.neirong_p_main{flex: none;width: 100%;}


.docSubject {
    font-size: 38px;
    color: #333;
    line-height: 56px;
    padding: 20px 0;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.bigdocContentall {
    font-size: 14pt !important;
    font-family: drcnet, 微软雅黑 !important;
}
.middledocContentall {
    font-size: 12pt !important;
    font-family: drcnet, 微软雅黑 !important;
}
.smalldocContentall {
    font-size: 10pt !important;
    font-family: drcnet, 微软雅黑 !important;
}
.share-qrcode {
    width: 24px;
    height: 24px;
    cursor: pointer;
        background-image: url(../images/wechat.png);
}
.docContent p {
    line-height: 200% !important;
    margin: 14px 0 !important;
    font-size: 12pt;
    font-family: drcnet, 微软雅黑 !important;
}
#fontstyle a {
    color: #666666;
}

.docContent {
    width: 100%;
    font-family: drcnet, 微软雅黑;
    line-height: 30px;
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
    font-size: 18px;
    color: #333;
}
.rem12{position: relative;text-align: left;}
.rem13{position: relative;text-align: left;height: 43px; background: #f4f5f9; line-height: 43px;}
.rem12_div{width: 1500px;margin:0 auto;}
.rem13 .wz{color: #575656;font-size: 12px;line-height: 24px;margin-bottom: 5px; color: #000;padding-top: 10px;}
.rem13 .wz a{color: #575656;font-size: 12px;line-height: 24px; color: #000}
.rem12 .lm{color: #054696;font-size: 24px;line-height: 40px;font-weight: bold;margin-bottom: 20px;}

.layout_div4 {width: 1500px;margin: 0 auto;margin-top:20px; margin-bottom: 50px;}
.layout_div4_lm{display: flex; gap: 48px;}
.layout_div4 .left{width: 912px;flex:none}
.layout_div4 .left .mtqh{display: flex;flex-direction: row;flex-wrap: wrap;}
.layout_div4 .left .mtqh li{width: 2.9rem;padding: 0.37rem;box-shadow:0 0 17px #c5c5c5;margin-right: 0.25rem;margin-top: 0.25rem;}
.layout_div4 .left .mtqh li a .bt{font-size: 0.18rem;color: #000;line-height: 0.26rem;font-weight: bold;overflow: hidden;margin-bottom: 0.18rem;}
.layout_div4 .left .mtqh li a .zy{font-size: 0.12rem;line-height: 0.2rem;margin-bottom: 0.5rem;}
.layout_div4 .left .mtqh li a .sj{font-size: 0.12rem;color: #791cb5;text-indent: 0.19rem;background: url(../image/sj.png) no-repeat left center;font-family: 'SOURCESANSPRO-BOLD';font-weight: bold;}

.ztxw_ul1{margin-top: .26rem;width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;border-bottom: 2px solid #cfcfcf;padding-bottom: .5rem;gap: 0 25px;}
.ztxw_ul1 li{padding-bottom: 25px;margin-bottom: 25px;position: relative;width: 436px;}

.ztxw_ul1 li .img{width: 100%;position: relative; overflow: hidden;}
.ztxw_ul1 li .img img{width: 100%;height: 100%;transition: transform 0.5s;aspect-ratio: 1856 / 578;}
.ztxw_ul1 li:hover .img img{   transform: scale(1.05);}

.ztxw_ul1 li .tit{margin-top: 20px;}
.ztxw_ul1 li .cwz{width: 100%;}
.ztxw_ul1 li .img .sj{width: 50px;height: 50px;background: rgba(186,154,5,.8);color: #fff;position: absolute;bottom: 20px;left: 20px;}
.ztxw_ul1 li .img .sj p{font-size: 16px;line-height: 22px;text-align: center;font-weight: bold;    margin-top: 8px;
  margin-bottom: 1px;}
.ztxw_ul1 li .img .sj span{font-size: 12px;line-height: 14.38px;display: block;text-align: center;}
.ztxw_ul1 li .tit .zy{font-size: 14px;line-height:24px;color: #777;text-align: left;}
.ztxw_ul1 li .bt{font-size: 18px;line-height: 24px;margin-bottom: 15px;transition: All 0.5s ease;-webkit-transition: All 0.5s ease;-moz-transition: All 0.5s ease;-o-transition: All 0.5s ease;font-weight: bold;color: #000;text-align: left;}
.ztxw_ul1 li .bt:hover{color: #054696;}
.ztxw_ul1 li:hover .tit .bt{color: #054696;}

.ztxw_ul2{width: 100%;    border-top: 1px solid #dcdcdc;}
.ztxw_ul2 li{padding-bottom:24px;padding-top: 28px; border-bottom: 1px solid #dcdcdc; display: flex;flex-direction: row;flex-wrap: wrap;}
.ztxw_ul2 li .sj{width: 68px;color: #054696;float: left;margin-right: .1rem;}
.ztxw_ul2 li .sj p{font-size: 28px;line-height: 28px;text-align: center;font-weight: bold;    padding-top:5px;}
.ztxw_ul2 li .sj span{font-size: 12px;line-height: 16px;text-align:  center;display: block;}

 .ztxw_ul2 li .tit{width:590px;float: left;text-align: left;}
    .ztxw_ul2 li .tit .bt{font-size: 18px;font-weight: bold;line-height: 26px;margin-bottom: 12px; color: #000;height:52px;}
    .ztxw_ul2 li .tit .zy{font-size: 14px;line-height: 24px;color: #868686;}

.ztxw_ul2 li:hover .tit .bt{color: #054696;} 
    
.ztxw_ul2 .zttj_img_li{position: relative;}
.ztxw_ul2 .zttj_img_li .img{    width: 278px;
  margin-right: 35px;
  float: left;
  position: relative; overflow: hidden;}
.ztxw_ul2 .zttj_img_li .img img{width: 100%;transition: transform 0.5s;aspect-ratio:278 / 171}
.ztxw_ul2 .zttj_img_li .img:hover img {
            transform: scale(1.05);
        }

  .ztxw_ul2 .zttj_img_li .sj{    width: 68px;height: 50px;
  color: #fff;
  float: left;
  margin-right: .1rem;
  position: absolute;
  top: 110px;
  left: 0;
  background: rgba(186, 154, 5, 0.8);}
  .ztxw_ul2 .zttj_img_li .sj p{padding-top:5px;}


.layout_div4 .right{width: 385px;flex:none}
.layout_div4  .right .zxgx{margin-top: 0.25rem;}
.zxgx_tit{border-bottom: 0.02rem solid #d6d6d6;padding-bottom: 20px;}
.zxgx_tit p{display: inline-block;float: left;}
.zxgx_tit .tp{width: 10px;height:36px;border-left: 5px #054696 solid;}
.zxgx_tit .tit{font-size:18px;line-height: 28px;color: #054696;text-indent: 0.18rem;}
.layout_div4  .right .zxgx ul{margin-top: 24px;margin-left: 6px;border-left: 1px solid #cfcfcf;}
.layout_div4  .right .zxgx ul li{position: relative;margin-bottom: 20px;}
.layout_div4  .right .zxgx ul li p.sj{font-size: 12px;color: #054696;    width: 59px;height: 26px;background: url(../images/zxgx_sj_bg.png) no-repeat;text-align: center;line-height: 25px;margin-left: 10px;margin-bottom: 15px;}
.layout_div4  .right .zxgx ul li p.sj:hover{color: #fff;background: url(../images/zxgx_sj_bg_h.png) no-repeat; }
.layout_div4  .right .zxgx ul li::before{content: "";width: 9px;height: 9px;border:1px solid #cfcfcf;border-radius: 50%;position: absolute;top:6px;left:-6px;background: #fff;}
.layout_div4  .right .zxgx ul li p.bt{font-size:14px;line-height:22px;margin-left: 17px; color: #000;text-align: left;}
.layout_div4  .right .zxgx ul li p.bt:hover{color: #054696;}
.layout_div4  .right .zxgx ul li+li+li p.sj{color: #000;}



.about_layout .arrow-right {
  position: relative;
  width: 40px;
  height: 20px;
  margin-top: 25px;
  display: none;
}
.about_layout  .arrow-right::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  top: 2px;
  left: 5px;
}
.about_layout{width: 1500px;display: flex;margin-top: 15px;}
.about_layout .left1 ul{width: 195px;border-left: 1px #1c2ab5 solid;text-align: left;flex: none;border-bottom: 1px #e9e4ed solid;}

.about_layout .left1 li{display: flex;justify-content: space-between;font-size: 16px;height: 65px;line-height: 65px;border-left: 1px #1c2ab5 solid;padding-left: 24px;border-top: 1px #e9e4ed solid;bottom: 1px #e9e4ed solid;border-right: 1px #e9e4ed solid;}
.about_layout .left1 li a{ color: #313030;font-size: 18px;}

.about_layout .left1 li:hover{border-left: 1px #fff solid !important; color: #054696;border-right: 0 !important; cursor: pointer;}
.about_layout .left1 li:hover a{ color: #054696;font-size: 18px;}
.about_layout .left1 li:hover .arrow-right{display: block;}

.about_left_hover{border-left: 1px #fff solid !important; color: #054696 !important;border-right: 0 !important}
.about_left_hover a{ color: #054696 !important;font-size: 16px !important;}
.about_left_hover .arrow-right{display: block !important;}

.about_layout .right1{width: calc(100% - 315px);text-align: left;flex: none;margin-left: 30px;margin-bottom: 50px;}
.about_layout .right1 p{font-size: 16px; color: #000; line-height: 40px;text-indent: 2em}

.subchannel{width: 100px;text-align: center;}
.ushare li{margin-bottom: 30px;}
.my-share-d{margin-top: 10px;}
.my-share-d .d1{margin-bottom: 10px;}
.my-share-d .iconfont{font-size: 30px; color: #ababab}
.my-share-d .iconfont:hover{font-size: 30px; color: #054696}

/*内容页调整*/
.nry_bt_real{    margin-top: -1.36rem;position: relative;z-index: 100;}
/*.dqwz .rem12 .wz{    margin-top: 78px;}*/
.nry_big .subchannel{padding: 0 0 .45rem 0;}
.nry_big .rem12 .right .zxgx{    margin-top: 0.38rem;}
.nry_con_out .ushare li b{background: #5c5b5d url(../image/nry_dj_img.png) no-repeat center center !important;}
.nry_con_out .ushare li.share b{background: #ba9a05 url(../image/nry_fx_img.png) no-repeat center center !important;}

.nry_con_out .ushare li:hover b{background: #791cb5 url(../image/nry_dj_img.png) no-repeat center center !important;}
.nry_con_out .ushare li.share:hover b{background: #791cb5 url(../image/nry_fx_img.png) no-repeat center center !important;}
.nry .nry_bt .wz{    margin-top: 58px;
  position: relative;
  top: -.88rem;}
  .nry .nry_bt{min-height: 1.04rem;}

.plist5{width: 100%;display: flex;margin-top: 12px;}
.plist5_img{flex: none;width: 54%; overflow: hidden;}
.plist5_img img{width: 100%;transition: transform 0.5s;}



          .plist5_img:hover img {
            transform: scale(1.05);
        }

.plist5_p{flex: none;margin-left: 4%;width: 44%;}
.plist5_p h2 a{text-align: left;text-align: left;font-size: 18px;color: #313131;font-weight: bold;}
.plist5_p p{text-align: left;text-align: left;font-size: 14px;color: #7a7a7a;margin-top: 10px;line-height: 22px;}


.pb_sys_common{margin:30px 0 !important;}




@media screen and (max-width: 1600px) {
.logo_search,.nav_list,.layout_div1,.layout_div2,.hot_zt_div,.qylm_div,.link_layout_div,.list_layout_div,.neirong_layout_div,.about_layout,.rem12_div{width: 1500px;}
.input2_div1 {width: calc(100% - 160px);}
}

@media screen and (max-width: 1500px) {
.logo_search,.nav_list,.layout_div1,.layout_div2,.hot_zt_div,.qylm_div,.link_layout_div,.list_layout_div,.neirong_layout_div,.about_layout,.rem12_div{width: 1400px;}
.layout_div1{margin-bottom: 20px}

.flash_div,.layout_kycx{width: 450px;}
.news_div,.layout_zjxxk,.layout_jxps{width: 412px;}

.news_list ul li{line-height: 36px;}
.news_list ul li a {font-size: 15px;}
.flash_p h2 a{;font-weight: bold;}
.flash_p p{font-size: 14px;margin-top: 15px;}

.layout_zjxxk{height: 700px;}
.layout_jxps{ height: 700px;}
.layout_kycx{ height: 700px;}
.zjklr_btn{margin-top: 40px;}
.btn_zlxz a{width: 277px;height: 52px;font-size: 20px; line-height: 52px;}
.link_div1{font-size: 14px;}
.link_div2{font-size: 14px;padding:15px 0;}
.link_div2 p{line-height: 25px;}

.nav{height: 71px;  }
.nav_list li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-size:22px;  /* 1.8 → 2.3 */
    height: 67px;    /* 4.8 → 5.3 */
    line-height: 67px; /* 4.8 → 5.3 */
    padding: 0 45px;  /* 3.4 → 3.9 */
letter-spacing: 0.1em;
}
.logo{max-width: 375px;}
.search{margin-top:57px;}
.banner_p a{font-size: 28px;}
.flash_p{padding-top:10px;}
.flash_p h2{line-height: 26px;}
.flash_p p{padding:0;font-size: 14px; margin-top: 15px;line-height:26px;padding:0 10px;}
.flash_p h2 a{font-size: 18px;}
.flash_div .swiper{height:400px;}
.news_list ul li b{margin-right: 10px;}
.news_list1 ul li b{margin-right: 10px;margin-top: 2px;}

.btn_zlxz a{width: 237px;height: 38px;line-height: 38px;font-size: 18px;}
.btn_zlxz{width: 237px;}
.btn_zlxz a span{font-size: 24px;}

.zjklr_btn{margin-top: 25px;}
.layout_kycx,.layout_zjxxk,.layout_jxps{height: 430px;}
.layout_zjxxk_div{height: 260px;}
.link_div1{font-size: 14px;height: auto;line-height: 26px;padding-bottom: 10px;padding-top: 10px;}
.link_div1 a{font-size: 14px;}
.link_div2{font-size: 14px;}
.zs_btn_list1 a{font-size: 14px;}
footer{height: 50px;font-size: 12px;padding-top: 0;}
footer p{line-height: 20px;}
.kycx_video_p{font-size: 15px; line-height: 25px;}
.kycx_video_icon .icon-24gf-playCircle{font-size: 50px;}
.tittle_h2 a{top: 0;}
.lr_div p{font-size: 14px;}
.news_list ul li a{font-size: 17px;}
.news_list ul li{line-height: 28px;}
.flash_p{padding-top: 5px;}

.layout_div4{width: 96%;margin:0 auto;margin-top: 20px;margin-bottom: 40px;}
.layout_div4 .left{width:calc(100% - 400px);}
.layout_div4 .right{width: 350px;}

.ztxw_ul1 li{width: 46%;margin-right: 2% !important;}
.tuwen_list .ztxw_ul2 li .tit{width:calc(100% - 308px);}
.ztxw_ul2 .zttj_img_li .img{margin-right: 30px;}

}

@media screen and (max-width: 1400px) {
.logo_search,.nav_list,.layout_div1,.layout_div2,.hot_zt_div,.qylm_div,.link_layout_div,.list_layout_div,.neirong_layout_div,.about_layout,.rem12_div{width: 1300px;}
    .layout_div1,.layout_div2,.qylm_div{margin-top: 30px;}
.flash_div,.layout_kycx{width: 418px;}
.news_div,.layout_zjxxk,.layout_jxps{width: 382px;}

.nav{height: 71px;  }
.nav_list li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-size:22px; 
    height: 67px;    /* 4.8 → 5.3 */
    line-height: 67px; /* 4.8 → 5.3 */
    padding: 0 35px;  /* 3.4 → 3.9 */
}
.logo{max-width: 375px;}
.search{margin-top:57px;}
.banner_p a{font-size: 28px;}
.flash_p{padding-top:5px;}
.flash_p p{padding:0;font-size: 13px; margin-top: 5px;line-height:24px;}
.flash_p h2 a{font-size: 18px;}
.flash_div .swiper{height:380px;}
.news_list ul li b{margin-right: 10px;}

.btn_zlxz a{width: 237px;height: 38px;line-height: 38px;font-size: 18px;}
.btn_zlxz{width: 237px;}
.btn_zlxz a span{font-size: 24px;}

.zjklr_btn{margin-top: 20px;}
.layout_kycx,.layout_zjxxk,.layout_jxps{height: 400px;}
.link_div1{font-size: 12px;height: auto;line-height: 24px;padding-bottom: 10px;}
.link_div2{font-size: 12px;}
.zs_btn_list1 a{font-size: 14px;}
footer{height: 50px;font-size: 12px;padding-top: 0;}
footer p{line-height: 20px;}
.kycx_video_p{font-size: 14px;}
.kycx_video_icon .icon-24gf-playCircle{font-size: 50px;}
.tittle_h2 a{top: 0;}
.lr_div p{font-size: 14px;}
.news_list ul li a{font-size: 15px;}
.news_list ul li{line-height: 30px;margin-bottom: 1px;}

.layout_div4{width: 96%;margin:0 auto;margin-top: 20px;margin-bottom: 40px;}
.layout_div4 .left{width:calc(100% - 400px);}
.layout_div4 .right{width: 350px;}

.ztxw_ul2 .zttj_img_li .img{margin-right:30px;}

.news_list1 ul li{margin-bottom: 0;}
.lj_rq .rq{line-height: 22px;}

}

@media screen and (max-width: 1300px) {
.logo_search,.nav_list,.layout_div1,.layout_div2,.hot_zt_div,.qylm_div,.link_layout_div,.list_layout_div,.neirong_layout_div,.about_layout,.rem12_div{width: 1200px;}
:root {
    --list-width:200px;
}
 .layout_div1,.layout_div2,.qylm_div{margin-top: 30px;}
.flash_div,.layout_kycx{width: 386px;}
.news_div,.layout_zjxxk,.layout_jxps{width: 353px;}
.news_list ul li a{font-size: 14px;}
.news_list ul li{line-height: 24px;}

.nav{height: 65px;  }
.nav_list li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-size: 22px;  /* 1.8 → 2.3 */
    height: 65px;    /* 4.8 → 5.3 */
    line-height: 65px; /* 4.8 → 5.3 */
    padding: 0 30px;  /* 3.4 → 3.9 */
}
.logo{max-width: 350px;}
.search{margin-top:52px;}
.banner_p a{font-size: 25px;}
.flash_p{padding-top:3px;}
.flash_p p{padding:0;font-size: 12px; margin-top: 5px;line-height:22px;}
.flash_p h2{line-height: 22px;}
.flash_p h2 a{font-size: 16px;}
.flash_div .swiper{height: 345px;}
.news_list ul li b{margin-right: 10px;}

.btn_zlxz a{width: 237px;height: 38px;line-height: 38px;font-size: 18px;}
.btn_zlxz{width: 237px;}
.btn_zlxz a span{font-size: 24px;}

.zjklr_btn{margin-top: 20px;}
.lr_1, .lr_2, .lr_3{height: 110px;}
.layout_zjxxk_div {
        height: 232px;
    }
.guanggao1{margin-top: 10px;}
.layout_kycx,.layout_zjxxk,.layout_jxps{height: 375px;}
.link_div1{font-size: 14px;height: auto;line-height: 24px;padding-bottom: 10px;}
.link_div1 a{font-size: 14px;}
.link_div2{font-size: 14px;}
.zs_btn_list1 a{font-size: 14px;}
footer{height: 50px;font-size: 12px;padding-top: 0;}
footer p{line-height: 20px;}
.kycx_video_p{font-size: 14px;}
.kycx_video_icon .icon-24gf-playCircle{font-size: 50px;}
.tittle_h2 a{top: 0;}
.lr_div p{font-size: 12px;}

.layout_div4{width: 96%;margin:0 auto;margin-top: 20px;margin-bottom: 40px;}
.layout_div4 .left{width:calc(100% - 350px);}
.layout_div4 .right{width: 300px;}

.ztxw_ul2 .zttj_img_li .img{margin-right: 25px;}
.about_layout .right1 p{font-size: 14px;}
.plist5_p p{text-align: left;text-align: left;font-size: 12px;color: #7a7a7a;margin-top: 5px;line-height: 20px;}

.plist5_p h2 a{text-align: left;text-align: left;font-size: 16px;color: #313131;font-weight: bold;}
.plist5_p p{margin-top: 5px;line-height: 18px;}

.lj_rq .rq{line-height: 18px;}
}

@media screen and (max-width: 1200px) {
.logo_search,.nav_list,.layout_div1,.layout_div2,.hot_zt_div,.qylm_div,.link_layout_div,.list_layout_div,.neirong_layout_div,.about_layout,.rem12_div{width: 1100px;}
:root {
    --list-width:150px;
}
.logo{max-width: 320px;}
.search{margin-top:45px;}
.banner_p a{font-size: 24px;}

.ztxw_ul2 .zttj_img_li .img{margin-right: 20px;}

.layout_div1,.layout_div2,.qylm_div{margin-top: 30px;}
.nav_list li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-size:18px;  /* 1.8 → 2.3 */
    height: 67px;    /* 4.8 → 5.3 */
    line-height:67px; /* 4.8 → 5.3 */
    padding: 0 35px;  /* 3.4 → 3.9 */
}
.zs_div_a{font-size: 14px;
        padding: 28px 0;}
.input1_div1 .select-input{height: 25px !important;line-height: 25px !important; font-size: 12px !important; }
.input3_div1 .input_1{font-size: 14px !important; }
.news_list ul li a{font-size: 12px;}
.news_list ul li{line-height: 24px;        margin-bottom: 1px;}
.content-container{height: 170px !important;}
.flash_p{padding-top: 0;}
.flash_p p{padding:0;font-size: 10px; margin-top: 5px;line-height: 19px;}
.flash_p h2 a{font-size: 15px;}
.flash_div .swiper{height: 325px;}
.news_list ul li b{margin-right: 10px;}

.btn_zlxz a{width: 200px;height: 38px;line-height: 38px;font-size: 15px;}
.btn_zlxz{width: 200px;}
.btn_zlxz a span{font-size: 20px;}

.zjklr_btn{margin-top: 20px;}
.layout_kycx,.layout_zjxxk,.layout_jxps{height: 355px;}
.link_div1{font-size: 12px;height: auto;line-height: 24px;padding-bottom: 10px;}
.link_div1 a{font-size: 12px;}
.link_div2{font-size: 12px;}
.zs_btn_list1 a{font-size: 14px;}
footer{height: 50px;font-size: 12px;padding-top: 0;}
footer p{line-height: 20px;}
.kycx_video_p{font-size: 12px;}
.kycx_video_icon .icon-24gf-playCircle{font-size: 50px;}
.tittle_h2 a{top: 0;}

.flash_div,.layout_kycx{width:354px;}
.news_div,.layout_zjxxk,.layout_jxps{width: 324px;}


.layout_div4{width: 96%;margin:0 auto;margin-top: 20px;margin-bottom: 20px;}
.layout_div4 .left{width:calc(100% - 350px);}
.layout_div4 .right{width: 300px;}
.layout_div4 .rem12 .lm{font-size: 20px;margin-bottom: 10px;}
.ztxw_ul2 li .tit .bt{font-size: 16px;margin-top: 4px;}
.ztxw_ul2 li .sj p{font-size: 20px;}

.lj_rq{line-height: 20px;}
.lj_rq .rq{line-height: 20px;}
}
@media screen and (max-width: 1100px) {
    .logo_search,.nav_list,.layout_div1,.layout_div2,.hot_zt_div,.qylm_div,.link_layout_div,.about_layout,.rem12_div{width: 1000px;}
    .nav_list li a {
        color: #ffffff;
        display: block;
        text-decoration: none;
        font-size: clamp(16px, 1vw, 28px);  /* 1.8 → 2.3 */
        height: clamp(53px, 5.3vw, 86px);    /* 4.8 → 5.3 */
        line-height: clamp(53px, 5.3vw, 86px); /* 4.8 → 5.3 */
        padding: 0 35px;  /* 3.4 → 3.9 */
    }
    .zcjd_div{gap: 10px;}
    .zcjd_left{width: 45%;}
    .logo{max-width: 305px;}
    .search{margin-top:40px;}
    .news_list ul li {
        line-height: 34px;
    }
    .flash_bg {
        height: 40px;
    }
    .flash_p {
        font-size: 12px;
        line-height:20px;
        color: #fff;
        height:20px;
        padding-top: 10px;
    }
    .flash_p a {
        font-size: 12px;
        line-height:40px;
        color: #fff;
    }
    .swiper-pagination {
        bottom: 8px !important;
    }
    .cx_div .tittle_h2{padding-bottom: 50px}
    .zs_btn_list1 a {
        flex: 1;
        padding:20px 0;
    }
    .input1_div {
        font-size: 12px;
        height: 25px;
        line-height: 25px;
    }
    .input1_div1 .input_1{
        height: 25px;
        line-height: 25px;
    }
    .input1 {
        padding-bottom:15px;
    }
    .input1_div{width: 80px;}
    .link_div1{font-size: 12px;height: auto;line-height:10px;padding-bottom: 10px;}
    .link_div2{font-size: 12px;}
    .zs_btn_list1 a{font-size: 14px;}
    .input1_div1{line-height: 22px;height: 25px;}
    .input2_div{width: 80px; height: 25px;line-height: 25px;}
    .input2_div1{line-height: 22px;    width: calc(100% - 140px);}
    .input2_div1 .input_1{ height: 25px;line-height: 25px;}
    .input2_yzm{width: 40px;}
    .input2{padding-bottom: 10px;}
    .zs_btn_list a{font-size: 14px;padding:20px;}
    .custom-select{height: 25px;line-height: 25px;}
    .input4_yzm{width: 40px;}
    .input4_div{width: 80px;height: 25px}
    .input4{padding-bottom: 10px;}
    .input4_div1 .input_1{height: 25px;}
    .custom-select1{height: 25px;}
    .input4_div1{width: calc(100% - 140px);height: 25px;line-height: 22px;}
    .swiper-container-five .swiper-slide p{font-size: 14px;}
    .news_list ul li a{font-size: 12px;}
    .news_list1 ul li a{font-size: 12px;}
    
    .link_div1 span{font-size: 14px;}
    .link_layout{padding:10px 0;    margin-top: 0px;}
    footer{height: 50px;font-size: 12px;padding-top: 0;}
    footer p{line-height: 20px;}
    .swiper-container-four .swiper-slide p{font-size: 14px;}
    .banner {
        height: 400px;
        background: #014486 url(../images/baner.png) center center no-repeat;
    }
    .swiper-container-five{padding-bottom: 10px;}

    .flash_div,.layout_kycx{width:322px;height: 355px;}
    .news_div,.layout_zjxxk,.layout_jxps{width: 294px;height: 355px;}
        .layout_zjxxk_div {
        height: 240px;
    }
    .news_div{height:320px;}
    .flash_div{height: 320px;}
    .news_list ul li {line-height: 24px;margin-bottom: 3px;}
    .news_list ul li b{margin-right: 5px;}
    .flash_p h2 a{font-size: 15px; line-height: 18px;}
    .flash_p p {
        font-size: 10px;
        margin-top: 5px;
        line-height: 17px;
        padding: 0px;

    }
    .flash_div .swiper{height: 320px;overflow: hidden;}
    .banner_p a{font-size: 22px}

    .kycx_video_p{font-size: 12px;}
    .kycx_video_icon .icon-24gf-playCircle{font-size: 40px;}
    .zjklr_btn{margin-top: 20px;}
    .btn_zlxz a{width: 200px;height: 38px;line-height: 38px;font-size: 15px;}
    .btn_zlxz{width: 200px;}
    .btn_zlxz a span{font-size: 20px;}
    .lr_div p{font-size: 12px;padding:0 5px;}
    .link_div2 p{line-height: 20px;}
    .icon_img{margin-top: 15px;}
    .lr_1, .lr_2, .lr_3{height: 110px;}

    .layout_div4{width: 96%;margin:0 auto;margin-top: 20px;margin-bottom: 20px;}
    .layout_div4 .left{width: 100%;}
    .layout_div4 .right{display: none}
    .layout_div4 .rem12 .lm{font-size: 20px;margin-bottom: 10px;}
    .ztxw_ul2 li .tit .bt{font-size: 16px;margin-top: 4px;height:auto;}
    .ztxw_ul2 li .sj p{font-size: 20px;}

    .plist5_p{height: 75px; overflow: hidden;}
    .plist5_p h2 a{font-size: 14px;}
    .plist5_p p{text-align: left;text-align: left;font-size: 12px;color: #7a7a7a;margin-top: 5px;line-height: 20px;}

}


/* 响应式设计 */
@media screen and (max-width: 900px) {
      .my-fullscreen-swiper{display: none;}
      .more_h5{display: block}
      .tittle_h2 a{display: none}
      .mobile-header {display: block;}
      .nav:not(.mobile-nav) {margin-top: 60px;}
      .nav{display: none}
      .logo_search{display: none}
      .banner{display: none}
      .mobile-header{display: block;}
      .logo_search,.nav_list,.layout_div1,.layout_div2,.hot_zt_div,.qylm_div,.link_layout_div,.list_layout_div,.neirong_layout_div,footer,.about_layout,.rem12_div{width: 96%;}
      .flash_div,.news_div,.layout_kycx,.layout_zjxxk,.layout_jxps{width: 100%;}
      .flash_div{padding: 10px 10px;}
      .layout_div1{display: block;margin-top: 10px;}
      .flash_div{height: auto;margin-bottom: 0px;margin-top: 70px;}
      .flash_div .swiper{height: auto;padding-bottom:90px;}
      .flash_p h2 a{font-size: 16px;line-height: 26px;}
      .flash_p{margin-top: 5px;}
      .flash_p p{font-size: 12px; line-height: 24px;margin-top: 15px;}
      .news_div{height: auto;padding: 10px 10px;}
      .news_list{padding: 10px 10px;margin-top: 0;}
      .news_list ul li{line-height: 24px;margin-bottom: 10px;}
      .news_list ul li a{font-size: 14px;}

      .layout_kycx,.layout_zjxxk,.layout_jxps{height: auto;padding:0 15px;margin-top: 10px;}
      .link_div1 span{margin:0 5px; line-height: 30px;}

      .tittle_h2{font-size: 20px; height: 60px;line-height: 60px;}
      footer{display: block;}
      footer p{margin:0 auto;display: block !important;margin-bottom: 10px;}

          .more_h5 a {
        display: block;
        border: 1px #054696 solid;
        text-align: center;
        color: #054696;
        margin-top: 20px;
        font-size: 16px;
        padding: 5px 0;
    }
    .layout_zjxxk_div {
        height: 300px;
    }
    .more_h5 .iconfont{font-size: 10px;top: 0 !important;}
    .link_div1{line-height: 30px;}
    .link_div2 p{margin-bottom: 10px;}
    .layout_kycx .news_list{margin-top: 0;}

    .rem13{margin-top: 70px;}
    .ztxw_ul2 li .tit{width:calc(100% - 90px);}

    .ztxw_ul2 li{padding:15px 0;}

    .ztxw_ul1 li{width: 100%;margin-right: 0;margin-bottom: 0;padding-bottom:15px;}
    .ztxw_ul1 li .tit .zy{font-size: 12px; line-height: 20px;}
    .ztxw_ul1 li .tit{margin-top: 10px;}

    .ztxw_ul2 .zttj_img_li .img{width: 100%;}
    .tuwen_list .ztxw_ul2 li .tit{width: 100%;}
    .ztxw_ul2 .zttj_img_li .sj{top: 180px; }
    .layout_div4_lm{display: block;}
    .layout_div4 .right{display: block;width: 100%;margin-top: 20px;}
    .zxgx_tit .tp{display: none}
    .zxgx_tit .tit{font-size: 20px;font-weight: bold;}
    .ztxw_ul2 .zttj_img_li .sj{width: 50px;height: 50px;left:20px;}
    .ztxw_ul2 li .sj p{font-size: 14px;}

    .about_layout{width:94% !important;display:block;}
    .about_layout .left1 ul{width: 100%;text-align: left;flex: none;border-bottom: 1px #e9e4ed solid;}
    .about_layout .right1{width: 100%;margin:20px auto;}
    .about_layout .right1 p{line-height: 30px;}
    .about_layout .left1 li a{font-size: 14px;}
    .about_left_hover a{font-size: 14px !important}
    .about_layout .left1 li{height: 50px;line-height: 50px;}

        .docContent img {
        width: 90%;
        margin: 0 auto;
    }
    .list_layout_main {
        padding: 0 8%;
    }
    .docSubject {
        font-size: 26px;
        line-height: 40px;
    }
    .layout_zjxxk{padding-bottom: 20px;}
javascript:doPublishSite();
.ztxw_ul2 li .tit .bt{height:auto;}

}
@media screen and (max-width: 390px) {
    
}
@media screen and (max-width:375px) {
    .news_list ul li a,.news_list ul li span,.news_list ul li b{line-height: 30px;}
    .news_list{padding:10px 0;}
    .layout_kycx{padding: 0 10px;}
    .flash_div .swiper{height: 470px;}
}
/* 平板设备优化 */
@media screen and (min-width: 1024px) and (max-width: 1200px) {
}
   
/* 平板设备优化 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
}