@charset "UTF-8";

/*初始化样式*/
*{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% !important;
/* background-size: cover; */
}
/* .sybg-fixed-y .sy-con{ */
.sy-con{
	background-color:rgb(241, 245, 248) !important;
	background-position-y: 5rem !important;
/* 	-webkit-animation-duration:0s !important;
	animation-duration:0s !important;
	-webkit-animation-delay:0s !important;
	animation-delay:0s !important;
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	-webkit-transition-delay: 0s !important;
	transition-delay: 0s !important; */
}






/* 第一屏大 -  大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;}


.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%;}
}



@keyframes mouseFadeInUp {
    0% {
        transform: translate(0px, 8px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, 8px);
    }
}
.syMouse {width: 6rem;position: absolute;bottom: 10rem;left: 50%;z-index: 10;text-align: center;display: inline-block;margin-left: -3rem;}
.syMouse img {width:auto;height:auto;animation: mouseFadeInUp 1s infinite;margin: 0 auto;}
.syMouse p {font-size: 1rem;color: #fff;margin-top: 1.25rem;}



/* 第二屏 - 新闻资讯 */
.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: 5rem;vertical-align: top;}
.sy-con1-hd p{line-height: 2.8125rem;font-size: 1.875rem;color:#E60012;width:100%;text-align: center;font-weight:bold;
-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;
}
.sy-con1-hd p a{color:#E60012}
.sy-con1-bd{width:100%;float:left;margin-top: 1.5rem;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: 22.625rem;float:left;padding-right: 1.25rem;}
.sy-con1-bd-ltr{width: 47.66%;height: 22.625rem;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;height: 13.75rem;}
.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-fd{width:100%;float:left;margin-top: 1.25rem;height: 3.875rem;animation-delay:1s;}
.sy-con1-fd img{height: 3.875rem;width: 100%;}

.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: 0.3125rem;}
.sytab1Swiper ul,
.sytab1Swiper ul li{width:100%;float:left;position: relative;}
.sytab1Swiper ul li{/* margin-top: 0.625rem; */display: flex;line-height: 2rem;padding: 0.4375rem 0;}
.sy-con1-bd-lb .sytab1Swiper ul li{    line-height: 1.4rem;}
.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; */font-size: 1rem;color: #000;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.sytab1Swiper ul li a:hover{color:rgba(6, 58, 127, 1);}
.sytab1Swiper ul li span{min-width: 6.25rem;max-width: 6.25rem;width: 6.25rem;text-align: right;color: #999;}

.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%;}
.scrollStyle::-webkit-scrollbar,
.sy-ztzl-list::-webkit-scrollbar {
  /* 定制滚动条的宽度 */
  width: 0.25rem;  
  /* 定制滚动条的背景色 */
  border-radius: 0.3125rem;
  background-color: #eee; 
}
/* 定制滚动条轨道 */
.scrollStyle::-webkit-scrollbar-track,
.sy-ztzl-list::-webkit-scrollbar-track {
  background: #e1e1e1; /* 定制轨道的背景色 */
  border-radius: 0.3125rem; /* 定制轨道的圆角 */
}
/* 定制滚动条的滑块（thumb） */
.scrollStyle::-webkit-scrollbar-thumb,
.sy-ztzl-list::-webkit-scrollbar-thumb {
  background-color: #999; /* 定制滑块的背景色 */
  border-radius: 0.3125rem; /* 定制滑块的圆角 */
}
/* 定制滚动条的滑块（thumb）：悬停和点击状态 */
.scrollStyle::-webkit-scrollbar-thumb:hover,
.sy-ztzl-list::-webkit-scrollbar-thumb:hover {
  background: #999; /* 悬停时滑块的背景色 */
}
.scrollStyle::-webkit-scrollbar-thumb:active ,
.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_1-In{background: url(sy_f3_bg.jpg) no-repeat bottom left rgba(236, 243, 249,1);} */
.sy-con2-bg01{background: url(sy_f3_bg.jpg) no-repeat bottom left rgba(236, 243, 249,1);}
.sy-con2-bg02{background-image:url(sy_f3_bg02.jpg);}
.sy-con2-bg03{background-image:url(sy_f3_bg03.jpg);}
.sy-con2-bg04{background-image:url(sy_f3_bg04.jpg);}



.sy-conStyle2 .sycon-l{width: 16.65%;float:left;padding-top: 3.0625rem;}
.sy-conStyle2 .sycon-r{width: 83.35%;float:left;height: 100%;}/*padding-top: 1.3125rem;*/

.sy-conStyle2 .sycon-lt{width:100%;float:left;}
.sy-conStyle2 .sycon-lt img{height: 5rem;}

.sy-conStyle2 .sycon-ltm{position:absolute;top: 9.625rem;left: 1.4375rem;}
.sy-conStyle2 .sycon-ltm img{height: 1.5rem;}

.sy-conStyle2 .sycon-lb{width:100%;float:left;margin-top: 10rem;font-weight: bold;}
.sy-conStyle2 .sycon-lb p{float:left;color:#000;margin-top: 1.25rem;font-size: 1.5rem;position: relative;width:17.5rem;height: 5rem;overflow: hidden;line-height: 5rem;}
/* .sy-conStyle2 .sycon-lb p.on::after{content:"";position: absolute;left: 4.25rem;bottom:0.75rem;width: 11.4375rem;height: 0.5rem;background: url(sy_f3_img01.png) no-repeat 0 0;background-size: 11.4375rem 0.5rem;} */
.sy-conStyle2 .sycon-lb p a{color:#000;display:block;width: 100%;background-size: 1.5rem 1.5rem;padding-left: 1.8125rem;}
.sy-conStyle2 .sycon-lb p:first-child{margin-top:0;}
.sy-conStyle2 .sycon-lb p:first-child i{background: url(sy_f3_icon01.png) no-repeat 0 50%;}
.sy-conStyle2 .sycon-lb p a i{display:inline-block;width:1.5rem;height:1.5rem;margin-right: 1rem;vertical-align: middle;position: relative;top: -0.125rem;background-size: 1.5rem 1.5rem !important;}
.sy-conStyle2 .sycon-lb p a.sy-icon2-llfb i{background-image:url(sy_f3_icon01.png);}
.sy-conStyle2 .sycon-lb p a.sy-icon2-dwfc i{background-image:url(sy_f3_icon02.png);}
.sy-conStyle2 .sycon-lb p a.sy-icon2-zbzs i{background-image:url(sy_f3_icon04.png);}
.sy-conStyle2 .sycon-lb p a.sy-icon2-gclb i{background-image:url(sy_f3_icon03.png);}
/* .sy-conStyle2 .sycon-lb p{background:url(sy_f3_img01.png) no-repeat -125rem bottom;background-size: 11.4375rem 0.5rem;} */
/* .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; */
  background: #fff;
  overflow:hidden;
}
.sy-conStyle2 .sycon-lb p.on::after{
  content:"";
  display:block;
  width:0.125rem;
  height:100%;
  background: #B71A0F;
  position:absolute;
  right:0;
  top:0;
}
.sy-conStyle2 .sycon-lb p.on a.sy-icon2-llfb i{background-image:url(sy_f3_icon01_on.png);}
.sy-conStyle2 .sycon-lb p.on a.sy-icon2-dwfc i{background-image:url(sy_f3_icon02_on.png);}
.sy-conStyle2 .sycon-lb p.on a.sy-icon2-zbzs i{background-image:url(sy_f3_icon04_on.png);}
.sy-conStyle2 .sycon-lb p.on a.sy-icon2-gclb i{background-image:url(sy_f3_icon03_on.png);}
.sy-conStyle2 .sycon-lb p.on a,
.sy-conStyle2 .sycon-lb p:hover a{color: #B71A0F;}


/* .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; margin-top: 0.9375rem;display: none !important;}
/* .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-con1title span{width:100%;display:inline-block;float:left;background: url(newMap_namebg.png) no-repeat 50% 50%;background-size: 61.0625rem 1.5rem;}
.sy-con2_1-In .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-con1title span{text-decoration: underline;}


.sycon-r-con.sycon-r-con1{background-size: 37.5rem;height: 56.25rem;background:url(sy_f3_r_bg.png) no-repeat 0 0;position: relative;margin-left: 15.0625rem;background-size: cover;}
.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: 16rem;margin-top: 1.25rem;}
.sy2-llfn img{position: absolute;top:0;left:0;/* width: 45.9375rem */height: 50.625rem;}
.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:#fff;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:#90dbfd;
  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.mT6 span{top: 0.375rem;position: relative;}
/* .sy2-llfn .map-iconp.mred, */
.sy2-llfn .map-iconp.mred i{background: #E60012;color: #fff;}
.sy2-llfn .map-iconp.mred i::after{background: #fff;}
/* 
.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{
	width: 1.875rem;
	height: 1.875rem;
	background: url(logo_l.png) no-repeat 50% 50% rgba(255,255,255,0.6) !important;
	margin-left: -0.75rem;
	margin-top: -0.3125rem;
	margin-right: -0.1875rem;
	vertical-align: top;
	background-size: 1.25rem 1.25rem !important;
}
.sy2-llfn .map-iconp.map-iconp-bj.mdon i{
	background-color: rgb(255 255 255) !important;
}
/* .sy2-llfn .map-iconp.map-iconp-bj span{} */
/* .sy2-llfn .map-iconp.map-iconp-bj i::after{animation-play-state: paused;} */
.sy2-llfn .map-iconp.map-iconp-bj span{vertical-align:top;margin-left: 0.5rem;}

/* .sy2-llfn .map-iconp.mdon i{background: #E60012;} */
.sy2-llfn .map-iconp.mdon{/* color:#E60012; */}
/* .sy2-llfn .map-iconp.mdon i{width: 1.8125rem;height: 1.8125rem;margin-top: -0.125rem;vertical-align: middle;line-height: 1.8125rem;color: #fff;background: rgb(248,123,0);font-weight: bold;font-style: normal;text-align: center;font-size: 0.875rem;} */
.sy2-llfn .map-iconp.mdon i{width: 1.8125rem;height: 1.8125rem;margin-top: -0.125rem;
vertical-align: middle;line-height: 1.8125rem;color: #fff;
font-weight: bold;font-style: normal;text-align: center;font-size: 0.875rem;
/* background: rgb(248,123,0);
background: rgb(255,165,0);
background: rgb(0,255,255);
background: rgb(255,235,59);
background: rgb(255,127,80); */
}

.sy2-llfn .map-iconp.mdon span{text-decoration: underline;}
.sy2-llfn .map-iconp.mdon i::after{
  background: #fff;
}
.sy2-llfn .map-iconp.mFz i{margin-left: 0.6875rem;margin-right: 0;}

.sy2-llfn .map-iconp.map-iconp1{left: 38.9375rem;top: 8.675rem;}
.sy2-llfn .map-iconp.map-iconp2{left: 36.9875rem;top: 11.225rem;}
.sy2-llfn .map-iconp.map-iconp3{left: 28.6625rem;top: 11.7375rem;}
.sy2-llfn .map-iconp.map-iconp4{left: 10.4375rem;top: 10.75rem;}
.sy2-llfn .map-iconp.map-iconp5{left: 31.5875rem;top: 13.3625rem;}
.sy2-llfn .map-iconp.map-iconp6{left: 31.4375rem;top: 15.15rem;}
.sy2-llfn .map-iconp.map-iconp7{left: 18.1625rem;top: 16.1625rem;}
.sy2-llfn .map-iconp.map-iconp8{left: 31.425rem;top: 18.8875rem;}
.sy2-llfn .map-iconp.map-iconp9{left: 36.0125rem;top: 19.8625rem;}
.sy2-llfn .map-iconp.map-iconp10{left: 8.9125rem;top: 20.3875rem;}
.sy2-llfn .map-iconp.map-iconp11{left: 37.7375rem;top: 21.7rem;}
.sy2-llfn .map-iconp.map-iconp12{left: 31.4125rem;top: 21.9875rem;}
.sy2-llfn .map-iconp.map-iconp13{left: 27.5875rem;top: 22.525rem;}
.sy2-llfn .map-iconp.map-iconp14{left: 21rem;top: 22.1125rem;}
.sy2-llfn .map-iconp.map-iconp15{left: 33.0625rem;top: 24.675rem;}
.sy2-llfn .map-iconp.map-iconp16{left: 28.4875rem;top: 25.275rem;}
.sy2-llfn .map-iconp.map-iconp17{left: 25.35rem;top: 24.3rem;}
.sy2-llfn .map-iconp.map-iconp18{left: 34.6625rem;top: 26.975rem;}
.sy2-llfn .map-iconp.map-iconp19{left: 23.5375rem;top: 26.725rem;}
.sy2-llfn .map-iconp.map-iconp20{left: 31.525rem;top: 29.175rem;}
.sy2-llfn .map-iconp.map-iconp21{left: 26.7rem;top: 29.2rem;}
.sy2-llfn .map-iconp.map-iconp22{left: 19.825rem;top: 28.8875rem;}
.sy2-llfn .map-iconp.map-iconp23{left: 33.15rem;top: 29.85rem;}
.sy2-llfn .map-iconp.map-iconp24{left: 28.15rem;top: 33.65rem;}
.sy2-llfn .map-iconp.map-iconp25{left: 27.05rem;top: 17.95rem;}
.sy2-llfn .map-iconp.map-iconp26{left: 6.0375rem;top: 10.05rem;}
.sy2-llfn .map-iconp.map-iconp27{left: 15.3125rem;top: 23.1875rem;}
.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;
  }
}



.llfb-main{width: 31.25rem;height: 25rem;position: absolute;left: -12.5rem;bottom:0;background:#B71A0F;z-index: 9;padding-left: 1.875rem;color:#fff;padding-right: 1.875rem;padding-top: 1.875rem;}
.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;display: none;}
.llfb-main-h img{height:11.625rem;}
.llfb-main-t{position:relative;padding-left: 5.9375rem;}
.llfb-main-tt{font-size: 1.25rem;font-weight: bold;line-height: 1.75rem;position: relative;height: 2.0625rem;width: 100%;float: left;}
.llfb-main-tton{padding-top: 1.125rem;}
.llfb-main-t::after{content:"";display: block;background: url(sy_f3_mapIcon01.png) no-repeat 50% 50% #F4F4F4;position: absolute;left:0;top: 0;width: 4.5rem;height: 4.5rem;border-radius: 100%;background-size: 2rem 2rem;}
.llfb-main-b{padding-left: 5.9375rem;/* height: 8.4375rem; */overflow-y: auto;}
.llfb-main-m{padding-top: 1.0625rem;position: relative;}
.llfb-main-tc{border-bottom:0.0625rem dashed rgba(255,255,255,0.5);width: 100%;float: left;min-height: 4.5rem;display: block;}
.llfb-main-m h5{font-size: 1.125rem;font-weight: bold;line-height: 1.5625rem;background: url(sy_f3_dwicon.png) no-repeat 0.3125rem 0.0625rem;}
.llfb-main-m p{line-height: 2rem;display: inline-block;background: rgba(244, 244, 244, 0.2);border-radius: 0.25rem;padding: 0 0.625rem;color: #fff;font-size: 1.25rem;margin-left: 0.625rem;margin-bottom: 1.25rem;}
.llfb-main-m p:first-child{margin-left:0;}
.llfb-main-b p{font-size: 1rem;line-height: 1.375rem;margin-top: 1.25rem;line-height: 1.375rem;text-decoration: underline;}


/* 队伍风采 */
.sycon-r-con2{padding-left: 4.6875rem;}
.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: 11.05rem;
}

#certify .swiper-container {
  height: 30.625rem;
}
#certify .swiper-wrapper{position:relative;z-index:9;}
#certify  .swiper-slide {
  width: 53.75rem;
  height: 35rem;
  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;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-left: 7.25rem;padding-top: 9.95rem;}
.sycon-r-con4-l{width: 45.75rem;float:left;}
.sycon-r-con4-lt{width:100%;height: 24.875rem;}
.sycon-r-con4-lb{width:100%;height: 9.625rem;background: #fff;}
.sycon-r-con4-lbt{padding: 1.25rem;width: 100%;float: left;}
.sycon-r-con4-lbtbox h5{font-size: 1.25rem;font-weight:bold;color:#333;line-height: 2.5rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.sycon-r-con4-lbtbox p{margin-top: 0.625rem;line-height: 1.5625rem;font-size: 1rem;color: #333333;line-height: 2rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.sycon-r-con4-lbtbox a{display: none;}
.sycon-r-con4-lbtbox a:first-child{display: block;}
/* .sycon-r-con4-lbtbox.sycon-r-con4-lbtbox-csh a{display:none !important;}
.sycon-r-con4-lbtbox.sycon-r-con4-lbtbox-csh 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: 30.625rem;float:left;margin-left: 1.25rem;}
.sycon-r-con4-rbox{width:100%;float:left;position:relative;overflow: hidden;}
.sycon-r-con4-rbox + .sycon-r-con4-rbox{margin-top: 1.25rem;}
.sycon-r-con4-rbox p{width:100%;float:left;height: 16.625rem;padding-bottom: 3.25rem;}
.sycon-r-con4-rbox-title{width:100%;position: absolute;background: #fff;padding: 0 1.25rem;bottom: -3.875rem;}
.sycon-r-con4-rbox-title h5{line-height: 3.25rem;color:#333;font-size: 1.125rem;font-weight: normal;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.sycon-r-con4-rbox-title span{font-size: 1rem;color:rgba(255,255,255,0.5);display:inline-block;margin-bottom: 1.25rem;height:2.625rem;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.sycon-r-con4-lbtbox a:hover h5,
.sycon-r-con4-lbb p a:hover{color:#E60012;}
.sycon-r-con4-rbox a:hover h5{color:#fff;}
.sycon-r-con4-rbox a:hover .sycon-r-con4-rbox-title{bottom:0;background:#B71A0F;
transition: all 0.5s ease; /* 定义过渡效果 */
}

.gclbSwiper .swiper-slide{position: relative;}
.gclbSwiper .swiper-slide img{width: 100%;height: 100%;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: 2rem;}
.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: -1.25rem;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: 3.4375rem;padding-top: 6.5rem;}
.zbzsBox-list{width: 80.1875rem;float:left;overflow: hidden;}
.zbzsBox-list .zbzsBox-box-con{width:100%;float:left;}
.zbzsBox-list .zbzsBox-box{background: #eee;overflow:hidden;float: left;}
.zbzsBox-list .zbzsBox-box1{width:34.5rem;height:34.5rem;line-height:34.5rem;}
.zbzsBox-list .zbzsBox-box2{width: 26.5625rem;height:16.625rem;line-height:16.625rem;margin-left: 1.25rem;}
.zbzsBox-list .zbzsBox-box3{width: 16.625rem;height:16.625rem;line-height:16.625rem;margin-left: 1.25rem;}
.zbzsBox-list .zbzsBox-box4{width: 16.625rem;height:16.625rem;line-height:16.625rem;margin-left: 1.25rem;margin-top: 1.25rem;}
.zbzsBox-list .zbzsBox-box5{width: 26.5625rem;height:16.625rem;line-height:16.625rem;margin-left: 1.25rem;margin-top: 1.25rem;}

.zbzsBox-list .zbzsBox-box-con{width:100%;height: 100%;float:left;}
.zbzsBox-list .zbzsBox-box-con p{font-size: 1.125rem;padding-left: 1.25rem;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-box-con a{height:100%;display:inline-block;}
.zbzsBox-list .zbzsBox-box-con .zoomImg{height:100%;}
/* .zbzsBox-list .zbzsBox-box-con .zoomImg img{max-width:100%;max-height:100%;height:auto;} */
.zbzsBox-list .zbzsBox-box-con .zoomImg img{width:100%;height:100%;}


.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_leftn1.png) no-repeat 50% 50%;cursor: pointer;position: absolute;top: 0;right: 1.8125rem;z-index: 9;width: 2.75rem;height: 2.75rem;}
.zbzsSwiper .swiper-zbzs-next{background-image:url(sy_icon_right_on.png);}
.zbzsSwiper .swiper-zbzs-prev{/* padding-right: 2.625rem; */margin-right: 2.8125rem;/* background: red; */}
.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: static;height: 100%;}

.sy-con3{background:url(sy_f4_bg01.jpg) no-repeat bottom left;background-size: cover;}
.sy-con3-bg01{background-image:url(sy_f4_bg01.jpg);}
.sy-con3-bg02{background-image:url(sy_f4_bg02.jpg);}
.sy-con3-bg03{background-image:url(sy_f4_bg03.jpg);}
.sy-con3-bg04{background-image:url(sy_f4_bg04.jpg);}

.sy-con3 .page-con{height: 100%;}
.sy-con3-bg01::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.8125rem;top: 8.75rem;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 i{background-image:url(sy_f4_icon01.png);}
.sy-conStyle2 .sycon-lb p a.sy-icon3-yxyl i{background-image:url(sy_f4_icon02.png);}
.sy-conStyle2 .sycon-lb p a.sy-icon3-jdal i{background-image:url(sy_f4_icon03.png);}
.sy-conStyle2 .sycon-lb p a.sy-icon3-tjxf i{background-image:url(sy_f4_icon04.png);}
.sy-con3-box{float:left;}
.sy-con3-main{width:100%;float:left;height: 100%;}

.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-conStyle2 .sycon-lb p.on a.sy-icon3-jysk i{background-image:url(sy_f4_icon01_on.png);}
.sy-conStyle2 .sycon-lb p.on a.sy-icon3-yxyl i{background-image:url(sy_f4_icon02_on.png);}
.sy-conStyle2 .sycon-lb p.on a.sy-icon3-jdal i{background-image:url(sy_f4_icon03_on.png);}
.sy-conStyle2 .sycon-lb p.on a.sy-icon3-tjxf i{background-image:url(sy_f4_icon04_on.png);}

/* 应急救援-----救援时刻 */
.sy-con3-box1{padding-top: 5rem;margin-left: 7.375rem;width: 68.0625rem}
.sy-con3-boxbg,
.jyskSwiper{float:left;width: 100%;}
.jyskSwiper{float:left;width: 68.0625rem;}
.jyskSwiper{margin-top: -19.6875rem;margin-left: 5.375rem}
.jyskSwiper .jyskSwiper-list,
.jyskSwiper .jyskSwiper-list *{width:100%;float:left;display: inline-block;/* font-weight:bold; */font-style:normal;}
.jyskSwiper .jyskSwiper-list{width:7.5rem;background: url(sy_f4_icon05.png) no-repeat 0 0;padding-top: 3.375rem;background-size: 1.625rem 1.625rem;}
.jyskSwiper .jyskSwiper-list i{font-size: 1.375rem;line-height: 1.875rem;color:#004A8C;font-weight: bold;}
.jyskSwiper .jyskSwiper-list span{font-size: 1rem;line-height: 1.375rem;color:#004A8C;font-weight: bold;margin-top: 0.3125rem;font-style: normal;font-weight:bold;}
.jyskSwiper .jyskSwiper-list span:last-child{font-size: 1rem;line-height: 1.375rem;color:#000;margin-top: 1.25rem;}
.jyskSwiper .jyskSwiper-list a{color:#000;font-weight: bold;}
.jyskSwiper  .swiper-slide.swiper-slide-active .jyskSwiper-list,
.jyskSwiper .jyskSwiper-list:hover{background-image: url(sy_f4_icon05_on.png);}
.jyskSwiper  .swiper-slide.swiper-slide-active .jyskSwiper-list a,
.jyskSwiper .jyskSwiper-list:hover a,
.jyskSwiper  .swiper-slide.swiper-slide-active .jyskSwiper-list i,
.jyskSwiper .jyskSwiper-list:hover i,
.jyskSwiper  .swiper-slide.swiper-slide-active .jyskSwiper-list span,
.jyskSwiper .jyskSwiper-list:hover span
{color:#B71A0F;}
.jyskSwiper .swiper-slide{padding-bottom: 1.375rem;}
.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-pagination,
.jyskSwiper2 .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: 5.375rem;bottom: auto;left: auto;top: 21.5625rem;background:url(sy_icon_leftn1.png) no-repeat 50% 50%;background-size: 1.625rem 0.5rem;opacity: 1;}
.jyskSwiper .swiper-button-prev{right: 8.25rem;}
.jyskSwiper .swiper-button-next{background-image: url(sy_icon_right_on.png);}
.jyskSwiper .swiper-button-next::after,
.jyskSwiper .swiper-button-prev::after{display: none;}
.jyskSwiper .swiper-button-prev:hover{background-image: url(sy_icon_leftn1.png);}
.jyskSwiper .swiper-button-next:hover{background-image: url(sy_icon_right_on.png);}
.jyskSwiper .swiper-button-disabled{opacity: 0.5 !important;}

.jyskSwiper2 {float:left;padding-top: 5.5rem;}
.jyskSwiper2 .swiper-slide:nth-child(2n){margin-top: 5rem;}
.jyskSwiper2 .swiper-slide{ transition: all 0.4s ease;}
.jyskSwiper2 .swiper-slide.swiper-slide-active{margin-top: 5rem}
.jyskSwiper2 .swiper-slide.swiper-slide-active + .swiper-slide{margin-top: 0rem}
.jyskSwiper2 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide{margin-top: 5rem}
.jyskSwiper2 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide{margin-top: 0rem}


.jyskSwiper2 .jyskSwiper2-box{width: 17.8125rem;height: 31.25rem;position:relative;padding-left: 2.5625rem;float: left;margin-left: 1.875rem;}
.jyskSwiper2 .jyskSwiper2-box-t{font-size: 2.5rem;line-height: 3.5rem;font-weight: bold;color: #BA0810;float: left;}
.jyskSwiper2 .jyskSwiper2-box::before{content:'';display:block;width:0.75rem;height:0.75rem;background:#BA0810;border-radius:100%;border: 0.3125rem solid #F4E0E0;position: absolute;left: 0;top: 0.8125rem;z-index: 2;}
.jyskSwiper2 .jyskSwiper2-box::after{content:'';display:block;width: 0.0625rem;height: 29.0625rem;background-image: linear-gradient(180deg, #B80008 0%, #b80008e8 71%, #b8000800 100%);position: absolute;left: 0.6875rem;top: 2.0625rem;}
.jyskSwiper2 .jyskSwiper2-box-m{line-height: 1.375rem;margin-top: 1.875rem;font-size: 1rem;float: left;}
.jyskSwiper2 .jyskSwiper2-box-m li{margin-top: 1.25rem;padding-left: 1.375rem;position: relative;}
.jyskSwiper2 .jyskSwiper2-box-m li:first-child::before{content:'';display:block;width: 0.375rem;height: 0.375rem;background: #B80008;border-radius:100%;position: absolute;left: 0;top: 0.5rem;margin-top:0;}
.jyskSwiper2 .jyskSwiper2-box-m li + li img{width:100%;}.jyskSwiper2 .jyskSwiper2-box-m li a{color:#000;}
.jyskSwiper2 .jyskSwiper2-box-m span{display:block;font-size: 1.375rem;color: #B71A0F;line-height: 1.625rem;padding-bottom: 0.625rem;font-weight:bold;}
.jyskSwiper2 .jyskSwiper2-box-b{float: left;margin-top: 3.125rem;font-size: 1rem;color: #B71A0F;line-height: 1.625rem;padding-left: 1.375rem;display: none;}
.jyskSwiper2 .jyskSwiper2-box-b a{font-size: 1rem;color: #B71A0F;text-transform: uppercase;font-weight: bold;}
.jyskSwiper2 .swiper-button-prev,
.jyskSwiper2 .swiper-button-next{width:2.75rem;height: 2.75rem;/* border: 0.0625rem solid #D8D8D8; */position: absolute;right: -0.125rem;bottom: auto;left: auto;top: 0;background:url(sy_icon_leftn1.png) no-repeat 50% 50%;background-size: 1.625rem 0.5rem;opacity: 1;margin-top: 0;}
.jyskSwiper2 .swiper-button-prev{right: 2.875rem;}
.jyskSwiper2 .swiper-button-next{background-image: url(sy_icon_right_on.png);}
.jyskSwiper2 .swiper-button-next::after,
.jyskSwiper2 .swiper-button-prev::after{display: none;}
.jyskSwiper2 .jyskSwiper2-box-m li a:hover{color:#B80008;text-decoration:underline;}


/* 应急救援-----演习演练 */
.sy-con3-box2{width:100%;position: static;float:left;padding-top: 7.5rem;padding-left: 8.125rem;height: 100%;}
.sy-con3-box2w{background:#fff;float: left;padding-left: 3rem;padding-top: 2.5rem;position: absolute;right: 0;bottom: 0;width: 87.5rem;height: 45.375rem;padding-right: 6.875rem;}
.sy-con3-box2-l{width:43.84%;float:left;}
.sy-con3 .sycon-lb{margin-top: 10rem;}
.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:#BA0810;}
.sy-con3-box2-lcon h5{font-weight: normal;margin-top: 1.875rem;font-size: 1rem;line-height: 2;padding-right: 6.25rem;
-webkit-line-clamp: 6;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;
}
.sy-con3-box2-lcon > a{width:7.5rem;height: 2.75rem;display:block;text-align: center;line-height: 2.75rem;color:#000;position: relative;margin-top: 2.5rem;font-size: 0.875rem;background: #B71A0F;color: #fff;}
.sy-con3-box2-lcon > a::after{content: '';display:block;width: 2.375rem;height: 0.0625rem;background: #B71A0F;position: absolute;right: -1.125rem;top: 1.3125rem;}
.sy-con3-box2-lcon > a:hover{text-decoration:underline;}
.sy-con3-box2-r{width:56.16%;float:left;}
.sy-con3-box2-r .zoomImg{height: 100%;}

.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{float: left;margin-top: 5rem;}
.sy-con3-box2-lb-left,
.sy-con3-box2-lb-right{width:2.75rem;height: 2.75rem;background: url(sy_icon_leftn1.png) no-repeat 50% 50%;background-size: 1.625rem 0.5rem;opacity: 1;cursor: pointer;display: inline-block;}
.sy-con3-box2-lb-right{left: 2.875rem;background-image: url(sy_icon_right_on.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: 88.3125rem;position: relative;float:left;padding-top: 5rem;padding-left: 8.125rem;}
.sy-con3-box3-tt,
.sy-con3-box3-tb{width:100%;float:left;}
.sy-con3-box3-tt{height: 25rem;width: 100%;}
.sy-con3-box3-ttl{width: 38.75rem;height: 100%;float:left;}
.sy-con3-box3-ttm{width: 19.4375rem;height: 100%;float:left;margin-left: 1.25rem;}
.sy-con3-box3-ttr{width: 19.4375rem;height: 100%;float:left;margin-left: 1.25rem;}
.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;max-width: 100%;display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.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: #B71A0F;height: 100%;}
.sy-con3-box3-ttm p{height: 11.25rem;}
.sy-con3-box3-ttm > a{padding:1.875rem;font-weight: normal;display:block}
.sy-con3-box3-ttm > a h5{color:#fff;font-size: 1.125rem;line-height: 1.5625rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-weight: normal;}
.sy-con3-box3-ttm > a span{font-size: 1rem;line-height: 1.375rem;color:rgba(255, 255, 255, 0.5);padding-top: 1.25rem;display:block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.sy-con3-box3-ttm > a:hover h5{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;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.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: 38.75rem;height: 100%;float:left;padding: 1.25rem;}
.sy-con3-box3-tbr{width: 40.125rem;height: 100%;float:left;margin-left: 1.25rem;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 > a{width:100%;font-weight: normal;padding-left: 1.25rem}
.sy-con3-box3-tbbox > a h5{font-size: 1.125rem;line-height: 1.5625rem;color:#000;font-weight: bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.sy-con3-box3-tbbox > a span{font-size: 1rem;line-height: 1.375rem;color:#666666;padding-top:1.25rem;display: block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.sy-con3-box3-tbbox > a:hover h5{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;position: relative;padding-top: 5rem;padding-left: 8.125rem;}
.tjxfSySwiper{width:80rem;float:left;padding-top: 5.5rem;}
/* .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;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.sy-con3-box4box h5 a{color:#063A7F}
.sy-con3-box4box h5 a:hover{text-decoration: underline;}
.sy-con3-box2-lb2{top: 0;right: 0;width: auto;display: inline-block;position: absolute;z-index: 9;}
.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: #004A8C !important;background-size: cover;}
.sy-con4 .page-con{height:100%;}
.sycon4-l{width: 32.5rem;float:left;padding-top:3.0625rem;padding-right: 3.125rem;}
.sycon4-t{width:100%;float:left;}
.sycon4-t img{height: 5rem;}

.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: #fff;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: #fff;position: absolute;left:0;bottom:0;}
.sycon4-m span{width:100%;float:left;display: block;font-size: 1rem;line-height: 2;color: #fff;text-align:justify;margin-top: 1.8125rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}
.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 #fff;color: #fff;position: relative;font-size: 0.875rem;}
.sycon4-m p > a::after{content: '';display:block;width: 2.375rem;height: 0.0625rem;background: #fff;position: absolute;right: -1.125rem;top:1.1875rem;}
.sycon4-m p > a:hover{color:#fff;border-color:#B71A0F;background:#B71A0F;}
.sycon4-m p > a:hover::after{background:#fff;}

/* .sycon4-r{width:61.1112%;float:left;padding-top: 6.1875rem;} */
.sycon4-r{width: 80rem;position: absolute;padding-top: 5rem;right: 0;top: 0;height: 100%;}
.sycon-box,
.gcjsSySwiperWrap,
.swiper-slide-gcjs,
.gcjsSySwiper,
.gcjsSySwiper .swiper-wrapper,
.gcjsSySwiper .swiper-slide{height:100%;}
.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: 100%;}
.gcjsSySwiper .swiper-button-next,
.gcjsSySwiper .swiper-button-prev{width:2.75rem;height: 2.75rem;position: absolute;right: 7.5rem;bottom: 9.75rem;left: auto;top:auto;background: url(sy_icon_leftn2.png) no-repeat 50% 50% rgba(255,255,255,0.6);background-size: 1.625rem 0.5rem;opacity: 0.8;}
.gcjsSySwiper .swiper-button-prev{right: 10.3125rem;}
.gcjsSySwiper .swiper-button-next{background-image: url(sy_icon_right3.png);background-color: #B71A0F;}
.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: 12.5rem;background: #B71A0F;padding-left: 7.5rem;padding-top: 3.375rem;position: absolute;left:0;bottom: 0;z-index: 2;}
.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.25rem;font-size: 1.125rem;line-height: 1.5625rem;color: rgba(255,255,255,0.6);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: #fff;}
.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.jpg) no-repeat bottom left;background-size: cover;padding-top: 5rem;}
.sycon5-t{margin-top: 2.5625rem;}
.sycon5-t img{height: 5rem;}
.sycon5-m{width:100%;float:left;margin-top: 5rem;white-space: nowrap;}

.sycon5-mbox{width:13.125rem;height: 27.5rem;position: relative;margin-left: 0.625rem;background: url(qywh_img01.png) no-repeat bottom right #FFFFFF;background-size: 100% 100%;display: inline-block;white-space: normal;margin-top: 1.875rem;vertical-align: top;}
.sycon5-mbox:first-child{margin-left:0;}
.sycon5-mbox-l{position:absolute;top:0;left: 1.25rem;width: 22.5rem;display: none;}
.sycon5-mbox-l img{width: 100%;margin-top: 0;float: left;}
.sycon5-mbox-r{width:100%;padding: 2.5rem 1.75rem 0 1.75rem;float:left;overflow: hidden;}
.sycon5-mbox-r h5{width:100%;float:left;font-size: 1.5rem;line-height: 2.0625rem;font-weight: bold;color:#333333;white-space: nowrap;}
.sycon5-mbox-rd{width:100%;float:left;margin-top: 1.875rem;font-size: 1rem;line-height: 2;color:#999999;text-align: justify;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 7;
overflow: hidden;
}

.sycon5-mlt {white-space:nowrap;}
.sycon5-mlt .sycon5-mbox{display: inline-block;white-space: normal;}

.sycon5-mbox-rd2{width:100%;float:left;margin-top: 3.125rem;display: none;}
.sycon5-mbox-rd2 a{width:7.5rem;height: 2.5rem;display:block;text-align: center;line-height: 2.375rem;border: 0.0625rem solid #fff;color:#fff;position: relative;font-size: 0.875rem;}
.sycon5-mbox-rd2 a::after{content: '';display:block;width: 2.375rem;height: 0.0625rem;background:#fff;position: absolute;right: -1.125rem;top:1.1875rem}
.sycon5-mbox-rd2 a:hover{color:#fff;border-color:#B71A0F;background:#B71A0F;}
.sycon5-mbox-rd2 a:hover::after{background:#fff;}

.sycon5-mbox.on .sycon5-mbox-rd2,
.sycon5-mbox:hover .sycon5-mbox-rd2{display: block;}

.sycon5-mbox2{background-image: url(qywh_img02.png);
animation-delay:0.3s;
}
.sycon5-mbox3{background-image: url(qywh_img03.png);
animation-delay:0.6s;
}
.sycon5-mbox4{background-image: url(qywh_img04.png);
animation-delay:0.9s;
}
.sycon5-mbox5{background-image: url(qywh_img05.png);
animation-delay:1.2s;
}

.sycon5-mbox.on,
.sycon5-mbox:hover{background-image: url(qywh_img01_bg01.png);width: 50rem;background-size: cover;position: relative;z-index: 2;height: 31.25rem;margin-top: 0;}
.sycon5-mbox2.on, 
.sycon5-mbox2:hover{background-image: url(qywh_img02_bg01.png);}
.sycon5-mbox3.on,
.sycon5-mbox3:hover{background-image: url(qywh_img03_bg01.png);}
.sycon5-mbox4.on,
.sycon5-mbox4:hover{background-image: url(qywh_img04_bg01.png);}
.sycon5-mbox5.on,
.sycon5-mbox5:hover{background-image: url(qywh_img05_bg01.png);}
.sycon5-mbox.on .sycon5-mbox-r,
.sycon5-mbox:hover .sycon5-mbox-r{width:21.875rem;float:right;margin-right: 2.5rem;color:#fff;}
.sycon5-mbox.on .sycon5-mbox-r h5,
.sycon5-mbox:hover .sycon5-mbox-r h5,
.sycon5-mbox.on .sycon5-mbox-r div,
.sycon5-mbox:hover .sycon5-mbox-r div{color:#fff;}
.sycon5-mbox.on .sycon5-mbox-l,
.sycon5-mbox:hover .sycon5-mbox-l{display:block;}
.sycon5-mbox.on .sycon5-mbox-l img{
	margin-top: -3.375rem;
	transition: all 0.5s ease; /* 定义过渡效果 */
	-webkit-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-delay:1.5s;
	animation-delay:4s;
}

/* .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;margin-top: 6.875rem;} */









/* 第七屏 ------- 安能影像================== */
.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: 5rem;}
.sycon6-m{width:100%;float:left;margin-top: 2.1875rem;padding-left: 7.5rem;position:relative;margin-top:0.5875rem;}
.sycon6-ml{width:40rem;position:absolute;z-index: 2;top: 1.875rem;}
.sycon6-mlt{width:100%;float:left;height: 21.25rem;position: relative;}
.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.3125rem;height: 0.5rem;top: auto;line-height: 1;right: 1.125rem;width: auto;left: auto;font-size: 0;}
.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: 0;bottom: 0;z-index: 2;line-height: 3.125rem;height: 3.125rem;background: rgba(0,0,0,0.5);width: 100%;padding-right: 7.5rem;padding-left: 1.25rem;}
.sy-con6-title span{display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.sycon6-mlb .sy-con6-title{padding-right: 1.25rem;}
.sy-con6-name{display: inline-block;background: url(sy_f7_colbg01.png) no-repeat 0 0;border-radius: 0.125rem;color: #ffff;padding:  0 0.375rem;font-size: 0.875rem;position: absolute;top: 0.625rem;left: -0.375rem;z-index: 9;width: 5.5rem;height: 2.5625rem;padding-top: 0.3125rem;line-height: 2.25rem;text-align: center;background-size: 5.5rem 2.5625rem;}
.sy-con6-name a::after {display: none !important;}
.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: 0.95rem;max-width: 100%;}
.sy-con6-title span:hover{text-decoration:underline;}
.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: 7.5rem;}
.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;color:#000;font-weight: bold;}
.sycon6-mrmb-box h5 span{color:#999;font-weight:normal;font-size: 1rem;float:right;position: relative;top: 0.3125rem;}
.sycon6-mrmb-box h5 a{color: #000000;}
.sycon6-mrmb-box p{width:100%;float:left;margin-top: 1.375rem;font-size: 1rem;line-height:2;color:#333;text-align: justify;}
.sycon6-mrmb-box p a{color:#063A7F;}
.sycon6-mrmb-box h5 a:hover{color:#063A7F;}
.sycon6-mrmb-box h5 span{display: inline-block;float:right;color:#999999;font-size: 1rem;}
.sycon6-mrmb-box p a:hover{text-decoration: underline;}

.sycon6-mrmf{position:absolute;right: 5.4375rem;padding-right: 0;line-height: 1.5625rem;margin-right: 1.625rem;z-index: 2;bottom: 1.875rem;}

.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{opacity: 1;}
.sy-con2_1-In .sy2-llfn .map-iconp{opacity:0 !important;}
.sy-con2_1-In .llfb-main{margin-right:-125rem;}
.sy-con2_1-In.sy-con2_1-Intime .sy2-llfn-img1{opacity:1;transition: all .7s ease;}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp1{opacity:1 !important;transition: all 1.4s ease;
transition-delay: 0.7s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp2{opacity:1 !important;transition: all 1.3s ease;
transition-delay: 0.6s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp3{opacity:1 !important;transition: all 1.2s ease;
transition-delay: 0.5s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp4{opacity:1 !important;transition: all 1.1s ease;
transition-delay: 0.4s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp5{opacity:1 !important;transition: all 1.0s ease;
transition-delay: 0.3s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp6{opacity:1 !important;transition: all 1.0s ease;
transition-delay: 0.3s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp7{opacity:1 !important;transition: all 0.9s ease;
transition-delay: 0.2s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp8{opacity:1 !important;transition: all 0.95s ease;
transition-delay: 0.25s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp9{opacity:1 !important;transition: all 0.96s ease;
transition-delay: 0.26s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp10{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.24s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp11{opacity:1 !important;transition: all 0.92s ease;
transition-delay: 0.22s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp12{opacity:1 !important;transition: all 0.9s ease;
transition-delay: 0.2s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp13{opacity:1 !important;transition: all 0.87s ease;
transition-delay: 0.17s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp14{opacity:1 !important;transition: all 0.85s ease;
transition-delay: 0.15s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp15{opacity:1 !important;transition: all 0.83s ease;
transition-delay: 0.13s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp16{opacity:1 !important;transition: all 0.81s ease;
transition-delay: 0.11s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp17{opacity:1 !important;transition: all 0.8s ease;
transition-delay: 0.1s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp18{opacity:1 !important;transition: all 0.79s ease;
transition-delay: 0.09s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp19{opacity:1 !important;transition: all 0.76s ease;
transition-delay: 0.09s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp20{opacity:1 !important;transition: all 0.73s ease;
transition-delay: 0.03s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp21{opacity:1 !important;transition: all 0.7s ease;
transition-delay: 0s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp22{opacity:1 !important;transition: all 0.7s ease;
transition-delay: 0s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp23{opacity:1 !important;transition: all 0.73s ease;
transition-delay: 0.03s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp24{opacity:1 !important;transition: all 0.75s ease;
transition-delay: 0.08s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp25{opacity:1 !important;transition: all 0.75s ease;
transition-delay: 0.08s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp26{opacity:1 !important;transition: all 1.1s ease;
transition-delay: 0.4s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp27{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.24s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp28{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.24s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp29{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.4s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp30{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.5s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp31{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.3s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp32{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.24s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp33{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.4s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp34{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.5s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp35{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.3s;
}
.sy-con2_1-In.sy-con2_1-Intime .map-iconp36{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.3s;
}

.sy-con2_1-In.sy-con2_1-Intime .llfb-main{margin-right: 0;transition: all .7s ease;}


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

.sy-con2_1-Out.sy-con2_1-Outtime .sy2-llfn-img1{opacity:0;transition: all .7s ease;}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp1{opacity:0 !important;transition: all 1.4s ease;
transition-delay: 0.7s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp2{opacity:0 !important;transition: all 1.3s ease;
transition-delay: 0.6s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp3{opacity:0 !important;transition: all 1.2s ease;
transition-delay: 0.5s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp4{opacity:0 !important;transition: all 1.1s ease;
transition-delay: 0.4s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp5{opacity:0 !important;transition: all 1.0s ease;
transition-delay: 0.3s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp6{opacity:0 !important;transition: all 1.0s ease;
transition-delay: 0.3s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp7{opacity:0 !important;transition: all 0.9s ease;
transition-delay: 0.2s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp8{opacity:0 !important;transition: all 0.95s ease;
transition-delay: 0.25s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp9{opacity:0 !important;transition: all 0.96s ease;
transition-delay: 0.26s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp10{opacity:0 !important;transition: all 0.94s ease;
transition-delay: 0.24s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp11{opacity:0 !important;transition: all 0.92s ease;
transition-delay: 0.22s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp12{opacity:0 !important;transition: all 0.9s ease;
transition-delay: 0.2s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp13{opacity:0 !important;transition: all 0.87s ease;
transition-delay: 0.17s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp14{opacity:0 !important;transition: all 0.85s ease;
transition-delay: 0.15s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp15{opacity:0 !important;transition: all 0.83s ease;
transition-delay: 0.13s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp16{opacity:0 !important;transition: all 0.81s ease;
transition-delay: 0.11s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp17{opacity:0 !important;transition: all 0.8s ease;
transition-delay: 0.1s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp18{opacity:0 !important;transition: all 0.79s ease;
transition-delay: 0.09s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp19{opacity:0 !important;transition: all 0.76s ease;
transition-delay: 0.06s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp20{opacity:0 !important;transition: all 0.73s ease;
transition-delay: 0.03s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp21{opacity:0 !important;transition: all 0.7s ease;
transition-delay: 0s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp22{opacity:0 !important;transition: all 0.7s ease;
transition-delay: 0s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp23{opacity:0 !important;transition: all 0.73s ease;
transition-delay: 0.03s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp24{opacity:0 !important;transition: all 0.75s ease;
transition-delay: 0.08s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp25{opacity:0 !important;transition: all 0.75s ease;
transition-delay: 0.08s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp26{opacity:0 !important;transition: all 1.1s ease;
transition-delay: 0.4s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp27{opacity:0 !important;transition: all 0.94s ease;
transition-delay: 0.24s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp28{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.24s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp29{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.4s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp30{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.5s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp31{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.3s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp32{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.24s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp33{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.4s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp34{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.5s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp35{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.3s;
}
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp36{opacity:1 !important;transition: all 0.94s ease;
transition-delay: 0.3s;
}
.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_1-In .sy-con3-box1{display: block;}
.sy-con3_1-In .sy-con3-box3,
.sy-con3_1-In .sy-con3-box2,
.sy-con3_1-In .sy-con3-box4{display: none;}

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

.sy-con3_1-In.sy-con3_1-Intime .jyskSwiper2 .swiper-slide{top: 0 ;transition: all 1.5s ease;}
.sy-con3_1-In.sy-con3_1-Intime .jyskSwiper2 .swiper-slide:nth-child(2n){top: 0 ;transition: all 1.5s ease;}

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

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




/* 演戏演练 */
/* 移入--移动位置 */
.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 .map-iconp24,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp25,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp26,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp27,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp28,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp29,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp30,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp31,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp32,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp33,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp34,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp35,
.sy-con2_1-In.sy-con2_1-Intime .map-iconp36,
.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 .map-iconp24,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp25,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp26,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp27,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp28,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp29,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp30,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp31,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp32,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp33,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp34,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp35,
.sy-con2_1-Out.sy-con2_1-Outtime .map-iconp36,
.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;
}


.animated2{
	-webkit-animation-duration: 1.5s !important;
	  animation-duration: 1.5s !important;
	 -webkit-transition-duration: 1.5s !important;
	transition-duration: 1.5s !important;
	transition: all 1.5s ease !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;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.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;float:left;margin-right: 2.5rem;background: #F5F5F5;box-shadow: 0 0.125rem 0.625rem 0 #9999994d;margin-top: 2.5rem;}
/* height:17.5rem;
.lmy-main-piclist ul li .zoomImg{height:13.75rem;} */
.lmy-main-piclist ul li .zoomImg{height:16.875rem;}
.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-wzy .wzy-con-m img{max-width:100% !important;}
.zmguw{float:left;margin-right:30px}
/* 栏目页-企业战略 */
.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: 3.125rem 0}
.lmy-qywh-wrap{width:100%;float:left;padding-bottom: 3.125rem;}
.lmy-qywh-box{width: 50%;float:left;margin-top: 1.25rem;padding-right: 3.125rem;}
.lmy-qywh-box-hd{width:100%;float:left;font-size: 1.25rem;font-weight:bold;border-bottom: 0.0625rem solid #eee;line-height:1;}
.lmy-qywh-box-hd span{display:inline-block;position:relative;height: 3.125rem;}
.lmy-qywh-box-hd span:after{content:"";display:block;height: 0.3125rem;background: #063A7F;position:absolute;bottom: 0;left: 0;width: 100%;}
.lmy-qywh-box-bd{width:100%;float:left;line-height:2;font-size: 1.125rem;padding: 0.9375rem 0 1.875rem 0;font-size: 1.25rem;}


.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%;padding-top: 13.75rem;}
.lmy-lszy img{width:100%;}
.lmy-lszy-box{width:100%;display:flex;margin: 3.125rem 0;margin-top: -12.5rem;}
.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;}
.lmy-lszys2 .lmy-lszy-box-l::after{width:1.25rem;height:1.1875rem;z-index:2;background:#fff;border: 0.25rem solid #F23A3A;top:0;margin-right: -0.8125rem;}
.lmy-lszys2 .lmy-lszy-box2 .lmy-lszy-box-l::after{margin-left: -0.8125rem;margin-right: auto;}


/* 分页 */
.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-tp2{font-size: 1.375rem;font-weight:normal;}
.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;padding-left:10%;padding-right: 10%;}
.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.25rem;line-height:2;text-align:justify;margin-top: 2.5rem;float: left;color:#333;padding-left:10%;padding-right: 10%;}
.wzy-con-m img{max-width: 50rem !important;height: auto !important;}

.zdyIMgwidth{padding-left:0;padding-right:0;}
.zdyIMgwidth img{max-width: 100% !important;}

.wzy-con-b{width:100%;float:left;margin-top: 3.125rem;padding-left:10%;padding-right: 10%;}
.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);
}
.swiper-pagination-sypage-new span.swiper-pagination-bullet-active::after,
.swiper-pagination-sypage-new span:hover::after{width: 1.25rem;height: 1.25rem;top: -0.1875rem;left: -0.1875rem;background: url(/cms_files/webchinaAn/pubtplobject/defaultSet/FejOxP4BUGjsMYQWT052r/images/logo_l.png) no-repeat 50% 50%;background-size: contain;border-radius: 0;}





.lmy-ldcy{font-size:0;text-align:center;padding-bottom: 1.875rem;color:#333;}
.lmy-ldcy .lmy-ldcy-con{display:inline-block;margin: 0 1.875rem;margin-top: 2.5rem;}
.lmy-ldcy .lmy-ldcy-con-l{width: 10rem;}
.lmy-ldcy .lmy-ldcy-con-l img{width: 100%;}
.lmy-ldcy .lmy-ldcy-con-r p{display:block;text-align:center;line-height: 1.5625rem;font-size: 1.125rem;font-weight:bold;padding: 1.25rem 0 1.3125rem 0;position:relative;}
.lmy-ldcy .lmy-ldcy-con-r p:after{content:"";display:inline-block;width:1.875rem;height:0.125rem;background:#063A7F;position:absolute;bottom:0;left:50%;margin-left: -0.9375rem;}
.lmy-ldcy .lmy-ldcy-con-r span{display:block;font-size: 0.875rem;line-height: 1.25rem;text-align:center;padding-top: 0.625rem;}
.lmy-ldcy-2{padding-bottom: 6.25rem;}

.lmy-ldcy-new{text-align:left;padding-left: 22.5rem;padding-right: 22.5rem;float: left;}
.lmy-ldcy-new .lmy-ldcy-con{width:100%;display:flex;float:left;}
.lmy-ldcy-new .lmy-ldcy-con-l{display:block;float: left;margin-right: 1.875rem;}
.lmy-ldcy-new .lmy-ldcy-con-r{text-align:left;}
.lmy-ldcy-new .lmy-ldcy-con-r p{text-align:left;width: auto;display: inline-block;}
.lmy-ldcy-new .lmy-ldcy-con-r span{display:block;font-size: 1rem;margin-top: 0;padding: 0;}
.lmy-ldcy-new .lmy-ldcy-con-r p::after{display: none;}
.lmy-ldcy-new.lmy-ldcy-1{padding-bottom: 5rem;}



.jysk-wzy-con-tb .wzy-con-tbl{width: 100%;}
.jysk-wzy-con-tb .wzy-con-tbl span{float:right}
.jysk-wzy-con-tb .wzy-con-tbl span:first-child{float:left}

.jysk_pages_content{padding: 0 11.25rem;margin-bottom: 11.25rem;}
.jysk_pages_content_t{padding: 1.25rem 0;}
.jysk_pages_content_b{margin-top: 1.875rem;padding-left: 2em;}
.jysk_pages_content dl{}
.jysk_pages_content dl dt{font-size: 1.5rem;font-weight:bold;color:#000;margin-bottom: 1.25rem;}
.jysk_pages_content dl dd{padding: 0.625rem 0;position:relative;padding-left: 3.125rem;}
.jysk_pages_content dl dd span{font-size: 1rem;color:#999}
.jysk_pages_content dl dd p{font-size: 1.125rem;color:#000}
.jysk_pages_content dl dd p a{color:#000;}
.jysk_pages_content dl dt{font-size: 1.5rem;font-weight:bold;color:#000;}
.jysk_pages_content dl dd::before{content:'';width:0.125rem;height:100%;position:absolute;left:0.9375rem;top:0;background:#ddd;}
.jysk_pages_content dl dd::after{content:'';width:0.5rem;height:0.5rem;position:absolute;left:0.5625rem;top:1.375rem;background:#fff;border-radius:100%;border: 0.1875rem solid #063A7F;z-index: 2;}
.jysk_pages_content dl dd:first-child::after,
.jysk_pages_content dl dt + dd::after{border-color:#B71A0F;}
.jysk_pages_content dl dd p a:hover{text-decoration: underline;}



/* 企业战略 - 样式2*/
.lmy-qyzl2{width:100%;float:left;position:relative;padding: 0 6.25rem;margin-top: 0;margin-bottom: 3.75rem;}
.lmy-qyzl2-wmain{width:100%;float:left;}
.lmy-qyzl2-box-bg-div{width:100%;float:left;position:relative;}
.lmy-qyzl2-box-bg{width:37.6875rem;position:absolute;left:50%;margin-left: -18.8125rem;top: -26.875rem;z-index: 0;}
.lmy-qyzl2-box{width:50%;float:left;min-height: 31.25rem;display: table;}
.lmy-qyzl2-boxc{width:100%;display: table-row;}
.lmy-qyzl2-boxcon{display: table-cell;vertical-align: bottom;width: 100%;}
.lmy-qyzl2-boxcon-bnox{border: 0.0625rem solid #eee;padding: 0.625rem 1.25rem;border-radius: 0.625rem;}
.lmy-qyzl2-box-t{width:100%;line-height:2;font-size: 1.375rem;font-weight:bold;}
.lmy-qyzl2-box-m{width:100%;line-height:2;font-size: 1.125rem;margin-top: 0.625rem;text-align:justify;padding-bottom: 1.25rem;text-indent: 2em;}
.lmy-qyzl2-box1,
.lmy-qyzl2-box3{padding-right: 21.875rem;}
.lmy-qyzl2-box2,
.lmy-qyzl2-box4{float:right;padding-left: 21.875rem;}
.lmy-qyzl2-box1 .lmy-qyzl2-boxcon-bnox{border-color:#ce4455;}
.lmy-qyzl2-box2 .lmy-qyzl2-boxcon-bnox{border-color:#165e94;}
.lmy-qyzl2-box3 .lmy-qyzl2-boxcon-bnox{border-color:#e99f29;}
.lmy-qyzl2-box4 .lmy-qyzl2-boxcon-bnox{border-color:#5d935d;}
.lmy-qyzl2-box1 .lmy-qyzl2-boxc .lmy-qyzl2-box-t{color:#ce4455;}
.lmy-qyzl2-box2 .lmy-qyzl2-boxc .lmy-qyzl2-box-t{color:#165e94;}
.lmy-qyzl2-box3 .lmy-qyzl2-boxc .lmy-qyzl2-box-t{color:#e99f29;}
.lmy-qyzl2-box4 .lmy-qyzl2-boxc .lmy-qyzl2-box-t{color:#5d935d;}
.lmy-qyzl2-box1 .lmy-qyzl2-boxcon,
.lmy-qyzl2-box2 .lmy-qyzl2-boxcon{vertical-align:bottom;}
.lmy-qyzl2-box3 .lmy-qyzl2-boxcon,
.lmy-qyzl2-box4 .lmy-qyzl2-boxcon{vertical-align:top;}
.lmy-qyzl2-box3,
.lmy-qyzl2-box4{margin-top: 5.625rem;}


/* 网站群 */
.wzq-hd{width:100%;float:left;margin-top: 3.125rem;}
.wzq-hd h5{display:block;font-size: 2rem;line-height: 2.8125rem;color:#000000;font-weight:bold;}
.wzq-hd p{font-size: 1.125rem;color: #999999;letter-spacing: 0;line-height: 2rem;}
.wzq-bd{width:100%;float:left;padding-bottom: 11.25rem;}
.wzq-bd-con{width: 100%;float:left;margin-top: 2.5rem;padding-bottom: 1.25rem;border-bottom: 0.0625rem solid #DDDDDD;position:relative;min-height: 4.0625rem;}
.wzq-bd-con-t{width:100%;float:left;height:1.5625rem;line-height: 1.5625rem;border-left: 0.25rem solid #004A8C;padding-left: 1.5rem;font-size: 1.375rem;font-weight: bold;color: #000000;}
.wzq-bd-con a{color:#333}
.wzq-bd-con-b{width:100%;float:left;margin-top: 1.875rem;padding-left: 1.75rem;}
.wzq-bd-con-b p{position:relative;width: 33.33333%;padding-left: 1.25rem;font-size: 1rem;line-height: 2;float: left;margin-bottom: 1.25rem;}
.wzq-bd-con-b p::before{content:"";display:block;width:0.1875rem;height:0.1875rem;background:#004A8C;position:absolute;left:0;top: 0.9375rem;}
.wzq-bd-con a:hover{color:#004A8C;text-decoration:underline;}



/* 
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;}

  
}

.pages_content.pages_content_big *{line-height: 2.5 !important;font-size: 1.5625rem !important;;}
.pages_content.pages_content_normal *{line-height: 2.5 !important;font-size: 1.25rem !important;;}
.pages_content.pages_content_small *{line-height: 2.5 !important;font-size: 1rem !important;}

@media (min-width: 1920px) {
	.pages_content *{line-height: 2.5 !important;font-size: 1.25rem !important;}
	.pages_content img{width: 50rem ! important;height: auto !important;margin-top: 1.25rem !important;margin-bottom: 1.25rem !important}

	.zdyIMgwidth img{width: 100% !important;}
  
	.pages_content #h-ckplayer-contain0 *{font-size: 16px !important;}
	.pages_content.pages_content_big *{line-height: 2.5 !important;font-size: 1.5625rem !important;;}
	.pages_content.pages_content_normal *{line-height: 2.5 !important;font-size: 1.25rem !important;;}
	.pages_content.pages_content_small *{line-height: 2.5 !important;font-size: 1rem !important;}
  
  
  	.photoMHD .photoFrom,
    .photoMHD .photoTo{width: 63px !important;height: 78px !important;margin-top: auto !important;margin-bottom: auto !important;}
    .photoMHD .photoList .picList .listM li img{vertical-align:middle; width:94px !important; height:64px !important; margin:6px 1px 0 0 !important;}
    .photoMHD .photoNews{padding-bottom:0;}

  
}