@charset "utf-8";
/*
* Author:pengxing
* Date:2023.8.2
*/
body{}
.new-header,.container{width:100%;margin:0 auto;}
.container{background-color:#fff;}
.container img{max-width:100%;display:block;}
.banner{width:100%;height:595px;overflow:hidden;position:relative;}
.bannerInfo{width:1920px;height:595px;overflow:hidden;position:absolute;left:50%;margin-left:-960px;top:0;}
.bannerInfo .swiper-slide,.bannerInfo .swiper-slide img{width:1920px;height:595px;}
.bannerInfo .swiper-slide{position:relative;}
.bannerInfo .pagination{width:7.5rem;text-align:center;line-height:0;position:absolute;left:0;bottom:.2rem;z-index:1;}
.bannerInfo .pagination span{width:.1rem;height:.1rem;font-size:0;background-color:#cac9cb;border-radius:50%;opacity:1;margin:0 .1rem;display:inline-block;vertical-align:top;}
.bannerInfo .pagination .swiper-pagination-bullet-active{background-color:#24d2b6;}
.bannerWap{display:none;}
.item{width:1200px;margin:0 auto;}
.itemTie{text-align:center;position:relative;margin:100px 0 80px;}
.itemTie span{line-height:89px;font-size:34px;color:#22a8a9;}
.itemTie span em{font-weight:bold;color:#ff7c11;}
.itemTie b{width:299px;height:1px;background-color:#ff7c11;display:block;position:absolute;left:50%;transform:translateX(-50%);bottom:0;}
.itemTie b i{width:37px;height:7px;background-color:#22a8a9;display:block;position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);}

.f1Box{padding-top:200px;}
.f1Img{margin:0 auto 70px;}
.f1Img,.f1Img img{width:1176px;height:661px;}
.f1Box a.btn{width:439px;height:47px;text-align:center;line-height:47px;font-size:24px;color:#fff;background:linear-gradient(45deg,#ff8a00,#ff7200);border-radius:50px;display:block;margin:0 auto;}

.f2BoxList{overflow:hidden;padding-bottom: 45px;}
.f2BoxList ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;}
.f2BoxList li{float:left;margin-bottom:25px;}
.f2BoxList li,.f2BoxList li img{width:370px;height:421px;}
.f2Box a.btn{width:439px;height:47px;text-align:center;line-height:47px;font-size:24px;color:#fff;background:linear-gradient(45deg,#ff8a00,#ff7200);border-radius:50px;display:block;margin:0 auto;}

.f3BoxList{padding:0 20px;overflow:hidden;}
.f3BoxList dl{float:left;width:544px;}
.f3BoxList dt,.f3BoxList dt img{width:544px;height:431px;}
.f3BoxList dd{padding:20px 25px 80px;}
.f3BoxList dd h3{text-align:center;line-height:83px;font-size:30px;color:#1b1b1b;}
.f3BoxList dd p{line-height:49px;font-size:28px;color:#1b1b1b;}
.f3BoxList dl:nth-child(2n){float:right;}
.f3Box a.btn{width:439px;height:47px;text-align:center;line-height:47px;font-size:24px;color:#fff;background:linear-gradient(45deg,#ff8a00,#ff7200);border-radius:50px;display:block;margin:0 auto;}

.f6Box{overflow:hidden;padding-bottom: 90px;}
.f6Box ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;}
.f6Box li{float:left;margin-bottom:25px;}
.f6Box li,.f6Box li img{width:385px;height:231px;}

.f7Bg{background-color:#f1fcff;}
.f7Bg h2{text-align:center;padding:90px 0 35px;}
.f7Bg h2 span{line-height:72px;font-size:32px;color:#ff8a00;display:block;position:relative;z-index: 1;}
.f7Bg h2 span em{font-weight:bold;color:#22a8a9;}
.f7Bg h2 small{width:100%;line-height:42px;text-align:center;font-size:42px;color:#e4f4f9;text-transform:uppercase;font-weight:normal;display:block;position:absolute;left:0;top:0;z-index: -1;}
.f7Box{width:952px;margin:0 auto;padding-bottom:50px;}
.f7Box .tab{overflow:hidden;}
.f7Box .tab span{float:left;width:50%;height:41px;text-align:center;line-height:41px;font-size:20px;color:#fff;background-color:#ff8e3a;display:block;}
.f7Box .tab span.active{background-color:#22a8a9;}
.f7Box .tabBox{margin-bottom:50px;}
.f7Box .tabCon{box-shadow:rgba(0,0,0,.2) 0 0 10px;}
.f7Box .tabCon,.f7Box .tabCon img{width:952px;height:295px;}
.f7Box a.btn{width:400px;height:70px;line-height:70px;text-align:center;font-size:24px;color:#fff;background-color:#ff8e3a;border-radius:10px;display:block;margin:0 auto;}



@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)}
}
@media only screen and (max-width: 750px){
	.new-header,.container{min-width:320px;width:100%;max-width:750px;margin:0 auto;}
	.container{background-color:#fff;padding-bottom:0;}
	.container img{max-width:100%;display:block;}
	.item{width:auto;padding: 0 .2rem;}
	
	.itemTie{margin:.3rem 0 .3rem;}
	.itemTie span{line-height:.8rem;font-size:.34rem;}
	.itemTie b{width:3rem;}
	.itemTie b i{width:.37rem;height:.07rem;}

	.banner{display:none;}
	.bannerWap{position:relative;width:100%;overflow:hidden;display:block;}
	.bannerWap .swiper-slide{position:relative;}
	.bannerWap .swiper-slide img{width:100%;height:auto;}
	.bannerWap .pagination{width:7.5rem;text-align:center;line-height:0;position:absolute;left:0;bottom:.2rem;z-index:1;}
	.bannerWap .pagination span{width:.1rem;height:.1rem;font-size:0;background-color:#cac9cb;border-radius:50%;opacity:1;margin:0 .1rem;display:inline-block;vertical-align:top;}
	.bannerWap .pagination .swiper-pagination-bullet-active{background-color:#24d2b6;}
	
	.f1Box{padding-top:.5rem;}
	.f1Img{margin:0 auto .3rem;}
	.f1Img,.f1Img img{width:auto;height:auto;}
	.f1Box a.btn{width:4.3rem;height:.5rem;line-height:.5rem;font-size:.24rem;border-radius:.5rem;}

	.f2BoxList{padding-bottom: .2rem;}
	.f2BoxList li{margin-bottom:.1rem;}
	.f2BoxList li,.f2BoxList li img{width:2.3rem;height:auto;}
	.f2Box a.btn{width:4.3rem;height:.5rem;line-height:.5rem;font-size:.24rem;border-radius:.5rem;}
        
	.f3BoxList{padding:0;}
	.f3BoxList dl{width:3.5rem;}
	.f3BoxList dt,.f3BoxList dt img{width:auto;height:auto;}
	.f3BoxList dd{padding:.1rem 0 .5rem;}
	.f3BoxList dd h3{line-height:.5rem;font-size:.3rem;}
	.f3BoxList dd p{line-height:.4rem;font-size:.28rem;}
	.f3BoxList dl:nth-child(2n){float:right;}
	.f3Box a.btn{width:4.3rem;height:.5rem;line-height:.5rem;font-size:.24rem;border-radius:.5rem;}
	
        .f6Box{padding-bottom: .5rem;}
	.f6Box li{margin-bottom:.1rem;}
	.f6Box li,.f6Box li img{width:2.3rem;height:auto;}
	
	.f7Bg h2{padding:.3rem 0 .3rem;}
	.f7Bg h2 span{line-height:.7rem;font-size:.32rem;}
	.f7Bg h2 span em{}
	.f7Bg h2 small{line-height:.42rem;font-size:.42rem;}
	.f7Box{width:auto;padding:0 0 .5rem;}
	.f7Box .tab span{float:left;width:50%;height:.6rem;line-height:.6rem;font-size:.28rem;}
	.f7Box .tabBox{margin-bottom:.5rem;}
	.f7Box .tabCon{box-shadow:rgba(0,0,0,.2) 0 0 10px;}
	.f7Box .tabCon,.f7Box .tabCon img{width:100%;height:auto;}
	.f7Box a.btn{width:3rem;height:.7rem;line-height:.7rem;font-size:.28rem;border-radius:.1rem;}
}


