@charset "utf-8";
/*
* Author:pengxing
* Date:2023.8.2
*/
body{}
img.data-lazy{background:url(/style/images/loader.gif) center no-repeat;}
.new-header,.container{width:100%;margin:0 auto;}
.container{background-color:#fff;overflow:hidden;}
.item{width:1200px;margin:0 auto;}
.banner{width:100%;height:550px;overflow:hidden;position:relative;}
.bannerInfo{width:1920px;height:550px;overflow:hidden;position:absolute;left:50%;margin-left:-960px;top:0;}
.bannerInfo .swiper-slide,.bannerInfo .swiper-slide img{width:1920px;height:550px;}
.bannerInfo .swiper-slide{position:relative;}
.bannerInfo .swiper-slide a.btn{width: 245px;height: 207px;font-size: 0;position: absolute;left: 50%;bottom: 150px;margin-left: 216px;}
.bannerInfo .swiper-slide a.ioc1{width: 245px;height: 207px;font-size: 0;position: absolute;left: 50%;bottom: 150px;margin-left: 216px;}
.bannerInfo .pagination{width:100%;text-align:center;line-height:0;position:absolute;left:0;bottom:20px;z-index:1;}
.bannerInfo .pagination span{width:15px;height:15px;font-size:0;background-color:#cac9cb;border-radius:50%;opacity:1;margin:0 15px;display:inline-block;vertical-align:top;}
.bannerInfo .pagination .swiper-pagination-bullet-active{background-color:#24d2b6;}
.bannerWap{display:none;}

.bannerWap{display:none;}
.itemTie{}
.itemTie span{font-size:0;display:block;margin:50px auto 50px;}
.itemTie span.ioc1{width:628px;height:123px;background:url(/style/images/zt/zhongzhiya/pc/tie_01.png?v=1) no-repeat;}
.itemTie span.ioc2{width:411px;height:112px;background:url(/style/images/zt/zhongzhiya/pc/tie_02.png?v=1) no-repeat;}
.itemTie span.ioc3{width:627px;height:127px;background:url(/style/images/zt/zhongzhiya/pc/tie_03.png?v=1) no-repeat;}
.itemTie span.ioc4{width:539px;height:120px;background:url(/style/images/zt/zhongzhiya/pc/tie_04.png?v=1) no-repeat;}
.itemTie span.ioc5{width:761px;height:127px;background:url(/style/images/zt/zhongzhiya/pc/tie_05.png?v=1) no-repeat;}
.itemTie span.ioc6{width:625px;height:124px;background:url(/style/images/zt/zhongzhiya/pc/tie_06.png?v=1) no-repeat;}
.itemTie span.ioc7{width:628px;height:124px;background:url(/style/images/zt/zhongzhiya/pc/tie_07.png?v=1) no-repeat;}
.itemTie span.ioc8{width:624px;height:125px;background:url(/style/images/zt/zhongzhiya/pc/tie_08.png?v=1) no-repeat;}
.itemTie span.ioc9{width:624px;height:128px;background:url(/style/images/zt/zhongzhiya/pc/tie_09.png?v=1) no-repeat;}

.pc .btn{width:560px;height:100px;text-align:center;line-height:100px;font-size:50px;color:#fff;padding-right:60px;background-color:#ff7b00;border-radius:100px;display:block;margin:0 auto 50px;position:relative;}
.pc .btn i{width:60px;height:63px;background:url(/style/images/zt/zhongzhiya/pc/ioc_01.png?v=1) no-repeat;display:block;position:absolute;right:40px;bottom:10px;}
.f6Box .btn{width:606px;}
.f7Box .btn{width:486px;}
.f8Box .btn{width:506px;}
.f1Topimg{height:300px;background:url(/style/images/zt/zhongzhiya/pc/pic_13.jpg?v=1.3) center 0 no-repeat;}
.f1wap{overflow:hidden;}
.f1wap .from{padding:80px 30px 50px;overflow:hidden;}
.f1wap dl{position:relative;margin-bottom:10px;}
.f1wap dd input{width:100%;height:80px;text-indent:10px;font-size:30px;background-color:#e6e6e6;border-radius:.1rem;border:0;}
.f1wap dt{line-height:78px;font-size:40px;color:#333;}
.f1wap dl:nth-child(1) dt{line-height:80px;}
.f1wap dl:nth-child(1) dd{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;padding-left:0;}
.f1wap dl:nth-child(1) dd label{float:left;width:269px;height:80px;text-align:center;line-height:80px;font-size:30px;color:#333;background-color:#e6e6e6;border-radius:.1rem;margin-bottom:20px;display:block;position:relative;z-index:1;overflow: hidden;}
.f1wap dl:nth-child(1) dd label input[type="radio"]{position:absolute;left:0;top:0;z-index:-1;opacity: 0;}
.f1wap dl:nth-child(1) dd label:last-child{width:850px;}
.f1wap dl:nth-child(1) dd label.active{background-color:#ff7b00;color:#fff;}
.f1wap .submit{width:1000px;height:84px;text-align:center;line-height:84px;font-size:50px;font-weight:bold;color:#ffffff;background-color:#ff7b00;border:0;border-radius:1rem;display:block;margin:.42rem auto 0;animation:submit 1s .2s ease infinite;-webkit-animation:submit 1s .2s ease infinite;}
@keyframes submit{
	0%{transform:scale(0.9)}
	50%{transform:scale(1)}
	100%{transform:scale(0.9)}
}
@-webkit-keyframes submit{
	0%{-webkit-transform:scale(0.9)}
	50%{-webkit-transform:scale(1)}
	100%{-webkit-transform:scale(0.9)}
}
.f1wap p{text-align:center;line-height:80px;font-size:37px;color:#4c4c4c;}
.f1Img{width:100%;height:303px;line-height:0;overflow:hidden;position: relative;}
.f1Img img{width:1920px;height:303px;position:absolute;left:50%;top:0;transform:translateX(-50%);}

.f2Box{padding-bottom:80px;}
.f2Box img{width:1200px;height: 768px;border-radius:10px;margin:0 auto;}

.f3Bg{background-color:#effafb;overflow:hidden;}
.f3List{overflow:hidden;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;padding-bottom: 30px;}
.f3List dl{float:left;width:344px;background-color:#fff;padding:20px 17px 0;border-radius:20px;margin-bottom:30px;position: relative;}
.f3List dt,.f3List dt img{width:344px;height:292px;}
.f3List dd{line-height:97px;text-align:center;font-size:29px;color:#1a1a1a;}
.f3List dd span{width:100px;height:50px;text-align:center;line-height:50px;font-size:40px;color:#fff;background-color:#ff7b00; display:block;border-radius:30px;position: absolute;left: 14px;top: 12px;}

.f4Box table{width:1200px;border-spacing:0;border-collapse:collapse;border-radius: 20px;overflow:hidden;margin-bottom:50px;}
.f4Box table th,.f4Box table td{height:95px;text-align:center;font-size:30px;border-right:#dff5f7 solid 3px;}
.f4Box table th:last-child,.f4Box table td:last-child{border-right:0;}
.f4Box table th{font-size:26px;color:#fff;background-color:#259a9a;font-weight: normal;}
.f4Box table td em{width:105px;height:17px;display: block;margin: 0 auto;}
.f4Box table td em.ioc1{background:url(/style/images/zt/zhongzhiya/pc/ioc_1.png?v=1) no-repeat;}
.f4Box table td em.ioc2{background:url(/style/images/zt/zhongzhiya/pc/ioc_2.png?v=1) no-repeat;}
.f4Box table td em.ioc3{background:url(/style/images/zt/zhongzhiya/pc/ioc_3.png?v=1) no-repeat;}
.f4Box table td em.ioc4{background:url(/style/images/zt/zhongzhiya/pc/ioc_4.png?v=1) no-repeat;}
.f4Box table td em.ioc5{background:url(/style/images/zt/zhongzhiya/pc/ioc_5.png?v=1) no-repeat;}
.f4Box table tr:nth-child(2n+1) td{background-color:#f1f1f1}
.f4Box table tr td:last-child{color:#e74f46;}

.f5Bg{background-color:#effafb;overflow:hidden;}
.f5BoxCon{position:relative;}
.f5Silder{width:1200px;overflow:hidden;margin: 0 auto 60px;}
.f5Silder .swiper-slide{float:left;width:1200px;}
.f5Silder dl{width:1200px;padding-top:14px;}
.f5Silder dt{position:relative;}
.f5Silder dt,.f5Silder dt img{width:1200px;height:572px;border-radius:20px;}
.f5Silder dt span{width:263px;height:120px;text-align:center;line-height:32px;font-size:27px;color:#fff;padding-top:25px;background:url(/style/images/zt/zhongzhiya/pc/ioc_02.png?v=1) no-repeat;display:block;position:absolute;right:14px;top:-14px;}
.f5Silder dd{padding-top:40px;overflow:hidden;}
.f5Silder dd span,.f5Silder dd span img{width:570px;height:228px;}
.f5Silder dd span{float:Left;border-radius:10px;overflow:hidden;}
.f5Silder dd span:nth-child(2){float:right;}
.f5BoxCon .swiper-button-prev,.f5BoxCon .swiper-button-next{width:55px;height:56px;display:block;position:absolute;top:50%;transform:translateY(-50%);}
.f5BoxCon .swiper-button-prev{background:url(/style/images/zt/zhongzhiya/pc/left.png?v=1) no-repeat;left:-60px;}
.f5BoxCon .swiper-button-next{background:url(/style/images/zt/zhongzhiya/pc/right.png?v=1) no-repeat;right:-60px;}

.f6Bg{background-color:#fff;overflow:hidden;}
.f6BoxImg{border-radius:20px;overflow:hidden;margin-bottom:90px;box-shadow:rgba(0,0,0,.3) 0 0 20px;}
.f6BoxImg,.f6BoxImg img{width:1198px;height:653px;}

.f7Bg{background-color:#effafb;overflow:hidden;}
.f7Box p.txt{line-height:60px;font-size:28px;color:#000;padding-bottom: 50px;}
.f7BoxCon{position: relative;}
.f7Silder{height:508px;margin-bottom:80px;overflow:hidden;}
.f7Silder .swiper-slide{float:left;width:366px;}
.f7Silder dl{width:366px;height:508px;position:relative;border-radius: 20px;overflow: hidden;margin:0 auto;}
.f7Silder dt,.f7Silder dt img{width:366px;height:508px;}
.f7Silder dd{width:366px;line-height:110px;text-align:center;font-size:30px;color:#fff;position:absolute;left:0;bottom:0;}
.f7Silder dd span{font-size:45px;font-weight:bold;padding-right:10px;}
.f7BoxCon .swiper-button-prev,.f7BoxCon .swiper-button-next{width:55px;height:56px;display:block;position:absolute;top:50%;transform:translateY(-50%);}
.f7BoxCon .swiper-button-prev{background:url(/style/images/zt/zhongzhiya/pc/left.png?v=1) no-repeat;left:-60px;}
.f7BoxCon .swiper-button-next{background:url(/style/images/zt/zhongzhiya/pc/right.png?v=1) no-repeat;right:-60px;}

.f8Bg1{background-color:#f9fdfe;overflow:hidden;}
.f8Bg2{background-color:#effafb;overflow:hidden;}
.f8Bg3{background-color:#f9fdfe;overflow:hidden;}

.f8Box p{width:1198px;height:581px;border-radius:20px;overflow:hidden;position:relative;box-shadow:rgba(0,0,0,.3) 0 0 20px;margin:0 auto 50px;}
.f8Box p span{line-height:60px;font-size:30px;color:#000;display:block;position:absolute;top:50%;transform:translateY(-50%);}
.f8Box p.txt1{background:url(/style/images/zt/zhongzhiya/pc/pic_10.jpg?v=1) center 0 no-repeat;}
.f8Box p.txt1 span{width:510px;left:50px;}
.f8Box p.txt2{background:url(/style/images/zt/zhongzhiya/pc/pic_11.jpg?v=1) center 0 no-repeat;}
.f8Box p.txt2 span{width:530px;right:20px;}
.f8Box p.txt3{background:url(/style/images/zt/zhongzhiya/pc/pic_12.jpg?v=1) center 0 no-repeat;}
.f8Box p.txt3 span{width:470px;right:20px;}

.f9BoxImg{width:100%;height:572px;line-height:0;overflow:hidden;position: relative;}
.f9BoxImg img{width:1920px;height:572px;position:absolute;left:50%;top:0;transform:translateX(-50%);}
/*news-footer*/
.news-footer{height: 597px; background:url(/style/images/home/footer_bg.jpg) no-repeat center 0;}
.news-footer h2{padding: 68px 0 62px;}
.news-footer h2 img{width: 726px; height:67px; margin: 0 auto; display: block;}
.footer-body{width: 1200px; margin: 0 auto; overflow: hidden;}
.footer-body .contact{float: left; width: 661px;}
.footer-body .imgBox{float: right; position: relative; width: 509px; height: 282px;margin-top:65px;margin-bottom:30px;}
.footer-body .imgBox img{display: block; border-radius: 10px;}
.footer-body .imgBox .adr{position: absolute; left: 6px; bottom: -40px; width: 505px; height:385px;}
.footer-bodyWap{display:none;}

.f1wapImg{display:none;}
.wap{display:none;}
.swt{display:none;}
.pulse{animation:pulse 1s .2s ease infinite;-webkit-animation:pulse 1s .2s ease infinite;}
@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;}
	.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;}
	.f1Topimg{display:none;}
	.f1wapImg{line-height:0;display:block;}
	.f1wapImg img{width:100%;}
	.container{background-color:#fff;padding-bottom:0;}
	.container img{max-width:100%;display:block;}
	.item{width:auto;}
	.wap{display:block;}
	.pc{display:none;}
	.tit{line-height:0;}
	.tit span{display:block;margin:0 auto;}
	.tit span.ioc2{width:4.64rem;height:.76rem;background:url(/style/images/zt/zhongzhiya/wap/tie_02.png) no-repeat;background-size:100% 100%;margin: .77rem auto .46rem;}
	.tit span.ioc3{width:2.96rem;height:.67rem;background:url(/style/images/zt/zhongzhiya/wap/tie_03.png) no-repeat;background-size:100% 100%;margin:.63rem auto .4rem;}
	.tit span.ioc4{width:4.62rem;height:.79rem;background:url(/style/images/zt/zhongzhiya/wap/tie_04.png) no-repeat;background-size:100% 100%;margin: .82rem auto .48rem;}
	.tit span.ioc5{width:3.95rem;height:.74rem;background:url(/style/images/zt/zhongzhiya/wap/tie_05.png) no-repeat;background-size:100% 100%;margin: .7rem auto .57rem;}
	.tit span.ioc6{width:5.66rem;height:.84rem;background:url(/style/images/zt/zhongzhiya/wap/tie_06.png) no-repeat;background-size:100% 100%;margin: .53rem auto .08rem;}
	.tit span.ioc7{width:5.3rem;height:.81rem;background:url(/style/images/zt/zhongzhiya/wap/tie_07.png) no-repeat;background-size:100% 100%;margin: .68rem auto .44rem;}
	.wap .btn{width:3.62rem;height:.78rem;text-align:center;line-height:.78rem;font-size:.37rem;color:#fff;padding-right:.4rem;background-color:#ff7b00;border-radius:1rem;display:block;margin:0 auto .6rem;position:relative;}
	.wap .btn i{width:.43rem;height:.45rem;background:url(/style/images/zt/zhongzhiya/wap/ioc_01.png) no-repeat;background-size:100% 100%;display:block;position:absolute;right:.24rem;bottom:.1rem;}
	.f3wap .btn{width:3.98rem;}
	
	
	.f1wap{background:url(/style/images/zt/zhongzhiya/wap/bg_01.jpg) repeat-y;background-size:7.5rem auto;overflow:hidden;}
	.f1wap .from{background-color:#fff;padding:0 .17rem .5rem;margin:.46rem .33rem .41rem;box-shadow:rgba(0,0,0,.3) 0 0 .1rem;border-radius:.1rem;overflow:hidden;}
	.f1wap dl{position:relative;margin-bottom:.09rem;}
	.f1wap dd input{width:100%;height:.65rem;text-indent:.1rem;font-size:.24rem;background-color:#e6e6e6;border-radius:.1rem;border:0;}
	.f1wap dt{line-height:.45rem;font-size:.29rem;color:#333;}
	.f1wap dl:nth-child(1) dt{line-height:.97rem;}
	.f1wap dl:nth-child(1) dd{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;padding-left:0;}
	.f1wap dl:nth-child(1) dd label{float:left;width:1.54rem;height:.65rem;text-align:center;line-height:.65rem;font-size:.26rem;color:#333;background-color:#e6e6e6;border-radius:.1rem;margin-bottom:.11rem;display:block;position:relative;z-index:1;}
	.f1wap dl:nth-child(1) dd label input[type="radio"]{position:absolute;left:0;top:0;z-index:-1;opacity: 0;}
	.f1wap dl:nth-child(1) dd label:last-child{width:4.78rem;}
	.f1wap dl:nth-child(1) dd input.txt{width:4.78rem;text-align:left;text-indent:.1rem;}
	.f1wap dl:nth-child(1) dd label.active{background-color:#ff7b00;color:#fff;}
	.f1wap .submit{width:6.5rem;height:.64rem;text-align:center;line-height:.64rem;font-size:.37rem;color:#fff;background-color:#ff7b00;border:0;border-radius:1rem;display:block;margin:.42rem auto 0;}
	.f1wap p{text-align:center;line-height:.45rem;font-size:.24rem;color:#4c4c4c;}
	
	.f1wap .img{line-height:0;}
	.f1wap .img,.f1wap .img img{width:7.5rem;height:auto;}
	.f2wap{background:url(/style/images/zt/zhongzhiya/wap/bg_02.jpg) repeat-y;background-size:7.5rem auto;overflow:hidden;}
	.f2wapCon{padding-bottom: .7rem;}
/* 	.f2wapCon,.f2wapCon img{width:6.5rem;height:9.33rem;} */
    .f2wapCon table{width:6.5rem;border-spacing:0;border-collapse:collapse;background-color:#dfeaeb;border-radius:.2rem;overflow:hidden;margin:0 auto;box-shadow: rgba(0,0,0,.1) 0 0 .1rem;}
	.f2wapCon table th,.f2wapCon table td{height:.97rem;text-align:center;font-size:.25rem;border-right:#fff solid .03rem;border-bottom:#fff solid .03rem;padding: .1rem 0; }
	.f2wapCon table th:last-child,.f2wapCon table td:last-child{border-right:0;}
	.f2wapCon table th{font-size:.37rem;color:#fff;background-color:#259a9a;font-weight: normal;}
	.f2wapCon table td em{width:105px;height:17px;display: block;margin: 0 auto;}

	.f3wap{background:url(/style/images/zt/zhongzhiya/wap/bg_01.jpg) repeat-y;background-size:7.5rem auto;overflow:hidden;}
	.f3wapCon{padding:.11rem .45rem 0;margin:0 auto;overflow:hidden;}
	.f3wapCon ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;}
	.f3wapCon li{float:left;box-shadow:rgba(0,0,0,.3) 0 0 .1rem;border-radius:.1rem;overflow:hidden;margin-bottom:.36rem;}
	.f3wapCon li,.f3wapCon li img{width:2.1rem;height:3.04rem;}
	
	.f4wap{background:url(/style/images/zt/zhongzhiya/wap/bg_02.jpg) repeat-y;background-size:7.5rem auto;overflow:hidden;}
	.f4wapCon{box-shadow:rgba(0,0,0,.3) 0 0 .1rem;border-radius:.1rem;overflow:hidden;margin:0 auto .63rem;}
	.f4wapCon,.f4wapCon img{width:6.85rem;height:5.25rem;}
	
	.f5wap{background:url(/style/images/zt/zhongzhiya/wap/bg_01.jpg) repeat-y;background-size:7.5rem auto;overflow:hidden;}
	.f5wapCon{width:6.37rem;margin:0 auto .54rem;}
	.f5wapCon dt{border-radius:.1rem;overflow:hidden;margin-bottom:.2rem;}
	.f5wapCon dt,.f5wapCon dt img{width:6.37rem;height:3.2rem;}
	
	.f5wapCon dd{overflow:hidden;}
	.f5wapCon dd span{float:left;border-radius:.1rem;overflow:hidden;}
	.f5wapCon dd span,.f5wapCon dd span img{width:3.13rem;height:1.27rem;}
	.f5wapCon dd span:nth-child(2n){float:right;}
	
	.f6wap{background:url(/style/images/zt/zhongzhiya/wap/bg_02.jpg) repeat-y;background-size:7.5rem auto;overflow:hidden;}
	.f6wapCon{margin:0 auto .43rem;}
	.f6wapCon,.f6wapCon img{width:6.49rem;height:4.86rem;}
	
	.f7wap{background:url(/style/images/zt/zhongzhiya/wap/bg_01.jpg) repeat-y;background-size:7.5rem auto;overflow:hidden;}
	.f7wapCon{padding-bottom:.4rem;}
/* 	.f7wapCon li{border-radius:.1rem;overflow:hidden;box-shadow:rgba(0,0,0,.2) 0 0 .1rem;margin:0 auto .36rem;}
	.f7wapCon li,.f7wapCon li img{width:6.49rem;height:1.84rem;} */
	.f7wapCon dl{box-shadow:rgba(0,0,0,.3) 0 0 .1rem;border-radius:.1rem;overflow:hidden;margin:0 auto .23rem;position:relative;}
	.f7wapCon dl,.f7wapCon dt,.f7wapCon dt img{width:6.49rem;height:2.16rem;}
	.f7wapCon dd{width:3.85rem;position:absolute;right:.25rem;top:.2rem;}
	.f7wapCon dd h3{text-align:center;line-height:.5rem;font-size:.32rem;color:#ff7b00;}
	.f7wapCon dd p{line-height:.38rem;font-size:.26rem;color:#333;}
	
	
	
	
	
	/*.f8wap{padding-bottom:2.02rem;}*/
	.f8wap,.f8wap img{width:7.5rem;height:7.1rem;}
	.new-footer{display:none;}
	.footer-new{padding-bottom:1.2rem !important;}
	
    
    .swt{width:7.5rem;line-height:0;position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:9999;display:block;}
    .swt a.colse{width:.45rem;height:.45rem;background:url(/style/images/zt/zhongzhiya/wap/close.png) no-repeat;background-size:100% 100%;display:block;position:absolute;right:0;top:-.45rem;}
    /*.swt a.btn i{width:2.21rem;height:.52rem;background:url(/style/images/zt/zhongzhiya/wap/swt_ioc.png) no-repeat;background-size:100% 100%;display:block;position:absolute;right: .94rem;top: .52rem;}*/
    .swt a.btn i{width:2.02rem;height:.47rem;background:url(/style/images/zt/zhongzhiya/wap/swt_ioc01.png) no-repeat;background-size:100% 100%;display:block;position:absolute;right:.96rem;top:1.38rem;}
    .swt a.btn i{animation:pulse 1s .2s ease infinite;-webkit-animation:pulse 1s .2s ease infinite;}
    .swt img{width:100%;height:auto;}
}