* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 12px;
    font-family: 'Microsoft YaHei', '微软雅黑';

}

table, p, tr, input, tr, td, th, h2, div, a, span {
    font-size: 12px;
    font-family: 'Microsoft YaHei', '微软雅黑';
}

.fl {
    float: left;
}
.fr{
    float: right;
}
.w1272 {
    width: 1272px;
    margin: 0 auto;
}
.w1280 {
    width: 1280px;
    margin: 0 auto;
}
.fixed{position: fixed !important;top:0px;}
ul {
    list-style: none;
}

body a {

    text-decoration: none;
    cursor: pointer;
}

.clear {
    clear: both;
}

img {
    border: none;
}
img {
    max-width: 100%;
}
.float_l {
    float: left;
}

.float_r,.rt {
    float: right;
}

.relative {
    position: relative;
}
.disablelink{
      pointer-events: none;
    }

/* flex布局 */
.flex-col {
    display: flex;
    flex-direction: column;
  }
  .flex-row {
    display: flex;
    flex-direction: row;
  }
  .justify-start {
    display: flex;
    justify-content: flex-start;
  }
  .justify-center {
    display: flex;
    justify-content: center;
  }
  
  .justify-end {
    display: flex;
    justify-content: flex-end;
  }
  .justify-evenly {
    display: flex;
    justify-content: space-evenly;
  }
  .justify-around {
    display: flex;
    justify-content: space-around;
  }
  .justify-between {
    display: flex;
    justify-content: space-between;
  }
  .align-start {
    display: flex;
    align-items: flex-start;
  }
  .align-center {
    display: flex;
    align-items: center;
  }
  .align-end {
    display: flex;
    align-items: flex-end;
  }
  

/*头部*/
.header{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 70px;
    background: rgb(7 137 197 / 40%);
    }
.bot {
   padding: 13px 0 0px;
}

.logo {
    width: 160px;
}
.logo img {
    width: 100%;
}

.bot .ce > div {
    text-align: right;
    display: block;
    float: right;
}

/* 搜索框 */
.search {
    display: block;
    padding: 4px 6px 4px 6px;
    width: 40px;
    float: right;
   
}
.head_btn{background: url(/eportal/fileDir/sxkj/template/common/header2025/images/search.png) center no-repeat;
    background-size: 100%;
    width: 100%;
    border: none;
    height: 30px;
    cursor: pointer;}

/* 导航 */
.nav {
    width: 68%;
    float: left;
    height: 56px;
    margin-left: 10%;
}
.nav_kd {margin: 0px 0%;}
.nav_kd ul.nav_menu {
   /* 自动布局 */
   display: flex;
   flex-direction: row;
   padding: 0px;
   gap: 15px;
   align-content: center;
   justify-content: space-between;
   align-items: stretch;
}
.nav_first-item {
    display: block;
    height: 58px;
    position: relative;
    text-align: center;
    transition: all .5s;
}
.nav .nav_first-item > a {
    font-family: Source Han Sans;
    font-size: 17px;
    line-height: 40px;
    min-width: 88px;
    padding-bottom: 4px;
    display: block;
    text-align: center;
    color: rgb(255 255 255 / 85%);
    letter-spacing: 0px;
}

.nav .nav_first-item > a.active{
     color: #ffffff;
     font-weight: bold;
     }
.nav_menu {
    width: 100%;
    height: 54px;
}
.nav_first-item:hover .nav_secmenu {
    display: block;
}
.nav_secmenu {
    padding: 5px 0px;
    z-index: 300;
    text-align: center;
    top: 100%;
    left: -18px;
    display: none;
    position: absolute;
    overflow-x: hidden;
   background-color: rgba(255,255,255,0.85);
    transition: all .5s;
}
.nav_secmenu > li {
    display: block;
    width: 100%;
    white-space: nowrap;
    height: 34px;
    text-align: left;
}
.nav_secmenu > li a {
    color: rgba(0,0,0,0.85);
    line-height: 34px;
    display: block;
    white-space: nowrap;
    font-size: 16px;
    padding: 0 26px;
    position: relative;
}
.nav_secmenu > li.nav_secend-item:hover a {
    color: #fff;
    /* font-weight: 600; */
    background: #0980f6;
}

/*首页焦点图-自适应宽度*/
/* banner */
.swiper_banner{position: relative;}
.swiper_banner .swiper-wrapper,.swiper_banner .swiper-slide{height:100% !important;}
.swiper_banner .swiper-wrapper img{width:100%;display: block;}
.swiper_banner .swiper-pagination{text-align: center;position: absolute;bottom: 32px;width: 100%;z-index:6;}
.swiper_banner .swiper-pagination .swiper-pagination-switch{display: inline-block;width: 60px;height: 5px;border-radius: 3px;background: #8c8c8c;cursor: pointer;margin-right: 20px;}
.swiper_banner .swiper-pagination .swiper-active-switch{background:#fff;}
.swiper_banner .swiper-slide{width: 100%;overflow: hidden}
.swiper_banner img{width:100%}
.news_wrapper{
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #F8F8F8;
    padding-bottom:45px;
}
.news_title{
    width: 1272px;
    height: 48px;
    text-align: left;
    margin: 30px auto 16px;
    display:block;
}
.news_title img{width:112px;}
.news_ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1272px;
    margin: 0 auto;
    align-items: stretch;
}
.news_top{
    width: 840px;
}
.news_img{
    width: 840px;
    height: 400px;
    display: block;
    position:relative;
}
.ywbbimg{width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;}
.news_img img{width: 100%;height: 100%;display: block;}
.news_top_text{
    background-image: linear-gradient(
    270deg,
    rgba(34, 155, 241, 1) 0,
    rgba(20, 56, 202, 1) 99% );
    width: 840px;
    height: 140px;
    justify-content: center;
}
.news_top_tit{
    width: 100%;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-align: left;
    line-height: 32px;
    padding: 0px 0 12px 24px;
}
.news_time{
    width: 100%;
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    line-height: 32px;
    padding-left: 24px;
    }
.news_li{
    height: 540px;
    width: 408px;
    background: #FFFFFF;margin-bottom: 24px;
    }
.news_li_img{width: 408px;height: 300px;display: block;overflow: hidden;position:relative;}
.news_group_text{display: flex;padding: 24px;height: 240px;align-content: space-between;justify-content: space-between;flex-wrap: wrap;flex-direction: column;}
.news_group_tit{
    font-weight: 400;
    font-size: 18px;
    color: rgba(0,0,0,0.85);
    line-height: 32px;
}

.news_group_time{
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 14px;
    width: 100%;
}
.time_date{
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.451);
    line-height: 32px;
    text-align: left;
}
.time_more{
    font-weight: 400;
    font-size: 15px;
    color: rgba(0,0,0,0.45);
    line-height: 32px;
    text-align: left;
}

.news_more{  height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.65);
    width: 160px;margin:20px auto}
.news_more a{
    width: 100%;
    height: 40px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 38px;}
.news_more:hover{ background: rgba(0, 0, 0, 0.55);}
.news_more:hover a{font-weight: 400;color: #fff;}
.news_li:hover{box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.16);cursor: pointer;}
.news_li .time_more:hover {color:#195ed9;}
.news_li:hover .news_group_tit{font-weight: 600;color: rgba(0, 0, 0, 0.65);;}

/*首页荣誉奖项轮播*/
.ryjx {
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/honbg.png) no-repeat;
  width: 100%;
  height: 400px;
  background-size: 100% 100%;
  align-content: center;
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ryjx .jxlb {
  width: 1272px;
  margin: 0 auto;
  height: 180px;
}
.home-typical-case_tab-pane {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.home-typical-case_tab-pane .swiper-container {
  width: 100%;
  height: 180px;
}
.home-typical-case_tab-pane .swiper-slide {
  cursor: pointer;
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/honer.png) no-repeat;
  background-size: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}
.home-typical-case_tab-pane .swiper-slide:hover {
  transform: translateY(-4px);
  transition: ease all 0.3s;
}
.home-typical-case_tab-pane .swiper-slide em {
  display: flex;
  width: 285px;
  flex-wrap: wrap;
  height: 105px;
  margin-top: 17px;
  justify-content: center;
  align-content: space-around;
}
.home-typical-case_tab-pane .swiper-slide em hr {
  width: 285px;
  border-style: dashed;
  color: #ffffff91;
  height: 1px;
}
.home-typical-case_tab-pane .swiper-slide em span {
  font-size: 16px;
  font-style: normal;
  text-align: center;
  color: #fff;
  line-height: 28px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.home-typical-case_tab-pane .swiper-slide em .sp1 {
}
.home-typical-case_tab-pane .swiper-slide em .sp2 {
  font-weight: bold;
}
.home-typical-case_tab-pane .swiper-slide em .sp3 {
  color: #ffefb0;
  font-weight: bold;
  position: absolute;
  bottom: 19px;
  line-height: 25px;
}
.home-typical-case_tab-pane .swiper-button-next {
  right: -44px;
  background-image: url(/eportal/fileDir/sxkj/template/common/header2025/images/right.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.home-typical-case_tab-pane .swiper-button-prev {
  left: -44px;
  background-image: url(/eportal/fileDir/sxkj/template/common/header2025/images/left.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#mySwiper4 {display:none;}

/*首页产业布局*/
.cybj {
    width: 1272px;
    margin: 0 auto;
    padding-top: 20px;
}
.cybj .bjlb {
  margin-bottom: 55px;
}

.typical .content-slide {
  position: relative;
  margin: 40px 0;
}
.typical-slide {
    width: 100%;
    height: 320px;
}
.typical-szh {
  width: 840px;
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/chan1.png) no-repeat;
  background-size: 100%;
  height: 320px;
}
.typical-gyxt {
  width: 410px;
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/chan2.png) no-repeat;
  background-size: 100% 100%;
  height: 320px;
}
.typical-sjzx {
  width: 410px;
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/chan3.png) no-repeat;
  background-size: 100%;
  height: 320px;
}
.typical-xxcy {
  width: 840px;
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/chan4.png) no-repeat;
  background-size: 100%;
  height: 320px;
}
.content-slide .case_left {
  width: 100%;
  padding: 50px 45px 0px 40px;
}
.case_left a {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
}
.case_left p {
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 1px;
  margin: 21px 0 20px;
}


.clearfix{zoom:1}
.clearfix:after{content:".";display:block;height:0;font-size:0;line-height:0;visibility:hidden;clear:both;}

/*二级导航及栏目来源*/
.subwrap {
    width: 1272px;
    height: 45px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    line-height: 45px;
    margin: 0 auto;
    margin-bottom: 35px;
}
.subnavs{    width: 70%;
    float: left;}
.submenu {
    margin: 0px auto;
    width: 100%;
    float: left;
    }


.subitem {
    list-style: none;
    float: left;
    margin-right: 30px;
}

.subitem > a {
    line-height: inherit;
    cursor: pointer;
    color: #868383;
    font-size: 16px;
    width: auto;
    padding: 11px 20px;
}

.subitem > a:hover,.subitem .subtive {
    color: #34affc;
    font-weight:600;
    border-bottom: 2px solid #34affc;
}
/*栏目来源*/
.subwrap .lmly{height: 45px;list-style:none;float: right;width: 30%;padding-right: 10px;text-align: right;}
.subwrap .lmly li.home a {margin-left:12px;padding-left: 9px;}
.subwrap .lmly li {display: inline-block;height: 45px;line-height: 58px;font-family: “微软雅黑”;color: #000;font-size: 14px;}
.subwrap .lmly li a {color: #000;font-size: 14px;}
.subwrap .lmly li a:hover {color: #34affc;}

.hsxt {height: 30px;background: #f8f8f8;}

/*分页*/
.pagefr {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 45px 0;
}

.pagefr em {
  display: inline-block;
  font-style: normal;
}

.pagefr a {
  display: inline-block;
  line-height: 45px;
  margin: 0px 10px;
  border-radius: 3px;
  font-size: 18px;
  padding: 0px 17px;
  background: #f3fdff;
}

.pagefr a.a1 {
  background-color: #f3fdff;
  color: #3977de;
  font-size: 30px;
  line-height: 40px;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 0;
}

.pagefr .NormalRed{
  display: inline-block;
  line-height: 45px;
  margin: 0px 10px;
  border-radius: 3px;
  font-size: 18px;
  background-color: #3977de;
  color: #fff;
  padding: 0px 17px;
}


/*二级页面——公司业务*/
.gsyw {
  width: 1272px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.gsyw .kt {background: #e9f6ff;padding: 20px;margin-bottom: 40px;}

.gsyw .kt .zb {
    padding-left: 0px;
    padding-right: 30px;
}
.gsyw .kt .zb .wznr {float:right;}
.gsyw .kt .zb .tpnr {float:left;}
.gsyw .kt .zb .wznr span{display: block;float: right;}

.gsyw .ywnr {
  border: 1px solid #0981f9;
  background: #e9f6ff;
  width: 100%;
  padding-left: 30px;
}

.ywnr .wznr {
  width: 64%;
  padding-top: 35px;
  float: left;
}

.ywnr .wznr span {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}

.ywnr .wznr span img{
}

.kt .zb .wznr span img{
  float: right;
}

.wznr p {
  font-size: 16px;
  color: #000;
  line-height: 35px;
  text-align: justify;
  display: block;
}

.wznr .gd {
  float: left;
  display: block;
  color: #535353;
  margin-top: 12px;
  font-size: 16px;
}

.ywnr .tpnr {padding-top: 15px;float: right;}

.ywnr .tpnr img {
  width: 100%;
  max-width: 368px;
}


/* 科技创新 */
.kjcx{
  padding: 0 20px 40px;
}
.kjcx p{
  color: #010101;
  font-size: 16px;
  line-height: 2.2em;
  font-weight: 600;
  text-align: justify;
  text-indent: 2em;
}
.biaogan{
  margin: 35px 2% 20px;
  display: flex;
  justify-content: space-around;
}
.biaogan img{}
.kj_tit{
  margin-top: 30px;
  color: #2da7f0;
  line-height: 3em;
  font-size: 28px;
  text-align: center;
}
.kj_tit:before{content: "";width: 28px;height: 18px;background: url(/eportal/fileDir/sxkj/template/common/header2025/images/dianw1.png) center no-repeat;margin-right: 40px;display: inline-block;}
.kj_tit:after{content: "";width: 28px;height: 18px;background: url(/eportal/fileDir/sxkj/template/common/header2025/images/dianw2.png) center no-repeat;margin-left: 40px;display: inline-block;}
.kj_tit2{
  color: #2da7f0;
  line-height: 3em;
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
}
.kj_tit2:before{content: "";width: 28px;height: 18px;background: url(/eportal/fileDir/sxkj/template/common/header2025/images/dianw1.png) center no-repeat;margin-right: 100px;display: inline-block;}
.kj_tit2:after{content: "";width: 28px;height: 18px;background: url(/eportal/fileDir/sxkj/template/common/header2025/images/dianw2.png) center no-repeat;margin-left: 100px;display: inline-block;}
.kj_jiang{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.kj_jiang li{
  width: 41%;
  padding: 30px 0;
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/flyk.png) center no-repeat;
  background-size: 100% auto;
  margin-bottom: 30px;
}
.kj_jiang li h6{
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  color: #101010;
}
.kj_jiang li p{
  text-align: center;
  text-indent: 0;
  line-height: 2.6em;
}
/*产品中心——数字化*/
.cpbg{width: 100%;   background: linear-gradient(white, white 850px, rgb(243, 245, 247) 850px, rgba(243, 245, 247, 0) 100%);
}
.cptie{    color: #0980f6;
  font-size: 34px;
  text-align: center;
  line-height: 2em;
  letter-spacing: 2px;
  padding-top: 28px;}
.target .szhul{    margin-top: 60px;
    display: flex;
    }
.digital-tabs {
  margin: auto;
  height: 457px;
  box-shadow: 0px 4px 10px 0px rgba(9,129,249,0.05);
}

.digital-tabs ul {
  height: 100%;
  display: flex;
}

.digital-tabs ul li {
  border-left: 1px solid hsla(210, 95%, 51%, 10%);
  border-right: 1px solid hsla(210, 95%, 51%, 10%);
  background: linear-gradient(180deg, #E9F2FC, #FAFAFA);
  justify-content: center;
  align-items: center;
  display: flex;
  width: 80px;
  font-size: 16px;
  color: dodgerblue;
  font-weight: bold;
  line-height: 24px;
  padding: 10px 30px;
  cursor: pointer;
}

.digital-tabs ul li.on {
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/szh/active.png) no-repeat;
  color: white;
}

.digital-tabs .target {
  flex: 1;
  background: linear-gradient(180deg, #F5F7FB, white);
}

.cpszhp2{display:flex;gap:8px;border-radius: 4px;margin-bottom:48px;}

.cpszhp1{margin:36px 0;line-height:2.2;color:#404244;font-size: 16px;}
.cpszhp3{flex:1 1 660px;}
.cpszhp4{}
.cpszhp5{flex:1 1 530px;}
.cpszhp6{width: 1200px;margin: 32px auto;}
.cpszhp7{background-color: rgba(245, 247, 250, 1);width: 100%;padding-bottom:36px;}
.cpszhp8{display:flex;height:140px;}
.cpszhp9{width:50%;display:flex;}
.cpszhp10{width:50%;display:flex;position: relative;}
.cpszhp11{width:40%;}
.cpszhp12{width: 1200px;
    margin: 0 auto;}
.intro-card {
  background: linear-gradient(180deg, #F5F7FB, #F7FCFF);
  padding: 24px 48px;
}

.intro-card-title {
  font-weight: bold;
  font-size: 18px;
  color:rgba(0,0,0,0.6);
  position: relative;
}
.intro-card-icon{
  height:40px;width:40px;
}
.intro-card-subtitle {
  color: #c0c4cc;
  padding-top: 5px;
  
}
.intro-card-title:before{background: #aad1fc;content:"";width: 4px;position: absolute;height: 50px;left:-25px;}
.intro-card-item {
  color:#3E5973;line-height:40px;
  padding: 16px 0;
  color: #8f9daa;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.target {
  padding:48px;
}
.target-title{
  font-size:32px;
  color:#3D3D3D;
  margin-bottom:36px;
}
.target-content{
  line-height:2;
  font-size:16px;
  color:rgba(0,0,0,0.6)
}
.target ul {
  margin-top:60px;
  display:flex;
}
.target .target-tag:not(:last-child){
  margin-right:48px;
}
.target-tag{
  font-size:16px;

  font-weight:bold;
}
 .target-tag::before{
  content:'';
  height:10px;width:10px;border-radius: 50%;background:#0981F9;
  display:inline-block;vertical-align: 1px; margin-right:12px;
}
.project-container{
  margin:48px 0 ;
  
}
.project-content{
  line-height:36px; margin-top:20px;color:rgba(0,0,0,0.6);font-size: 14px;
}
.project {
  overflow:hidden;
  display:flex;justify-content: stretch;
  border:1px solid #ebeef5;  border-radius: 12px;
  background:white; 
  box-shadow: 0px 4px 10px 0px rgba(9,129,249,0.05);
}
.project-left{
  flex:1;
  padding:24px 40px;
  width:348px;
}
.project-right{
  width:770px;height:355px;
  display:flex;justify-content: center;align-items: center;
}
.project-img{
  width:434px;height:244px;
}
.project-list .project:not(:first-child){
  margin-top:31px;
}

/*产品中心——工业控制*/
.content_cpzx {
  margin: 0 auto 50px;

}

.content_cpzx p {
  font-size: 16px;
  line-height: 40px;
  text-align: justify;
  text-indent: 2em;
}
.content_cpzx h4 {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  margin: 30px 0 24px;
}
.content_cpzx img {
  width: 100%;
}
.content_cpzx .mk1 {

  margin: 20px auto 60px;
}
.content_cpzx .mkf {
  width: 100%;
  background: linear-gradient(180deg, #f3f5f7 0%, rgba(243, 245, 247, 0) 100%);
  padding: 10px 0 51px;
}
.content_cpzx .more {
  
  margin: 0 auto;
}
.content_cpzx .more1 {
  
  margin: 0 auto;
}
.content_cpzx .more3 {
 
  margin: 40px auto 0;
  background-color: #ebf0f9;
}
.content_cpzx .more3 .more3_tp {
  width: 343px;
  float: left;
}
.content_cpzx .more3 .more3_wz {
  float: right;
  width: 928px;
  padding: 52px 48px;
}
.content_cpzx .more3 .more3_wz h4 {
  margin: 0 0 24px;
}

/*产品中心——数据中心*/
.mkf .more_sjzx {
  background: linear-gradient(180deg, #f3f5f7 0%, rgba(243, 245, 247, 0) 100%);
  width: 665px;
  margin: 50px auto 42px;
}
.more_sjzx li {
  float: left;
  margin-right: 191px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #263e559e;
}
.more_sjzx li:nth-child(3n) {
  margin-right: 0;
}
.more_sjzx li img {
  width: 88px;
  display: block;
  margin: 0 auto;
}


/*产品中心——新兴产业*/
.industry_tabs {
    margin: auto;
}

.industry_tabs .hd {
    width: max-content;
    margin: 20px auto;
    padding: 6px;
    background: #f4f5f8;
    border-radius: 8px;
}

.industry_tabs .hd ul li {
    padding: 8px 20px;
    cursor: pointer;
    line-height: 24px;
    font-size: 16px;
}

.industry_tabs .hd ul li span {
    width: 24px;
    height: 24px;
    float: left;
    display: block;
    margin-right: 5px;
}

.industry_tabs .hd ul li .tp1 {
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/xxcy/cn.png) no-repeat;
  background-size: 100% 100%;
}
.industry_tabs .hd ul li .tp2 {
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/xxcy/h2.png) no-repeat;
  background-size: 100% 100%;
}
.industry_tabs .hd ul li .tp3 {
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/xxcy/zn.png) no-repeat;
  background-size: 100% 100%;
}

.industry_tabs .hd ul .on .tp1 {
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/xxcy/cn2.png) no-repeat;
  background-size: 100%;
}
.industry_tabs .hd ul .on .tp2 {
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/xxcy/h22.png) no-repeat;
  background-size: 100% 100%;
}
.industry_tabs .hd ul .on .tp3 {
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/xxcy/zn2.png) no-repeat;
  background-size: 100% 100%;
}

.industry_tabs .hd ul li.on {
    background: dodgerblue;
    border-radius: 6px;
    color: white;
}

.industry_tabs .hd ul {
    display: flex;
}

.industry_tabs .hd ul li:not(:last-child) {
    margin-right: 12px;
}

/* 先进工程样式 */
.xjgc-card {}

.xjgc-indicator {}

.xjgc-image-card {}

.xjgc-color-card {}

.xjgc-panel {}

.lq-image {}

.zngc-card {}

/* 先进储能 */
.text-title {
    margin-top: 56px;
    font-size: 28px;
    color: #3d3d3d;
    font-weight: 500;
}

.text-title-2 {
    font-size: 22px;
    color: #3d3d3d;
    font-weight: 500;
    text-align: left;

}

.text-title-3 {
  margin-top: 26px;
  font-size: 28px;
  color: #3d3d3d;
  font-weight: 500;
}

.text-content {
  width: 1200px;
  margin: 32px auto;
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    text-align: left;
    line-height: 28px;
}

.a-card {
  width: 1200px;
  margin: 32px auto;
    gap: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-card-block {
    width: 290px;
    height: 96px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.a-card-title {
    font-size: 18px;
    margin-top: 12px;
    line-height: 28px;
    font-weight: 500;
}

.b-card {
    background: url(/eportal/fileDir/sxkj/template/common/header2025/images/xxcy/a-bg.png) 100% no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 130px;
}

.b-card-2 {
    width: 1200px;
    height: 96px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.b-card-list {
    background-size: 100% 100%;
    margin-right: 16px;
    width: 200px;
    height: 96px;
}

.b-card-list-text {
    color: rgba(9, 129, 249, 1);
    text-align: center;
    white-space: nowrap;
}

.b-card-list-text-2 {
    line-height: 48px;
    color: rgba(61, 61, 61, 1);
    font-size: 16px;
    font-weight: normal;
}

.c-card {
    width: 1200px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.c-card-list {
    width: 224px;
    height: 224px;
    text-align: left;
}

.c-card-list div {
  font-size: 16px;
  line-height: 28px;
}
.c-card-title {
    color: rgba(61, 61, 61, 1);
    font-size: 18px;
    font-weight: 500;
    position: relative;
    left: 14px;
}

.c-card-title::before {
    content: '';
    display: inline-block;
    background-color: rgba(9, 129, 249, 1);
    width: 4px;
    height: 18px;
    margin-top: 6px;
    position: absolute;
    left: -14px;
    top: -2px;
}

.c-card-list img {
    margin: 10px 0;
}

.cndx {
  width: 1200px;
  margin: 0 auto;
  height: 250px;
}
.cndx .dx {
  width: 220px;
  height: 207px;
  background: 100%;
  border-radius: 5px;
  box-shadow: 3px 4px 8px #cccccca3;
  margin-right: 25px;
  float: left;
  position: relative;
}
.cndx .dx:nth-child(5n) {
  margin-right: 0;
}
.cndx .one {
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/xxcy/l_bg.png) no-repeat;
  background-size: 100% 100%;
}
.cndx .two {
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/xxcy/dl_bg.png) no-repeat;
  background-size: 100% 100%;
}
.cndx .three {
  background: url(/eportal/fileDir/sxkj/template/common/header2025/images/xxcy/sl_bg.png) no-repeat;
  background-size: 100% 100%;
}
.cndx .dx span {font-size: 18px;color: #fff;line-height: 68px;}
.cndx .dx p {padding: 25px 20px;font-size: 16px;line-height: 30px;text-align: left;}


.d-card {
    display: flex;
    flex-direction: column;
}

.d-card-title {
    height: 50px;
    line-height: 50px !important;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.d-card-content {
    background: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    padding: 11px;
    height: 110px;
}

.e-card {
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff
}

.e-card-layout-left {
    width: 60%;
    padding: 26px 0 0 40px;
}

.e-card-title {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    text-align: left;
}

.e-card-content {
    text-align: left;
    font-size: 16px;
    color: rgba(61, 61, 61, 1);
    margin-top: 12px;
}

.e-card-content span {
  font-size: 16px;
}

.e-divider::before {
    content: '';
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.06);
    width: 2px;
    height: 70%;
    position: absolute;
    left: 0;
    top: 20px;
}

.f-card {
    background: url(/eportal/fileDir/sxkj/template/common/header2025/images/xxcy/f-bg.png) 100% no-repeat;
    background-size: 100% 100%;
    height: 150px;
    width: 100%;
}

.g-card {
    background: url(/eportal/fileDir/sxkj/template/common/header2025/images/xxcy/h-bg.png) 100% no-repeat;
    height: 220px;
    width: 1200px;
    margin: 30px auto;
}

.g-card-title {
    font-size: 20px;
    color: rgba(61, 61, 61, 1);
    font-weight: 500;
    text-align: left;
    padding: 40px 0 0 40px;
}

.g-card-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px 30px 40px;
}

.g-yuandian {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: linear-gradient(180deg, #0981F9 0%, rgba(9, 129, 249, 0) 100%);
}

.g-card-title-1 {
    display: inline-block;
    position: relative;
    top: -2px;
    left: 7px;
    color: rgba(61, 61, 61, 1);
    font-size: 18px;
}

.g-card-title-2 {
    color: rgba(61, 61, 61, 1);
    font-size: 16px;
}

.h-card-block {
    align-items: start;
    padding: 20px;
    height: 130px;
}

.h-card-title {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    height: 50px;
}

.h-card-content {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    text-align: left;
    margin-top: 20px;
    height: 100%;
    line-height: 28px;
}

.i-card-block {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    display: flex;
    gap: 40px;
}

.i-card-img {
    width: 400px;
    height: 225px;
}

/*智能工程*/
.xiaof {
    padding: 20px 15px;
    height: 132px;
    justify-content: flex-start;
    width: 323px;
}
.xiaof .a-card-title{
  font-size: 16px;
  text-align: left;
}

/*人力资源*/
.rlzy {
  background: url(/eportal/imageDir/sxkj/2025/01/img_pc_site/2025011411124817912_small.png) no-repeat;
  height: 664px;
  background-size: cover;
  position: relative;
}

.rlzy .wrap_C {
  position: absolute;
  bottom: 10%;
  width: 92%;
  margin: 0 4%;
}

.btn_empty {
  height: 0.1rem;
}

.rlzy .rcln:last-child {
  margin-right:0;
}

.rcln {
  width: 15%;
  min-height: 83px;
  display: inline-block;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  border-radius: 8px;
  margin-right: 1.7%;
  height: 120px;
}

.index_nav_img {
  height: 60px;
}

.index_nav_img img {
  position: relative;
  top: 16px;
  vertical-align: middle;
  transition: all 0.15s;
  width: 36px;
}

.rcln:hover .index_nav_img img {
  top: 3px;
}

.colfff {
  font-size: 18px;
  color: #fff;
}

.inr_line {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
}

.index_nav_right p {
  line-height: 25px;
}
.btn_empty {
overflow: hidden;
height:0;
}

/*员工培养*/
.zp_tablebox {
  min-height: 300px;
  width: 1272px;
  margin: 0 auto;
}

.zp_list {
  height: auto;
  margin: 40px auto 40px;
  position: relative;
  width: 60%;
}

.zp_list>ul {
  height: 40px;
  margin-bottom: 2px;
}

.zp_list>ul li {
  float: left;
  width: 20%;
  height: 40px;
  text-align: center;
  line-height: 35px;
  color: #000;
  position: relative;
  cursor: pointer;
  margin: 0 5%;
}

.zp_list>ul li.fho1 {
  border-bottom: 2px solid #34affc;
  cursor: pointer;
}

.zp_list ul li:nth-child(4) {
  margin-right: 0
}

.zp_list>ul li.fho1 a {
  color: #34affc;
  font-weight: 600;
}

.zp_list>ul li a {
  color: #000;
  font-size: 18px;
}

/*人才招聘*/
.zp_tbl li {
  margin: 20px 12px;
  font-size: 14px;
  color: #666;
  line-height: 26px;
  cursor: pointer;
}

.zp_tbl li:hover {
  color: #005e9a;
}

.zp_tbt {
  border-top: 1px solid #dedede;
  height: 40px;
  background: #f8f8f8;
  overflow: hidden;
}

.zp_td1, .zp_td2, .zp_td3, .zp_td4, .zp_td5 {
  float: left;
  width: 10%;
  height: 40px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
}



.zp_td1 {
  width: 23%;
  padding-left: 1%;
}

.zp_td2 {
  width: 23%;
}

.zp_td3 {
  width: 16%;
}

.zp_td4 {
  width: 8%;
}

.zp_td5 {
  width: 10%;
}

.zp_td6{
  float: left;
  width: 8%;
  height: 40px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.zp_td7,.zp_td8{color:#1b1b1b;float: left;line-height: 40px;height: 40px;font-size: 16px;}
.zp_td7 {width:21%;}
.zp_td8,.zp_td9 {
  padding-left:1%;
}
.zp_td9 {width:79%;}
.zp_td10 {width:21%;}
.zp_td9,.zp_td10 {color:#1b1b1b;float: left;
  height: 57px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 57px;}
.zp_btcl {
  display: block;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.zp_btcl .zp_td1,
.zp_btcl .zp_td2,
.zp_btcl .zp_td3,
.zp_btcl .zp_td4,
.zp_btcl .zp_td5,
.zp_btcl .zp_td6 {
  height: 57px;
  font-weight: normal;
  color: #1b1b1b;
  line-height: 57px;
  transition: all 0.15s;
}

.zp_btcl .zp_td1:hover,
.zp_btcl .zp_td2:hover,
.zp_btcl .zp_td3:hover,
.zp_btcl .zp_td4:hover,
.zp_btcl .zp_td5:hover,
.zp_btcl .zp_td6:hover,
.zp_btcl .zp_td9:hover{
  color: #3977de;
}

.see_more {
  display: inline-block;
  width: 100%;
  height: 28px;
  border-radius: 28px;
  font-weight: normal;
  color: #1b1b1b;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
  margin: 14px 0;
  transition: all 0.15s;
  font-size: 16px;
}

.see_more:hover {
  background: #3977de;
  color: #fff;
}


/*底部*/
.foot_content {
  padding: 50px 0 30px;
  background: #efefef;
}
  
.line {
    border-bottom: 1px solid #d7d7d7;
    width: 1272px;
    margin: 0 auto;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
.foot_content .foot_logo {
}
.foot_content .foot_logo .logos {
  width: 162px;
}
.foot_content .foot_logo .wx {
  display: block;
  float: right;
  width: 112px;
  position: relative;
}
.foot_logo .wx p {
  font-size: 16px;
  line-height: 35px;
  float: left;
}
.foot_logo .wx img {
  width: 34px;
  float: right;
}
.foot_logo .wx .ewm_hover {
  position: absolute;
  z-index: 2;
  box-shadow: 1px 2px 10px 1px #999;
  top: 38px;
  left: -15px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 2px;
  transition: all 0.5s;
  display: none;
  width: 125px;
}
.foot_logo .wx .ewm_hover img {
  width: 130px;
}
.foot_logo .wx:hover .ewm_hover {
  display: block;
}
.footJie {
  width: 240px;
  margin-right: 120px;
}
.footJie-text-wrapper_10 {
  width: 240px;
  height: 168px;
  font-size: 0;
  font-weight: normal;
  text-align: left;
  line-height: 28px;
  margin: 0;
}

.footJie-paragraph_2 {
  width: 240px;
  height: 168px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  line-height: 28px;
}

.footJie-paragraph_3 {
  width: 240px;
  height: 168px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  line-height: 28px;
}

.footJie-paragraph_4 {
  width: 240px;
  height: 168px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  line-height: 28px;
}

.footNav {
  width: 64px;
  margin-right: 105px;
}

.w1272 .footNav:nth-child(8){
  margin-right: 0;
}

.footR {
  width: 21%;
}
.foot_tit {
  width: 64px;
  height: 34px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 26px;
}
.foot_list,
.foot_list a {
  width: 100%;
  overflow-wrap: break-word;
  color: #545454;
  font-size: 12px;
  text-align: left;
  line-height: 28px;
  margin-top: 1px;
}
.foot_lm li > a:hover {
  border-bottom: 1px solid #545454;
}
.maxwin {
  width: 85px;
}
.foot_bottom {
  margin-top: 45px;
}
.foot_bottom .fwl {
  float: left;
}
.foot_bottom span {
  color: #545454;
  font-size: 12px;
  float: right;
}
.foot_bottom span a {
  color: #545454;
}
.foot_bottom span a:hover {
  color: #34affc;
}
/*.w1272 .footNav:first-child{display: block;}*/

/* 信息公开*/
.xxgk{margin-bottom: 50px;}
.xxgk p{line-height: 2em;}
.xxgk p span{
  font-size: 16px;    width: 1090px;
  float: left;
  line-height: 2em;
  color: #605c5d;}
.xxgk p span.xxgk_lef{color: #5e5d5b;
  font-size: 16px;
  font-weight: 600;
  padding-left: 2em;height: 44px;
  display: inline-block;
  width: 180px;
  text-align: justify;} 
  .xxgk p span.xxgk_lef:after{ content: '';
    display: inline-block;
    width: 100%;}

/*信息公开——成员单位 */
.Members_nrl {
  width: 1272px;
  margin: 0 auto;
  padding: 30px 0px 50px;
}

.Members_nrl .Members_nra {
  width: 423px;
  height: 44px;
  background: url(/eportal/imageDir/sxkj/2025/01/img_pc_site/2025012117164676883_small.jpg) 25px center
    no-repeat #f6fbff;
  border-radius: 6px;
  margin-bottom: 35px;
  font-size: 16px;
  color: #000;
  line-height: 41px;
  text-align: left;
  display: block;
  letter-spacing: 1px;
  padding-left: 62px;
  float: left;
  border: 1px solid #e2f0fb;
  box-sizing: border-box;
  cursor: pointer;
}
.Members_nrl .Members_nra:nth-child(odd) {
  margin-right: 50px;
}
.Members_nrl .Members_nra:hover {
  color: #34affc;
  font-weight: bold;
  border: 1px solid #34affc;
}
.Members_nrl .ele {
  line-height: 25px;
  text-align: center;
  padding: 7px 85px 5px 65px;
}
.Members_nrl .eng {
  line-height: 25px;
  text-align: center;
  padding: 7px 128px 5px 65px;
}

/* 荣誉资质*/
 .ryzz{
      margin: 0 auto;
      width: 92%;
      margin-bottom: 50px;
   }
   .ryzz ul.ryzz_tab {
       list-style: none; /* 移除默认的项目符号 */
       padding: 0;
       width: 100%;
       position: relative;
       display: flex;
       justify-content: space-around;
     }
     .ryzz ul.ryzz_tab:after{
       content: "";
       width: 100%;
       height: 1px;
       position: absolute;
       bottom: 13px;
       background-color: #bebebe;
     }
   .ryzz li {
       position: relative;
       margin-bottom: 10px; /* 为每个列表项添加一些底部间距 */
       float: left;
       height: 65px;
       line-height: 37px;
       width: 11%;
       color: #989898;
       font-size: 16px;
       text-align: center;
       cursor: pointer;
     }
   .ryzz li:after{
       content: ""; /* 使用一个点作为项目符号 */
       position: absolute;
       width: 8px;
       height: 8px;
       border-radius: 50%;
       background: #bebebe;
       left: 50%;
       bottom: 0px;
       margin-left: -4px;
       z-index: 4;
     }
   .ryzz_tab li.active{
     background: url(/eportal/imageDir/sxkj/2025/01/img_pc_site/2025011716072237000_small.png) no-repeat;
     color: #fff;
     font-weight: 600;
     background-size: 100%;
   }
   .ryzz_tab li.active:after{
    background: #49a9ff;
  }
  .ryzz_cont{display: flex;flex-wrap: wrap;justify-content:space-between;width: 92%;margin: 0 auto 40px;}
  .rongyu{width: 44%;background: #fffbf2;display: flex;flex-direction: column;align-content: center;justify-content: space-around;padding: 20px 5%;margin-bottom: 30px;cursor: pointer;}
  .rongyu:hover{ transform: translateY(-4px);box-shadow:0px 2px 15px #f5f0f0;
  transition: ease all 0.5s;}
  .rongyu h2{color: #020001;font-size: 19px;text-align:center;font-weight: 500;/* margin-bottom: 17px; */}
  .rongyu .ryline{width: 100%;background-color: #cfbc9c;height: 1px;margin: 14px 0 13px;}
  .rongyu .rytit{background: url(/eportal/imageDir/sxkj/2025/01/img_pc_site/2025011716072291969_small.png) center no-repeat;background-size: 100%;text-align: center;    height: 78px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;}
  .rongyu p{width: 100%;text-align: center;padding: 6px 0;}
  .rongyu .rytit a{display:block;color: #d6a145;font-size: 21px;font-weight: 600;padding: 0 23px;
    line-height: 1.5em;}
   .rongyu p a{font-size: 16px;font-weight: 600;color: #000;}