@charset "utf-8";
/*
* Author:luochou
* Date:2024.5.17
*/
.item{padding:0;overflow:hidden;}
.container .tit{width:3.97rem; margin:0 auto;}
.banner-swiper{position:relative;width:100%;overflow:hidden;}
.banner-swiper .swiper-slide{position:relative;}
.banner-swiper .swiper-slide,.banner-swiper .swiper-slide img{width:100%;height:5rem;}
.banner-swiper .pagination{width:100;text-align:center;line-height:0;position:absolute;left:0;bottom:.2rem;z-index:1;}
.banner-swiper .pagination span{width:.16rem;height:.16rem;font-size:0;background-color:#cac9cb;border-radius:50%;opacity:1;margin:0 .12rem;display:inline-block;vertical-align:top;}
.banner-swiper .pagination .swiper-pagination-bullet-active{background-color:#dd1a56;}
/*f1Box*/
.f1Box{padding-top:.48rem;}
.f1Box ul{padding:.52rem .48rem 0; display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;}
.f1Box li{width: 25%; margin-bottom:.4rem;}
.f1Box li img{width:.95rem; height:.95rem;  margin:0 auto; display:block;}
.f1Box li span{display:block;padding-top: 0.1rem; color:#333; font-size:.28rem; line-height:.38rem; text-align:center;}
/*f2Box*/
.f2Box{padding-top:.5rem;}
.f2Box .tit{margin:0 auto .32rem;}
.f2Swiper .pagination{width:100;text-align:center;line-height:0;position:absolute;left:0;bottom:.1rem;z-index:1;}
.f2Swiper .pagination span{width:.16rem;height:.16rem;font-size:0;background-color:#cac9cb;border-radius:50%;opacity:1;margin:0 .12rem;display:inline-block;vertical-align:top;}
.f2Swiper .pagination .swiper-pagination-bullet-active{background-color:#dd1a56;}
/*f3Box*/
.f3Box{padding-top:.3rem;}
.f3Box .imgBox{padding-top:.4rem;}
/*.f3Box{padding:.46rem .5rem 0;}
.f3Box h2{width: 3.06rem; margin:0 auto;}
.f3Box .imgBox{padding-top:.44rem;}
.f3Box ul{padding-top:.44rem; display: flex; display: -webkit-flex; justify-content: space-between;}
.f3Box li{width:1.91rem; border-radius:.16rem; overflow:hidden;}
.f3Info{padding-top:.3rem;}
.f3Info p{color:#333; font-size:.24rem; line-height:1.6; text-indent:2em; text-align:justify;}*/
/*f4Box*/
.f4Box{padding-top:.3rem;}
.f4Box .imgBox{padding-top:.4rem;}
/*f5Box*/
.f5Box{padding-top:.5rem;}
.f5Box ul{padding:.28rem .32rem 0; display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;}
.f5Box li{width:3.35rem; margin-bottom:.12rem;}
/*f6Box*/
.f6Box{padding-top:.62rem;}
.f6Box .tit{margin:0 auto .26rem;}
.f6Box .imgBox{position:relative;}
.f6Box .imgBox .btn{position: absolute; bottom:.46rem; left:50%; margin-left:-2.08rem; width:4.16rem; height:.56rem; background:url(/style/images/index/btn.png) no-repeat;background-size:100% 100%;animation: pulse 1s .2s ease infinite;-webkit-animation: pulse 1s .2s ease infinite;}
/*f7Box*/
.f7Box{padding-top:.52rem;}
.f7Box .imgBox{padding-top:.18rem;}

.WeChat{padding: 0.45rem 0.2rem 0.3rem;background-color: #f1f1f1;overflow: hidden;margin: 0.45rem 0.2rem 0;border-radius: 0.48rem 0 0.48rem 0;}
.WeChat .list{width: 100%; overflow: hidden;opacity:0;filter:alpha(opacity=0);}
.WeChat .list p.txt{text-align:center;line-height:.3rem;font-size:.2rem;color:#999;padding: .1rem;}
.WeChat dl{float:left;max-width:100%; margin-bottom:.32rem;}
.WeChat dl dd{position:relative; margin-left: 1.16rem; padding:.16rem .2rem .18rem;color:#8c8c8a; font-size: .28rem; line-height: .4rem;border-radius:.1rem;background-color: #fff; text-align: justify;}
.WeChat dl dd i{position:absolute;left:-.14rem;top:.26rem;  width:.14rem;height:.22rem;background:url(/style/images/index/arrow.png) no-repeat;background-size: 100% 100%;}
.WeChat dl dt{float:left; width: .94rem; height: .94rem; margin:0 .05rem 0 0; border-radius: 50%; overflow: hidden;}
.WeChat.active .list {opacity:1;filter:alpha(opacity=100);}
.WeChat.active .list:nth-of-type(2) {-webkit-transition-delay:.7s;transition-delay:.7s;}
.WeChat.active .list:nth-of-type(3) {-webkit-transition-delay:1.4s;transition-delay:1.4s;}
.WeChat.active .list:nth-of-type(4) {-webkit-transition-delay:1.4s;transition-delay:2.1s;}



@keyframes pulse{
	0%{transform:scale(0.9)}
	50%{transform:scale(1)}
	100%{transform:scale(0.9)}
}
@-webkit-keyframes pulse{
	0%{-webkit-transform:scale(0.9)}
	50%{-webkit-transform:scale(1)}
	100%{-webkit-transform:scale(0.9)}
}