.top_head{ 
    padding:22px 58px 31px 42px; 
    background:url(topbg_2025jmddcl.png) no-repeat left top;
    background-size:cover;
}

.container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  @media (min-width: 1200px) {
    .container {
      width: 1180px;
    }
  }
  @media (min-width: 1280px) {
    .container {
      width: 1200px;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media (min-width: 1600px) {
    .container {
      width: 1400px;
    }
  }
  @media (min-width: 1699px) {
    .container {
      width: 1630px;
    }
  }

.img-logo img{
    max-width: 455px;
}
.header-tool{
    display: flex;
    align-items: center;
    justify-content:flex-end;
}
.header-tool span{
    font-size: 12px;
    padding: 0 15px;
    transform: scale(0.8);
}
.header-tool a,.header-tool span{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}
.header-tool a:hover{
    color: #1278D2;
}
nav.headers {
    float: right;
    position: relative;
    margin-top: 5px;
}
nav.headers ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
nav.headers ul li {
    position: relative;
}
/* nav.headers ul li.active:after{
    content: '';
    display: inline-block;
    height: 8px;
    width: 100%;
    background: #5EB731;
    display: inline-block;
    bottom: 0;
    left: 0;
    position: absolute;
} */
nav.headers .nav-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
nav.headers ul li a {
    text-decoration: none;
    padding: 15px;
    font-size: 18px;
    display: block;
    font-weight: 700;
    transition: color 0.3s;
}
nav.headers ul li.active a,
nav.headers ul li:hover a{ color: #1278D2; }
.nav-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
}
.nav-tab .trigger{
    width: 34px;
    height: 34px;
    color: #1278D2;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
}
.nav-tab .search-trigger {
    margin-left: 15px;
    font-size: 18px;
    line-height: 32px;
    display: grid;
    place-items: center; 
}
.nav-tab .search-trigger .search{ 
    background:url(icon01_2025jmddcl.png) no-repeat; 
    width: 17px;
    height: 17px;
}

nav.headers ul li a:hover {
    color: #1278D2;
}
/*  */
nav.headers ul .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background:linear-gradient(0deg, #1278d2 0%, #449ae7 100%);
    list-style: none;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}
nav.headers ul li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
nav.headers ul .dropdown-menu li {
    display: block;
}
nav.headers ul .dropdown-menu li a {
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    transition: background 0.3s;
}
nav.headers ul .dropdown-menu li a:hover {
    background: #1278D2;
    color: #fff;

}
/* .left-column {
    width: 20%;
    background: #c8e6c9;
    padding: 10px;
} */
.banner-main{ position: relative; }
.banner-main > img{ width: 100%; }
.father-banner01{ 
    padding:30px 35px 30px;
    position: absolute; 
    width: 50.5%; 
    background: rgba(0,0,0,0.28);
    top: 50%;
    left: 50%;
    border-radius: 5px;
    transform: translate(-50%, -50%); 
}
.banner01-box{}
.banner01-box a{ 
    color: #FFFFFF; 
    display: block; 
    min-height: 250px;
    width: 100%;
    display: flex;
}
.banner01-box a .banner01-imgbox{
    width: 300px;
    height: 220px;
    overflow: hidden;
}
.banner01-box a .banner01-imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 0.25s;
}
.banner01-box a .banner01-box-title{
    flex: 1;
    padding-right: 20px;
}
.banner01-box a h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    text-align: left;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.banner01-box a p{
    font-size: 18px;
    line-height: 30px;
}
.father-banner01 .swiper-pagination{
  text-align: center;
  width: 100%;
  left:0;
}
.father-banner01 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background:#fff;
    opacity: 1;
    margin:0 4px;
}
.father-banner01 .swiper-pagination-bullet-active{ width: 31px; border-radius:15px;}


/*  */
.main{
    background-size: 100% auto;
}
.lt-location{
    margin: 48px 0 70px;
}
.lt-location a,.lt-location span{
    font-size: 16px;
    color: #fff;
}
.lt-location span{
    padding: 0 5px;
}
.lt-location span:first-child{
    padding-left: 0;
}
.lt-location a:last-child{
    
}
.left-column ul {
    list-style: none;
}
.aside-item {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 4px 4px;
}

  .aside-item h3 {
    padding: 0 25px;
    background: url(ejnavbg_2025jmddcl.png) #26486E center center no-repeat;
    background-size: cover;
  }

  .aside-item h3 span {
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 30px 0;
    display: inline-block;
  }

  .aside-item .aside-list {
    background: #fff;
  }

  .aside-item .aside-list li {
    padding: 0 25px;
    background: #fff;
    transition: all ease 0.25s;
    position: relative;
  }
  .aside-item .aside-list li:after{
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #7DAFC8;
    left:0;
    top: 0;
  }
  .aside-item .aside-list li:hover a {
    color: #1278D2;
  }
  .aside-item .aside-list li.active{
    background:#7DAFC8;
  }
  .aside-item .aside-list li.active a {
    color: #fff;
    font-weight: 700;
    background: url(icon07_2025jmddcl.png) right center no-repeat;
    background-size: 16px 16px;
  }
  .aside-item .aside-list li:hover,
  .aside-item .aside-list li.active{
     background: #7DAFC8;
  }
  .aside-item .aside-list li:hover a,
  .aside-item .aside-list li.active a{
    color: #fff;
  }
  .aside-item .aside-list li:hover:after,
  .aside-item .aside-list li.active:after{
     background: #26486E;
  }


  .aside-item .aside-list li a {
    display: inline-block;
    position: relative;
    padding: 15px 10px;
    font-size: 20px;
    color: #333333;
    width: 100%;
    font-weight:700;
  }

  
.left-column ul li {
    margin: 10px 0;
}

.main-content {
    background: #fff;
    margin-bottom: 50px;
}
.main-content .channel-title{
    font-size: 25px;
    color: #444444;
    line-height: 34px;
    text-align: left;
    padding: 30px 50px;
    border-left: 6px solid #007680;
}
.tuwen-item{
    padding:0 10px;
}
.tuwen-item>li {
    background-color: #ffffff;
    border-radius: 6px;
    transition: all ease 0.25s;
    margin-bottom: 30px;
}
.tuwen-item>li:hover{
    transform: translateY(-5px);
}
.tuwen-item li:hover a.db .tuwen-list .title {
    color: #1278D2;
}
.tuwen-item li a.db {
    position: relative;
    padding-left: 300px;
    min-height: 160px;
}
.tuwen-item li a.db .img-boxs {
    width: 280px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
}
.tuwen-item li a.db .img-boxs img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.tuwen-item li a.db .img-boxs img[src=""] {
    display: none;
}
.tuwen-item li a.db[data-img=""] {
    padding-left: 0;
}
.tuwen-item li a.db[data-img=""] .img-boxs {
    display: none;
}
.tuwen-item li .tuwen-list .title {
    font-size: 18px;
    color: #444444;
    line-height: 26px;
    text-align: left;
    transition: all ease 0.25s;
}
.tuwen-item li .tuwen-list .des {
    font-size: 15px;
    line-height: 26px;
    color: #444444;
}
.tuwen-item li .tuwen-list .date-s {
    color: #444444;
    margin: 10px 0;
}
.footer {
    padding: 80px 0 90px;
    width: 100%;
    background: #26486E;
    margin-top: 30px;
}
.footer .footer-logo{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer .footer-logo .db:first-child{
    max-width: 240px;
}
.footer .footer-logo .db:last-child{
    max-width: 110px;
    margin-left: 30px;
}
.footer .footer-info{
    text-align: center;
}
.footer .footer-info p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}
.main-content .detail{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-bottom: 40px;
}
.main-content .detail img,.main-content .detail table{
    max-width: 100%;
}
.detail-box {
    padding-bottom: 25px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
}
.detail-box .tit{
    color: #26486E;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
}
.detail-box .info-box{
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail-box .info-box span{
    font-weight: 500;
    font-size: 16px;
    color: #444444;
    line-height: 22px;
}
.detail-box .info-box span.time{
    margin-right: 50px;
}
.detail-box .info-box  font{
    cursor: pointer;
}
.detail-box .info-box  font:hover{
    color: #1278D2;
}
.detail-box .info-box  .fontM{
    margin: 0 10px;
}
.wenzi-item li {
    transition: all ease 0.3s;
    overflow: hidden;
    width: 100%;
    border-left: 4px solid #004D88;
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
margin-bottom: 30px;
padding:20px 25px;
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; */
}
.wenzi-item li a:hover,
.wenzi-item li .data-s:hover {
    color: #1278D2;
}
.wenzi-item{
    
}
.wenzi-item li a {
    font-size: 18px;
    color: #444444;
    padding: 0 0 10px;
    padding-left: 0;
    display: block;
}
.wenzi-item li .data-s {
    color: #9DBBCF;
    font-size: 16px;
    display: inline-block;
    
}
.people-item>li{
    margin-bottom: 50px;
}
.people-item>li .people-bot{
    margin-top: 10px;
    text-align: center;
    border-bottom:2px solid #26486E;
    padding-bottom: 6px;
}
.people-item>li .people-bot .h16{ color: #7DAFC8 }
.people-item>li>a{
    display: block;
}
.people-item>li>a:hover{
    transform: translateY(5px);
}
.people-detail{
    padding-bottom: 50px;
}
.people-detail-top{
    width: 100%;
    display: flex;
    background:#26486E;
}
.people-detail-top .people-xpwj{
    width: 160px;
}
.people-detail-top .people-info{
    flex: 1;
    padding-left: 40px;
    color: #fff;
    padding-right: 20px;
    overflow: hidden;
}
.people-info .name{
    margin-bottom: 8px;
    border-bottom:1px solid #7DAFC8;
    padding-bottom: 15px;
}
.people-info .name .zc{
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
}
.people-info{
    margin-top: 35px;
}
.people-info .info{
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 10px 0 0 0;
    line-height: 24px;
    float: left; 
    width: 50%;
}
.people-info .info .tit{
    color: #fff;
    font-weight: 600;
    padding-right: 10px;
}
.people-detail .gunius-list {
    margin-top: 40px;
}
.people-detail .gunius-list h3.h18 {
    background: #EEF6FB;
    color: #444444;
    padding: 14px 15px;
    border-left: 3px solid #7DAFC8;
}
.people-detail .gunius-list .gunitem {
    padding: 15px 0 0 0;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}
.yjtd-box{
    padding-bottom: 50px;
}
.yjtd-box .yjtd-list{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 50px;
    border-bottom: 1px solid #D8D8D8;
}
.yjtd-box .yjtd-list:hover{
    transform: translateY(5px);
}
.yjtd-box .yjtd-list img{
    width: 60px;
    margin-right: 15px;
}
.yjtd-box .yjtd-list .yjtd-tit{
    flex: 1;
    background: url(icon1.png) center right no-repeat;
}
.yjtd-head{}
.yjtd-head .yjtd-top{
    width: 100%;
    display: flex;
}
.yjtd-head .yjtd-name{
    width: 40%;
    font-weight: 800;
    font-size: 24px;
    color: #444444;
    line-height: 34px;
    padding: 20px 40px 0px 50px;
    border-top: 6px solid #007680;
}
.yjtd-head .yjtd-name span{
    color: #007680;
}
.yjtd-head .yjtd-nav{
    width: 60%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    background: #5DB83F;
    justify-content: space-around;
}
.yjtd-head .yjtd-nav li a{
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    padding: 12px 0 8px 0;
    border-bottom: 4px solid transparent;
}
.yjtd-head .yjtd-nav li a:after{
    content: '';
    background: #fff;
    font-size: 14px;
    position: absolute;
    right: -50%;
    top: 50%;
    display: inline-block;
    width: 1px;
    height: 13px;
    transform: translate(-50%,-50%);
}
.yjtd-head .yjtd-nav li:last-child a:after{
    display: none;
}
.yjtd-head .yjtd-nav li.active a{
    border-bottom: 4px solid #F7D210;
}
.yjtd-head .yjtd-nav li:hover a{
    border-bottom: 4px solid #F7D210;
}
.yjtd-head .yjtd-channels{
    padding-left: 50px;
}
.yjtd-head .yjtd-channel{
    margin-top: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}
.yjtd-head .yjtd-channel span{
    font-weight: 800;
    font-size: 22px;
    color: #009A44;
    background: url(icon3.png) left center no-repeat;
    padding-left: 45px;
    background-size: contain;
}
.yjtd-detail .detail-box{
    border: none;
}
.yjtd-detail .detail-box .info-box{
    background: #F2F2F2;
    padding: 15px 25px;
}
.yjtd-home{
    margin-top: 35px;
    padding: 0 50px 50px 50px;
}
.yjtd-home .yjtd-prod{
    display: flex;
}
.yjtd-home .yjtd-prod img{
    width: 500px;
}
.yjtd-home .prod-box{
    flex: 1;
    margin-left: 30px;
}
.yjtd-home .yjtd-channel{
    margin-top:0;
    position: relative;
}
.yjtd-home .yjtd-channel .more{
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.yjtd-home .prod-box .prod{
    font-weight: 500;
    font-size: 18px;
    color: #444444;
    padding-top: 20px;
    line-height: 34px;
}
.yjtd-home .yjtd-item{
    margin-top: 50px;
}
.yjtd-home .yjtd-item a{
    display: block;
    position: relative;
}
.yjtd-home .yjtd-item .tit{
    font-weight: 800;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.yjtd-home .yjtd-news{
    margin-top: 50px;
}
.yjtd-home .yjtd-news .wenzi-item{
    padding-top: 20px;
}
.yjtd-home .yjtd-news .wenzi-item li{
    padding-left: 15px;
    position: relative;
}
.yjtd-home .yjtd-news .wenzi-item li:after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #444;
    left: 0;
    top: 23px;
    position: absolute;
}
.achievement {
    width: 100%;
    padding: 0;
    margin-top: 30px;
}
.achievement .achievement-swiper .img-box{
    height: 590px;
    display: block;
    overflow: hidden;
}
.achievement .achievement-swiper .img-box img{
    transition: all ease 0.5s;
}
.achievement .achievement-swiper .img-box:hover img{
    transform: scale(1.05);
}
.achievement .achievement-swiper .img-box img {
    width: 100%;
    max-height: 590px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
.achievement .achievement-swiper .top-tit {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 20px 25px;
    padding-right: 20%;
    /* background: linear-gradient(0deg, #000 0%, rgba(157,30,35,0) 100%); */
    background: rgba(0,0,0,0.65);
  }
.achievement .achievement-swiper .top-tit span{
    font-size: 18px;
    color: #fff;
    display: block;
    width: 37%;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
} 
.achievement .achievement-swiper .top-tit a {
    display: block;
    color: #fff;
    padding-top: 12px;
    font-size: 20px;
}
.achievement .achievement-swiper .top-tit a:hover{
    color: #1278D2;
}
.achievement .achievement-swiper .top-tit .des{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 10px;
}
.achievement .achievement-swiper .swiper-pagination {
    width: 120px;
    right: 30px;
    left: auto;
    bottom: 18px;
    text-align: right;
}
.achievement .achievement-swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border:1px solid #fff;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
}
.achievement .achievement-swiper .swiper-pagination-bullet-active {
    background: #fff;
}
.achievement .achievement-swiper .swiper-button:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 13px 12px !important;
}

@media (min-width: 1400px){
    .achievement-top .col-md-7{ width: 65%; }
    .achievement-top .col-md-5{ width: 35%; }
}

.index-new{
    background: #f0f2f5;
    padding: 60px 0 90px;
}
.index-news{
    width: 100%;
}
.index-news-time span{
    color: #007681;
    display: block;
}
.index-news-time span.big{
    font-size: 40px;
}
.index-news-time span.small{
    font-size: 14px;
    padding-bottom: 10px;
    position: relative;
}
.index-news-time span.small:after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #F7CF00;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index-news-list .index-news-time{
    width: 80px;
    float: left;
    position: absolute;
    left: 15px;
    top: 15px;
}
.index-news-list{
    /* padding: 0 15px; */
    /* background: #fff; */
    margin-bottom: 30px;
    transition: all ease 0.25s;
    border-left: 4px solid #004D88;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
}
.kyjz-item{
    transition: all ease 0.25s;
}
.index-channel .index-channel-item .index-news-list .list-wrap{min-height: 210px;} 
.index-news-list:hover{
    transform: translateY(5px);
}
.kyjz-item:hover {
    transform: translateY(5px);
}
.index-news-list:last-child{
    margin-bottom: 0;
}
.index-news-list .list-wrap{
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    min-height: 150px;
    padding: 20px;
    border-radius: 5px;
}
.index-news-list .list-wrap span{
    font-size: 16px;
    color: #9DBBCF;
    display: block;
    margin-top: 5px;
}
.index-news-list .index-news-detail{
    display: block;
}
.index-news-list .index-news-detail h3{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.index-news-list .index-news-detail .des{
    font-weight: 400;
    font-size: 16px;
    color: #777;
    line-height: 1.85;
    margin-top: 10px;
}
.common-title{
    position: relative;
}
.common-title .tit{
    display: inline-block;
    padding-bottom: 12px;
    font-weight: 700;
    /* border-bottom: 5px solid #F7D210; */
}
.common-title h4 span{}
.common-title h4 span img{vertical-align: top;margin-right: 13px;max-height: 30px;}
.common-title .tit>i{
    color: #007681;
}
.common-title .more{
    color: #7DAFC8;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.common-title .more:hover{ color: #444; }
.common-title .line span{
    position: relative;
}
.common-title .line span:after{
    content: '';
    display: inline-block;
    width: 200px;
    height: 1px;
    background-color: #D8D8D8;
    position: absolute;
    right: -240px;
    top: 50%;
    display: none;
    transform: translateY(-50%);
}
.common-title .white span{
    color: #333;
}
.common-title .white .more{
    
}
.index-link{
    padding: 65px 0 80px;
    background: #f0f2f5;
}
.index-link .index-link-item{
    margin-top: 30px;
}
.lw-box:hover{
    transform:translateY(5px);
}
.lw-box:hover .lwtm{
    color:#27939F;
}
.lw-box{
    background:#fff;
    padding:25px 20px;
    min-height:150px;
    margin-bottom:30px;
    border-top:3px solid #27939F;
}
.lw-box .lwtm{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    min-height:52px;
    transition:all ease 0.25s;
}
.lw-box .lwlb{
    font-size:15px;
    font-weight:700;
    margin-bottom:10px;
}
.lw-box .lwzz{
    color:#999;
    font-size:15px;
}
.index-channel{
    background-image: url(kybg_2025jmddcl.png);
    padding: 90px 0 70px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.bgfff{ background:#fff; padding:25px; min-height:630px;}


.kyjz-item{
    background: #fff;
    margin-top: 30px;
    border-radius: 3px;
    overflow: hidden;
    min-height: 370px;
}
.kyjz-item .index-channer-list{
    padding: 12px 0 0;
}
.kyjz-item .img-boxs{
    border-radius: 3px;
    overflow: hidden;
    height: 225px;
    width: 100%;
}
.kyjz-item .index-channer-list li{ 
    border-bottom: 2px solid #B9B9B9;
    padding-bottom: 10px;
}
.kyjz-item .index-channer-list li a{
    font-size: 18px;
    color: #333333;
    line-height: 2;
    padding-top: 5px;
    min-height: 55px;
    margin-bottom: 8px;
}
.kyjz-item .index-channer-list li a:hover{
    color: #1278D2;
}
.kyjz-item .index-channer-list li{
    margin-bottom: 15px;
}
.kyjz-item .index-channer-list li:last-child{
    margin-bottom: 0;
}
.kyjz-item .index-channer-list li .time{
    color: #7DAFC8;
    font-size: 16px;
    padding-left: 0;
    margin-top: 5px;
}
.tzgg-lab{
    margin-top: 16px;
}
.tzgg-lab ul{
    transition: all ease 0.25s;
}
.tzgg-lab ul:hover{
    transform: translateY(5px);
}
.tzgg-lab ul li{
    display: flex;
    border-bottom: 2px solid #B9B9B9;
    padding: 13px 0 16px;
}
.tzgg-lab ul li > div{
    background: #7DAFC8;
    min-width: 80px;
    color: #fff;
    margin-right: 15px;
}
.tzgg-lab ul li > div b{
    font-size: 36px;
    display: block;
    text-align: center;
    line-height: 1.2;
}
.tzgg-lab ul li > div span{
    font-size: 16px;
    display: block;
    text-align: center;
}
.tzgg-lab ul li > a{
    border-left: 1px solid #D1ECFF;
    padding-left: 12px;
    font-size: 18px;
    line-height: 2;
}

.ej_centnav{ position: relative; }
.ej_centnav > img{width: 100%;max-height: 300px;object-fit: cover;}
.ej_centnav > b{ 
    position: absolute; 
    width: auto; 
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 45px;
    color: #FFFFFF;
    line-height: 1.4;
}
.ej_centnav > b:after{
    content:'';
    display:inline-block;
    width: 80px;
    height: 4px;
    background: #2064b5;
    position:absolute;
    bottom: -10px;
    left:50%;
    transform: translateX(-50%);
}
.main-ejcent{
    margin-top: -90px;
}

.common-title.common-switch{
    overflow: hidden;
}
.common-title.common-switch h4{
    float: left;
}
.common-title.common-switch h4 .tit{
    border-bottom: transparent;
}
.common-title.common-switch h4 .more{
    display: none;
}
.common-title.common-switch h4.active .more{
    display: block;
}
.common-title.common-switch h4:last-child{
    margin-left: 20px;
}
.common-title.common-switch h4.active .tit{
    border-bottom: 5px solid #007F71;
}
.kyjz-item-switch .index-channer-list{
    display: none;
}
.kyjz-item-switch .index-channer-list.active{
    display: block;
}
.kyjz-items{
    margin-top: 30px;
}
.kyjz-items .index-news-list{
    border-top: none;
    overflow: hidden;
}
.kyjz-items .index-news-time span.small:after{
    display: none;
}
.kyjz-items .index-news-detail h3{
    min-height: 50px;
    line-height: 26px;
    transition: all ease 0.25s;
}
.kyjz-items .index-news-detail h3:hover{
    color: #1278D2;
}
.kyjz-items .index-news-detail p{
    font-size: 16px;
    color: #999999;
    line-height: 18px;
    text-align: left;
    margin-top: 10px;
    padding-left: 25px;
}
.kyjz-items .index-news-detail p.times{
    background: url(icon4.png) left center no-repeat;
    background-size: contain;
}
.kyjz-items .index-news-detail p.address{
    background: url(icon5.png) left center no-repeat;
    background-size: contain;
}
.kyjz-items .index-news-detail p.auther{
    background: url(icon6.png) left center no-repeat;
    background-size: contain;
}
.kyjz-items .index-news-list{
    margin-bottom: 30px;
}
.wenzi-item .awards-list {
    border-top: 3px solid #007681;
}
.wenzi-item .awards-list table tr > td span {
    font-size: 16px;
    line-height: 26px;
    padding-left: 10px;
}
.wenzi-item .awards-list table tr > td span.b {
    display: block;
    text-align: center;
    padding: 13px 0;
}
.wenzi-item .awards-list table tr span {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    display: block;
    padding: 10px 10px;
    text-align: left;
    transition: all ease 0.25s;
}
.wenzi-item .awards-list table tr span:hover{
    color: #00954B;
}
.paper-title {
    color: #444444;
    line-height: 40px;
}
.paper-list {
    font-size: 16px;
    color: #444444;
    line-height: 36px;
}
.paper-des {
    color: #444444;
    line-height: 30px;
    margin-bottom: 20px;
  }
.dp-title{ text-align: center; margin-bottom: 30px; }


@media (min-width: 1600px){}
@media (min-width: 1199px){}
@media (max-width: 1799px){
    .father-banner01{ width: 43.5%; }
}
@media (max-width: 1699px){
    .father-banner01{ width: 46.5%; }
}
@media (max-width: 1599px){
    .father-banner01{ width: 50%; }
}
@media (max-width: 1530px){
    nav.headers ul li a{ padding:15px 5px; }
}
@media (max-width: 1399px){
    nav.headers ul li a{ padding:15px 0; }
    .father-banner01{ width: 60%; }
}
@media (max-width: 1299px){
    .img-logo img{ width: 350px; }
}
@media (max-width: 1199px){
    .banner01-box a{ min-height: 250px; }
    .banner01-box a h3{ font-size: 18px; }
    .banner01-box a p{ font-size: 16px; }
    nav.headers{ margin-top: -7px; }
    .img-logo img{
        max-width: 25%;
    }
    .banner01-box a .banner01-imgbox{
        width: 250px;
        height: 180px;
    }
    nav.headers ul li a{
        font-size: 15px;
    }
    .common-title h4 span img{ vertical-align:middle; }
    .ej_centnav > b{font-size:36px;}
    .aside-item .aside-list li a{ font-size: 16px; }

}
@media (max-width: 1099px){
    .father-banner01{
        display: none;
    }
    .index-channel-item>.col-md-4{
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px){
    .top_head{ position: relative; }
    .img-logo img{
        max-width: 55%;
    }
    .banner01-box a h3{ font-size: 24px; }
    .banner01-box a p{ font-size: 14px; }
    .achievement .achievement-swiper .img-box{ height: auto; }
    .index-link .index-link-item li{ margin-bottom: 25px; }
    .header-tool{
        margin-bottom: 10px;
    }
    .headers{
        display: none;
    }
    .index-news{
        margin-top: 30px;
    }
    .kyjz-item .img-boxs{
        height: auto;
        width: 100%;
    }
    .kyjz-item .img-boxs img{
        width: 100%;
    }
    .kyjz-item{
        min-height: initial;
    }
    .index-channel-item .col-md-4:nth-child(2),.index-channel-item .col-md-4:nth-child(3){
        margin-top: 50px;
    }
    .achievement .achievement-swiper .top-tit .des{
        display: none;
    }
    .index-news-list .index-news-detail .des{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .aside-item {
        position: fixed;
        top: 150px;
        width: 200px;
        margin-right: 0;
        z-index: 9999;
        box-sizing: border-box;
        transition: all ease 0.25s;
        background: #fff;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .tuwen-item{
        padding: 0 15px;
    }
    .main-content .channel-title{
        font-size: 20px;
        padding: 15px 15px;
        margin-bottom: 20px;
    }
    .tuwen-item li a.db{
        padding-left: 0;
    }
    .tuwen-item li a.db .img-boxs{
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .wenzi-item li{
        display: block;
        margin-bottom: 15px;
    }
    .fontSize{
        display: none;
    }
    .yjtd-head .yjtd-name{
        font-size: 20px;
    }
    .yjtd-head .yjtd-top{
        display: block;
    }
    .yjtd-head .yjtd-name,.yjtd-head .yjtd-nav,.yjtd-home .yjtd-prod img{
        width: 100%;
    }
    .yjtd-head .yjtd-name{
        padding: 20px 15px 0px 15px;
    }
    .yjtd-home{
        padding: 0 15px 50px 15px;
    }
    .yjtd-head .yjtd-nav li a:after{
        display: none;
    }
    .yjtd-head .yjtd-nav{
        flex-wrap: wrap;
        padding: 10px;
    }
    .yjtd-head .yjtd-nav li{
        width: 33.333%;
        text-align: center;
    }
    .yjtd-home .yjtd-news{
        margin-top: 30px;
    }
    .yjtd-home .yjtd-prod{
        display: block;
    }
    .yjtd-home .prod-box{
        margin-left: 0;
        margin-top: 20px;
    }
    .yjtd-home .yjtd-item a{
        margin-bottom: 20px;
    }
    .yjtd-head .yjtd-channels{
        padding-left: 15px;
    }
    .yjtd-box .yjtd-list{
        padding-right: 0;
    }
    .yjtd-box .yjtd-list .yjtd-tit{
        background: none;
    }
}
@media (max-width: 768px){
    .top_head{ padding:22px 58px 22px 22px; }
    .img-logo img{max-width: 92%;}
    .achievement .achievement-swiper .img-box{
        height: 300px;
    }
    .people-detail-top{
        display: block;
    }
    .people-detail-top .people-info{
        padding-left: 0;
        margin-top: 20px;
    }
    .banner01-box a p{ display: none; }
    .banner01-box a{ min-height:auto; }
    .father-banner01{ width: 90%; padding:15px 15px 35px; }
    .father-banner01 .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .father-banner01 .swiper-pagination-bullet-active{ width: 20px; border-radius:10px;}
    .banner01-box a h3{ font-size: 17px;padding-bottom: 15px; margin-bottom: 15px; }
    .achievement .achievement-swiper .top-tit a{ font-size: 16px; }
    .achievement .achievement-swiper .top-tit{ padding: 15px 15px 30px; }
    .achievement .achievement-swiper .swiper-pagination{ bottom: 4px; }
    .ej_centnav > b{font-size:24px;}
    .main-ejcent{ margin-top: -80px; }
    .people-info .info{ float: none;width: 100%; }
    .people-detail-top{ padding-top: 20px; }
    .people-detail-top .people-xpwj{ margin:0 auto; }
    .people-detail-top .people-info{ padding-left: 20px; padding-bottom: 20px; }
    .wenzi-item li{ padding: 15px; }
}
.ys-people-box{}
.ys-people-box .ys-title{}
.ys-people-box .ys-title h3{
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    font-size: 24px;
}
.ys-people-box .ys-title h3:after{
    content: '';
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #1278D2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.ys-people-box .ys-title h3 span{
    font-size: 14px;
    color: #1278D2;
}
.ys-people-box .ys-list{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 50px;
    margin-top: 30px;
    justify-content:space-around;
}
.ys-people-box .ys-list li{
    width: 25%;
    text-align: center;
}
.ys-people-box .ys-list.ysrc-list{
    margin-top: 40px;
}
.ys-people-box .ys-list.ysrc-list li{
    width: 15%;
}
.ys-people-box .ys-list li a{
    font-size: 18px;
    font-weight: 700;
    color: #444;
    white-space: nowrap;
}
.ys-people-box .ys-list li a:hover{
    color: #1278D2;
}