*{
    margin: 0px;
    padding: 0px;
    /*word-break:break-all;*/
  box-sizing: border-box; -moz-box-sizing: border-box; 
  -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
}  

@font-face {
  font-family: 'Lato-Bold';
  src: url('//api.cas.cn/lib/font-size/lato/Lato-Bold.woff2') format('woff2'),  /* 现代浏览器首选 */
       url('//api.cas.cn/lib/font-size/lato/Lato-Bold.woff') format('woff'),    /* 广泛兼容 */
       url('//api.cas.cn/lib/font-size/lato/Lato-Bold.ttf') format('truetype'), /* 旧版移动端 */
}
@font-face {
  font-family: 'Lato-Heavy';
  src: url('//api.cas.cn/lib/font-size/lato/Lato-Heavy.woff2') format('woff2'),  /* 现代浏览器首选 */
       url('//api.cas.cn/lib/font-size/lato/Lato-Heavy.woff') format('woff'),    /* 广泛兼容 */
       url('//api.cas.cn/lib/font-size/lato/Lato-Heavy.ttf') format('truetype'), /* 旧版移动端 */
}
@font-face {
  font-family: 'Lato-Black';
  src: url('//api.cas.cn/lib/font-size/lato/Lato-Black.woff2') format('woff2'),  /* 现代浏览器首选 */
       url('//api.cas.cn/lib/font-size/lato/Lato-Black.woff') format('woff'),    /* 广泛兼容 */
       url('//api.cas.cn/lib/font-size/lato/Lato-Black.ttf') format('truetype'), /* 旧版移动端 */
}
@font-face {
  font-family: 'OpenSans';
  src: url('//api.cas.cn/lib/font-size/opensans/OpenSans-Regular.woff2') format('woff2'),  /* 现代浏览器首选 */
       url('//api.cas.cn/lib/font-size/opensans/OpenSans-Regular.woff') format('woff'),    /* 广泛兼容 */
       url('//api.cas.cn/lib/font-size/opensans/OpenSans-Regular.ttf') format('truetype'), /* 旧版移动端 */
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('//api.cas.cn/lib/font-size/montserrat/Montserrat-Bold.woff2') format('woff2'),  /* 现代浏览器首选 */
       url('//api.cas.cn/lib/font-size/montserrat/Montserrat-Bold.woff') format('woff'),    /* 广泛兼容 */
       url('//api.cas.cn/lib/font-size/montserrat/Montserrat-Bold.ttf') format('truetype'), /* 旧版移动端 */
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('//api.cas.cn/lib/font-size/opensans/OpenSans-Bold.woff2') format('woff2'),  /* 现代浏览器首选 */
       url('//api.cas.cn/lib/font-size/opensans/OpenSans-Bold.woff') format('woff'),    /* 广泛兼容 */
       url('//api.cas.cn/lib/font-size/opensans/OpenSans-Bold.ttf') format('truetype'), /* 旧版移动端 */
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('//api.cas.cn/lib/font-size/montserrat/Montserrat-Regular.woff2') format('woff2'),  /* 现代浏览器首选 */
       url('//api.cas.cn/lib/font-size/montserrat/Montserrat-Regular.woff') format('woff'),    /* 广泛兼容 */
       url('//api.cas.cn/lib/font-size/montserrat/Montserrat-Regular.ttf') format('truetype'), /* 旧版移动端 */
}

a[href]:after{content:normal;}
body {
  -moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  font-family: \5FAE\8F6F\96C5\9ED1;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  background: #fff;
  height: auto;
  overflow-x: hidden;
  font-family: 'OpenSans';
}
a {
  color: #444;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;cursor: pointer;
}
a:hover, a:focus {
  color:#b11616;text-decoration:none;
}
a:hover, a:active, a:focus {
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;          
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul, li{
  margin:0px; padding:0px;
    list-style-type:none;
}
ol, ul {
  list-style: none;
}
ul, li, a
{
  padding: 0px;
  margin: 0px;
}
button {outline: none;}
select { width:100%;}


@media (min-width: 1230px){
  .container{width: 1200px;}
}
@media (min-width: 1299px){
  .container{width: 1260px;}
}
@media (min-width: 1366px) {
  .container{width: 1330px;}
}
@media (min-width: 1399px) {
  .container{width: 1360px;}
}
@media (min-width: 1499px) {
  .container{width: 1460px;}
}
@media (min-width: 1640px) {
  .container{width: 1590px;}
}


/*nav*/
.head_cent{ position: relative; }
.nav-wrap {
  z-index: 1009;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient( #001026 0%, rgba(0,16,38,0) 100%);
}
.cd_btn{ 
  color: #fff; cursor: pointer;
  background:url(icon06_zdkj2025.png) no-repeat right center;
  padding-right: 18px;
  margin-right: -3px;
  display: inline-block;
}
.line-a{ display: inline-block; vertical-align: middle;}
.line-right{ text-align: right; }
.header-line {
  
}
.header-line a {
  font-size: 15px;
  color: #fff;
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
.header-line a:first-child:before{
  display: none;
}
a.line-a{
  position: relative;}
a.line-a::before {
  content: '';
  position: absolute;
  left: -17.5px;
  top: 6px;
  width: 1px;
  height: 10px;
  background: #fff;
}
.header-line a.line-a span {
  display: inline-block;
  vertical-align: bottom;
}
.header-line a.line-a .icon-s {
  margin-right: 6px;
}
.header-line a.line-a .icon-s img {
  display: block;
  width: 28px;
}
.header-line a.line-search {
  width: 42px;
  height: 42px;
  background: url('icon05_zdkj2025.png') #000 no-repeat center center;
  margin-left: 18px;
}
div.line-a{ position: relative; }
.topcd_nr{ 
  display: none; 
  position: absolute; 
  width: 134px;    
  background: rgba(0,52,125,0.8);
    margin-left: -40px;
    text-align: center;
    padding: 10px 0;
    z-index: 1001;
}
.topcd_nr a{ margin-left: 0; font-size:14px; padding: 5px 0;}

.page-other .nav-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.page-other nav.navbar.bootsnav .navbar-brand .nav-logo .logo-d {
  display: none;
}
.page-other nav.navbar.bootsnav .navbar-brand .nav-logo .logo-other {
  display: block;
}
.page-other nav.navbar.bootsnav ul.nav > li > a {
  color: #fff;
}
nav.navbar.bootsnav {
  min-height: 100px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 999;
}
nav.navbar.bootsnav .navbar-header {
  margin-left: 0;
  margin-right: 0;
}
nav.navbar.bootsnav .navbar-brand {
  padding: 0 0 18px 0;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.5s;
}
nav.navbar.bootsnav .navbar-brand .nav-logo .logo-other {
  display: none;
}
nav.navbar.bootsnav .navbar-brand a,
nav.navbar.bootsnav .navbar-brand span {
  float: left;
}
nav.navbar.bootsnav .navbar-brand span {
  width: 1px;
  height: 64px;
  background: #EAEAEA;
  margin-left: 20px;
  margin-right: 20px;
}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
  width:694px;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  position: relative;
  padding-bottom: 7px;
}
nav.navbar.bootsnav ul.nav::before {
  content: '';
  position: absolute;
  width: 2000px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 38px 0 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 50px;
  color: #fff;
  position: relative;
  padding: 0;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
}
nav.navbar.bootsnav ul.nav > li > a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 5px;
  background: #D83933;
  width: 0;
  transition: all 0.5s;
}
nav.navbar.bootsnav ul.nav li.dropdown > a.dropdown-toggle:after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent!important;
  color: #fff !important;
}
nav.navbar.bootsnav ul.nav > li > a:hover::before,
nav.navbar.bootsnav ul.nav > li > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a:hover::before,
nav.navbar.bootsnav ul.nav > li.active > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a::before,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a::before {
  width: 100%;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #00347D;
  min-width: 180px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 5px;
  padding-right: 5px;
  top: 112%;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  padding: 7px 10px;
  line-height: 24px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #fff;
  background: #1959b4;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(8, 8, 7, 0.6);
  box-shadow: 0px 0px 14px 0px rgba(85, 128, 193, 0.27);
}
nav.navbar.bootsnav.scroll .navbar-brand {
  padding-top: 18px;
}
nav.navbar.bootsnav.scroll ul.nav{ padding-top: 16px; }
.phoe-menu-toggle {
  display: none;
}
.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  transition: all 0.3s;
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
}
.up-search-box .middle-cont {
  width: 100%;
}
.up-search-box .up-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: url('light-h-close.png') no-repeat center center;
  background-size: contain;
}
.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}
.search-box {
  background: #fff;
  border-bottom: 4px solid #00347D;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.search-box .s-inp {
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  padding-left: 15px;
}
.search-box .s-btn {
  height: 62px;
  line-height: 62px;
  width: 62px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
  text-align: center;
}
.search-box .s-btn::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background:url(icon09_zdkj2025.png) no-repeat;
}
@media (max-width: 1599px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 32px 0 0;
  }
}
@media (max-width: 1499px) {
  nav.navbar.bootsnav .navbar-brand img{ width: 638px; }
}
@media (max-width: 1399px) {
  nav.navbar.bootsnav .navbar-brand img{ width: 624px; }
}
@media (max-width: 1365px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li {
    margin: 0 25px 0 0;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 20px;
  }
}
@media (max-width: 1299px) {
  nav.navbar.bootsnav .navbar-brand img{ width: 570px; }
  nav.navbar.bootsnav ul.nav > li > a { font-size: 18px;}
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav {
    min-height: 95px;
  }
  nav.navbar.bootsnav .navbar-collapse {
    display: none !important;
  }
  nav.navbar.bootsnav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .phone-menu-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none !important;
  }
  .header-other {
    position: absolute;
    right: 85px;
    top: 30px;
    padding-top: 0;
    margin-right: 0 !important;
  }
  .navbar .toggle {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    float: left !important;
  }
  .header-other {
    top: 23px;
  }
  .navbar .toggle {
    margin-top: 0;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .nav-wrap {position: static;}
  nav.navbar.bootsnav {
    min-height: 70px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 400px;
  }
  .navbar .toggle {
    top: 14px;
  }
}
.index-title {
  margin-bottom: 35px;
}
.index-title .title-name {
  color: #00347D;
  position: relative;
  line-height: 50px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 0 17px;
  background-size: 20px;
  min-width: 280px;
}
.index-title .title-txt {
  color: #444444;
  line-height: 32px;
  overflow: hidden;
}
.index-banner {
  position: relative;
  width: 100%;
}
.index-banner .banner-groups {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.index-banner .banner-groups > div{
  position: relative;
}
.index-banner .banner-box {
  position: relative;
  height: 85%;
}
.index-banner .banner-box:hover .banner-img img {
  transform: scale(1.08);
}
.index-banner .banner-box:hover .banner-title span {
  color: #C53D2E;
}
.index-banner .banner-box .banner-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.index-banner .banner-box .banner-img::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient( 223deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 23%, rgba(0,0,0,0.85) 100%);
  top:0;
  left: 0;
}
.index-banner .banner-box .banner-img img {
  display: block;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.index-banner .banner-box .banner-video .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
  background-size: 38px;
}
.index-banner .banner-box .banner-video video {
  width: 100%;
  height: 100%;
}
.index-banner .banner-box .banner-title {
  position: absolute;
  padding: 24px 30px;
  left: 0;
  max-width: 600px;
  bottom: -21px;
  background: #F7E4B6;
  z-index: 9;
  color: #9D7F5E;
}
.banner-hpa{ 
  position:absolute; 
  bottom: 122px;
  left:0;
  width: 100%;
  z-index:1;
}
.banner-hpa h3{
  font-size: 38px;
  color: #FFFFFF;
  line-height: 1.4;
  margin-bottom: 19px;
  width: 40%;
  font-family: 'Lato-Bold';
}
.banner-hpa p{
  font-size: 16px;
  color: #FFFFFF;
  line-height: 2;
  width: 50%;
  margin-bottom: 20px;
  overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
}
.banner-hpa a{
  display: inline-block;
  width: 146px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  background:url(icon04_zdkj2025.png) #D83933 no-repeat right 18px center;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  padding-right: 30px;
}
.banner-hpa a:hover{
  background:url(icon04_zdkj2025.png) #f84039 no-repeat right 10px center;
}


.index-banner .banner-box .banner-title::after {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  
  right: -21px;
  bottom: 0;
}
.index-banner .banner-box .banner-title span {
  display: block;
  color: #9D7F5E;
  line-height: 30px;
}
.index-banner .banner-page {
  bottom: 16px;
  font-size: 0;
  display: inline-block;
  margin:0 70px;
}
.index-banner .banner-page > div {
  float: left;
  margin-left: 20px;
}
.index-banner .banner-page .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #D8D8D8;
  border: 0;
  opacity: 1;
  margin: 0 0 0 18px;
}
.index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D8D8D8;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev{
 width: 60px;
 height: 60px;
 top: auto;
 bottom: 0;
 margin-top: 0;
}
.index-banner .swiper-button-next{
  background:url(icon02_zdkj2025.png) no-repeat;
  right:auto;
  left:278px;
}
.index-banner .swiper-button-prev{
  background:url(icon01_zdkj2025.png) no-repeat;
  left:215px;
}
.index-banner .swiper-button-next:after,
.index-banner .swiper-button-prev:after{
  display: none;
}

.index-banner .banner-operation {
  float: left;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('icon03_zdkj2025.png'); 
}
.index-banner .banner-operation.oper-stop {
  background-image: url('icon03hov_zdkj2025.png');
}
.index-box {
  overflow: hidden;
}

.index-xferm{ position: fixed; right: 20px; bottom:150px; z-index:9999; }
.index-xferm img{ width: 126px; }


/* shipinsuijizhanshi */
.topvideo-sjlb{

}
.sjqh-img{ height: 100vh; width: 100%; position: relative; }
.sjqh-img img{width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}
.sjqh-video{}
.sjqh-video video{ width: 100%; }
.show_wrap {
    display: none;
}
.show_wrap.active {
    display: block;
    /* position: relative; */
}
/* .show_wrap.active::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient( 223deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 23%, rgba(0,0,0,0.55) 100%);
  top:0;
  left: 0;
} */
.topvideo-sjlb .show_wrap video{ width: 100%; display: block; }



@media screen and (max-width: 1399px){
  .banner-hpa h3,.banner-hpa p{ width: 68%; }
}
@media screen and (max-width: 1299px){

}
@media screen and (max-width: 1199px){
  .banner-hpa{ bottom: 75px; }
  .banner-hpa h3{ font-size: 30px; }
  .banner-hpa h3,.banner-hpa p{ font-size: 15px;width: 80%; }
  .index-banner .swiper-button-next,
  .index-banner .banner-operation,
  .index-banner .swiper-button-prev{ width: 40px; height: 40px; background-size: 100%; }
  .index-banner .banner-page{ bottom: 7px; margin:0 60px; }
  .index-banner .swiper-button-next{ left:258px; }

}
@media screen and (max-width: 991px){
  .banner-hpa h3{ width: 100%; }
  .banner-hpa p{ display: none; }
}
@media screen and (max-width: 767px){
  .index-banner{ padding-bottom: 10px; }
  .banner-hpa{ position: static; }
  .banner-hpa a{ height: 36px; line-height: 36px; font-size: 14px; }
  .banner-hpa h3{ font-size: 16px; color: #333; margin-top: 10px; margin-bottom: 10px; }
  .index-banner .swiper-button-next, .index-banner .banner-operation, .index-banner .swiper-button-prev{ display: none; }
  .index-banner .banner-page{ opacity: 1; margin:0; right:15px; bottom: 10px;}
  .index-banner .banner-page .swiper-pagination-bullet{ background:#999; margin-left: 8px; }
  .index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#666; }
  .show_wrap.active::before{ display: none; }
}

@media screen and (max-width: 500px){
  nav.navbar.bootsnav .navbar-header{text-align: left; }
  nav.navbar.bootsnav .navbar-brand { width: 90%; }
  nav.navbar.bootsnav .navbar-brand img{ width: 100%; }
}


/* About */
.index-about{
  background:url(aboutbg_en2025.png) no-repeat right top;
  position: relative;
  z-index:99;
  margin-top: -92px;
}
.about-cent{
  padding: 180px 0 20px;
}
.index_title{ margin-bottom: 36px; }
.index_title b{
  font-size: 28px;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
  font-family: 'Lato-Heavy';
}
.index_title b a{
  color: #022233;
  padding-top: 15px;
  display: block;
}
.index_title b a:hover{
  color: #D83933;
}
.index_title b:before{
 content: '';
  position: absolute;
  background: #D83933;
  width: 60px;
  height: 7px;
}
.about-txt{ padding-right: 25%; }
.about-txt p{
  font-family: OpenSans;
  font-size: 18px;
  color: #444444;
  line-height: 1.667;
}


.image-item {
    position: relative;
    background-color: #f0f0f0;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    text-align: center;
    overflow: hidden;
    height: 225px;
    width: 100%;
    margin-bottom: 16px;
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}
.image-item[data-img=""] span {
    display: block;
}
.image-item img:not([src]),
.image-item img[src=""] {
    display: none;
}

@media screen and (min-width: 1992px){
  .index-about{  }
}

@media screen and (max-width: 991px){
  .index-about{ background-size:100%; margin-top: -46px; }
  .about-cent{ padding: 100px 0 30px; }
  .about-txt{ padding-right: 0; }
}
@media screen and (max-width: 767px){
  .index-about{ background:none; }
  .index_title{margin-bottom: 25px;}
  .index_title b{ font-size: 24px;  }
}


/* News & Updates */
.news_updates{
  padding: 70px 0 50px;
}
.index_title01{ overflow: hidden; }
.index_title01 b{ float: left; }
.index_title01 .more{
  float: right;
  background:url(sslb01_zdkj2025.png) right no-repeat;
  font-size: 16px;
  color: #555555;
  line-height: 1.375;
  padding-right:25px;
  margin-top: 25px;
}
.index_title01 .more:hover{
  border-bottom: 1px solid #494949;
  color: #022233;
}

.news_cent{}
.news_cent a{} 
.news_cent a b{
  position: relative;
  width: 100%;
  height: 505px;
}

.news_cent a h3{ 
  margin-top: 20px;
  font-family: OpenSans;
  font-size: 24px;
  line-height: 1.6;
}
.news_cent a span{
  margin-top: 15px;
  display: block;
  font-family: OpenSans;
  font-size: 16px;
  color: #777777;
  line-height: 1.375;
}

.rgt01{ overflow: hidden;}
.rgt01 > div{ margin-bottom: 35px; }
.rgt01 > div a{ display: block; }
.rgt01 > div a b{ 
  margin-bottom: 12px; 
  width: 100%;
  overflow: hidden;
  position: relative;
}
.rgt01 > div a h3{
  font-size: 18px;
  line-height: 1.56;
}
.rgt01 > div a span{font-size: 16px; color: #777777; display: block; margin-top: 5px;}

@media screen and (min-width: 992px){
  .rgt01 > div{ min-height:333.2px;}
  .rgt01 > div a b{ height: 240px;}
  .rgt01 > div a b img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
  }
  .news_cent a b{ height: 505px; }
  .news_cent a b img{
  width: 100%; 
  height: 100%;
  object-fit: cover; 
  object-position: center; 
  position: absolute; } 

}
@media screen and (min-width: 1200px){
  .newupdt_cent{ margin: 0 -20px;  }
  .newupdt_cent > .col-md-6{ padding: 0 20px; }
  .rgt01{ margin:0 -20px; }
  .rgt01 > div{ padding: 0 20px; }
}

@media screen and (max-width: 991px){
  .news_cent a b{ height: auto; }
  .news_cent a h3{ font-size: 18px; margin-top: 15px; }
  .news_cent{ margin-bottom: 20px; }
  .news_cent a span{ margin-top: 5px; }
  .rgt01 .col-md-6{ padding: 0; margin-bottom: 20px; }
}
@media screen and (max-width: 767px){
  .news_updates{ padding: 20px 0 30px; }
}


/* Research Highlights */
.research_highlights{
  padding: 55px 0 53px;
  background-image: url(rhbg_en2025.png);
  /* background-attachment: fixed; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.rehgts_lb{
  position: relative;
}
.rehgts_lb .index_title01{ 
  position: absolute; 
  width: 50%;
  top: 0;
  left:0;
  padding-right: 20px;
  z-index:999;
}
.rehs-cent{

}
.rehs-cent a{
  
}
.left_retxt{
   display: block;
   padding-top: 93px;
}
.rehs-cent a h3{
  font-size: 24px;
  line-height: 1.584;
  margin-bottom: 16px;
}
.rehs-cent a span{
  font-size: 16px;
  color: #777777;
  display: block;
  margin-bottom: 25px;
  line-height: 1.375;
}
.rehs-cent a p{
  font-size: 16px;
  color: #444444;
  line-height: 1.75;
}
.rehs-cent a b{
  position: relative;
}
.rehs-cent a b img{
  
}



.rehs-banner01 .banner01-next, 
.rehs-banner01 .banner01-prev{
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 8px;
}
.rehs-banner01 .swiper-button-next:after,
.rehs-banner01 .swiper-button-prev:after{
  display: none;
}
.rehs-banner01 .swiper-button-next{
  background:url(icon02_en2025.png) no-repeat;
  background-size: contain;
  left:198px;
  right:auto;
}
.rehs-banner01 .swiper-button-next:hover{
  background:url("icon02_sszs_hover2025.png") no-repeat;
 background-size: contain;}
.rehs-banner01 .swiper-button-prev{
  background:url(icon01_en2025.png) no-repeat;
  background-size: contain;
  left:0;
}
.rehs-banner01 .swiper-button-prev:hover{
  background:url(icon01_sszs_hover2025.png) no-repeat;
    background-size: contain;
}
.rehs-banner01 .banner01-pagination{
  font-size: 20px;
  color: #444444;
  line-height: 27px;
  text-align: left;
  width: auto;
  left:140px;
  bottom:12px;
}
.lbbt_szq{ 
  position:absolute; 
  left:58px; 
  font-size: 20px; 
  font-weight:normal;
  bottom: 17px;
  z-index:999;
}


@media screen and (min-width: 992px){

  .rehs-cent a b{ height: 442px; }
  .rehs-cent a b img{
    width: 100%; 
    height: 100%;
    object-fit: cover; 
    object-position: center; 
    position: absolute; } 

}
@media screen and (max-width: 991px){
  .rehgts_lb .index_title01{ width: 100%; }
  .rehs-banner01{ padding-bottom: 90px; }
  .rehs-cent a p{ margin-bottom: 10px; }
  .rehs-cent a h3{ font-size: 18px; }
  .rehs-cent a span{ margin-bottom: 15px; }
}

@media screen and (max-width: 767px){
  .rehgts_lb .index_title01{ position: static; }
  .left_retxt{ padding-top: 0; }
}



/* NOTICE */
.index-notice{ padding: 60px 0 100px; }
.notice_cent{ position: relative; }
.notice_cent:before{
 content: '';
  position: absolute;
  background: #D8D8D8;
  width: 100%;
  height: 1px;
  top: 50%;
  left:0;
  z-index:0;
}

.notice_labli{ 
  min-height: 160px;
  overflow: hidden;
background: #F1F1F1;
padding: 30px;
border-radius: 80px; 
display: flex;
  align-items: center; 
}
.notice_labli div{ 
  text-align:left;
  color: #002860;
  border-right: 1px solid #002860; 
  min-width: 72px;  }
.notice_labli div b{
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  display: block;
}
.notice_labli div span{
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding-left: 10px;
}
.notice_labli a{
  flex: 1; 
  padding-left: 18px;
font-size: 18px;
line-height: 1.56;}
.notice_labli:hover{
  background:#002860;
}
.notice_labli:hover div{ color: #fff; border-right: 1px solid #fff; }
.notice_labli:hover a{ color: #fff;  }

@media screen and (min-width: 992px){
  .notice_lab .row{ margin:0 -20px; }
  .notice_lab .row .col-md-4{ padding: 0 20px; }
}

@media screen and (max-width: 991px){
  .notice_labli{ min-height:auto; }
  .notice_lab .row > div{ margin-bottom: 20px; }
  .notice_cent:before{ display: none; }
  
}
@media screen and (max-width: 767px){
  .notice_labli a{ font-size: 16px; }
  .notice_labli div b{ font-size: 18px; }
  .notice_labli div span{ font-size: 14px; }
  .notice_labli div{ min-width: 62px; }
  .notice_labli{ padding: 15px; }
}



/* Facilities */
.homec{
  background:url(faclbg_en2025.png) no-repeat top left;
  padding:65px 0 50px;
  position:relative;
  z-index:3;
  width: 100%;
  overflow: hidden;
  min-height:1100px;
  background-size:cover;
}
.homec .pore{ width: 57.3%; }
.pore .aright{
  position: relative;
  height: 880px;
}
.pore .aright:before{
  content: '';
  position: absolute;
  background: #D83933;
  width: 1px;
  height: 100%;
  top: 0;
  left:0;
  z-index:0;
}
.aright ul{ padding: 5px 0 60px; }
.aright li{ padding-left: 1px; position: relative; margin-top: 15px;}
.aright li:before{
  content: '';
  position: absolute;
  background: #D83933;
  width: 9px;
  height: 9px;
  top: 16px;
  left:-4px;
  z-index:0;
  border-radius: 50%;
}
.aright li a{ display: block; }
.aright li h4{ 
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 38px;
  padding-left: 30px;
  cursor: pointer;
  /* position: relative; */
}
.aright li.on >div{
  display: block;
  background: #FFFFFF;
  opacity: 0.8;
  padding: 16px 30px 30px;
}
.aright li.on >div h4{
  color: #444444;
  padding-left: 0;
}
.aright li.on:before{
  height: 40px;
  width: 10px;
  left:0;
  border-radius: 0;
  z-index:2;
}

.homec .aright .item .desc{
  display: none;
  /* position: relative;
  z-index: 3; */
  overflow: hidden;
  margin-top: 16px;
  /* transition: all 0.2s ease;  */
}
.homec .aright .item .desc img{ float: left; width: 43%; margin-right: 25px; }
.homec .aright .item .desc p{ 
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  line-height: 1.875;
}
.homec .aright .item.on .desc{
  display: block;
}

.homec .aright ul li:nth-child(1) .desc{
  display:block;
}
.homec .scir{
    border-radius: 50%;
    z-index: 3;
    transition: .6s .3s;
    width: 778px;
    height: 778px;
    position:absolute;
    right:-27px;
    bottom: 70px;
}
.homec .scir ul li {
    position: absolute;
    width: 112px;
    height: 112px;
    overflow: hidden;
    margin-left: 0;
    top: 50%;
    margin-top: 0;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.9
}
.homec .scir ul li b img{
   width: 100%; 
    height: 100%;
    object-fit: cover; 
    object-position: center; 
    position: absolute; 
}
.homec .scir ul li.on{ opacity: 1; }

.homec .scir ul li:nth-child(1){left: 5%;top: 10%}
.homec .scir ul li:nth-child(2){left: -6.5%;top: 32%;}
.homec .scir ul li:nth-child(3){left: -7%;top: 55%;}
.homec .scir ul li:nth-child(4){left:4%;top:76%;}
.homec .scir ul li:nth-child(5){left:24%;top: 89%;}
.homec .scir ul li:nth-child(6){left:50%;top: 92%;}
.homec .scir ul li:nth-child(7){left:74%;top: 82%;}

.homec .scir ul.one-teskz li:nth-child(1){left:75%;top: 4%;}
.homec .scir ul.one-teskz li:nth-child(2){left:53%;top: -6%;}
.homec .scir ul.one-teskz li:nth-child(3){left:28%;top: -5%;}
.homec .scir ul.one-teskz li:nth-child(4){left: 5%;top: 10%}
.homec .scir ul.one-teskz li:nth-child(5){left: -6.5%;top: 32%;}
.homec .scir ul.one-teskz li:nth-child(6){left: -7%;top: 55%;}
.homec .scir ul.one-teskz li:nth-child(7){left:4%;top:76%;}
.homec .scir ul.one-teskz li:nth-child(8){left:24%;top: 89%;}
.homec .scir ul.one-teskz li:nth-child(9){left:50%;top: 92%;}
.homec .scir ul.one-teskz li:nth-child(10){left:74%;top: 82%;}


.homec .scir ul li.on:nth-child(2){transform: rotate(-10deg);}
.homec .scir ul li.on:nth-child(3){transform: rotate(-25deg);}
.homec .scir ul li.on:nth-child(4){transform: rotate(-40deg);}
.homec .scir ul li.on:nth-child(5){transform: rotate(-55deg);}
.homec .scir ul li.on:nth-child(6){transform: rotate(-70deg);}
.homec .scir ul li.on:nth-child(7){transform: rotate(-85deg);}
.homec .scir ul li.on:nth-child(8){transform: rotate(-100deg);}
.homec .scir ul li.on:nth-child(9){transform: rotate(-115deg);}
.homec .scir ul li.on:nth-child(10){transform: rotate(-130deg);}

.scirss{
  border: 1px solid #D83933;
  width: 778px;
  height: 778px;
  position:absolute;
  right:-27px;
  bottom: 70px;
  border-radius:50%;
  display: flex;
  justify-content: center; 
  align-items: center;    
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.scirss:before{
  content: '';
  position: absolute;
  background: url(dblbyuan_en2025.png) no-repeat;
  width: 610px;
  height: 610px;
  top: 84px;
  left:84px;
  z-index:1;
  animation: rotate 55s linear infinite;
}
.scirss img{ 
  display: block; 
}

.events_tab{}
.tab_con{ display: none; }

/* 添加过渡效果 */
.tab_con .scir {
    transition: transform 1s ease;
    transform-origin: center center; 
}
/* 激活状态指示器 */
.tab_con .on::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background: currentColor;
    opacity: 0;
    transition: opacity 1s;
}

.tab_con .on.active::after {
    opacity: 1;
}
.top_lban{  overflow: hidden; margin-bottom: 60px; }
.index_title02{
  margin-right: 45px;
  float: left;
}
.tabmenu{ float: left; width: 70%; }
.tabmenu ul li{border: 1px solid #D83933; margin-bottom: 20px;margin-right: 30px; display: inline-block;}
.tabmenu ul li:last-child{ width: 39.08%; text-align: center; }
.tabmenu ul li:last-child a{     
  background: url(icon03_en2025.png) no-repeat right center;
    display: inline-block;
    padding-right: 40px; 
}
.tabmenu ul li a{
  font-size: 18px;
  line-height: 1.89;
  display: block;
  padding: 12.7px 20px;
  font-family: 'Lato-Bold';
}
.tabmenu ul li.selected,
.tabmenu ul li:hover{background: rgba(216,57,51,0.6);}
.tabmenu ul li.selected a,
.tabmenu ul li:hover a{ color: #fff; }


@media screen and (min-width: 1922px){
  .homec{ background-size:cover; min-height: 1100px; }
}

@media screen and (max-width: 1860px){
  .homec .scir,
  .scirss{
     width: 700px; height: 700px;    
  }
  .scirss:before{
    width: 532px;
    height: 532px;
    background-size:100%;
  }
  .scirss img{ 
    width: 60%;
  }
}

@media screen and (max-width: 1690px){
  .homec .scir,.scirss{ width: 600px; height: 600px; }
  .homec .scir ul li{ width:96px; height: 96px; }
  .scirss:before{
    width: 432px;
    height: 432px;
    background-size:100%;
  }
  .scirss img{ 
    width: 60%;
  }
}

@media screen and (max-width: 1639px){
  .tabmenu { width: 76.4%; }
  .homec .scir,
  .scirss{ bottom: 130px; }

}
@media screen and (max-width: 1499px){
  .tabmenu { width: 82.1%; }
  .homec .scir,.scirss{ width: 550px; height: 550px; }
  .homec .scir ul li{ width:80px; height: 80px; }
  .scirss:before{
    width: 382px;
    height: 382px;
  }

}

@media screen and (max-width: 1399px){
  .tabmenu { width: 84.1%; }
}
@media screen and (max-width: 1366px){
  .tabmenu ul li a{ font-size: 17px; }
}
@media screen and (max-width: 1299px){
  .tabmenu { width: 100%; }
  .tabmenu ul li:last-child{ width: 34.65%; }
  .homec .scir,.scirss{ width: 500px; height: 500px; }
  .scirss:before{
    width: 332px;
    height: 332px;}
}
@media screen and (max-width: 1199px){
  .homec{ padding-bottom: 25px; }
  .homec .scir,.scirss{ display: none; }
  .homec .pore{ width: 100%; }
  .tabmenu ul li{ margin-right: 15px; margin-bottom: 10px;}
  .tabmenu ul li a{ padding: 10px 15px; }
  .tabmenu ul li:last-child{ width: 41.8%; }
  .pore .aright{ height: auto; }
}
@media screen and (max-width: 767px){
  .tabmenu ul li{ margin-right: 5px; }
  .tabmenu ul li a{ font-size: 16px; }
  .aright li a h4{ font-size: 18px; line-height: 1.6; }
  .top_lban{ margin-bottom: 30px; }
}


/* foot */
.footer{
  background: #002860;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
.footer a,
.footer span {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}

.footer .footer-info .info-logo img {
  display: block;
  width: 287px;
}
.footer .footer-info .info-txt {
  float: left;
  text-align: left;
}
.footer .footer-info .info-txt a,
.footer .footer-info .info-txt span{
  margin-right: 20px;
}
.footer .footer-info .info-txt a img{
  display: inline-block;
  width: 18px;margin: 0 6px 0 0;vertical-align: text-bottom;
}
.footer .footer-info .info-txt > div {
  margin-bottom: 8px;
}
.footer .footer-info .info-txt > p{
  margin-bottom: 8px;
  display: block;
}
.rgt-jctb{ float: right; margin-top: 15px; }

@media screen and (min-width: 992px){
  .footer .footer-info {
    position: relative;
    padding-left: 340px;
    min-height: 60px;
    line-height: 28px;
  }
  .footer .footer-info .info-logo {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1600px){
  .footer .footer-info { padding-left: 383px;}
}

@media screen and (max-width: 1599px){

}
@media screen and (max-width: 1499px){

}
@media screen and (max-width: 1399px){
  .footer .footer-info .info-txt{ font-size: 16px; }
}
@media screen and (max-width: 1250px){
  .footer .footer-info .info-logo img{ width: 250px; }
  .footer .footer-info{ padding-left: 270px; }
}
@media screen and (max-width: 1199px){
  .rgt-jctb{ float: none; }
  .footer .footer-info .info-logo img{ width: 280px; }
  .footer .footer-info{ padding-left: 310px; }
}
@media screen and (max-width: 991px){
.footer .footer-info{ padding-left: 0;  text-align: center;}
.footer .footer-info .info-txt{ float: none; margin-top: 20px; }
}
@media screen and (max-width: 767px){
  .footer{ padding: 30px 0; }
  .footer .info-logo{ margin-bottom: 15px; }
}


/* sheshizhanshi-liebiao */
.sszs-topbanner{
  background-image:url(sszs_topban2025.png);
  background-position: top left;
  background-size: 100%;
  background-repeat:no-repeat;
  padding-top: 142px;
}
.sszs-topban{ position: relative; }
.banner-sszs{
  margin-top: -150px;
  padding-left: 60px;
  position: relative;
  z-index: 99;
}
.banner-sszs h1{
  font-weight: 600;
  font-size: 64px;
  color: #FFFFFF;
  line-height: 1.4;
  padding-left: 30px;
  margin-bottom: 10px;
  height: 90px;
}
.banner-sszs > div{
  background: #F5F5F5;
  display: block;
  padding: 25px 0 30px 30px;
  position: relative;
}
.banner-sszs > div:after{
  content: '';
  position: absolute;
  bottom: 0;
  right:-50%;
  background: #F5F5F5;
  width: 100%;
  height: 100%;
  z-index:-1;
}

.banner-sszs > div h3{
  font-weight: 800;
  font-size: 32px;
  line-height: 1.6;
  margin:0 0 6px;
}
.banner-sszs > div h3 a{ color: #083C85; font-size:18px; margin-left: 7px;}
.banner-sszs > div p{
  font-size: 15px;
  line-height: 1.9;
}
.swiper-container-sszs .banner-img,
.swiper-container-sszs video{
  width: 100%;
  height: 877.5px;
  display:block;
  overflow: hidden;
  position: relative;
  background:#000;
}
.swiper-container-sszs .banner-img img{
  width: 100%; 
  height: 100%;  
  object-fit: cover; 
  object-position: center; 
  position: absolute; 
}
.swiper-container-sszs .swiper-pagination-sszs{
  bottom: 80px;
  right: 12%;
  display: inline-block;
  width: auto;
  color: #fff;
  left: auto;
  font-size: 30px;
  z-index: 100;
}
.swiper-container-sszs .swiper-scrollbar{
  bottom: 88px;
  right:18%;
  left: auto;
  display: inline-block;
  width: 506px;
  height: 2px; 
  background:#979797;
  z-index: 100;
}
.swiper-container-sszs .swiper-scrollbar-drag{ background:#D83933; }
.swiper-container-sszs .swiper-button-next-sszs,
.swiper-container-sszs .swiper-button-prev-sszs{ top: 44%; }
.sszs-news{
  margin-top: 60px;
  margin-bottom: 70px;
}
.xwdrt_cent{

}
.xwdrt_cent .index_title{ background:url(icon11_zdkj2025.png) no-repeat left 145px center; }
.xwdrt_cent .index_title b{ display: block; }
.ssgg_cent{}


.ssgg_cent .index_title01{
  background:url(icon11_zdkj2025.png) no-repeat left 90px center; 
}
.ssgg_cent .index_title01 b{ font-size: 28px; }
.ssgg_cent .index_title01 b a{
  color: #D83933;
}
.xwdrt_cent ul li{}
.xwdrt_cent ul li a{display: block; position: relative;}
.xwdrt_cent ul li a:after{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  z-index:1;
}
.xwdrt_cent ul li b{
  width: 100%;
  height: 240px;
  display:block;
  overflow: hidden;
  position: relative;
}
.xwdrt_cent ul li b img{
  width: 100%; 
  height: 100%;  
  object-fit: cover; 
  object-position: center; 
  position: absolute; 
}
.xwdrt_cent ul li p{ 
  position: absolute; 
  padding: 0 15px 12px 20px;
  bottom:0;
  left:0;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.5;
  z-index: 2;
}
.ssgg_lb{ height: 270px; overflow: hidden;}
.ssgg_new{
  overflow: hidden;
}
.left_ssgg{
  float: left;
 margin-right: 10px;
 padding-left: 25px;
 background:url(icon12_zdkj2025.png) no-repeat left top 3px;
 background-size:9px auto;
}
.left_ssgg b{ display: block;
font-weight: bold;
font-size: 18px;
color: #444444;
line-height: 1.4; }
.left_ssgg span{
font-weight: bold;
font-size: 16px;
color: #00347D;
line-height: 1.4;}
.rgt_ssgg{
  font-size: 16px;
  line-height: 1.6;
}
.rgt_ssgg p{}

.sskyjz-cent{
  background:url(sskyjzbg_zdkj2025.png) no-repeat top left;
  background-size: cover;
  padding-top: 55px;
  position: relative;
  min-height:600px;
}
.sskyjz-cent:before{
  content: '';
  position: absolute;
  width: 52.7%;
  height: 94%;
  top: 55px;
  background: #fff;
  right: 0;
  z-index:0;
}
.left-skyjz{
  padding-right: 15px;
}
.left-skyjz .index_title{background:url(icon11_zdkj2025.png) no-repeat left 145px center; }
.left-skyjz .index_title b a{ color: #fff; }
.kycg_topone{
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 32px;
  padding-top: 15px;
}
.kycg_topone h3{
  margin-bottom: 15px;
}
.kycg_topone h3 a{
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.8;
}
.kycg_topone span{
  font-weight: 600;
  font-size: 16px;
  color: #7F9CC5;
  line-height: 1.6;
}
.kycg_toptwo{ padding: 20px 0 80px; }
.kycg_toptwo li a{ 
  font-size: 18px;
  color: #FFFFFF;
  line-height: 2.223; 
  padding-left: 27px;
  position: relative;
  display: block;
}
.kycg_toptwo li a::after{
  content: '';
  position: absolute;
  width: 11px;
  height: 1px;
  top: 19.5px;
  background: #fff;
  left: 0;
}
.rgt-skyjz{
    padding: 60px 0 0 20px;
    display: grid;
    gap: 20px;
    grid-template-columns: 2.1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.rgt-skyjz > div:nth-child(1){
  grid-column: 1/2;
  grid-row: 1/3;
}
.rgt-skyjz > div:nth-child(2){
  grid-column: 2/3;
  grid-row: 1/2;
}
.rgt-skyjz > div:nth-child(3){
  grid-column: 2/3;
  grid-row: 2/3;
}
.rgt-skyjz > div a {
  width: 100%;
  height: 183.5px;
  display:block;
  overflow: hidden;
  position: relative;
}
.rgt-skyjz > div a img{
  width: 100%; 
  height: 100%;  
  object-fit: cover; 
  object-position: center; 
  position: absolute; 
}
.rgt-skyjz > div:nth-child(1) a{
  width: 100%;
  height: 387px;
}


.sszs-sbzs{
  background: #F5F5F5;
  padding: 100px 0 110px;
}
.sszs-sbzs .index_title{background:url(icon11_zdkj2025.png) no-repeat left 145px center; }

.sszs-sixpic{
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  grid-template-rows: auto auto; 
  gap: 35px; 
}
.sszs-sixpic :nth-child(1),
.sszs-sixpic :nth-child(4) {
  grid-row: span 2; /* 大图占据两行 */
}
.sszs-sixpic :nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.sszs-sixpic :nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.sszs-sixpic :nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.sszs-sixpic :nth-child(4) {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.sszs-sixpic :nth-child(5) {
  grid-column: 4;
  grid-row: 1;
}

.sszs-sixpic :nth-child(6) {
  grid-column: 4;
  grid-row: 2;
}
.sszs-sixpic > div a {
  width: 100%;
  height: 240px;
  display:block;
  overflow: hidden;
  position: relative;
}
.kycg-gallery-image a{ position: relative; }
.kycg-gallery-image a:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 105px;
  left:0;
  bottom: 0;
  z-index:1;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}
.kycg-gallery-image a p{
  padding: 15px;
  font-weight: 800;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.4;
  position: absolute;
  width: 100%;
  bottom:0;
  left:0;
  z-index:3;
}
.sszs-sixpic > div a img{
  width: 100%; 
  height: 100%;  
  object-fit: cover; 
  object-position: center; 
  position: absolute; 
}
.sszs-sixpic > div:nth-child(1) a,
.sszs-sixpic > div:nth-child(4) a{
  width: 100%;
  height: 515px;
}
.father-carouselb{ position: relative; }
.father-carouselb .swiper-button-next:after,.father-carouselb .swiper-button-prev:after{ display: none; }
.father-carouselb .swiper-button-next,.father-carouselb .swiper-button-prev{
  width: 40px;  height: 40px;
  border-radius:50%;
}
.father-carouselb .swiper-button-next{ 
  right:0;
  top: -36px;
  background:url(sslb03_zdkj2025.png) #00347D no-repeat center; }
.father-carouselb .swiper-button-prev{ 
  left:auto;
  right:60px;
  top: -36px;
  background:url(sslb04_zdkj2025.png) #00347D no-repeat center; }
.father-carouselb .swiper-button-next:hover{ background:url(sslb03_zdkj2025.png) #D83933 no-repeat center; }
.father-carouselb .swiper-button-prev:hover{ background:url(sslb04_zdkj2025.png) #D83933 no-repeat center; }
.carouselbb,.carouselcc{ display: none; }
.carouselbb .swiper-button-next:after,
.carouselbb .swiper-button-prev:after,
.carouselcc .swiper-button-next:after,
.carouselcc .swiper-button-prev:after{ display: none; }
.carouselbb .swiper-button-next,
.carouselbb .swiper-button-prev,
.carouselcc .swiper-button-next,
.carouselcc .swiper-button-prev{
  width: 40px;  height: 40px;
  border-radius:50%;
}
.carouselbb .swiper-button-next,
.carouselcc .swiper-button-next{ 
  background:url(sslb03_zdkj2025.png) #00347D no-repeat center; }
.carouselbb .swiper-button-prev,
.carouselcc .swiper-button-prev{ 
  background:url(sslb04_zdkj2025.png) #00347D no-repeat center; }

.sszs-lxwm{ padding: 60px 0 73px; position: relative; }
.sszs-lxwm:before,
.sszs-lxwm:after{
  content: '';
  position: absolute;
  width: 42.1%;
  height: 210px;
  right:0;
  z-index:1;

}
.sszs-lxwm:before{background:url(sszs_btm01lxwm2025.png) no-repeat;top: -32px;background-size:cover;}
.sszs-lxwm:after{background:url(sszs_btm02lxwm2025.png) no-repeat; bottom: 0;background-size:cover;}
.sszs-lxwm .index_title{background:url(icon11_zdkj2025.png) no-repeat left 145px center; }
.left-lzwmss{ padding-top: 20px; }
.left-lzwmss > div{ 
  margin-bottom: 12px; overflow: hidden;
  font-size: 16px;
  color: #444444;
  line-height: 1.75;
}
.left-lzwmss > div img{float: left; width: 30px; margin-right: 20px;}
.rgt-lzwmss{ position: relative; z-index: 10; }
.sslibi-li{ position: absolute; left:90px; }
.sslibi-li a{
  min-width: 262px;
  font-weight: 800;
  font-size: 28px;
  color: #FFFFFF;
  display: block;
  line-height: 1.5;
  background:url(sslb05_zdkj2025.png) no-repeat right;
}
.rgt-lzwmss .sslibi-li:first-child{ top: -75px;  }
.rgt-lzwmss .sslibi-li:last-child{ top: 135px; }

/* 01shujuziyuan */
.sslb_nrnone{ margin-top: 30px; }
.sjzy-lbzsy{}
.sjzy-lbzsy ul{  }
.sjzy-lbzsy ul li{}
.sjzy-lbzsy ul li a{ display: block; }
.sjzy-lbzsy ul li a div{ position: relative; }
.sjzy-lbzsy ul li a div b{ 
  position: relative; 
  display: block;
  width: 100%;
  height: 240px;
}
.sjzy-lbzsy ul li a div b img{ 
  width: 100%; 
  height: 100%;
  object-fit: cover; 
  object-position: center; 
  position: absolute; 
}
.sjzy-lbzsy ul li a div b:after{
  content: '';
  position: absolute;
  height: 96px;
  width: 100%;
  bottom: 0;
  left:0;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}
.sjzy-lbzsy ul li a div span{ 
  position: absolute; 
  bottom: 0;
  width: 100%;
  padding: 12px 15px;
  font-weight: 800;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.4;
}
.sjzy-lbzsy ul li a p{ 
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
}


/* 02fuzhushiyanshi */
.sszsymd_tab{

}
.sszsymd_tab .tab_con{ display:none; }
.sszsymd_tab .tabmenu ul{ margin-bottom: 40px; background: url(icon11_zdkj2025.png) no-repeat left 33% center;}
.sszsymd_tab .tabmenu ul li{
  font-weight: 800;
  font-size: 28px;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  display: inline-block;
  margin-right: 50px;
}
.sszsymd_tab .tabmenu ul li.selected a{  color: #D83933;}
.sszsymd_tab .father-carouselb .swiper-button-next,
.sszsymd_tab .father-carouselb .swiper-button-prev{ top: -56px; }

@media screen and (min-width: 992px){
  .kycg_toptwo li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1599px){

}
@media screen and (max-width: 1499px){
  .swiper-container-sszs .banner-img,
  .swiper-container-sszs video{ height: 748px; }
}
@media screen and (max-width: 1399px){
  .sszsymd_tab .tabmenu ul{ background-position: left 40% center;}
}
@media screen and (max-width: 1299px){
  .swiper-container-sszs .banner-img,
  .swiper-container-sszs video{ height: 661px; }
  .banner-sszs h1{ font-size: 42px; line-height: 2.4; padding-left: 10px;}
  .swiper-container-sszs .swiper-scrollbar{ right: 20%; }
}
@media screen and (max-width: 1199px){
  .swiper-container-sszs .banner-img,
  .swiper-container-sszs video{ height: 530px; }
  .sslibi-li{ left:30px; }
  .banner-sszs > div h3{ font-size: 26px; }
  .sszsymd_tab .tabmenu ul{ background-position: left 55% center;}
}
@media screen and (max-width: 991px){
  .father-carouselb{ display: none; }
  .carouselbb,.carouselcc{ display: block; }
  .swiper-container-sszs .swiper-scrollbar{ display: none; }
  .swiper-container-sszs .swiper-pagination-sszs{ font-size: 22px; }
  .xwdrt_cent ul li{ margin-bottom: 25px; }
  .sskyjz-cent:before{ display: none; }
  .kycg_toptwo{ padding-bottom: 5px; }
  .rgt-skyjz{ padding-left: 0; }
  .sslibi-li{ left:auto; right:0; }
  .rgt-lzwmss .sslibi-li:first-child{ top: -260px; }
  .rgt-lzwmss .sslibi-li:last-child{ top: -50px; }
  .xwdrt_cent ul li b{ height: auto; }
  .xwdrt_cent ul li b img{ position:static; }
  .sszsymd_tab .tabmenu ul{ background-position: left 74% center;}
  .sjzy-lbzsy ul li{margin-bottom: 25px;}
  .sjzy-lbzsy ul li a div b{height: auto;  }
  .sjzy-lbzsy ul li a div b img{  position:static;  }
}
@media screen and (max-width: 767px){
  .banner-sszs{ padding-left: 15px; margin-top: -88px;}
  .swiper-container-sszs .banner-img,
  .swiper-container-sszs video{ height: 280px; }
  .banner-sszs h1{ font-size: 30px; height: 60px; }
  .banner-sszs > div h3{ font-size: 22px; }
  .kycg_topone h3 a{ font-size: 18px; }
  .kycg_toptwo li a{ font-size: 16px; }
  .rgt-skyjz{ padding-top: 30px; display: block; }
  .rgt-skyjz > div a{ height: auto; margin-bottom: 25px; }
  .rgt-skyjz > div a img{ position:static; }
  .sszs-lxwm:before, .sszs-lxwm:after{ display: none; }
  .sslibi-li{ position:static; }
  .rgt-lzwmss{background: url(sszs_btm02lxwm2025.png) no-repeat; margin-top: 30px;
    background-size:cover; padding:30px 20px;}
  .sslibi-li a{ padding: 20px 0; font-size: 18px; display: inline-block;}
  .sszsymd_tab .tabmenu ul li{ font-size: 24px; margin-right: 15px; }
  .sszsymd_tab .tabmenu ul{ background:none; }
}


/* chanyechuangxin*/
.btn-jstgml{ position: absolute; bottom: 0; left: 0;  width: 100%; text-align: right;}
.btn-jstgml a{
  font-weight: 800;
  font-size: 28px;
  color: #D83933;
  display: inline-block;
  line-height: 1.43;
  padding:28px 33px 28px 93px;
  background:url(qyyh04_zdkj2025.png) #F5F5F5 no-repeat left 32px center;
}
.btn-jstgml a:hover{
  background:url(qyyh04_zdkj2025.png) #eee no-repeat left 32px center;
}
.qyyhfw-cent{ padding-top: 20px; }
.qyyhfw-cent .index_title{ background:url(icon11_zdkj2025.png) no-repeat left 18% center; }
.qyhzxqzjb-cent .index_title{ background:url(icon11_zdkj2025.png) no-repeat left 25% center; }
.qyyhfw-top{ 
  background:url(cycxbg_zdkj2025.png) no-repeat; 
  background-size:cover;
  padding: 20px 50px;
  overflow: hidden;
  margin-bottom: 40px;
}
.qyyhfw-top a{
  font-size: 16px;
  color: #FFFFFF;
  line-height: 2.5;
  padding-right: 17px;
  margin-right: 16px;
  position: relative;
  float: left;
}
.qyyhfw-top a:hover{ color: #D83933; }
.qyyhfw-top a:after{
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background:#FFFFFF;
  right:0;
  top: 13px;
}
.qyyhfw-top a:last-child:after{ display: none; }
.qyyhfw-tab{
  margin-bottom: 70px; 
}
.qytab-li{ margin-bottom: 20px; }
.qytab-toptit{ border-bottom:1px solid #00347D;  }
.qytab-toptit b{
  padding: 15px 38px 15px 30px;
  background: #00347D;
  border-radius: 10px 10px 0px 0px; 
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.3;
  display: inline-block;
}
.qytab-centtab{ }
.qytab-centtab table{}
.qytab-centtab table tr{ background: #F5F5F5; }
.qytab-centtab table tr th{
  font-weight: 600;
  font-size: 18px;
  color: #00347D;
  line-height: 2;
  padding:10px 25px;
  border-bottom: 1px solid #DFDFDF; 
  border-right: 1px solid #DFDFDF;
}
.qytab-centtab table tr th:last-child{ border-right:0; }
.qytab-centtab table tr td{ 
  border-bottom: 1px solid #DFDFDF; 
  border-right: 1px solid #DFDFDF;
  padding:10px 25px;
  font-size: 16px;
  line-height: 1.625;
  color: #444;
}
.qytab-centtab table tr td:last-child{ border-right:0; }
.qytab-centtab table tr th:nth-child(1),
.qytab-centtab table tr td:nth-child(1){width: 20%;}
.qytab-centtab table tr th:nth-child(2),
.qytab-centtab table tr td:nth-child(2){width: 48%;}
.qytab-centtab table tr th:nth-child(3),
.qytab-centtab table tr td:nth-child(3){width: 8%;}
.qytab-centtab table tr th:nth-child(4),
.qytab-centtab table tr td:nth-child(4){width: 24%;}

.qytab-centtab.qytab-centtabss table tr th:nth-child(1),
.qytab-centtab.qytab-centtabss table tr td:nth-child(1){width: 68%;}
.qytab-centtab.qytab-centtabss table tr th:nth-child(2),
.qytab-centtab.qytab-centtabss table tr td:nth-child(2){width: 8%;}
.qytab-centtab.qytab-centtabss table tr th:nth-child(3),
.qytab-centtab.qytab-centtabss table tr td:nth-child(3){width: 24%;}

.qyhzxqzjb-cent{
  background: #F5F5F5;
  padding: 80px 0 70px;
}
.qyhzxqzjb-bdtj{}
.qyhzxqzjb-bdtj label{
  font-weight: 800;
  font-size: 20px;
  color: #444444;
  line-height: 1.56;
}
.qlgyy{ overflow: hidden; margin-bottom: 40px;}
.qlgyy label{
  float: left;
  width: 8%;
  padding-top: 6px;
}
.qlgyy input,
.qlgyy textarea{
  float: left;
  width: 92%;
  height: 45px;
  background: #FFFFFF;
  font-size: 18px;
  padding: 0 15px;
}
.qlgyy textarea{ height: 148px; padding: 15px;}
.dsgtl{ overflow: hidden; margin-bottom: 40px; }
.dsgtl label{
  display: block;
  margin-bottom: 10px;
}
.dsgtl textarea{ display: block; height: 228px; background: #FFFFFF;
  font-size: 18px;padding: 15px; width: 100%;}
.dsgdx label{
  display: block;
  margin-bottom: 10px;
}
.dsgdx-a{
  overflow: hidden;
  margin-bottom: 60px;
}
.dsgdx-a a{
  float: left; width: 25%;
  padding-right: 5%;
  font-size: 16px;
  color: #444444;
  line-height: 2.625;
}
.dsgdx-a a:hover{
  color: #D83933;
}
.dsgdx-a a input{ 
  float: right; margin-top: 13px;
  cursor:pointer;
  height: 18px; 
  width: 18px; 
  background:#E9E9E9; 
}
.dsglxrxx{ overflow: hidden; margin-bottom: 40px;}
.dsglxrxx label{
  float: left; width: 8.5%;padding-top: 6px;
}
.dsglxrxx > div{
  float: left; 
height: 45px;
position: relative;
overflow: hidden;
padding-left:64px;
background: #FFFFFF;}
.dsglxrxx > div input{
  padding:0 12px;
  font-size: 16px;
  border-left: 1px solid #979797; width: 100%; height: 20px; margin-top: 12.5px;}
.qylxr{ 
  width: 22%; 
  margin-right: 2%; 
  padding-left: 64px;
}
.qylxr:after{ 
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 24px;
  top: 9px;
  background:url(qyyh01_zdkj2025.png) no-repeat; 
}
.qylxrdh{ width: 29%; margin-right: 2%; }
.qylxrdh:after{ 
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  left: 18px;
  top: 7px;
  background:url(qyyh02_zdkj2025.png) no-repeat; 
}
.qylxryx{ width: 36.5%; }
.qylxryx:after{ 
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  left: 13px;
  top: 7px;
  background:url(qyyh03_zdkj2025.png) no-repeat; 
}
.dwgyzm{
  overflow: hidden;
  margin-bottom: 40px;
}
.dwgyzm label{ float: left; width: 8.5%; padding-top: 6px;}
.dwgyzm input{ float: left; width: 40%; height: 45px;
  background: #FFFFFF;
  font-size: 18px;
  padding: 0 15px;}
.dwgyzm img{ float: left; height: 45px; margin-left: 20px; }
.zhygbtn{ text-align: center; }
.zhygbtn button{
  width: 221px;
  height: 60px;
  background: #00347D;
  font-weight: 800;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
}
.zhygbtn button:hover{background: #084fb3;}


@media screen and (min-width: 992px){
  
}
@media screen and (max-width: 1599px){

}
@media screen and (max-width: 1499px){
  .dsgdx-a a{ padding-right: 2%; }
}
@media screen and (max-width: 1399px){
  .qytab-centtab table tr th:nth-child(1),
  .qytab-centtab table tr td:nth-child(1){width: 20%;}
  .qytab-centtab table tr th:nth-child(2),
  .qytab-centtab table tr td:nth-child(2){width: 46%;}
  .qytab-centtab table tr th:nth-child(3),
  .qytab-centtab table tr td:nth-child(3){width: 10%;}
  .qytab-centtab table tr th:nth-child(4),
  .qytab-centtab table tr td:nth-child(4){width: 24%;}

  .qytab-centtab.qytab-centtabss table tr th:nth-child(1),
  .qytab-centtab.qytab-centtabss table tr td:nth-child(1){width: 66%;}
  .qytab-centtab.qytab-centtabss table tr th:nth-child(2),
  .qytab-centtab.qytab-centtabss table tr td:nth-child(2){width: 10%;}
  .qytab-centtab.qytab-centtabss table tr th:nth-child(3),
  .qytab-centtab.qytab-centtabss table tr td:nth-child(3){width: 24%;}
}
@media screen and (max-width: 1299px){
  .qyyhfw-cent .index_title{ background: url(icon11_zdkj2025.png) no-repeat left 23% center; }
  .qyhzxqzjb-cent .index_title{ background: url(icon11_zdkj2025.png) no-repeat left 32% center; }
  .dsgdx-a a{ width: 33.33%;padding-right: 4%; }
  .dsglxrxx label,
  .dwgyzm label{ width: 10.5%; }
  .qylxryx{ width: 34.5%; }
}
@media screen and (max-width: 1199px){
  .btn-jstgml a{ font-size: 24px; padding: 18px 23px 18px 83px; }
  .qyyhfw-cent .index_title{ background: url(icon11_zdkj2025.png) no-repeat left 30% center; }
  .qyhzxqzjb-cent .index_title{ background: url(icon11_zdkj2025.png) no-repeat left 42% center; }
  .qytab-centtab{ overflow-y:auto; }
  .qytab-centtab table{ width: 1200px; }
  .qlgyy label{ width: 100%; float: none; margin-bottom: 12px; }
  .qlgyy input, .qlgyy textarea{ float: none; width: 100%; }
  .dsgdx-a a{ width: 50%; }
  .dsglxrxx label{ float: none; width: 100%; margin-bottom: 12px; }
  .qylxr{ width: 25%; }
  .qylxryx{ width: 42%; }
}
@media screen and (max-width: 991px){
  .qyyhfw-cent .index_title{ background: url(icon11_zdkj2025.png) no-repeat left 44% center; }
  .qyhzxqzjb-cent .index_title{ background: url(icon11_zdkj2025.png) no-repeat left 62% center; }
  .qylxr,
  .qylxrdh,
  .qylxryx{ float:none; width: 100%;  margin-right: 0;  margin-bottom: 15px;}
}
@media screen and (max-width: 767px){
  .btn-jstgml{ display: none; }
  .qyyhfw-top{ padding: 15px; font-size: 15px; }
  .qyyhfw-top a{font-size: 15px; }
  .qytab-toptit b{ font-size: 20px; }
  .qyyhfw-cent .index_title,
  .qyhzxqzjb-cent .index_title{ background: none; }
  .dsgdx-a a{ width: 100%; padding-right: 0; }
  .qyhzxqzjb-bdtj label{ font-size: 18px; }
  .dwgyzm label{ width: 100%; margin-bottom: 12px;}
  .dwgyzm input{ width: 46%; }
  .dwgyzm img{ margin-left: 15px; }
}

/* zhongdachengguo*/


@media screen and (min-width: 992px){
  
}
@media screen and (max-width: 1599px){

}
@media screen and (max-width: 1499px){

}
@media screen and (max-width: 1399px){

}
@media screen and (max-width: 1299px){

}
@media screen and (max-width: 1199px){
  
}
@media screen and (max-width: 991px){

}
@media screen and (max-width: 767px){
  
}

/* shebeiliebiaoye*/
.ej_centnav{ 
  position: absolute; 
  left:0;
  bottom:0;
  width: 100%;
}
.ej_centnav .banner-nav{ position: static; margin-bottom: 30px; }
.ssban_btmtxt{ margin-bottom: 30px; }
.ssban_btmtxt p{
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: justify;
  text-indent: 2em;
}

.ssyjlb-three{

}
.ssban_btmtxt{

}
.ssyjlb-threelab ul li{ margin-bottom: 50px; }
.ssyjlb-three .lt-lrld-numb a:hover:after{
background: -webkit-linear-gradient(rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
background: -o-linear-gradient(rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
background: linear-gradient(rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
}
.ssyjlb-three .lt-lrld-numb a b{ width: 100%; }
.ssyjlb-three .lt-lrld-numb a:hover > p{display: none;}
.hov-lrld-numb{ 
  display: none; 
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  z-index:100;
}
.ssyjlb-three .lt-lrld-numb a:hover > .hov-lrld-numb{ display: block; }
.hov-lrld-numb .mrdbyc{ color: #D83933; position: relative; padding: 20px 20px 0;}
.hov-lrld-numb .mrdbyc:after{
  content: '';
  position: absolute;
  top: 31px;
  background: #D83933;
  left: 0;
  width: 11px;
  height: 1px;
}
.hov-lrld-numb >div{
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.4;
  padding: 15px 15px 15px 20px;
}

@media screen and (min-width: 992px){
  
}
@media screen and (max-width: 1599px){
  .ssban_btmtxt p{
    font-size: 14px;
    line-height: 1.7;
  }
  .ej_centnav .banner-nav{ margin-bottom: 12px; }
  .col-banner .ej_centnav .banner-nav h2{ margin-bottom: 25px; }
}
@media screen and (max-width: 1499px){

}
@media screen and (max-width: 1399px){

}
@media screen and (max-width: 1299px){
  .ej_centnav .banner-nav{ margin-bottom: 5px; }
  .col-banner .ej_centnav .banner-nav h2{ margin-bottom: 5px; }
}
@media screen and (max-width: 1199px){
  .ej_centnav{ display: none; }
}
@media screen and (max-width: 991px){

}
@media screen and (max-width: 767px){
  
}


/* topback */
.toTop {
  position: fixed;
  z-index: 99999;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background: #002860;
  color: #fff;
  right: 20px;
  bottom: 40px;
  font-size: 24px;
}
.toTop img{ display: inline-block; }
.toTop:hover {
  background: #0d55bb;
}

/* 多行省略公用 */
@media screen and (min-width: 992px){
  .line-clamp-1{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .line-clamp-2{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;}
  .line-clamp-3{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;}
  .line-clamp-4{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;}
  .line-clamp-5{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;}
  .line-clamp-6{overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;}
}

/*图片划过变大*/
.img_hovbig{
  display: block;
  overflow: hidden;
}
.img_hovbig img {
  margin: 0;
  width: 100%;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.img_hovbig:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}





/* 内页开始 */
.col-banner{ position: relative; margin-bottom: 30px;}
.col-bannerbj .banner-bg{ position: relative; }
.col-bannerbj .banner-bg:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top: 0;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}
.col-banner .banner-bg img{ width: 150%;}
.banner-nav { position: absolute; bottom: 30%; }
.col-banner .banner-nav h2{ font-size: 40px;font-weight: bold; color: #FFFFFF; margin-bottom: 35px;}  
.col-banner .banner-nav .col-nav li { float: left; } 
.col-banner .banner-nav .col-nav li a{ color: #fff; font-size: 22px; font-weight: bold; padding: 10px 0 15px 0; margin:0 30px 0 0;}
.col-banner .banner-nav .col-nav li a:hover{ background:none; }
.col-banner .banner-nav ul.nav > li > a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 5px;
  background: #D83933;
  width: 0;
  transition: all 0.5s;
}

/*nav.navbar.bootsnav ul.nav > li > a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 5px;
  background: #D83933;
  width: 0;
  transition: all 0.5s;
}*/
.col-banner .banner-nav ul.nav > li.active > a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 5px;
  background: #d83933;
  width: 100%;
  transition: all 0.5s;
}
nav.navbar.bootsnav ul.nav > li > a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 5px;
  background: #d83933;
  width: 0;
  transition: all 0.5s;
}
.nav>li>a:hover, .nav>li>a:focus {
   color: #002860;
}

.breadcrumb{ margin: 0; padding: 0; background: none; }
.breadcrumb a{ color: #fff;}
.col_news .col_title{ 
  /* background: url( "col-tit-line2025.png") no-repeat 200px 15px;   */
  height: 50px; 
  width: 100%; 
  line-height: 50px; 
  color: #D83933;
}
.col_news dl.col_list,.col_news li.col_list{ margin-bottom: 30px;}
.col_news li.col_list_pic1{ min-height:365px; }
.col_news dl.col_piclist,.col_news li.col_list_pic{display: flex;flex-direction: row-reverse;}
.col_news dl.col_list dt {flex-shrink: 0; /* 禁止收缩 */width: 25%;padding: 0 15px;/* float: left; */}
.col_news dl.col_list dt a{ width: 100%;}
.col_news dl.col_list dt a b{ height: 230px; position: relative; display: block; width: 100%; }
.col_news dl.col_list dt a b img{
   width: 100%; 
  height: 100%;
  object-fit: cover; 
  object-position: center; 
  position: absolute; 
}
.col_news dl.col_list dd.media-content{ flex-shrink: 1; padding: 0 15px;/* float: left; */width: 100%;}
.col_news dl.col_list dd a h5{ font-size: 20px; font-weight: bold; line-height: 32px; margin-bottom: 10px;}
.col_news dl.col_list dd p.date{margin-bottom: 10px;}
.col_news dl.col_list dd p.intro,.col_news li.col_list a p.intro{margin-bottom: 10px; font-size: 16px; line-height: 30px;}
.col_news dl.tz_list{ margin: 0;} 
.col_news dl.tz_list dt.date{  text-align: right; width: 116px; height: 116px; background: #002860; padding:25px 25px 0 0; border-radius: 58px; color: #fff;font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; float: left; margin-right: 20px;}
.col_news dl.tz_list dt.date b{font-size: 24px; font-weight: bold;}
.col_news dl.tz_list dt.date p{font-size: 20px; }

.col_news dl.tz_list { padding: 30px;}
.col_news dl.gray-bg{ background: #f5f5f5; border-radius: 5px; }

.col_news li.col_list .media-image{ margin-bottom: 20px;}
.col_news li.col_list .media-image b{ height: 240px; position: relative; display: block; width: 100%;}
.col_news li.col_list .media-image b img{
   width: 100%; 
  height: 100%;
  object-fit: cover; 
  object-position: center; 
  position: absolute; 
}
.col_news li.col_list h4{ font-weight: bold; line-height: 26px;}

/* 当 data-imgsrc 为空时，隐藏图片容器 */
.media-image[data-img=""] {
  display: none;
}

/* 如果图片隐藏，就让内容占满整个宽度 */
.media-image[data-img=""] + .media-content {
  margin-left: 0; width: 100%;
}
.col_news li.col_list a h5{ font-size: 18px; font-weight: bold; line-height: 28px; margin-bottom: 5px;}
.col_news .article h3{ font-size: 30px; line-height: 42px; font-weight: bold; text-align: center; width: 75%; margin: 0 auto;}
.col_news .info{ margin: 0 auto; text-align: center; width: 75%; clear: both; overflow:hidden;}
.col_news .info span{ font-size: 16px; margin: 30px; display: block; }

.col_news .article .text{ border-top: 1px solid #D8D8D8; padding: 30px 0;  margin-top: 30px; font-size: 16px; line-height: 34px;}
.col_news .article p img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0; 
    max-width: 80%;
}
.text p{ margin-bottom: 15px;    
  max-width: 100%;
}
.text *{
      font-size: 16px!important;
      line-height: 2.2!important;
      font-family: \5FAE\8F6F\96C5\9ED1!important;
      color: #444!important;
      word-wrap: break-word!important;
      overflow-wrap: break-word!important; 
      /* word-break: break-all!important;   */
      text-wrap: unset!important;
      word-break: keep-all; 
}

/*Page*/
#pages {
    width:100%; text-align:center; clear:both; 
    border-top: dotted 0px #cccccc; 
  overflow: hidden; padding-top: 0px; margin: 20px 0 30px;
}
#pages span{padding:8px 16px;}
#pages A {
    background: #f1f1f1; 
    color: #333; 
  text-decoration:none;
    border: #ddd 1px solid; 
    display: inline-block; 
  padding:8px 16px;
}
#pagenav_nextgroup{background:none;}
#pages .nolink{ padding:8px 22px; background:#acacac;}
#pages A:hover {
    border: #e5e5e5 1px solid; background: #00347D;  color: #fff;
}
#pages A.curr {
    border:#3D62D0 1px solid; background: #00347D;  color: #fff;
}
#pages A.curr:visited {
    border:#3D62D0 1px solid; background: #00347D;  color: #fff;
}
#pages .curr{
  background: #00347D;
    color: #fff;
  border:1px solid #00347D;
  display:inline-block;
}

.ky_seemore{ text-align: center; display:none;  margin: 20px 0 30px;}
.ky_seemore button{
  width: 270px;
  height: 47px;
  line-height: 47px;
  border-radius: 3px;
  border: 1px solid #3D62D0;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background:#00347D;}
.ky_seemore button:hover{ background:#00347D; border:1px solid #00347D; color:#fff; }

.xl_font font{ cursor: pointer; }
.xl_font font:hover{ color:#2d5dc3; }

.Previous_Next{ overflow: hidden; margin-bottom: 50px; }
.Previous_Next a{ font-size: 16px; color: #999; }
.Previous_Next a:hover{ color: #3D62D0; }
.Previous_Next a span{ font-size: 18px;display: inline-block; margin:0 4px; }
.left {
    float: left;
}
.right {
    float: right;
}
.cas-wrap-appendix{ margin: 0 0 20px;  }
.cas-wrap-appendix h6{ font-size: 18px; font-weight:700; }
.cas-wrap-appendix ul li{ line-height: 28px; }

@media screen and (min-width: 768px){
  .col_news dl.col_piclist{ overflow: hidden ; border-bottom: 1px solid #e7e7e7;padding-bottom: 30px;}
}

@media screen and (max-width: 1399px){
.col_news li.col_list_pic1 {
        min-height: 320px;
    }
	.col_news li.col_list .media-image b {
		height: 180px;}
}

@media screen and (max-width: 1300px){
  .col-banner .banner-nav h2 { margin-bottom: 10px; font-size: 24px;}
  .col-banner .banner-nav .col-nav li a { font-size: 20px;
    font-weight: normal;
}
	


}
@media screen and (max-width: 1200px){
  .col_news dl.col_list dd p.intro{ width: 100%; float: none;display: block;}
  .banner-nav { bottom: 20%; line-height: 26px;}
  .col_news dl.col_list{border-bottom: 1px solid #e7e7e7; padding-bottom: 15px;}
  .col_news dl.col_list dt { padding: 0;}
  .col_news dl.tz_list{ border:none;}

  .col_news .article h3 {
    font-size: 22px;
    line-height: 36px;
    width: 96%;}
  .col_news .info {width: 96%;}
  .col_news dl.col_list dd a h5{padding-top: 0;}
  .col_news li.col_list .media-image b,.col_news dl.col_list dt a b{ height: 180px; }
  
}
@media screen and (max-width: 1199px){
  .col-banner .banner-nav  {display: none;}
}

@media screen and (max-width: 992px){
  .col_news .info span { margin: 20px 10px;}
   .col_news li.col_list .media-image b{ height: auto; }
   .col_news li.col_list .media-image b img{ position: static; }
  
}
@media screen and (max-width: 767px){
  .breadcrumb{ display: none;}
  #pages{ display:none; }
  #pages A { padding:3px 10px; }
  #pages .nolink{ padding:3px 10px; }
  .ky_seemore{  display:block; }
  .col_news .info{ clear: both; overflow: hidden;}
  .col_news .info span { margin:10px; width: 100%; float: none;}
  .col_news .info .xl_font{ margin:10px;}
  .col_news dl.tz_list dt.date {
    width: 100px;
    height: 100px;
    padding: 20px 20px 0 0;
    border-radius: 50px;}
  .col_news dl.col_piclist { flex-direction: column; margin: 15px;}
  .col_news dl.col_piclist dt{ width: 100%; margin-bottom: 15px;}
  .col_news dl.col_piclist dd.media-content{ width: 100%;  padding: 0;}
  .col_news dl.col_list dt a b{ height: auto; }
  .col_news dl.col_list dt a b img{ position: static; }
}
@media screen and (max-width: 320px){
  #pages A { padding:2px 8px; }
  #pages .nolink{ padding:2px 8px; }
}



/* zxx-style 内页样式 */
@media (min-width: 992px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  .overfloat-dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
  }
  .overfloat-dot-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .overfloat-dot-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .overfloat-dot-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .overfloat-dot-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .overfloat-dot-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .overfloat-dot-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .overfloat-dot-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .overfloat-dot-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
  }
}
.zxx-mt70{
    margin-top: 70px;
}
.zxx-mt40{
   margin-top: 40px; 
}
.zxx-db{
    display: block;
}
.img-box img{
    width: 100%;
    max-width: 100%;
}
.zxx-banner{
    position: relative;
    width: 100%;
}
.zxx-banner .banner-list{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient( 270deg, rgba(216,57,51,0) 0%, #D83933 100%);
}
.zxx-banner .banner-list-nav{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.zxx-banner .banner-list-nav li{
    padding-right: 80px;
}
.zxx-banner .banner-list-nav li>a{
    font-family: ProximaNova, ProximaNova;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
    display: inline-block;
    padding: 27px 0;
    position: relative;
}
.zxx-banner .banner-list-nav li.active a:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.zxx-banner .banner-hpa{
    bottom: auto;
    top: 167px;
    text-align: right;
}
.zxx-banner .banner-hpa .dynamic-title{
    text-transform: uppercase;
    font-size: 55px;
    width: 100%;
}
.zxx-banner .page-intro{
    color: #fff;
    font-size: 16px;
    display: none;
}
.zxx-banner .page-intro a{
    background:transparent;
    width: auto;
    height: auto;
    padding:0 20px;
}
.zxx-banner .page-intro a:last-child{
    padding-right: 0;
}
.zxx-banner .page-intro a:first-child{
    padding-left:34px;
    background: url(zxx_icon01.png) left center no-repeat;
    background-size: 20px auto;
}
.sslby-top{
  text-align: left;
}
.sslby-top h3{
  font-family: 'Lato-Black';
font-weight: 700;
font-size: 100px;
color: #FFFFFF;
line-height: 1.2;
position: relative;
margin-bottom: 0;
text-transform: uppercase;}
.sslby-top h3:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 60px;
  height: 7px;
  background: #D83933;
  left:0;
  top: 0;
}
.sslby-top span{
font-weight: bold;
font-size: 28px;
color: #FFFFFF;
line-height: 34px;
font-family: 'Lato-Bold';
}
.sslby-top p{
  margin-top: 35px;
font-weight: bold;
font-size: 48px;
color: #FFFFFF;
line-height: 1.3;
text-transform: uppercase;}
.sslby-toptxt{ 
  position: absolute; 
  width: 100%; 
  bottom: 0;
  left:0; 
}
.sslby-toptxtp{
  width: 66%;
  background: rgba(1,39,96,0.7);
  border: 1px solid #022660;
  padding:30px;
}
.sslby-toptxtp p{
  font-size: 16px;
  color: #FFFFFF;
  line-height: 2;
}
.sslby_btm{ 
  font-family: 'Montserrat-Bold';
  position: absolute; 
  padding:28px 120px 28px 35px;
  bottom: 0;
  right:0;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 34px;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  background:url(icon04_zdkj2025.png) #D83933 no-repeat right 65px center ;
}
.sslby_btm:hover{ background:url(icon04_zdkj2025.png) #D83933 no-repeat right 55px center ;
  color: #FFFFFF; }
.zxx-bbhbg{ position: relative; padding:45px 0 40px; }
.zxx-bbhbg:before{
    content: '';
    display: inline-block;
    position: absolute;
    right:0;
    top: 0;
    width:31%;
    height: 100%;
    background: #F7F7F7;
}
div.sslby_lbtbg{
  background:url(zxx-banner04.png) no-repeat center;
  background-size:cover;
  padding-top: 55px;
}

@media screen and (min-width: 2200px){
  .zxx-bbhbg:before{width:35%;}
}
@media screen and (max-width: 1899px){
  .zxx-bbhbg:before{width:30%;}
}
@media screen and (max-width: 1799px){
  .zxx-bbhbg:before{width:29%;}
}
@media screen and (max-width: 1699px){
  .zxx-bbhbg:before{width:27%;}
  .sslby-top h3{ font-size: 75px; line-height: 1.5; }
  .zxx-banner .banner-hpa .dynamic-title{ margin-bottom: 10px; }
  .sslby-top span{ font-size: 24px; }
  .sslby-top p{ font-size: 38px; }
  .sslby_btm{ font-size: 24px; }
}
@media screen and (max-width: 1639px){
  .zxx-bbhbg:before{width:28%;}
}
@media screen and (max-width: 1499px){
  .sslby-top h3{ font-size: 60px; }
  .zxx-banner .banner-hpa .dynamic-title{ margin-bottom: 10px; }
  .sslby-top span{ font-size: 18px; }
  .sslby-top p{ font-size: 28px; }
  .sslby_btm{ font-size: 20px; }
}
@media screen and (max-width: 1399px){
  .sslby-top h3{ font-size: 50px; }
  .zxx-banner .banner-hpa .dynamic-title{ margin-bottom: 1px; }
  .sslby-top span{ font-size: 18px; }
  .sslby-top p{ font-size: 24px; margin-top: 15px; }
  .sslby_btm{ font-size: 20px; }
  .sslby-toptxtp{ padding: 20px; }
  .sslby-toptxtp p{ font-size: 15px; line-height:1.7; }
}
@media screen and (max-width: 1199px){
  .zxx-bbhbg:before{display: none;}
  .sslby-toptxtp,.sslby-top{ display: none; }
  .sslby_btm{ 
    font-size: 18px; padding: 15px 80px 15px 20px; 
     background:url(icon04_zdkj2025.png) #D83933 no-repeat right 35px center ;
  }
  .sslby_btm:hover{ background:url(icon04_zdkj2025.png) #D83933 no-repeat right 25px center ; }

}
@media screen and (max-width: 767px){
  .sslby_btm{ 
    font-size: 15px; padding: 10px 50px 10px 15px; 
     background:url(icon04_zdkj2025.png) #D83933 no-repeat right 20px center ;
  }
  .sslby_btm:hover{ background:url(icon04_zdkj2025.png) #D83933 no-repeat right 10px center ; }
  div.sslby_lbtbg{ padding-bottom: 10px; }
}



/* tupian list */
.tupian-list{
    margin-top: 35px;
    margin-bottom: 70px;
}
.tupian-list .puti-boxs{
    display: block;
}
.tupian-list .puti-boxs .img-box{
    height: 240px;
    overflow: hidden;
}
.tupian-list .puti-boxs .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.tupian-list .puti-boxs .puti-tit{
    font-family: 'Lato-Bold';
    font-weight: bold;
    font-size: 22px;
    color: #444444;
    line-height: 32px;
    text-align: center;
    margin-top: 20px;
    padding-top: 5px;
    position: relative;
    height: 70px;
    margin-bottom: 40px;
}
.tupian-list .puti-boxs .puti-tit:after{
    content: '';
    display: inline-block;
    width: 35px;
    height: 1px;
    background: #D83933;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

@media (max-width: 1499px) {
    .zxx-banner .banner-hpa .dynamic-title{
        font-size: 42px;
    }
}
@media (max-width: 1399px) {
    .zxx-banner .banner-list{
        position: relative;
    }
    .tupian-list .puti-boxs .puti-tit{
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .zxx-banner .banner-hpa .dynamic-title{
        font-size: 28px;
        margin-bottom: 0;
    }
    .zxx-banner .page-intro a{
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    .tupian-list .puti-boxs .img-box{
        height: 220px;
    }
    .zxx-banner .banner-hpa .dynamic-title{
        display: none;
    }
    .zxx-banner .banner-hpa{
        position: absolute;
        top: 40%;
    }
    .zxx-banner .banner-list-nav li>a{
        padding: 15px 0;
    }
}
@media (max-width: 768px) {
    .tupian-list .puti-boxs .img-box{
        height: auto;
    }
    .zxx-banner .banner-list{
        background: linear-gradient( 270deg, rgba(216,57,51,0) 0%,#D83933 50%, #D83933 100%);
    }
    .zxx-banner .banner-list-nav li{
        padding-right: 20px;
    }
}
/* tuwen list */
.wenzi-item{
    margin: 40px 0 40px 0;
}
.wenzi-item li {
    transition: all ease 0.3s;
    overflow: hidden;
    width: 100%;
    padding: 30px;
    position: relative;
}
.wenzi-item li:nth-child(odd){
    background: #F7F7F7;
}
.wenzi-item li:nth-child(even){
    padding-top: 15px;
    padding-bottom: 15px;
}
.wenzi-item li a {
    font-size: 18px;
    color: #022233;
    padding-left: 0;
    position: relative;
    font-family: OpenSans;
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding:10px 0 10px 0;
}
.wenzi-item li .wenzi-tiem{
    width: 85px;
    height: 80px;
    padding: 10px 0;
    border-left: 3px solid #002860;
    background: url(zxx_icon02.png) center center repeat;
    background-size: cover;
}
.wenzi-item li .tuwen-list{
    flex: 1;
    padding-left: 25px;
}
.wenzi-tiem span{
    color: #fff;
    display: block;
    text-align: center;
}
.wenzi-tiem .phone-time{
    display: none;
}
.wenzi-tiem span.yue{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #002860;
    line-height: 30px;
}
.wenzi-tiem span.nian{
    font-size: 16px;
    color: #444;
    line-height: 30px;
}
.wenzi-item li .data-s {
    color: #444;
    font-size: 18px;
    display: inline-block;
    width: 120px;
    text-align: right;
}
.wenzi-item li .title{
    font-family: 'Lato-Bold';
    font-weight: bold;
    font-size: 22px;
    color: #022233;
    line-height: 32px;
    transition: all ease 0.25s;
}
.wenzi-item li a:hover .tuwen-list .title{
    color: #b11616;
}
.wenzi-item li .tuwen-des{
    font-family: Lato, Lato;
    font-weight: 400;
    margin-top: 10px;
    font-size: 18px;
    color: #022233;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}   
@media (max-width: 991px) {
    .wenzi-item li a{
        display: block;
    }
    .wenzi-item li .tuwen-list{
        padding-left: 0;
    }
    .wenzi-tiem span{
        display: none;
    }
    .wenzi-item li .wenzi-tiem{
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        padding-left: 15px;
    }
    .wenzi-tiem .phone-time{
        display: block;
    }
}
/* 新闻动态 */
.wenzi-item li .xwdt{
    position: relative;
    padding-right: 390px;
    min-height: 240px;
}
.wenzi-item li .xwdt[data-img=""]{
    padding-right: 0;
    min-height: 200px;
}
.wenzi-item li .xwdt[data-img=""] .img-box{
    display: none;
}
.wenzi-item li .xwdt .tuwen-list{
    padding-left: 0;
}
.wenzi-item li .xwdt .tuwen-time{
    font-family: OpenSans;
    font-size: 16px;
    color: #777777;
    line-height: 22px;
    margin-top: 15px;
}
.wenzi-item li .xwdt .img-box{
    width: 360px;
    height: 240px;
    position: absolute;
    right: 0;
    top: 0;
}
wenzi-item li .xwdt .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
@media (max-width: 991px) {
    .wenzi-item li .xwdt{
        padding-right: 0;
    }
    .wenzi-item li .xwdt .img-box{
        position: initial;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
}

/* 详情页面 */
.detail-box{
    margin-bottom: 50px;
}
.detail-box .article h3{
    font-weight: bold;
    font-size: 22px;
    color: #022233;
    line-height: 32px;
    transition: all ease 0.25s;
}
.detail-box .article{
    padding-bottom: 50px;
}
.detail-box .article .info{
    font-size: 16px;
    color: #444444;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D8D8D8;
}
.detail-box .article .xl_content *{
    color: #022233 !important;
}
.detail-box-right{
    background: #F7F7F7;
    padding: 30px;
}
.detail-box-right .box-right{}
.box-right .zxx-db h4{
  font-family: 'Lato-Bold';
    font-size: 18px;
    font-weight: 700;
    color: #022233;
    line-height: 28px;
    margin-bottom: 20px;
    transition: all ease 0.25s;
}
.box-right .zxx-db h4 span{
    color: #D83933;
    padding-right: 5px;
}
.detail-box-right .box-right li:last-child{
    margin-top: 50px;
}

/* 设施总览页面 */
.zonglan .topvideo-sjlb{
    background: linear-gradient( 180deg, #002860 0%, #4C8DE8 36%, #FFFFFF 100%);
}
.zonglan .banner-hpa .tupian-list a{
    width: 100%;
    height: auto;
    background: none;
    padding-right: 0;
}
.zonglan .banner-hpa .tupian-list p{
    width: 100%;-webkit-line-clamp: 2;
}
.zonglan .tupian-list .puti-boxs .puti-tit{
    font-weight: 400;
    font-family: Lato-Bold;
}
.zonglan-switch{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 200px;
}
.zonglan-switch li{
    background: rgba(0,40,96,0.6);
    border: 1px solid #002860;
    transition: all ease 0.25s;
    margin-bottom: 10px;
}
.zonglan-switch li.active{
    background: rgba(216,57,51,0.7);
    border: 1px solid #D83933;
}
.zonglan-switch li a{
    width: auto;
    height: auto;
    padding-right: 0;
    font-family: 'OpenSans-Bold';
    font-size: 18px;
    color: #FFFFFF;
    line-height: 34px;
    background: none;
    display: inline-block;
    padding: 7px 10px;
}
.zonglan-switch li a:hover{
    background: none;
}
.zonglan-switch li:hover{
   background: rgba(216,57,51,0.7);
  border: 1px solid #D83933;
}
.zonglan .tupian-list .img-box {
    position: relative;
}
.zonglan .tupian-list .img-box .jianxie{
    font-family: Lato-Bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 34px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
}
.zonglan .tupian-list .img-box .leibie{
    background: rgba(216,57,51,0.7);
    border: 1px solid #D83933;
    position: absolute;
    font-family: OpenSans;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    left: 10px;
    bottom:10px;
    padding: 4px 9px;
    z-index: 99;
}
.zonglan .tupian-list .img-box .detail-info{
    background: linear-gradient( 180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.25s;
}
.zonglan .tupian-list .img-box .detail-info span{
    display: block;
    padding: 15px;
    font-family: Lato-Bold;
}
.detail-info .small-txt{
    font-size: 28px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: right;
    text-transform: uppercase;
}
.detail-info .small-ins{
    font-family: OpenSans;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
}
.zonglan .tupian-list .puti-boxs:hover .detail-info{
    opacity: 1;
}
.zonglan .banner-hpa .footer a{
    width: auto;
    height: auto;
    background: none;
}
.zonglan .banner-hpa .footer p{
    width: 100%;
}
@media (max-width: 1599px) {
    .zonglan-switch{
        justify-content:flex-start;
    }
    .zonglan-switch li{
        margin-right: 10px;
    }
}
@media (max-width: 1399px) {
  .zonglan .tupian-list .img-box .detail-info span.small-txt{ font-size: 24px; padding-bottom: 0; }
  .detail-info .small-ins{ font-size: 14px; line-height: 1.7; }

}
@media (max-width: 991px) {
    .zonglan .tupian-list .puti-boxs .puti-tit{
        display: block;
    }
    .zonglan-switch{
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
  .zonglan .tupian-list .puti-boxs .puti-tit{  }
}

/* 设施总页 */
.sheshi-news .img-box{
    width: 360px;
    height:240px;
}
.sheshi-news .sheshi-info{
    flex: 1;
    padding-left: 35px;
}
.sheshi-news .sheshi-info h4{
    font-family: 'Lato-Bold';
    font-weight: bold;
    font-size: 22px;
    color: #444444;
    line-height: 36px;
    text-align: left;
    transition: all ease 0.25s;
}
.sheshi-news .zxx-db{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sheshi-news .sheshi-info .sheshi-time{
    font-family: OpenSans;
    font-size: 16px;
    color: #777777;
    line-height: 22px;
    text-align: left;
    margin: 10px 0;
}
.sheshi-news .sheshi-info .des{
    font-family: OpenSans;
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
.sheshi-news .index_title01 .more{
    float: left;
    color: #022233;
}
.sheshi-news .zxx-db:hover .sheshi-info h4{
    color: #D83933;
}
.sheshi-box .wenzi-item li:nth-child(odd){
    background:none;
}
.sheshi-box .wenzi-item li{
    padding: 0;
}
.sheshi-box .wenzi-item li a{
    padding: 0;
    flex-direction: column;
    align-items: end;
}
.sheshi-box .wenzi-item li .title{
    margin-top: 30px;
    margin-bottom: 40px;
    font-family: 'Lato-Bold';
}
.sheshi-box .wenzi-item li .tuwen-list{
    padding-left: 0;
    align-self: baseline;
}
.sheshi-box .index_title{ margin-bottom: 5px; }
.sheshi-box .wenzi-item{ margin-top: 0; }
.sheshi-box .wenzi-item li .more{
    align-self:baseline;
    color: #022233;
}
.eq-box{
    padding-bottom: 80px;
}
.eq-box .img-box{
    height: 230px;
    width: 100%;
    position: relative;
}
.eq-box .img-box img{
    height: 100%;
    width: 230px;
    border-radius: 10%;
    object-fit: cover;
    object-position: center center;
}
.eq-box .img-box .name{
    font-family: Montserrat-Bold;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 34px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
}
.eq-box .zxx-db .eq-name{
    font-family: 'Lato-Bold';
    font-weight: bold;
    font-size: 18px;
    color: #022233;
    line-height: 28px;
    text-align: center;
    margin-top: 15px;
    transition: all ease 0.25s;
}
.eq-box .zxx-db .img-box:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    border-radius: 10%;
    transition: all ease 0.25s;
}
.eq-box .zxx-db:hover .img-box:after{
    opacity: 1;
} 
.eq-box .zxx-db:hover .eq-name{
    color: #D83933;
}
.eq-box .swiper-button-prev,.eq-box .swiper-button-next,.eq-box .swiper-pagination{
    position: initial;
}
.eq-box .swiper-pagination-progressbar{
    width: 210px;
    height: 1px;
    background: #D8D8D8;
    margin: 0 25px;
}
.eq-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
     height: 2px;
     background: #D83933;
}
.eq-box .swiper-button-prev{
    background: url(zxx_icon03.png) center center no-repeat;
}
.eq-box .swiper-button-next{
    background: url(zxx_icon04.png) center center no-repeat;
}
.eq-box .swiper-button-next,.eq-box .swiper-button-prev{
    width: 40px;
    height: 40px;
    margin-top:0;
}
.eq-box .swiper-button-next:after,.eq-box .swiper-button-prev:after{
    display: none;
}
.eq-box .index_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eq-box .more{
    background:url(sslb01_zdkj2025.png) right no-repeat;
    font-size: 16px;
    color: #022233;
    line-height: 1.375;
    padding-right:25px;
    margin-left: 35px;
}
.eq-box .more:hover{
  border-bottom: 1px solid #494949;
  color: #022233;
}
.eq-box .eq-pages-box{
     display: flex;
     height: 40px;
     justify-content: space-between;
     align-items: center;
}
.contact-box{
    padding-bottom: 65px;
}
.contact-boxs{
    display: flex;
    justify-content: space-between;
}
.contact-boxs .contact-first{
    display: flex;
}
.contact-boxs .contact-info{
    margin-left: 130px;
}
.contact-boxs .img-box{ max-width: 200px; }
.contact-info h4{
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 18px;
    color: #444444;
    line-height: 28px;
    margin-bottom: 15px;
}
.contact-info .infos{
    font-size: 16px;
    color: #444444;
    line-height: 28px;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 10px;
    background-size: 30px 30px !important;
}
.contact-info .name{
    background: url(lxwm03.png) left center no-repeat;
}
.contact-info .tel{
    background: url(lxwm02.png) left center no-repeat;
}
.contact-info .email{
    background: url(lxwm04.png) left center no-repeat;
}
@media (max-width: 1199px) {
    .sheshi-news .img-box{
        display: none;
    }
    .sheshi-news .sheshi-info{
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .sheshi-news .index_title01 .more{
        margin-bottom: 50px;
    }
    .eq-box .swiper-pagination-progressbar{
        display: none;
    }
    .eq-box .img-box img{
        width: 100%;
    }
    .contact-boxs,.contact-boxs .contact-first{
        flex-wrap: wrap;
    }
    .contact-boxs .contact-info{
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .eq-box .eq-pages-box{
        display: none;
    }
}



/* 翻页 */
#pages {
  width: 100%;
  font-size: 14px;
  clear: both;
  overflow: hidden;
  text-align: right;
  padding-top: 40px;
  padding-bottom: 40px;
}
#pages a,
#pages a:visited,
#pages a:hover {
  height: 40px;
  color: #666;
  padding: 0 15px;
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  width: auto;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0 5px;
  border:none;
}
#pages span.active,#pages span:hover,#pages a:hover{
  background: #b11616;
  color: #fff;
}
#pages span {
  height: 40px;
  color: #666;
  width: auto;
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 5px;
}
#pages span.active{
  padding: 0 15px;
}
#more {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
  width: 100%;
  background: #009944;
  color: #fff;
}
@media (max-width: 991px) {
  #pages .pages {
    display: none;
  }
  #pages #more {
    width: 100%;
    background: #009944;
    color: #fff;
    display: block !important;
  }
}