@charset "utf-8";
/*
* Author:pengxing
* Date:2023.8.2
*/
.container{min-width:320px;width:100%;max-width:750px;margin:0 auto;}
.container{padding-bottom:.34rem;}
.container img{max-width:100%;display:block;}
.item{padding:0 .25rem;}

.banner{position:relative;width:100%;overflow:hidden;}
.banner .swiper-slide{position:relative;}
.banner .pagination{width:7.5rem;text-align:center;line-height:0;position:absolute;left:0;bottom:.2rem;z-index:1;}
.banner .pagination span{width:.15rem;height:.15rem;font-size:0;background-color:#cac9cb;border-radius:50%;opacity:1;margin:0 .1rem;display:inline-block;vertical-align:top;}
.banner .pagination .swiper-pagination-bullet-active{background-color:#fdac2d;}

.itemTie{text-align:center;padding:.5rem 0;}
.itemTie span{display:block;margin:0 auto;}
.itemTie span.ioc1{width:5.11rem;height:.58rem;background:url(/style/images/index/tie_01.png) no-repeat;background-size:100% 100%;}
.itemTie span.ioc2{width:5.37rem;height:.58rem;background:url(/style/images/index/tie_02.png) no-repeat;background-size:100% 100%;}
.itemTie span.ioc3{width:5.37rem;height:.58rem;background:url(/style/images/index/tie_03.png) no-repeat;background-size:100% 100%;}
.itemTie span.ioc4{width:6.15rem;height:.57rem;background:url(/style/images/index/tie_04.png) no-repeat;background-size:100% 100%;}
.itemTie span.ioc5{width:4.89rem;height:.57rem;background:url(/style/images/index/tie_05.png) no-repeat;background-size:100% 100%;}

.f1Bg{background-color:#fff9ee;position:relative;padding-top:.3rem;z-index: 1;}
.f1Img{position:absolute;left:50%;transform:translateX(-50%);top:-.67rem;}
.f1Img,.f1Img img{width:7.08rem;height:2.78rem;}
.f1Box{margin:0 auto;padding:0 0 .57rem;}
.f1Box,.f1Box img{width:6.88rem;height:4.39rem;}

.f2Box dt,.f2Box dt img{width:6.87rem;height:.98rem;}
.f2Box dd{line-height:.48rem;font-size:.28rem;color:#000;padding:.5rem 0 0;}
.f2Box dd span{color:#f9892b;}
.f2Box a.btn{width:3.2rem;height:.89rem;text-align:center;line-height:.89rem;font-size:.36rem;color:#fff;background-color:#ff9a14;border-radius:.5rem;display:block;margin:.5rem auto .57rem;}

.f3Bg{background-color:#f9932a;}
.f3Box{padding:0 0 .6rem;}
.f3Box .tab{padding-bottom:.18rem;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;}
.f3Box .tab span{width:1.6rem;height:1.6rem;text-align:center;font-size:.3rem;color:#000;background-color:#fff;border-radius:.1rem;box-shadow:rgba(0,0,0,.1) .1rem .1rem .1rem;display:block;display:grid;justify-content:center;align-items:Center;}
.f3Box .tab span em{line-height:.41rem;display:block;}
.f3Box .tab span em  small{font-size:.3rem;color:#f9812c;display:block;}


.f3Box .list{background-color:#fff;border-radius:.1rem;padding:.3rem 0;box-shadow:rgba(0,0,0,.1) .1rem .1rem .1rem;}
.f3Box .list li{line-height:.42rem;font-size:.28rem;color:#000;position:relative;padding:0 .3rem 0 .7rem;}
.f3Box .list li i{width:.3rem;height:.3rem;text-align:center;line-height:.3rem;font-size:.24rem;color:#fff;background-color:#f8aa29;border-radius:50%;display:block;position:absolute;left:.23rem;top:.15rem;}
.f3Box .list li span{border-bottom:#f8aa29 solid 1px;padding:.1rem 0;display:block;}
.f3Box .list li:last-child span{border-bottom:0;}

.f4Bg{height:6.36rem;background:url(/style/images/index/f4Bg.jpg) no-repeat;background-size:100% 100%;}
.f4Box{padding-left:3.4rem;}
.f4Box p{line-height:.46rem;font-size:.27rem;color:#000;padding-right:.4rem;margin-bottom:.7rem;}
.f4Box .tab{overflow:hidden;}
.f4Box .tab span{float:left;width:1.56rem;height:.41rem;text-align:center;line-height:.41rem;font-size:.24rem;color:#fff;background-color:#2da9a9;border:#fff solid 1px;border-radius:.1rem;display:block;margin:0 .07rem .11rem 0;}

.f5Box ul{overflow:hidden;}
.f5Box li{float:left;margin-bottom:.24rem;}
.f5Box li:nth-child(2n){float:right;}
.f5Box li,.f5Box li img{width:3.32rem;height:2.55rem;}
.f5BoxImg,.f5BoxImg img{width:6.92rem;height:3.38rem;}

@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)}
}