<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.layout{width: 81.25%;margin:0 auto;}
.color-1{color: #327dfa;}
.color-2{color: #69b72d;}
.color-3{color: #ffcc31;}

/* æ–°å¢ž */
.n-title{text-align: center;background-color: #fff; width: 81.25%;margin:0 auto;border:1px solid #eeeeee;padding:55px 0;box-shadow: -11px 11px 20px 0px rgba(222, 229, 236, 0.65);border-radius: 20px;background-color: #fff;}
.n-title img{margin-bottom: 35px;display: inline-block;height:66px;}
.n-title h3{color: #0b2053;font-weight: bold;font-size: 42px;}
.n-title p{color: #0b2053;font-size: 20px;margin-top: 20px;}
.n-title1{background-color: #f4f8fa;}

.n-part1{padding:45px 0;position: relative;}
.n-part1 .layout{margin-top: 145px;}
.n-part1 .layout .img{width: 44.8%;overflow: hidden;position: relative;cursor: pointer;float: left;margin-top:80px;}
.n-part1 .layout .img img{display: block;width: 100%;}
.n-part1 .layout .img i{display: block;width: 120px;height: 120px;background-image: url(../images/n_part1_img3.png);background-size: 100% 100%;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);}
.n-part1 .layout .wz{width: calc(54.2% - 100px);padding-top: 60px;float: right;}
.n-part1 .layout .wz dl{display: flex;align-items: center;margin-bottom: 60px;}
.n-part1 .layout .wz dt{margin-right: 50px;}
.n-part1 .layout .wz dd h3{font-size: 32px;font-weight: 900;margin-bottom: 24px;}
.n-part1 .layout .wz dl:nth-child(1) dd h3{color:#2e7afa!important}
.n-part1 .layout .wz dl:nth-child(2) dd h3{color:#59b11f!important}
.n-part1 .layout .wz dl:nth-child(3) dd h3{color:#ffca27!important}
.n-part1 .layout .wz dd p{color: #000000;font-size: 18px;line-height: 30px;}
.n-part1 .bg{position: absolute;top:260px;right:0;}
.n-part1 .bg img{display: block;}

.n-part2{margin-bottom: 150px;}
.n-part2 ul{}
.n-part2 ul li{width: 100%; display: flex;justify-content: space-between;align-items: center; margin-top: 150px;}
.n-part2 ul li .wz{}
.n-part2 ul li .wz h3{font-size: 42px;font-weight: 900;margin-bottom: 40px;}
.n-part2 ul li:nth-child(1) .wz h3{color:#49ac59!important}
.n-part2 ul li:nth-child(2) .wz h3{color:#2773fa!important}
.n-part2 ul li:nth-child(3) .wz h3{color:#ffcb35!important}
.n-part2 ul li .wz .ms{color: #000;font-size: 20px;line-height: 50px;}
.n-part2 ul li .wz .ms p{padding-left: 20px;position: relative;}
.n-part2 ul li .wz .ms p::before{content: '';width: 6px;height: 6px;background-color: #000;border-radius: 50%;position: absolute;left:0;top:24px}
.n-part2 ul li .img{position: relative;padding-right: 280px;box-sizing: border-box;}
.n-part2 ul li .img img{transition:all .3s}
.n-part2 ul li .img img:nth-child(1){position: absolute;right:0;top:0; z-index: 2;}

.n-part2 ul li:nth-child(2){flex-direction: row-reverse;}
.n-part2 ul li:nth-child(2) .img{padding-right: 0;padding-left: 280px;}
.n-part2 ul li:nth-child(2) .img img:nth-child(1){right:auto;left:0;}
.n-part2 ul li:nth-child(2) .img img:nth-child(2){z-index: 3;}

.n-part2 ul li:nth-child(3) .img{padding-right: 220px;}
.n-part2 ul li:nth-child(3) .img img:nth-child(2){z-index: 3;}

.n-part2 ul li .img:hover img{transform:scale(1.03)}

.n-part3{position: relative;padding-bottom: 245px;z-index: 3;background-color:#277dfa;}
.n-part3 .n-title{top:-100px;}
.n-part3 .bg{position: absolute;top:100px;left:0;width: 100%;z-index: -1;display:none;}
.n-part3 .bg img{display: block;width: 100%;}

.n-part3 .ico1{position: absolute;left:0;bottom:-175px;z-index: -1;}
.n-part3 .ico2{position: absolute;right:0;top:200px;z-index: -1;}

.n-part3 .tab{display: flex;justify-content: space-between;margin-bottom: 100px;}
.n-part3 .tab a{width: 25%;text-align: center; display: block;text-align: center;}
.n-part3 .tab a span{display: inline-block;color: #fff;font-size: 30px;font-weight: 900;position: relative;padding-bottom: 30px;}
.n-part3 .tab a span::before{content: '';display: block;width: 100%;height: 6px;background-color: #fff;position: absolute;left:0;bottom:0;opacity: 0;transition: all .3s;}
.n-part3 .tab a span::after{content: '';display: block;width: 0;height: 6px;background-color: #ffcc31;position: absolute;left:0;bottom:0;transition: all .5s;}

.n-part3 .tab a:nth-child(1) span::after{background-color: #ffcc31;}
.n-part3 .tab a:nth-child(2) span::after{background-color: #49ac59;}
.n-part3 .tab a:nth-child(3) span::after{background-color: #ffcc31;}
.n-part3 .tab a:nth-child(4) span::after{background-color: #00baff;}

.n-part3 .tab a.active span::before{opacity: 1;}
.n-part3 .tab a.active span::after{width: 100%;}

.n-part3 .tab1{display:none;}

.n-part3 ul{width: 100%;display: flex;justify-content: space-between;border-radius: 20px;}
.n-part3 ul li{width: 25%;padding:75px;transition: all .3s;}
.n-part3 ul li h3{color: #0b2053;font-size: 24px;line-height: 36px;font-weight: 900;}
.n-part3 ul li .ms{position: relative;padding:52px 0;color: #0b2053;font-size: 18px;line-height: 30px;margin:30px 0;text-align: justify;}
.n-part3 ul li .ms::before{content: '';width: 32px;height: 25px;position: absolute;top:0;left:0;background-image: url(../images/top_ico.png);}
.n-part3 ul li .ms::after{content: '';width: 32px;height: 25px;position: absolute;bottom:0;right:0;background-image: url(../images/bottom_ico.png);}
.n-part3 ul li .qm{color: #0b2053;text-align: right;font-size: 14px;}

.n-part3 ul li:nth-child(1){background-color: #ffcc31;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.n-part3 ul li:nth-child(2){background-color: #49ac59;}
.n-part3 ul li:nth-child(3){background-color: #ffcc31;}
.n-part3 ul li:nth-child(4){background-color: #00baff;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}

.n-part3 ul li:nth-child(2n) h3{color: #fff;}
.n-part3 ul li:nth-child(2n) .ms{color: #fff;}
.n-part3 ul li:nth-child(2n) .qm{color: #fff;}
.n-part3 ul li:nth-child(2n) .ms::before{background-image: url(../images/top_ico1.png);}
.n-part3 ul li:nth-child(2n) .ms::after{background-image: url(../images/bottom_ico1.png);}

.n-part3 ul li.active{transform: scale(1.2);z-index: 3;border-radius: 20px;}
.n-part3 .ban1{}

.n-part3 .ban2{width: 100%;display: flex;justify-content: space-between;border-radius: 20px;display:none;}
.n-part3 .ban2 .swiper-slide{width: 25%;padding:75px;transition: all .3s;}
.n-part3 .ban2 .swiper-slide h3{color: #0b2053;font-size: 24px;line-height: 36px;font-weight: 900;}
.n-part3 .ban2 .swiper-slide .ms{position: relative;padding:52px 0;color: #0b2053;font-size: 18px;line-height: 30px;margin:30px 0;text-align: justify;}
.n-part3 .ban2 .swiper-slide .ms::before{content: '';width: 32px;height: 25px;position: absolute;top:0;left:0;background-image: url(../images/top_ico.png);}
.n-part3 .ban2 .swiper-slide .ms::after{content: '';width: 32px;height: 25px;position: absolute;bottom:0;right:0;background-image: url(../images/bottom_ico.png);}
.n-part3 .ban2 .swiper-slide .qm{color: #0b2053;text-align: right;font-size: 14px;}

.n-part3 .ban2 .swiper-slide:nth-child(1){background-color: #ffcc31;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.n-part3 .ban2 .swiper-slide:nth-child(2){background-color: #49ac59;}
.n-part3 .ban2 .swiper-slide:nth-child(3){background-color: #ffcc31;}
.n-part3 .ban2 .swiper-slide:nth-child(4){background-color: #00baff;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}

.n-part3 .ban2 .swiper-slide:nth-child(2n) h3{color: #fff;}
.n-part3 .ban2 .swiper-slide:nth-child(2n) .ms{color: #fff;}
.n-part3 .ban2 .swiper-slide:nth-child(2n) .qm{color: #fff;}
.n-part3 .ban2 .swiper-slide:nth-child(2n) .ms::before{background-image: url(../images/top_ico1.png);}
.n-part3 .ban2 .swiper-slide:nth-child(2n) .ms::after{background-image: url(../images/bottom_ico1.png);}

.n-part3 .ban2 .swiper-slide.active{transform: scale(1.2);z-index: 3;border-radius: 20px;}

.n-part4{padding-top: 140px;position: relative;background-image: url(../images/n_part4_bg.jpg);z-index: 2;}

.n-part4 ul{display: flex;justify-content: center;margin-top: 116px;flex-wrap: wrap;}
.n-part4 ul li{text-align: center;width: calc(100% / 3);margin-bottom: 140px;}
.n-part4 ul li .img{text-align: center;margin-bottom: 37px;}
.n-part4 ul li .img img{display: inline-block;text-align: center;}
.n-part4 ul li h4{font-size: 24px;font-weight: bold;color: #0b2053;margin-bottom: 25px;}
.n-part4 ul li p{color: #0b2053;font-size: 16px;line-height: 30px;}

.n-part5{background-color: #edf4f7;padding:100px 0;}
.n-part5 ul{display: flex;justify-content: space-between; margin-top: 100px;}
.n-part5 ul li{width: calc(100% / 3 - 80px);}
.n-part5 ul li .tit{display: flex;align-items: center;width: 100%;height: 70px; border-radius:20px;background-color: #007eff;color: #fff;padding-left: 70px;}
.n-part5 ul li .tit img{margin-right: 20px;}
.n-part5 ul li .tit p{font-size: 24px;font-weight: bold;}
.n-part5 ul li .wz{min-height: 260px; width: calc(100% - 70px);margin: 0 auto;background-color: #f1f8fd;padding:40px 30px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;transition: all .3s;}
.n-part5 ul li .wz p{position: relative;color: #0b2053;font-size: 18px;line-height: 36px;padding-left: 24px;}
.n-part5 ul li .wz p::before{content: '';display: block;width: 8px;height: 8px;background-color: #ffcc31;border-radius: 50%;position: absolute;left: 0;top:14px;}

.n-part5 ul li:hover .wz{box-shadow: -20px 20px 24px 0px rgba(202, 209, 216, 0.65);}

.n-part5 ul li:nth-child(2) .tit{background-color: #56bf67;}
.n-part5 ul li:nth-child(3) .tit{background-color: #ffcc31;}

.n-part6{padding-top: 130px;padding-bottom:40px; background-color: #fefef9;overflow:hidden;}
.n-part6 ul{margin-top: 75px;padding:0 75px;}
.n-part6 ul li{display: flex;cursor: pointer; color: #0b2053;height: 92px;align-items: center;background-color: #eeeeee;border-radius: 46px;margin-bottom: 40px;position: relative;}
.n-part6 ul li::before{content: '';display: block;width: calc(100% + 100px);height: 100px;position: absolute;left:-50px;top:50%;transform: translateY(-50%);
	background: -webkit-linear-gradient(left, #327dfa , #06d3af); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #327dfa , #06d3af); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #327dfa , #06d3af); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #327dfa , #06d3af); /* æ&nbsp;‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */border-radius: 60px;opacity: 0;transition: all .3s;}
.n-part6 ul li i{display: block;width: 11px;height: 26px;background-color: #26b73d;margin-left: 36px;transition: all 1s;}
.n-part6 ul li h4{font-size: 24px;font-weight: bold;margin-left: 28px;transition: all .3s;}
.n-part6 ul li p{font-size: 20px;transition: all .3s;margin-left: 37px;}

.n-part6 ul li:hover::before{opacity: 1;}
.n-part6 ul li:hover{color: #fff;}
.n-part6 ul li:hover i{background-color: #ffcc31;}
.n-part6 ul li:last-child{margin-bottom:0;}

.n-part7{padding-top: 120px;background-color: #fefef9;}
.n-part7 ul{display: flex;margin-top: 74px;flex-wrap: wrap;}
.n-part7 ul li{width: calc(20% - 20px);display: flex;height: 80px;align-items: center;justify-content: center;border:1px solid #eeeeee;margin-right: 25px;margin-bottom: 25px;background-color:#fff;border-radius:25px;}
.n-part7 ul li:nth-child(5n){margin-right: 0;}
.n-part7 ul li img{max-width: 80%;max-height:80%;}

.n-part7 .bg{margin-top: 100px;}
.n-part7 .bg img{display: block;width: 100%;}

.case-part1{padding:45px 0;}
.case-part1 .list{}
.case-part1 .list a.item{display: flex;margin-top: 100px;justify-content: space-between;align-items: center;}
.case-part1 .list a.item .img{overflow: hidden;width: 44.8%;border-radius: 20px;}
.case-part1 .list a.item .img img{display: block;width: 100%;border-radius: 20px;}
.case-part1 .list a.item .wz{width: calc(100% - 44.8% - 80px);}
.case-part1 .list a.item .wz h3{font-size: 32px;font-weight: 900;margin-bottom: 20px;color: #327dfa;}
.case-part1 .list a.item .wz .tips{display: flex;margin-bottom: 28px;}
.case-part1 .list a.item .wz .tips span{display: block;padding:8px 16px;font-size: 16px;color: #327dfa;border-radius: 16px;border: 1px solid #327dfa;margin-right: 20px;}
.case-part1 .list a.item .wz p{color: #000000;font-size: 18px;line-height: 30px;margin-bottom: 40px;}
.case-part1 .list a.item .wz .more{width: 120px;height: 32px;text-align: center;color: #eeeeee;font-size: 18px;line-height: 32px; background-color: #327dfa;border-radius: 16px;}

.case-part1 .list a.item:nth-child(2n){flex-direction: row-reverse;}
.case-part1 .list a.item:nth-child(2n) .wz h3{color: #47a857;}
.case-part1 .list a.item:nth-child(2n) .wz .tips span{color: #47a857;border:1px solid #47a857}
.case-part1 .list a.item:nth-child(2n) .wz .more{background-color: #47a857;}
.case-part1 .list a.item:nth-child(3n) .wz h3{color: #f8ad3d;}
.case-part1 .list a.item:nth-child(3n) .wz .tips span{color: #f8ad3d;border:1px solid #f8ad3d}
.case-part1 .list a.item:nth-child(3n) .wz .more{background-color: #f8ad3d;}

.case-part2{margin-top: 120px;background-color: #fefef9;}
.case-part2 .list{display: flex;margin-top: 74px;flex-wrap: wrap;}
.case-part2 .list .item{width: calc(20% - 20px);display: flex;height: 80px;align-items: center;justify-content: center;border:1px solid #eeeeee;margin-right: 25px;margin-bottom: 25px;background-color:#fff;border-radius:25px;}
.case-part2 .list .item:nth-child(5n){margin-right: 0;}
.case-part2 .list .item img{max-width: 80%;max-height:80%;}

@media (max-width:1780px){
	
}
@media (max-width:1680px){
	.n-part2 ul li .wz h3{font-size: 40px;}
	.n-part2 ul li .wz .ms{font-size: 18px;}
	.n-part3{padding-bottom: 60px;}
	.n-part6 ul li h4{font-size: 26px;}
	.n-part6 ul li p{font-size:20px;}
}
@media (max-width:1560px){
	
}
@media (max-width:1480px){
    .n-part1 .layout{margin-top:80px;}
    .n-part1 .layout .img{margin-top:100px;}
	.n-title{padding:30px 0;}
	.n-title img{margin-bottom: 20px;}
	.n-title h3{font-size: 30px;}
	.n-title p{font-size: 20px;margin-top: 20px;}
	.n-part1 .layout .wz dd h3{font-size: 24px;}
	.n-part1 .layout .wz dd p{font-size: 14px;line-height: 24px;}
	.n-part2 ul li .wz h3{font-size: 30px;}
	.n-part2 ul li .wz .ms{font-size: 14px;line-height: 24px;}
	.n-part2 ul li .wz .ms p::before{top:10px;}
	.n-part3{padding-bottom: 200px;}
	.n-part3 ul li{padding:30px;}
	.n-part3 ul li h3{font-size: 20px;line-height: 30px;}
	.n-part3 ul li .ms{font-size: 14px;line-height: 24px;}
	.n-part4 ul li h4{font-size: 20px;margin-bottom: 15px;}
	.n-part4 ul li p{font-size: 14px;line-height: 24px;}
	.n-part4 ul li{margin-bottom: 70px;}
	.n-part5 ul li .tit{padding-left: 30px;}
	.n-part5 ul li .tit p{font-size: 20px;}
	.n-part5 ul li{width: calc(100% / 3 - 40px);}
	.n-part5 ul li .wz{min-height: 200px;}
	.n-part5 ul li .wz p{font-size: 14px;line-height: 24px;}
	.n-part5 ul li .wz p::before{top:8px}
	.n-part6 ul li h4{font-size: 18px;}
	.n-part6 ul li p{font-size: 14px;}
	.case-part1 .list a.item{margin-top: 50px;}
	.case-part1 .list a.item .wz h3{font-size: 24px;}
	.case-part1 .list a.item .wz .tips span{font-size: 12px;margin-right: 10px;margin-bottom: 10px;}
	.case-part1 .list a.item .wz p{font-size: 14px;line-height: 24px;margin-bottom: 20px;}
	.case-part1 .list a.item .wz .more{font-size: 12px;}
	
}
@media (max-width:1440px){
	
}
@media (max-width:1366px){
	
}
@media (max-width:1280px){
    .n-part4 ul li .img img{height:82px;}
	.n-part2 ul li .wz h3{font-size: 20px;}
	.n-part3{padding-bottom: 88px;}
	.n-part3 .ico1{width: 240px;}
	.n-part5 ul li .wz{min-height: 224px;}
	.n-part5 ul li .wz p{font-size: 12px;}
	.n-title h3{font-size:24px;}
	.n-title p{font-size:18px;}
	.n-part1{padding:30px 0;}
	.n-title img{height:44px;}
	.n-part1 .bg img{height:280px;}
	.n-part1 .layout{margin-top:95px;}
	.n-part1 .layout .wz{padding-top:55px;}
	.n-part1 .layout .wz dt{margin-right:16px;}
	.n-part1 .layout .wz dd{width:calc(100% - 16px - 45px)}
	.n-part1 .layout .img i{width:80px;height:80px;background-size:100% 100%;}
	.n-part1 .layout .wz dl{margin-bottom:40px;}
	.n-part1 .layout .wz dd h3{margin-bottom:16px;font-size:20px;}
	.n-part1 .bg{top:172px;}
	.n-part2{margin-bottom:100px;}
	.n-part2 ul li{margin-top:100px;}
	.n-part2 ul li .img{padding-right:185px;}
	.n-part2 ul li .img img:nth-child(1){height:293px;}
	.n-part2 ul li .img img:nth-child(2){height:340px;}
	
	.n-part2 ul li:nth-child(3) .img img:nth-child(1){height:215px;}
	.n-part2 ul li .wz h3{margin-bottom:24px;}
	.n-part2 ul li:nth-child(2) .img{padding-left:185px;}
	.n-part2 ul li:nth-child(3) .img{padding-right:145px;}
	.n-part3 .n-title{top:-66px;}
	.n-part3 .tab{margin:0 auto 66px;}
	.n-part3 .tab a span{font-size:20px;padding-bottom:20px;}
	.n-part5{padding:66px 0;}
	.n-part5 ul{margin-top:66px;}
	.n-part6{padding-top:85px;}
	.n-part6 ul{margin-top:50px;padding:0 50px;}
	.n-part6 ul li{margin-bottom:26px;}
	.n-part7{padding-top:80px;}
	.n-part5 ul li .tit p{font-size:18px;}
	.n-part3 ul li .ms{font-size:12px;line-height:20px;}
	.n-part1 .layout .img{margin-top:120px;}
}
@media (max-width:960px){
	.n-title{width: 92%;padding:20px;}
	.n-title img{height: 20px;}
	.n-title h3{font-size: 18px;}
	.n-title p{font-size: 12px;line-height: 24px;margin-top:10px;}
	.layout{width: 92%;}
	.n-part1 .layout{margin-top: 20px;flex-wrap: wrap;}
	.n-part1 .layout .img{width: 100%;float: none;margin-top:0;}
	.n-part1 .layout .wz{width: 100%;float: none;padding-top: 40px;}
	.n-part1 .bg{display: none;}
	.n-part1 .layout .wz dl{margin-bottom: 20px;}
	.n-part1 .layout .wz dt{margin-right: 20px;}
	.n-part1 .layout .wz dd h3{font-size: 18px;margin-bottom: 10px;}
	.n-part1 .layout .wz dd p{font-size: 12px;line-height: 20px;}
	.n-part2 ul li{margin-top: 40px;flex-wrap: wrap;}
	.n-part2 ul li .wz{width: 100%;margin-bottom: 20px;}
	.n-part2 ul li .img{width: 100%;padding-right: 0;}
	
	.n-part2 ul li .wz h3{margin-bottom: 20px;}
	.n-part2 ul li:nth-child(2){flex-direction: row;}
	.n-part2 ul li .img{display:block;}
	/*.n-part2 ul li .img img:nth-child(1){display:inline-block; right:auto;left:auto; position:relative;width:49%;height:auto;}*/
	/*.n-part2 ul li .img img:nth-child(2){display:inline-block; position:relative;width:49%;height:auto;}*/
	.n-part2 ul li .img img:nth-child(1){height:200px;}
	.n-part2 ul li .img img:nth-child(2){height:210px;}
	.n-part2 ul li:nth-child(2) .img{padding-left:120px;}
	.n-part2 ul li:nth-child(3) .img{padding-right:100px;}
	.n-part2 ul li:nth-child(3) .img img:nth-child(1){height:180px;}
	.n-part2{margin-bottom: 30px;}
	.n-part3 .tab{margin:30px 0;display: block;white-space: nowrap;overflow-x:scroll;}
	.n-part3 .tab a{display: inline-block;width: 70%;text-align:left;}
	.n-part3 .tab a span{font-size: 20px;padding-bottom: 10px;}
	.n-part3 .ico2{display:none;}
	.n-part6 ul li::before{display:none;}
	.n-part6 ul li:hover{color:#0b2053}
	.n-part3{padding-bottom: 20px;}
	.n-part3 ul{display: block;white-space: nowrap;overflow-x:scroll;}
	.n-part3 ul li{width: 70%;display: inline-block;}
	.n-part3 ul li .ms{white-space: normal;}
	.n-part3 ul li .ms p{height:80px;}
	.n-part3 .ico1{display: none;}
	.n-part4{padding-top: 40px;}
	.n-part4 ul{margin-top: 20px;}
	.n-part4 ul li{margin-bottom: 20px;padding:0 15px;width:50%;}
	.n-part4 ul li h4{font-size:14px;line-height:20px;}
	.n-part4 ul li p{font-size:12px;line-height:20px;height:60px;overflow-y:auto;}
	.n-part4 ul li .img{margin-bottom: 10px;}
	.n-part4 ul li .img img{width: 40px;height:40px;}
	.n-part5{padding:30px 0;}
	.n-part5 ul{margin-top: 20px;display: block;white-space: nowrap;overflow-x:scroll;width:100%;}
	.n-part5 ul li{width: 80%;display:inline-block;position:relative;}
	.n-part5 ul li:nth-child(2),.n-part5 ul li:nth-child(3){top:-24px;}
	.n-part5 ul li .tit img{display: none;}
	.n-part5 ul li .tit{padding-left: 0;text-align: center;width: 100%;justify-content: center;height:40px;line-height:40px;font-size:14px;}
	.n-part5 ul li .tit p{text-align: center;}
	.n-part5 ul li .wz{white-space: normal;}
	.n-part6{padding-top: 30px;}
	.n-part6 ul{margin-top: 20px;padding:0 20px;}
	.n-part6 ul li{display: block;text-align: center;margin-bottom: 20px;padding:20px;height: auto;border-radius: 20px;}
	.n-part6 ul li i{display: none;}
	.n-part6 ul li h4{margin-left: 0;margin-bottom: 10px;}
	.n-part6 ul li p{margin-left: 0;font-size: 12px;line-height: 24px;}
	.n-part7{padding-top: 20px;}
	
	.n-part7 .bg{margin-top: 20px;}
	
	.n-part3 ul li.active{transform: scale(1);z-index: 3;border-radius: 0;}
	.n-part3 .tab a.active span::before{opacity:0;}
	
	.case-part1 .list a.item{display: block;margin-top: 20px;}
	.case-part1 .list a.item .img{width: 100%;margin-bottom: 20px;}
	.case-part1 .list a.item .wz{width: 100%;}
	.case-part1 .list a.item .wz .tips{margin-bottom: 10px;}
	.case-part2{margin-top: 20px;}
	.case-part2 .list{margin-top: 20px;}
	.case-part2 .list .item{width: calc(50% - 10px);margin-right: 20px;margin-bottom: 10px;}
	.case-part2 .list .item:nth-child(5n){margin-right: 20px;}
	.case-part2 .list .item:nth-child(2n){margin-right: 0;}
	.case-part1 .list a.item .wz h3{font-size: 20px;margin-bottom: 20px;}
	
	.n-part7 ul{margin-top: 20px;}
	.n-part7 ul li{width: calc(50% - 10px);margin-right: 20px;margin-bottom: 10px;}
	.n-part7 ul li:nth-child(5n){margin-right: 20px;}
	.n-part7 ul li:nth-child(2n){margin-right: 0;}
	
	
	.n-part1 .layout .img i{width:40px;height:40px;}
	.n-part3 .n-title{top:-30px;}
	.n-part2 ul{margin-bottom:60px;}
	
	.n-part3 ul{display:none;}
	.n-part3 .ban2{}
	.n-part3 .ban2 .swiper-slide{padding:30px;}
	.n-part3 .ban2 .swiper-slide h3{font-size: 20px;line-height: 30px;}
	.n-part3 .ban2 .swiper-slide .ms{font-size: 12px;line-height: 20px;}
	.n-part3 .ban2{display: block;white-space: nowrap;overflow-x:scroll;}
	.n-part3 .ban2 .swiper-slide{width: 70%;display: inline-block;}
	.n-part3 .ban2 .swiper-slide .ms{white-space: normal;}
	.n-part3 .ban2 .swiper-slide .ms p{height:80px;}
	
	.n-part3 .tab{display:none;}
	.n-part3 .tab1{display: block;margin-bottom: 30px;}
	.n-part3 .tab1 .ban1{display: block;}
    .n-part3 .tab1 a{width: 70%;text-align: center; display: inline-block;text-align: left;}
    .n-part3 .tab1 a span{font-size:16px;display: inline-block;color: #fff;font-weight: 900;position: relative;padding-bottom:20px;}
    .n-part3 .tab1 a span::before{content: '';display: block;width: 100%;height: 6px;background-color: #fff;position: absolute;left:0;bottom:0;opacity: 0;transition: all .3s;}
    .n-part3 .tab1 a span::after{content: '';display: block;width: 0;height: 6px;background-color: #ffcc31;position: absolute;left:0;bottom:0;transition: all .5s;}

    .n-part3 .tab1 a:nth-child(1) span::after{background-color: #ffcc31;}
    .n-part3 .tab1 a:nth-child(2) span::after{background-color: #49ac59;}
    .n-part3 .tab1 a:nth-child(3) span::after{background-color: #ffcc31;}
    .n-part3 .tab1 a:nth-child(4) span::after{background-color: #00baff;}

    .n-part3 .tab1 a.swiper-slide-active span::before{opacity: 1;}
    .n-part3 .tab1 a.swiper-slide-active span::after{width: 100%;}
}</pre></body></html>