@charset "utf-8";
/* 首页 */
.main-container{overflow: hidden;}
.HomeBan{overflow:hidden}
.HomeBan .swiper-slide{position:relative;overflow:hidden}
.HomeBan .swiper-slide .imgbox{position:relative;padding-top:9.6rem}
.HomeBan .swiper-slide .video-ct{position:absolute;width:100%;height:100%;top:0;left:0;background:url(../images/loading.gif) no-repeat center center}
.HomeBan .swiper-slide .video-ct video{width:100%;height:100%;object-fit:cover}
.HomeBan .swiper-slide.swiper-slide-active .imgbox img{animation:scale linear 6s forwards}
@keyframes scale{0%{transform:scale(1);-webkit-transform:scale(1)}
100%{transform:scale(1.1);-webkit-transform:scale(1.1)}
}.HomeBan .swiper-pagination{bottom:0.3rem}
.HomeBan .swiper-pagination .swiper-pagination-bullet{width:0.8rem !important;height:0.08rem !important;background:#fff !important;opacity:0.4;border-radius:0;transform:skewX(-20deg);margin:0 0.1rem}
.HomeBan .swiper-pagination .swiper-pagination-bullet-active{background:#E60012 !important;opacity:1}
.HomeBan .swiper_button{transition:all .5s;opacity:0}
.HomeBan:hover .swiper-button-next{opacity:1;right:1rem !important}
.HomeBan:hover .swiper-button-prev{opacity:1;left:1rem !important}
@media(min-width:1025px){
#fullpage .section:not(.page-06) {height:100vh !important;overflow:hidden;}
.home-page{overflow:hidden !important;height:100vh !important;}
.page-01{z-index:100;background:#000;}
}
@media(max-width:1024px){
.HomeBan .swiper-slide .imgbox{padding-top:60%}
.HomeBan .swiper-pagination{bottom:0.2rem}
.HomeBan .swiper-pagination .swiper-pagination-bullet{width:0.4rem !important;height:0.04rem !important}
.HomeBan:hover .swiper-button-prev,.HomeBan:hover .swiper-button-next{display: none !important;}
}
.HomeTit{margin-bottom:0.5rem}
.HomeTit .tag{font-weight:500}
.HomeTit .tit{line-height:1.36;color:#666666}
.HomeTit .intro{margin-top:0.2rem}
.HomeTit .intro p{margin-bottom:0.3rem}
.HomeTit .intro p:last-child{margin-bottom:0}
.HomeTit .intro{text-align:center;max-width:16rem}
.HomeTit img{width:6.28rem;max-width:50%}
.HomeMore a{display:block;width:1.96rem;line-height:0.6rem;display:flex;align-items:center;justify-content:space-between;padding:0 0.3rem;border-radius:0.6rem;background:#e60012;color:#fff;transition:all .5s}
.HomeMore a img{filter:brightness(0) invert(1);transition:all 0.5s}
.HomeMore a:hover img{transform:translateX(-0.1rem)}
.HomeMore a:hover{color: #fff;opacity: .8;}
@media(max-width:1024px) {
	.HomeTit{margin-bottom:0.2rem}
	.HomeMore a{width:1.4rem;line-height:.4rem;border-radius:0.4rem;padding:0 0.15rem}
}
/* 走进百联 */
.HomeAbout{background:url(../images/home_aboutbg.jpg) no-repeat center bottom;background-size:cover;position:relative;overflow:hidden}
.HomeAbout .before{position:absolute;left:0;top:0;width:9.271vw;height:37.292vw;background:url(../images/home_about_ico.png) no-repeat 0 0/contain}
.HomeAbout .logo{width:58.125vw;height:56.979vw;right:-16.406vw;bottom:6.823vw;background:url(../images/home_about_logo.png) no-repeat center bottom/contain;position:absolute}
.HomeAbout .con{text-align:center}
.HomeAbout .con p{margin-bottom:0.08rem}
.HomeAbout .HomeMore a{margin:0.4rem auto 0}
.HomeNum{margin-top:0}
.HomeNum ul::after{content:'';display:block;clear:both}
.HomeNum ul{margin-left:-4.167vw;}
.HomeNum ul li{width:calc(100% / 4 - 4.167vw);margin-left:4.167vw;float:left;border-radius:0.2rem;overflow:hidden;position:relative}
.HomeNum ul li .img{padding-top:calc(470 / 350 * 100%)}
.HomeNum ul li .txt{position:absolute;left:0;top:0;z-index:99;padding:0.4rem}
.HomeNum ul li .txt .num{display:inline-block;align-items:flex-end;justify-content:flex-start;line-height:1;position:relative}
.HomeNum ul li .txt .num span{font-size:0.6rem;background:linear-gradient(0deg,#E60012 0%,#FF515F 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Barlow;font-weight:bold;line-height:0.9}
.HomeNum ul li .txt .num b{font-size:0.36rem;background:linear-gradient(0deg,#E60012 0%,#FF515F 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:absolute;left:100%;top:-0.05rem}
.HomeNum ul li .txt .num i{position:absolute;bottom:0.03rem;left:105%;white-space:nowrap}
.HomeNum ul li .txt .dec{margin-top:0.1rem;font-weight:100}
.HomeNum ul li:hover .img span{transform:scale(1.05)}
.HomeNum ul li:nth-child(1){margin-top:1.1rem;}
.HomeNum ul li:nth-child(2){margin-top:2.79rem}
.HomeNum ul li:nth-child(3){margin-top:1.59rem}
.HomeNum ul li:nth-child(4){margin-top:0}
@media(max-width:1024px) {
	.HomeNum ul li .txt{padding:0.3rem 0.2rem}
	.HomeNum ul li .txt .num span{font-size:0.5rem}
	.HomeNum ul li .txt .num b{font-size:0.22rem}
	.HomeNum ul li{margin-top:4% !important}
}
@media(max-width:768px) {
	.HomeNum ul li .txt{padding:0.3rem 0.2rem}
	.HomeNum ul li .txt .num span{font-size:0.4rem}
	.HomeNum ul li .txt .num b{font-size:0.22rem}
	.HomeNum ul li{margin-top:4% !important;width:calc(100% / 2 - 4.167vw);}
}
/* 主营业务 */
.HomeYewu{background:url(../images/home_ywbg.jpg) no-repeat 0 top/100% 100%;position:relative;overflow:hidden}
.HomeYewu .HomeYewuTit .w1600{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}
.HomeYewu .HomeYewuTit .Box{width:40%}
.HomeYewu .HomeYewuTit .Con{width:38.5%;line-height:2;font-weight:100}
.HomeYewu .HomeYewuBox{position:relative}
.HomeYewu .HomeYewuBox .img img{width:100%}
.HomeYewu .HomeYw_list li{position:absolute}
.HomeYewu .HomeYw_list li .dotico{position:relative}
.HomeYewu .HomeYw_list li .dotico b{display:block;width:0.1rem;height:0.1rem;border-radius:50%;background:#fff;box-sizing:content-box;border:0.1rem solid #E60012;position:relative;z-index:9}
.HomeYewu .HomeYw_list li .dotico::before,.HomeYewu .HomeYw_list li .dotico::after{content:'';display:block;width:100%;height:100%;background:#E60012;opacity:0.3;position:absolute;left:0;top:0;border-radius:50%}
.HomeYewu .HomeYw_list li .dotico::before{animation:scale_ico 2s linear infinite}
.HomeYewu .HomeYw_list li .dotico::after{animation:scale_ico 2s 1s linear infinite}
@keyframes scale_ico{0%{transform:scale(1);-webkit-transform:scale(1);opacity:0.3}
100%{transform:scale(2.5);-webkit-transform:scale(2.5);opacity:0}
}.HomeYewu .HomeYw_list li .con{position:absolute;left:100%;top:50%;transform:translateY(-50%);padding-left:0.2rem}
.HomeYewu .HomeYw_list li:nth-child(1){left:23.5%;top:52%}
.HomeYewu .HomeYw_list li:nth-child(2){left:49%;top:42%}
.HomeYewu .HomeYw_list li:nth-child(3){left:43%;top:69%}
.HomeYewu .HomeYw_list li:nth-child(4){left:71.5%;top:55%}
.HomeYewu .HomeYw_list li .con{opacity:0;visibility:hidden;transition:all .5s}
.HomeYewu .HomeYw_list li .con .name{white-space:nowrap;display:flex;align-items:center;padding:0.1rem 0.25rem;border-radius:0.46rem;background:#e24250;color:#fff;margin-right:0.2rem}
.HomeYewu .HomeYw_list li .con .name i{display:inline-block;width:0.06rem;height:0.06rem;border-radius:50%;background:#fff;margin-right:0.1rem;flex:1}
.HomeYewu .HomeYw_list li .con .img{width:3.6rem;padding-top:2.4rem;border-radius:0.2rem;position:absolute;left:100%;top:-0.3rem;z-index:99;visibility:hidden;opacity:0;transition:all .5s}
.HomeYewu .HomeYw_list li:hover{z-index:99}
.HomeYewu .HomeYw_list li:hover .con .img span{transform:scale(1.05)}
.HomeYewu .HomeYw_list li:hover .con{opacity:1;visibility:visible}
.HomeYewu .HomeYw_list li .con:hover .name{background:#E60012}
.HomeYewu .HomeYw_list li .con:hover .img{opacity:1;visibility:visible}
.HomeYewu .HomeYw_list li .con .img:hover span{transform:scale(1.05)}
.HomeYewu .HomeYw_list li:nth-child(4) .con .name{margin-bottom:0.2rem}
.HomeYewu .HomeYw_list li:nth-child(4) .con .img{top:100%;left:0}
.HomeYewuNewBox{margin-top:.48rem}
.HomeYewuNewBox .left-max{width:64%;padding-right:.15rem}
.HomeYewuNewBox .left-max .cover-image{padding-bottom:61.5%}
.HomeYewuNewBox .colu-rows{width:36%}
.HomeYewuNewBox .colu-rows dl{display:flex;flex-direction:column;height:100%;gap:.15rem}
.HomeYewuNewBox .colu-rows dl dd{flex-grow:1}
.HomeYewuNewBox .colu-rows dl dd:nth-of-type(1){display:none}
.HomeYewuNewBox .cover-image{border-radius:.2rem}
.HomeYewuNewBox h3{position:absolute;z-index:3;width:100%;bottom:.4rem;padding:0 .4rem;padding-left:.5rem;background:url(../images/yewu-icon.png) no-repeat .4rem center/.19rem;font-style:italic}
.HomeYewuNewBox .colu-rows dl dd h3{background-size:.12rem;bottom:.3rem;padding:0 .3rem;padding-left:.35rem;background-position:.3rem center}
.HomeYewuNewBox .colu-rows dl dd .figure-warpper,.HomeYewuNewBox .colu-rows dl dd a{height:100%}
.HomeYewuNewBox .colu-rows dl dd .cover-image{height:100%}
@media(max-width:1024px) {
	.HomeYewu{padding-top:1rem}
	.HomeYewu .HomeYewuTit{top:0.5rem}
	.HomeYewu .HomeYewuTit .Box{width:45%}
}
@media(max-width:768px) {
	.HomeYewu{padding-top:0.5rem}
	.HomeYewu .HomeYewuTit{position:static}
	.HomeYewu .HomeYewuTit .Box,.HomeYewuNewBox .colu-rows{width:100%}
	.HomeYewu .HomeYewuTit .Con{width:100%;margin-top:0.3rem;line-height:1.6}
	.HomeYewu .HomeYw_list li .dotico{transform:scale(0.7)}
	.HomeYewu .HomeYw_list li .con,.HomeYewuNewBox .left-max{display:none}
	.HomeYewuNewBox .colu-rows dl dd:nth-of-type(1){display:block}
	.HomeYewuNewBox .colu-rows dl{flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:0}
	.HomeYewuNewBox .colu-rows dl dd{width:49%;margin-bottom:2%;flex-grow:initial;flex-grow:inherit}
	.HomeYewuNewBox .colu-rows dl dd .cover-image{height:auto;padding-bottom:2.5rem}
	.HomeYewuNewBox .colu-rows dl dd .cover-image span{position:absolute}
	.HomeYewuNewBox .colu-rows dl dd .cover-image img{display:none}
	.HomeYewuNewBox .colu-rows dl dd h3{text-shadow:0 0 5px #fff}
}
/* 企业文化与品牌 */
.HomeCulture{background:url(../images/home_culbg.jpg) no-repeat 0 top/100% 100%;position:relative;overflow: hidden;}
.HomeCulture .after{position:absolute;right:0;bottom:0;width:13.698vw;height:41.354vw;content:"";background:url(../images/home_wh_ico.png) no-repeat center center/contain;z-index:0}
.HomeCulture .HomeCultureBox{padding-right:1.6rem;position:relative;z-index:1}
.HomeCulture .HomeCultureBox .tabNav{width:3.6rem;position:absolute;right:1.6rem;top:0.6rem;z-index:99}
.HomeCulture .HomeCultureBox .tabNav li a{display:block;padding:0.05rem 0}
.HomeCulture .HomeCultureBox .tabNav li{padding-left:0.3rem;position:relative;margin-bottom:0.2rem;line-height:1.416}
.HomeCulture .HomeCultureBox .tabNav li::before{content:"";display:block;width:0.06rem;height:100%;background:#929ea6;position:absolute;left:0;top:0}
.HomeCulture .HomeCultureBox .tabNav li::after{content:"";display:block;width:0.06rem;height:0;background:#E60012;position:absolute;left:0;top:0;opacity:0;transition:all .3s}
.HomeCulture .HomeCultureBox .tabNav li.on::after{height:100%;opacity:1}
.HomeCulture .HomeCultureBox .tabNav li.on a{color:#E60012}
.HomeCulture .HomeCultureBox .tabNav li:hover::after{height:100%;opacity:1}
.HomeCulture .HomeCultureBox .tabNav li:hover a{color:#E60012}
.HomeCulture .HomeCultureBox .tabCon{padding-bottom:1.2rem;position:relative}
.HomeCulture .HomeCultureBox .img{width:65.9%;padding-top:35%;border-radius:0 0.8rem 0.8rem 0}
.HomeCulture .HomeCultureBox .swi_box{width:53.96%;position:absolute;bottom:0;right:0;border-radius:0.6rem;background:#fff;box-shadow:0px 0px 60px 0px rgba(230,0,18,0.12);padding:0.4rem;height:3rem;display:flex;align-items:center;justify-content:center}
.HomeCulture .HomeCultureBox .swi_box .swiper{width:100%}
.HomeCulture .HomeCultureBox .tabCon_1 .swiper .swiper-slide .imgbox{padding-top:0.6rem}
.HomeCulture .HomeCultureBox .tabCon_1 .swiper .swiper-slide .imgbox img{object-fit:contain;height:80%}
.HomeCulture .HomeCultureBox .swiper-button-next{right:0.4rem}
.HomeCulture .HomeCultureBox .swiper-button-prev{left:0.4rem}
.HomeCulture .HomeCultureBox .tabCon_com .swi_box{padding:0.5rem 0.4rem}
.HomeCulture .HomeCultureBox .tabCon_com .swiper-button-next{right:0}
.HomeCulture .HomeCultureBox .tabCon_com .swiper-button-prev{left:0}
.HomeCulture .HomeCultureBox .tabCon_com .swiper-slide{padding:0 1rem}
.HomeCulture .HomeCultureBox .tabCon_com .swiper-slide .logo img{max-height:0.8rem;max-width:3.75rem}
.HomeCulture .HomeCultureBox .tabCon_com .swiper-slide .tit{margin:0.3rem 0 0.1rem 0}
.HomeCulture .HomeCultureBox .tabCon_com .swiper-slide .dec{color:#666}
.HomeCulture .HomeCultureTab{position:relative}
.HomeCulture .HomeCultureTab .tabCon{position:absolute;width:100%;top:0;left:0;opacity:0;visibility:hidden;transition:all .5s}
.HomeCulture .HomeCultureTab .tabCon.on{opacity:1;position:relative;visibility:visible}
@media(max-width:1024px) {
	.HomeCulture .HomeCultureBox .tabCon{padding-bottom:0}
	.HomeCulture .HomeTit{text-align:center}
	.HomeCulture .HomeCultureBox{padding:0 0.2rem}
	.HomeCulture .HomeCultureBox .tabNav{position:static;width:100%;margin-bottom:0.2rem;text-align:center}
	.HomeCulture .HomeCultureBox .tabNav ul{white-space:nowrap}
	.HomeCulture .HomeCultureBox .tabNav li{padding:0.05rem 0.2rem;display:inline-block;margin:0.05rem 0.1rem;border-radius:0.1rem;background:#e5e5e5}
	.HomeCulture .HomeCultureBox .tabNav li::before,.HomeCulture .HomeCultureBox .tabNav li::after{display:none}
	.HomeCulture .HomeCultureBox .tabNav li.on{background:#E60012}
	.HomeCulture .HomeCultureBox .tabNav li.on a{color:#fff}
	.HomeCulture .HomeCultureBox .img{width:100%;border-radius:0.2rem;padding-top:53%}
	.HomeCulture .HomeCultureBox .swi_box{padding:0.3rem 0.6rem;height:auto;width:100%;position:relative;border-radius:0.2rem;margin-top:0.1rem}
}
@media(max-width:768px) {
	.HomeCulture .HomeCultureBox .tabNav li{font-size:0.18rem;padding:0 0.1rem}
	.HomeCulture .HomeCultureBox .swiper-button-next{right:0.1rem}
	.HomeCulture .HomeCultureBox .swiper-button-prev{left:0.1rem}
	.HomeCulture .HomeCultureBox .tabCon_com .swi_box{padding:0.2rem 0.1rem}
	.HomeCulture .HomeCultureBox .tabCon_com .swiper-slide{padding:0 0.3rem}
	.HomeCulture .HomeCultureBox .tabCon_com .swiper-slide .logo img{max-height:0.6rem;max-width:2.4rem}
	.HomeCulture .HomeCultureBox .tabCon_com .swiper-slide .tit{margin:0.2rem 0 0.1rem 0}
}
/* 全国门店 */
.HomeLayout{background:url(../images/home_bj.jpg) no-repeat left top/100% 100%;padding:1rem 0.8rem 0 1.6rem;position:relative;overflow: hidden;}
.HomeLayout .before{position:absolute;left:0;top:0;width:6.458vw;height:25.521vw;background:url(../images/home_yw_ico.png) no-repeat center center/contain}
.HomeLayout .HomeLayoutTxt{max-width:4.6rem}
.HomeLayout .HomeLayoutTxt .con{line-height:1.778;font-weight:100;text-align:justify}
.HomeLayout .HomeLayoutTxt .num_list{margin:0.5rem 0 0.6rem 0}
.HomeLayout .HomeLayoutTxt .num_list ul{display:flex;flex-wrap:wrap;justify-content:space-between}
.HomeLayout .HomeLayoutTxt .num_list ul li:nth-child(1){width:100%;padding-left: 27%;}
.HomeLayout .HomeLayoutTxt .num_list ul li{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0.4rem;}
.HomeLayout .HomeLayoutTxt .num_list ul li .num{display:flex;align-items:flex-end;justify-content:flex-start;position:relative;line-height:1;font-size:0.5rem}
.HomeLayout .HomeLayoutTxt .num_list ul li span{font-size:0.5rem;font-family:Barlow;font-weight:bold}
.HomeLayout .HomeLayoutTxt .num_list ul li i{position:absolute;bottom:0.02rem;left:105%;font-size:0.16rem}
.HomeLayout .HomeLayoutTxt .num_list ul li b{font-size:0.2rem;font-weight:bold;position:absolute;left:105%;top:0.05rem}
.HomeLayout .HomeLayoutTxt .num_list ul li .text{margin-top:0.08rem;font-size:0.18rem;font-weight:100}
.HomeLayout .HomeLayoutMap{width:11.21rem;position:relative;background:url(../images/entxt.png) no-repeat left bottom 1.4rem;background-size:8.36rem}
.HomeLayout .HomeLayoutMap .map_list li{position:absolute;z-index:9}
.HomeLayout .HomeLayoutMap .map_list li .box{position:absolute;bottom:50%;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:0;opacity:0;visibility:hidden;transition:all .5s}
.HomeLayout .HomeLayoutMap .map_list li .box .line{height:1rem;border-left:1px dashed #E60012;margin:0.05rem auto 0}
.HomeLayout .HomeLayoutMap .map_list li .box .txt{min-width:1.8rem;padding:0.2rem 0.27rem;box-shadow:3px 5px 18px 0px rgba(66,0,5,0.12);border-radius:.13rem;background:#fff}
.HomeLayout .HomeLayoutMap .map_list li .box .txt .tit{white-space:nowrap}
.HomeLayout .HomeLayoutMap .map_list li .box .txt .dec span{font-size:0.2rem;color:#E60012}
.HomeLayout .HomeLayoutMap .map_list li .all{position:absolute;left:0%;top:12%;transform:translateY(-50%);display:flex;align-items:center;white-space:nowrap;z-index:99}
.HomeLayout .HomeLayoutMap .map_list li .all .icon{width:0.3rem;flex:1;margin-right:0.05rem}
.HomeLayout .HomeLayoutMap .map_list li .map_part{position:relative;z-index:9;opacity:0;transition:all .5s}
.HomeLayout .HomeLayoutMap .map_list li{z-index:9}
.HomeLayout .HomeLayoutMap .map_list li.on{z-index:1}
.HomeLayout .HomeLayoutMap .map_list li.on .box{opacity:1;visibility:visible;z-index:1}
.HomeLayout .HomeLayoutMap .map_list li.on .map_part{opacity:1}
.HomeLayout .HomeLayoutMap .map_list li.sh{top:40.9%;left:72.2%;z-index:10}
.HomeLayout .HomeLayoutMap .map_list li.sh .map_part{width:0.21rem}
.HomeLayout .HomeLayoutMap .map_list li.gx{left:47.4%;top:55.2%}
.HomeLayout .HomeLayoutMap .map_list li.gx .map_part{width:1.45rem}
.HomeLayout .HomeLayoutMap .map_list li.ln{left:62.8%;top:18.1%}
.HomeLayout .HomeLayoutMap .map_list li.ln .map_part{width:1.28rem}
.HomeLayout .HomeLayoutMap .map_list li.hn{left:53.75%;top:46.1%}
.HomeLayout .HomeLayoutMap .map_list li.hn .map_part{width:1.1rem}
.HomeLayout .HomeLayoutMap .map_list li.fj{left:66.6%;top:50.05%}
.HomeLayout .HomeLayoutMap .map_list li.fj .map_part{width:0.74rem}
.HomeLayout .HomeLayoutMap .map_list li.zj{left:68.3%;top:43.85%}
.HomeLayout .HomeLayoutMap .map_list li.zj .map_part{width:0.7rem}
.HomeLayout .HomeLayoutMap .map_list li.hlj{left:63.6%;top:0%}
.HomeLayout .HomeLayoutMap .map_list li.hlj .map_part{width:1.9rem}
.HomeLayout .HomeLayoutMap .map_list li.sd{left:61.9%;top:29.2%}
.HomeLayout .HomeLayoutMap .map_list li.sd .map_part{width:1.12rem}
.HomeLayout .HomeLayoutMap .map_list li.js{left:63.8%;top:35.2%}
.HomeLayout .HomeLayoutMap .map_list li.js .map_part{width:1.15rem}
.HomeLayout .HomeLayoutMap .map_list li.ah{left:62.75%;top:37.5%}
.HomeLayout .HomeLayoutMap .map_list li.ah .map_part{width:0.85rem}
.HomeLayout .HomeLayoutMap .map_list li.hna{left:54.99%;top:33.6%}
.HomeLayout .HomeLayoutMap .map_list li.hna .map_part{width:1.07rem}
.HomeLayout .HomeLayoutMap .map_list li.hb{left:52.4%;top:40%}
.HomeLayout .HomeLayoutMap .map_list li.hb .map_part{width:1.45rem}
.HomeLayout .HomeLayoutMap .map_list li.cq{left:47.8%;top:42.7%}
.HomeLayout .HomeLayoutMap .map_list li.cq .map_part{width:0.82rem}
.HomeLayout .HomeLayoutMap .map_list li.sc{left:35.3%;top:37.3%}
.HomeLayout .HomeLayoutMap .map_list li.sc .map_part{width:2.12rem}
@media(max-width:1024px) {
	.HomeLayout{padding:0.5rem 0.2rem}
	.HomeLayout .HomeLayoutTxt{width:100%;max-width:100%}
	.HomeLayout .HomeLayoutTxt .num_list ul li:nth-child(1){padding-left: 0;width: auto;}
	.HomeLayoutTxt .HomeMore a{margin: 0px auto;}
}
@media(max-width:768px) {
	.HomeLayout .HomeLayoutMap{zoom:0.8}
	.HomeLayout .HomeLayoutTxt .num_list ul li{margin-bottom: 0.2rem;}
}
@media(max-width:640px) {
	.HomeLayout .HomeLayoutTxt .num_list{margin:0.3rem 0}
	.HomeLayout .HomeLayoutMap{zoom:0.4;background-size:2rem;background-position:left bottom 1rem;margin-top:0.4rem}
	.HomeLayout .HomeLayoutMap .map_list li .box{zoom:1.5}
	.HomeLayout .HomeLayoutTxt .num_list ul li span,
	.HomeLayout .HomeLayoutTxt .num_list ul li .num{font-size: 0.36rem;}
	.HomeLayout .HomeLayoutTxt .num_list ul li b{top: -0.02rem;}
	.HomeLayout .HomeLayoutTxt .num_list ul li .text{font-size: 0.16rem;}
}
/* 新闻中心 */
.HomeNews{background:url(../images/home_newsbg.jpg) no-repeat center bottom/100% 100%;overflow:hidden}
.HomeNews .HomeTit{margin-bottom:0.12rem}
.HomeNews .HomeNewsNav ul{display:flex;justify-content:center}
.HomeNews .HomeNewsNav ul li{position:relative;margin:0 0.25rem}
.HomeNews .HomeNewsNav ul li a{display:block;padding:0.1rem 0;color:#666}
.HomeNews .HomeNewsNav ul li::after{content:'';display:block;width:100%;height:0.02rem;background:#E60012;position:absolute;bottom:0;left:0;transform:rotateY(90deg);opacity:0;transition:all .5s}
.HomeNews .HomeNewsNav ul li.on::after{opacity:1;transform:rotateX(0)}
.HomeNews .HomeNewsNav ul li.on a{color:#E60012}
.HomeNews .HomeNewsNav ul li:hover::after{opacity:1;transform:rotateY(0)}
.HomeNews .HomeNewsNav ul li:hover a{color:#E60012}
.HomeNews .swiper_img .item .img{padding-top:3.3rem}
.HomeNews .swiper_news{padding:0rem;margin-top: 0.6rem; }
.HomeNews .slick-list{margin: 0 -10%;width: 120%}
.HomeNews .swiper_news .swiper-slide{margin: 0 0.2rem}
.HomeNews .swiper_news .swiper-slide a{display:block;transform-style:preserve-3d;perspective:800px}
.HomeNews .swiper_news .swiper-slide .img{padding-top:56.26%;transition:all .3s}
.HomeNews .swiper_news .swiper-slide .img::after{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background:#fff;opacity:0.6;transition:all .5s}
.HomeNews .swiper_news .swiper-wrapper{transform-style:preserve-3d;perspective:800px}
.HomeNews .swiper_news .swiper-slide.swiper-slide-prev .img{transform:translate3d(0px,0.05rem,0px) rotateX(0deg) rotateY(20deg) scale(1.23)}
.HomeNews .swiper_news .swiper-slide.swiper-slide-active .img{transform:translate3d(0.2rem,0,0px) rotateX(0deg) rotateY(12deg) scale(1.05);width:75%;margin:0 auto}
.HomeNews .swiper_news .swiper-slide.slick-center .img::after{opacity:0}
.HomeNews .swiper_news .swiper-slide.swiper-slide-next .img::after{opacity:0}
.HomeNews .swiper_news .swiper-slide.swiper-slide-next+.swiper-slide .img{transform:translate3d(-0.2rem,0,0px) rotateX(0deg) rotateY(-12deg) scale(1.05);width:75%;margin:0 auto}
.HomeNews .swiper_news .swiper-slide.swiper-slide-next+.swiper-slide .img::after{opacity:0}
.HomeNews .swiper_news .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide .img{transform:translate3d(0px,0.05rem,0px) rotateX(0deg) rotateY(-20deg) scale(1.23)}
.HomeNews .swiper_news .swiper-slide .txt{margin-top:0.3rem;display:none}
.HomeNews .swiper_news .swiper-slide .txt .date{color:#666;font-weight:100}
.HomeNews .swiper_news .swiper-slide .txt .tit{line-height:1.416;margin:0.15rem 0;color:#333;min-height: 2.832em;}
.HomeNews .swiper_news .swiper-slide .txt .dec{color:#666;font-weight:100;min-height: 3.36em;}
.HomeNews .swiper_news .swiper-slide:hover .img span{transform:scale(1.05)}
.HomeNews .swiper_news .swiper-slide.slick-current .txt{display:block}
.HomeNews .swiper_news .swiper_button{top:auto;bottom: 20%}
.HomeNews .swiper_news .swiper-button-next{right:32%}
.HomeNews .swiper_news .swiper-button-prev{left:32%}
.HomeNews .HomeNewsTab{position:relative}
.HomeNews .HomeNewsTab .tabCon{width:100%;position:absolute;top:0;left:0;visibility:hidden;opacity:0;z-index:0;transition:all .5s}
.HomeNews .HomeNewsTab .tabCon.on{position:relative;z-index:9;opacity:1;visibility:visible}
.show-active-content{margin-top: .5rem;}

@media(max-width:1024px) {
	.HomeNews .swiper_news{padding:0 0.2rem}
	.HomeNews .swiper_news .swiper-button-next{right:25%}
	.HomeNews .swiper_news .swiper-button-prev{left:25%}
}

@media(max-width:768px) {
	.HomeNews .swiper_news{padding:0}
	.HomeNews .HomeNewsNav ul li{margin:0 0.15rem}
	.HomeNews .swiper_news .swiper-slide a{padding-top:0}
	.HomeNews .swiper_news .swiper-slide .txt{display:block}
	.HomeNews .HomeNewsTab{padding:0 0.2rem;margin-top:0.2rem}
	.HomeNews .swiper_news .swiper-slide .img{width:100% !important;transform:none !important}
	.HomeNews .swiper_news .swiper-button-next{right:3%}
	.HomeNews .swiper_news .swiper-button-prev{left:3%}
	.HomeNews .swiper_news .swiper_button{top:30%;bottom:auto}
	.HomeNews .swiper_news .swiper-slide .txt{margin-top:0.15rem}
	.HomeNews .swiper_news .swiper-slide .txt .tit{margin:0.1rem 0}
}

/* 百联动态 */
.HomeDongtai{background:url(../images/home_dongtaibg.jpg) no-repeat top center;background-size:cover;overflow:hidden;position:relative}
.HomeDongtai .after{position:absolute;width:6.302vw;height:23.49vw;background:url(../images/home_news_ico.png) no-repeat center bottom/contain;right:0;bottom:0}
.HomeDongtai .HomeDongtaiTit{width:20%}
.HomeDongtai .HomeDongtaiTit .HomeTit{margin-bottom:1.4rem}
.HomeDongtai .HomeDongtaiBox{width:76.875%}
.HomeDongtai .HomeDongtaiBox .swiper-slide{padding-bottom:0.15rem}
.HomeDongtai .HomeDongtaiBox .swiper-slide a{display:block;border-radius:0.2rem;overflow:hidden;background:#fff;height:4.82rem;position:relative}
.HomeDongtai .HomeDongtaiBox .swiper-slide .imgbox{padding-top:56.3%;border-radius:0.2rem 0.2rem 0 0;margin-top:-56.3%;transition:all 0.5s ease-in-out}
.HomeDongtai .HomeDongtaiBox .swiper-slide .info{padding:0.4rem;transition:all .5s}
.HomeDongtai .HomeDongtaiBox .swiper-slide .date{color:#666}
.HomeDongtai .HomeDongtaiBox .swiper-slide .tit{line-height:.36rem;height:0.72rem;color:#333}
.HomeDongtai .HomeDongtaiBox .swiper-slide .tit:hover{text-decoration:underline}
.HomeDongtai .HomeDongtaiBox .swiper-slide b{display:block;width:0.28rem;height:0.04rem;border-radius:0.02rem;background:#E60012;margin:0.2rem 0 0.5rem 0}
.HomeDongtai .HomeDongtaiBox .swiper-slide .dec{line-height:0.32rem;height:1.6rem;color:#666;font-weight:100;transition:all 0.5s ease-in-out;overflow: hidden;}
.HomeDongtai .HomeDongtaiBox .swiper-slide .more{color:#999;display:flex;align-items:center;position:absolute;left:0.4rem;bottom:0.35rem}
.HomeDongtai .HomeDongtaiBox .swiper-slide .more img{display:inline-block;margin-left:0.1rem}
.HomeDongtai .HomeDongtaiBox .swiper-slide a:hover{box-shadow:0 0.1rem 10px rgba(0,0,0,0.1)}
.HomeDongtai .HomeDongtaiBox .control{position:relative;height:0.6rem;margin-top:0.3rem}
.HomeDongtai .HomeDongtaiBox .swiper-pagination{width:calc(100% - 1.8rem);top:auto;bottom:0.3rem;left:0;left:auto;height:0.04rem !important;background:#fff !important}
.HomeDongtai .HomeDongtaiBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#E60012}
.HomeDongtai .HomeDongtaiBox .swiper_button{margin-top:0 !important;top:auto;bottom:0}
.mySwiper .swiper_button{margin-top:0 !important;top:auto;bottom:0}
.HomeDongtai .HomeDongtaiBox .swiper-button-next{right:0}
.HomeDongtai .HomeDongtaiBox .swiper-button-prev{right:0.85rem;left:auto}
.HomeDongtai .HomeDongtaiBox .swiper-slide.swiper-slide-active,.swiper-slide.swiper-slide-active,.HomeDongtai .HomeDongtaiBox .swiper-slide.swiper-slide-next{opacity:1}
.swiper-slide.swiper-slide-next{opacity:1}
@media(min-width:1025px){
.HomeDongtai .HomeDongtaiBox .swiper-slide:hover .info{padding-top:0.3rem}
.HomeDongtai .HomeDongtaiBox .swiper-slide:hover .dec{opacity:0;transform:translateY(0.5rem)}
.HomeDongtai .HomeDongtaiBox .swiper-slide:hover .imgbox{margin-top:0}
.HomeDongtai .HomeDongtaiBox .swiper-slide:hover .more{color:#E60012}
.HomeDongtai .HomeDongtaiBox .swiper-slide:hover .more img{filter:invert(16%) sepia(99%) saturate(7404%) hue-rotate(0deg) brightness(95%) contrast(118%)}
.position-and-submenu{    height: .8rem;
    display: flex;
    align-items: center;}
}
@media(max-width:1024px){
	.HomeDongtai .HomeDongtaiBox .swiper-slide .imgbox{margin: 0 !important;}
	.HomeDongtai .HomeDongtaiBox .swiper-slide a{height: auto;}
	.HomeDongtai .HomeDongtaiBox .swiper-slide .more{position: static;}
	.HomeDongtai .HomeDongtaiBox .swiper-slide .dec{-webkit-line-clamp: 2;height: 0.64rem;}
}
@media(max-width:768px) {
	.HomeDongtai .HomeDongtaiBox .swiper-slide .info{padding:0.2rem}
	.HomeDongtai .HomeDongtaiTit{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:0.3rem}
	.HomeDongtai .HomeDongtaiTit .HomeTit{margin-bottom:0}
	.HomeDongtai .HomeDongtaiBox{width:100%}
	.HomeDongtai .HomeDongtaiBox .swiper-slide b{margin:0rem 0 0.1rem}
	.HomeDongtai .HomeDongtaiBox .swiper-slide .more{margin-top:0.2rem}
	.HomeDongtai .HomeDongtaiBox .control{height:0.48rem;margin-top:0.2rem}
	.HomeDongtai .HomeDongtaiBox .swiper-pagination{width:calc(100% - 1.2rem);bottom:0.2rem}
	.HomeDongtai .HomeDongtaiBox .swiper-button-prev{right:0.6rem}
}
/* 新闻中心 */
.inside-banner{margin-top:0}
.inside-banner h1{color:#fff;letter-spacing:.05rem;}
.inside-banner .desc{color:#fff;letter-spacing: 1px;}
@media screen and (min-width:1025px) {
	.inside-banner img{min-height:6.2rem;object-fit:cover}
}
.position a:after{content:"";display:block;width:.3rem;height:.3rem;background:url(../images/position-arrow.png) no-repeat center}
.position a{display:flex;align-items:center}
.position a:nth-child(2):after{display: none;}
.position a:last-child:after{display: none;}
.position div{display: flex;align-items: center;}
.position div:after{content:"";width:.3rem;height:.3rem;background:url(../images/position-arrow.png) no-repeat center}
.position span{color:var(--main-color)}
.position-and-submenu ul li a{display:block;height:.8rem;line-height:.8rem;text-align:center;padding:0 .3rem}
.position-and-submenu{border-bottom:solid 1px #ededed}
.position-and-submenu ul li:not(:last-child){margin-right:.05rem}
.position-and-submenu ul li.aon a,.position-and-submenu ul li a:hover{background:var(--main-color);color:#fff}
@media screen and (max-width:480px) {
	
}
.news-top .swiper-slide .item{background-color:#fafafa}
.news-top .swiper-slide .item figure{width:47%}
.news-top .swiper-slide .item .txt{width:53%;padding:.6rem 1.2rem}
.news-top .swiper-slide .item .txt h2{margin:.15rem 0 .25rem}
.news-top .swiper-slide .item .txt h2 a{color:#333}
.news-top .swiper-slide .HomeMore a{padding:0 .4rem}
.news-top .swiper-slide .item .txt .HomeMore{margin-top:.6rem}
.custom-swiper .swiper-pagination{position:static;margin-top:.2rem}
.news-top .swiper-pagination{display:none}
.news-top .swiper-button-next{right:1.2rem;top:inherit;top:initial;bottom:.9rem;transform:translateY(0)}
.news-top .swiper-button-prev{left:inherit;left:initial;right:2rem;top:inherit;top:initial;bottom:.9rem;transform:translateY(0)}
.news-list ul li figure{width:3.8rem}
.news-list ul li figure .cover-image{padding-bottom:66%}
.news-list ul li .txt{padding:0 .7rem;flex:1 0 0}
.news-list ul li a{padding:.5rem .4rem;background-color:#fafafa;color:#333}
.look-more{padding-right:.24rem;background:url(../images/more.png) no-repeat center right/.12rem}
.news-list ul li .description{margin:.2rem 0 .4rem}
.news-list ul li:hover .look-more,.news-detail .right-recommend ul li:hover .look-more,.look-more:hover,.look-more-wrapper:hover .look-more{background-image:url(../images/more-red.png);color:var(--main-color)}
.news-list ul li:not(:last-child){margin-bottom:.4rem}
.meida-list ul li h2{line-height:.4rem;min-height:calc(.4rem * 2);margin-bottom:.3rem;color:#333}
.meida-list ul li .cover-image{padding-bottom:70%}
.meida-list ul li .txt{padding:.4rem}
.meida-list ul li a{background-color:#fafafa}
.meida-list ul li{width:33.333%;padding:0 .2rem;margin-top:.4rem}
.meida-list ul{margin:0 -.2rem;margin-top:-.4rem}
.meida-list ul li figure{position:relative}
.meida-list ul li figure:after{content:"";width:0%;height:.04rem;background-color:var(--main-color);position:absolute;left:0;bottom:0;z-index:3;transition:all .3s ease-out}
.meida-list ul:not(.not-line) li:hover figure:after{width:100%}
.news-list ul li a:hover{background-image: url(../images/news-bg.png);}
.news-list ul li a{background-position: right .9rem bottom .4rem;background-size: 2.25rem;background-repeat: no-repeat;}
.hd-black .main-container{padding-top: 1.2rem;}
.news-detail-container{background: url(../images/news-detail-bg.jpg) repeat-y center top/100% auto;}
.news-dynamic .meida-list ul li{margin-top:0;width:100%}
.news-dynamic .meida-list ul{margin-top:0}
.news-dynamic .meida-list ul li h2{margin:0}
.news-dynamic .meida-list ul li .description{margin:.15rem 0 .35rem}
/* .dynamic-list{margin-top:.3rem} */
.dynamic-list ul li a{padding:.6rem 0;background:url(../images/dynamic-arrow.png) no-repeat right .6rem center/.2rem;flex-wrap: wrap;}
.dynamic-list ul li .time{width:2rem;padding-left:.6rem}
.dynamic-list ul li .time p{margin-bottom:.2rem}
.dynamic-list ul li .txt{flex:1 0 0;max-width:11rem;padding:0 .6rem;background:url(../images/dynamic-line.png) no-repeat 0 center/1px 1rem}
.dynamic-list ul li .txt .description{margin-top:.2rem}
.dynamic-list ul li .txt h2{color:#333}
.dynamic-list ul li{border-bottom:dashed 1px #dbdbdb}
.dynamic-list ul li .time p{line-height:1}
.dynamic-list ul li:hover a{background-image:url(../images/dynamic-arrow-red.png);background-color:#fafafa}
.news-detail .right-recommend{width:3.4rem;margin-left:1.6rem}
.news-detail .left-content.auto{width: 100%;}
.news-detail .left-content{width:calc(100% - 5rem)}
.news-detail .left-content .description{padding:.3rem 0}
.news-detail .left-content .description>span{margin:0 .2rem}
.news-detail .left-content .detail-content{padding:.4rem 0 1rem;border-top:solid 1px #e5e5e5;border-bottom:solid 1px #e5e5e5}
.news-detail .left-content .detail-content *:not(a){font-size:0.18rem !important;line-height: 1.68  !important;color: #666  !important;font-family: sans-serif   !important;}
.news-detail .left-content .detail-content img:not(.HomeMore img){margin:0 auto !important;display:block}
.news-detail .left-content .detail-content p,.news-detail .left-content .detail-content div:not(.HomeMore){text-indent:2em}
.news-detail .left-content .detail-content .HomeMore a{margin:0 auto}
.page-bottom .left p:not(:last-child){margin-bottom:.1rem}
.page-bottom{margin-top:.4rem}
.page-bottom .left{flex:1 0 0;max-width:70%}
.page-bottom .back{color:var(--main-color);display: flex;align-items: center;justify-content: center;}
.page-bottom .back:before{background:url(../images/back.png) no-repeat 0 center/contain;width: 0.14rem;height: 0.14rem;content: "";margin-right: 0.1rem;}
.news-detail .right-recommend ul li .cover-image{padding-bottom:68%}
.news-detail .right-recommend ul li{margin-top:.4rem}
.news-detail .right-recommend ul li h3{margin:.15rem 0 .2rem}
.news-detail .right-recommend ul li figure{margin-bottom:.2rem}
.news-detail .right-recommend .slick-dots {display: flex;align-items: center;justify-content: center;}
.news-detail .right-recommend .slick-dots li{width: 0.1rem;height: 0.1rem;border-radius: 50%;cursor: pointer;background-color: rgba(0,0,0,0.1);}
.news-detail .right-recommend .slick-dots .slick-active{background-color: #e60012;}
.news-detail .right-recommend .slick-dots li:not(:last-child){margin-right: 0.12rem;}
.news-detail .right-recommend .slick-dots li button{display: none;}
@media(max-width:1024px){
	.dynamic-list ul li a{background: none !important;}
}
@media(max-width:768px){
	.dynamic-list ul li a{padding: 0.3rem 0;}
	.dynamic-list ul li .time{width: 0.8rem;padding-left: 0;}
	.dynamic-list ul li .txt{padding: 0 0 0 0.25rem;}
	.dynamic-list ul li .txt .description{margin-top: 0.1rem;line-height: 1.5;}
	.news-detail .h1{font-size: 0.28rem;line-height: 1.5;}
	.news-detail .left-content .description{padding: 0.15rem 0 0.2rem;}
	.page-bottom{display: block;}
	.news-detail .right-recommend ul li{margin-top: 0.1rem;}
.news-detail .right-recommend 	.slider{margin: 0 -0.1rem;}
.news-detail .right-recommend 	.slick-slide{padding: 0 0.1rem;}
.news-top .swiper-button-prev{bottom: 0.5rem;}
.news-top .swiper-button-next{bottom: 0.5rem;}
}
/* 信息公开 */
.anouncement-content h1{margin-bottom:.8rem}
.announcement-list ul li{width:31.8%;margin-top:.4rem}
.announcement-list ul:after{content: "";width: 31%;}
.announcement-list ul{margin-top:-.4rem;justify-content: space-between;}
.announcement-list ul li{background-color:#fafafa;}
.announcement-list ul li a{padding:.6rem .4rem}
.announcement-list ul li .day,.announcement-list ul li .year{line-height:1}
.announcement-list ul li .year{margin:.15rem 0 .3rem}
.announcement-list ul li h3{line-height:.4rem;min-height:calc(.4rem * 3);color:#333;}
.announcement-list ul li h3:after{content:"";transition:all .3s ease-out;display:block;width:.28rem;height:.04rem;border-radius:.04rem;background-color:var(--main-color);margin-top:.2rem}
.announcement-list ul li .description{min-height:calc(.32rem * 3);line-height:.32rem;margin:.5rem 0 .8rem}
.announcement-list ul li a:hover h3:after{width:100%}
.responsibility-list ul li{width:25%;padding:0 .15rem;margin-top:.3rem}
.responsibility-list ul{margin:0 -.15rem;margin-top:-.3rem}
.responsibility-list ul li .item{height:100%;border:solid 1px #eeeeee}
.responsibility-list ul li figure .cover-image{padding-bottom:134%}
.responsibility-list ul li figure{border-bottom:solid 1px #eee}
.responsibility-list ul li .txt{padding:.25rem .4rem}
.action a{padding-left:.35rem;background-position:0 center;background-repeat:no-repeat;margin-right:.4rem;font-size:.18rem}
.action a.view{background-image:url(../images/view.png);background-size:.24rem}
.action a.download{background-image:url(../images/pdf.png);background-size:.2rem}
.action a:last-child{margin-right:0}
.responsibility-list ul li h3{margin-top:.2rem}
.yearbook-list .announcement-list ul li h3{margin:.5rem 0 .2rem}
.yearbook-list .announcement-list ul li .year{margin-bottom:0}
.yearbook-list .announcement-list ul li h3:after{display:none}
.yearbook-list ul li a{background:url(../images/yearbook-bg.jpg) no-repeat right top/cover}
.yearbook-list ul li a:hover{background:url(../images/yearbook-bgc.jpg) no-repeat right top/cover;box-shadow:0 0 20px rgba(230,0,18,.15)}
.common-bg{will-change:transform;transform:scale(1)}
.line-box .line{transition:all .5s ease;position:absolute;background-color:var(--main-color);z-index:5}
.line-box{position:relative}
.line-box .left{left:0;top:0;width:1px;height:0}
.line-box .right{right:0;bottom:0;width:1px;height:0}
.line-box .top{left:0;top:0;height:1px;width:0}
.line-box .bottom{right:0;bottom:0;width:0;height:1px}
/* 走进百联 */
.about-title{margin-bottom:1rem}
*.mb0{margin-bottom:0}
.about-bailian{background:url(../images/jtgk-pic_03.jpg) no-repeat right bottom/auto 90%}
.about-bailian .about-top .about-figure{/*position:absolute;right:0;top:1rem;*/width:54%;position: relative;}
.about-bailian .about-top .about-figure img{width: 10.34rem;max-width: none;}
.about-bailian .about-top .about-top-left{width:46%}
.about-top-left .build-year{margin:0 0 .3rem 0}
.about-top-left .build-year p em{padding-bottom:.3rem;position:relative}
.about-top-left .build-year p{border-bottom:solid .04rem #fef0f1}
.about-top-left .build-year p em:after{content:"";display:block;width:100%;height:.04rem;position:absolute;left:0;bottom:-.04rem;background-color:var(--main-color)}
.about-top-left .above-count{display: none;}
.about-top-left .above-count dd{width:calc(100% / 3);margin-top:.5rem}
.about-top-left .above-count dd figure{width:0.46rem;margin-right:0.18rem;padding-top:0.1rem}
.about-top-left .above-count dd .over strong{font-size:0.48rem;margin-right:.1rem;line-height:1.2}
.about-top-left .above-count dd .over .code{line-height:1}
.about-top-left .about-bottom{clear:both;}
.about-bailian .w1600{position:static}
.about-bottom figure{width:45.6%}
.about-bottom .txt{width:54.4%;padding-left:.9rem}
.jtgk-second .kcxfz-second{padding-bottom: 1rem;background: url(../images/jtgk-second-bg.jpg) no-repeat center bottom/cover;}
.jtgk-second .kcxfz-second .swiper-slide .info{height: 1.31rem;color: #666;}
.jtgk-second .kcxfz-second figure {top: 0;width: 6.54rem;}
.jtgk-second .kcxfz-second .swiper-slide.swiper-slide-active .info{text-align: center;transform: scale(1);}
.jtgk-second .kcxfz-second .swiper-slide.swiper-slide-active .info .over{font-size: .32rem;color: #333;font-weight: 500;}
.jtgk-second .kcxfz-second .swiper-button-prev,
.jtgk-second .kcxfz-second .swiper-button-next{top: .4rem;}
.jtgk-title{padding: .8rem 0;background-color: #ebf0f1;}
.jtgk-lmhy h4{width: .86rem;border-radius: .1rem;background-color: #e60012;color: #fff;writing-mode: vertical-rl; /* 垂直从右到左 */
  text-orientation: upright; letter-spacing: .4rem;}
.jtgk-lmhy .unit{width: 2.2rem;height: 1.5rem;border-radius: .1rem;background-color: #eeeeee;margin-right: .25rem;}
.jtgk-lmhy .unit:before{content: "";display: block;width: 3px;height: .24rem;background-color: #e60012;margin-right: .15rem;}
.jtgk-lmhy .txt{width: calc(100% - .86rem);padding-left: .25rem;}
.logo-warpper{height: 1rem;border-radius: .1rem;background-color: #fff;border: solid 1px transparent;}
.logo-warpper img{max-height: 55%;max-width: 80%;}
.logo-warpper:hover{border-color: #e60012 !important;}
.jtgk-lmhy .bl-logo{width: 2.7rem;}
.jtgk-lmhy .over,
.jtgk-lmhy .under{background-color: #f8f8f8;border-radius: .1rem;overflow: hidden;}
.jtgk-lmhy .under{padding: .25rem;margin-top: .25rem;}
.jtgk-lmhy .under ul li {width: 20%;padding: 0 .1rem;margin-top: .2rem;}
.jtgk-lmhy .under ul{margin: 0 -.1rem;margin-top: -.2rem;}
.jtgk-hzhb ul li{width: 16.666%;padding: 0 .1rem;margin-top: .2rem;}
.jtgk-hzhb ul{margin: 0 -.1rem;margin-top: -.2rem;}
.jtgk-hzhb .logo-warpper{border-color: #eee;}
.milestone .year-list .swiper-slide p{font-size:.24rem;display:flex;align-items:center;height:100%;cursor:pointer;z-index:3}
.milestone .year-list{position:absolute;left:0;top:0;padding:.8rem 0;padding-left:.9rem;background:url(../images/milestone-line.png) no-repeat 0 center/auto 100%;width:3.2rem;height:100%}
.milestone .year-list .swiper-slide p span{display:none}
.milestone .year-list .swiper-slide{height:1.1rem}
.milestone .year-list .swiper{height:7.7rem}
.milestone .w1600{min-height:9.3rem}
.milestone .year-list .swiper-slide-active p{color:var(--main-color);font-size:.38rem}
.milestone .year-list .swiper-slide-active p span{font-size:.24rem;margin-left:.1rem;display:block}
.milestone .content-swiper{padding-left:3.2rem}
.milestone .content-swiper .swiper-slide .left{width:4.3rem;padding-right:1.1rem}
.milestone .content-swiper .swiper-slide .right{flex:1 0 0}
.milestone .content-swiper .swiper-slide h3{font-size:1.2rem;line-height:1;background-image:url(../images/text-bg.jpg);background-clip:text;background-position:59% 29%;background-repeat:no-repeat;color:transparent;-webkit-background-clip:text;-webkit-box-reflect:below -.28rem -webkit-linear-gradient(transparent 50%,rgba(0,0,0,.5));box-reflect:below -.28rem linear-gradient(transparent 50%,rgba(0,0,0,.5));position:relative}
.milestone .content-swiper .swiper-slide figure{margin-top:.6rem;border:solid .03rem #dedede}
.milestone .year-list .swiper-slide-active+.swiper-slide+.swiper-slide p,.milestone .year-list .swiper-slide.two p{opacity:.3}
.milestone .year-list .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide p,.milestone .year-list .swiper-slide.one p{opacity:.1}
.manage-list ul li{width:calc(25% - 0.24rem);padding:0;margin-top:0.3rem;margin-right:0.32rem;text-align:center}
.manage-list ul li .item{height:100%;border-radius:.2rem;min-height:1.6rem;padding:0 .5rem;background: #fcfaf8 url(../images/gctd-bg.png) no-repeat center bottom/cover}
.manage-list ul.manage-list-con,.manage-list ul.manage-list-con2{justify-content:center}
.manage-list ul.manage-list-con li:last-child{margin-right:0}
.manage-list ul.manage-list-con2 li:nth-child(4n){margin-right:0}
.manage-list ul li .item p{margin-top:.1rem}
.manage-list ul{margin:0;margin-top:.2rem;justify-content:flex-start}
.manage-list ul li .item:hover{background-color: #fff;}
@media(max-width:1024px){
	.manage-list ul li{width: calc(31% - 0.24rem);}
	.about-bailian .about-top .about-top-left{width: 100%;}
	.about-bailian .about-top .about-figure{width: 100%;padding: 0.25rem 0 0 0;}
	.about-bailian .about-top .about-figure img{width: 100%;}
	.about-bottom figure{width: 100%;}
	.about-bottom .txt{width: 100%;padding: 0.25rem 0 0 0;}
}
@media(max-width: 480px){
	.manage-list ul{margin-left: -0.1rem;margin-top: 0;}
	.manage-list ul li .item{padding: 0.13rem;min-height: 0.8rem;}
	.manage-list ul li{width: calc(100% / 2 - 0.1rem);margin-right: 0;margin-left: 0.1rem;margin-top: 0.1rem;}
	.manage-list ul.manage-list-con2 li{width: calc(100% / 3 - 0.1rem);}
    .manage-list ul .hide{display:block}
    .manage-list ul .pc{display:none}
}
.headquarters-structure:after{position:absolute;left:0;top:0;content:"";width:100%;height:100%;z-index:2;opacity:.54;background:url(../images/zbjg-logo.png) no-repeat 1.3rem center/7.8rem;display:none}
.carImage{position:fixed;right:-2rem;top:55%;transform:translateY(-50%);width:1.6rem;z-index:105}
.carImage p{position:absolute;bottom:.4rem;width:100%;height:.4rem;z-index:2;cursor:pointer}
.carImage.on{right:0}
.carBtn.on{opacity:0}
/* 组织架构（新） */
.architecture-menu{margin-bottom:.6rem}
.architecture-menu ul li{margin:0 .15rem}
.architecture-menu ul li a{display:block;padding:0 .5rem;height:.6rem;line-height:.58rem;text-align:center;border:solid 1px var(--main-color);border-radius:.6rem}
.architecture-content-list{margin-top:.5rem}
.architecture-content-list .directors-content{margin-top:.5rem}
.directors-content dl{margin-top:-.15rem}
.directors-content dl dd{width:50%;min-height:1.6rem;background-color:#fffafb;border:solid 1px #f9ebeb;margin-top:.15rem;position: relative;}
.directors-content dl dd:nth-of-type(odd){padding-left:.3rem;border-right:0;border-bottom-left-radius:.2rem;border-top-left-radius:.2rem;padding-right:2.7rem;align-items:flex-end;text-align:right}
.directors-content dl dd:nth-of-type(even){padding-right:.3rem;border-left:0;border-bottom-right-radius:.2rem;border-top-right-radius:.2rem;padding-left:2.7rem}
.directors-content dl dd .t{margin-bottom:.1rem;font-weight:700}
.directors-content dl dd:nth-of-type(3){padding-right:3rem}
.directors-content dl dd:nth-of-type(4){padding-left:3rem}
.directors-content dl dd:after{content: attr(data-index);position: absolute;left: .2rem;top: .2rem;color: var(--main-color);font-size:.24rem;opacity: .3;}
.directors-content dl dd:nth-of-type(even):after{left: initial;right: .2rem;}
.directors-content .circle{position:absolute;width:5.1rem;height:5.1rem;background-color:#fff;overflow:hidden;left:50%;bottom:0;transform:translateX(-50%);border-radius:50%;z-index:3}
.directors-content .circle figure img{max-height:1.6rem}
.directors-content .circle span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:66.66%;height:66.66%;border-radius:50%;border:solid 1px var(--main-color);animation:mymove 3.5s infinite linear;-webkit-animation:mymove 3.5s infinite linear;opacity:0}
.directors-content .circle .two{animation-delay:1.2s}
.directors-content .circle .three{animation-delay:2.4s}
.directors-content .circle .logo-bg{position: absolute;width: 3.44rem;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 3;}
@keyframes mymove{0%{width:66.66%;height:66.66%;opacity:0}
50%{width:90%;height:90%;opacity:0.8}
100%{width:120%;height:120%;opacity:0}
}@-webkit-keyframes mymove{0%{width:66.66%;height:66.66%;opacity:0}
50%{width:90%;height:90%;opacity:0.8}
100%{width:120%;height:120%;opacity:0}
}
.architecture-content-list .architecture-content-item{display:none}
.architecture-content-list .architecture-content-item:nth-of-type(1){display:block}
.architecture-content-list .architecture-content-item figure img{max-width:100%;display:block;margin:0 auto}
.architecture-content-list .architecture-content-item .wap{display: none;}
.tab-content-swiper .swiper{padding:.7rem 0}
.tab-content-swiper .item figure{width:42.5%}
.tab-content-swiper .item .left{width:57.5%;padding-right:1.4rem}
.tab-content-swiper .item .left .my-scroll{height:1.5rem}
.tab-content-swiper .item .left .year{margin-bottom:.6rem}
.tab-content-swiper .item figure img{border-radius:.2rem}
.development-history .about-title{margin-bottom:.5rem}
.my-scroll .scroll-detail{padding-right:.4rem}
.year-swiper .swiper{height:1rem}
.year-swiper .line-box span{width:1px;height:.1rem;background-color:#d2d2d2}
.year-swiper .line-box{width:96%;margin-bottom:.12rem}
.year-swiper .line-box span{transition:all .3s ease-out}
.year-swiper .swiper-slide.aon .line-box span:nth-of-type(9){height:.4rem}
.year-swiper .swiper-slide.aon .line-box span{background-color:var(--main-color)}
.year-swiper .swiper-slide{cursor:pointer}
.year-swiper .swiper-slide.aon .year{font-size:.36rem;color:var(--main-color)}
/* 滚动条 */
.nicescroll-rails{background:rgba(0,0,0,0.1);opacity:1 !important;width:4px !important}
.nicescroll-rails .nicescroll-cursors{border:0 !important;width:4px !important}
@media (min-width: 1201px) {
	.common-bg:hover{background-color:#fff;box-shadow:0 0 .3rem rgba(0,0,0,.2);transform:scale(1.01)}
	.common-red-bg:hover{background-color:#fff;box-shadow:0 0 .4rem rgba(230,0,18,.15);transform:scale(1.01)}
	.line-box:hover .left{height:100%}
	.line-box:hover .right{height:100%}
	.line-box:hover .top{width:100%}
	.line-box:hover .bottom{width:100%}
	.announcement-list ul li a:hover{transform:scale(1.01)}
	.architecture-menu ul li:hover a{background-color:var(--main-color);color:#fff;box-shadow:0 .1rem .1rem rgba(230,0,18,.15)}
}
@media(max-width:1024px){
	.architecture-content-list .architecture-content-item{position: relative;}
	.architecture-content-list .architecture-content-item a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;}
	.architecture-content-list .architecture-content-item .pc{display: none;}
	.architecture-content-list .architecture-content-item .wap{display: block;}
}
@media(max-width:480px){
	.architecture-menu{margin-bottom: 0.3rem;}
}
.architecture-menu ul li.aon a{background-color:var(--main-color);color:#fff;box-shadow:0 .1rem .1rem rgba(230,0,18,.15)}
/* 20250829 */
.position-and-submenu{position:relative;z-index:2}
.position-and-submenu ul li dl{display:none;position:absolute;left:0;top:100%;width:100%;background:#FFFFFF;box-shadow:0px 0px 13px 0px rgba(0,0,0,0.05)}
.position-and-submenu ul li dl .ul{display:block}
.position-and-submenu ul li{position:relative}
.position-and-submenu ul li span a{display:flex;align-items:center}
.position-and-submenu ul li span a i{display:block;width:0.14rem;height:0.08rem;background-image:url(../images/newArrowDown.png);background-size:0.14rem 0.08rem;margin-left:0.1rem}
.position-and-submenu ul li.aon span a i,.position-and-submenu ul li span a:hover i{background-image:url(../images/newArrowDown_w.png)}
.position-and-submenu ul li dl{padding-top:0.3rem;padding-bottom:0.3rem}
.position-and-submenu ul li dl dd a{line-height:1;height:auto;padding-left:0;padding-right:0;position:relative}
.position-and-submenu ul li dl dd .erji a{padding-top:0.1rem;padding-bottom:0.1rem;padding-left:0.36rem;display:flex;align-items:center;justify-content:space-between;padding-right:0.14rem}
.position-and-submenu ul li dl dd .erji a::before{content:'';display:block;width:0.05rem;height:0.05rem;background:#FFFFFF;border-radius:50%;position:absolute;left:0.17rem;top:50%;transform:translate(0,-50%);z-index:2}
.position-and-submenu ul li dl dd .erji a::after{content:'';display:block;background:#D2D2D2;width:0.11rem;height:0.11rem;border-radius:50%;position:absolute;left:0.14rem;top:50%;transform:translate(0,-50%)}
.position-and-submenu ul li dl dd.active .erji a::after,.position-and-submenu ul li dl dd .erji a:hover::after{background-color:var(--main-color)}
.position-and-submenu ul li dl dd .erji a i{content:'';display:block;width:0.09rem;height:0.05rem;background-image:url(../images/newTriangle_b.png);background-size:0.09rem 0.05rem;right:0.14rem;top:50%}
.position-and-submenu ul li dl dd.active .erji a i,.position-and-submenu ul li dl dd .erji a:hover i{background-image:url(../images/newTriangle.png)}
.position-and-submenu ul li dl dd .ul a{padding-top:0.1rem;padding-bottom:0.1rem;display:flex;padding-left:0.36rem;font-size:0.16rem;color:#666}
.position-and-submenu ul li.aon dl dd .erji a{background-color:transparent;color:#333}
.position-and-submenu ul li.aon dl dd .ul a{background-color:transparent;color:#666}
.position-and-submenu ul li dl dd.active .erji a,.position-and-submenu ul li dl dd .erji a:hover,.position-and-submenu ul li dl dd .ul a:hover{background-color:transparent;color:var(--main-color)}
.position-and-submenu ul li dl dd{position:relative}
.position-and-submenu ul li dl::before{content:'';display:block;position:absolute;left:0.19rem;width:0.01rem;height:calc(100% - 1rem);background:#C9C9C9;opacity:0.2;top:0.5rem}
.position-and-submenu ul li span a i,.position-and-submenu ul li dl dd .erji a i{display:none}
.position-and-submenu ul li.has-sub span a i,.position-and-submenu ul li dl dd.has-sub2 .erji a i{display:block}
@media screen and (max-width:1024px) {
.menuBox,.position-and-submenu .menu{width:100%}
.position-and-submenu .position{display:none}
.position-and-submenu .w1600{flex-direction: inherit;}
.menuBox{display:none}
}
@media(max-width:768px){
	.meunUl{flex-wrap: wrap;}
		.position-and-submenu ul {padding: 0.1rem 0;width: 100%;}
	.position-and-submenu ul li{min-width: 25%;}
	.position-and-submenu ul li:not(:last-child){margin-right: 0;}
	.position-and-submenu ul li a{padding: 0.02rem 0.0rem;height: auto;line-height: 2.5;}
}
.newsXcsxList{}
.newsXcsxList .item{width:calc(50% - 0.2rem);margin-bottom:0.4rem}
.newsXcsxList .item .itemCon{padding:0.5rem;background:#FCFAFB}
.newsXcsxList .item .itemCon .left{border-right:0.01rem solid #ececec;padding-right:0.5rem;display:flex;flex-direction:column;justify-content:space-between;position:relative}
.newsXcsxList .item .itemCon .left .time{}
.newsXcsxList .item .itemCon .left .time .day{}
.newsXcsxList .item .itemCon .left .time .day::after{content:'';display:block;width:0.01rem;height:0.42rem;position:absolute;right:-0.01rem;top:0;background-color:var(--main-color)}
.newsXcsxList .item .itemCon .left .time .year{margin-top:0.15rem}
.newsXcsxList .item .itemCon .left .arrow{width:0.3rem;height:0.3rem;background-color:#CACACA;border-radius:50%;background-image:url(../images/newArrowRight_w.png);background-size:0.12rem;background-repeat:no-repeat;background-position:center;transition:all 0.3s ease;margin-top:0.2rem}
.newsXcsxList .item .itemCon .right{flex:1;padding-left:0.5rem}
.newsXcsxList .item .itemCon .right .intro{margin-top:0.1rem}
.newsXcsxList .item .itemCon:hover .left .arrow{background-color:var(--main-color)}
@media screen and (max-width:768px) {
	.newsXcsxList .item{width:100%;margin-bottom:0.2rem}
	.newsXcsxList .item .itemCon{padding:0.3rem}
	.newsXcsxList .item .itemCon .left{padding-right:0.2rem}
	.newsXcsxList .item .itemCon .right{padding-left:0.2rem}
}
.newsDxrwList{}
.newsDxrwList .item{width:calc(100% / 3 - 0.27rem);margin-right:0.4rem;margin-bottom:0.4rem}
.newsDxrwList .item:nth-child(3n){margin-right:0}
.newsDxrwList .item .itemCon{width:100%;background:#FCFAFB;padding:0.5rem}
.newsDxrwList .item .itemCon .time{}
.newsDxrwList .item .itemCon .title{line-height:1.5;margin-top:0.2rem}
.newsDxrwList .item .itemCon .title:before{content:'';display:block;width:0.04rem;height:0.28rem;background:#E60012;position:absolute;left:0;top:0.94rem}
.newsDxrwList .item .itemCon .imgbox{width:100%;padding-top:59%;margin-top:0.2rem}
.newsDxrwList .item .itemCon .intro{margin-top:0.2rem}
.newsDxrwList .item .itemCon .look-more{margin-top:0.2rem}
.newsJypxList .item .itemCon:hover .look-more,.newsXcsxList .item .itemCon2:hover .look-more,.newsDxrwList .item .itemCon:hover .look-more{background-image:url(../images/more-red.png);color:var(--main-color)}
@media screen and (max-width:768px) {
	.newsDxrwList .item{width:100%;margin-bottom:0.2rem;margin-right:0}
	.newsDxrwList .item .itemCon{padding:0.3rem}
	.newsDxrwList .item .itemCon .title:before{top:0.74rem}
}
.newsXcsxList .item .itemCon2{padding:0.4rem;background:#FCFAFB}
.newsXcsxList .item .itemCon2 .leftBox{width:1.9rem;margin-right:0.3rem}
.newsXcsxList .item .itemCon2 .leftBox .imgbox{width:100%;padding-top:74.74%}
.newsXcsxList .item .itemCon2 .fontBox{flex:1;display:flex;flex-direction:column;justify-content:space-between}
.newsXcsxList .item .itemCon2 .fontBox .title{line-height:1.5}
.lineT{width:100%;height:0.01rem;background:#EAEAEA;opacity:0.9}
@media screen and (max-width:768px) {
	.newsXcsxList .item .itemCon2{padding:0.3rem}
	.newsXcsxList .item .itemCon2 .leftBox{margin-right:0.2rem}
}
.singlePage{width:100%}
.singlePage img{display:block;margin:0 auto;max-width:100%}
.newsJypxList .item{}
.newsJypxList .item .itemCon{border-bottom:0.01rem solid #CACACA;padding-top:0.2rem;padding-bottom:0.2rem;transition:all 0.5s ease}
.newsJypxList .item .itemCon:hover{background:#FCFAFB}
.newsJypxList .item .itemCon .leftBox{display:flex;align-items:center;flex:1}
.newsJypxList .item .itemCon .leftBox:before{content:'';display:block;width:0.09rem;height:0.05rem;background-image:url(../images/newTriangle.png);background-size:0.09rem 0.05rem;background-repeat:no-repeat;background-position:center;transform:rotate(270deg);margin-left:0.3rem;margin-right:0.3rem}
.newsJypxList .item .itemCon .leftBox .title{flex:1}
.newsJypxList .item .itemCon .rightBox{}
.newsJypxList .item .itemCon .rightBox div{margin-left:0.76rem}
@media screen and (max-width:768px) {
	.newsJypxList .item .itemCon .rightBox div{margin-left:0.1rem}
}
.filter{background:#FCFAFB;padding:0.3rem}
.selectPull{width:2.8rem}
.selectPull select{appearance:none;color:#999999;-moz-appearance:none;-webkit-appearance:none;border:1px solid #EAEAEA;background:#fff url(../images/newArrowDown.png) no-repeat right 0.4rem center;padding-right:0.4rem;line-height:0.64rem;height:0.64rem;position:relative;cursor:pointer;width:100%;border-radius:0.32rem;padding-left:0.2rem;font-size:0.18rem;background-size:0.14rem 0.08rem}
.searchBtn{width:2.2rem;height:0.64rem;background:#E60012;border-radius:0.32rem;font-size:0.18rem;color:#fff}
.searchInput input{width:6.6rem;height:0.64rem;background:#FFFFFF;border-radius:0.32rem;border:1px solid #EAEAEA;padding-left:0.4rem;padding-right:0.4rem;font-size:0.18rem}
@media screen and (max-width:1024px) {
	.searchInput{flex:1;margin-right:0.1rem}
	.searchInput input{width:100%}
	.selectPull{margin-right:0.1rem}
}
@media screen and (max-width:768px) {
	.selectPull{width:1.5rem}
	.selectPull select{padding-right:0.2rem;background:#fff url(../images/newArrowDown.png) no-repeat right 0.2rem center;background-size:0.14rem 0.08rem;padding-left:0.1rem}
	.searchInput input{padding-left:0.2rem;padding-right:0.2rem}
}
@media screen and (max-width:480px) {
	.filter{flex-wrap:wrap}
	.selectPull{width:calc(50% - 0.1rem);margin-bottom:0.2rem;margin-right:0}
	.searchBtn{width:calc(50% - 0.1rem)}
	.searchInput{margin-right:0.2rem}
	.newsJypxList .item .itemCon .leftBox:before{margin-right:0.1rem;margin-left:0.1rem}
}
.w100{width:100%}
.LinksBox{display:flex}
.LinksBox .Links{margin-left:0.2rem}
.meunUl{flex:1}
.directors-content dl dd:nth-child(2),.directors-content dl dd:nth-child(1){margin-top:0}
@media screen and (min-width:1025px) {
	.directors-content-box{background-size:cover}
	.directors-content dl dd{border:none;background-color:transparent}
}
@media(max-width:1024px){
	.architecture-content-list .directors-content dl{background: none !important;}
	.directors-content dl dd{padding-bottom: 0.15rem;padding-top: 0.15rem;}
}
@media(max-width:768px){
	.directors-content .circle{position: relative;margin: 0px auto 0.25rem;left: auto;bottom: auto;transform: translateX(0);height: auto;border-radius: 0;}
	.directors-content .circle span{display: none;}
	.directors-content dl{margin-top: 0;display: block;}
	.directors-content dl dd{padding: 0.25rem !important;float: none !important;text-align: left !important;width: 100%;display: block;margin: 0 !important;border-radius: 0.2rem;min-height: auto;}
	.directors-content dl dd:not(:last-child){margin-bottom: 0.1rem !important;}
	.architecture-content-list .architecture-content-item:nth-child(1) figure img{height: 0.8rem;}
}
.culturePage .inside-banner{position:relative}
.culturePage .inside-banner:after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}
.culturePage .inside-banner h1{text-align:left}
.grayBg{background-color:#F8F6F3}
.three-cols-container{display:flex}
.yxblList {display:flex;flex-wrap:wrap}
.yxblList .item{width:calc(100% / 3 - 0.28rem);margin-right:0.42rem}
.yxblList .item:nth-child(3n){margin-right:0}
.yxblList .three-col{width:calc(100% / 3 - 0.28rem);margin-right:0.42rem}
.yxblList .three-col:nth-child(3n){margin-right:0}
.yxblList .item{margin-bottom:0.5rem}
.yxblList .item .itemCon{width:100%;display:flex;flex-direction:column;transition:all 0.5s ease}
.yxblList .item .itemCon .imgbox{width:100%;padding-top:56.25%}
.yxblList .item .itemCon .imgbox img{transition:all 0.5s ease}
.yxblList .item .itemCon:hover .imgbox img{transform:scale(1.1)}
.yxblList .item .itemCon .fontbox{transition:all 0.5s ease;position:relative}
.yxblList .item .itemCon .fontbox::after{content:'';display:block;width:0;height:0.03rem;background-color:#e60012;position:absolute;left:50%;bottom:0;transition:all 0.5s ease}
.yxblList .item .itemCon:hover .fontbox::after{width:100%;left:0}
.yxblList .item .itemCon .fontbox .title{-webkit-line-clamp:2;margin-top:0.2rem}
.yxblList .item .itemCon .fontbox .time{margin-top:0.15rem}
.yxblList .item .itemCon:hover{box-shadow:0px 0px 40px 0px rgba(230,0,18,0.1)}
.yxblList .item .itemCon:hover .fontbox{padding:0 30px 40px 30px;background-color:#fff}
.yxblList .item .itemCon:hover .fontbox .title{-webkit-line-clamp:3}
@media screen and (max-width:768px) {
	.three-cols-container{flex-direction:column}
	.yxblList .three-col{width:100%;margin-right:0}
	.yxblList .item{margin-bottom:0.3rem}
	.inside-banner img{height: 2.8rem;object-fit: cover;}
	.culturePage .inside-banner h1,.inside-banner .desc{text-align: center;}
    .inside-banner h1{text-align: center;}
}
@media screen and (max-width:480px) {
		.inside-banner img{height: 2rem;object-fit: cover;}
}
.public-title{position:relative}
.public-title .h2 span{color:#E5001D}
.public-select{position:absolute;right:0;top:50%;transform:translate(0,-50%);display:none}
.public-select .selectPull{width:1.52rem;margin-left:0.14rem}
.public-select .selectPull select{background:transparent url(../images/newArrowDown_gray.png) no-repeat right 0.3rem center;height:0.46rem;line-height:0.46rem;padding-left:0.1rem;padding-right:0;border-radius:0.06rem;text-align:left}
@media screen and (max-width:768px) {
	.public-title .h2{text-align:left}
}
@media screen and (max-width:480px) {
	.public-select .selectPull{width:1.3rem;margin-left:0.14rem;margin-bottom:0}
	.public-select .selectPull select{background:transparent url(../images/newArrowDown_gray.png) no-repeat right 0.1rem center}
	.public-select .selectPull select{padding-left:0.05rem}
}
.HomeNews .swiper_news .swiper-slide .HomeMore a{padding-top:0;display:flex;justify-content:space-between;margin-top:0.2rem}
.HomeNewsYxj{background-image:none}
.yxjz .left{width:5.4rem}
.yxjz .left .h2{text-align:left}
.yxjz .left .title{font-style:italic;margin-left:-0.6rem}
.yxjz .left .intro{text-align:justify}
.yxjz .right{width:calc(100% - 6.3rem)}
.yxjz .right .ul{display:flex}
.yxjz .right .ul .li{width:4.13rem;position:relative}
.yxjz .right .ul .li:nth-child(2){width:4.36rem;margin-left:-1.3rem;margin-top:0.2rem}
.yxjz .right .ul .li:nth-child(3){width:5.17rem;margin-left:-1.3rem}
.yxjz .right .ul .li .imgbox{width:100%}
.yxjz .right .ul .li .imgbox img{width:100%}
.yxjz .right .ul .fontbox{width:100%;height:100%;position:absolute;left:0;top:0;color:#fff;padding-left:1rem;padding-top:1rem}
.yxjz .right .ul .fontbox .title{font-style:italic;display:flex;align-items:flex-end;line-height:1}
.yxjz .right .ul .fontbox .title .f80{font-style:italic;line-height:1}
.yxjz .right .ul .fontbox .title span{display:block;padding-bottom:0.1rem;margin-left:0.05rem}
.yxjz .right .ul .fontbox .intro{line-height:1.389;margin-top:0.3rem}
@media screen and (max-width:1024px) {
	.yxjz .left .title{margin-left:-0.1rem}
	.yxjz .right{width:calc(100% - 5.6rem)}
	.yxjz .right .ul .fontbox{padding-left:0.5rem;padding-top:0.7rem}
}
@media screen and (max-width:768px) {
	.yxjz{flex-direction:column}
	.yxjz .right,.yxjz .left{width:100%}
	.yxjz .right{max-width:7rem}
	.yxjz .right .ul .li:nth-child(2){margin-left:-0.7rem}
	.yxjz .right .ul .li:nth-child(3){margin-left:-0.7rem}
	.yxjz .right .ul .fontbox{padding-left:0.5rem;padding-top:0.5rem}
	.yxjz .right .ul .fontbox .intro{line-height:1.389;margin-top:0.1rem}
	.yxjz .right .ul .fontbox .intro{line-height:1.389;margin-top:0.1rem;font-size:0.2rem}
	.yxjz .right .ul .li:nth-child(2){margin-top:0.1rem}
}
.bljtgw{width:100%;height:7.3rem;background-image:url(../images/yxjzBg.jpg);background-size:cover;position:relative}
.bljtgwCon{width:100%;height:100%;position:absolute;left:0;top:0;z-index:2;padding-top:0.16rem}
.bljtgwCon{display:flex;flex-direction:column}
.bljtgw-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end;align-items:flex-start}
.bljtgwCon .bljtgw-row:not(:first-child){margin-top:-0.24rem}
.bljtgwCon .bljtgw-row:nth-child(1){padding-right:1.54rem}
.bljtgwCon .bljtgw-row:nth-child(2){padding-right:0.7rem}
.bljtgwCon .bljtgw-row:nth-child(3){margin-top:-0.3rem}
.bljtgwCon .bljtgw-row:nth-child(3) .item:last-child{margin-right:0.09rem}
.bljtgwCon .bljtgw-row:nth-child(4){padding-right:0.7rem;margin-top:-0.27rem}
.bljtgwCon .bljtgw-row:nth-child(5){margin-top:-0.3rem}
.bljtgwCon .bljtgw-row:nth-child(5) .item:last-child{margin-right:0.1rem}
.bljtgwCon .item{width:1.4rem;height:1.6rem;background-image:url(../images/wbxBg_w.png);background-size:contain;position:relative;overflow:hidden;margin-right:0.18rem;background-repeat:no-repeat;background-position:center}
.bljtgwCon .item .imgbox{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.bljtgwCon .item .imgbox img{max-width:1rem;max-height:1rem;object-fit:contain;transition:all 1.5s ease;transform:rotateY(0deg)}
.bljtgwCon .item .code{width:100%;height:100%;position:absolute;left:0%;top:0%;display:flex;align-items:center;justify-content:center;opacity:0;transition:all 2s ease;transform:rotateY(180deg)}
.bljtgwCon .item .code img{width:1rem;transition:all 2.5s ease}
.bljtgwCon .item:hover .code{opacity:1;transform:scale(1)}
.bljtgwCon .item:hover .imgbox img{transform:rotateY(180deg) scale(0);opacity: 0;}
@media screen and (max-width:1024px) {
	.bljtgw{height:auto}
	.bljtgwCon{position:static;background-image:url(../images/yxjzBg.png)}
	.bljtgwCon .item{width:1.2rem;height:1.4rem}
	.bljtgwCon .item .imgbox img{max-width:0.8rem;max-height:0.8rem;object-fit:contain}
	.bljtgwCon .item .code img{max-width:0.8rem;max-height:0.8rem;object-fit:contain}
	.bljtgw .public-title{padding-top:0}
	.bljtgw .public-title h2{text-align:center}
	.bljtgwCon{padding-bottom:0.5rem}
}
@media screen and (max-width:768px) {
	.bljtgwCon .item{width:0.9rem;height:1.3rem}
	.bljtgwCon .item .imgbox img{max-width:0.5rem;max-height:0.5rem;object-fit:contain}
	.bljtgwCon .item .code img{max-width:100%;max-height:100%;object-fit:contain;width: 100%;height: 100%;}
}
@media screen and (max-width:767px) {
	.bljtgwCon{width: 96%;margin: 0px auto;flex-direction: row;flex-wrap: wrap;justify-content: space-between;padding-top: 0.25rem;}
	.bljtgwCon:after{content: "";width: 31.33%;}
	.bljtgwCon .bljtgw-row{padding-right:0 !important;width:95%;margin:0 auto;justify-content:space-between;margin-top:0 !important}
	.bljtgwCon .item{margin-right:0 !important;margin-left:0 !important;width:31.333%;height:1rem;background-color:#fff;margin-bottom:0.2rem;overflow: visible;}
	.bljtgwCon .item .imgbox img{max-width:0.8rem;max-height:0.8rem;object-fit:contain}
	.bljtgwCon .item:after{width: 0.23rem;height: 0.23rem;right: 0.1rem;top: 0.1rem;content: "";position: absolute;background: url(../other/ico_qrscan.svg) no-repeat center center/contain;z-index: 10;opacity: 0.3;transition: all 0.5s;}
	.bljtgwCon .item:hover:after{opacity: 0;}
	.bljtgwCon .item:hover .code{transform: scale(1.6);}
}
@media screen and (max-width:1024px) {
	.news-top .swiper-slide .item .txt{padding:0.6rem 0.3rem}
	.HomeMore a{padding:0 0.15rem !important}
	.news-list ul li .txt{padding:0 0.3rem}
	.news-detail .right-recommend{margin-left:0.3rem;}
	.news-detail .left-content{width:calc(100% - 3.7rem)}
	.news-detail .left-content .detail-content img{height:auto !important}
	.news-detail .left-content .detail-content{padding-bottom:0.2rem}
}
@media screen and (max-width:768px) {
	.meida-list ul li{width:100%;margin-top: 0.25rem;}
	.meida-list ul li .cover-image{padding-bottom: 60%;}
	.meida-list ul li h2{line-height: 1.68;margin-bottom: 0.1rem;}
	.page-bottom .back{margin:15px auto 0;width: 2rem;text-align: center;}
	.news-detail .right-recommend,.news-detail .left-content{width: 100%;}
}
@media screen and (max-width:480px) {
	.news-top .swiper-slide .item{flex-direction:column}
	.news-top .swiper-slide .item .txt{padding:0.2rem;width:100%}
	.news-list ul li figure,.news-top .swiper-slide .item figure{width:100%}
	.news-top .cover-image span{position:static}
	.news-top .cover-image span img{display:block}
	.news-list ul li a{padding:0}
	.meida-list ul li .txt,.news-list ul li .txt{padding:0.2rem}
	.news-list .look-more{display:none}
	.news-detail .right-recommend{margin-left:0;margin-top:0.5rem}
	.news-top{padding-bottom: 0.25rem;}
	.news-top .swiper-slide .item .txt .HomeMore{margin-top: 0.25rem;}
	.news-top .swiper-slide .item .txt h2{margin-bottom: 0.1rem;}
	.news-list ul li .description{margin: 0.1rem 0;}
	.news-list ul li:not(:last-child){margin-bottom: 0.25rem;}
	.page-bottom .left{max-width:100%}
	.meida-list ul li h2{min-height:auto}
}
.lifeImgBg{width:9.55rem;height:9.55rem;background-image:url(../images/lifeImg_bg.jpg);background-size:cover;margin:0 auto;margin-top:-1.2rem}
.lifeImgBg img{max-width:8.52rem}
.lifeLogo{margin-top:-1.8rem}
.lifeLogoCon{width:100%;height:8.1rem;background-size:cover;background-position:center bottom}
.lifeLogoCon .title{text-align:center;cursor:pointer}
.lifeLogoCon .asNavForSlickTabC .left{width:7.28rem}
.lifeLogoCon .asNavForSlickTabC .left .title{position:relative;line-height:1;text-align:left}
.lifeLogoCon .asNavForSlickTabC .left .title .num{font-size:2rem;font-weight:bold;color:#F6F2EC}
.lifeLogoCon .asNavForSlickTabC .left .title .cnTitle{position:absolute;bottom:0.2rem;left:0}
.lifeLogoCon .asNavForSlickTabC .left .intro{text-align:justify;color:#333;line-height:2}
.lifeLogoCon .asNavForSlickTabC .right{width:5rem}
.lifeLogoCon .asNavForSlickTabC .right .imgbox{width:100%;padding-top:115%}
.lifeLogoCon .asNavForSlickTabC .right .imgbox img{object-fit:contain}
.lifeLogoCon .asNavForSlickTab{margin-top:0.5rem}
.lifeLogoCon .asNavForSlickTab .title{position:relative;padding-bottom:0.2rem;border-bottom:1px solid #e0ddd9;margin-bottom:0.1rem}
.lifeLogoCon .asNavForSlickTab .title:before{content:'';display:block;width:0.08rem;height:0.08rem;background-color:#fff;border-radius:50%;position:absolute;left:50%;bottom:-0.04rem;transform:translate(-50%,0);z-index:2}
.lifeLogoCon .asNavForSlickTab .title::after{content:'';display:block;width:0.18rem;height:0.18rem;background-color:#e0ddd9;border-radius:50%;position:absolute;left:50%;bottom:-0.09rem;transform:translate(-50%,0)}
.lifeLogoCon .asNavForSlickTab .slick-current.slick-active .title::after{background-color:#B57E43;animation:heartbeat 2s linear;animation-iteration-count:infinite}
.lifeLogoCon .asNavForSlickTab .slick-current.slick-active .title{color:#B57E43;border-color:#B57E43}
.lifeLogoCon .asNavForSlickTabC .slick-current.slick-active .left .title{-webkit-animation-name:fadeInUpSmall;animation-name:fadeInUpSmall;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.lifeLogoCon .asNavForSlickTabC .slick-current.slick-active .left .intro{-webkit-animation-name:fadeInUpSmall;animation-name:fadeInUpSmall;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;animation-delay:0.2s}
.lifeLogoCon .asNavForSlickTabC .slick-current.slick-active .right{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;animation-delay:0.5s}
@media screen and (min-width:1025px) {
	.lifeLogoCon .asNavForSlickTabC .myslideCon{padding-left:1rem;padding-right:1rem}
}
@media screen and (max-width:1024px) {
	.lifeLogoCon .asNavForSlickTabC .right,.lifeLogoCon .asNavForSlickTabC .left{max-width:calc(50% - 0.1rem)}
	.lifeLogoCon .asNavForSlickTabC .left .title .num{font-size:1rem}
	.lifeLogoCon .asNavForSlickTabC .left .title .cnTitle{bottom:0.1rem}
	.architecture-menu ul li a{padding:0 0.2rem}
	
}
@media screen and (max-width:768px) {
	.architecture-menu ul{flex-wrap: wrap;justify-content: space-between;}
	.architecture-menu ul li{width: 48%;margin: 0 0 0.15rem;}
}
@media screen and (max-width:480px) {
	.lifeLogoCon{height:auto;padding-bottom:0.3rem}
	.lifeLogoCon .asNavForSlickTabC .myslideCon{flex-direction:column}
	.lifeLogoCon .asNavForSlickTabC .right,.lifeLogoCon .asNavForSlickTabC .left{width:100%;max-width:100%}
	.lifeLogoCon .asNavForSlickTabC .slick-current.slick-active .left .intro{margin-top:0.2rem}
	.lifeLogoCon .asNavForSlickTab{margin-top:0}
	.lifeImgBg{max-width:100%;height:auto;margin-top:0.3rem}
	.lifeImgBg img{max-width:100%}
	.lifeLogo{margin-top:0}
	.lifeLogoCon .title{margin-top:0}
}
.touchCare{position:relative}
.touchCare .w1600{z-index:1}
.touchCare .left{width:7.6rem}
.touchCare .left .touchLogo{height:0.7rem}
.touchCare .right{width:9.55rem;height:9.55rem;background-image:url(../images/touchBg.png);background-size:cover;margin:0 auto;display:flex;justify-content:flex-end;align-items:center;margin-left:-1.2rem;margin-top:-1.4rem}
.touchCare .right img{width:6.94rem;max-width:100%}
.touchCare .touchLine{width:100%;position:absolute;left:0;bottom:1.4rem}
.touchCare .intro{text-align: left;}
@media screen and (max-width:1024px) {
	.touchCare .left{max-width:calc(50% - 0.16rem)}
	.touchCare .right{max-width:calc(50% - 0.16rem);margin-left:0;height:auto;margin-top:0;margin-right:0}
}
@media screen and (max-width:480px) {
	.touchCare{padding-bottom:0.3rem}
	.touchCare .left{width:100%;max-width:100%}
	.touchCare .right{width:100%;max-width:100%}
	.touchCare .left .touchLogo{height:auto}
	.HomeTit.mt60{margin-top:0.3rem}
}
.touchCareUlBox{position:relative;padding-bottom:2rem}
.touchCareUl{}
.touchCareUl .item{margin-bottom:0.2rem;background-color:#fff;background-size:cover;background-position:top center;border-radius:0.1rem;box-shadow:3px 5px 30px 0px rgba(66,0,5,0.06);position:relative}
.touchCareUl .item::after{content:'';display:block;width:0.53rem;height:5.93rem;background-image:url(../images/lineBg.png);background-size:cover;background-repeat:no-repeat;background-position:right top;position:absolute;right:-0.53rem;top:50%;transform:translate(0px,0)}
.touchCareUl .item:nth-child(3)::after{height:2.74rem}
.touchCareUl .item:nth-child(4)::after{height:1.38rem}
.touchCareUl .item:nth-child(1){max-width:12rem}
.touchCareUl .item:nth-child(2){max-width:10.6rem}
.touchCareUl .item:nth-child(3){max-width:9rem}
.touchCareUl .item:nth-child(4){max-width:7.2rem}
.touchCareUl .item .itemCon{align-items:center;padding-top:0.26rem;padding-bottom:0.26rem;position:relative;min-height:1.5rem}
.touchCareUl .item .itemCon .icon{width:0.72rem;height:0.72rem;background:#D8B677;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;margin-left:0.28rem;margin-right:0.28rem}
.touchCareUl .item .itemCon .icon::after{content:'';display:block;width:calc(100% + 0.18rem);height:calc(100% + 0.18rem);border:1px dashed #D8B677;border-radius:50%;position:absolute;left:-0.09rem;top:-0.09rem}
.touchCareUl .item .itemCon .icon img{width:0.36rem}
.touchCareUl .item .itemCon .fontBox{width:calc(100% - 1.6rem)}
.touchCareUl .item .itemCon .fontBox .title{}
.touchCareUl .item .itemCon .fontBox .intro{}
.touchCareUl .item .itemCon:before{content:'';display:block;width:0.1rem;height:0.1rem;background-color:#fff;border-radius:50%;position:absolute;z-index:2;right:-0.07rem;border:0.03rem solid #D8B677}
.touchCareUl .item .itemCon:after{content:'';display:block;width:0.16rem;height:0.16rem;background:#D8B677;border-radius:50%;position:absolute;right:-0.07rem;animation:scaleAnimate 2s linear;animation-iteration-count:infinite;transition:all 0.5s;opacity:0}
.ltImg{width:10.57rem;position:absolute;right:0;bottom:0}
@media screen and (min-width:769px) and (max-width:1024px) {
	.touchCareUlBox{zoom:0.7}
}
@media screen and (max-width:768px) {
	.ltImg{display:none}
	.touchCareUl .item::after,.touchCareUl .item .itemCon::after,.touchCareUl .item .itemCon:before{display:none}
	.touchCareUl .item{width:100% !important;max-width:100% !important}
	.touchCareUlBox{padding-bottom:0}
}
.touchCareUl .item:hover .icon {
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}
.zxList{position:relative;padding: 0.3rem;border-radius: 0.2rem;background: url(../images/hbg.gif);}
.zxList .item{background-color: #fff;border-radius: 0.2rem;padding: 0.4rem 0.3rem;position: relative;}
.zxList .item:not(:last-child){margin-bottom: 0.1rem;}
.zxList .item:last-child .circleLogo{display: none;}
/* .zxList .item .itemCon{padding:0.6rem 0.6rem 0 0.6rem} */
/* .zxList .item .itemCon{position: relative;} */
.zxList .item .itemCon .left{width:6.5rem;position:relative;z-index:2}
.zxList .item:nth-child(2n) .itemCon{flex-direction:row-reverse}
.zxList .item:nth-child(1) .left{padding-top:0.26rem;padding-left:0.36rem}
.zxList .item .itemCon .left .intro{line-height:1.5;text-align:justify}
.zxList .item .itemCon .left .desc{line-height:2;text-align:justify;letter-spacing:-0.006rem}
.zxList .item .itemCon .right{width:7.4rem}
.zxList .item .itemCon .right .imgbox{width:100%;padding-top:72.433%;border-radius:0.2rem;z-index: 10;}
.zxList .circleLogo{position:absolute;width:2.26rem;height:2.26rem;left:50%;bottom:-1.07rem;transform:translateX(-50%);z-index:2;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index: 100;}
.circleLogo img{width:1.7rem}
.zxList .yellowBg{width:100%;position:absolute;left:0;top:0}
.zxList .item .itemCon .left{padding-top:0.4rem}
@media screen and (min-width:769px) {
	.zxList .left{animation-name:fadeInLeftSmall}
	.zxList .right{animation-name:fadeInRightSmall}
	.zxList .item:nth-child(2) .left{animation-name:fadeInRightSmall}
	.zxList .item:nth-child(2) .right{animation-name:fadeInLeftSmall}
}
@media screen and (min-width:769px) and (max-width:1024px) {
	.zxList{zoom:0.7}
}
@media(min-width:769px){
.zxList .line.l1{position: absolute;left: 0;bottom: 0;height: 0.6rem;width: 50%;background: url(../images/hbg.gif);margin: 0;z-index: 0;}
.zxList .line.l1:before{position: absolute;left: 0;top: 0;height: 0.2rem;width: 100%;background: #fff;content: "";border-radius: 0 0 0 0.2rem;}
.zxList .item:last-child .line.l1{display: none;}
.zxList .line.l2{position: absolute;left: 0;top: -0.4rem;height: 0.6rem;width: 50%;background: url(../images/hbg.gif);margin: 0;z-index: 0;}
.zxList .line.l2:before{position: absolute;left: 0;top: 0;height: 0.6rem;width: 100%;background: #fff;content: "";border-radius: 0.2rem 0 0 0;}
.zxList .item:first-child .line.l2{display: none;}
.zxList .item:not(:first-child) .imgbox{transform: translateY(-0.36rem);}
.zxList .item:last-child .itemCon .left{padding-top: 0;}
.zxList .item:last-child .imgbox{transform: translateY(0) !important;}
}
@media screen and (max-width:768px) {
	.zxList{padding: 0.1rem;}
	.zxList .item{padding: 0.2rem;}
	.zxList .circleLogo,.circleLogo img,.zxList .yellowBg{display:none}
	.zxList .item .itemCon{flex-direction:column-reverse !important;padding:0}
	.zxList .left{animation-name:fadeInUpSmall}
	.zxList .right{animation-name:fadeInUpSmall}
	.zxList .item .itemCon .right{width:100%}
	.zxList .item .itemCon .left{width:100%;padding:0.3rem 0 !important}
}
@media(max-width:480px){
	.zxList .item .itemCon .title{font-size: 0.24rem;}
	.zxList .item .itemCon .left .intro{font-size: 0.2rem;}
	.zxList .item .itemCon .left{padding-bottom: 0 !important;}
	.zxList .item .itemCon .left .desc{line-height: 1.5;}
}
.blmd{background-size:cover}
.blmd .ul .item{width:calc(100% / 3 - 0.54rem);margin-right:0.81rem}
.blmd .ul .item:nth-child(3n){margin-right:0}
.blmd .ul .item .itemCon{width:100%;display:flex;flex-direction:column;overflow:hidden}
.blmd .ul .item .imgbox{width:100%;padding-top:84.912%}
.blmd .ul .item .imgbox::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-image:url(../images/blmdBg.png);background-size:cover;background-repeat:no-repeat;background-position:center}
.blmd .ul .item .imgbox img{transition:all 0.5s ease}
.blmd .ul .item .imgbox .title{width:100%;position:absolute;left:0;top:12%;z-index:2;transform:skewY(20deg);text-align:center;padding-left:16%;font-size:0.18rem}
.blmd .ul .item .fontBox{flex-direction:column;justify-content:center}
.blmd .ul .item:hover .imgbox img{transform:scale(1.1)}
@media screen and (max-width:768px) {
	.blmdBox{padding-top:0}
	.blmd .ul .item{width:100%;margin-right:0}
	.blmd .ul .item{margin-bottom:0.2rem}
	.blmd .ul .item:last-child{margin-bottom:0}
	.blmd .ul .item .fontBox{margin-top: 0;}
}
@media screen and (min-width:481px) and (max-width:768px) {
	.blmd .ul .item .imgbox .title {
		height: 0.6rem;
		line-height: 0.6rem;
	}
}
/* 基础容器布局 */
.gallery-container{display:flex;justify-content:space-between;width:100%;align-items:flex-start;padding:0 20px}
.image-group{display:flex;flex-direction:column;width:calc(50% - 3.2rem);position:relative;height:6.94rem}
.image-card{display:flex;flex-direction:column;align-items:center;cursor:pointer;overflow:hidden;position:relative;transition:transform 0.5s ease}
.image-card:hover:not(.swap-animation){transform:scale(1.02)}
.left-group .image-card{width:2.35rem;height:2.71rem;position:absolute;}
.left-group .image-card:nth-child(1){/*width:1.77rem;height:2.04rem;*/top:0.08rem;left:1.8rem}
.left-group .image-card:nth-child(2){/*width:2.35rem;height:2.71rem;*/top:1.55rem;left:3.96rem}
.left-group .image-card:nth-child(3){/*width:2.01rem;height:2.32rem;*/left:1.47rem;top:3.08rem}
.left-group .image-card:nth-child(4){/*width:1.68rem;height:1.94rem;*/top:4.62rem;left:3.99rem}
.right-group .image-card{width:2.35rem;height:2.71rem;position:absolute;}
.right-group .image-card:nth-child(1){/*width:1.58rem;height:1.83rem;*/top:0.08rem;right:1.8rem}
.right-group .image-card:nth-child(2){/*width:2.38rem;height:2.75rem;*/top:1.55rem;right:3.96rem}
.right-group .image-card:nth-child(3){/*width:1.95rem;height:2.26rem;*/right:1.47rem;top:3.08rem}
.right-group .image-card:nth-child(4){/*width:2.01rem;height:2.32rem;*/top:4.62rem;right:3.99rem}
.image-card .image-title{font-size:0.15rem;line-height:1.625;margin-top:0.1rem;padding:0 0.3rem;text-align:center;z-index:2;color:#333}
.center-image-card{width:6.12rem;height:6.56rem;position:relative;z-index:10}
.center-image-card::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-image:url(../images/jtBg_03.png);background-size:100% 100%;z-index:2;background-repeat:no-repeat;background-position:bottom}
.center-image-card .main-image{margin:0 auto;margin-top:.9rem;display:block;z-index:2;position:relative;max-height: .6rem;}
.center-image-card .image-title{padding:0 1.2rem;font-size:0.24rem;color:#343434;line-height:0.42rem;margin-top:0.4rem;z-index:2;position:relative}
.center-image-card .image-desc{padding:0 1.2rem;font-size:0.18rem;color:#343434;line-height:2;margin-top:0.2rem;z-index:2;position:relative;text-align:justify}
.center-image-card .sub-image{width:100%;position:absolute;left:0;bottom:0;z-index:2}
.image-group .image-desc{display:none}
.center-image-container{position:relative;width:6.12rem}
.image-group .main-image{margin-top:0.34rem;max-height:0.59rem;max-width:1rem;z-index:2;position:relative}
.image-group .image-pair{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;width:100%;height:100%}
.image-group .image-pair::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-image:url(../images/jtBg_01.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center;z-index:3}
.image-group .image-pair:before{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-color:#f8f8f8;z-index:1}
.image-group .image-pair .sub-image{width:100%;position:absolute;bottom:0;right:0;z-index:2}
@keyframes swapAnimation{0%{opacity:1;transform:scale(1)}
50%{opacity:0;transform:scale(0.9)}
100%{opacity:1;transform:scale(1)}
}.left-group .swap-animation,.right-group .swap-animation{animation:swapAnimation 1.8s cubic-bezier(0.25,0.1,0.25,1) forwards;z-index:20}
.center-image-container .swap-animation{animation-name:zoomInSmall2;-webkit-animation-duration:1.8s;animation-duration:1.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.center-image-card .image-pair{position:relative;height:100%}
.center-image-card .image-pair:before{content:"";display:block;width:0.16rem;height:0.16rem;background:#E60012;border-radius:50%;opacity:0.3;position:absolute;left:50%;top:0.41rem;transform:translate(-50%,0)}
.center-image-card .image-pair:after{content:"";display:block;width:0.38rem;height:0.38rem;background:#E60012;border-radius:50%;animation:scaleAnimate2 2s linear;animation-iteration-count:infinite;transition:all 0.5s;opacity:0;position:absolute;left:50%;top:0.3rem;transform:translate(-50%,0)}
@-webkit-keyframes scaleAnimate2{0%{-webkit-transform:translate(-50%,0) scale(1);opacity:0}
50%{-webkit-transform:translate(-50%,0) scale(1.2);opacity:0.1}
100%{-webkit-transform:translate(-50%,0) scale(1.4);opacity:0}
}.gallery-container .animated{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.right-group .image-card .image-title,.left-group .image-card .image-title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.retailFour .blmd .ul .item .imgbox::after{background-image:url(../images/blmdBg2.png)}
.blmd .ul .item .imgbox::after {
	width: calc(100% + 0.04rem);
	height: calc(100% + 0.04rem);
}
.retailOne .num_list{}
.retailOne .num_list li{min-width:2.12rem;display:flex;justify-content:center}
.retailOne .num_list .counter{font-family:Barlow}
.retailOne .num_list b{font-weight:normal}
@media screen and (max-width:1024px) {
	.retailOne .num_list li{width:20%;min-width:auto}
	.gallery-container{flex-wrap: wrap;}
	.image-group{width: 100%;height: auto;}
	.center-image-container{margin: 0.2rem auto;}
	.left-group,	.right-group{display: flex;flex-wrap: wrap;flex-direction: row;justify-content: center;}
	.left-group .image-card,.right-group .image-card{position: relative;top: auto !important;right: auto !important;left: auto !important;width: calc(100% / 4);height: 3.33rem;}
	.left-group .image-title,.right-group .image-title{width: 80%;margin: 0.2rem auto 0;}
}
@media(max-width:768px){
	.left-group .image-card, .right-group .image-card{height: 2.71rem;}
}
@media screen and (max-width:480px) {
	.retailOne .num_list li{width:50%;justify-content:flex-start}
	.retailOne .num_list ul{flex-wrap:wrap}
	.retailOne.retailFive .num_list li{width:33%}
	.left-group .image-card, .right-group .image-card{width: calc(100% / 2);height: 2.5rem;}
	.center-image-card{height: auto;min-height: 5.64rem;}
	.center-image-card .main-image{margin-top: 0.6rem;}
	.center-image-card .image-title{padding: 0 0.5rem;line-height: 1.5;font-size: 0.2rem;margin-top: 0.2rem;}
	.center-image-card .image-desc{padding: 0 0.5rem;}
	.center-image-container{width: 100%;}
	.center-image-card{width: 100%;}
}
/* retailTwo */
.retailTwo .retailTwoCon{height:100%;position:relative}
.retailTwo .imgbox{width:100%;padding-top:32.5%;border-radius:0.2rem}
.retailTwo .retailTwoList::after{content:'';display:block;width:100%;height:100%;position:absolute;background:linear-gradient(to top,#000 0%,rgba(0,0,0,0) 100%);opacity:0.6;left:0;top:0;border-radius:0.2rem}
.retailTwo .retailTwoList .item{flex:1 0 0;height:100%;display:flex;flex-direction:column;justify-content:flex-end;;
	position:relative;z-index:5;padding: .5rem;transition: all .5s ease;
	height: 5.2rem;background-repeat: no-repeat;background-size: cover;background-position: center center;will-change: transform;
}
.retailTwo .retailTwoList .item::after{content: "";position: absolute;right: 0;top: 0;width: 1px;
height: 100%;background-color: rgba(255,255,255,.2);}
.retailTwo .retailTwoList .item:nth-of-type(2) {z-index: 4;}
.retailTwo .retailTwoList .item:nth-of-type(3) {z-index: 3;}
.retailTwo .retailTwoList .item:nth-of-type(4) {z-index: 2;}
.retailTwo .retailTwoList .item:nth-of-type(5) {z-index: 1;}
.retailTwo .retailTwoList .item:first-child {border-top-left-radius: .2rem;border-bottom-left-radius: .2rem;}
.retailTwo .retailTwoList .item:last-child{border-top-right-radius: .2rem;border-bottom-right-radius: .2rem;}
.retailTwo .retailTwoList .item img{height:0.52rem;margin-bottom:0.3rem}
.retailTwo .retailTwoList .item:hover img:not(.ab){-webkit-animation:icon-bounce 0.5s alternate;-moz-animation:icon-bounce 0.5s alternate;-o-animation:icon-bounce 0.5s alternate;animation:icon-bounce 0.5s alternate}
.bodyon{overflow: hidden !important;}
@media screen and (max-width:768px){
		.retailTwo .retailTwoList::-webkit-scrollbar { display: none;}
	.retailTwo .retailTwoList{overflow-x: auto;white-space: nowrap;}
	.retailTwo .retailTwoList .item{padding:0.4rem 0.2rem;height: 2.2rem;flex: none;width: 20%;}
	.retailTwo .retailTwoList .item img{margin-bottom:0.1rem;height:0.36rem}
	
}
@media screen and (max-width:480px){
	.retailOne .pb100{padding-bottom: 0.25rem;}
	/* .retailTwoList{flex-wrap:wrap}
	.retailTwo .retailTwoList .item{flex:auto;width:50%;height:33%}
	.retailTwo .imgbox{padding-top:77.5%}
	.retailTwo .retailTwoList::after{opacity:1}
	.retailTwo .retailTwoList .item:first-child{border-bottom-left-radius: 0;}
	.retailTwo .retailTwoList .item:nth-of-type(5){border-bottom-left-radius: .2rem;}
	.retailTwo .retailTwoList .item:nth-of-type(2){border-top-right-radius: .2rem;} */
}
/* retailThree */
.retailThree{background-size:cover;background-repeat:no-repeat;background-position:center bottom}
.retailThreeCon .fontBox{width:6.44rem}
.retailThreeCon img{width:100%;margin-top:-1rem}
@media screen and (max-width:1024px) {
	.retailThreeCon img{margin-top:0}
}
@media screen and (max-width:768px) {
	.retailThreeCon .fontBox{width:100%}
	.retailThreeCon img{margin-top:0.2rem}
}
.retailFive{background:#F8F8F8}
.retailSeven{background-size:cover;background-position:center}
.retailSeven canvas{width:100% !important;height:9.5rem !important}
.retailSeven .retailSevenCon{width:100%;height:5.9rem;position:relative}
.retailSeven .retailSevenCon .mark-img dd{animation:breath-opacity 2s ease-in-out infinite}
.retailSeven .retailSevenCon .mark-img dd:nth-child(2n){animation-delay:0.2s}
.retailSeven .retailSevenCon .mark-img dd:nth-child(1){position:absolute;top:2.38rem;left:1.36rem}
.retailSeven .retailSevenCon .mark-img dd:nth-child(2){position:absolute;top:5.4rem;left:3.34rem}
.retailSeven .retailSevenCon .mark-img dd:nth-child(3){position:absolute;top:0.86rem;left:6.5rem}
.retailSeven .retailSevenCon .mark-img dd:nth-child(4){position:absolute;top:0.54rem;right:3rem}
.retailSeven .retailSevenCon .mark-img dd:nth-child(5){position:absolute;top:3.77rem;right:5.82rem}
.retailSeven .retailSevenCon .mark-img dd:nth-child(6){position:absolute;top:3.2rem;right:0.6rem}
.retailSevenList .item .itemCon{display:flex;align-items:center;justify-content:center}
.retailSevenList .item .itemCon img{width:100%}
.retailSevenList .item:nth-child(1){position:absolute;width:1.42rem;left:1.4rem;top:0;animation:myfirst linear infinite 2s}
.retailSevenList .item:nth-child(2){position:absolute;width:1.91rem;left:0.03rem;bottom:0.5rem;animation:myfirst2 linear infinite 2s}
.retailSevenList .item:nth-child(3){position:absolute;width:1.58rem;left:3.9rem;top:1.68rem;animation:myfirst linear infinite 2s}
.retailSevenList .item:nth-child(4){position:absolute;width:1.6rem;left:4.77rem;bottom:0.2rem;animation:myfirst2 linear infinite 2s}
.retailSevenList .item:nth-child(5){position:absolute;width:1.78rem;left:50%;top:2.08rem;margin-left:-0.89rem;animation:myfirst linear infinite 2s}
.retailSevenList .item:nth-child(6){position:absolute;width:2.07rem;right:3.83rem;top:0.64rem;animation:myfirst linear infinite 2s}
.retailSevenList .item:nth-child(7){position:absolute;width:1.76rem;right:4.69rem;bottom:0.25rem;animation:myfirst2 linear infinite 2s}
.retailSevenList .item:nth-child(8){position:absolute;width:2rem;right:0.2rem;top:1.17rem;animation:myfirst linear infinite 2s}
.retailSevenList .item:nth-child(9){position:absolute;width:2.33rem;right:0.2rem;bottom:0rem;animation:myfirst2 linear infinite 2s}
.retailSevenBox{position:absolute;left:50%;transform:translate(-50%,0px)}
.retailSeven .action-btns span{position: absolute;cursor: pointer;z-index: 3;}
.action-btns .first{
	width: 2.7rem;
	height: 2.4rem;
	left: 8%;
    top: 17%;
}
.action-btns .second{
	width: 2.2rem;
	height: 3.2rem;
	left: 23%;
    top: 24%;
}
.action-btns .third{
	width:4rem;
	height: 2rem;
	left: 39%;
    top: 24%;
}
.action-btns .fourth{
	width: 3.8rem;
	height: 2.4rem;
	left: 53%;
    top: 35%;
}
.action-btns .fifth{
	width: 3rem;
	height: 2.7rem;
	left: 75%;
    top: 29%;
}
.action-btns .sixth{
	width: 2.9rem;
	height: 2.9rem;
	left: 8%;
    top: 47%;
}
.action-btns .seventh{
	width: 4rem;
	height: 2.5rem;
	left: 18%;
    top: 61%;
}
.action-btns .eighth{
	width: 3.7rem;
	height: 2.3rem;
	left: 49%;
    top: 66%;
}
.action-btns .ninth{
	width: 3.6rem;
	height: 2.6rem;
	left: 70%;
    top: 67%;
}
/* @keyframes myfirst {
	0% {
		margin-top: 0;
	}
	50% {
		margin-top: 0.08rem;
	}
	100% {
		margin-top: 0;
	}
}
@keyframes myfirst2 {
	0% {
		margin-bottom: 0;
	}
	50% {
		margin-bottom: 0.08rem;
	}
	100% {
		margin-bottom: 0;
	}
} */
@keyframes breath-opacity {
  0% {
    opacity: 0.3; 
  }
  50% {
    opacity: 1; 
  }
  100% {
    opacity: 0.3; 
  }
}
.mask{width:100%;height:100%;background-color:rgba(0,0,0,0.1);position:fixed;left:0%;top:0%;z-index:-1;opacity:0}
.mask.on{z-index:10000;opacity:1}
.maskCon{width:100%;height:100%;display:flex;justify-content:center;align-items:center}
.retailModal{background-color:#fff;position:relative;border-radius:0.2rem;height:7.4rem}
.retailModal .close{width:0.5rem;height:0.5rem;background:rgba(0,0,0,0.3);border-radius:50%;position:absolute;right:-0.65rem;top:0;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all 0.5s ease;z-index: 100;}
.retailModal .close:hover{background:#e60012}
.retailModal .close img{width:0.18rem}
.retailModal .asNavForSlick1Left{width:calc(100% - 2.2rem)}
.retailModal .asNavForSlick1Left .slickArrows1,.retailModal .asNavForSlick1Left .defaultCon,.retailModal .asNavForSlick1Left .default,.retailModal .asNavForSlick1Left .con,.retailModal .asNavForSlick1Left .slick-track,.retailModal .asNavForSlick1Left .slick-list,.retailModal .asNavForSlick1Left .bd,.retailModal .asNavForSlick1Left .asNavForSlick1Con{width:100%;height:100%}
.retailModal .asNavForSlick1Left .defaultCon{padding:0.8rem 0.6rem;display:flex;flex-direction:column}
.retailModal .asNavForSlick1Left .defaultCon .fontBox{width:4.2rem;display:flex;flex-direction:column;justify-content:center}
.retailModal .asNavForSlick1Left .defaultCon .imgList{width:calc(100% - 5.24rem)}
.retailModal .asNavForSlick1Left .defaultCon .imgList .imgItem{width:100%}
.retailModal .asNavForSlick1Left .defaultCon .imgList .imgItemCon{width:100%}
.retailModal .asNavForSlick1Left .defaultCon .imgList .imgItemCon .imgbox{width:100%;padding-top:56.25%;border-radius:0.2rem}
.retailModal .asNavForSlick1Left .defaultCon .fontBox .intro{margin-bottom:0.1rem}
.retailModal .asNavForSlick1Left .defaultCon .title::after{content:'';display:block;width:0.34rem;height:0.05rem;background:#E60012}
.retailModal .asNavForSlick1Left .defaultCon dl{margin-top:0.5rem}
.retailModal .asNavForSlick1Left .defaultCon dd{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:0.9rem}
.retailModal .asNavForSlick1Left .defaultCon dd img{height:0.3rem;transition:all 0.5s ease}
.retailModal .asNavForSlick1Left .defaultCon dd:hover img{-webkit-animation:icon-bounce 0.5s alternate;-moz-animation:icon-bounce 0.5s alternate;-o-animation:icon-bounce 0.5s alternate;animation:icon-bounce 0.5s alternate}
.retailModal .asNavForSlick1Left .defaultCon dd .titledd{line-height:1.34;margin-top:0.1rem}
.retailModal .asNavForSlick1Right{width:2.2rem;height:100%;background:#F8F8F8;border-radius:0px 0.2rem 0.2rem 0px;display:flex;align-items:center}
.retailModal .asNavForSlick1Right .item{padding-left:0.4rem;line-height:0.76rem;transition:all 0.5s ease}
.retailModal .asNavForSlick1Right .slick-current .item{background-color:#fff}
.retailModal .asNavForSlick1Right .item img{width:0.2rem;margin-right:0.1rem}
.retailModal .asNavForSlick1Right .slick-current .item img{filter:invert(16%) sepia(99%) saturate(7404%) hue-rotate(0deg) brightness(95%) contrast(118%)}
.retailModal .asNavForSlick1Right .slick-current .item .title{color:#E60012}
.retailModal .asNavForSlick1Box,.retailModal .box{width:100%;height:100%}
.retailModal .asNavForSlick1Box{display:flex;justify-content:space-between;flex-direction: row-reverse;flex-wrap: wrap;}
.retailModal .slick-arrow{width:0.46rem;height:0.46rem;background:#FFFFFF;border-radius:50%;border:1px solid #E8E8E8;display:flex;align-items:center;justify-content:center;font-size:0;background-size:0.09rem 0.13rem;background-position:center;background-repeat:no-repeat;transition:all 0.5s ease;position:absolute;bottom:-0.23rem;z-index:2}
.retailModal .slick-arrow:hover{background-color:#E60012;border-color:transparent}
.retailModal .slick-arrow.slick-prev{background-image:url(../images/page_prev.png);left:calc(50% - 0.51rem)}
.retailModal .slick-arrow.slick-next{background-image:url(../images/page_next.png);right:calc(50% - 0.51rem)}
.retailModal .slick-arrow.slick-prev:hover{background-image:url(../images/page_prevc.png)}
.retailModal .slick-arrow.slick-next:hover{background-image:url(../images/page_nextc.png)}
@media(min-width:1025px){
	.retailModal .asNavForSlick1Right .asNavForTabSlick,.retailModal .asNavForSlick1Right .bd,.retailModal .asNavForSlick1Right .slick-list,.retailModal .asNavForSlick1Right .slick-track,.retailModal .asNavForSlick1Right .myslide,.retailModal .asNavForSlick1Right .myslide .con,.retailModal .asNavForSlick1Right .item{width:2.2rem}
	.retailModal .asNavForSlick1Left .slick-current.slick-active .title{animation:fadeInUpSmall 0.6s 0.7s ease both}
.retailModal .asNavForSlick1Left .slick-current.slick-active .intro{animation:fadeInUpSmall 0.6s 0.9s ease both}
.retailModal .asNavForSlick1Left .slick-current.slick-active .desc{animation:fadeInUpSmall 0.6s 1.1s ease both}
.retailModal .asNavForSlick1Left .slick-current.slick-active dl{animation:fadeInUpSmall 0.6s 1.3s ease both}
.retailModal .asNavForSlick1Left .slick-current.slick-active .imgList{animation:zoomInSmall 0.6s 0.7s ease both}
}
@media screen and (max-width:1024px){
	.retailSeven canvas{width:100% !important;height:6.5rem !important}
	.retailSeven .retailSevenCon{zoom:0.7}
	.retailModal{height: auto;}
	.retailModal .asNavForSlick1Left{width: 100%;}
	.retailModal .asNavForSlick1Right{width: 100%;display: none;}
	.retailModal .close{right: 0.25rem;top: 0.25rem;}
	.retailModal .asNavForSlick1Left .defaultCon{padding: 0.4rem 0.3rem 0.7rem;}
	.retailModal .asNavForSlick1Left .default .w100{flex-wrap: wrap;}
	.retailModal .asNavForSlick1Left .defaultCon .fontBox{width: 100%;margin-bottom: 0.25rem;max-height: 4rem;overflow-y: auto;justify-content: flex-start;}
	.retailModal .asNavForSlick1Left .defaultCon .imgList{width: 100%;margin-bottom: 0.1rem;}
	.retailModal .slick-dots{position: absolute;width: 100%;display: flex;justify-content: center;align-items: center;bottom: 0.2rem;}
	.retailModal .slick-dots li{width: 0.1rem;height: 0.1rem;border-radius: 50%;background-color:rgba(0,0,0,0.1);cursor: pointer;}
	.retailModal .slick-dots .slick-active{background-color: #E60012;}
	.retailModal .slick-dots li:not(:last-child){margin-right: 0.1rem;}
	.retailModal .slick-dots li button{font-size: 0;background-color: transparent;}
}
@media screen and (max-width:480px){
	.retailSeven .retailSevenCon{zoom:0.3}
	.retailModal .asNavForSlick1Left .defaultCon .fontBox{max-height: 3.5rem;}
	.retailSeven canvas{width:100% !important;height:3.8rem !important}
}
/* 商业金融 一*/
.sytzOne{}
.sytzOne .sytzOneCon{display:flex;justify-content:space-between;align-items: center;}
.sytzOne .sytzOneCon .leftBox{width:5.6rem}
.sytzOne .sytzOneCon .rightBox{width:calc(100% - 5.6rem);max-width:9rem}
.sytzOne .sytzOneCon .rightBox .ul{}
.sytzOne .sytzOneCon .rightBox .ul .item{width:calc(100% / 3 - 0.2rem);margin-right:0.3rem;animation-name:fadeInUpSmall}
.sytzOne .sytzOneCon .rightBox .ul .item:nth-child(3n){margin-right:0}
.sytzOne .sytzOneCon .rightBox .ul .item .itemCon{display:flex;width:100%}
.sytzOne .sytzOneCon .rightBox .ul .item .itemCon .imgbox{padding-top:132.152%;width:100%;border-radius:0.2rem}
.sytzOne .sytzOneCon .rightBox .ul .item .itemCon .imgbox img{transition: all 0.5s ease;}
.sytzOne .sytzOneCon .rightBox .ul .item .itemCon:hover .imgbox img{transform: scale(1.1);}
.sytzOne .sytzOneCon .rightBox .ul .item .itemCon .fontBox{width:100%;height:100%;position:absolute;left:0;top:0;padding:0.2rem;background:rgba(0,0,0,0.2);display:flex;align-items:flex-end}
.sytzOne .sytzOneCon .rightBox .ul .item .itemCon .fontBox .title{text-align:center;width:100%}
@media screen and (min-width:769px){
	.sytzOne .sytzOneCon .rightBox .ul .item:nth-child(1),
	.sytzOne .sytzOneCon .rightBox .ul .item:nth-child(3){
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.sytzOne .sytzOneCon .leftBox {
	    width: 5rem;
	}
	.sytzOne .sytzOneCon .rightBox{
		width: calc(100% - 5.18rem);
	}
	.sytzOne .sytzOneCon .rightBox .ul .item{
		width: calc(100% / 3 - 0.12rem);
		margin-right: 0.18rem;
	}
	.sytzOne .sytzOneCon .rightBox .ul .item:nth-child(3n){
		margin-right: 0;
	}
	.sytzOne .sytzOneCon .rightBox .ul .item .itemCon .fontBox{
		padding: 0.1rem;
	}
	
}
@media screen and (max-width:768px){
	.sytzOne .sytzOneCon{
		flex-direction: column;
	}
	.sytzOne .sytzOneCon .leftBox{
		width: 100%;
	}
	.sytzOne .sytzOneCon .rightBox{
		width: 100%;
		margin-top: 0.3rem;
		max-width: 100%;
	}
	.sytzOne .sytzOneCon .rightBox .ul .item .itemCon .fontBox,
	.sytzOne .sytzOneCon .rightBox .ul .item .itemCon .imgbox{
		border-radius: 0.1rem;
	}
}
/* 商业金融 二 */
.syjrTwo{background-size:cover;background-position:bottom center}
.syjrTwo .syjrTwoCon{align-items:center}
.syjrTwo .syjrTwoCon .leftBox{width:6.95rem}
.syjrTwo .syjrTwoCon .rightBox{width:calc(100% - 6.95rem);padding-left:1.7rem}
.syjrTwo .syjrTwoCon .rightBox .num_list{width:100%;display:flex;justify-content:space-between;margin-top:0.3rem}
.syjrTwo .syjrTwoCon .rightBox .num_list ul{width:100%;display:flex;justify-content:space-between}
.syjrTwo .leftBox{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@media screen and (max-width:1024px){
	.syjrTwo .syjrTwoCon .leftBox {
		width: calc(100% - 5.48rem);
	}
	.syjrTwo .syjrTwoCon .rightBox{
		width: 5rem;
		padding-left: 0;
	}
}
@media screen and (max-width:768px){
	.syjrTwo .syjrTwoCon{
		flex-direction: column-reverse;
	}
	.syjrTwo .syjrTwoCon .rightBox{
		width: 100%;
	}
	.syjrTwo .syjrTwoCon .leftBox{
		width:100%;
		margin-top: 0.3rem;
	}
	.syjrTwo .syjrTwoCon .rightBox .num_list .counter {font-size: 0.4rem;}
}
/* 商业金融 三 */
.syjrThree .syjrThreeCon{align-items:center}
.syjrThree .syjrThreeCon .leftBox{width:6.7rem}
.syjrThree .syjrThreeCon .rightBox{width:calc(100% - 6.7rem)}
.syjrThree .syjrThreeCon .rightBox img{width:100%;margin-left:1rem}
.syjrThree .ul .item{width:calc(100% / 3 - 0.34rem);margin-right:0.42rem}
.syjrThree .ul .item:nth-child(3n){margin-right:0}
.syjrThree .ul .item .itemCon{width:100%;display:flex}
.syjrThree .ul .item .itemCon .imgbox{width:100%;border-radius:0.2rem;padding-top:65%}
.syjrThree .ul .item .itemCon .imgbox img{transition:all 0.5s ease}
.syjrThree .ul .item .itemCon:hover  .imgbox img{transform:scale(1.1)}
@media screen and (max-width:1024px){
	.syjrThree .syjrThreeCon .leftBox{
		width: 5rem;
		margin-top: 0.3rem;
	}
	.syjrThree .syjrThreeCon .rightBox {
		width: calc(100% - 5.18rem);
	}
	.syjrThree .syjrThreeCon .rightBox img{
		margin-left: 0;
	}
	.syjrThree .ul{
		margin-top: 0.2rem;
	}
	.syjrThree .ul .item{
		width: calc(100% / 3 - 0.12rem);
		margin-right:0.18rem;
	}
}
@media screen and (max-width:768px){
	.syjrThree .syjrThreeCon{
		flex-direction: column;
	}
	.syjrThree .syjrThreeCon .leftBox{
		width: 100%;
	}
	.syjrThree .syjrThreeCon .rightBox{
		width: 100%;
	}
	.syjrThree .ul .item .itemCon .imgbox{
		border-radius: 0.1rem;
	}
}
/* 商业金融 四 */
.syjrFour{background-size:cover;background-position:center bottom}
.syjrFour .syjrFourCon{align-items: center;}
.syjrFour .leftBox{width:calc(100% - 7.3rem);max-width:7.76rem}
.syjrFour .leftBox .ul{width:100%;display:flex;align-items: flex-start;}
.syjrFour .leftBox .ul .item{width:calc(100% / 4 - 0.18rem);margin-right:0.24rem}
.syjrFour .leftBox .ul .item:nth-child(4n){margin-right:0}
.syjrFour .leftBox .ul .item .itemCon{width:100%;height:100%;border-radius:0.2rem;position:relative}
.syjrFour .leftBox .ul .item .itemCon .imgbox{width:100%;padding-top:321.03%;border-radius:inherit}
.syjrFour .leftBox .ul .item .itemCon .imgbox img{transition:all 0.5s ease}
.syjrFour .leftBox .ul .item .itemCon .fontBox{width:100%;height:100%;background-color:rgba(0,0,0,0.2);position:absolute;left:0;top:0;border-radius:inherit;display:flex;flex-direction:column;justify-content:center;align-items:center}
.syjrFour .leftBox .ul .item .itemCon .fontBox img{width:0.76rem;margin-bottom:0.3rem}
.syjrFour .leftBox .ul .item .itemCon .fontBox .title{writing-mode:vertical-rl;letter-spacing:0.05rem}
.syjrFour .rightBox{width:7.3rem}
.syjrFour .rightBox .intro p{margin-bottom:0.3rem}
.syjrFour .rightBox .intro span{color:#E60012}
.syjrFour .rightBox .intro p:last-child{marign-bottom:0}
.syjrFour .w100{margin-top: -2.5rem;}
@media screen and (min-width:769px){
	.syjrFour .leftBox .ul .item:nth-child(2n){
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.syjrFour .rightBox{width: 5rem;}
	.syjrFour .leftBox{width: calc(100% - 5.18rem);}
	.syjrFour .w100 {
	    margin-top: -1.5rem;
	}
}
@media screen and (max-width:768px){
	.syjrFour .leftBox .ul .item .itemCon .fontBox img{width: 0.36rem;margin-bottom: 0.15rem;}
	.syjrFour .syjrFourCon{flex-direction: column-reverse;}
	.syjrFour .rightBox{width: 100%;}
	.syjrFour .leftBox{width: 100%;max-width: 100%;}
	.syjrFour .w100 {
		margin-top: -0.5rem;
	}
	.syjrFour .leftBox .ul .item{
		width: calc(100% / 4 - 0.135rem);
		margin-right: 0.12rem;
	}
}
@media screen and (max-width:480px){
	.syjrFour .w100 {
		margin-top: -0.2rem;
	}
}
/* 商业投资 一 */
.sytzOneNew{}
.sytzOneNew .sytzOneCon{align-items:center}
.sytzOneNew .sytzOneCon .leftBox{width:7.4rem}
.sytzOneNew .sytzOneCon .rightBox{width:8.47rem;position:relative}
.sytzOneNew .sytzOneCon .rightBox .circle1{width:100%;height:100%;object-fit:cover;animation:turn 20s linear infinite}
.sytzOneNew .sytzOneCon .rightBox .circle2{z-index: 2; width:4.72rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.sytzOneNew .sytzOneCon .rightBox .circle3{width:2.2rem;height:2.2rem;background:#F6F6F5;position:absolute;left:50%;top:50%;border-radius:50%;display:flex;justify-content:center;align-items:center;transform:translate(-50%,-50%)}
.sytzOneNew .sytzOneCon .rightBox .circle3 img{width:1.7rem;height:1.7rem;border-radius:50%;object-fit:cover}
.sytzOneNew .sytzOneCon .rightBox .ul{}
.sytzOneNew .sytzOneCon .rightBox .ul .item{position:absolute;z-index: 3;}
.sytzOneNew .sytzOneCon .rightBox .ul .item:nth-child(1){left:0.7rem;bottom:2.4rem;display:flex;align-items:center;flex-direction:row-reverse}
.sytzOneNew .sytzOneCon .rightBox .ul .item:nth-child(2){top:0.8rem;left:50%;display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;transform:translate(-50%,0px)}
.sytzOneNew .sytzOneCon .rightBox .ul .item:nth-child(3){display:flex;align-items:center;right:0.7rem;bottom:2.4rem}
.sytzOneNew .sytzOneCon .rightBox .ul .item .iconBox{width:1.15rem;height:1.15rem;background:#E4F2FB;border-radius:50%;display:flex;justify-content:center;align-items:center}
.sytzOneNew .sytzOneCon .rightBox .ul .item .iconBox img{width:0.56rem;transition:all 0.5s ease}
.sytzOneNew .sytzOneCon .rightBox .ul .item:nth-child(1) .iconBox{margin-left:0.4rem}
.sytzOneNew .sytzOneCon .rightBox .ul .item:nth-child(2) .iconBox{margin-top:0.3rem}
.sytzOneNew .sytzOneCon .rightBox .ul .item:nth-child(3) .iconBox{margin-right:0.4rem}
.sytzOneNew .sytzOneCon .rightBox .ul .item:hover .iconBox img{-webkit-animation:icon-bounce 0.5s alternate;-moz-animation:icon-bounce 0.5s alternate;-o-animation:icon-bounce 0.5s alternate;animation:icon-bounce 0.5s alternate}
@media screen and (max-width:1024px){
	.sytzOneNew .sytzOneCon{
		zoom: 0.7;
	}
}
@media screen and (max-width:768px){
	.sytzOneNew .sytzOneCon{
		zoom: 1;
		flex-direction: column;
	}
	.sytzOneNew .sytzOneCon .leftBox{
		width: 100%;
		margin-top: 0.3rem;
	}
}
@media screen and (max-width:480px){
	.sytzOneNew .sytzOneCon .rightBox{
		width: 100%;
	}
	.sytzOneNew .sytzOneCon .rightBox .circle2{
		width: 60%;
	}
	.sytzOneNew .sytzOneCon .rightBox .ul .item .iconBox{
		width: 0.6rem;
		height: 0.6rem;
	}
	.sytzOneNew .sytzOneCon .rightBox .ul .item .iconBox img{
		width: 0.36rem;
	}
	.sytzOneNew .sytzOneCon .rightBox .ul .item:nth-child(3) .iconBox{
		margin-right: 0.1rem;
	}
	.sytzOneNew .sytzOneCon .rightBox .ul .item:nth-child(2) .iconBox{
		margin-top: 0.1rem;
	}
	.sytzOneNew .sytzOneCon .rightBox .ul .item:nth-child(1) .iconBox{
		margin-left: 0.1rem;
	}
	.sytzOneNew .sytzOneCon .rightBox .ul .item:nth-child(3) {
	    right: 0;
	    bottom: 1.2rem;
	}
	.sytzOneNew .sytzOneCon .rightBox .ul .item:nth-child(1){
		left:0;
		bottom: 1.2rem;
	}
	.sytzOneNew .sytzOneCon .rightBox .ul .item:nth-child(2){
		top: 0.2rem;
	}
	.sytzOneNew .sytzOneCon .rightBox .ul .item .title{font-size: 0.18rem;}
}
/* 光影百联 */
.video-ct .left-video{width: calc(100% - 3.5rem);}
.video-ct .video-lsit{width: 3.2rem;}
.video-ct .scroll-video{padding-right: .3rem;height: 7.1rem;overflow-y: auto;overflow-x: hidden;}
.video-ct video{width: 100%;height: 7.1rem;border-radius: .2rem;background-color: #000;object-fit: contain;}
.video-ct .video-txt{margin-top: .4rem;}
.video-ct .video-txt span{display: block;padding-left: .25rem;margin-left: .3rem;background: url(../images/play.png) no-repeat 0 center/.18rem;}
.video-ct .mask-white{position: absolute;bottom: 0;left: 0;width: 100%;z-index: 6;height: .6rem;padding-top: .1rem;
	background: linear-gradient(to bottom, transparent, #fff);
}
.video-ct .figure{height: 1.6rem;border-radius: .1rem;}
.video-ct .figure .mask-t{background: rgba(0, 0, 0, .3);padding: .15rem;}
.video-ct .figure .count{padding-left: .25rem;background: url(../images/play-list.png) no-repeat 0 .08rem/.18rem;}
.video-ct .v-cell h3{height: .5rem;}
.video-ct .scroll-video::-webkit-scrollbar-thumb{
	background-color: #E60012;
}
.useing-img-explanation .explanation-year-swiper{max-width: 6rem;margin: 0 auto;}
.useing-img-explanation .explanation-year-swiper .year{height: .36rem;line-height: .36rem;border-radius: .36rem;text-align: center;cursor: pointer;}
.useing-img-explanation .explanation-year-swiper .swiper-slide.active .year{background-color: #E60012;color: #fff;}
.useing-img-explanation .explanation-year-swiper{padding: .5rem 0 .4rem;}
.film-content .swiper-slide .txt{display: none;}
.film-content .swiper-tab{
	padding: .55rem 0;
}
.film-content .swiper-01{
	width: 18.6%;
	-webkit-mask-image: url("../images/film-one.png");
  mask-image: url("../images/film-one.png");
  -webkit-mask-size: cover; /* 遮罩大小与元素一致 */
  mask-size: cover;
  padding-top: .95rem;
}
.film-content .swiper-02{
	width: 19.37%;
	-webkit-mask-image: url("../images/film-two.png");
  mask-image: url("../images/film-two.png");
  -webkit-mask-size: cover; /* 遮罩大小与元素一致 */
  mask-size: cover;
}
.film-content .swiper-03{
	width: 24.32%;
	-webkit-mask-image: url("../images/film-three.png");
  mask-image: url("../images/film-three.png");
  -webkit-mask-size: cover; /* 遮罩大小与元素一致 */
  mask-size: cover;
}
.film-content .swiper-04{
	width: 19.32%;
	-webkit-mask-image: url("../images/film-four.png");
  mask-image: url("../images/film-four.png");
  -webkit-mask-size: cover; /* 遮罩大小与元素一致 */
  mask-size: cover;
}
.film-content .swiper-05{
	width: 18.39%;
	-webkit-mask-image: url("../images/film-five.png");
  mask-image: url("../images/film-five.png");
  -webkit-mask-size: cover; /* 遮罩大小与元素一致 */
  mask-size: cover;
   padding-top: .95rem;
}
.film-content .swiper,.film-content .swiper figure{
	height: 100%;
}
.film-content .arrow-prev,
.film-content .arrow-next{
	width: .6rem;
	height: .6rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,.8);
	border-radius: 50%;
	position: absolute;
	z-index: 6;
	top: 50%;
	transform: translateY(-50%);
}
.film-content .arrow-prev{
	left: 1.6rem;
	background-image: url("../images/arrow-left-grey.png");
}
.film-content .arrow-next{
	right: 1.6rem;
	background-image: url("../images/arrow-right-grey.png");
}
.film-content .arrow-prev:hover,
.film-content .arrow-next:hover{
	background-color: rgba(230,0,18,.8);
}
.film-content .arrow-next:hover{
	background-image: url("../images/arrow-right-white.png");
}
.film-content .arrow-prev:hover{
	background-image: url("../images/arrow-left-white.png");
}
.switch-box .desc{min-height: 1.4rem;padding: .4rem 0;}
.switch-box .month-list .item p{margin-top: .25rem;}
.month-list .swiper-slide.swiper-slide-active .line-box span{
	background-color: #E60012;
}
.month-list .swiper-slide.swiper-slide-active .line-box span:nth-of-type(10){
	height: .4rem;
}
.month-list .line-box{height: .54rem;}
.month-list .swiper{height: 1.2rem;}
.month-list .swiper-slide.swiper-slide-active .item p{color: #333;}
.milestone .year-list{z-index: 5;}
@media(max-width:1024px){
	.film-content{margin: 0 -3rem;transform: scale(1.2);}
	.film-content .arrow-prev{left: 4.5rem;}
 .film-content .arrow-next{right: 4.5rem;}
	.useing-img-explanation .explanation-year-swiper {margin-bottom: 0.25rem;}
	.useing-img-explanation .explanation-year-swiper .swiper-wrapper{justify-content: center;}
}
@media(max-width:768px){
	.film-content .arrow-prev{left: 4rem;}
 .film-content .arrow-next{right: 4rem;}
	.film-content .swiper-tab{padding: 0.4rem 0;}
}
@media(max-width:480px){
	.film-content .arrow-prev{left: 3.5rem;width: 0.4rem;height: 0.4rem;}
 .film-content .arrow-next{right: 3.5rem;width: 0.4rem;height: 0.4rem;}
	.switch-box .desc{padding: 0.2rem 0 0;min-height: 1rem;}
	.film-content .swiper-tab{padding: 0.3rem 0;}
}
/* 集团概括 v3版 */
.development-history-v3{min-height: 9.6rem;}
.dh-circle-wrapper{width: 14rem;height: 14rem;border-radius: 50%;padding: .5rem;right: -4rem;top: -5.5rem;position: absolute;
	background: url(../images/jt-v3-disc.png) no-repeat center/100% 100%;
}
.dh-circle-wrapper .inside{width: 100%;height: 100%;border-radius: 50%;}
.dh-circle-wrapper .round-item{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.dh-circle-wrapper .round-item p{color: #e60012;opacity: .3;}
.dh-circle-wrapper .round-item:nth-of-type(1) p{transform: translate(10px, 30px) rotate(-5deg);}
.dh-circle-wrapper .round-item .icon-box {width: .56rem;height: .56rem;position: absolute;border: solid 1px transparent;border-radius: 50%;
	
}
.dh-circle-wrapper .round-item .inside-icon{width: .34rem;height: .34rem;border-radius: 50%;
	background-color: #e60012;
	outline: solid .04rem #e7d4d5;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	background-repeat: no-repeat;
	background-size: 55%;
	background-position: center center;
	z-index: 3;
}
.dh-circle-wrapper .round-item:not(.active) .inside-icon{
	transform: translate(-50%, -50%) scale(0) !important;
}
.dh-circle-wrapper .round-item .icon-box:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: .08rem;
	height: .08rem;
	border-radius: 50%;
	background-color: #e60012;
	z-index: 1;
}
.dh-circle-wrapper .round-item:nth-of-type(1) .icon-box{top: -.3rem;}
.dh-circle-wrapper .round-item:nth-of-type(2) .icon-box{left: -.16rem;
    top: -.34rem;}
.dh-circle-wrapper .round-item:nth-of-type(3) .icon-box{ top: -.4rem;
    left: -.14rem;}
.dh-circle-wrapper .round-item:nth-of-type(4) .icon-box{    top: -.34rem;
    left: -.26rem;}
.dh-circle-wrapper .round-item:nth-of-type(5) .icon-box{top: -.28rem;
    left: -.3rem;}
.dh-circle-wrapper .round-item:nth-of-type(6) .icon-box{    top: -.14rem;
    left: -.32rem;}
.dh-circle-wrapper .round-item:nth-of-type(7) .icon-box{top: .02rem;
    left: -.26rem;}
.dh-circle-wrapper .round-item:nth-of-type(8) .icon-box{top: -.04rem;
    left: -.2rem;}
.dh-circle-wrapper .round-item:nth-of-type(9) .icon-box{    top: -.04rem;
    left: -.1rem;
}
.dh-circle-wrapper .round-item:nth-of-type(10) .icon-box{top: -.08rem;
    left: 0px;}
.dh-circle-wrapper .round-item:nth-of-type(11) .icon-box{top: -.18rem;
    left: -.02rem;}
.dh-circle-wrapper .round-item:nth-of-type(12) .icon-box{    top: -.25rem;
    left: 0px;}
.dh-circle-wrapper .round-item:nth-of-type(13) .icon-box{top: -.32rem;
    left: -.05rem;}
.dh-circle-wrapper .round-item:nth-of-type(14) .icon-box{    top: -.33rem;
    left: -.16rem;
}
.dh-circle-wrapper .round-item:nth-of-type(15) .icon-box{top: -.30rem;
    left: -.24rem;}
.dh-circle-wrapper .round-item:nth-of-type(16) .icon-box{top: -.18rem;
    left: -.30rem;}
.dh-circle-wrapper .round-item:nth-of-type(17) .icon-box{top: -.10rem;
    left: -.28rem;}
.dh-circle-wrapper .round-item:nth-of-type(18) .icon-box{top: -.11rem;
    left: -.23rem;}
.dh-circle-wrapper .round-item:nth-of-type(19) .icon-box{top: -.06rem;
    left: -.16rem;}
.dh-circle-wrapper .round-item:nth-of-type(20) .icon-box{    top: -.08rem;
    left: -.08rem;}
.dh-circle-wrapper .round-item:nth-of-type(21) .icon-box{    top: -.15rem;
    left: -.04rem;}
.dh-circle-wrapper .round-item:nth-of-type(22) .icon-box{top: -.21rem;
    left: .05rem;}
.dh-circle-wrapper .round-item.active .icon-box{border-color: #e6b4b4;background-color: #fff;transform: rotateZ(-85deg);}
.dh-circle-wrapper .round-item.active .icon-box .inside-icon{transform: translate(-50%, -50%) scale(1) !important;}
.dh-circle-wrapper .round-item.active p{opacity: 1;}
.dh-circle-wrapper .round-wrapper{transform: rotateZ(85deg);z-index: 6;}
.dh-circle-wrapper .inset-border::after {
	content:"";
	position:absolute;
	inset:0;
	border-radius:50%;
	padding:var(--t);
	background:var(--c);
	-webkit-mask:
		linear-gradient(#0000 0 0) content-box,
		repeating-conic-gradient(from calc(var(--d)/2),#000 0 calc(360deg/var(--n) - var(--d)),#0000 0 calc(360deg/var(--n)));
	-webkit-mask-composite: source-in;
			mask:
		linear-gradient(#0000 0 0) content-box,
		repeating-conic-gradient(from calc(var(--d)/2),#000 0 calc(360deg/var(--n) - var(--d)),#0000 0 calc(360deg/var(--n)));
			mask-composite: intersect;
	
}
.dh-circle-wrapper .inset-border{
transform: rotateZ(-235deg);
}
.dh-circle-wrapper .inside .tab-bg{border-radius: 50%;opacity: 0;}
.dh-circle-wrapper .inside .tab-bg.active{opacity: 1;}
.dh-v3-year .swiper-slide h3 strong{font-size: 1.1rem;}
.dh-v3-year .swiper-slide h3 span{margin-left: .4rem;}
.dh-v3-year .swiper-slide h3{color: #e60012;padding-left: .6rem;background: url(../images/year-arrow.png) no-repeat 0 .45rem/.3rem;
	line-height: 1.1;margin-bottom: .3rem;
}
.dh-v3-year .swiper-slide .my-scroll{height: 4.6rem;}
.development-history-v3 .dh-v3-year{max-width: 6.8rem;margin-top: .4rem;}
.development-history-v3 .handle .swiper_button{position: static;}
.development-history-v3 .handle .swiper-button-prev{margin-right: .1rem;}
.development-history-v3 .handle{margin-top: .1rem;}
@media(max-width:1024px){
		.dh-circle-wrapper{width: 8rem;height: 8rem;right: -4.8rem;top: -3rem;}
		.development-history-v3{min-height: 8.5rem;}
}
@media(max-width:768px){
		/* .dh-circle-wrapper{width: 5rem;height: 5rem;right: -3rem;top: -3rem;transform: rotate(-26deg);} */
		.dh-circle-wrapper {width: 8rem;height: 8rem;right: -5.5rem;top: -5rem;transform: rotate(-25deg) scale(0.9);}
	.development-history-v3{padding-bottom: 0.5rem;}
	.dh-v3-year .swiper-slide h3{background-position: 0 0.22rem;background-size: 0.25rem;}
	.dh-v3-year .swiper-slide h3 strong{font-size: 0.72rem;}
}
@media(max-width:480px){
	.dh-v3-year .swiper-slide h3{background-position: 0 0.18rem;background-size: 0.20rem;padding-left: 0.45rem;}
	.dh-v3-year .swiper-slide h3 span{margin-left: 0.15rem;}
	.dh-v3-year .swiper-slide h3 strong{font-size: 0.5rem;}
}
/* 数读百联 */
.count-round-content{padding-bottom: 50%;border-top: solid 1px transparent;}
.count-read-box{border-radius: 50%;height: 200%;width: 16rem;left: 50%;transform: translateX(-50%);margin-top: .2rem;}
.count-read-box .inside-txt{width: 6.6rem;height: 6.6rem;border-radius: 50%;background-color: #f7f8f7;padding: .75rem;
	position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 6;
}
.count-read-box .read-item{position: absolute;left: 50%;top: 0;transform: translateX(-50%);transition: all .7s ease-in;}
.count-read-box .read-item .mask-txt{width: 2.3rem;height: 2.6rem;z-index: 6;padding-bottom: .3rem;background-color: var(--bg);
	-webkit-mask-image: url("../images/read-mask.png");
  mask-image: url("../images/read-mask.png");
  -webkit-mask-size: cover; /* 遮罩大小与元素一致 */
  mask-size: cover;
}
.count-read-box .read-item .mask-txt .middle{margin: .15rem 0;}
.count-read-box .read-item .mask-txt figure{margin-bottom: .4rem;}
.count-read-box .read-item .mask-txt p{line-height: 1;color: #fff;}
.count-read-box .read-item .line{width: 2px;height: 2.1rem;background-color: var(--bg);}
.count-read-box .read-item .line:after,.count-read-box .read-item .line:before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.count-read-box .read-item .line:before{width: .3rem;height: .3rem;border-radius: 50%;border: solid 1px var(--bg);background-color: #fff;
	top: -.15rem;
}
.count-read-box .read-item .line:after{width: .4rem;height: .08rem;border-radius: .08rem;bottom: 0;background-color: var(--bg);}
.count-read-box .read-item:nth-of-type(1){transform: translate3d(-6.77rem, 4.5rem, 0) rotateZ(-77deg);}
.count-read-box .read-item:nth-of-type(2){transform: translate3d(-5.73rem, 2.23rem, 0) rotateZ(-52deg);}
.count-read-box .read-item:nth-of-type(3){transform: translate3d(-3.69rem, 0.53rem, 0) rotateZ(-27deg);}
.count-read-box .read-item:nth-of-type(4){transform: translate3d(-50%, -0.08rem, 0) rotateZ(0);}
.count-read-box .read-item:nth-of-type(5){transform: translate3d(1.42rem, 0.52rem, 0) rotateZ(28deg);}
.count-read-box .read-item:nth-of-type(6){transform: translate3d(3.36rem, 2.14rem, 0) rotateZ(52deg);}
.count-read-box .read-item:nth-of-type(7){transform: translate3d(4.47rem, 4.5rem, 0) rotateZ(78deg);}
.count-read-box .read-item .read-item-txt{transform: translateY(100vw);}
/* 商业资产-特色产品线 */
#certify .swiper-container{
	padding-bottom: 18vw;
}
#certify .swiper-slide{
    transform-origin: center 118vw;
}
#certify .swiper-slide {
    width: 23vw;
    min-width: 12.604vw;
    box-shadow:  0 0 10px rgba(255,255,255,.2);
    opacity: 0 !important;
    transition-property: transform, opacity;
}
#certify .swiper-slide-active,
#certify .swiper-slide-next,
#certify .swiper-slide-next + .swiper-slide,
#certify .swiper-slide-prev,
#certify .swiper-slide:has(+ .swiper-slide-prev){
    opacity: 1!important;
}
#certify .swiper-slide figure{padding-bottom: 73%;border-radius: .15rem;}
#certify .swiper-slide h4{height: 1rem;border-radius: .15rem;background-color: #f5f5f5;margin-top: -.12rem;
	transition-property: box-shadow, background-color;
	transition-duration: .5s;
}
#certify .swiper-slide-active h4{box-shadow: 0 .15rem .12rem rgba(229,0,29,.04);background-color: #fff;}
#certify .handle .swiper_button{position: static;background-image: none !important;}
#certify .handle .swiper-button-prev{margin-right: .2rem;}
#certify .handle{position: absolute;left: 50%;transform: translateX(-50%);bottom: 10vw;}
@media(max-width:640px){
	#certify .handle{bottom: 5vw;}
#certify .swiper-slide{width: 38vw;min-width: 27.604vw;}
}
/* 商业零售 */
.sale-sibgle-list dl dd{padding: .5rem 1rem .5rem .7rem;border-radius: .2rem;overflow: hidden;background-color: #fff;
	margin-bottom: .9rem;
}
.sale-sibgle-list dl dd:last-child{margin-bottom: 0;}
.sale-sibgle-list dl dd:nth-of-type(1) {padding-bottom: 0;padding-right: 0;padding-top: 0;}
.sale-sibgle-list dl dd:nth-of-type(3) {padding-bottom: .8rem;}
.sale-sibgle-list dl dd .left{width: 5.1rem;padding-right: .6rem;}
.sale-sibgle-list dl dd .right{flex: 1 0 0;}
.sale-sibgle-list dl dd:nth-of-type(1) figure img{height: 5.2rem;border-radius: .2rem;}
.sale-sibgle-list dl dd:nth-of-type(3) .list:nth-of-type(1) {width: 33.7%;}
.sale-sibgle-list dl dd:nth-of-type(3) .list:nth-of-type(3) {width: 46%;display: flex;flex-wrap: wrap;}
.sale-sibgle-list dl dd:nth-of-type(3) .list:nth-of-type(2) {flex: 1 0 0;}
.sale-sibgle-list dl dd:nth-of-type(3) .list{padding: 0 .05rem;margin: 0 -.05rem;}
.sale-sibgle-list dl dd:nth-of-type(3) .logo-list{margin: 0 -.05rem;}
.sale-sibgle-list dl dd:nth-of-type(3) .column figure{border: solid 1px #eee;}
.sale-sibgle-list dl dd:nth-of-type(3) .column figure img{max-width: 80%;max-height: 80%;}
.sale-sibgle-list dl dd:nth-of-type(3) .column{padding: 0.05rem;}
.sale-sibgle-list dl dd:nth-of-type(3) .list:nth-of-type(1) figure{height: 1.91rem;}
.sale-sibgle-list dl dd:nth-of-type(3) .list:nth-of-type(2) figure,
.sale-sibgle-list dl dd:nth-of-type(3) .list:nth-of-type(3) figure{height: 1.24rem;}
.sale-sibgle-list dl dd:nth-of-type(3) .list:nth-of-type(3) .column:last-child figure{height: 2.57rem;}
.sale-sibgle-list dl dd:nth-of-type(3) .list:nth-of-type(3) .column{width: 50%;}
.sale-sibgle-list dl dd:nth-of-type(3) .list:nth-of-type(3) .column:last-child{width: 100%;}
@keyframes fadeInfilter {
    0% {
        opacity: 0.5;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        filter: blur(20px);
    }
    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        filter: blur(0);
    }
}
.fadeInfilter {
    -webkit-animation-name: fadeInfilter;
    animation-name: fadeInfilter;
}
.sytzTwo{background-size:cover;background-position:bottom center}
.sytzTwo .sytzTwoCon{align-items:center}
.sytzTwo .sytzTwoCon .leftBox{width:7.5rem}
.sytzTwo .sytzTwoCon .leftBox .ul{width:100%}
.sytzTwo .sytzTwoCon .leftBox .ul .item{width:100%}
.sytzTwo .sytzTwoCon .leftBox .ul .item .imgbox{width:100%;padding-top:69.334%;border-radius:0.2rem}
.sytzTwo .sytzTwoCon .leftBox .ul .item .imgbox img{}
.sytzTwo .sytzTwoCon .rightBox{width:7.65rem;text-align:justify}
.sytzTwo .sytzTwoCon .rightBox p{margin-bottom:0.3rem}
.sytzTwo .sytzTwoCon .rightBox p span{color:#E60012}
.sytzTwo .slick-dots{display:flex;justify-content:center;margin-top:0.3rem}
.sytzTwo .slick-dots li{width:0.1rem;height:0.1rem;background:#B2B2B2;border-radius:50%;opacity:0.3;margin:0 0.05rem}
.sytzTwo .slick-dots li.slick-active{background:#E60012;opacity: 1;}
.sytzTwo .slick-dots li button{display:none}
@media screen and (max-width:1024px){
	.sytzTwo .sytzTwoCon .rightBox{
		width: 5rem;
	}
	.sytzTwo .sytzTwoCon .leftBox{
		width: calc(100% - 5.18rem);
	}
}
@media screen and (max-width:768px){
	.sytzTwo .sytzTwoCon{
		flex-direction: column-reverse;
	}
	.sytzTwo .sytzTwoCon .leftBox{
		width: 100%;
	}
	.sytzTwo .sytzTwoCon .rightBox{
		width: 100%;
	}
}
.singlePageNew{
	text-align: justify;
}
.singlePageNew p{
	margin-bottom:0.3rem;
}
.singlePageNew span{
	color: #E60012;
}
/* 商业资产 一 */
.syzcOne{}
.syzcOne .syzcOneCon{align-items:center;flex-direction:row;}
.syzcOne .syzcOneCon .leftBox{width:calc(100% - 7.7rem)}
.syzcOne .syzcOneCon .leftBox img{width:100%}
.syzcOne .syzcOneCon .rightBox{width:7.7rem;border-radius:0.2rem;background-image:url(../images/syzcBg.png);background-size:100% auto;background-repeat:no-repeat;padding:0.5rem}
@media screen and (max-width:1024px){
	.syzcOne .syzcOneCon .rightBox{
		width: 5rem;
	}
	.syzcOne .syzcOneCon .leftBox{
		width: calc(100% - 5rem);
	}
	.syzcOne .syzcOneCon .rightBox{
		padding: 0.2rem 0.2rem 0;
	}
}
@media screen and (max-width:768px){
	.syzcOne .syzcOneCon{
		flex-direction: column;
	}
	.syzcOne .syzcOneCon .rightBox{
		width: 100%;
	}
	.syzcOne .syzcOneCon .leftBox{
		width: 100%;
	}
	.syzcThree .w1600{padding-top: 0;}
}
/* 商业资产 二 */
.syzcTwo{background-size:cover;background-position:bottom center}
.syzcTwo .syzcTwoCon{align-items:center}
.syzcTwo .syzcTwoCon .leftBox{width:7.34rem}
.syzcTwo .syzcTwoCon .leftBox dl{width:100%;margin-top:0.5rem}
.syzcTwo .syzcTwoCon .leftBox dl dd{width:calc(25% - 0.135rem);margin-right:0.18rem;background:linear-gradient(0deg,#FFFFFF,#F5F4F4);box-shadow:4px 7px 30px 0px rgba(66,0,5,0.08);height:2.2rem;border-radius:0.12rem}
.syzcTwo .syzcTwoCon .leftBox dl dd:nth-child(4n){margin-right:0}
.syzcTwo .syzcTwoCon .leftBox dl dd img{height:0.62rem;transition:all 0.5s ease}
.syzcTwo .syzcTwoCon .leftBox dl dd:hover img{-webkit-animation:icon-bounce 0.5s alternate;-moz-animation:icon-bounce 0.5s alternate;-o-animation:icon-bounce 0.5s alternate;animation:icon-bounce 0.5s alternate}
.syzcTwo .syzcTwoCon .leftBox dl dd .title{margin-top:0.4rem}
.syzcTwo .syzcTwoCon .rightBox{width:calc(100% - 7.34rem)}
.syzcTwo .syzcTwoCon .rightBox img{width:100%}
@media screen and (max-width:1024px){
	.syzcTwo .syzcTwoCon .leftBox{width: 5.18rem;}
	.syzcTwo .syzcTwoCon .rightBox{width: calc(100% - 5.18rem);}
	.syzcTwo .syzcTwoCon .leftBox dl{margin-top: 0.3rem;}
	.syzcTwo .syzcTwoCon .leftBox dl dd .title{margin-top: 0.2rem;}
}
@media screen and (max-width:768px){
	.syzcTwo .syzcTwoCon{flex-direction: column;}
	.syzcTwo .syzcTwoCon .leftBox{width: 100%;}
	.syzcTwo .syzcTwoCon .rightBox{width: 100%;}
	.syzcTwo .syzcTwoCon .leftBox dl dd img{height: 0.36rem;}
	.syzcTwo .syzcTwoCon .leftBox dl dd{height: auto;padding: 0.3rem 0;}
}
/* 商业资产 四 */
.sytzTwo.syzcFour .sytzTwoCon .leftBox .imgbox{
	padding-top: 66.217%;
}
@media screen and (min-width:1025px){
	.sytzTwo.syzcFour .sytzTwoCon .leftBox{
		width: 7.4rem;
	}
}
/* 15 life */
.lifeOne{overflow:hidden}
.lifeOne .w1600{position:relative;top:0}
.lifeImg_bg{width:9.55rem;position:absolute;right:0;z-index:2;top:-1rem}
.lifeOneCircle{position:relative}
.imgCircle{animation:turn 20s linear infinite;position:absolute;z-index:5;width:100%}
.lifeOneCircle{position:relative;display:flex;justify-content:center;align-items:center;width:7.4rem;height:7.4rem;border-radius:50%;overflow:hidden}
.lifeOneCircle .imgCirclBg{width:100%;height:100%;position:absolute;left:0;top:0;z-index:2}
.lifeOneCircle .ulBox{width:100%;height:100%;position:absolute;left:0;top:0}
.lifeOneCircle .ulBox .ul{width:100%;height:100%;position:relative}
.lifeOneCircle .ul .item{width:calc(100% / 3)}
.lifeOneCircle .ul .item img{width:100%;height:100%;object-fit:cover;object-position:center}
.lifeOneCircle .imgCirclBg1{width:100%;height:100%;position:absolute;left:0;top:0;z-index:3}
.imgCircle_logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:4;width:1.84rem}
.lifeOne .dl{width:100%;display:flex;justify-content:space-between;position:absolute;top:50%;z-index: 6;}
.lifeOne .dl .dd{width: 3.6rem;animation-name:fadeInLeftSmall}
.lifeOne .dl .dd:nth-child(2){animation-name:fadeInRightSmall}
.lifeOne .dl .dd .title{display:flex;flex-direction:column}
.lifeOne .dl .dd .title::after{content:'';display:block;width:110%;height:1px;background-image:url(../images/file-line.png);background-size:100%  100%;margin-top:0.2rem;margin-bottom:0.3rem;background-position-x: -.1rem;
    background-repeat: no-repeat;}
.lifeOne .dl .dd:nth-child(2){text-align:right}
.lifeOne .dl .dd:nth-child(2) .title::after{transform: rotateZ(180deg) translateX(10%);}
.lifeOne .ppTitle{position:absolute;top:3.2rem;left:0}
.lifeImg{width:100%}
.lifeOneCon .HomeTit{margin-bottom: .8rem;}
.lifeOne .dl .video-wrapper{margin-top: .3rem;}
.lifeOne .dl .video-wrapper img{width: .6rem;}
@media screen and (max-width:1024px){
	.lifeOneCircle{width:4rem;height:4rem}
	.lifeOne .dl{top:50%}
	.lifeOne .dl .dd{width:calc(50% - 2.2rem)}
	.lifeImg_bg{width:6.55rem;top:-0.5rem}
	.lifeOne .ppTitle{top:2rem}
}
@media screen and (max-width:480px){
	.lifeOne .lifeOneCircleBox{}
	.lifeOne .dl{position: static;}
	.lifeOneCon .HomeTit{margin-bottom: 0.4rem;}
	.lifeOne .ppTitle{position:static;margin-bottom: 0.15rem;}
	.lifeOne .dl .dd{width: 100%;text-align: left !important;margin-bottom:0.4rem;}
	.lifeOne .apply a.bgNone{margin: -0.15rem auto 0.25rem;}
}
.lifeTwo{background-size:cover;background-position:bottom center;position:relative;z-index: 2;}
.lifeTwo .ul{}
.lifeTwo .ul .item{width:calc(100% / 3 - 0.24rem);margin-right:0.36rem;/* min-height: 6.1rem; */}
.lifeTwo .ul .item:nth-child(2){margin-top:0.7rem}
.lifeTwo .ul .item:nth-child(1){margin-top:1.4rem}
.lifeTwo .ul .item:nth-child(n+4){display:none}
.lifeTwo .ul .item:nth-child(3n){margin-right:0}
.lifeTwo .ul .item .itemCon{transition: all 0.5s ease; display:flex;width:100%;position:relative;/* height: 100%; */background-size: cover;background-position: center top;border-radius: 0.2rem;min-height: 6.1rem;}
.lifeTwo .ul .item .itemCon .imgbox{width:100%;padding-top:119.766%;border-radius:0.2rem}
.lifeTwo .ul .item .itemCon .imgbox img{transition:all 0.5s ease}
.lifeTwo .ul .item .itemCon .fontBox{width:100%;height:100%;padding:0.9rem 0.4rem;overflow:hidden;}
.lifeTwo .HomeTit .tag{line-height:1.3}
.lifeTwo .ul .item .itemCon:hover{transform:scale(1.02)}
.lifeTwo .HomeTit2{position:absolute;top:0.2rem}
.life-video video{max-height: 60vh;background-color: #000;border-radius: .2rem;width: 100%;object-fit: contain;}
.life-video .over-title{margin-top: .3rem;}
@media screen and (max-width:1024px){
	.lifeTwo .ul .item .itemCon .fontBox{
		padding: 0.3rem;
	}
	.lifeTwo .ul .item .itemCon .imgbox{
		padding-top: 140%;
	}
	.lifeTwo .ul .item .itemCon{
		min-height: auto;
	}
}
@media screen and (max-width:768px){
	.lifeTwo .ul{flex-direction: column;}
	.lifeTwo .ul .item{width: 100%;margin-top: 0.3rem !important;}
    .life-video .over-title{margin-top: .1rem;}
}
@media screen and (max-width:768px){
	.lifeTwo .HomeTit2 {
	    position: static;
	}
	.lifeTwo .ul .item{margin-top: 0rem !important;margin-bottom: 0.3rem !important;}
}
/* 上海百联资产控股有限公司 */
.syzcThree{background-size:cover;background-position:center bottom;position:relative}
.syzcThree .syzcThreeCon{flex-direction: row-reverse;}
/* .syzcFourNew .syzcThreeCon{flex-direction: row;} */
.syzcThree .syzcThreeCon figure{border-radius: .2rem;width: 50%;}
.syzcThree .syzcThreeCon figure p{left: inherit;left: initial;right: 0;background-color: #fff;}
.syzcThree .syzcThreeCon .ul{display:flex;flex-direction:column;align-items:flex-end;
	position: absolute;right: 0;width: 100%;top: -.6rem;padding-right: 1.8rem;
}
.syzcThree .syzcThreeCon .ul .item{display:flex;justify-content:flex-end;animation-name:fadeInLeftSmall;
}
.syzcThree .syzcThreeCon .ul .item:nth-of-type(2) {margin-right: 2.9rem;margin-top: -1.45rem;}
.syzcThree .syzcThreeCon .ul .item:nth-of-type(3) {margin-right: 6.15rem;margin-top: -1.15rem;}
.syzcThree .syzcThreeCon .ul .item:nth-of-type(4) {margin-right: 9.55rem;margin-top: -1.25rem;}
.syzcThree .syzcThreeCon .ul .item .itemCon{border:0.05rem solid #FFFFFF;box-shadow:0px 0px 35px 0px rgba(95,46,0,0.13);position:relative}
.syzcThree .syzcThreeCon .ul .item .itemCon .imgbox{width:3.65rem;padding-top:70%}
.syzcThree .syzcThreeCon .ul .item:nth-child(2) .itemCon .imgbox{width:3.95rem}
.syzcThree .syzcThreeCon .ul .item:nth-child(3) .itemCon .imgbox{width:4.3rem}
.syzcThree .syzcThreeCon .ul .item:nth-child(4) .itemCon .imgbox{width:4.7rem}
.syzcThree .syzcThreeCon .ul .item:nth-child(5) .itemCon .imgbox{width:5.3rem}
.syzcThree .syzcThreeCon .ul .item .itemCon .imgbox img{transition:all 0.5s ease}
.syzcThree .syzcThreeCon .ul .item .itemCon:hover .imgbox img{transform:scale(1.1)}
.syzcThree .syzcThreeCon .ul .item .itemCon .rightBox{position:absolute;right:-2.56rem;bottom:-0.2rem}
.syzcThree .syzcThreeCon .ul .item .itemCon .rightBox .fontBox{position:relative;width:2.42rem;height:0.32rem}
.syzcThree .syzcThreeCon .ul .item .itemCon .rightBox .fontBox::after{content:'';display:block;width:100%;height:0.17rem;background-image:url(../images/greenLine.png);background-size:contain;position:absolute;left:-0.1rem;bottom:0}
.syzcThree .syzcThreeCon .ul .item .itemCon .rightBox .title{position:absolute;left:0;top:0;padding-left:0.1rem}
.syzcThree .syzcThreeCon .ul .item .itemCon .rightBox i{width:0.24rem;height:0.24rem;background:#ffffff;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;left:-0.24rem;top:0}
.syzcThree .syzcThreeCon .ul .item .itemCon .rightBox i span{width:0.18rem;height:0.18rem;background:#C3D700;border-radius:50%;display:block;position:relative}
.syzcThree .syzcThreeCon .ul .item .itemCon .rightBox i span:before{content:'';width:0.18rem;height:0.18rem;background:#C3D700;border-radius:50%;display:block;position:relative;animation:scaleAnimate 2s linear;animation-iteration-count:infinite}
.syzcThree .syzcThreeIntro{display:flex;flex-direction:column;width:50%;padding-left: 1rem;}
.syzcThree .lineBox{position:absolute;right:0;top:0;width:100%}
.syzcThree .singlePageNew p:last-child{margin-bottom:0}
.syzcThree .singlePageNew {text-align: left;}
.syzcThree .line{height: 7.8rem;position: relative;}
.syzcThree .line:after{height: 100%;position: absolute;left: 0;width: 100%;content: "";top: 0;background: url(../images/pdImg.png) no-repeat 0 center/cover;}
.syzcThree .line:before{height: 100%;position: absolute;left: 0;width: 0;content: "";top: 0;background: url(../images/pdImg.png) no-repeat 0 center/cover;z-index: 10;}
.syzcThree.active .line:before{animation: linew 3s;animation-fill-mode: forwards;}
.syzcFourNew.syzcThree .syzcThreeIntro{width: 54%;}
.syzcFourNew.syzcThree figure{width: 46%;}
@-webkit-keyframes linew {
	0% {width: 0;}
	100% {width:  100%;}
}
@keyframes linew {
	10% {width: 0;}
	100% {width: 100%;	}
}
.syzcThree .w1600{
	z-index: 11;
}
@media screen and (min-width:769px) and (max-width:1024px){
	.syzcThree .syzcThreeCon,
	.syzcThree .lineBox{zoom: 0.7;}
}
@media screen and (max-width:768px){
		.syzcThree .syzcThreeCon figure{width: 100%;margin-top: 0.2rem;}
	.syzcThree .syzcThreeIntro{position: static;width: 100%;padding-left: 0;}
	.syzcThree .syzcThreeCon .ul{padding-right: 0;}
	.syzcThree .syzcThreeCon .ul .item{padding-right: 0 !important;margin-top: 0.3rem !important;}
	.syzcThree .syzcThreeCon .ul .item .itemCon .rightBox i{display: none;}
	.syzcThree .syzcThreeCon .ul .item .itemCon .rightBox{position: static;}
	.syzcThree .syzcThreeCon .ul .item .itemCon .rightBox .fontBox{width: 100%;height: auto;}
	.syzcThree .syzcThreeCon .ul .item .itemCon .rightBox .fontBox::after{display: none;}
	.syzcThree .syzcThreeCon .ul .item .itemCon .rightBox .title {
	    position: static;
	    width: 100%;
	    text-align: center;
	    padding: 0.1rem;
	}
	.syzcThree .syzcThreeCon .ul .item .itemCon .imgbox{width: 100% !important;}
	.syzcThree .syzcThreeCon .ul .item .itemCon{width: 100%;}
	.syzcFourNew.syzcThree .syzcThreeIntro{width: 100%;padding: 0 0 0.2rem;}
	.syzcFourNew.syzcThree figure{width: 100%;}
}
/* 商业零售 */
.prod-index .item{box-shadow: 0px 0px 93px 0px rgba(0,0,0,0.02);position: sticky;top: calc(1rem + 0.2rem);margin-top: 0.9rem;background: #fff;border-radius: 0.2rem;}
.prod-index .pic{border-radius: 0.2rem;overflow: hidden;}
.prod-index .pic a{display: flex;align-items: center;}
.prod-index .pic a img{width: 100%;}
@media (min-width: 769px) {
.prod-index .pic{width: 10.2rem;}
.prod-index .txt{background-color: #fff;width: 5.8rem;padding: 0.7rem;}
.prod-index .txt  .desc{min-height: 1.26rem;}
}
@media screen and (max-width:1024px){
	.prod-index .item{margin-top: 0.3rem;}
	.prod-index .txt{padding: 0.3rem;}
	.singlePageNew.mt30{margin-top: 0.1rem;}
}
@media screen and (max-width:768px){
	.prod-index .item{
		flex-direction: column;
	}
	.prod-index .txt{
		width: 100%;
		padding-bottom: 0;
	}
}
/* 商业资产 五 */
.syzcFive{background-color: #f9f9f9;}
.syzcFive .ul{width:calc(100% + 6rem);margin-left:-3rem}
.syzcFive .ul .item{height:6.6rem}
.syzcFive .ul .item .itemCon{display:flex;flex-direction:column;align-items:center}
.syzcFive .ul .item .itemCon .imgbox{width:4.4rem;padding-top:3.3rem;border-radius:0.2rem}
.syzcFive .ul .item .itemCon .fontBox{width:4.4rem;height:1rem;background:#FFFFFF;box-shadow:5px 9px 36px 0px rgba(230,0,18,0.06);border-radius:0.2rem;display:flex;justify-content:center;align-items:center;margin-top:-0.2rem;position:relative;z-index:2}
.syzcFive .ul .item.slick-active .itemCon{transform:translate(0rem,2.4rem) rotate(-24deg)}
.syzcFive .ul .item.slick-active+.slick-active .itemCon{transform:translate(-0.2rem,0.65rem) rotate(-16deg)}
.syzcFive .ul .item.slick-active+.slick-active+.slick-active .itemCon{transform:translate(0,0) rotate(0)}
.syzcFive .ul .item.slick-active+.slick-active+.slick-active+.slick-active .itemCon{transform:translate(0.2rem,0.65rem) rotate(16deg)}
.syzcFive .ul .item.slick-active+.slick-active+.slick-active+.slick-active+.slick-active .itemCon{transform:translate(0px,2.4rem) rotate(24deg)}
.syzcFive .slick-arrow{width: 0.6rem;height: 0.6rem;background:#FFFFFF;border-radius:50%;border:1px solid #E8E8E8;display:flex;align-items:center;justify-content:center;font-size:0;background-size:0.09rem 0.13rem;background-position:center;background-repeat:no-repeat;transition:all 0.5s ease;position:absolute;bottom: 1rem;z-index:2}
.syzcFive .slick-arrow:hover{background-color:#E60012;border-color:transparent}
.syzcFive .slick-arrow.slick-prev{background-image:url(../images/page_prev.png);left: calc(50% - 0.7rem);}
.syzcFive .slick-arrow.slick-next{background-image:url(../images/page_next.png);right: calc(50% - 0.7rem);}
.syzcFive .slick-arrow.slick-prev:hover{background-image:url(../images/page_prevc.png)}
.syzcFive .slick-arrow.slick-next:hover{background-image:url(../images/page_nextc.png)}
.syzcFive .ul .item .itemCon img{
	transition:all 0.5s ease;
}
.syzcFive .ul .item .itemCon:hover img{
	transform: scale(1.1);
}
/* 企业文化 */
.qywh-wrapper{max-width: 6rem;margin: 0 auto;padding-bottom: 1.2rem;}
.qywh-wrapper .circle{width: 6.6rem;max-width: none;}
.qywh-wrapper .list-desc .item .txt figure{width: 3.7rem;margin: .2rem 0;}
.qywh-wrapper .list-desc .item:nth-of-type(odd) .txt{text-align: right;display: flex;flex-direction: column;align-items: flex-end;}
.qywh-wrapper .list-desc .item:last-child .txt{text-align: center;display: block;}
.qywh-wrapper .list-desc .item:last-child .txt figure{display: none;}
.qywh-wrapper .list-desc .item:last-child .desc{margin-top: .3rem;}
.qywh-wrapper .list-desc .item:nth-of-type(odd) .txt figure{margin-right: -1.1rem;}
.qywh-wrapper .list-desc .item:nth-of-type(even) .txt figure{transform: rotateZ(180deg);margin-left: -1.1rem;}
.qywh-wrapper .list-desc .item{width: 4.3rem;position: absolute;z-index: 2;}
.qywh-wrapper .list-desc .item:nth-of-type(1) {top: -.32rem;right: 100%;}
.qywh-wrapper .list-desc .item:nth-of-type(2) {top: -.32rem;left: 100%;}
.qywh-wrapper .list-desc .item:nth-of-type(3) {top: 3.2rem;right: 113%;}
.qywh-wrapper .list-desc .item:nth-of-type(4) {top: 3.2rem;left: 113%;}
.qywh-wrapper .list-desc .item:nth-of-type(5) {left: 0;right: 0;margin: 0 auto;width: 6rem;}
.qywh-wrapper .list-icon figure{width: .6rem;height: .6rem;background-color: #fff;box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
	border-radius: 50%;position: absolute;z-index: 6;
}
.qywh-wrapper .list-icon figure img{max-width: 50%;max-height: 60%;}
.qywh-wrapper .list-icon figure:nth-of-type(1){top: 1.6rem;left: 33%;}
.qywh-wrapper .list-icon figure:nth-of-type(2){top: 1.6rem;right: 33%;}
.qywh-wrapper .list-icon figure:nth-of-type(3){top: 3.1rem;left: 25%;}
.qywh-wrapper .list-icon figure:nth-of-type(4){top: 3.1rem;right: 25%;}
.qywh-wrapper .list-icon figure:nth-of-type(5){top: 3.96rem;left: 50%;transform: translateX(-50%);}
.mobile-content{display: none;}
.center-image-card .apply{margin-top: .3rem;}
.center-image-card .apply a{width: 1.4rem;
    height: .45rem;
    border-radius: .45rem;padding: 0 .2rem;background-position: right .2rem center;
}
.brand-popup .hires-content .brand-popup-content{min-height: 6.7rem;padding: .8rem;background-position: right bottom;background-repeat: no-repeat;
	background-size: minmax(auto, 70%);padding-right: 2.2rem;
}
.brand-popup.hires-popup .hires-content{padding: 0;}
.brand-popup .brand-popup-content h3{margin: .5rem 0 .3rem;}
.brand-popup .brand-popup-content figure img{max-height: .8rem;}
@media (min-width: 1201px) {
	.retailTwo .retailTwoList .item:hover{transform: scale(1.1);z-index: 6;box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);border-radius: .2rem;}
	.retailTwo .retailTwoList .item:hover:after{display: none;}
}
/* 响应式 */
@media (max-width: 1200px) {
	.announcement-list ul li{width: 48.5%;}
	.Pages a{width: .5rem;height: .5rem;line-height: .48rem;}
	.responsibility-list ul li{width: 33.33%;}
	.qywh-wrapper .list-desc .item{position: static;display: flex;flex-wrap: wrap;justify-content: space-between;
		width: 48%;box-shadow: 0 0 .15rem rgba(0, 0, 0, .1);border-radius: .1rem;padding: .2rem;
		margin-top: .4rem !important;flex-direction: row-reverse;min-height: 2rem;
	}
	.qywh-wrapper .list-desc .item .txt{background-color: #fff;
		display: block !important;text-align: left !important;
		width: calc(100% - 1rem);
	}
	@media(max-width:1024px){
		.brand-popup .hires-content .brand-popup-content{padding: 0.6rem 0.25rem;}
	}
	@media(max-width:480px){
		.brand-popup .brand-popup-content figure img{max-height: 0.5rem;}
		.brand-popup .brand-popup-content h3{font-size: 0.24rem;}
	}
	.qywh-wrapper .list-desc {display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: -.4rem;}
	.qywh-wrapper .list-desc .item .txt figure{display: none;}
	.qywh-wrapper .list-desc .item:last-child{width: 100%;}
	/* .qywh-wrapper .circle{display: none;} */
	.qywh-wrapper{max-width: 100%;}
	.qywh-wrapper .list-icon{display: none;}
	.qywh-wrapper .list-desc .item .txt .desc{margin-top: .15rem;}
	.qywh-wrapper .list-desc .item figure{display: flex;width: .6rem;height: .6rem;border-radius: 50%;border: solid 1px #eee;}
	.qywh-wrapper .list-desc .item figure img{max-width: 50%;max-height: 50%;}
	.qywh-wrapper{padding-bottom: 0;}
	.architecture-menu ul li a{height: .4rem;line-height: .38rem;}
	.architecture-menu ul li.aon a{box-shadow: none;}
	.pc-content{display: none;}
	.mobile-content{display: block;}
	.film-mobile-imgs .swiper-slide figure{height: 2.2rem;}
	.film-mobile-imgs .swiper-slide .desc{padding: .2rem;background-color: #fff;}
	.film-mobile-imgs .swiper-slide .txt{border-radius: .1rem;overflow: hidden;box-shadow: 0 5px .1rem rgba(0, 0, 0, .05);}
	.film-mobile-imgs .swiper{padding: 0 1.5rem;overflow: visible;}
	.film-mobile-imgs .swiper-slide{opacity: .5;transition-property: opacity;transition-duration: .5s;}
	.film-mobile-imgs .swiper-slide-active,.film-mobile-imgs .swiper-slide-next,.film-mobile-imgs .swiper-slide-prev{opacity: 1;}
	.switch-box{margin-top: .3rem;}
}
@media(max-width:1024px){
	.qywh-wrapper .list-desc .item figure{display: none;}
	.qywh-wrapper .circle{margin: 0px auto;display: block;width: auto;max-width: 6rem;}
		.announcement-list ul li .more,.announcement-list ul li h3:after{display: none;}
		.announcement-list ul li h3{min-height: auto;line-height: normal;}
}
@media (max-width: 800px) {
	.responsibility-list ul li{width: 50%;}
	.film-mobile-imgs .swiper-slide figure{height: 3rem;}
	.film-mobile-imgs .swiper{padding: 0 2.5rem;}
	.film-mobile-imgs .swiper-slide-next, .film-mobile-imgs .swiper-slide-prev{opacity: .5;}
	.architecture-content-list .video-ct{display: block;}
	.video-ct video{height: auto;min-height: 3rem;}
	.video-ct .left-video,.video-ct .video-lsit{width: 100%;}
	.video-ct .video-txt{margin-top: .2rem;}
	.video-ct .scroll-video{padding-right: 0;
		overflow: visible;height: auto;display: flex;	}
	.video-ct .scroll-video .v-cell{margin-right: .15rem;}
	.video-ct .video-lsit{overflow-x: auto;overflow-y: hidden;padding-bottom: 10px;margin-top: .3rem;}
	.video-ct .mask-white{display: none;}
	.video-ct .video-lsit::-webkit-scrollbar-thumb{background-color: #E60012;}
	.qywh-wrapper .circle{max-width: 100%;}
}
@media (max-width: 500px) {
	.announcement-list ul li{margin-top: 0.2rem;}
	.anouncement-content h1{margin-bottom: .3rem;}
	.announcement-list ul li a{padding: .2rem;}
	.announcement-list ul li .description{margin: 0 0 .2rem 0;}
	.Pages a{width: .35rem;height: .35rem;line-height: .32rem;font-size: .12rem;}
	.Pages .a_next{margin-left: 10px;}
	.Pages .a_prev{margin-right: 10px;}
	.Pages .a_next::after,.Pages .a_prev::after{background-size: 6px;}
	.announcement-list ul li .year{margin-bottom: .15rem;}
	.announcement-list ul li .day{font-size: .3rem;}
	.responsibility-list ul li .txt{padding: .1rem .2rem;}
	.action a{padding-left: .2rem;margin-right: 0;background-size: .15rem !important;}
	.responsibility-list ul li .txt .action{justify-content: space-between;}
	.responsibility-list ul li{padding: 0 5px;margin-top: 10px;}
	.responsibility-list ul {margin: 0 -5px;margin-top: -10px;}
	.responsibility-list ul li h3{margin-top: .1rem;}
	.yearbook-list .announcement-list ul li h3{margin: .2rem 0;min-height: 1px;}
	.qywh-wrapper .list-desc .item{display: block;margin-top: .2rem !important;width: 100%;min-height: 1.2rem;}
	.qywh-wrapper .list-desc .item .txt{width: auto;}
	.qywh-wrapper .list-desc .item .txt .desc{margin-top: .1rem;}
	.qywh-wrapper .list-desc .item figure{width: .5rem;height: .5rem;margin-bottom: .2rem;}
	.film-mobile-imgs .swiper{padding: 0 60px;}
	.film-mobile-imgs .swiper-slide figure{height: 2.3rem;}
	.architecture-content-list{margin-top: 0;}
}
/* 人才招聘 */
.recruitment-list .left select{width: 100%;height: .6rem;border-radius: .6rem;border-width: 2px;background-image: url(../images/newArrowDown_gray.png);
	padding-right: .5rem;background-position: right .3rem center;background-size: .12rem;
}
.recruitment-list .left{margin-right: 1.2rem;width: 3.6rem;}
.recruitment-list .right{width: calc(100% - 4.8rem);}
.recruitment-list .right .list ul{display: grid;grid-template-columns: repeat(2, calc(50% - .15rem));gap: .3rem;}
.recruitment-list .right .list .txt{height: 100%;background-color: #fcfafa;padding: .5rem 0;}
.recruitment-list .right .list .txt h3,.recruitment-list .right .list .txt .more{padding: 0 .3rem;}
.recruitment-list .right .list .txt .desc{padding: 0 .3rem;margin: .2rem 0 .4rem;}
.arrow-more a{display: inline-flex;padding-right: .25rem;line-height: 1.5;background: url(../images/more.png) no-repeat right center/.12rem;position: relative;}
.arrow-more a:hover{background-image: url(../images/more-red.png);}
.arrow-more a:after{content: "";position: absolute;bottom: 0;left: 0;width: 0;height: 1px;background-color: #e60012;transition: all .5s ease;}
.arrow-more a:hover:after{width: 100%;}
.recruitment-list .right .list .txt h3:before{content: "";width: .04rem;height: .24rem;position: absolute;background-color: #e60012;left: 0;top: .05rem;}
.hires-popup{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .6);z-index: 99999;padding: 1rem 0;display: none;
overflow-y: auto;overflow-x: hidden;
}
.hires-popup .hires-content{max-width: 10.8rem;margin: 0 auto;width: 96%;border-radius: .2rem;padding: .8rem;padding-bottom: 1rem;
	background: #fff url(../images/hires-popup-bg.png) no-repeat 0 0/100%;overflow: hidden;
}
.hires-popup .under-txt dl{margin-top: .4rem;}
.hires-popup .under-txt dt{margin-bottom: .2rem;border-left: solid .04rem #e60012;line-height: 1;padding-left: .15rem;}
.hires-popup .detail{padding: .3rem 0;border-bottom: solid 1px #eee;}
.hires-popup .job-desc table{margin: 0.2rem 0;width: 100% !important;}
.hires-popup .job-desc table td{padding: 0.1rem;}
.hires-popup .detail p{margin-bottom: .1rem;}
.hires-popup .detail p span:not(:last-child){padding-right: .15rem;margin-right: .15rem;border-right: solid 1px #999;}
.apply a{width: 2rem;height: .6rem;border-radius: .6rem;padding: 0 .3rem;background: #e60012 url(../images/newArrowRight_w.png) no-repeat right .3rem center/.12rem;
	color: #fff;
}
.apply a:hover{box-shadow: 2px 2px 5px rgba(230, 0, 18, .5);}
.apply a.small{width: 1.6rem;height: .5rem;}
.apply a.bgNone{background-image: none;}
.hires-popup .closed{position: absolute;top: -.1rem;right: -.1rem;width: .6rem;height: .6rem;background: #ebebeb url(../other/close_black.svg) no-repeat .14rem .28rem/.16rem;
	border-radius: 50%;
}
@media(max-width:1024px){
	.recruitment-list .left{width: 100%;margin:0 0 0.4rem;}
	.recruitment-list .right{width: 100%;}
	.hires-popup .hires-content{padding: 0.4rem 0.3rem;}
	.hires-popup .job-desc table td{padding: 0.05rem;}
	.recruitment-list .right .list .txt .desc,
	.recruitment-list .right .list .txt .more{display: none;}
}
@media(max-width:768px){
	.recruitment-list .right .list .txt{padding: 0.2rem 0;}
	.recruitment-list .right .list .txt h3, .recruitment-list .right .list .txt .more{padding: 0 0.2rem;}
	.recruitment-list .right .list .txt .desc{margin-bottom: 0.2rem;}
	.recruitment-list .right .list ul{grid-template-columns: repeat(2, calc(50% - .1rem));gap: .2rem;}
	.hires-popup .job-desc table td{font-size: 12px !important;}
}
/* 新版首页 */
.page-01 video{object-fit: cover;background-color: #000;}
.page-02 dl dd{margin: 0 .65rem;}
.page-02 dl dd .counter{font-size: 1.1rem;line-height: 1;}
.page-02 dl dd .under{margin-top: .1rem;}
.page-02 dl dd .over p{margin-left: .1rem;line-height: 1;}
.page-02 dl dd:nth-child(1) .over p span:nth-child(1){display: none;}
.page-03 .bg-box{z-index: 1;}
.page-03 .txt-bg{z-index: 2;}
.page-03 .star{z-index: 3;}
.page-03 .txt-word-box{z-index: 4;}
.page-03 .bg-box .bg{display: none;z-index: 1;}
.page-03 .bg-box .bg.active{z-index: 2;}
.page-03 .txt-bg div{width: 50%;height: 50%;background-repeat: no-repeat;background-size: 100% 100%;opacity: 0;}
.page-03 .txt-bg div.active{opacity: 1;}
.page-03 .txt-bg div:nth-child(1){background-image: url(../images/page-03-syls-hover.png);}
.page-03 .txt-bg div:nth-child(2){background-image: url(../images/page-03-syjr-hover.png);}
.page-03 .txt-bg div:nth-child(3){background-image: url(../images/page-03-syzc-hover.png);}
.page-03 .txt-bg div:nth-child(4){background-image: url(../images/page-03-sytz-hover.png);}
.page-03 .txt-word-box .item{width: 50%;height: 50%;padding: .8rem;}
.page-03 .txt-word-box .item .en{color: #fff;opacity: .4;text-transform: uppercase;}
.page-03 .txt-word-box .item .over-en{margin-top: .4rem;}
.page-03 .txt-word-box .item .under-en{margin-bottom: .4rem;}
.page-03 .txt-word-box .item:nth-of-type(1),
.page-03 .txt-word-box .item:nth-of-type(2){justify-content: flex-end;}
.page-03 .txt-word-box .item:nth-of-type(1) .under,
.page-03 .txt-word-box .item:nth-of-type(1) .under-en,
.page-03 .txt-word-box .item:nth-of-type(2) .under,
.page-03 .txt-word-box .item:nth-of-type(2) .under-en{display: none;}
.page-03 .txt-word-box .item:nth-of-type(3) .over,
.page-03 .txt-word-box .item:nth-of-type(3) .over-en,
.page-03 .txt-word-box .item:nth-of-type(4) .over,
.page-03 .txt-word-box .item:nth-of-type(4) .over-en{display: none;}
.page-03 .txt-word-box .item:nth-of-type(even) {align-items: flex-start;}
.page-03 .txt-word-box .item h3{color: #fff;}
.page-03 .txt-word-box .item figure img{max-height: 1rem;}
.page-04 .word-box .right img{max-height: 4.3rem;}
.page-04 .word-box .right a{display: none;}
.page-04 .word-box .right a.active{display: block;}
.page-04 .word-box .left .circle{width: 4.6rem;margin-left: -2.6rem;}
.page-04 .word-box .left{width: 36.45%;padding-right: .5rem;}
.page-04 .word-box .right{width: 63.55%;padding-right: 1.7rem;}
.page-04 .words .col{position: absolute;}
.page-04 .words .col:nth-of-type(1) {left: .92rem;top: .44rem;}
.page-04 .words .col:nth-of-type(2) {left: 1.84rem;top: 1.6rem;}
.page-04 .words .col:nth-of-type(3) {left: 1.86rem;top: 3.02rem;}
.page-04 .words .col:nth-of-type(4) {left: .94rem;top: 4.2rem;}
.page-04 .words .col .col-word{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;width: 7.2rem;padding-left: 1rem;}
.page-04 .words .col .col-word h2 img{max-height: .5rem;}
.page-04 .words .col.active h2{font-size: .36rem;}
.page-04 .words .col:last-child{margin-bottom: 0;}
.page-04 .words .col .desc{visibility: hidden;transform: translateY(.2rem);opacity: 0;line-height: 0; display: none;}
.page-04 .words .col.active .desc{visibility: visible;transform: translateY(0);opacity: 1;line-height: 1.8;margin-top: .1rem;}
.page-04 .word-box .discs span,
.page-04 .words .col .col-word:before{position: absolute;width: .06rem;height: .06rem;border-radius: 50%;background-color: #fff;
	outline-offset: .26rem;outline: solid .02rem transparent;
}
.page-04 .words .col .col-word:before{content: "";left: 0;top: 50%;transform: translateY(-50%);outline-color: #fff;}
.page-04 .word-box .discs span.active,
.page-04 .words .col .col-word.active:before{outline-color: #fff;}
.page-04 .word-box .discs span:nth-of-type(1) {top: .7rem;right: .55rem;}
.page-04 .word-box .discs span:nth-of-type(2) {top: 1.6rem;right: .05rem;}
.page-04 .word-box .discs span:nth-of-type(3) {top: 2.5rem;right: .05rem;}
.page-04 .word-box .discs span:nth-of-type(4) {top: 3.4rem;right: .52rem;}
.page-04 .bg-box .bg{display: none;z-index: 1;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.page-04 .bg-box .bg.active{z-index: 2;}
.page-04 .nice-bailian{background-color: #fff;padding-top: .9rem;}
.page-04 .nice-bailian .swiper-slide .txt{width: 4.1rem;padding-top: .8rem;padding-left: .5rem;text-align: right;}
.page-04 .nice-bailian .swiper-slide .time em{font-size: .5rem;}
.page-04 .nice-bailian .swiper-slide .time span{writing-mode: vertical-lr;}
.page-04 .nice-bailian .swiper-slide figure{width: calc(100% - 4.1rem);}
.page-04 .nice-bailian .swiper-slide .desc{text-align: left;margin-top: .4rem;}
.page-04 .nice-bailian .swiper-slide .time{margin-top: .4rem;line-height: 1;}
.page-04 .nice-bailian .swiper_button{position: static;margin-left: .3rem;}
.page-04 .nice-bailian .swiper_button:first-child{margin-left: 0;}
.page-04 .nice-bailian .arrows{position: absolute;right: 0;bottom: 0;z-index: 2;width: 100%;}
.page-04 .go-lxbl{margin-right: 1.8rem;margin-bottom: .5rem;}
.culture-and-brand .go-lxbl .custom-select .label{border-color: #fff;color: #fff;}
.culture-and-brand .go-lxbl .custom-select .label:after{border-color: #fff;transform: rotateZ(45deg) translateY(.02rem);}
.go-lxbl .custom-select .label:hover{background-color: #e60012;border-color: #e60012;color: #fff !important;}
.go-lxbl .custom-select .label:hover:before{border-color: #fff !important;}
.page-04 .nice-bailian .go-lxbl{margin-right: 0;    position: absolute;
    margin-bottom: 0;
    width: 4.1rem;
    right: 0;
    bottom: .1rem;
    padding-left: .5rem;}
.page-04 .nice-bailian .custom-select .label:after{display: none;}
.custom-select .label:before{content: "";width: .08rem;height: .08rem;border-top: solid 1px #666;border-left: solid 1px #666;
	transform: rotateZ(-45deg) translateY(.02rem);display: none;
}
.page-04 .nice-bailian .custom-select .label:before{display: block;}
.page-04 .culture-and-brand{z-index: 1;}
.page-04 .nice-bailian{z-index: -1;opacity: 0;transform: translateY(1rem);}
.page-04 .mask-tab{z-index: -1;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(.05);width: 150vw;height: 150vw;background-color: #fff;
	border-radius: 50%;
}
.page-04 .custom-select{ width: 1.8rem;}
.page-04 .custom-select .label{height: .4rem;border-radius: .54rem;padding: 0 .2rem;}
.page-05 .home-news-box{background-color: #f6f6f6;padding-top: 1.2rem;}
.page-05 .news-menu{margin-bottom: .6rem;}
.page-05 .tab-menu a{margin-right: .3rem;line-height: 1;}
.page-05 .tab-menu a:last-child{margin-right: 0;}
.page-05 .tab-menu a.active{font-size: .4rem;color: #e60012;margin-right: .5rem;}
.page-05 .tab-menu a:not(:first-child).active{margin-left: .3rem;}
.custom-more:after{content: "";display: block;width: .07rem;height: .07rem;border-top: solid 1px #e60012;border-right: solid 1px #e60012;transform: rotate(45deg);
	margin-left: .1rem;
}
.page-05 .rows .col-item{background-color: #fff;width: 30%;margin-right: 5%;}
.page-05 .rows .col-item:nth-child(3n){margin-right: 0;}
.page-05 .rows .over{padding: .6rem .4rem;}
.page-05 .rows .over h3{line-height: .36rem;height: calc(3 * .36rem);margin-top: .3rem;}
.page-05 .rows .over .c-name span{display: inline-flex;padding: .03rem .1rem;border: solid .02rem #999;border-radius: .3rem;line-height: 1;}
.page-05 .rows .over p{position: absolute;bottom: .3rem;left: .3rem;z-index: 2;}
.page-05 .rows .col-item figure img{height: 2.7rem;}
.page-05 .rows .col-item:hover figure img{transform: scale(1.03);}
/* top new */
.header{position: fixed;left: 0;top: 0;width: 100%;padding: 0 .4rem;z-index: 99;}
.header.bgfff,.header.bgWhite,
.hd-black .header{background-color: #fff;}
.header.shadow{box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .05);}
.header .icon-link{height: 1rem;padding: 0 .4rem;}
.header .icon-link.open-menu{padding-left: .6rem;padding-right: 0;margin-left: .3rem;background: url(../images/open-white.png) no-repeat right center;}
.header .logo img{max-height: .43rem;}
.header .search{background: url(http://10.130.129.98:8080/upload/image/2026-02/1770172626328.png) no-repeat center;}
.header .lang{background: url(../images/lan-white.png) no-repeat center;}
.header .user{background: url(../images/user-white.png) no-repeat center;}
.header .wza span{padding-left: .3rem;background: url(../images/wza-white.png) no-repeat left center;}
.header .wza:before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;height: .14rem;background-color: #fff;opacity: .2;}
.drop-content{position: absolute;top: 100%;left: 50%;transform: translateX(-50%);min-width: 1.5rem;padding-top: .2rem;z-index: 10;visibility: hidden;opacity: 0;}
.drop-content .drop-txt{border-radius: 5px;background-color: #fff;padding: .1rem 0;box-shadow: 0 0 .15rem rgba(0, 0, 0, .15);position: relative;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.drop-content .drop-txt:before{content: "";width: 0;height: 0;border-left: solid .1rem transparent;border-right: solid .1rem transparent;
	border-bottom: solid .1rem #fff;position: absolute;left: 50%;transform: translateX(-50%);top: -.08rem;}
.drop-content a{display: block;padding: 5px;text-align: center;white-space: nowrap;line-height: 1.5;}
.drop-content a:hover{background-color: #e60012;color: #fff;}
.header .icon-link:hover .drop-content{top: 80%;visibility: visible;opacity: 1;}
.header.showWza{top: 112px;}
/* 导航黑色状态 */
.header.black .icon-link.open-menu,
.header.bgfff .icon-link.open-menu,
.hd-black .header .icon-link.open-menu{background-image: url(../images/open-red.png);}
.header.black .search,
.header.bgfff .search,
.hd-black .header .search{background-image: url(../images/search.png);}
.header.black .lang,
.header.bgfff .lang,
.hd-black .header .lang{background-image: url(../images/lan.png);}
.header.black .user,
.header.bgfff .user,
.hd-black .header .user{background-image: url(../images/user.png);}
.header.black .wza span,
.header.bgfff .wza span,
.hd-black .header .wza span{background-image: url(../images/wza.png);color: #333;white-space: nowrap;}
	.header:hover .icon-link.open-menu,.noBan .header .icon-link.open-menu{background-image: url(../images/open-red.png);}
	.header:hover .search,.noBan .header .search{background-image: url(http://10.130.129.98:8080/upload/image/2026-02/1770172617676.png);}
	.header:hover .lang,.noBan .header .lang{background-image: url(../images/lan.png);}
	.header:hover .user,.noBan .header .user{background-image: url(../images/user.png);}
	.header:hover .wza span,.noBan .header .wza span{background-image: url(../images/wza.png);color: #333;}
	.header:hover,.noBan .header{background-color: #fff;}
	.header:hover .MainNav ul li em a,.noBan .header .MainNav ul li em a{color: #333;}
	.header:hover .MainNav ul li.aon em a,.noBan .header .MainNav ul li.aon em a{color:#e60012;}
	.header:hover .MainNav ul li em:after,.noBan .header .MainNav ul li em:after{background-color: #e60012;}
	.noBan .header{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
	.noBan .inside-banner{margin-top: 0.5rem;}
@media (min-width: 1025px) {
	.bottom-buy-popup{display: none;}
    .life-video video{min-height: 60vh;}
}
@media(max-width:1024px){
	.noBan .inside-banner{margin-top: 1rem;}
	.header .icon-link .drop-content{left: auto;right: 0;transform: translateX(0);}
}
.header .menu-box{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 199;display: none;}
.header .menu-box dl{height: 100%;}
.header .menu-box dl dd,.header .menu-box dl dt{height: 14.285%;background-color: #fff;}
.header .menu-box dl dd{padding: .3rem 0;border-top: solid 1px #ebebeb;}
.header .menu-box dl dd a{display: flex;align-items: center;margin-top: .2rem;padding-right: .3rem;width: 20%;color: #666;}
.header .menu-box dl dd .label{width: 3.5rem;}
.header .menu-box dl dd .list{width: calc(100% - 3.5rem);margin-top: -.2rem;}
.header .menu-box dl dd:hover a,.header .menu-box dl dd:hover .label{color: #fff;}
.header .menu-box dl dd a:hover{text-decoration: underline;}
.header .menu-box dl .closed{position: absolute;right: 0;top: 0;width: 1rem;height: 1rem;background: url(../other/close_black.svg) no-repeat center/20px;}
.header .menu-box dd .bg{background: url(../images/menu-hover-bg.jpg) no-repeat center/cover;transition: all .5s;opacity: 0;display: none;}
.header .menu-box dd:hover .bg{opacity: 1;}
.header .menu-box dd:hover{background-color: transparent;}
/* bottom new */
.footer{background-color: #eee;}
.footer .w1600{z-index:10;}
.footer .ft-top{height: 1.4rem;border-bottom: solid 1px #dedede;}
.footer .ft-share,.footer .ft-bottom .right{width: 4.1rem;}
.footer .ft-share a{width: .5rem;height: .5rem;border-radius: 50%;border: solid 1px #eb989f;}
.footer .ft-share a img{max-width: 80%;max-height: 80%;}
.footer .ft-share .f-item:hover a img{display: none;}
.footer .ft-share .f-item:hover a img.hide{display: block;}
.footer .ft-share .f-item:hover a {background-color: #e60012;}
.footer .ft-share .hover-txt{padding: .3rem .5rem .4rem .5rem;position: absolute;bottom: 120%;left: 50%;transform: translateX(-50%);white-space: nowrap;
	background: url(../images/share-bg.png) no-repeat center/100% 100%;display: none;
}
.footer .ft-share .hover-txt p{display: inline-block;font-size: 0;margin-right: .5rem;width: 1.2rem;}
.footer .ft-share .hover-txt p span{font-size: .16rem;}
.footer .ft-share .hover-txt p img{max-height: 1rem;display: block;margin: 0 auto;margin-bottom: .1rem;}
.footer .ft-share .f-item:hover .hover-txt{display: block;}
.footer .ft-share .hover-txt p:last-child{margin-right: 0;}
.footer{padding: .5rem 0;}
.footer .ft-bottom .left{width: 10.6rem;}
.footer .ft-bottom .ft-nav dd a{color: #666;margin-top: .15rem;display: block;}
.footer .ft-bottom .ft-nav dd a:hover{text-decoration: underline;color: #e60012;}
.footer .ft-bottom .wechat-videos {margin-top: .9rem;}
.other-link a:after{content: "·";margin: 0 .05rem;color: #666;}
.other-link a:last-child:after{display: none;}
.footer .ft-bottom .address{margin-top: .2rem;}
.footer .panter{margin: .6rem 0;}
.page-06 .fp-overflow{overflow: visible !important;}
.page-06{z-index: 4;}
body .fp-watermark{display: none;}
.footer .f-logo{margin-bottom: .4rem;}
.footer .wechat-videos .item figure{width: 1.34rem;height: 1.34rem;background: url(../images/code-bg.png) no-repeat center/100% 100%;padding: .15rem;
	margin-right: .15rem;
}
.footer .wechat-videos .item:not(:last-child) {margin-right: .4rem;}
.footer .copyright{margin-right: .3rem;}
.footer .gov-box{margin-top: .6rem;}
/* 自定义 select */
.custom-select{width: 2rem;}
.custom-select .label{height: .54rem;border: solid 1px #dedede;border-radius: .54rem;padding: 0 .3rem;}
.custom-select .label:after{content: "";display: block;width: .08rem;height: .08rem;border-top: solid 1px #666;border-right: solid 1px #666;
	transform: rotateZ(135deg) translateY(.02rem);
}
.custom-select .drop-select{position: absolute;bottom: 80%;left: 50%;transform: translateX(-50%);min-width: 1.5rem;padding-bottom: .2rem;z-index: 10;visibility: hidden;opacity: 0;max-height: 530px;overflow-y: auto;overflow-x: hidden;}
.custom-select .drop-select .drop-select-txt{border-radius: 5px;background-color: #fff;padding: .1rem 0;box-shadow: 0 0 .15rem rgba(0, 0, 0, .15);position: relative;
	
}
.custom-select .drop-select .drop-select-txt:before{content: "";width: 0;height: 0;border-left: solid .1rem transparent;border-right: solid .1rem transparent;
	border-top: solid .1rem #fff;position: absolute;left: 50%;transform: translateX(-50%);bottom: -.08rem;}
.custom-select .drop-select .drop-select-txt a{display: block;padding: 5px;text-align: center;white-space: nowrap;}
.custom-select .drop-select .drop-select-txt a:hover{background-color: #e60012;color: #fff;}
.custom-select:hover .drop-select{visibility: visible;opacity: 1;bottom: 100%;}
/* 侧边栏 */
.aside{position: fixed;right: 0;width: 1rem;height: 100%;z-index: 20;border-left: solid 1px rgba(255,255,255,.1);top: 0;}
.aside .ai-box img{max-height: .9rem;}
.aside .ai-box{position: absolute;bottom: .5rem;width: 100%;}
.aside .item figcaption{margin-top: .08rem;padding: 0 .1rem;}
.aside .item img{max-height: .5rem;}
.aside .item{margin-top: .3rem;width: 100%;}
.aside .item:first-child{margin-top: 0;}
.aside.black {border-color: #e7e7e7;}
.aside.black .item figcaption{color: #333;}
.aside.black .ai-box img{display: none;}
.aside.black .ai-box img.hide{display: block;}
.aside .item .code-hover{position: absolute;right: 100%;top: 0;width: 1.3rem;border-radius: 5px;background-color: #fff;padding: .1rem;display: none;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}
.aside .item .code-hover img{max-height: 2rem;width: 100%;}
.aside .item:hover .code-hover{display: block;}
.fullpage-menu{position: fixed;left: .1rem;top: 50%;transform: translateY(-50%);z-index: 20;display: none;}
.fullpage-menu p:before{content: "";display: block;width: 4px;height: 2px;background-color: #fff;margin-right: 12px;transition-property: width;transition-duration: .3s;}
.fullpage-menu p.active:before,.fullpage-menu p:hover:before{width: 14px;}
.fullpage-menu p.active a,.fullpage-menu p:hover a{opacity: 1;}
.fullpage-menu p a{opacity: 0;white-space: nowrap;color: #fff;}
.fullpage-menu.red p a{color: #e60012;}
.fullpage-menu.red p:before{background-color: #e60012;}
.home-page .fullpage-menu{display: block;}
/* 商业零售-全客群覆盖 */
.qkqfg-container .over-txt .desc{margin: .3rem 0 .5rem;}
.qkqfg-container .over-txt dl p{margin-top: .2rem;}
.qkqfg-container .over-txt dl .num span{margin-left: .1rem;}
.qkqfg-container .over-txt dl dd:not(:last-child) {margin-right: 1rem;}
/* 商业零售-全业态协同 */
.over-title h3{font-weight: 500;}
.qytxt-container .over-title .desc{margin-top: .15rem;}
.qytxt-container .over-title{margin-bottom: .6rem;}
.qytxt-content .list .wrapper-list{position: absolute;right: 0;top: 0;width: 100%;height: 100%;}
.qytxt-content .list figure{border-radius: .1rem;overflow: hidden;width: 1.5rem;transition: width 1s;}
.qytxt-content .wrapper-list *{height: 100%;}
.qytxt-content .list figure img{width: 6.6rem;object-fit: cover;}
.qytxt-content .list ul{justify-content: flex-end;}
.qytxt-content .list ul li.active figure{width: 6.6rem;}
.qytxt-content .list .item{margin-top: .6rem;}
.qytxt-content .list ul li{margin-left: .08rem;}
.qytxt-content .list ul li:first-child{margin-left: 0;}
.qytxt-content .list .item:nth-of-type(even) .wrapper-list{right: initial;left: 0;}
.qytxt-content .list .item:nth-of-type(even) .wrapper-list ul{justify-content: flex-start;}
.qytxt-content .list .item:nth-of-type(even) ul li{margin-right: .08rem;margin-left: 0;}
.qytxt-content .list .item:nth-of-type(even) ul li:last-child{margin-right: 0;}
.qytxt-content .list .item.ten figure{width: .86rem;}
.qytxt-content .list .item.ten li.active figure,
.qytxt-content .list .item.ten li figure img{width: 5rem;}
.qytxt-content .list .item.three figure{width: 2.25rem;}
.qytxt-content .list .item.three li.active figure,
.qytxt-content .list .item.three li figure img{width: 6.6rem;}
.qytxt-content .list .item.two figure{width: 2.25rem;}
.qytxt-content .list .item.two li.active figure,
.qytxt-content .list .item.two li figure img{width: 9rem;}
/* 商业零售-全品类集合 */
.qytxt-container.qpljh-contianer,.qytxt-container.qqdms-contianer{background: none;}
/* 商业零售-新 */
.SYLS-second .second-txt{padding: 0 1rem;}
.SYLS-second .second-txt .list{margin-top: .7rem;padding: 0 .4rem;}
.SYLS-second .second-txt .list figure{width: 1.1rem;margin-right: .4rem;}
.SYLS-second {background: url(../images/syls-second-bg.jpg) no-repeat center/cover;}
.SYLS-third .cover-txt .item .num .right{margin-left: .15rem;}
.SYLS-third .cover-txt .item .num{margin-bottom: .1rem;}
.SYLS-third .cover-txt{padding-left: 1.3rem;}
.SYLS-third .cover-txt .item:not(:last-child) {margin-bottom: .4rem;}
.SYLS-fifth .fifth-txt{padding-top: .6rem;background: url(../images/syls-sixth-color-bg.png) no-repeat center 0/100%;}
.SYLS-fifth .fifth-txt .desc{margin: .3rem auto .4rem;max-width: 12rem;}
.go-detail{width: 1.7rem;height: .54rem;padding-left: .3rem;border: solid 1px #e60012;border-radius: .54rem;background: url(../images/page_next.png) no-repeat right .3rem center/.09rem;}
.go-detail.auto{margin: 0 auto;}
.go-detail:hover{background-color: #e60012;color: #fff !important;background-image: url(../images/page_nextc.png);}
.SYLS-fifth .fifth-txt .list .item{width: 1.9rem;max-width: 14.25%;}
.SYLS-fifth .fifth-txt .list{padding: 0 .7rem;margin-top: .5rem;}
.SYLS-fifth .fifth-txt .list .item figure{margin-bottom: .2rem;}
.SYLS-fifth .fifth-txt .list .item:nth-of-type(even) {padding-top: .4rem;}
.SYLS-fifth{background-color: #f7f8fc;}
@media(max-width:480px){
	.SYLS-fifth .fifth-txt .list .item{max-width: none;}
}
/* 商业资产 */
.space-title h3{margin-bottom: .35rem;}
.SYZC-second .second-txt .desc{padding: 0 1rem;}
.syzc-fourth .syzcThreeCon figure{width: 46.25%;}
.syzc-fourth .syzcThreeCon .syzcThreeIntro{width: 53.75%;}
/* 05_品牌展示-百联Touch-Care-v3 */
.TOUCH-second .title img{height: .7rem;}
.TOUCH-second .title h3{margin-top: .3rem;}
.TOUCH-second .list{margin: 0 -.15rem;margin-top: .8rem;}
.TOUCH-second .list .item{width: 25%;padding: 0 .15rem;}
.TOUCH-second .list .wrapper{padding: .6rem .5rem;border-top-left-radius: .1rem;background-color: #fff;border-top-right-radius: .1rem;overflow: hidden;height: 4.9rem;}
.TOUCH-second .list figure{height: .9rem;width: fit-content;transform: translateX(-50%);}
.TOUCH-second .list figure img{height: .4rem;}
.TOUCH-second .list figure img.white{opacity: 0;}
.TOUCH-second .list .desc{line-height: .34rem;min-height: calc(.34rem * 4);margin-top: .2rem;}
.TOUCH-second .list .item .cover img{opacity: .15;transform: translate(-40%, -30%);}
.TOUCH-second .list .item .cover{opacity: 0;}
/* 品牌展示-百联ZX创新品牌v3 */
.x-2-container{background: #fdf7f8 url(../images/qywh-bottom-bg.jpg) no-repeat center bottom/100%;}
.x-2-first .txt{padding-bottom: 2.2rem;}
.x-2-first .txt .desc{padding: 0 1rem;}
.x-2-first .circle{position: absolute;z-index: 2;width: 100%;bottom: 0;}
.x-2-first .circle .bg{width: 5rem;}
.x-2-first .circle .pet{position: absolute;bottom: -.8rem;left: 50%;transform: translateX(-50%);width: 2.4rem;
	
}
.x-2-first .circle .pet.animate{
	animation: pet 5s;
	-webkit-animation: pet 5s; /* Safari and Chrome */
}
@keyframes pet
{
	0%{bottom: -.8rem;}
	25%{bottom: -1.1rem;left: 40%;}
	50%{bottom: -1.5rem;}
	100%{bottom: -.8rem;left: 50%;}
}
.x-2-second .list .left,.x-2-second .list .right{width: 50%;}
.x-2-second .list .left{padding: 0 1rem 0 .4rem;}
.x-2-second .list .right{padding: 0 .5rem;}
.x-2-second .list .item{background-color: #fff;padding: .9rem .8rem;border-radius: .3rem;margin-bottom: .5rem;}
.x-2-second .list .under-line{position: absolute;bottom: -.8rem;width: 100%;left: 0;padding: 0 .4rem;}
.x-2-second .list .item h4{margin: .5rem 0 .35rem;}
.x-2-second .list .item:nth-of-type(1) {z-index: 4;background: none;}
.x-2-second .list .item:nth-of-type(1):after{
	content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;border-radius: .3rem;
	z-index: -1;
	 background-color: rgba(255, 255, 255, 0.9); /* 半透明背景 */
  backdrop-filter: blur(8px); /* 应用模糊效果 */
}
.x-2-second .list .item:nth-of-type(2) {z-index: 3;}
.x-2-second .list .item:nth-of-type(3) {z-index: 2;}
.x-2-second .list .item:nth-of-type(even) {flex-direction: row-reverse;}
.x-2-second .list .item:nth-of-type(even) .left{padding: 0 .4rem 0 1rem;}
.x-2-second .list .item:last-child .under-line{display: none;}
.x-2-third .list .item:nth-of-type(1) img{max-width: 62%;}
.x-2-third .list .item:nth-of-type(2) img{
	max-width: 77%;
    margin-left: 4%;
    margin-top: -3%;
}
.x-2-third .list .item:nth-of-type(3) img{max-width: 70%;}
/* 可持续发展 */
.kcxfz-first figure{margin-top: -1.8rem;}
.kcxfz-first .desc{padding: 0 2rem;}
.kcxfz-second{padding-bottom: 1.8rem;}
.kcxfz-second .swiper-slide .info{
	height: 2.4rem;
}
.kcxfz-second .swiper-slide.swiper-slide-prev .info{
	padding-right: 2rem;
}
.kcxfz-second .swiper-slide.swiper-slide-next .info{
	padding-left: 2rem;
}
.kcxfz-second .swiper-slide.swiper-slide-active .info{
	transform: scale(1.2);
}
.kcxfz-second .swiper-slide.swiper-slide-active .info div{
	transform: scale(0.8);
}
.kcxfz-second .swiper-slide.swiper-slide-active .info .over{
	font-size: .3rem;
}
.kcxfz-second .swiper-slide.swiper-slide-active .info .under{
	font-size: .3rem;
}
.red-swiper .swiper-pagination{display: none;}
.kcxfz-second figure{position: absolute;top: -.4rem;z-index: -1;width: 7.32rem;left: 50%;transform: translateX(-50%);}
.kcxfz-second .mySwiper .swiper_button{background: none;}
.red-swiper.mySwiper .swiper_button{border-color: #e60012;}
.red-swiper.mySwiper .swiper_button:after{color: #e60012 !important;}
.red-swiper.mySwiper .swiper_button:hover{background: #e60012;}
.red-swiper.mySwiper .swiper_button:hover:after{color: #fff !important;}
.kcxfz-second .swiper-button-prev{
	top: .8rem;
    left: 3.3rem;
}
.kcxfz-second .swiper-button-next{
	top: .8rem;
    right: 3.3rem;
}
.kcxfz-third .swiper .info{padding: .2rem; border-radius: .1rem;background-color: #f8f8f8;}
.kcxfz-third .swiper .info figure{border-radius: 5px;height: 3.1rem;}
.kcxfz-third .swiper .info .under{margin: .15rem 0 .1rem;}
.kcxfz-third .swiper .info h4{line-height: .3rem;min-height: calc(.3rem * 2);}
.kcxfz-third .swiper .info .under h3,.kcxfz-third .swiper .info .under h4{font-weight: 500;}
.kcxfz-third .swiper .swiper_button{position: static;margin: 0 .1rem;}
.kcxfz-third .swiper .arrows{margin-top: .8rem;}
.kcxfz-third .over-title{margin-bottom: .6rem;}
.kcxfz-fourth .list ul{margin-top: -.4rem;margin: 0 -.2rem;}
.kcxfz-fourth .list ul li{width: 33.333%;padding: 0 .2rem;margin-top: .4rem;}
.kcxfz-fourth .list ul .txt{background-color: #fcfafa;}
.kcxfz-fourth .list ul figure{height: 3.35rem;}
.kcxfz-fourth .list ul .info{padding: .4rem;}
.kcxfz-fourth .list ul h3{margin-bottom: .3rem;line-height: .34rem;min-height: calc(.34rem * 2);}
.kcxfz-fourth .list ul a.ab{z-index: 6;}
.scroll-tip {position: fixed;left: 0;width: 100%;z-index: 10;bottom: .1rem;}
.scroll-tip img{display: block;margin: 0 auto .1rem;width: .22rem;
	animation:mouse 5s linear infinite;
	-webkit-animation:mouse 5s linear infinite;
}
.scroll-tip.black p{color: #333;}
.scroll-tip.black img{display: none;}
.scroll-tip img.hide{display: none;}
.scroll-tip.black img.hide{display: block;}
@keyframes mouse
{
	0%{transform: translateY(0);}
	33%{transform: translateY(5px);}
	66%{transform: translateY(-5px);}
	100%{transform: translateY(0);}
}
@-webkit-keyframes mouse
{
	0%{transform: translateY(0);}
	33%{transform: translateY(5px);}
	66%{transform: translateY(-5px);}
	100%{transform: translateY(0);}
}
/* 手机站-首页 */
.wap-warpper{max-width: 750px;margin: 0 auto;font-size: .24rem;line-height: 1;overflow-x: hidden;}
.wap-content{padding: 0 .4rem;}
.wap-title h2{margin-bottom: .3rem;}
.wap-title h2.mb0{margin-bottom: 0;}
.wap-second .company-data .counter{font-size: .62rem;}
.wap-second .company-data p,
.wap-second .company-data .under{font-size: .22rem;}
.wap-second .company-data .under{margin-top: .15rem;}
.wap-second .company-data dd{width: 3rem;margin-top: .4rem;padding-bottom: .4rem;border-bottom: solid 1px #eee;}
.wap-second .company-data figure{width: .5rem;}
.wap-second .company-data p{margin-left: 5px;}
.wap-second .company-data p em{margin-top: 5px;}
.wap-second .company-data dd:nth-child(1) p i{display: none;}
.wap-second .pic{margin-top: .25rem;}
/* 主营业务 */
.wap-third{background-color: #333;}
.wap-third .wap-content{height: 70vh;padding-top: .8rem;padding-bottom: .4rem;}
.wap-top h2{margin-bottom: .15rem;}
.wap-title-with-en .en{margin-top: .1rem;text-transform: uppercase;font-size: .16rem;opacity: .4;display: none;}
.wap-third .under .desc{margin-top: .3rem;}
.wap-more a{width: 2rem;height: .6rem;border-radius: .6rem;background-color: #e60012;color: #fff;}
.wap-more a:after{content: "";display: block;width: .1rem;height: .1rem;border-top: solid 2px #fff;border-right: solid 2px #fff;
	transform: rotateZ(45deg);margin-left: .35rem;
}
.wap-third .wap-more{margin-top: .3rem;}
.wap-third .tab-list .item{display: none;}
.wap-third .tab-column-btns{margin-top: .7rem;}
.wap-third .tab-column-btns li{padding-top: .25rem;position: relative;}
.wap-third .tab-column-btns li p{position: absolute;top: 0;left: 0;width: 100%;height: .03rem;background-color: rgba(255,255,255,.3);}
.wap-third .tab-column-btns li p:after{position: absolute;left: 0;top: 0;width: 0%;height: 100%;background-color: #fff;content: "";;}
.wap-third .tab-column-btns li.active p:after{width: 100%;transition: width 5s linear;}
.wap-third .bg-list img{object-fit: cover;}
.wap-third .bg-list .item{display: none;}
.wap-third .tab-column-btns li h4{opacity: .4;}
.wap-third .tab-column-btns li.active h4{opacity: 1;}
.go-page a:after{content: "";display: block;width: .1rem;height: .1rem;border-top: solid 2px #333;border-right: solid 2px #333;
	transform: rotateZ(45deg);margin-left: .1rem;
}
.wap-fourth .tab-content{padding-top: .4rem;}
.wap-fourth .whpp-content{padding: 0 1.5rem 0 .4rem;}
.wap-fourth .whpp-content .item figure{border-radius: .2rem;}
.wap-fourth .whpp-content .cover-txt{z-index: 6;padding: .2rem;}
.wap-fourth .whpp-content .info{border-radius: .2rem;border: solid 1px rgba(255,255,255,.5);padding: .2rem;padding-right: .5rem;
	background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
}
/* .wap-fourth .whpp-content .info h4{margin-bottom: .1rem;} */
.wap-fourth .whpp-content .info:after{content: "";display: block;width: .1rem;height: .1rem;border-top: solid 2px #fff;border-right: solid 2px #fff;
	transform: rotateZ(45deg);position: absolute;right: .2rem;top: .3rem;
}
.wap-fourth .whpp-content .swiper,
.third-swiper .swiper{overflow: visible;}
.wap-fourth .tab-content{overflow: hidden;}
.third-swiper{padding: 0 1rem;}
.third-swiper .item figure{height: 3rem;}
.third-swiper .item{border-radius: .2rem;background-color: #fff;}
.third-swiper .item .info{padding: .25rem .3rem;}
.third-swiper .item .desc{margin: .2rem 0 .3rem;}
.third-swiper .item h3{font-size: .3rem;}
.wap-fourth .lxbl-content{top: .4rem;opacity: 0;z-index: -1;}
.wap-fourth .cover-circle{background-color: #fff;left: 50%;top: 50%;width: 200vw;height: 200vw;transform: translate(-50%, -50%) scale(.05);border-radius: 50%;
	z-index: -1;
}
.wap-fourth .third-swiper .item {background-color: #f9f9f9;}
.wap-fifth .tab-menu a{font-size: .28rem;margin-left: .4rem;}
.wap-fifth .tab-menu a:first-child{margin-left: 0;}
.wap-fifth .tab-menu a.active {font-size: .4rem;color: #e60012 !important;}
.wap-fifth .tab-menu{margin-bottom: .5rem;}
.wap-fifth{background-color: #f6f6f6;}
.wap-fifth .tab-menu a:hover{color: #999;}
.wap-fifth .wap-more{margin-top: .5rem;}
.wap-footer{background-color: #eeeeee;}
.wap-footer .over-menu dl{padding: .3rem 0;border-bottom: solid 1px #dedede;}
.wap-footer .over-menu dl:first-child{border-top: solid 1px #dedede;}
.wap-footer .over-menu dl dt{font-size: .28rem;padding-right: .5rem;background: url(../images/newArrowDown_gray.png) no-repeat right center/.2rem;}
.wap-footer .over-menu dl dd a{margin-top: .3rem;padding-left: .2rem;display: block;}
.wap-footer .over-menu dl dd{display: none;}
.wap-footer .f-contact dt{font-size: .28rem;margin-bottom: .2rem;}
.wap-footer .f-contact{margin: .5rem 0;}
.wap-footer .f-contact dd{margin-bottom: .1rem;padding-left: .4rem;background-position: 0 center;background-size: .22rem auto;background-repeat: no-repeat;}
.wap-footer .f-contact dd:last-child{margin-bottom: 0;}
.wap-footer .f-contact dd:nth-of-type(1){background-image: url(../images/tel.png);}
.wap-footer .f-contact dd:nth-of-type(2){background-image: url(../images/address.png);}
.wap-footer .f-contact dd:nth-of-type(3){background-image: url(../images/email.png);}
.wap-footer .f-contact dd:nth-of-type(4){background-image: url(../images/fax.png);}
.wap-footer .codes .item{width: 20%;}
.wap-footer .codes .item span{display: block;}
.wap-footer .codes .item figcaption{margin-top: .15rem;}
.wap-footer .codes .item{margin: 0 .1rem;}
.wap-footer .custom-select{width: 100%;margin-bottom: .2rem;}
.wap-footer .custom-select:last-child{margin-bottom: 0;}
.wap-footer .custom-select .label{height: .8rem;border-radius: .8rem;}
.wap-footer .friendy{margin: .5rem 0;}
.wap-aside{position: fixed;z-index: 10;right: .2rem;bottom: 20%;display: none;}
.wap-aside img{width: 1rem;}
.wap-aside .ai-btn{margin-top: .3rem;}
.buy-popup{position: fixed;z-index: 11;left: 0;bottom: 0;width: 100%;height: 1.5rem;background-color: #fff;padding: 0 .4rem;padding-top: .15rem;
	box-shadow: 0 -.1rem .1rem rgba(0,0,0,.02);border-top: solid 1px #eee;
}
.buy-popup.active{bottom: 0;}
.buy-popup figure img{max-height: .6rem;}
.buy-popup .item{padding: 0 .2rem;}
.default-header{position: fixed;left: 0;top: 0;width: 100%;z-index: 10;}
.wap-header{z-index: 12;}
.wap-header .logo img{height: .5rem;}
.wap-header .action .item{width: .6rem;height: .6rem;margin-left: .2rem;background-position: right center;background-size: .38rem auto;background-repeat: no-repeat;}
.default-header .action .menu{background-image: url(../images/wap/menu.png);}
.default-header .action .search{background-image: url(../images/wap/search.png);margin-left:0}
.default-header .action  .lan{background: url(../images/lan-white.png) no-repeat center /0.36rem auto;position: relative;}
.default-header .action .lan:hover .drop-content{top: 80%;visibility: visible;opacity: 1;}
.default-header.black .lan{background-image: url(../images/lan.png);}
.wap-header .wap-content{height: 1.4rem;max-width: 750px;margin: 0 auto;}
.default-header.black .menu{background-image: url(../images/wap/menu-black.png);}
.default-header.black .search,.nav-header .action .search{background-image: url(../images/wap/search-black.png);}
.default-header.black{background-color: #fff;border-bottom: solid 1px #ddd;}
.nav-header{position: fixed;left: 100%;top: 0;width: 100%;height: 100%;background-color: #fff;z-index: 20;overflow-y: auto;transition: left .5s ease-in-out;}
.nav-header.active{left: 0;}
.nav-header .action .closed{background-image: url(../images/wap/closed.png);}
.nav-header .under-menu{padding: .3rem 0;}
.nav-header .under-menu a{height: 1rem;padding: 0 .4rem;line-height: 1rem;display: block;font-size: .3rem;}
.nav-header .under-menu .sub-menu{position: fixed;top: 0;left: 100%;width: 100%;height: 100%;padding-top: 1.4rem;z-index: 5;background-color: #fff;
    transition: left .5s ease-in-out;
}
.nav-header .under-menu .sub-menu.active{left: 0;}
.nav-header .under-menu a.child{background: url(../images/arrow-right-grey.png) no-repeat right .4rem center/6px;}
.nav-header .under-menu .sub-menu a{font-size: .28rem;}
.nav-header .over-txt{position: relative;z-index: 6;}
@media (min-width: 1025px) {
	.header .menu-box dl dd{position: relative;}
	.TOUCH-second .list .wrapper:hover .cover{opacity: 1;}
	.TOUCH-second .list .wrapper:hover figure img{opacity: 0;}
	.TOUCH-second .list .wrapper:hover figure{transform: translateX(0);}
	.TOUCH-second .list .wrapper:hover figure img.white{opacity: 1;}
	.TOUCH-second .list .wrapper:hover{background: url(../images/touch-second-red-bg.png) no-repeat center/100% 100%;color: #fff;}
	.TOUCH-second .list .wrapper:hover .desc{overflow: visible;display: block;}
	.TOUCH-second .list .wrapper:hover{height: 5.5rem;}
}
.header .menu-box dl dd .menu-txt{width: 96%;
    max-width: 16rem;
    margin: 0 auto;
}
.header .menu-box dl dd a.child{display: none;}
.bottom-buy-popup .buy-popup{padding: 0 .2rem;padding-top: .1rem;height: 1rem;}
.bottom-buy-popup .buy-popup figure img{max-height: .4rem;}
.bottom-buy-popup figcaption{font-size: 12px;}
.bottom-buy-popup .wap-aside img{width: .8rem;}
.development-history-v3 .swiper-pagination{display: none;position: static;margin-top: .2rem;}
.retailTwo .retailTwoList .item{overflow: hidden;}
.retailTwo .retailTwoList .item img.ab{z-index: 1;height: 100%;margin-bottom: 0;object-fit: cover;}
.retailTwo .retailTwoList .item .fontBox{z-index: 2;}
.retailTwo .retailTwoList .item:nth-of-type(2){margin-top: -1px;}
.wap-warpper .SearchBox .box .SearchInupt .btn{width: 1rem;background-size: 20px;}
.wap-warpper .SearchBox .box .SearchInupt input{height: .8rem;}
.wap-warpper .SearchBox .close{width: .5rem;height: .5rem;}
.wap-warpper .SearchBox{top: 0;padding-top: .7rem;padding-bottom: .7rem;}
.openClosed{writing-mode: vertical-rl;padding: .1rem .05rem;color: #fff;letter-spacing: 4px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;
	background-color: #e60012;position: absolute;right: 100%;top: 70%;opacity: .2;
}
.openClosed:hover{opacity: 1;}
.aside.closed{right: -1rem;}
.back-top{position: fixed;right: .2rem;bottom: 1.5rem;width: .5rem;height: .5rem;border-radius: 50%;background: #e60012 url(../images/arrow-right-white.png) no-repeat center/7px;
	z-index: 20;transform: rotateZ(-90deg);display: none;
}
.bottom-buy-popup .openClosed{display: block;position: static;}
.buy-popup .open-btn{position: absolute;left: 10px;background: #e60012;
	bottom: 100%;padding: 12px 20px;border-top-left-radius: 5px;border-top-right-radius: 5px;
}
.buy-popup .open-btn:after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/arrow-right-white.png) no-repeat center/7px;transform: rotateZ(90deg);}
.buy-popup.closed .open-btn:after{transform: rotateZ(-90deg);}
.bottom-buy-popup .buy-popup.closed{bottom: -1rem;}
.buy-popup.closed{bottom: -1.5rem;}
.buy-popup .show-code{position: absolute;left: 50%;transform: translateX(-50%);width: 130px;bottom: 105%;background-color: #fff;padding: 10px;display: none;}
.wap-footer.closed{padding-bottom: .8rem;}
.wap-footer{padding-bottom: 2rem;}
.wap-back-top.back-top{width: .6rem;height: .6rem;bottom: 2rem;}
.home-page .back-top{display: none !important;}
.homepcpic{display:none;width:100%;height:100vh;object-fit:cover;position:absolute;z-index:10;left:0;top:0;}
@media (max-width: 1024px) {
    .homepcpic{display:none;}
		#wza{display: none;}
	.inside-banner{margin-top: 1rem;}
	.header .icon-link.open-menu{margin-left: 0;}
	.header{border-bottom: solid 1px #eee;background-color: #fff;}
	.header .menu-box dl dt{height: 1rem;justify-content: space-between;padding: 0 .2rem;}
	.header .menu-box dl .closed{position: static;width: .8rem;}
	.header .menu-box dl .show-search{display: block;width: 1rem;height: 1rem;background: url(../images/search.png) no-repeat center/15px;width: .8rem;}
	.header .menu-box dl dd{ padding: 0;height: auto;border: 0;position: static;z-index: 1;}
	.header .menu-box dl dd .w1600{width: 100%;position: static;z-index: 1;}
	.header .menu-box dl dd .label,.header .menu-box dl dd a{
		width: 100%;
		padding: 0 .2rem;
		height: .8rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		color: #333;
		margin-top: 0;
	}
	.header .menu-box dl dd .label:after,
	.header .menu-box dl dd a.child:after{content: "";position: absolute;right: 0;top: 0;width: .6rem;height: 100%;background: url(../images/arrow-right-grey.png) no-repeat right .4rem center / 6px;}
	.header .menu-box dl dd .list{position: absolute;left: 100%;top: 1rem;width: 100%;height: calc(100% - 1rem);z-index: 3;background-color: #fff;flex-direction: column;
		transition: left .5s ease-in-out;margin-top: 0;z-index: 3;
	}
	.header .menu-box{background: #fff !important;left: 100%;transition: left .5s ease-in-out;display: block;}
	.header .menu-box dl dd .list.active,
	.header .menu-box.active{left: 0;}
	.header .menu-box dl dd:hover a, .header .menu-box dl dd:hover .label{color: #333;}
	.header .menu-box dl dd a.child{display: flex;}
	.header .menu-box dl dd .menu-txt,
	.footer .ft-bottom .left,.footer .ft-share, .footer .ft-bottom .right{width: 100%;}
	.header .menu-box dl dt img{height: .41rem;}
	.aside,.header .icon-link.wza{display: none;}
	.footer{padding-bottom: 1.5rem;}
	.footer .ft-nav{display: block;}
	.footer .ft-nav dl{border-bottom: solid 1px #dedede;}
	.footer .ft-nav dl:first-child{border-top: solid 1px #dedede;}
	.footer .ft-nav dl dd{padding-left: .2rem;display: none;padding-bottom: .2rem;}
	.footer .ft-nav dl dd a:first-child{margin-top: 0;}
	.footer .ft-nav dl dt{padding: .2rem 0;background: url(../images/newArrowDown_gray.png) no-repeat right center / .15rem;}
	.footer .wechat-videos .item{flex-direction: column;align-items: center;}
	.footer .ft-bottom .wechat-videos{justify-content: center;margin: .4rem 0;}
	.footer .wechat-videos .item .word{width: 100%;
		text-align: center;
		margin-top: .1rem;
	}
	.footer .wechat-videos .item figure{margin-right: 0;}
	.footer .f-logo,.footer .ft-pc-contact{display: none;}
	.footer .ft-mobile-contact{display: block;margin-top: .2rem;}
	.footer .panter{margin: 0;display: block;}
	.footer .panter .custom-select{width: 100%;margin-bottom: .1rem;}
	.footer .panter .custom-select:last-child{margin-bottom: 0;}
	.footer .gov-box {
		margin-top: .4rem;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		align-items: center;
	}
	.footer .copyright{margin-right: 0;justify-content: center;}
	.jtgk-second .kcxfz-second{padding-bottom: .5rem;}
	.development-history-v3 .swiper-pagination{display: block;}
	.inside-banner .ab{background-color: rgba(0, 0, 0, .2);}
    .position-and-submenu{overflow-x: auto;overflow-y: hidden;}
    .qytxt-content .list figure img,.qytxt-content .list ul li.active figure,
	.qytxt-content .list .item.three li.active figure, .qytxt-content .list .item.three li figure img{width: 4.6rem;}
	.qytxt-content .list figure{width: 1rem;}
	.qytxt-content .list .item.ten li.active figure, .qytxt-content .list .item.ten li figure img{
		width: 3rem;
	}
	.qytxt-content .list .item.ten figure{width: .56rem;}
	.qytxt-content .list .item.three figure,.qytxt-content .list .item.two figure{width: 1.5rem;}
	.qytxt-content .list .item.two li.active figure, .qytxt-content .list .item.two li figure img{width: 6rem;}
	.TOUCH-second{padding-bottom: .5rem;}
	.TOUCH-second .list .item{width: 50%;margin-bottom: .3rem;}
	.TOUCH-second .list .desc{overflow: visible;display: block;}
	.kcxfz-first figure{margin-top: 0;}
	.kcxfz-first .desc{padding: 0;}
	.kcxfz-third .swiper .info figure{height: auto;padding-bottom: 140%;}
	.kcxfz-fourth .list ul figure{height: auto;padding-bottom: 70%;}
	.kcxfz-fourth .list ul .info{padding: .2rem;}
	.kcxfz-second{padding-bottom: .5rem;}
	.kcxfz-second .txt{padding-top: 0;}
	.kcxfz-body .position-and-submenu{display: none;}
	.hd-black .main-container{padding-top: 0;}
    .kcxfz-second .mySwiper .swiper_button{position: static;margin: 0 .1rem;}
    .kcxfz-second .swiper-slide.swiper-slide-active .info{max-width: 60%;
        margin: 0 auto;}
    .kcxfz-second figure{top: -.1rem;width: 70%;}
    .kcxfz-second .action-arrows{margin-top: .5rem;}
	.footer.closed{padding-bottom: .5rem;}
}
@media (max-width: 768px) {
	.kcxfz-second .swiper-slide.swiper-slide-prev .info{padding-right: 1rem;text-align: left;}
	.kcxfz-second .swiper-slide.swiper-slide-next .info{padding-left: 1rem;text-align: right;}
	.jtgk-second .kcxfz-second figure{width: 4.8rem;top: .4rem;}
	.jtgk-second .kcxfz-second .txt{padding-top: .3rem;}
	.kcxfz-second .mySwiper .swiper_button{position: static;margin: 0 .1rem;}
	.kcxfz-second .action-arrows{margin-top: .5rem;}
	.jtgk-title{padding: .3rem;}
	.development-history .dh-circle-wrapper{display: none;}
	.development-history .about-title{text-align: center;}
	.dh-v3-year .swiper-slide h3 span{margin-left: .1rem;}
	.dh-v3-year .swiper-slide h3{padding-left: 0;background: none;}
	.dh-v3-year .swiper-slide h3 span{display: none;}
	.dh-v3-year .swiper-slide h3 strong:after{content: "年";}
	.dh-v3-year .swiper-slide h3 strong{font-size: .4rem;}
	.development-history-v3 .dh-v3-year{max-width: 100%;}
	.development-history-v3 .handle{margin-top: .5rem;justify-content: center;}
	.development-history-v3{min-height: 1px;}
	.dh-v3-year .swiper-slide .my-scroll{height: auto;}
	.my-scroll .scroll-detail{padding-right: 0;}
	.SYLS-third .cover-txt{padding: .5rem;}
	.SYLS-third figure img{height: 6rem;object-fit: cover;border-radius: .2rem;}
	.SYLS-second .second-txt,.x-2-first .txt .desc{padding: 0;}
	.SYLS-second .second-txt .list{margin-top: 0;}
	.SYLS-second .second-txt .list .item{width: 50%;margin-top: .3rem;justify-content: center;}
	.x-2-second .list .item{padding: .5rem;padding-bottom: .8rem;}
	.x-2-second .list .left,.x-2-second .list .right,.x-2-second .list .item:nth-of-type(even) .left{padding: 0;}
	.x-2-second .list .left, .x-2-second .list .right,.x-2-second .w1600{width: 100%;}
	.x-2-second .list .right{margin-top: .5rem;}
	.x-2-first .over-title{padding-top: 0;}
	.x-2-second .list .under-line img,.x-2-third figure img,.x-2-third .list .item img{display: none;}
	.x-2-second .list .under-line .hide,.x-2-third figure .hide,.x-2-third .list .item .hide{display: block;}
	.x-2-third .list .item img{max-width: 100% !important;}
	.x-2-third .list .item:nth-of-type(2) img{margin: 0;}
	.x-2-third .list .item:nth-of-type(3) {margin-top: .5rem;} 
    .qytxt-content .swiper-pagination{position: static;margin-top: .1rem;}
	.qytxt-content .list figure,.qytxt-content .list figure img{width: 100% !important;}
	.qytxt-content .list figure img{height: 40vh;}
	.qytxt-content .list .mobile h3 span{color: #e60012;margin-right: .1rem;}
	.qytxt-content .list .mobile h3{font-size: .22rem;margin-top: .2rem;}
	.syzcThree .syzcThreeCon{flex-direction: column;}
	.syzc-fourth .syzcThreeCon .syzcThreeIntro,.syzc-fourth .syzcThreeCon figure{width: 100%;}
	.syzc-fourth .syzcThreeCon .syzcThreeIntro .title{font-size: .24rem; text-align: center;}
	.SYZC-second .second-txt{position: relative;}
	.SYZC-second > img{margin-top: -1.5rem;}
	.SYZC-second .second-txt .desc{padding: 0;text-align: left !important;}
	.syzcTwo .HomeTit{text-align: center;}
	.kcxfz-second .swiper-slide .info{height: 2rem;}
	.kcxfz-second figure{top: -.1rem;width: 6rem;}
	.kcxfz-second .swiper-slide.swiper-slide-active .info .over{font-size: .22rem;padding: 0 .5rem;max-width: 100%;}
	.directors-content dl dd:after{left: initial;right: .2rem;}
	.directors-content .circle{width: 100%;}
	.directors-content .circle .logo-bg{text-align: center;}
	.manage-list ul li .item p{min-height: .6rem;}
	.about-bailian{background: none !important;}
    #certify .swiper-slide {transform-origin: center 75vw;}
	.lifeOne .lifeOneCon .HomeTit .line-lg,.x-2-first .txt .desc{text-align: left;}
	.lifeOne .lifeOneCon .HomeTit .line-lg br{display: none;}
		.kcxfz-third .swiper{padding-right: 20%;overflow: visible;}
}
@media (max-width: 480px) {
	.header .menu-box dl dd .label, .header .menu-box dl dd a{height: .65rem;}
	.header .menu-box dl dt img{height: .3rem;}
	.header .menu-box dl dt,.header .menu-box dl .show-search,.header .menu-box dl .closed,
	.header .icon-link,.bottom-buy-popup .buy-popup{height: .8rem;}
	.header .menu-box dl dd .list{top: .8rem;height: calc(100% - .8rem);}
	.header{padding: 0 .2rem;}
	.header .icon-link{padding: 0;min-width: .4rem;background-size: auto .2rem;}
	.header .icon-link.open-menu{padding-left: .5rem;}
	.header .logo img{max-height: .35rem;}
	.header .icon-link.wza{margin-left: .2rem;}
	.header .menu-box dl .closed,
	.header .menu-box dl .show-search{width: .5rem;}
	.inside-banner{margin-top: .8rem;}
	.bottom-buy-popup .buy-popup figure img{max-height: .3rem;}
	.bottom-buy-popup .wap-aside img{width: .6rem;}
	.footer .wechat-videos .item figure{width: .8rem;padding: 0;background: none;height: auto;}
	.footer .wechat-videos .item:not(:last-child){margin-right: .1rem;}
	.footer .gov-box{margin-top: .2rem;}
	.footer .ft-bottom .wechat-videos{margin: .2rem 0;}
	.inside-banner .desc{font-size: 14px;}
	.kcxfz-second .swiper-slide.swiper-slide-prev .info{padding-right: 0;}
	.kcxfz-second .swiper-slide.swiper-slide-next .info{padding-left: 0;}
	.jtgk-second .kcxfz-second figure{width: 100%;}
	.dh-v3-year .swiper-slide h3 strong{font-size: .3rem;}
	.jtgk-title h3{font-size: .2rem;}
	.jtgk-lmhy h4{width: .6rem;letter-spacing: .2rem;font-size: .2rem;}
	.jtgk-lmhy .txt{width: calc(100% - .6rem);}
	.jtgk-lmhy .over{padding-right: .25rem;}
	.pb80{padding-bottom: .5rem;}
	.pt80{padding-top: .5rem;}
	.footer{padding: .5rem 0;}
	.logo-warpper{height: .8rem;}
	.retailTwo .retailTwoList{flex-direction: column;border-radius: .1rem;overflow: hidden;}
	.retailTwo .retailTwoList .item{height: 1.3rem;padding: .3rem;width: 100%;}
	.retailTwo .retailTwoList .item:first-child,
	.retailTwo .retailTwoList .item:last-child{border-radius: 0;}
	.SYLS-third figure img{border-radius: .1rem;}
	.retailTwo .retailTwoList .item .fontBox{flex-direction: row;align-items: center;height: 100%;background: url(../images/dynamic-arrow-white.png) no-repeat right center/.2rem;}
	.retailTwo .retailTwoList .item .fontBox div.f24{margin-left: .5rem;}
	.retailTwo .retailTwoList .item img.ab,
	.retailSeven img{display: none;}
	.retailTwo .retailTwoList .item img.ab.hide,
	.retailSeven img.hide{display: block;}
	.SYLS-second .second-txt .list{padding: 0;}
	.SYLS-second .second-txt .list figure{width: .8rem;margin-right: .2rem;}
	.SYLS-second .second-txt .list p{font-size: .2rem;}
	.SYLS-third .cover-txt{background-color: rgba(0, 0, 0, .3);flex-direction: row;flex-wrap: wrap;align-items: center;justify-content: space-between;border-radius: .1rem;}
	.SYLS-third .cover-txt .item:not(:last-child){margin-bottom: 0;}
	.SYLS-third figure img{height: 3.5rem;}
	.retailTwo .retailTwoList .item:not(:last-child) a{border-bottom: solid 2px rgba(255,255,255,.2);}
	.retailSeven .action-btns span{width: 42%;height: 1.7rem;}
	.action-btns .first{left: 6%;top: 11.5%;}
	.action-btns .second{left: 52%;top: 11.5%;}
	.action-btns .third{left: 6%;top: 28%;}
	.action-btns .fourth{left: 52%;top: 28%;}
	.action-btns .fifth{left: 6%;top: 45%;}
	.action-btns .sixth{left: 52%;top: 45%;}
	.action-btns .seventh{left: 6%;top: 61.5%;}
	.action-btns .eighth{left: 52%;top: 61.5%;}
	.retailSeven .action-btns span.ninth{width: 88%;left: 6%;top: 80%;}
	.SYLS-fifth .fifth-txt .list{margin-top: .2rem;padding: 0;}
	.SYLS-fifth .fifth-txt .list .item span{font-size: 12px;}
	.SYLS-fifth .fifth-txt .list .item figure{margin-bottom: 5px;}
	.SYLS-fifth .fifth-txt .list .item span br{display: none;}
	.go-detail{height: .44rem;border-radius: .44rem;}
	.x-2-first .circle .pet{width: 1.5rem;bottom: -.5rem;}
	.x-2-first .circle .bg{width: 3rem;}
	.x-2-second .list .item{padding: .6rem .2rem;margin-bottom: .3rem;}
	.x-2-second .list .item h4{margin: .15rem 0 .3rem;}
	.x-2-second .list .under-line{padding: 0 .2rem;bottom: -.5rem;}
	.x-2-third .list .item:nth-of-type(1) {padding-top: .5rem;}
	.x-2-third .list .item:nth-of-type(3){margin-top: .3rem;}
    .qkqfg-container .cover-txt{position: static;}
    .qkqfg-container .over-txt dl dd:not(:last-child){margin-right: .5rem;}
    .qkqfg-container .over-txt .desc{margin: .15rem 0 .3rem;}
    .f62{font-size: .4rem;}
	.SYZC-second > img{margin-top: 0;}
	.life-video video{min-height: 40vh;}
	.lifeOne .lifeOneCircleBox{display: block;text-align: center;}
	.TOUCH-second .list .item{width: 100%;}
	.TOUCH-second .list .wrapper{padding: .3rem;height: auto;}
	.TOUCH-second .list figure{height: .6rem;}
	.TOUCH-second .title img{height: auto;max-width: 70%;}
	.TOUCH-second .list{margin-top: .3rem;}
	.kcxfz-fourth .list ul li{width: 50%;padding: 0 .1rem;margin-top: .2rem;}
	.kcxfz-fourth .list ul {margin: 0 -.1rem;margin-top: -.2rem;}
	.kcxfz-fourth .list ul h3{margin-bottom: .1rem;}
	
	.kcxfz-third .over-title{margin-bottom: .3rem;}
	.kcxfz-third .swiper .arrows{margin-top: .2rem;}
	.kcxfz-second figure{width: 100%;top: .2rem;}
	.kcxfz-second .swiper-slide.swiper-slide-active .info .over{font-size: .18rem;padding: 0;}
	.directors-content .circle .logo-bg{width: 100%;}
    #certify .swiper-slide {transform-origin: center 118vw;}
    .lifeOneCircle{width: 100%;height: auto;margin-top: .3rem;}
    .kcxfz-second .action-arrows{margin-top: .2rem;}
    .news-detail .h1{font-size: .2rem;}
	.back-top{width: .4rem;height: .4rem;bottom: 1.2rem;}
	.footer{padding-bottom: 1.5rem;}
	.footer.closed{padding-bottom: .5rem;}
	.bottom-buy-popup	.buy-popup.closed{bottom: -.8rem;}
	.wap-footer{padding-bottom: 2rem;}
	@keyframes pet
{
	0%{bottom: -.5rem;}
	25%{bottom: -.8rem;left: 40%;}
	50%{bottom: -.9rem;}
	100%{bottom: -.5rem;left: 50%;}
}
}
/*20260123*/
.section {position: relative;height: 100vh;overflow: hidden;}
.page-04 .left.has3{ top: 1rem; transform: rotate(20deg);}
.page-04 .left.has3 .col{transform: rotate(-20deg);}



/*Banner003223 */
.HomeBan{position: relative; z-index: 1; overflow:hidden; height:100%; background:url(../images/loading.gif) center center no-repeat;}
.HomeBan .item{ position:relative;height: 100vh;}
.HomeBan .item .txt{ z-index:10; position:absolute; left:50%; width:50%; top: 50%; transform: translate(-50%,-50%);color:#fff;font-family:思源黑体 cn,SourceHanSansCN, Microsoft YaHei,arial, sans-serif;text-align: center;width: 60%;}
.HomeBan .item .txt a{color:#fff;display: block;transition:all 1s ease-out;}
.HomeBan .item .txt h1{font-size: 70px; line-height: 124px;text-shadow: 0px 8px 4px rgba(0,0,0,0.1);
}
.HomeBan .item .txt h1 span{font-family: "impact";font-size: 120px;font-style: italic;padding-right:25px;
	background-image: linear-gradient(0,#009441,#17c463);
	-webkit-background-clip:text;
	color: transparent;
}
.HomeBan .item .txt .p{margin:0 0 40px;font-size: 24px; line-height: 42px;}
.HomeBan .item .btn{display:inline-block;border-bottom: 1px solid #fff;padding:0 2px;font-size:14px;}
.HomeBan .item .btn .iconfont{font-size:16px;}
.HomeBan .item .video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.HomeBan .item .video video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;object-fit: fill;}
.HomeBan .item .imgbox{ position:absolute; left:0; top:0; width:100%; height:100%;}
.HomeBan .item .txt:hover .btn {color:#0ab455;border-bottom: 1px solid #0ab455;}

.HomeBan .slick-dots{ bottom: 80px;}
.HomeBan .slick-dots li{margin:0;width: 30px;height: 30px;position: relative;}
.HomeBan .slick-dots li button{ border-radius:0; border:0px; background:rgba(255,255,255,0.6);width:10px; height:10px;border-radius: 50%;}
.HomeBan .slick-dots li:after{border:1px solid #fff;width: 0;height: 0;content: "";position:absolute;left: 50%;top: 50%;transition: all 0.3s;border-radius: 50%;opacity: 0;}
.HomeBan .slick-dots li.slick-active button{ background:#fff;}
.HomeBan .slick-dots li.slick-active:after{width: 100%;height: 100%;left: -10px;top: -10px;opacity: 1;}

.HomeBan .slick-arrow{ width: 60px; height: 60px; background-color: rgba(0,0,0,0.1); background-size: auto; background-repeat: no-repeat;border-radius: 50%;display: none !important}
.HomeBan .slick-prev{ left:-100px; background-image: url(../images/arrow-left-white.png);}
.HomeBan .slick-next{ right:-100px; background-image: url(../images/arrow-right-white.png);}
.HomeBan:hover .slick-prev { left:8%;}
.HomeBan:hover .slick-prev:hover,.HomeBan:hover .slick-next:hover {background-color: #e60012;}
.HomeBan:hover .slick-next { right:8%;}
.HomeBan .item .txt a:hover{transform:scale(1.05);}


@media ( max-width:1440px){
.HomeBan .item .txt h1{font-size: 50px; line-height: 100px;}
.HomeBan .item .txt h1 span{font-size: 100px;}
.HomeBan .item .txt .p{margin:0 0 30px;font-size: 20px; line-height: 35px;}
}

@media ( max-width:1024px){
.HomeBan .item .txt h1{font-size:20px;line-height:60px;}
.HomeBan .item .txt .p{font-size:15px;line-height:24px;}
.HomeBan .item .txt h1 span{font-size:40px;padding-right:12px;}
.HomeBan .slick-dots { bottom:10px;}
.downarr{ display:none;}
}
@media ( max-width:640px){
.HomeBan,.HomeBan .item{height:auto;}
.HomeBan .item .imgbox{height: auto;position: relative;}
.HomeBan .item .imgbox{padding-top:56.2666%;}
.HomeBan .item .txt{width:88%;}
.HomeBan .item .txt h1{font-size:18px;line-height:40px;}
.HomeBan .item .txt .p{font-size:13px;margin-bottom:20px;}
.HomeBan .item .txt h1 span{font-size:32px;}
.HomeBan .slick-dots li:after{display:none;}
.HomeBan .slick-dots{bottom:0;}
.HomeBan .slick-dots li {width:20px;height:20px;}
}
/*******第一屏 end*******/