/*初始化样式*/
*{margin:0;padding:0;box-sizing:border-box;outline:0;font-family:'Microsoft YaHei';}
ul,li{list-style:none;}
img{border:0;}
table{border-collapse:collapse;}
a{text-decoration:none;}

/* html{overflow: hidden;} */

html,
body {
  position: relative;
  height: 100%;
  /* background: red; */
}
#barrierfree_container,
.wrapper{
  position: relative;
  height: 100%;
}


.sySwiper > .swiper-wrapper > .swiper-slide{overflow: hidden;}
.swiper {width: 100%;height: 100%;}
/* .sySwiper .swiper-slide , */
.bannerSySwiper .swiper-slide ,
.xwzxSwiper .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  /* background: #aaa; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.bannerSySwiper img,
.xwzxSwiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

}



.page-con{width:87.5%;margin: 0 auto;}




.sy-wrap {width: 100%;height: 100%;text-align: left;float:left;   
overflow: hidden;
}
.sy-con {width: 100%;height: 100%;text-align: left;float:left;padding-top: 5rem;
background-size: 100% 100%;
}





/* 第一屏大 -  大banner图滚动 */
.bannerSySwiper .swiper-slide img{transform: scale(1.1);}
.bannerSySwiper .swiper-slide.swiper-slide-active img{transform: scale(1);transition: transform 5s ease;}
.bannerSySwiper .swiper-pagination-wrap{position: absolute;top:18.4375rem;right: 7.875rem;z-index: 2;}
.bannerSySwiper .swiper-pagination-sy{width:1.125rem;bottom: auto;left: auto;z-index: 2;padding-bottom: 0;margin-right: 0;float:left;position: relative;left: 0.375rem;}
.bannerSySwiper .swiper-pagination-sy span{width:1.125rem;height:1.125rem;border-radius: 0.625rem;background: none;display: inline-block;opacity: 1;position:relative;float: left;border: 0.0625rem solid rgba(255,255,255,0);margin-bottom: 0.625rem;}
.bannerSySwiper .swiper-pagination-sy span::after{content:"";display:block;width:0.375rem;height:0.375rem;border-radius:100%;background:#fff;top: 0.3125rem;left: 0.3125rem;position: absolute;}
.bannerSySwiper .swiper-pagination-sy span.swiper-pagination-bullet.swiper-pagination-bullet-active{width:1.125rem;height:1.125rem;border-radius:100%;border: 0.0625rem solid #fff;margin-bottom: 0.5625rem;float: left;}

.bannerSySwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.bannerSySwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0;}

/* .bannerSySwiper .swiper-pagination-sy{opacity: 1;bottom: auto;top: 484px;z-index: 99;left: auto;color: #fff;font-size: 1.125rem;right: 120px;width: auto;bottom: auto;}
.bannerSySwiper .swiper-pagination span{display:inline-block;padding:0 0;}
.bannerSySwiper .swiper-pagination-bullet{background:#fff;opacity:1;width:3.125rem;height:3.125rem;}
.bannerSySwiper .swiper-pagination-current{font-size:20px;}
.bannerSySwiper .swiper-pagination-total{font-size:14px;} */
/* .bannerSySwiper .swiper-pagination-bullet-active{background:red;} */


.swiper-pagination-sy-page{float:left;color:#fff;z-index: 2;font-size: 0.875rem;padding-top: 5rem;width: 100%;position: relative;margin-top: 1.25rem;}
.swiper-pagination-sy-page .curpage{font-size: 1.25rem;}
.swiper-pagination-sy-page::after{content:"";display:block;width:0.0625rem;height:3.5rem;background:rgba(255,255,255,0.18);position:absolute;left: 0.9375rem;top: 0;}




/* 开关 */
.autoplay-switch{position: absolute;color:#fff;font-size: 1.125rem;left:29.5625rem;bottom: 5.625rem;z-index: 2;width: 1.5625rem;height: 1.5625rem;cursor: pointer;background:url(banner_icon_pause.png) no-repeat 50% 50%;}
.autoplay-switch-on{background-image: url(banner_icon_start.png);}

/* 箭头控制 */
.autoplay-arrowArea{position: absolute;left:37.875rem;bottom:5.625rem;z-index: 2;}
.autoplay-arrowArea span{float:left;display: inline-block;height: 1.5625rem;}
.autoplay-arrowArea .autoplay-arrow-l{}
.autoplay-arrowArea .autoplay-arrow-l,
.autoplay-arrowArea .autoplay-arrow-r{width:1.875rem;height: 1.5625rem;display: inline-block;background:url(sy_banner_left.png) no-repeat 50% 50%;cursor:pointer;}
.autoplay-arrowArea .autoplay-arrow-r{background-image: url(sy_banner_right.png);}
.autoplay-arrowArea .autoplay-arrow-fg{width:0.125rem;position: relative;margin: 0 0.3125rem;}
.autoplay-arrowArea .autoplay-arrow-fg::after{content: '';display: block;width:100%;height: 0.75rem;background:rgba(255,255,255,0.6);top:0.4375rem;position: absolute;}

.autoplay-switch,
.autoplay-progress ,
.autoplay-arrowArea{
	display:none;
}
/* 时间轴 */
.autoplay-progress {
  position: absolute;
  left: 7.5rem;
  bottom: 6.3125rem;
  z-index: 10;
  width: 20.25rem;
  height: 0.1875rem;
  background: rgba(255,255,255,0.5);
}
.autoplay-progress span{
  display: block;
  height: 0.1875rem;
  width:0;
  background: #fff;
  /* animation: progressDt 2s 1 forwards; */
  /* animation-play-state: paused; */
}
.autoplay-progress span.srung{
  animation: progressDt 5s 1 forwards;
  animation-play-state: running;
}

.autoplay-progress span.srung2{
  animation: progressDt2 5s 1 forwards;
  animation-play-state: running;
}

.autoplay-progress span.spause{
  animation-play-state: paused;
}
@keyframes progressDt {
  0%   {width: 0;}
  /* 50%   {width: 50%;} */
  100% {width:100%;}
}
@keyframes progressDt2 {
  0%   {width: 0;}
  /* 50%   {width: 50%;} */
  100% {width:100%;}
}

/* .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
} */




/* 第二屏 - 新闻资讯 */
.sy-bg01{background-image: linear-gradient(179deg, #F7FAFF 79%, #FFFFFF 100%);}
.sy-con1{background: url(sybg_01.png) no-repeat right top;background-size: cover;}
.sy-con1 .page-con{/* overflow:hidden; *//* position:relative; */}
.sy-con1-hd{width:100%;float:left;display:flex;margin-top: 2.5625rem;}
.sy-con1-hd img{height: 6.5625rem;vertical-align: top;}
.sy-con1-hd p{line-height: 2.8125rem;font-size: 1.875rem;color:#E60012;padding-top: 0.5rem;width:100%;text-align: center;font-weight:bold;}
.sy-con1-hd p a{color:#E60012}
.sy-con1-bd{width:100%;float:left;margin-top: 2.75rem;position: relative;height: 100%;}
.sy-con1-bd-l{width:79.6%;float:left;}
.sy-con1-bd-lt{width:100%;float:left;}
.sy-con1-bd-ltl{width: 52.3%;height: 23.875rem;float:left;padding-right: 1.25rem;}
.sy-con1-bd-ltr{width: 47.66%;height: 23.875rem;float:left;box-shadow: 0 0.125rem 0.625rem 0 #99999926;padding: 1.25rem;background: url(sy_zxbg.png) no-repeat left bottom #fff;background-size: cover;}

/* 新闻资讯左侧轮播 */
.xwzxSwiper:hover .tyLeft-btn,
.xwzxSwiper:hover .tyRight-btn{display: block;}

.xwzxSwiper .swiper-slide > a{width:100%;float:left;height: 100%;display: block;position: relative;}
.xwzxSwiper .swiper-slide .zoomImg{height:100%;}
.xwzxSwiper .swiper-slide h5{display:block;position:absolute;bottom:0;left:0;z-index:2;background:rgba(0,0,0,0.5);width:100%;height:3.125rem;line-height: 3.125rem;color: #fff;text-align: left;padding-left: 1.25rem;padding-right: 9.375rem;font-size: 1rem;font-weight: normal;}
.xwzxSwiper .swiper-slide h5 a{color:#fff;}
.xwzxSwiper .swiper-slide h5 a:hover{text-decoration:underline;}
.xwzxSwiper .swiper-pagination{width:auto;left:auto;right:0.625rem;bottom:1.3125rem;top:auto;margin: 0;padding: 0;}
.xwzxSwiper .swiper-pagination span{width:0.5rem;height: 0.5rem;border-radius:0;background:#fff;opacity:1;margin-right: 0.625rem;float: left;}
.xwzxSwiper .swiper-pagination span.swiper-pagination-bullet-active{background:#E43A39;}

.sy-con1-bd-lb{width:100%;float:left;margin-top: 1.25rem;}
.sy-con1-bd-lbl,
.sy-con1-bd-lbm,
.sy-con1-bd-lbr{width: 32.33333%;height: 100%;float:left;box-shadow: 0 0.125rem 0.625rem 0 #99999926;padding: 1.25rem;background:#fff;}
.sy-con1-bd-lbm,
.sy-con1-bd-lbr{margin-left:1.5%;}

.sy-con1-bd-r{width: 18.616%;height: 100%;margin-left: 1.784%;float:left;background: #FFFFFF;border: 0.0625rem solid #D8D8D8;border-top: 0.25rem solid rgba(6, 58, 127, 1);padding: 1.25rem 0  1.25rem  1.25rem;overflow: hidden;box-shadow: 0 0.125rem 0.625rem 0 #99999926;position: absolute !important;bottom: 0;/* top: 0; */right: 0;}

.sytab1Swiper .swiper-pagination{display: none;}
.sytab1{width:100%;float:left;font-size: 1.25rem;line-height: 1.75rem;font-weight: bold;}
.sytab1 span{position: relative;margin-left: 1.25rem;height: 3.0625rem;display: inline-block;float:left;}
.sytab1 span a{color:#666666;}
.sytab1 span:first-child{margin-left:0;}
.sytab1 span.on::after{content:"";position: absolute;left:50%;bottom:0;width: 2.1875rem;height: 0.375rem;background: #063A7F;border-radius: 0.1875rem;margin-left: -1.125rem}
.sytab1 span.on a{color:#063A7F;}

.sytab1Swiper{width:100%;float:left;margin-top: 1.25rem;}
.sytab1Swiper ul,
.sytab1Swiper ul li{width:100%;float:left;position: relative;}
.sytab1Swiper ul li{margin-top: 0.625rem;}
.sytab1Swiper ul li::after{content: "";width:0;position: absolute;height: 0.125rem;background: rgba(6, 58, 127, 1);left:0;bottom:0;}
.sytab1Swiper ul li:hover::after{width:100%;
  transition: all .7s ease;
}
.sytab1Swiper ul li:first-child{margin-top: 0;}
.sytab1Swiper ul li p{width:100%;float:left;line-height: 1.25rem;font-size: 0.875rem;color: #999999;}
.sytab1Swiper ul li a{width:100%;float:left;line-height: 1.375rem;font-size: 1rem;color: #000;padding: 0.625rem 0;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.sytab1Swiper ul li a:hover{color:rgba(6, 58, 127, 1);}

.sytab2{width:100%;float:left;line-height: 1.75rem;font-size: 1.25rem;color:#333;font-weight: bold;}
.sytab2 a{color:#333;}


.sy-ztzl-list {/* width:100%; */float:left;margin-top: 1.25rem;overflow-y: auto;overflow-x: hidden;padding-right: 1.25rem;position: absolute;top: 3rem;bottom: 1.25rem;right: 0;left: 1.25rem;}
.sy-ztzl-list .bd,
.sy-ztzl-list .bd ul,
.sy-ztzl-list .bd ul li{width:100%;float:left}
.sy-ztzl-list .bd ul li{margin-bottom: 1.25rem;}
.sy-ztzl-list p{width:100%;height:7.6875rem;float:left;}
.sy-ztzl-list p img{max-width: 100%;max-height: 100%;}
.sy-ztzl-list::-webkit-scrollbar {
  /* 定制滚动条的宽度 */
  width: 0.25rem;  
  /* 定制滚动条的背景色 */
  border-radius: 0.3125rem;
  background-color: #eee; 
}
/* 定制滚动条轨道 */
.sy-ztzl-list::-webkit-scrollbar-track {
  background: #e1e1e1; /* 定制轨道的背景色 */
  border-radius: 0.3125rem; /* 定制轨道的圆角 */
}
/* 定制滚动条的滑块（thumb） */
.sy-ztzl-list::-webkit-scrollbar-thumb {
  background-color: #999; /* 定制滑块的背景色 */
  border-radius: 0.3125rem; /* 定制滑块的圆角 */
 /* border: 2px solid #999;  定制滑块边框 */
}
/* 定制滚动条的滑块（thumb）：悬停和点击状态 */
.sy-ztzl-list::-webkit-scrollbar-thumb:hover {
  background: #999; /* 悬停时滑块的背景色 */
}
.sy-ztzl-list::-webkit-scrollbar-thumb:active {
  background-color: #999; /* 点击时滑块的背景色 */
}
/* .ztzlSwiper{width:100%;float:left;margin-top: 1.25rem;height:100%;}
.ztzlSwiper .swiper-slide{width:100%;}
.ztzlSwiper .swiper-slide p{width:100%;height:7.6875rem;float:left;margin-bottom: 1.25rem;}
.ztzlSwiper .swiper-slide p img{max-width: 100%;max-height: 100%;} */

/* 第三屏 -- 建设非现役专业队伍 */
.sy-con2{background:url(sy_f3_bg.jpeg) no-repeat bottom left;background-size: cover;}
.sy-con2-bg02{background-image:url(sy_f3_bg02.png);}
.sy-con2-bg03{background-image:url(sy_f3_bg03.jpeg);}
.sy-con2-bg02 .llfb-main,
.sy-con2-bg03 .llfb-main {display: none;}

.sy-con2-1{background-image: url(sy_f3_bg.jpeg);}
.sy-con2-2{background-image: url(sy_f3_bg2.png);}
.sy-con2-3{background-image: url(sy_f3_bg3.png);}
.sy-conStyle2 .sycon-l{width:14.76%;float:left;padding-top: 3.0625rem;}
.sy-conStyle2 .sycon-r{width:83.24%;float:left;padding-top: 1.3125rem;}

.sy-conStyle2 .sycon-lt{width:100%;float:left;}
.sy-conStyle2 .sycon-lt img{height: 6.5625rem;}
.sy-conStyle2 .sycon-lb{width:100%;float:left;margin-top: 4.8125rem;font-weight: bold;}
.sy-conStyle2 .sycon-lb p{width:100%;float:left;line-height: 1.875rem;font-size: 1.25rem;color:#000;margin-top: 3.9375rem;}
.sy-conStyle2 .sycon-lb p a{color:#000;display:block;padding-left: 2.5rem;background:url(sy_f3_icon01.png) no-repeat 0 0.1875rem;width:8.4375rem;padding-bottom: 0.75rem;background-size: 1.5rem 1.5rem;}
.sy-conStyle2 .sycon-lb p:first-child{margin-top:0;}
.sy-conStyle2 .sycon-lb p a.sy-icon2-llfb{background-image:url(sy_f3_icon01.png);}
.sy-conStyle2 .sycon-lb p a.sy-icon2-dwfc{background-image:url(sy_f3_icon02.png);}
.sy-conStyle2 .sycon-lb p a.sy-icon2-zbzs{background-image:url(sy_f2_icon04.png);}
.sy-conStyle2 .sycon-lb p a.sy-icon2-gclb{background-image:url(sy_f3_icon03.png);}
.sy-conStyle2 .sycon-lb p{background:url(sy_f3_img01.png) no-repeat -125rem bottom;}
/* .sy-conStyle2 .sycon-lb p.on,
.sy-conStyle2 .sycon-lb p:hover */
.sy-conStyle2 .sycon-lb p.on{
  background-position-x: 0;transition: all .7s ease;
}
.sy-conStyle2 .sycon-lb p.on a,
.sy-conStyle2 .sycon-lb p:hover a{color:rgba(6, 58, 127, 1);}


/* .sy-conStyle2 .sycon-lb p.on a.sy-icon2-llfb,
.sy-conStyle2 .sycon-lb p:hover a.sy-icon2-llfb{background-image:url(sy_f3_icon01_on.png);}
.sy-conStyle2 .sycon-lb p.on a.sy-icon2-dwfc,
.sy-conStyle2 .sycon-lb p:hover a.sy-icon2-dwfc{background-image:url(sy_f3_icon02_on.png);}
.sy-conStyle2 .sycon-lb p.on a.sy-icon2-zbzs,
.sy-conStyle2 .sycon-lb p:hover a.sy-icon2-zbzs{background-image:url(sy_f3_icon03_on.png);} */

/* 力量分布 */
/* background: url(china_dbg2.png) no-repeat 31% 46%; */
.sycon-r-con1title{width: 100%;height: 1.5rem;line-height: 1.5rem;color:#063A7F;font-size: 1.375rem;font-weight: bold;text-align: center;display: none;}
.sycon-r-con1title span{width:61.0625rem;display:inline-block;float:left;margin-left: 6.5rem;background: url(newMap_namebg.png) no-repeat 50% 50%;background-size: 61.0625rem 1.5rem;}
.sycon-r-con.sycon-r-con1{background-size: 37.5rem;height: 56.25rem;}
.sy-con2 .page-con,
.sy-con2 .sycon-r{height: 100%;}
.sycon-r-con{width:100%;height: 100%;}
/* .chinaMap{width:100%;height:43.75rem;float:left;} */

/* 地图绘制 */
.sy2-llfn{position: relative;float:left;margin-left: 14.1875rem;margin-top: 1.25rem;}
.sy2-llfn img{position: absolute;top:0;left:0;/* width: 45.9375rem */height: 47.5rem;}
.sy2-llfn .sy2-llfn-img1{z-index:2;}
.sy2-llfn .sy2-llfn-img2{z-index:1;display: none;}
.sy2-llfn .map-icon-position{position: absolute;top: 0;left:0;z-index:3;}
.sy2-llfn .map-iconp{font-size: 1rem;line-height: 1.375rem;color:#333;position: absolute;left:0;top:0;white-space: nowrap;vertical-align: middle;cursor:pointer;}
.sy2-llfn .map-iconp i{display: inline-block;width: 0.875rem;height: 0.875rem;background: #0784FF;margin-right: 0.6875rem;border-radius: 100%;font-size: 0.75rem;text-align: center;color:#fff;font-style: normal;line-height: 0.875rem;
position: relative;
vertical-align: middle;
}
.sy2-llfn .map-iconp i::after{
  content: '';
  display: block;
  width:100%;
  height: 100%;
  background:#0784FF;
  position: absolute;
  left:0;
  top:0;
  border-radius:100%;
  z-index:-1;
  animation: ripple 2s infinite ease;
  ‌animation-duration:2s;
}


.sy2-llfn .map-iconp span{
    vertical-align: middle;
}
/* .sy2-llfn .map-iconp.mred, */
.sy2-llfn .map-iconp.mred i{background:#E60012;}
.sy2-llfn .map-iconp.mred i::after{background:#E60012;}
.sy2-llfn .map-iconp.map-iconp-bj i,
.sy2-llfn .map-iconp.map-iconp-bj.mdon i{width: 2.8125rem;height: 2.375rem;background:url(newmap_icon_bj_2x.png) no-repeat 50% 50%;margin-left: -0.75rem;margin-top: -0.75rem;margin-right: -0.1875rem;vertical-align: top;background-size: 2.8125rem 2.8125rem;}
.sy2-llfn .map-iconp.map-iconp-bj i::after{animation-play-state: paused;}
.sy2-llfn .map-iconp.map-iconp-bj span{vertical-align:top;}
/* .sy2-llfn .map-iconp.mdon i{background: #E60012;} */
.sy2-llfn .map-iconp.mdon{color:#E60012;}
.sy2-llfn .map-iconp.mdon i{width:1.3125rem;height: 1.3125rem;margin-top: -0.125rem;vertical-align: middle;line-height: 1.3125rem;background:#E60012;}
.sy2-llfn .map-iconp.mdon span{text-decoration: underline;}
.sy2-llfn .map-iconp.mdon i::after{
  background:#E60012;
}
.sy2-llfn .map-iconp.mFz i{margin-left: 0.6875rem;margin-right: 0;}

/* .sy2-llfn .map-iconp.map-iconp1{left: 40.9375rem;top: 9.375rem;} */
.sy2-llfn .map-iconp.map-iconp2{left: 34.6875rem;top: 10.625rem;}
/* .sy2-llfn .map-iconp.map-iconp3{left: 30.0625rem;top: 12.4375rem;} */
.sy2-llfn .map-iconp.map-iconp4{left: 9.75rem;top: 10rem;}
.sy2-llfn .map-iconp.map-iconp5{left: 29.6875rem;top: 12.5625rem;}
.sy2-llfn .map-iconp.map-iconp6{left: 29.4375rem;top: 14.25rem;}
/* .sy2-llfn .map-iconp.map-iconp7{left: 19.0625rem;top: 17.0625rem;} */
.sy2-llfn .map-iconp.map-iconp8{left: 29.625rem;top: 17.6875rem;}
.sy2-llfn .map-iconp.map-iconp9{left: 33.8125rem;top: 18.5625rem;}
.sy2-llfn .map-iconp.map-iconp10{left: 8.3125rem;top: 19.1875rem;}
.sy2-llfn .map-iconp.map-iconp11{left: 35.4375rem;top: 20.5rem;}
.sy2-llfn .map-iconp.map-iconp12{left: 29.3125rem;top: 20.6875rem;}
.sy2-llfn .map-iconp.map-iconp13{left: 25.6875rem;top: 21.125rem;}
.sy2-llfn .map-iconp.map-iconp14{left: 19.5rem;top: 20.8125rem;}
.sy2-llfn .map-iconp.map-iconp15{left: 31.0625rem;top: 23.375rem;}
.sy2-llfn .map-iconp.map-iconp16{left: 26.6875rem;top: 23.875rem;}
.sy2-llfn .map-iconp.map-iconp17{left: 23.75rem;top: 23rem;}
.sy2-llfn .map-iconp.map-iconp18{left: 32.5625rem;top: 25.375rem;}
.sy2-llfn .map-iconp.map-iconp19{left: 21.9375rem;top: 25.125rem;}
.sy2-llfn .map-iconp.map-iconp20{left: 29.625rem;top: 27.375rem;}
.sy2-llfn .map-iconp.map-iconp21{left: 25rem;top: 27.5rem;}
.sy2-llfn .map-iconp.map-iconp22{left: 18.625rem;top: 27.1875rem;}
.sy2-llfn .map-iconp.map-iconp23{left: 31.25rem;top: 27.75rem;}
.sy2-llfn .map-iconp.map-iconp20 i{margin-right:0;}
.sy2-llfn .map-iconp.map-iconp20 span{display:block;margin-top: -2.5rem;margin-left: -0.625rem;}
.sy2-llfn .map-iconp.map-iconp20.mdon span{margin-top: -2.9375rem;margin-left: -0.4375rem;}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(2.3); /* 涟漪扩散的大小 */
    opacity: 0;
  }
}
 
 
/* .ripple {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.7); 
  border-radius: 50%;
  animation: ripple 2s infinite; 
} */








.llfb-main{width:27rem;height: 37.5rem;position: absolute;right:0;bottom:0;background-image: linear-gradient(179deg, #0F8BEC 0%, #063A7F 100%);z-index: 2;
border-radius: 3.375rem 0 0 0;padding-left: 1.875rem;color:#fff;padding-right: 7.375rem}
.llfb-main a{color:#fff;}
.llfb-main a:hover{text-decoration: underline;}
.llfb-main-h,
.llfb-main-t,
.llfb-main-m,
.llfb-main-b{width:100%;float:left;}
.llfb-main-h{margin-top: -6.75rem;padding-bottom: 1rem;position: relative;padding-left: 9.5rem}
.llfb-main-h img{height:11.625rem;}
.llfb-main-t{font-size: 1.25rem;font-weight: bold;line-height: 1.75rem;position: relative;padding-bottom: 1rem;}
.llfb-main-t::after{content:"";display: block;width: 2.5rem;height: 0.1875rem;background:rgba(230, 0, 18, 1);position: absolute;left:0;bottom:0;}
.llfb-main-b{padding-left: 2.6875rem;padding-top: 1.875rem;}
.llfb-main-m{padding-top: 1.875rem;padding-bottom: 1.875rem;border-bottom: 0.0625rem dashed rgba(255,255,255,0.5);}
.llfb-main-m h5{font-size: 1.125rem;padding-left: 2.6875rem;font-weight: bold;line-height: 1.5625rem;background: url(sy_f3_icon04.png) no-repeat 0.3125rem 0.0625rem;}
.llfb-main-m p{font-size: 1rem;line-height: 1.375rem;margin-top: 1rem;padding-left: 2.6875rem;}
.llfb-main-b p{font-size: 1rem;line-height: 1.375rem;}
.llfb-main-b p + p{margin-top: 1.875rem}

/* 队伍风采 */
.sycon-r-con2{padding-left: 2.8125rem;}
.syc2-dwfc{width: 87.75rem;height:35rem;float:left;}
#certify {
  position: relative;
  text-align: center;
  width:87.75rem;
  float:left;
  overflow: hidden;
  height: 35.625rem;
  margin-top: 8.3125rem;
}

#certify .swiper-container {
  height: 30.625rem;
}
#certify .swiper-wrapper{position:relative;z-index:9;}
#certify  .swiper-slide {
  width: 53.75rem;
  height: 35rem;
  /* background: #fff; */
  /* box-shadow: 0 8px 30px #ddd; */
  z-index: 6;
  position: relative;
}

#certify  .swiper-slide a{display: block;height: 30.625rem;position: relative;color: #fff;}
#certify  .swiper-slide a p{display: none;}
#certify  .swiper-slide.swiper-slide-active a p{display: inline-block;}
#certify  .swiper-slide a p span{color:rgba(255, 255, 255, 0.6);display:block;margin: top 0.25rem;}
#certify  .swiper-slide img{
  width:100%;
  height:100%;
  vertical-align: middle; 
  max-width:100%; 
  border:0; 
  object-fit: cover;
}
#certify  .swiper-slide p {
  padding-left: 1.875rem;
  font-size: 1rem;
  line-height: 1.375rem;
  padding-bottom: 1.875rem;;
  position:absolute;bottom:0;left:0;
  text-align: left;
}

#certify .swiper-pagination2 {
  width: auto;
  bottom: 0;
  top: auto;
  left: 0;
  z-index: 9;
  color: #666666;
  padding: 0 0.625rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  float: none;
  margin-top: 1.875rem;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
#certify .swiper-pagination2::before{content:'';display:block;height:0.0625rem;background: #E60012;width:100%;position:absolute;left:0;top: 0.4375rem;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.3125rem;
  border: 0;
  background: none;
  width: 2.0625rem;
  opacity: 1;
  line-height: 1.375rem;
  padding-top: 1.125rem;
  font-size: 1rem;
  position: relative;
  float:left;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet::before{
  content: '1';
  display:block;
  color: #666;
  float:left;
  width: 100%;
  line-height: 1.375rem;
  font-size: 1rem;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet::before{
  content: '2';
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet::before{
  content: '3';
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet::before{
  content: '4';
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet::before{
  content: '5';
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet::before{
  content: '6';
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet::before{
  content: '7';
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet::before{
  content: '8';
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet::before{
  content: '9';
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet::before{
  content: '10';
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet::before{
  content: '11';
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet::before{
  content: '12';
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
  height: 0.5rem;
  background: #E60012;
  border-radius: 0.375rem 0.125rem 0.375rem 0.125rem;
  width: 100%;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 0;
  color: #E60012;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
  color: #E60012;
}
#certify .swiper-button-prev,
#certify .swiper-button-next{
  width: 17rem;
  height: 5.6875rem;
  top:0;
  margin: 0;
  left: 0;
  background-color: #fff;
  right: auto;
  line-height: 5.6875rem;
  z-index: 1;
  position: absolute;
  z-index: 2;
  box-sizing:border-box;
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 1);
  z-index: 1000;
  display: none;
}
#certify .swiper-button-prev {
  background: url(sy_icon_left.png) no-repeat 5.625rem 50% #fff;
  padding-left: 8.5rem;
}
#certify .swiper-button-prev:after{content:'上一页'}
#certify .swiper-button-prev:hover {
  color:rgba(230, 0, 18, 1);
  background-image: url(sy_icon_left_on.png);
}
#certify .swiper-button-next {
  background: url(sy_icon_right.png) no-repeat 9.5rem 50% #fff;
  right: 0;
  left: auto;
  padding-right: 8.5rem;
  text-align: revert;
}
#certify .swiper-button-next:after{content:'下一页';display: block;/* padding-left: 96px; */white-space: nowrap;float: right;}
#certify .swiper-button-next:hover {
  color:rgba(230, 0, 18, 1);
  background-image: url(sy_icon_right_on.png);
}
#certify  .swiper-slide-prev,
#certify  .swiper-slide-next{opacity: 0.5 !important;}

/* #certify .swiper-slide-prev .swiper-slide p, 
#certify .swiper-slide-next .swiper-slide p{display: none !important;} */

#certify .swiper-button-next:after, 
#certify .swiper-button-prev:after{    
  font-family: normal;
    font-size: inherit;
    text-transform: none !important;
    letter-spacing: normal;
    font-variant: initial;
    line-height: normal;
}


/* 工程练兵 */
.sycon-r-con4{padding-top: 2.5rem;padding-left: 7.25rem;}
.sycon-r-con4-l{width:55rem;float:left;}
.sycon-r-con4-lt{width:100%;height: 30rem;}
.sycon-r-con4-lb{width:100%;height: 15.125rem;background: #fff;border-left: 0.125rem solid #E60012;padding-top: 1rem;}
.sycon-r-con4-lbt{line-height: 1.5625rem;padding-left: 1.875rem;height: 5.125rem;width: 100%;float: left;border-bottom: 0.0625rem solid #eee;}
.sycon-r-con4-lbtbox h5{font-size: 1.125rem;font-weight:bold;color:#333;}
.sycon-r-con4-lbtbox p{margin-top: 1rem;line-height: 1.5625rem;font-size: 1rem;color:#999;}
.sycon-r-con4-lbtbox a{display: none;}
.sycon-r-con4-lbtbox a:first-child{display: block;}
.sycon-r-con4-lbb{padding-left: 1.875rem;width: 100%;float: left;line-height: 1.5625rem;}
.sycon-r-con4-lbb p{margin-top: 1rem;font-size: 1.125rem;}
.sycon-r-con4-lbb p a{padding-left: 1.75rem;color:#333;background:url(sy02_42_icon.png) no-repeat 0 50%;background-size: 1rem 0.8125rem;}

.sycon-r-con4-r{width:23.875rem;float:left;margin-left: 1.25rem;}
.sycon-r-con4-rbox{width:100%;float:left;}
.sycon-r-con4-rbox p{width:100%;float:left;height:11.25rem;}
.sycon-r-con4-rbox h5{line-height: 1.5625rem;color:#333;padding-top: 1rem;padding-bottom: 1.25rem;width:100%;float:left;font-size: 1.125rem;font-weight: normal;}
.sycon-r-con4-lbtbox a:hover h5,
.sycon-r-con4-lbb p a:hover,
.sycon-r-con4-rbox a:hover h5{color:#E60012;}

.gclbSwiper .swiper-slide{position: relative;}
.gclbSwiper .swiper-slide img{width: 100%;height: 30rem;display: block;object-fit: cover;}
.gclbSwiper .sycon-r-con4-lbtbox p{width:100%;line-height: 3.75rem;background: #fff;padding:0 1.875rem;color:#333;font-size: 1.125rem;border-left: 0.125rem solid #E60012;float:left;}
.gclbSwiper .sycon-r-con4-lbtbox  p a{color:#333;}
.gclbSwiper .sycon-r-con4-lbtbox  p a:hover{color:#E60012;}
.gclbSwiper .swiper-pagination{position:absolute;bottom:5rem;}
.gclbSwiper .swiper-pagination .swiper-pagination-bullet{width:0.5rem;height: 0.5rem;border-radius: 0;background:#fff;opacity: 1;}
.gclbSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #E60012;}
.gclbSwiper .swiper-button-next,
.gclbSwiper .swiper-button-prev{width:2.5rem;height: 2.5rem;position: absolute;right:auto;bottom: auto;left: 1.25rem;top: 50%;margin-top: -3.125rem;background:url(sy_left2_icon.png) no-repeat 50% 50% rgba(0, 0, 0, 0.4);background-size: 0.625rem 1.1875rem;opacity: 1;border-radius: 100%;display: none;}
.gclbSwiper .swiper-button-next{right: 1.25rem;left:auto;}
.gclbSwiper .swiper-button-next{background-image: url(sy_right2_icon.png);}
.gclbSwiper .swiper-button-next::after,
.gclbSwiper .swiper-button-prev::after{display: none;}
.gclbSwiper:hover .swiper-button-next,
.gclbSwiper:hover .swiper-button-prev{display: block;}
.gclbSwiper .swiper-button-prev.swiper-button-disabled,
.gclbSwiper .swiper-button-next.swiper-button-disabled{display: none;}

/* 应急装备 */
.sycon-r-con3{padding-left: 5.625rem;}
.syc2-zbzs{width: 87.75rem;height:40.625rem;float:left;margin-top: 7.875rem}
.zbzsSwiper{width:100%;float:left;margin-top: 2.8125rem;}
.zbzsBox-list{width:100%;float:left;}
.zbzsBox-list .zbzsBox-box-con{width:100%;float:left;}
.zbzsBox-list .zbzsBox-box1,
.zbzsBox-list .zbzsBox-box2,
.zbzsBox-list .zbzsBox-box3{width: 26.625rem;height:25rem;overflow:hidden;float: left;}
.zbzsBox-list .zbzsBox-box4,
.zbzsBox-list .zbzsBox-box5{width: 40.25rem;float:left;height:12.5rem;overflow:hidden;margin-top: 0.625rem;}
.zbzsBox-list .zbzsBox-box2,
.zbzsBox-list .zbzsBox-box3,
.zbzsBox-list .zbzsBox-box5{margin-left: 0.625rem;}
.zbzsBox-list .zbzsBox-box-con{width:100%;height: 100%;float:left;}
.zbzsBox-list .zbzsBox-box-con p{font-size: 1rem;padding-left: 1.875rem;display:block;background:rgba(0,0,0,0.5);line-height: 3.125rem;position:absolute;bottom:0;left:0;z-index:2;width:100%;color:#fff;}
.zbzsBox-list .zbzsBox-box-con:hover p{text-decoration:underline;}
.zbzsBox-list .zbzsBox-box1{-webkit-animation-duration:0.7s;animation-duration:0.7s;
}
.zbzsBox-list .zbzsBox-box2{-webkit-animation-duration:0.85s;animation-duration:0.85s;
-webkit-animation-delay:0.15s;
animation-delay:0.15s;
}
.zbzsBox-list .zbzsBox-box3{-webkit-animation-duration:1s;animation-duration:1s;
-webkit-animation-delay:0.3s;
animation-delay:0.3s;
}
.zbzsBox-list .zbzsBox-box4{-webkit-animation-duration:0.7s;animation-duration:0.7s;}
.zbzsBox-list .zbzsBox-box5{-webkit-animation-duration:1s;animation-duration:1s;
-webkit-animation-delay:0.3s;
animation-delay:0.3s;
}
/* .zbzsBox-list .zbzsBox-box{} */

.zbzsSwiper .swiper-zbzs-prev,
.zbzsSwiper .swiper-zbzs-next{display:inline-block;line-height: 1.25rem;background: url(sy_icon_left5.png) no-repeat 50% 50%;cursor: pointer;position: absolute;top: 39.375rem;z-index: 2;width: 2.75rem;height: 2.75rem;background-color: #fff;margin-top: 1.875rem;}
.zbzsSwiper .swiper-zbzs-next{background-image:url(sy_icon_right5.png);padding-left:0;padding-right: 2.625rem;margin-left: 2.8125rem;}
.zbzsSwiper .swiper-zbzs-prev:hover{color:rgba(6, 58, 127, 1);background-image:url(sy_icon_left.png)}
.zbzsSwiper .swiper-zbzs-next:hover{color:rgba(6, 58, 127, 1);background-image:url(sy_icon_right.png)}

.sycon-r-con1,
.sycon-r-con2,
.sycon-r-con3,
.sycon-r-con4,
.llfb-main{display:none;}




/* 第四屏幕 -- 应急救援 */
/* .yjjySwiper > .swiper-wrapper2 > .swiper-slide2{display: none;}
.yjjySwiper > .swiper-wrapper2 > .swiper-slide2.yjjySwiper-swiper-slide1{display: block;} */
/* .sy-con3-box{display:none;}
.sy-con3-box.sy-con3-box1{display:block;} */
/* .yjjySwiper > .swiper-wrapper > .swiper-slide.swiper-slide-active{opacity: 1 !important;} */
.yjjySwiper{width:100%;float:left;position: relative;}

.sy-con3{background:url(sy_f4_bg02.png) no-repeat bottom left;background-size: cover;}
.sy-con3 .page-con{height: 100%;}
.sy-con3::after{content:'';width:6.25rem;height:6.25rem;display:block;background:url(sy_f4_bg01_img01.png) no-repeat 50% 50%;background-size:cover;position:absolute;right: 7.75rem;top: 7.875rem;z-index:1;}
.sy-conStyle2 .sycon-l{height: 100%;position: relative;}
/* .sy-con3_q{background-image:url(sy_f4_bg02.png);} */
.sy-con3_q::after{display: none;}
.sy-conStyle2 .sycon-lb p a.sy-icon3-jysk{background-image:url(sy_f4_icon01.png);}
.sy-conStyle2 .sycon-lb p a.sy-icon3-yxyl{background-image:url(sy_f4_icon02.png);}
.sy-conStyle2 .sycon-lb p a.sy-icon3-jdal{background-image:url(sy_f4_icon03.png);}
.sy-conStyle2 .sycon-lb p a.sy-icon3-tjxf{background-image:url(sy_f4_icon04.png);}
.sy-con3-box{float:left;}
.sy-con3-main{width:100%;float:left;}

.sy-con3-ztlist{width:12.375rem;position: absolute;bottom:3.0625rem;left:0;}
.sy-con3-ztlist p{width:100%;float:left;margin-top: 0.625rem;height: 5rem;}
.sy-con3-ztlist p:first-child{margin-top: 0;}
.sy-con3-ztlist img{height: 5rem;}

/* 应急救援-----救援时刻 */
.sy-con3-box1{padding-left: 11.0625rem;padding-top: 3.875rem;width:71.0625rem;}
.sy-con3-boxbg,
.jyskSwiper{width:100%;float:left;}
.jyskSwiper{margin-top: -19.6875rem;margin-left: 5.375rem}
.jyskSwiper .jyskSwiper-list,
.jyskSwiper .jyskSwiper-list *{width:100%;float:left;display: inline-block;}
.jyskSwiper .jyskSwiper-list{width:7.5rem;background: url(sy_f4_icon05.png) no-repeat 0 0;padding-top: 3.375rem;background-size: 1.25rem 1.25rem;}
.jyskSwiper .jyskSwiper-list span{font-size: 1.375rem;line-height: 1.875rem;color:#E60213;font-weight: bold;}
.jyskSwiper .jyskSwiper-list i{font-size: 1rem;line-height: 1.375rem;color:#999999;font-weight: bold;margin-top: 0.6875rem;font-style: normal;font-weight: normal;}
.jyskSwiper .jyskSwiper-list p{font-size: 1rem;line-height: 1.375rem;color:#000;margin-top: 1.5625rem;}
.jyskSwiper .jyskSwiper-list a{color:#000;}
.jyskSwiper .jyskSwiper-list a:hover{color:#E60213;}
.jyskSwiper .swiper-slide{padding-bottom: 1.375rem;}
/* .jyskSwiper .swiper-slide:nth-child(6n-5) .jyskSwiper-list{margin-top: 10.1875rem}
.jyskSwiper .swiper-slide:nth-child(6n-4) .jyskSwiper-list{margin-top: 11.875rem}
.jyskSwiper .swiper-slide:nth-child(6n-3) .jyskSwiper-list{margin-top: 11.875rem}
.jyskSwiper .swiper-slide:nth-child(6n-2) .jyskSwiper-list{margin-top: 9.625rem}
.jyskSwiper .swiper-slide:nth-child(6n-1) .jyskSwiper-list{margin-top: 6.25rem}
.jyskSwiper .swiper-slide:nth-child(6n) .jyskSwiper-list{margin-top: 1.5625rem} */

/*  */
/* .cont-li:has(+ .cont-li.active){ */
/* .jyskSwiper .swiper-slide:has(+ .swiper-slide.swiper-slide-active){display: none;} */
.jyskSwiper .swiper-slide{
  transition: margin-top 0.5s ease; /* 定义过渡效果 */
}
.jyskSwiper .swiper-slide.swiper-slide-active{margin-top: 10.1875rem}
.jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide{margin-top: 11.875rem}
.jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide{margin-top: 11.875rem}
.jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide{margin-top: 9.625rem}
.jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide{margin-top: 6.25rem}
.jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide{margin-top: 1.5625rem}
/* .jyskSwiper .swiper-slide:nth-child(1) .jyskSwiper-list,
.jyskSwiper .swiper-slide:nth-child(7) .jyskSwiper-list{margin-top: 10.1875rem}
.jyskSwiper .swiper-slide:nth-child(2) .jyskSwiper-list,
.jyskSwiper .swiper-slide:nth-child(8) .jyskSwiper-list{margin-top: 11.875rem}
.jyskSwiper .swiper-slide:nth-child(3) .jyskSwiper-list,
.jyskSwiper .swiper-slide:nth-child(9) .jyskSwiper-list{margin-top: 11.875rem}
.jyskSwiper .swiper-slide:nth-child(4) .jyskSwiper-list,
.jyskSwiper .swiper-slide:nth-child(10) .jyskSwiper-list{margin-top: 9.625rem}
.jyskSwiper .swiper-slide:nth-child(5) .jyskSwiper-list,
.jyskSwiper .swiper-slide:nth-child(11) .jyskSwiper-list{margin-top: 6.25rem}
.jyskSwiper .swiper-slide:nth-child(6) .jyskSwiper-list{margin-top: 1.5625rem} */
.jyskSwiper .swiper-pagination{display: none;}
.jyskSwiper .swiper-button-next,
.jyskSwiper .swiper-button-prev{width:2.75rem;height: 2.75rem;border: 0.0625rem solid #D8D8D8;position: absolute;right:0;bottom: auto;left: auto;top: 23.4375rem;background:url(sy_icon_left.png) no-repeat 50% 50%;background-size: 1.625rem 0.5rem;opacity: 1;}
.jyskSwiper .swiper-button-prev{right: 2.875rem;}
.jyskSwiper .swiper-button-next{background-image: url(sy_icon_right.png);}
.jyskSwiper .swiper-button-next::after,
.jyskSwiper .swiper-button-prev::after{display: none;}
.jyskSwiper .swiper-button-prev:hover{background-image: url(sy_icon_left_on.png);}
.jyskSwiper .swiper-button-next:hover{background-image: url(sy_icon_right_on.png);}
.jyskSwiper .swiper-button-disabled{opacity: 0.5 !important;}

/* 应急救援-----演习演练 */
.sy-con3-box2{width:100%;padding-top: 10.4375rem;position: relative;padding-left: 9.375rem;float:left;}
.sy-con3-box2-l{width:43.84%;float:left;}
.sy-con3 .sycon-lb{margin-top: 3.5625rem;}
.sy-con3-box2-lcon{display: none;}
.sy-con3-box2-lcon:first-child{display: block;}
.sy-con3-box2-lcon span{font-size: 0.875rem;color:#999999;line-height: 1.25rem;display: block;padding-right: 6.25rem;}
.sy-con3-box2-lcon p{font-size: 1.25rem;color:#000;line-height: 2.5rem;margin-top: 1.25rem;border-bottom: 0.125rem solid #D8D8D8;padding-right: 6.25rem;padding-bottom: 1.875rem;font-weight: bold;}
.sy-con3-box2-lcon p a{color:#000;}
.sy-con3-box2-lcon p a:hover{color:#E60213;}
.sy-con3-box2-lcon h5{font-weight: normal;margin-top: 1.875rem;font-size: 1rem; line-height: 2;padding-right: 6.25rem;}
.sy-con3-box2-lcon > a{width:7.5rem;height: 2.5rem;display:block;text-align: center;line-height: 2.375rem;border: 0.0625rem solid #000000;color:#000;position: relative;margin-top: 2.5rem;font-size: 0.875rem;}
.sy-con3-box2-lcon > a::after{content: '';display:block;width: 2.375rem;height: 0.0625rem;background:#000;position: absolute;right: -1.125rem;top:1.1875rem}
.sy-con3-box2-lcon > a:hover{color:#E60213;border-color:#E60213;}
.sy-con3-box2-lcon > a:hover::after{background:#E60213;}
/* .ztzlSwiper .swiper-wrapper{transition-timing-function: linear;}
.ztzlSwiper .swiper-slide{width: 100%;height: auto;} */
.sy-con3-box2-r{width:56.16%;float:left;}


.sy-con3-box2-r .swiper {width: 100%;}
.sy-con3-box2-r .swiper-slide {background-size: cover;background-position: center;}
.yxylSwiper {width: 100%;}
.yxylSwiper .swiper-slide {
  width: 100%;
  height: 30.9375rem;
}
.yxylSwiper .swiper-slide img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.slyxylSwiper {
  box-sizing: border-box;
  margin-top: 0.875rem;
}
.slyxylSwiper .swiper-slide {
  width: 25%;
  height: 7.125rem;
  border: 0.25rem solid transparent;
}
.slyxylSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slyxylSwiper .swiper-slide-thumb-active {
  background: #D8D8D8;
  border-color: #063A7F;
}
.sy-con3-box2-lb{position: absolute;left:0;top: 38.4375rem;}
.sy-con3-box2-lb-left,
.sy-con3-box2-lb-right{width:2.75rem;height: 2.75rem;border: 0.0625rem solid #D8D8D8;position: absolute;left: 0;bottom: 0;top:auto;background:url(sy_icon_left.png) no-repeat 50% 50% #fff;background-size: 1.625rem 0.5rem;opacity: 1;cursor: pointer;}
.sy-con3-box2-lb-right{left: 2.875rem;background-image: url(sy_icon_right.png);}
.sy-con3-box2-lb-left::after,
.sy-con3-box2-lb-right::after{display: none;}
.sy-con3-box2-lb-left:hover{background-image: url(sy_icon_left_on.png);}
.sy-con3-box2-lb-right:hover{background-image: url(sy_icon_right_on.png);}
.slyxylSwiper .swiper-button-next,
.slyxylSwiper .swiper-button-prev{ display: none; }



/* 应急救援-----经典案例 */
.sy-con3-box3{width:100%;padding-top: 10.4375rem;position: relative;padding-left: 9.375rem;float:left;}
.sy-con3-box3-tt,
.sy-con3-box3-tb{width:100%;float:left;}
.sy-con3-box3-tt{height: 25rem;}
.sy-con3-box3-ttl{width:49.605%;height: 100%;float:left;}
.sy-con3-box3-ttm{width:23.5966%;height: 100%;float:left;margin-left:1.6009%;}
.sy-con3-box3-ttr{width:23.5966%;height: 100%;float:left;margin-left:1.6009%;}
.jdalSwiper .swiper-slide{position: relative;}
.jdalSwiper .swiper-slide img{width: 100%;height: 21.25rem;display: block;object-fit: cover;}
.jdalSwiper p{width:100%;line-height: 3.75rem;background: #fff;padding:0 1.875rem;color:#333;font-size: 1.125rem;border-left: 0.125rem solid #E60012;float:left;}
.jdalSwiper p a{color:#333;}
.jdalSwiper p a:hover{color:#E60012;}
.jdalSwiper .swiper-pagination{position:absolute;bottom:5rem;}
.jdalSwiper .swiper-pagination .swiper-pagination-bullet{width:0.5rem;height: 0.5rem;border-radius: 0;background:#fff;opacity: 1;}
.jdalSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #E60012;}
.jdalSwiper .swiper-button-next,
.jdalSwiper .swiper-button-prev{width:2.5rem;height: 2.5rem;position: absolute;right:auto;bottom: auto;left: 1.25rem;top:50%;margin-top: -3.125rem;background:url(sy_left2_icon.png) no-repeat 50% 50% rgba(0, 0, 0, 0.4);background-size: 0.625rem 1.1875rem;opacity: 1;border-radius: 100%;display: none;}
.jdalSwiper .swiper-button-next{right: 1.25rem;left:auto;}
.jdalSwiper .swiper-button-next{background-image: url(sy_right2_icon.png);}
.jdalSwiper .swiper-button-next::after,
.jdalSwiper .swiper-button-prev::after{display: none;}
.jdalSwiper:hover .swiper-button-next,
.jdalSwiper:hover .swiper-button-prev{display: block;}

.sy-con3-box3-ttm{float:left;font-size: 1.125rem;line-height: 1.5625rem;background: rgba(6, 58, 127, 1);height: 100%;}
.sy-con3-box3-ttm p{height: 11.25rem;}
.sy-con3-box3-ttm h5{padding:1.875rem;font-weight: normal;}
.sy-con3-box3-ttm h5 a{color:#fff;font-size: 1.125rem;line-height: 1.5625rem;}
.sy-con3-box3-ttm h5 span{font-size: 1rem;line-height: 1.375rem;color:rgba(255, 255, 255, 0.5);padding-top: 1.25rem;display:block;}
.sy-con3-box3-ttm h5 a:hover{text-decoration: underline;}

.sy-con3-box3-ttr{padding: 0 1.875rem;background: rgba(14, 104, 178, 1);height: 100%;}
.sy-con3-box3-ttr ul,
.sy-con3-box3-ttr ul li{width:100%;float:left;}
.sy-con3-box3-ttr ul li{border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);font-size: 1rem;line-height: 1.375rem;padding: 1.75rem 0;}
.sy-con3-box3-ttr ul li a{color:#fff;}
.sy-con3-box3-ttr ul li a:hover{text-decoration: underline;}

.sy-con3-box3-tb{margin-top: 1.25rem;height: 8.25rem;}
.sy-con3-box3-tbl{width:49.605%;height: 100%;float:left;padding: 1.25rem;}
.sy-con3-box3-tbr{width:48.794%;height: 100%;float:left;margin-left:1.601%;padding: 1.25rem;}
.sy-con3-box3-tbbox{width:100%;float:left;display:flex;}
.sy-con3-box3-tbbox p{width:9.375rem;height: 5.75rem;max-width:9.375rem;min-width:9.375rem;}
.sy-con3-box3-tbbox p img{max-width: 100%;max-height: 100%;}
.sy-con3-box3-tbbox h5{width:100%;font-weight: normal;padding-left: 1.25rem}
.sy-con3-box3-tbbox h5 a{font-size: 1.125rem;line-height: 1.5625rem;color:#000;font-weight: bold;}
.sy-con3-box3-tbbox h5 span{font-size: 1rem;line-height: 1.375rem;color:#666666;padding-top:1.25rem;display: block;}
.sy-con3-box3-tbbox h5 a:hover{color:#E60012;}
.sy-con3-box3-tbl,
.sy-con3-box3-tbr{background:rgba(255,255,255,0.7)}
.sy-con3-box3-tbl:hover,
.sy-con3-box3-tbr:hover{box-shadow: 0.1875rem 0.25rem 1.5rem -0.5rem rgba(0,0,0,.2);background: #fff;transition: all 0s ease;}


/* 应急救援-----铁军先锋 */
.sy-con3-box4{width:100%;float:left;padding-left: 9.375rem;padding-top: 10.4375rem;position: relative;}
.tjxfSySwiper{width:80rem;float:left;}
/* .tjxfSySwiper .swiper-slide{width:18.125rem} */
.tjxfSySwiper .swiper-slide:nth-child(2n){margin-top: 4.125rem;}
.sy-con3-box4box{width:100%;height: 27.3125rem;position:relative;}
.sy-con3-box4box p{width:100%;height: 27.3125rem;float:left;position: relative;}
.sy-con3-box4box p img{
  clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 53% 91%, 0% 87%); /* 定义五边形的形状 */
  position: absolute; /* 绝对定位以适应clip-path的形状 */
  top: 0;left: 0;height: 29rem;}
.sy-con3-box4box::after{content: '';width:100%;height:2.3125rem;background:url(sy_f4_img02.png) no-repeat 0 0;display: block;position: absolute;z-index: 2;left:0;top: 25rem;background-size: 100% 100%;}
.sy-con3-box4box h5{width:100%;float:left;font-size: 1rem;line-height: 1.375rem;margin-top: 1.5rem;padding: 0 1.5625rem;color:#063A7F;text-align: center;font-weight: normal;}
.sy-con3-box4box h5 a{color:#063A7F}
.sy-con3-box4box h5 a:hover{text-decoration: underline;}
.sy-con3-box2-lb2{top:48.8125rem;bottom:auto;left: 9.375rem;}
.tjxfSySwiper .swiper-button-next,
.tjxfSySwiper .swiper-button-prev{display: none;}
.tjxfSySwiper .swiper-pagination{opacity: 0;}

.sy-con3-box1,
.sy-con3-box2,
.sy-con3-box3,
.sy-con3-box4{display: none;}



/* 第五屏 ------- 工程建设================== */
.sy-con4{background:url(sy_f5_bg01.png) no-repeat bottom left;background-size: cover;}
.sycon4-l{width:38.8888%;float:left;padding-right: 3.75rem;padding-top:3.0625rem;}
.sycon4-t{width:100%;float:left;}
.sycon4-t img{height: 6.625rem;}

.sycon4-m{width:100%;float:left;margin-top: 4.125rem;}
.sycon-mbox{width:100%;float:left;}
.sycon-mbox + .sycon-mbox{display: none;}
.sycon4-m h5{float:left;font-size: 1.25rem;color:#000;font-weight: bold;padding-bottom: 1.1875rem;position: relative;padding-right: 1.1875rem;background:url(sy_f5_icon13.png) no-repeat 100% 0.25rem;background-size: 0.5rem 0.5rem;}
.sycon4-m h5::after{content: '';display: block;width:2.5rem;height: 0.1875rem;background: #063A7F;position: absolute;left:0;bottom:0;}
.sycon4-m span{width:100%;float:left;display: block;font-size: 1rem;line-height: 2;color:#333333;text-align:justify;margin-top: 1.8125rem}
.sycon4-m p{width:100%;float:left;margin-top: 3.125rem;}
.sycon4-m p > a{width:7.5rem;height: 2.5rem;display:block;text-align: center;line-height: 2.375rem;border: 0.0625rem solid #000000;color:#000;position: relative;font-size: 0.875rem;}
.sycon4-m p > a::after{content: '';display:block;width: 2.375rem;height: 0.0625rem;background:#000;position: absolute;right: -1.125rem;top:1.1875rem}
.sycon4-m p > a:hover{color:#E60213;border-color:#E60213;}
.sycon4-m p > a:hover::after{background:#E60213;}

/* .sycon4-r{width:61.1112%;float:left;padding-top: 6.1875rem;} */
.sycon4-r{width:61.1112%;float:left;padding-top: 6.1875rem;}
.gcjsSySwiperWrap{width:100%;float:left;}
.swiper-slide-gcjs{width:100%;float:left;display: none;}
.swiper-slide-gcjs.swiper-slide-gcjs-on{display: block;}


.gcjsSySwiper{width:100%;height:37.5rem;float:left;
  -webkit-animation-duration:1.5s;
  animation-duration:1.5s;
  -webkit-animation-delay:0.8s;
  animation-delay:0.8s;
}
/* .gcjsSySwiper > .swiper-wrapper > .swiper-slide-gcjs{overflow: hidden;}
.gcjsSySwiper > .swiper-wrapper > .swiper-slide.swiper-slide-prev{display: none;} */
/* .gcjsSySwiper .swiper-slide img{} */
.gcjsSySwiper .zoomImg{height: 37.5rem;}
.gcjsSySwiper .swiper-button-next,
.gcjsSySwiper .swiper-button-prev{width:2.75rem;height: 2.75rem;position: absolute;right: 7.5rem;bottom: 0;left: auto;top:auto;background:url(sy_icon_left3.png) no-repeat 50% 50% #063A7F;background-size: 1.625rem 0.5rem;opacity: 0.8;}
.gcjsSySwiper .swiper-button-prev{right: 10.25rem;}
.gcjsSySwiper .swiper-button-next{background-image: url(sy_icon_right3.png);background-color:#0093D9;}
.gcjsSySwiper .swiper-button-next::after,
.gcjsSySwiper .swiper-button-prev::after{display: none;}
.gcjsSySwiper .swiper-button-prev:hover,
.gcjsSySwiper .swiper-button-next:hover{opacity: 1;}
.gcjsSySwiper .swiper-button-disabled{opacity: 0.5 !important;}


.sycon4-b{width:90rem;height: 11.25rem;background: #FFFFFF;border-radius: 0 6.25rem 0 0;padding-left: 7.5rem;padding-top: 2.75rem;position: absolute;left:0;bottom:3.125rem;z-index: 2;border-bottom: 0.125rem solid #E60012;}
.sycon4-b p{float:left;margin-left: 1.6875rem;}
.sycon4-b p:first-child{margin-left: 0;}
.sycon4-b p a{display:inline-block;padding-top: 4.5rem;font-size: 1.125rem;line-height: 1;color:#999999;background: url(sy_f5_icon01_on.png) no-repeat 50% 0;background-size: 3rem 3rem;text-align:center;font-weight: bold;}
.sycon4-b p a:hover,
.sycon4-b p.on a{color:#063A7F;}
.sycon4-b p.syf5_icon1 a{background-image:url(sy_f5_icon01.png);}
.sycon4-b p.syf5_icon2 a{background-image:url(sy_f5_icon02.png);}
.sycon4-b p.syf5_icon3 a{background-image:url(sy_f5_icon03.png);}
.sycon4-b p.syf5_icon4 a{background-image:url(sy_f5_icon04.png);}
.sycon4-b p.syf5_icon5 a{background-image:url(sy_f5_icon05.png);}
.sycon4-b p.syf5_icon6 a{background-image:url(sy_f5_icon06.png);}
.sycon4-b p.syf5_icon7 a{background-image:url(sy_f5_icon07.png);}
.sycon4-b p.syf5_icon8 a{background-image:url(sy_f5_icon08.png);}
.sycon4-b p.syf5_icon9 a{background-image:url(sy_f5_icon09.png);}
.sycon4-b p.syf5_icon10 a{background-image:url(sy_f5_icon10.png);}
.sycon4-b p.syf5_icon11 a{background-image:url(sy_f5_icon11.png);}
.sycon4-b p.syf5_icon12 a{background-image:url(sy_f5_icon12.png);}

.sycon4-b p.syf5_icon1.on a,
.sycon4-b p.syf5_icon1:hover a{background-image:url(sy_f5_icon01_on.png);}
.sycon4-b p.syf5_icon2.on a,
.sycon4-b p.syf5_icon2:hover a{background-image:url(sy_f5_icon02_on.png);}
.sycon4-b p.syf5_icon3.on a,
.sycon4-b p.syf5_icon3:hover a{background-image:url(sy_f5_icon03_on.png);}
.sycon4-b p.syf5_icon4.on a,
.sycon4-b p.syf5_icon4:hover a{background-image:url(sy_f5_icon04_on.png);}
.sycon4-b p.syf5_icon5.on a,
.sycon4-b p.syf5_icon5:hover a{background-image:url(sy_f5_icon05_on.png);}
.sycon4-b p.syf5_icon6.on a,
.sycon4-b p.syf5_icon6:hover a{background-image:url(sy_f5_icon06_on.png);}
.sycon4-b p.syf5_icon7.on a,
.sycon4-b p.syf5_icon7:hover a{background-image:url(sy_f5_icon07_on.png);}
.sycon4-b p.syf5_icon8.on a,
.sycon4-b p.syf5_icon8:hover a{background-image:url(sy_f5_icon08_on.png);}
.sycon4-b p.syf5_icon9.on a,
.sycon4-b p.syf5_icon9:hover a{background-image:url(sy_f5_icon09_on.png);}
.sycon4-b p.syf5_icon10.on a,
.sycon4-b p.syf5_icon10:hover a{background-image:url(sy_f5_icon10_on.png);}
.sycon4-b p.syf5_icon11.on a,
.sycon4-b p.syf5_icon11:hover a{background-image:url(sy_f5_icon11_on.png);}
.sycon4-b p.syf5_icon12.on a,
.sycon4-b p.syf5_icon12:hover a{background-image:url(sy_f5_icon12_on.png);}



/* 第六屏 ------- 企业文化================== */
.sy-con5{background:url(sy_f5_bg01.png) no-repeat bottom left;background-size: cover;padding-top: 5rem;}
.sycon5-t{margin-top: 2.5625rem;}
.sycon5-t img{height: 5.9375rem;}
.sycon5-m{width:100%;float:left;margin-top: 1.5625rem;}
.sycon5-mbox{position: relative;}
.sycon5-mbox span{display:inline-block;line-height: 1.875rem;color:#fff;position:absolute;right: 1.875rem;bottom: 1.875rem;padding-right: 1.125rem;background:url(sy_f5_icon14.png) no-repeat right 0.5rem;background-size: 0.5rem 0.5rem;font-size: 1.375rem;}
.sycon5-mbox1 span{}
.sycon5-mbox2 span{top:1.875rem;bottom:auto;}
.sycon5-mbox3 span{top:1.875rem;bottom:auto;}
.sycon5-mbox4 span{bottom:1.875rem;left:1.875rem;;right:auto;}
.sycon5-mbox5 span,
.sycon5-mbox6 span{top:1.875rem;left:1.875rem;;right:auto;bottom:auto;}
.sycon5-mbox:hover a{font-weight: bold;}

.sycon5-ml{width:73.875rem;float:left;}
.sycon5-mlt{padding-left: 11.125rem;display: inline-block;white-space: nowrap;width: 100%;float:left;}
.sycon5-mlb{padding-top: 0.625rem;width: 100%;float:left;}
.sycon5-mbox1{width:24.625rem;height: 14.875rem;margin-top: 2.75rem;float: left;}
.sycon5-mbox2{width:37.5rem;height: 17.625rem;margin-left: 0.625rem;float: left;}
.sycon5-mbox3{width:42.5rem;height: 17rem;float: left;}
.site-home .sycon5-mbox3{-webkit-animation-duration:1s;
animation-duration:1s;
-webkit-animation-delay:0.3s;
animation-delay:0.3s;
}
.sycon5-mbox4{width: 30.75rem;height: 23.5rem;margin-left: 0.625rem;float: left;}
.site-home .sycon5-mbox4{
-webkit-animation-duration:1.3s;
animation-duration:1.3s;
-webkit-animation-delay:0.6s;
animation-delay:0.6s;
}
.sycon5-mbox5{width:30.4375rem;height: 16.5rem;}
.sycon5-mbox6{width:22.0625rem;height: 17.625rem;float: left;margin-top: 0.625rem;}
.site-home .sycon5-mbox6{
-webkit-animation-duration:1.6s;
animation-duration:1.6s;
-webkit-animation-delay:0.9s;
animation-delay:0.9s;
}
.sycon5-mr{padding-left: 0.625rem;width: 30.4375rem;float: left;}



/* 第七屏 ------- 安能影像================== */
.sy-con6{background:url(sy_f6_bg01.png) no-repeat bottom left;background-size: cover;padding-top: 5rem;}
.sycon6-t{margin-top: 2.5625rem;}
.sycon6-t img{height: 5.9375rem;}
.sycon6-m{width:100%;float:left;margin-top: 2.1875rem;padding-left: 7.5rem;position:relative;}
.sycon6-ml{width:40rem;position:absolute;z-index: 2;top: 1.875rem;}
.sycon6-mlt{width:100%;float:left;height: 21.25rem;}
.sycon6-mlb{width:100%;float:left;height: 15rem;margin-top: 0.625rem}


.anyxSwiper {width:100%;float:left;position: relative;}
.anyxSwiper .swiper-slide{position: relative;}
.anyxSwiper .swiper-pagination{position:absolute;bottom: 1.375rem;height: 0.5rem;top: auto;line-height: 1;}
.anyxSwiper .swiper-pagination .swiper-pagination-bullet{width:0.5rem;height: 0.5rem;border-radius: 0;background:#fff;opacity: 1;}
.anyxSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #E60012;}
.anyxSwiper .swiper-button-next,
.anyxSwiper .swiper-button-prev{width:2.5rem;height: 2.5rem;position: absolute;bottom: auto;top: 9.375rem;margin-top: 0;background:url(sy_left2_icon.png) no-repeat 50% 50% rgba(0, 0, 0, 0.4);background-size: 0.625rem 1.1875rem;opacity: 1;border-radius: 100%;display: none;left:1.25rem;}
.anyxSwiper .swiper-button-next{right: 1.25rem;left:auto;}
.anyxSwiper .swiper-button-next{background-image: url(sy_right2_icon.png);}
.anyxSwiper .swiper-button-next::after,
.anyxSwiper .swiper-button-prev::after{display: none;}
.anyxSwiper .anyxSwiper-pic{height: 21.25rem;}
.anyxSwiper .anyxSwiper-pic::after{content: '';position: absolute;left:0;top:0;z-index: 1;display: block;width: 100%;height: 10rem;opacity: 0.5;background-image: linear-gradient(180deg, #000000 0%, #00000000 100%);}
.anyxSwiper .swiper-slide .anyx-icon-bf::after{content: '';width: 3.125rem;height: 3.125rem;display: block;background: url(sy_f8_icon01.png) no-repeat 50% 50%;position: absolute;left:50%;top:9.125rem;margin-left: -1.5625rem;z-index: 2;background-size:cover;}

.sy-con6-title{position: absolute;left:1.875rem;top:1.25rem;z-index: 2;}
.sy-con6-title font{display: inline-block;line-height: 1.5rem;background-image: linear-gradient(270deg, #009AE2 0%, #005898 100%);border-radius: 0.125rem;color: #ffff;padding:  0 0.375rem;font-size: 0.875rem;}
.sy-con6-title span{display:inline-block;color:#fff;padding-right: 1.125rem;background:url(sy_f5_icon14.png) no-repeat right 0.5rem;background-size: 0.5rem 0.5rem;font-size: 1.125rem;line-height: 1.5625rem;margin-top: 1.25rem;}
.anyxSwiper:hover .swiper-button-next,
.anyxSwiper:hover .swiper-button-prev{display: block;}

.sycon6-mlb-con{width:19.6875rem;height: 100%;float:left;position: relative;}
.sycon6-mlb-con .zoomImg{height: 100%;}
.sycon6-mlb-con a::after{content: '';position: absolute;left:0;top:0;z-index: 1;display: block;width: 100%;height: 10rem;opacity: 0.5;background-image: linear-gradient(180deg, #000000 0%, #00000000 100%);}
.sycon6-mlb-con2{margin-left: 0.625rem;}
.sycon6-mlb-conpic{
  width:100%;
  height:100%;
  vertical-align: middle; 
  max-width:100%; 
  border:0; 
  object-fit: cover;
}

/* 人物故事 */
.sycon6-mr{width:78.125rem;height: 41.25rem;background: #fff;float:right;padding-left: 8.75rem}
.sycon6-mrt{width:100%;float:left;padding-top: 2.5rem;}
.sycon6-mrtl{float:left}
.sycon6-mrtl img{height:5.1875rem}
.sycon6-mrtr{float:right;margin-top: 3.3125rem;padding-right: 7.5rem}
.sycon6-mrtr img{height:2rem}
.sycon6-mrm{width:100%;float:left;margin-top: 1.875rem;}

.rsgsSwiper {width:100%;float:left;position: relative;padding-right: 1.25rem;height: 16.3125rem;}
.rsgsSwiper .swiper-slide{padding: 0.3125rem;width:17.125rem;}
.rsgsSwiper .swiper-slide p{padding: 1rem;border: 0.0625rem dashed #999999;}
.rsgsSwiper .swiper-slide .zoomImg{height: 100%;}
.rsgsSwiper .swiper-slide.swiper-slide-active,
.rsgsSwiper .swiper-slide:hover{padding:0 0 0.5625rem 0;border-bottom: 0.1875rem solid #E60012;}
.rsgsSwiper .swiper-slide.swiper-slide-active p,
.rsgsSwiper .swiper-slide:hover p{padding:0;border:0;}
.rsgsSwiper .swiper-slide.swiper-slide-active::after,
.rsgsSwiper .swiper-slide:hover::after{content: '';position: absolute;bottom:0;left:0;width:0.1875rem;background: #E60012;}
 .rsgsSwiper .swiper-button-next,
.rsgsSwiper .swiper-button-prev,
.rsgsSwiper .swiper-pagination{display: none !important;} 

/* .rsgsSwiper .swiper-button-next,
.rsgsSwiper .swiper-button-prev{width:1.5625rem;height: 1.5625rem;position: absolute;bottom: 0;top: auto;margin-top: 0;background:url(sy_icon_left4.png) no-repeat 50% 50%;background-size: 1.125rem 0.5rem;opacity: 1;border-radius: 100%;right: 10.3125rem;left: auto;z-index: 2;}
.rsgsSwiper .swiper-button-next{right: 7.5rem;left:auto;}
/* .rsgsSwiper .swiper-button-next::before{content: '';display: block;width:0.125rem;height: 0.75rem;background: #6D6E70;position: absolute;top:0.375rem;padding-left: 0.75rem;left:0;}
/* .rsgsSwiper .swiper-button-next{background-image: url(sy_icon_right4.png);}
.rsgsSwiper .swiper-button-next::after,
.rsgsSwiper .swiper-button-prev::after{display: none;}*/

.sycon6-mrm{width:100%;float:left;}
.sycon6-mrmb{width:100%;float:left;margin-top: 2.5rem; padding-right: 1.625rem;}
.sycon6-mrmb-box{width:100%;float:left;display: none;
animation-duration: 0.3s;
}
.sycon6-mrmb-box.active{display: block;}
.sycon6-mrmb-box h5{width:100%;float:left;line-height: 1.875rem;font-size: 1.125rem;font-weight: bold;color:#000;}
.sycon6-mrmb-box h5 a{color:#000;}
.sycon6-mrmb-box p{width:100%;float:left;margin-top: 1.375rem;font-size: 1rem;line-height:2;color:#333;}
.sycon6-mrmb-box p a{color:#063A7F;}
.sycon6-mrmb-box h5 a:hover{color:#063A7F;}
.sycon6-mrmb-box p a:hover{text-decoration: underline;}

.sycon6-mrmf{position:absolute;right:0;top: 29.8125rem;padding-right: 1.25rem;line-height: 1.5625rem;margin-right: 6.875rem;z-index: 2;}
/* .sycon6-mrmf:before {content: '';display: block;width:2px;height: 0.75rem;background: #6D6E70;position: absolute;top:0.375rem;right:0;} */

.sycon6-mrmfc1,
.sycon6-mrmfc2{display:inline-block;float:left;}
.sycon6-mrmfc1{padding-right: 1rem;font-size: 1.125rem;}
.sycon6-mrmfc2 span{display: inline-block;margin: 0 0.1875rem;font-weight: bold;}
.sycon6-mrmfc2-fg{width:0.125rem;height: 0.75rem;background:#6D6E70;position: relative;top: -0.375rem;}
.sycon6-mrmfc2-left,
.sycon6-mrmfc2-right{width:1.5625rem;height: 1.5625rem;background:url(sy_icon_left4.png) no-repeat 50% 50%;background-size: 1.125rem 0.5rem;cursor: pointer;}
.sycon6-mrmfc2-right{background-image: url(sy_icon_right4.png);}
.sycon6-mrmfc1{font-weight:bold;}
.sycon6-mrmf-s2{color: #063A7F;}






.tyLeft-btn,
.tyRight-btn{width:2.5rem;height: 2.5rem;position: absolute;left: 1.25rem;;top: 9.375rem;margin-top: 0;background:url(sy_left2_icon.png) no-repeat 50% 50% rgba(0, 0, 0, 0.4);background-size: 0.625rem 1.1875rem;opacity: 1;border-radius: 100%;z-index: 2;display: none;cursor: pointer;}
.tyRight-btn{right: 1.25rem;left:auto;}
.tyRight-btn{background-image: url(sy_right2_icon.png);}






/* 图片效果 */
.zoomImg{width: 100%; overflow: hidden; position: relative; display: block;}
.zoomImg:before{position: absolute; top: 0; left: -90%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; opacity: .6;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    transform: skewX(-25deg);
}
.zoomImg img{
  width:100%;
  height:100%;
  vertical-align: middle; 
  max-width:100%; 
  border:0; 
  object-fit: cover;
}
.zoomImg:hover:before{animation: shine .75s}
.zoomImg:hover img{transform: scale(1.1)}
.zoomImg,
.zoomImg *{transition: All .5s ease;}
@keyframes shine {
  100% {
    left: 125%; }
}



/* 图片效果 */
.zoomImg2{width: 100%; overflow: hidden; position: relative; display: block;}
.zoomImg2:before{position: absolute; top: 0; left: -90%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; opacity: .6;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    transform: skewX(-25deg);
}
.zoomImg2 img{
  width:100%;
  height:100%;
  vertical-align: middle; 
  max-width:100%; 
  border:0; 
  object-fit: cover;
}
.zoomImg2:hover:before{animation: shine .75s}
/* .zoomImg2:hover img{transform: scale(1.1)} */
.zoomImg2,
.zoomImg2 *{transition: All .5s ease;}
@keyframes shine {
  100% {
    left: 125%; }
}




/* 首页左侧菜单  左到右菜单效果 */
.syMenuXG p{position:relative;left:-62.5rem;}
.syMenuXG p + p{left:-125rem;}
.syMenuXG p + p + p{left:-187.5rem;}
.syMenuXG p + p + p + p{left:-250rem;}

.syMenuXG p,
.syMenuXG p + p,
.syMenuXG p + p + p,
.syMenuXG p + p + p + p{left:0;transition: all .7s ease; /* 定义过渡效果 */}

/* 移出 */
.syMenuXGOut p,
.syMenuXGOut p + p,
.syMenuXGOut p + p + p,
.syMenuXGOut p + p + p + p{left:0;}

.syMenuXGOut p{position:relative;left:-62.5rem;transition: all .7s ease; /* 定义过渡效果 */}
.syMenuXGOut p + p{left:-125rem;}
.syMenuXGOut p + p + p{left:-187.5rem;}
.syMenuXGOut p + p + p + p{left:-250rem;}



/* 第二屏 -------------新闻资讯*/
/* 移入--移动位置 */
.sy-con1-In .sy-con1-hd p,
.sy-con1-In .sy-con1-bd-ltl,
.sy-con1-In .sy-con1-bd-ltr,
.sy-con1-In .sy-con1-bd-lbl,
.sy-con1-In .sy-con1-bd-lbm,
.sy-con1-In .sy-con1-bd-lbr,
.sy-con1-In .sy-con1-bd-r{position:relative;}
.sy-con1-In .sy-con1-hd p{top:-125rem;}
.sy-con1-In .sy-con1-bd-ltl{left:-125rem;}
.sy-con1-In .sy-con1-bd-ltr{right:-125rem;}
.sy-con1-In .sy-con1-bd-r{bottom:-125rem;}
.sy-con1-In .sy-con1-bd-lbl{bottom:-125rem;}
.sy-con1-In .sy-con1-bd-lbm{bottom:-187.5rem;}
.sy-con1-In .sy-con1-bd-lbr{bottom:-250rem;}
/* 移入--移动效果 */
.sy-con1-In.sy-con1-Intime .sy-con1-hd p{top:0;transition: all .7s ease;}
.sy-con1-In.sy-con1-Intime .sy-con1-bd-ltl{left:0;transition: all .7s ease;}
.sy-con1-In.sy-con1-Intime .sy-con1-bd-ltr{right:0;transition: all .7s ease;}
.sy-con1-In.sy-con1-Intime .sy-con1-bd-r{bottom:0;transition: all .7s ease;
transition-delay: 0.5s;
}
.sy-con1-In.sy-con1-Intime .sy-con1-bd-lbl{bottom:0;transition: all .7s ease;}
.sy-con1-In.sy-con1-Intime .sy-con1-bd-lbm{bottom:0;transition: all .7s ease;}
.sy-con1-In.sy-con1-Intime .sy-con1-bd-lbr{bottom:0;transition: all .7s ease;}

/* 移出--移动位置 */
.sy-con1-Out .sy-con1-hd p,
.sy-con1-Out .sy-con1-bd-ltl,
.sy-con1-Out .sy-con1-bd-ltr,
.sy-con1-Out .sy-con1-bd-lbl,
.sy-con1-Out .sy-con1-bd-lbm,
.sy-con1-Out .sy-con1-bd-lbr,
.sy-con1-Out .sy-con1-bd-r{position:relative;}
.sy-con1-Out .sy-con1-hd p{top:0;}
.sy-con1-Out .sy-con1-bd-ltl{left:0;}
.sy-con1-Out .sy-con1-bd-ltr{right:0;}
.sy-con1-Out .sy-con1-bd-r{bottom:0;}
.sy-con1-Out .sy-con1-bd-lbl{bottom:0;}
.sy-con1-Out .sy-con1-bd-lbm{bottom:0;}
.sy-con1-Out .sy-con1-bd-lbr{bottom:0;}
/* 移出--移动效果 */
.sy-con1-Out.sy-con1-Outtime .sy-con1-hd p{top:-125rem;transition: all .7s ease;}
.sy-con1-Out.sy-con1-Outtime .sy-con1-bd-ltl{left:-125rem;transition: all .7s ease;}
.sy-con1-Out.sy-con1-Outtime .sy-con1-bd-ltr{right:-125rem;transition: all .7s ease;}
.sy-con1-Out.sy-con1-Outtime .sy-con1-bd-r{bottom:-125rem;transition: all .7s ease;
transition-delay: 0.5s;
}
.sy-con1-Out.sy-con1-Outtime .sy-con1-bd-lbl{bottom:-125rem;transition: all .7s ease;}
.sy-con1-Out.sy-con1-Outtime .sy-con1-bd-lbm{bottom:-187.5rem;transition: all .7s ease;}
.sy-con1-Out.sy-con1-Outtime .sy-con1-bd-lbr{bottom:-250rem;transition: all .7s ease;}



/* 第三屏 -------------建设非现役专业队伍*/
/* 力量分布 */
/* 移入--移动位置 */
.sy-con2_1-In .sycon-r-con1title,
.sy-con2_2-In .sycon-r-con1title,
.sy-con2_3-In .sycon-r-con1title,
.sy-con2_4-In .sycon-r-con1title{display: block;}
.sy-con2_1-In .sy2-llfn-img1{margin-top:125rem;}
.sy-con2_1-In .sy2-llfn .map-iconp{margin-top: -125rem !important;}
.sy-con2_1-In .llfb-main{margin-right:-125rem;}
.sy-con2_1-In.sy-con2_1-Intime .sy2-llfn-img1{margin-top:0;transition: all .7s ease;}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp1{margin-top:0 !important;transition: all 1.4s ease;
transition-delay: 0.7s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp2{margin-top:0 !important;transition: all 1.3s ease;
transition-delay: 0.6s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp3{margin-top:0 !important;transition: all 1.2s ease;
transition-delay: 0.5s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp4{margin-top:0 !important;transition: all 1.1s ease;
transition-delay: 0.4s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp5{margin-top:0 !important;transition: all 1.0s ease;
transition-delay: 0.3s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp6{margin-top:0 !important;transition: all 1.0s ease;
transition-delay: 0.3s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp7{margin-top:0 !important;transition: all 0.9s ease;
transition-delay: 0.2s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp8{margin-top:0 !important;transition: all 0.95s ease;
transition-delay: 0.25s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp9{margin-top:0 !important;transition: all 0.96s ease;
transition-delay: 0.26s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp10{margin-top:0 !important;transition: all 0.94s ease;
transition-delay: 0.24s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp11{margin-top:0 !important;transition: all 0.92s ease;
transition-delay: 0.22s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp12{margin-top:0 !important;transition: all 0.9s ease;
transition-delay: 0.2s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp13{margin-top:0 !important;transition: all 0.87s ease;
transition-delay: 0.17s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp14{margin-top:0 !important;transition: all 0.85s ease;
transition-delay: 0.15s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp15{margin-top:0 !important;transition: all 0.83s ease;
transition-delay: 0.13s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp16{margin-top:0 !important;transition: all 0.81s ease;
transition-delay: 0.11s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp17{margin-top:0 !important;transition: all 0.8s ease;
transition-delay: 0.1s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp18{margin-top:0 !important;transition: all 0.79s ease;
transition-delay: 0.09s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp19{margin-top:0 !important;transition: all 0.76s ease;
transition-delay: 0.09s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp20{margin-top:0 !important;transition: all 0.73s ease;
transition-delay: 0.03s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp21{margin-top:0 !important;transition: all 0.7s ease;
transition-delay: 0s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp22{margin-top:0 !important;transition: all 0.7s ease;
transition-delay: 0s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp23{margin-top:0 !important;transition: all 0.73s ease;
transition-delay: 0.03s;
}
.sy-con2_1-In.sy-con2_1-Intime .llfb-main{margin-right: 0;transition: all .7s ease;}


/* 力量分布 */
/* 移出--移动位置 */
.sy-con2_1-Out .sy2-llfn-img1{margin-top:0;}
.sy-con2_1-Out .sy2-llfn .map-iconp{margin-top:0 !important;}
.sy-con2_1-Out .llfb-main{margin-right:0;}

.sy-con2_1-Out.sy-con2_1-Outtime .sy2-llfn-img1{margin-top:-125rem;transition: all .7s ease;}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp1{margin-top:-125rem !important;transition: all 1.4s ease;
transition-delay: 0.7s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp2{margin-top:-125rem !important;transition: all 1.3s ease;
transition-delay: 0.6s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp3{margin-top:-125rem !important;transition: all 1.2s ease;
transition-delay: 0.5s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp4{margin-top:-125rem !important;transition: all 1.1s ease;
transition-delay: 0.4s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp5{margin-top:-125rem !important;transition: all 1.0s ease;
transition-delay: 0.3s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp6{margin-top:-125rem !important;transition: all 1.0s ease;
transition-delay: 0.3s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp7{margin-top:-125rem !important;transition: all 0.9s ease;
transition-delay: 0.2s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp8{margin-top:-125rem !important;transition: all 0.95s ease;
transition-delay: 0.25s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp9{margin-top:-125rem !important;transition: all 0.96s ease;
transition-delay: 0.26s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp10{margin-top:-125rem !important;transition: all 0.94s ease;
transition-delay: 0.24s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp11{margin-top:-125rem !important;transition: all 0.92s ease;
transition-delay: 0.22s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp12{margin-top:-125rem !important;transition: all 0.9s ease;
transition-delay: 0.2s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp13{margin-top:-125rem !important;transition: all 0.87s ease;
transition-delay: 0.17s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp14{margin-top:-125rem !important;transition: all 0.85s ease;
transition-delay: 0.15s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp15{margin-top:-125rem !important;transition: all 0.83s ease;
transition-delay: 0.13s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp16{margin-top:-125rem !important;transition: all 0.81s ease;
transition-delay: 0.11s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp17{margin-top:-125rem !important;transition: all 0.8s ease;
transition-delay: 0.1s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp18{margin-top:-125rem !important;transition: all 0.79s ease;
transition-delay: 0.09s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp19{margin-top:-125rem !important;transition: all 0.76s ease;
transition-delay: 0.06s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp20{margin-top:-125rem !important;transition: all 0.73s ease;
transition-delay: 0.03s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp21{margin-top:-125rem !important;transition: all 0.7s ease;
transition-delay: 0s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp22{margin-top:-125rem !important;transition: all 0.7s ease;
transition-delay: 0s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp23{margin-top:-125rem !important;transition: all 0.73s ease;
transition-delay: 0.03s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .llfb-main{margin-right:-125rem;transition: all .7s ease;}


/* 队伍风采 */
/* 移入--移动位置 */
.sy-con2_2-In #certify .swiper-slide-active{margin-top:-125rem;}
.sy-con2_2-In #certify .swiper-slide-prev,
.sy-con2_2-In #certify .swiper-slide-next{margin-top:125rem;}

.sy-con2_2-In.sy-con2_2-Intime #certify .swiper-slide-active{margin-top: 0;transition: all .7s ease;}
.sy-con2_2-In.sy-con2_2-Intime #certify .swiper-slide-prev,
.sy-con2_2-In.sy-con2_2-Intime #certify .swiper-slide-next{margin-top: 0;transition: all .7s ease;}

/* 移出--移动位置 */
.sy-con2_2-Out #certify .swiper-slide-active{margin-top:0;}
.sy-con2_2-Out #certify .swiper-slide-prev,
.sy-con2_2-Out #certify .swiper-slide-next{margin-top:0;}

.sy-con2_2-Out.sy-con2_2-Outtime #certify .swiper-slide-active{margin-top: -125rem;transition: all .7s ease;}
.sy-con2_2-Out.sy-con2_2-Outtime #certify .swiper-slide-prev,
.sy-con2_2-Out.sy-con2_2-Outtime #certify .swiper-slide-next{margin-top: 125rem;transition: all .7s ease;}


/* 应急装备 */

.sy-con2_1-In .sycon-r-con1,
.sy-con2_1-In .llfb-main{display:block;}
.sy-con2_1-In .sycon-r-con1{display:block;}
.sy-con2_2-In .sycon-r-con2{display:block;}
.sy-con2_3-In .sycon-r-con4{display:block;}
.sy-con2_4-In .sycon-r-con3{display:block;}







/* 第四屏 ------------- 应急救援*/
/* 左下角专题 */
/* 移入--移动位置 */
.sy-con3_0-In.sy-con3-ztlist{margin-bottom: -125rem}
.sy-con3_0-In.sy-con3_0-Intime.sy-con3-ztlist{margin-bottom: 0 ;transition: all .7s ease;}

/* 移出--移动位置 */
.sy-con3_0-Out.sy-con3-ztlist {margin-bottom: 0}
.sy-con3_0-Out.sy-con3_0-Outtime.sy-con3-ztlist {margin-bottom: -125rem ;transition: all .7s ease;}



/* 救援时刻 */
/* 移入--移动位置 */
.sy-con3_1-In .sy-con3-box1{display: block;}
.sy-con3_1-In .sy-con3-box2,
.sy-con3_1-In .sy-con3-box3,
.sy-con3_1-In .sy-con3-box4{display: none;}

.sy-con3_1-In .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active,
.sy-con3_1-In .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide,
.sy-con3_1-In .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide,
.sy-con3_1-In .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide,
.sy-con3_1-In .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide,
.sy-con3_1-In .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide{top: -125rem}

.sy-con3_1-In.sy-con3_1-Intime .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active{top: 0 ;transition: all .7s ease;}
.sy-con3_1-In.sy-con3_1-Intime .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide{top: 0 ;transition: all .8s ease;
transition-delay: 0.1s;
}
.sy-con3_1-In.sy-con3_1-Intime .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide{top: 0 ;transition: all .9s ease;
transition-delay: 0.2s;
}
.sy-con3_1-In.sy-con3_1-Intime .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide{top: 0 ;transition: all 1.0s ease;
transition-delay: 0.3s;
}
.sy-con3_1-In.sy-con3_1-Intime .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide{top: 0 ;transition: all 1.1s ease;
transition-delay: 0.4s;
}
.sy-con3_1-In.sy-con3_1-Intime .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide{top: 0 ;transition: all 1.2s ease;
transition-delay: 0.5s;
}

/* 移出--移动位置 */
.sy-con3_1-Out .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active,
.sy-con3_1-Out .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide,
.sy-con3_1-Out .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide,
.sy-con3_1-Out .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide,
.sy-con3_1-Out .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide,
.sy-con3_1-Out .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide{top: 0px}

.sy-con3_1-Out.sy-con3_1-Outtime .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active{top: -125rem ;transition: all .7s ease;}
.sy-con3_1-Out.sy-con3_1-Outtime .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide{top: -125rem ;transition: all .8s ease;
transition-delay: 0.1s;
}
.sy-con3_1-Out.sy-con3_1-Outtime .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide{top: -125rem ;transition: all .9s ease;
transition-delay: 0.2s;
}
.sy-con3_1-Out.sy-con3_1-Outtime .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide{top: -125rem ;transition: all 1.0s ease;
transition-delay: 0.3s;
}
.sy-con3_1-Out.sy-con3_1-Outtime .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide{top: -125rem ;transition: all 1.1s ease;
transition-delay: 0.4s;
}
.sy-con3_1-Out.sy-con3_1-Outtime .sy-con3-box1 .jyskSwiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide{top: -125rem ;transition: all 1.2s ease;
transition-delay: 0.5s;
}



/* 演戏演练 */
/* 移入--移动位置 */
.sy-con3_2-In .sy-con3-box2{display: block;}
.sy-con3_2-In .sy-con3-box1,
.sy-con3_2-In .sy-con3-box3,
.sy-con3_2-In .sy-con3-box4{display: none;}

.sy-con3_2-In .sy-con3-box2-l,
.sy-con3_2-In .sy-con3-box2-r{position: relative;}
.sy-con3_2-In .sy-con3-box2-l{top:-125rem;}
.sy-con3_2-In .sy-con3-box2-r{top:125rem;}

.sy-con3_2-In.sy-con3_2-Intime .sy-con3-box2-l,
.sy-con3_2-In.sy-con3_2-Intime .sy-con3-box2-r{top: 0 ;transition: all 1.2s ease;
transition-delay: 0s;
}

/* 移出--移动位置 */
.sy-con3_2-Out .sy-con3-box2-l,
.sy-con3_2-Out .sy-con3-box2-r{position: relative;}
.sy-con3_2-Out .sy-con3-box2-l{top:0;}
.sy-con3_2-Out .sy-con3-box2-r{top:0;}

.sy-con3_2-Out.sy-con3_2-Outtime .sy-con3-box2-l{top: -125rem ;transition: all 1.2s ease;
transition-delay: 0.5s;
}
.sy-con3_2-Out.sy-con3_2-Outtime .sy-con3-box2-r{top: 125rem ;transition: all 1.2s ease;
transition-delay: 0.5s;
}



/* 经典案例 */
/* 移入--移动位置 */
.sy-con3_3-In .sy-con3-box3{display: block;}
.sy-con3_3-In .sy-con3-box1,
.sy-con3_3-In .sy-con3-box2,
.sy-con3_3-In .sy-con3-box4{display: none;}

.sy-con3_3-In .sy-con3-box3-ttl,
.sy-con3_3-In .sy-con3-box3-ttm,
.sy-con3_3-In .sy-con3-box3-ttr{margin-top: -125rem;}
.sy-con3_3-In .sy-con3-box3-tbl,
.sy-con3_3-In .sy-con3-box3-tbr{margin-top:125rem;}

.sy-con3_3-In.sy-con3_3-Intime .sy-con3-box3-ttl{margin-top: 0 ;transition: all .7s ease;}
.sy-con3_3-In.sy-con3_3-Intime .sy-con3-box3-ttm{margin-top: 0 ;transition: all .8s ease;
transition-delay: 0.1s;
}
.sy-con3_3-In.sy-con3_3-Intime .sy-con3-box3-ttr{margin-top: 0 ;transition: all .9s ease;
transition-delay: 0.2s;
}
.sy-con3_3-In.sy-con3_3-Intime .sy-con3-box3-tbl{margin-top: 0 ;transition: all .7s ease;}
.sy-con3_3-In.sy-con3_3-Intime .sy-con3-box3-tbr{margin-top: 0 ;transition: all .8s ease;
transition-delay: 0.1s;
}

/* 移出--移动位置 */
.sy-con3_3-Out .sy-con3-box3-ttl,
.sy-con3_3-Out .sy-con3-box3-ttm,
.sy-con3_3-Out .sy-con3-box3-ttr{margin-top: 0;}
.sy-con3_3-Out .sy-con3-box3-tbl,
.sy-con3_3-Out .sy-con3-box3-tbr{margin-top:0;}

.sy-con3_3-Out.sy-con3_3-Outtime .sy-con3-box3-ttl{margin-top: -125rem ;transition: all .7s ease;}
.sy-con3_3-Out.sy-con3_3-Outtime .sy-con3-box3-ttm{margin-top: -125rem ;transition: all .8s ease;
transition-delay: 0.1s;
}
.sy-con3_3-Out.sy-con3_3-Outtime .sy-con3-box3-ttr{margin-top: -125rem ;transition: all .9s ease;
transition-delay: 0.2s;
}
.sy-con3_3-Out.sy-con3_3-Outtime .sy-con3-box3-tbl{margin-top: 125rem ;transition: all .7s ease;}
.sy-con3_3-Out.sy-con3_3-Outtime .sy-con3-box3-tbr{margin-top: 125rem ;transition: all .8s ease;
transition-delay: 0.1s;
}



/* 铁军先锋 */
/* 移入--移动位置 */
.sy-con3_4-In .sy-con3-box4{display: block;}
.sy-con3_4-In .sy-con3-box1,
.sy-con3_4-In .sy-con3-box2,
.sy-con3_4-In .sy-con3-box3{display: none;}

.sy-con3_4-In .tjxfSySwiper,
.sy-con3_4-In .tjxfSySwiper .swiper-slide:nth-child(2n){position: relative;}
.sy-con3_4-In .tjxfSySwiper .swiper-slide{top: -125rem;}
.sy-con3_4-In .tjxfSySwiper .swiper-slide:nth-child(2n){top:125rem;}

.sy-con3_4-In.sy-con3_4-Intime .tjxfSySwiper .swiper-slide{top: 0 ;transition: all .7s ease;}
.sy-con3_4-In.sy-con3_4-Intime .tjxfSySwiper .swiper-slide:nth-child(2n){top: 0 ;transition: all .7s ease;}

/* 移出--移动位置 */
.sy-con3_4-Out .tjxfSySwiper,
.sy-con3_4-Out .tjxfSySwiper .swiper-slide:nth-child(2n){position: relative;}
.sy-con3_4-Out .tjxfSySwiper .swiper-slide{top: 0;}
.sy-con3_4-Out .tjxfSySwiper .swiper-slide:nth-child(2n){top:0;}

.sy-con3_4-Out.sy-con3_4-Outtime .tjxfSySwiper .swiper-slide{top: -125rem ;transition: all .7s ease;}
.sy-con3_4-Out.sy-con3_4-Outtime .tjxfSySwiper .swiper-slide:nth-child(2n){top: 125rem ;transition: all .7s ease;}



/* 工程建设 */
/* 移入--移动位置 */
.sy-con4-In .sycon4-l{margin-left:-125rem;}
.sy-con4-In .sycon4-r{margin-left: 125rem;}
.sy-con4-In .sycon4-b{margin-bottom: -125rem;}

.sy-con4-In.sy-con4-Intime .sycon4-l{margin-left: 0;transition: all .7s ease;}
.sy-con4-In.sy-con4-Intime .sycon4-r{margin-left: 0;transition: all .7s ease;
/* transition-delay: 0.5s */
}
.sy-con4-In.sy-con4-Intime .sycon4-b{margin-bottom: 0;transition: all .7s ease;}

/* 移出--移动位置 */
.sy-con4-Out .sycon4-l{margin-left: 0;}
.sy-con4-Out .sycon4-r{margin-left: 0;}
.sy-con4-Out .sycon4-b{margin-bottom: 0;}

.sy-con4-Out.sy-con4-Outtime .sycon4-l{margin-left: -125rem;transition: all .7s ease;}
.sy-con4-Out.sy-con4-Outtime .sycon4-r{margin-left: 125rem;transition: all .7s ease;
/* transition-delay: 0.5s */
}
.sy-con4-Out.sy-con4-Outtime .sycon4-b{margin-bottom: -125rem;transition: all .7s ease;}


/* 安能影像 */
/* 移入--移动位置 */
.sy-con6-In .sycon6-mlt{margin-top: -125rem;}
.sy-con6-In .sycon6-mlb-con1{margin-top: 125rem;}
.sy-con6-In .sycon6-mlb-con2{margin-top: 125rem;}
.sy-con6-In .sycon6-mr{margin-right: -125rem;}

.sy-con6-In.sy-con6-Intime .sycon6-mlt{margin-top: 0;transition: all .7s ease;}
.sy-con6-In.sy-con6-Intime .sycon6-mlb-con1{margin-top: 0;transition: all 1s ease;
transition-delay: 0.3s;
}
.sy-con6-In.sy-con6-Intime .sycon6-mlb-con2{margin-top: 0;transition: all .9s ease;
transition-delay: 0.2s;
}
.sy-con6-In.sy-con6-Intime .sycon6-mr{margin-right: 0;transition: all .7s ease;}

/* 移出--移动位置 */
.sy-con6-Out .sycon6-mlt{margin-top: 0;}
.sy-con6-Out .sycon6-mlb-con1{margin-top: 0;}
.sy-con6-Out .sycon6-mlb-con2{margin-top: 0;}
.sy-con6-Out .sycon6-mr{margin-right: 0;}

.sy-con6-Out.sy-con6-Outtime .sycon6-mlt{margin-top: -125rem;transition: all .7s ease;}
.sy-con6-Out.sy-con6-Outtime .sycon6-mlb-con1{margin-top: 125rem;transition: all 1s ease;
transition-delay: 0.3s;
}
.sy-con6-Out.sy-con6-Outtime .sycon6-mlb-con2{margin-top: 125rem;transition: all .9s ease;
transition-delay: 0.2s;
}
.sy-con6-Out.sy-con6-Outtime .sycon6-mr{margin-right: -125rem;transition: all .7s ease;}



/* 效果间隔时间 =======  初级设置  1.5s */
.base_Atime{transition-duration: 1.5s !important}

.animated,
/* 第二屏 新闻资讯*/
.sy-con1-In.sy-con1-Intime .sy-con1-hd p,
.sy-con1-In.sy-con1-Intime .sy-con1-bd-ltl,
.sy-con1-In.sy-con1-Intime .sy-con1-bd-ltr,
.sy-con1-In.sy-con1-Intime .sy-con1-bd-lbl,
.sy-con1-In.sy-con1-Intime .sy-con1-bd-lbm,
.sy-con1-In.sy-con1-Intime .sy-con1-bd-lbr,
.sy-con1-In.sy-con1-Intime .sy-con1-bd-r,
.sy-con1-Out.sy-con1-Outtime .sy-con1-hd p,
.sy-con1-Out.sy-con1-Outtime .sy-con1-bd-ltl,
.sy-con1-Out.sy-con1-Outtime .sy-con1-bd-ltr,
.sy-con1-Out.sy-con1-Outtime .sy-con1-bd-lbl,
.sy-con1-Out.sy-con1-Outtime .sy-con1-bd-lbm,
.sy-con1-Out.sy-con1-Outtime .sy-con1-bd-lbr,
.sy-con1-Out.sy-con1-Outtime .sy-con1-bd-r,

/* 第三屏 ====== 建设 */
/* 力量分布 */
.sy-con2_1-In.sy-con2_1-Intime .sy2-llfn-img1,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp1,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp2,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp3,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp4,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp5,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp6,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp7,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp8,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp9,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp10,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp11,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp12,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp13,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp14,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp15,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp16,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp17,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp18,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp19,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp20,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp21,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp22,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp23,
.sy-con2_1-In.sy-con2_1-Intime .llfb-main,
.sy-con2_1-Out.sy-con2_1-Outtime .sy2-llfn-img1,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp1,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp2,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp3,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp4,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp5,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp6,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp7,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp8,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp9,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp10,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp11,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp12,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp13,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp14,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp15,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp16,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp17,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp18,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp19,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp20,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp21,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp22,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp23,
.sy-con2_1-Out.sy-con2_1-Outtime .llfb-main,
/* 队伍风采 */
.sy-con2_2-In.sy-con2_2-Intime #certify .swiper-slide-active,
.sy-con2_2-In.sy-con2_2-Intime #certify .swiper-slide-prev,
.sy-con2_2-In.sy-con2_2-Intime #certify .swiper-slide-next,
.sy-con2_2-Out.sy-con2_2-Outtime #certify .swiper-slide-active,
.sy-con2_2-Out.sy-con2_2-Outtime #certify .swiper-slide-prev,
.sy-con2_2-Out.sy-con2_2-Outtime #certify .swiper-slide-next,
/* 应急装备 */
#certify .swiper-pagination2,
.zbzsBox-list .zbzsBox-box1,
.zbzsBox-list .zbzsBox-box2,
.zbzsBox-list .zbzsBox-box3,
.zbzsBox-list .zbzsBox-box4,
.zbzsBox-list .zbzsBox-box5,

/* 第三屏 ------------  应急救援 */
/* 经典案例 */
.sy-con3_3-In.sy-con3_3-Intime .sy-con3-box3-ttl,
.sy-con3_3-In.sy-con3_3-Intime .sy-con3-box3-ttm,
.sy-con3_3-In.sy-con3_3-Intime .sy-con3-box3-ttr,
.sy-con3_3-In.sy-con3_3-Intime .sy-con3-box3-tbl,
.sy-con3_3-In.sy-con3_3-Intime .sy-con3-box3-tbr,
.sy-con3_3-Out.sy-con3_3-Outtime .sy-con3-box3-ttl,
.sy-con3_3-Out.sy-con3_3-Outtime .sy-con3-box3-ttm,
.sy-con3_3-Out.sy-con3_3-Outtime .sy-con3-box3-ttr,
.sy-con3_3-Out.sy-con3_3-Outtime .sy-con3-box3-tbl,
.sy-con3_3-Out.sy-con3_3-Outtime .sy-con3-box3-tbr,
/* 铁军先锋 */
.sy-con3_4-In.sy-con3_4-Intime .tjxfSySwiper .swiper-slide,
.sy-con3_4-In.sy-con3_4-Intime .tjxfSySwiper .swiper-slide:nth-child(2n),
.sy-con3_4-Out.sy-con3_4-Outtime .tjxfSySwiper .swiper-slide,
.sy-con3_4-Out.sy-con3_4-Outtime .tjxfSySwiper .swiper-slide:nth-child(2n),

/* 第四屏 ------- 工程建设 */
.sy-con4-In.sy-con4-Intime .sycon4-l,
.sy-con4-In.sy-con4-Intime .sycon4-r,
.sy-con4-In.sy-con4-Intime .sycon4-b,
.sy-con4-Out.sy-con4-Outtime .sycon4-l,
.sy-con4-Out.sy-con4-Outtime .sycon4-r,
.sy-con4-Out.sy-con4-Outtime .sycon4-b,

/* 第六屏 ------- 安能影像 */
.sy-con6-In.sy-con6-Intime .sycon6-mlt,
.sy-con6-In.sy-con6-Intime .sycon6-mlb-con1,
.sy-con6-In.sy-con6-Intime .sycon6-mlb-con2,
.sy-con6-In.sy-con6-Intime .sycon6-mr,
.sy-con6-Out.sy-con6-Outtime .sycon6-mlt,
.sy-con6-Out.sy-con6-Outtime .sycon6-mlb-con1,
.sy-con6-Out.sy-con6-Outtime .sycon6-mlb-con2,
.sy-con6-Out.sy-con6-Outtime .sycon6-mr,

.gcjsSySwiper,
.site-home .sycon5-mbox3,
.site-home .sycon5-mbox4,
.site-home .sycon5-mbox6,
.sycon6-mrmb-box{
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
   -webkit-transition-duration: 1.5s !important;
  transition-duration: 1.5s !important;
}



/* 每次切换的遮罩层 */
.fixed-layer{position: fixed;top:0;left:0;width:100%;height: 100%;background:rgba(0,0,0,0);z-index: 99999999;}
.fixed-layer-hide{display: none;}




.clear{clear: both;}

/* 栏目页 */
/* .lmy-content .page-con{overflow: hidden;} */
.sy-bottom{float:left;}
.lmy-content{width:100%;float:left;background: #F3F3F3;}
.lmy-banner{width:100%;height:31.25rem;background:url(lmy_banner01.png) no-repeat 50% 50%;background-size: 100% 100%;padding-top: 5.9375rem;float:left;position:relative;}
.lmy-banner .lmy-colname{margin-top: 2.8125rem;font-weight: normal;position: relative;padding-top: 2.8125rem;}
.lmy-banner .lmy-colname p{font-size: 2.25rem;color: #FFFFFF;letter-spacing: 0;line-height: 3.125rem;position:relative;display: inline-block;padding-right: 2.875rem;}
.lmy-banner .lmy-colname span{font-size: 2.5rem;line-height: 2.5rem;color:rgba(255,255,255,0.1);position: absolute;top:0;left:0;text-transform: uppercase;font-weight: bold;}
.lmy-banner .lmy-colname p::after{content:'';display:block;width:1.25rem;height:0.9375rem;background:url(lmy_icon02.png) no-repeat 50% 50%;position:absolute;right:0;bottom: 0.25rem;background-size:cover;}

/* 当前位置 */
.dqwz{width:100%;heigth:3.75rem;line-height: 3.75rem;position: absolute;left:0;bottom: 0;color:#fff;font-size: 1rem;
background-image: linear-gradient(270deg, #00000000 0%, #0000004d 100%);
}
.dqwz-con{width:87.5%;margin: 0 auto;padding-left: 2.375rem;background:url(lmy_icon01.png) no-repeat 0 1.125rem;background-size: 1.375rem 1.5rem;}
.dqwz-con a{color:#fff;}
.dqwz-con a:hover{text-decoration: underline;}

/* 一级栏目 */
.lmy-col1{width:100%;float:left;line-height: 3.75rem;background: #fff;padding-top: 0;}
.lmy-col1 p{float:left;margin-left: 1rem;padding: 1.25rem 0;}
.lmy-col1 p:first-child{margin-left: 0;}
.lmy-col1 a{display: inline-block;padding: 0 1rem;line-height: 2.5rem;border-radius: 1.25rem;background: #F3F3F3;font-size: 1.125rem;color:#333;float: left;}
.lmy-col1 a.on,
.lmy-col1 a:hover{background: #063A7F;color:#fff;}

/* 二级栏目 */
.lmy-col2{width:100%;float:left;line-height: 3.75rem;background: #fff;padding-top: 0;border-top: 0.0625rem solid #eee;border-bottom: 0.0625rem solid #eee;}
.lmy-col2 p{float:left;margin-left: 1rem;padding: 1.25rem 0;position: relative;}
.lmy-col2 p:first-child{margin-left: 0;}
.lmy-col2 a{display: inline-block;padding: 0 1rem;line-height: 2.5rem;border-radius: 1.25rem;font-size: 0.875rem;color:#333;float: left;}
.lmy-col2 a:after{content:'';display:block;width:100%;height:0.25rem;border-radius: 0.375rem 0.125rem 0.375rem 0.125rem;position:absolute;bottom:0;left: 0;}
.lmy-col2 a.on,
.lmy-col2 a:hover{}
.lmy-col2 a.on:after,
.lmy-col2 a:hover:after{background: #063A7F;}


/* 新闻列表 */
/* .lmy-main{width:100%;float:left;background: url(lmy_bg01.png) no-repeat left bottom #F3F3F3;background-size: cover;position:relative;} */
.lmy-main{width:100%;float:left;background: #fff ;background-size: cover;position:relative;}
.lmy-main::after{content:"";display:block;width:35rem;height:25.8125rem;position:absolute;right:0;top:0;z-index:-1;background:url(lmy_bg02.png) no-repeat 50% 50%;background-size:cover;}

.lmy-main-newslist{width:100%;float:left;padding-top: 1.875rem;}
.lmy-main-newslist ul,
.lmy-main-newslist ul li{width:100%;float:left;}
.lmy-main-newslist ul li{height: 11.75rem;display: flex;}
.lmy-main-newslist ul li > p{width:8.75rem;max-width: 8.75rem;min-width: 8.75rem;}
.lmy-main-newslist ul li > p span{width:6.25rem;height: 6.25rem;border-radius: 6.25rem;display:inline-block;background: #FFFFFF;
box-shadow: 0 0.125rem 0.625rem 0 #99999933;margin-top: 2.75rem;text-align:center;padding-top: 0.625rem;line-height: 2.0625rem;
font-size: 1.5rem;color:#333;font-weight:bold;}
.lmy-main-newslist ul li > p span font{display:block;font-size: 0.875rem;color:#999999;padding-top: 0.5rem;position:relative;
margin-top: 0.4375rem;font-weight:normal;line-height: 1.25rem;}
.lmy-main-newslist ul li > p span font::after{content:'';width:3.75rem;height:0.0625rem;background:#999;display:block;position:absolute;
left:50%;margin-left: -1.875rem;top:0;}
.lmy-main-newslist ul li > h5{width:100%;color:#999;padding-top: 3.75rem;border-bottom: 0.0625rem solid #D8D8D8;font-weight: normal;padding-left: 1.25rem;position: relative;}
.lmy-main-newslist ul li > h5 a{max-width: 100%;line-height: 1.5625rem;font-size: 1.125rem;color:#333;font-weight: bold;position:relative;}
.lmy-main-newslist ul li > h5 span{max-width: 100%;line-height: 1.375rem;font-size: 1rem;display: block;margin-top: 1.25rem;}
.lmy-main-newslist ul li:hover > h5:after,
.lmy-main-newslist ul li.on > h5:after{content:'';display:block;width:0.0625rem;height:0.0625rem;border: 1rem solid transparent;border-right-color: #1165AE;position:absolute;top:50%;margin-top: -1rem;left:0;margin-left: -1.875rem;}
/* .lmy-main-newslist ul li.on > h5:after{content:'';display:block;width:0.0625rem;height:0.0625rem;border: 1rem solid transparent;border-right-color: #1165AE;position:absolute;top:50%;margin-top: -1rem;left:0;margin-left: -2.0625rem;} */

.lmy-main-newslist ul li:hover > p span,
.lmy-main-newslist ul li.on > p span,
.lmy-main-newslist ul li:hover > h5,
.lmy-main-newslist ul li.on > h5{background:#1165AE;color:#fff;}
.lmy-main-newslist ul li:hover> h5 a,
.lmy-main-newslist ul li.on > h5 a{color:#fff;}
.lmy-main-newslist ul li:hover > p span font,
.lmy-main-newslist ul li.on > p span font{color:#fff;}
.lmy-main-newslist ul li:hover> p span font::after,
.lmy-main-newslist ul li.on > p span font::after{background:#fff;}
.lmy-main-newslist ul li > h5 a:hover{text-decoration: underline;}

.lmy-main-newslist ul li:hover > p span,
.lmy-main-newslist ul li.on > p span,
.lmy-main-newslist ul li:hover > h5,
.lmy-main-newslist ul li.on > h5
.lmy-main-newslist ul li:hover> p span font::after,
.lmy-main-newslist ul li.on > p span font::after{transition: all 0.7s ease;}




/* 图片列表 */
.lmy-main-piclist,
.lmy-main-piclist ul{width:100%;float:left;}
.lmy-main-piclist ul{width:107.5rem;}
.lmy-main-piclist ul li{width:24.375rem;height:17.5rem;float:left;margin-right: 2.5rem;background: #F5F5F5;box-shadow: 0 0.125rem 0.625rem 0 #9999994d;margin-top: 2.5rem;}
.lmy-main-piclist ul li .zoomImg{height:13.75rem;}
.lmy-main-piclist ul li span{display:block;line-height: 3.75rem;text-align:center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding: 0 1.25rem;}
.lmy-main-piclist ul li a{color:#333;font-size: 1rem;}
.lmy-main-piclist ul li a:hover{color:#1165AE;}


/* 栏目-文章页 */
.lmy-wzy{width:100%;float:left;padding-top: 1.875rem;padding-bottom: 3.125rem;}
/* .lmy-wzy .wzy-con-t{border-bottom: 0.0625rem solid #ddd;} */
.wzy-con-t{border-bottom: 0.0625rem solid #ddd;}


/* 栏目页-企业战略 */
.lmy-qyzl{width:100%;float:left;margin-top: 3.125rem;}
.lmy-qyzl-box{width:100%;float:left;margin-bottom: 1.25rem;}
.lmy-qyzl-box-t{width:100%;float:left;background:url(/cms_files/filemanager/1628379207/picture/20253/25CEFC49BA9C19C87B8509F10C2164EF.png) no-repeat 50% 50%;text-align:center;font-size: 1.875rem;color:#0068b7;font-weight:bold;letter-spacing: 0.3125rem;line-height: 3.125rem;background-size: 74.625rem;}
.lmy-qyzl-box-m{width:100%;float:left;padding: 3.125rem 0;}
.lmy-qyzl-box-ml{width: 50%;float:left;}
.lmy-qyzl-box-m img{width:100%;float:left;}
.lmy-qyzl-box-mr{width: 50%;float:left;padding-left: 1.5625rem;}
.lmy-qyzl-box-mcon *{text-indent:0 !important;margin-inline-start:0 !important;font-size: 1.25rem !important;line-height: 1.8 !important;color: #000 !important;}
.lmy-qyzl-box1 .lmy-qyzl-box-mr{padding-left: 1.5625rem;}
.lmy-qyzl-box1 .lmy-qyzl-box-ml{padding-right: 1.5625rem;}
.lmy-qyzl-box2 .lmy-qyzl-box-ml{padding-right: 1.5625rem;}
.lmy-qyzl-box2 .lmy-qyzl-box-mr{padding-left: 1.5625rem;padding-right:0;}
.lmy-qyzl-box .lmy-qyzl-box-mconbox{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;overflow: hidden;}
.lmy-qyzl-box-more{display:block;margin-top: 1.25rem;}
.lmy-qyzl-box-more a{color:#888 !important;font-size: 1.125rem !important;line-height: 3.125rem;}
.lmy-qyzl-box-more a:hover{color:#0068b7 !important;}

/* 栏目页 - 企业文化 */
.lmy-yqwh{width:100%;float:left;padding:50px 0}


.m-t-20{margin-top: 1.25rem;}
.p-t-20{padding-top: 1.25rem;}
.p-d-40{padding-bottom: 3.125rem;}

/* 栏目页-历史沿革 */
.lmy-lszy{width:80%;float:left;position:relative;margin: 3.125rem 10%;}
.lmy-lszy img{max-width:100%;}
.lmy-lszy-box{width:100%;display:flex;margin: 3.125rem 0;}
.lmy-lszy-box-r{width:100%;}
.lmy-lszy-box-l{max-width: 9.375rem;min-width: 9.375rem;;width:9.375rem;;text-align:center;font-size: 1.5625rem;font-weight:bold;color:#F23A3A;position:relative;line-height:1;}
.lmy-lszy-box-l::after{content:'';display:block;width:1.25rem;height:1.25rem;border-radius:100%;background:#F23A3A;position:absolute;top:0.1875rem;right:0;margin-right: -0.625rem;}
.lmy-lszy-box1{padding-right:50%;}
.lmy-lszy-box2{padding-left:50%;}
.lmy-lszy-box2 .lmy-lszy-box-l::after{right:auto;left:0;margin-right:auto;margin-left: -0.625rem;}
.lmy-lszy::after{content:'';display:block;position:absolute;left:50%;width:0.1875rem;height:100%;background:#F23A3A;top:0;margin-left: -0.0625rem;}
.lmy-lszy-box-con p{line-height:1.8;color:#000;font-size: 1.125rem;padding: 0.625rem 0;}


/* 分页 */
.pagination{width: 100%;float: left;text-align: center;padding: 1.875rem 0;}
.pagination .layui-laypage .layui-laypage-curr .layui-laypage-em{background:none !important;}
.pagination .layui-laypage .layui-laypage-curr em,
.pagination .layui-laypage a:hover{color:#1165AE;font-weight:bolder;}
.pagination .layui-laypage,
.pagination .layui-laypage a, 
.pagination .layui-laypage span{background:none;border:0;line-height: 1.5625rem;color:#000;font-size: 1.125rem;}
.pagination .layui-laypage .layui-disabled{font-weight:normal !important;}

.pageStyle{width:100%;float:left;line-height: 1.5625rem;color:#000;font-size: 1.125rem;text-align: center;padding: 2.5rem 0 3.125rem 0;font-weight: bold;}
.pageStyle a{display: inline-block;padding: 0 0.625rem;color:#000;}
.pageStyle a:hover{color:#1165AE;}


/* 文章页 */
.wzy-main{width:100%;padding-bottom: 3.125rem;float: left;margin-top: 1.25rem;}
.wzy-con-t{padding: 1.25rem 0;font-size: 1.875rem;line-height:2;text-align:center;font-weight:bold;width: 100%;float: left;}
.wzy-con-tb{width:100%;font-size: 1rem;line-height: 4rem;border-bottom: 0.0625rem solid #eee;color:#999;float: left;margin-top: 1.875rem;}
.wzy-con-tb p{width:100%;float:left;}
.wzy-con-tb p span{display:inline-block;float:left;margin-right: 3.75rem;}
.wzy-con-tbl{float:left;font-size: 1rem;line-height: 2rem;margin-bottom: 1.25rem;}
.wzy-con-tbl span{float:left;display:inline-block;margin-left: 2.5rem;}
.wzy-con-tbl span:first-child{margin-left:0;}
.wzy-con-tbr{text-align: right;font-size:0;line-height: 2rem;float: right;margin-bottom: 1.25rem;}
.wzy-con-tbr span{margin-left: 1.875rem;display: inline-block;cursor: pointer;width:1.9375rem;height:1.9375rem;display:inline-block;background:url(wzym_icon01_1.png) no-repeat 50% 50%;background-size: 1.8125rem;}
.wzy-con-tbr span.wzy-con-tbr-s1{background-image:url(wzym_icon01_1.png);}
.wzy-con-tbr span.wzy-con-tbr-s2{background-image:url(wzym_icon01_2.png);background-size: 1.375rem;}
.wzy-con-tbr span.wzy-con-tbr-s3{background-image:url(wzym_icon01_3.png);}
.wzy-con-tbr span.wzy-con-tbr-s1:hover{background-image:url(wzym_icon01_1_on.png);}
.wzy-con-tbr span.wzy-con-tbr-s2:hover{background-image:url(wzym_icon01_2_on.png);}
.wzy-con-tbr span.wzy-con-tbr-s3:hover{background-image:url(wzym_icon01_3_on.png);}
.wzy-con-tbr span:first-child{margin-left:0;}
.wzy-con-tbr img{vertical-align: middle;}
.wzy-con-m{width:100%;font-size: 1.125rem;line-height:2;text-align:justify;margin-top: 2.5rem;float: left;color:#333;}
.wzy-con-m img{max-width:100%;}
.wzy-con-b{width:100%;float:left;margin-top: 3.125rem;}
.wzy-con-bl{float:left;color:#063A7F;font-size: 1.125rem;line-height: 1.5625rem;max-width: 81.25rem;white-space: nowrap;}
/* .wzy-con-bl p{width:100%;float:left;margin-top: 1rem;}
.wzy-con-bl p:first-child{margin-top:0}
.wzy-con-bl a{color:#063A7F;}
.wzy-con-bl a:hover{text-decoration:underline;} */

.wzy-con-bl a{max-width:100%;margin-top: 1rem;display:inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.wzy-con-bl a:first-child{margin-top:0}
.wzy-con-bl a{color:#063A7F;vertical-align: bottom;}
.wzy-con-bl a:hover{text-decoration:underline;}

.wzy-con-br{float:right;font-size: 0;line-height:1;}
.wzy-con-br span{margin-left: 1.25rem;}
.wzy-con-br span:first-child{margin-left:0;}
.wzy-con-br-s1{width:1.5rem;height:1.5rem;display:inline-block;background:url(wzym_icon02.png) no-repeat 50% 50%;background-size:cover;cursor: pointer;}
.wzy-con-br-s1:hover{background-image:url(wzym_icon02_on.png);}




.swiper-pagination-sypage{display:none;}
.swiper-pagination-sypage span{width:0.875rem;height:0.875rem;background:none;opacity:1;position:relative;margin: 0.4375rem !important;padding: 0 !important;}
.swiper-pagination-sypage span::after{content:'';display:inline-block;background:#063A7F;width:0.25rem;height:0.25rem;top: 0.3125rem;left: 0.3125rem;border-radius:100%;position: absolute;}
.swiper-pagination-sypage span.swiper-pagination-bullet-active::after{width:0.75rem;height:0.75rem;top:0.0625rem;left:0.0625rem;
transition:all 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.swiper-pagination-sypage span:hover::after{width:0.625rem;height:0.625rem;top:0.125rem;left:0.125rem;
transition:all 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}


/* 
2880*1840
2880*1920 
*/
/* @media (max-width: 2880px and min-height: 1840px) { */
/* @media (min-width: 2850px) and (min-height: 1810px) { */

@media screen  and (max-width: 1650px){
    /***************全局控制*******************/
  .sy-con{padding-top: 3rem;}
  .sy-con1-hd,
  .sycon5-t,
  .sycon6-t{margin-top: 3.0625rem;}
}

@media (min-width: 1920px) and (min-height: 1080px) {
  .sy-con1-hd{margin-top: 7vh;}
  .sycon5-t,
  .sycon6-t{margin-top: 5.6vh;}
  .sy-con1-bd-lb{margin-top:5vh;}
/*  .sy-con1-bd-r{height: 56vh;}
  .sy-ztzl-list{height: 48vh;} */

  .sy-con2,
  .sy-con3,
  .sy-con4,
  .sy-con5,
  .sy-con6{padding-top:10vh;}
  
}