/*type*/
.sc_pkey{padding:120px 0;position:relative;overflow:hidden;background:url(../Image/pro_applicationbg.webp) no-repeat center center fixed;background-size:cover;}
.sc_pkey .sc_ptit{color:#FFF;}
.sc_pkey .sc_pline{background:#FFF;}
.sc_pkey .sc_pp{color:#FFF;text-align:center;}
.sc_pkey .scpk_con{padding-top:20px;}
.sc_pkey .scpk_con .scpk_tit{}
.sc_pkey .scpk_con .scpk_tit p{font-size:24px;font-weight:bold;color:var(--fontColor);max-width:160px;}
.sc_pkey .scpk_con .scpk_tit i{font-size:56px;color:var(--logoColor);}
.sc_pkey .scpk_con .scpk_p{font-size:14px;line-height:1.71;color:var(--fontColor);margin-top:38px;}
.sc_pkey .scpk_con .scpk_left{}
.sc_pkey .scpk_con .scpk_left .scpkl_li{width:calc(50% - 34px);border-radius:12px;background:#FFF;padding:24px;margin-top:34px;margin-right:34px;min-height:280px;}
.sc_pkey .scpk_con .scpk_right{width:417px;border-radius:12px;background:#FFF;padding:24px;margin-top:34px;}
.sc_pkey .scpk_con .scpk_right .scpkr_ul{}
.sc_pkey .scpk_con .scpk_right .scpkr_ul .scpkr_li{width:50%;margin-top:20px;}
.sc_pkey .scpk_con .scpk_right .scpkr_ul .scpkr_li .scpkr_pic{width:100%;max-width:140px;}
.sc_pkey .scpk_con .scpk_right .scpkr_ul .scpkr_li .scpkr_img{width:100%;padding-bottom:100%;position:relative;border:1px solid var(--borderColor);border-radius:50%;overflow:hidden;}
.sc_pkey .scpk_con .scpk_right .scpkr_ul .scpkr_li p{font-size:14px;line-height:1.71;color:var(--fontColor);margin-top:9px;}
/*feature*/
.sc_pfeature{padding:120px 0;position:relative;overflow:hidden;background:url(../Image/pro_typebg.webp) no-repeat center center;background-size:cover;}
.sc_pfeature .scpf_btn{position:relative;}
.sc_pfeature .scpf_btn .swiper-button-prev,.sc_pfeature .scpf_btn .swiper-button-next{width:52px;height:52px;background:transparent;border-radius:8px;outline:none;margin-top:0;top:0;position:relative;background:var(--logoColor);border:1px solid var(--logoColor);}
.sc_pfeature .scpf_btn .swiper-button-prev:after,.sc_pfeature .scpf_btn .swiper-button-next:after{content:none;}
.sc_pfeature .scpf_btn .swiper-button-prev i,.sc_pfeature .scpf_btn .swiper-button-next i{font-size:24px;color:#FFF;}
.sc_pfeature .scpf_btn .swiper-button-prev{left:0;margin-right:12px;}
.sc_pfeature .scpf_btn .swiper-button-prev i{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
.sc_pfeature .scpf_btn .swiper-button-next{right:0;}
.sc_pfeature .scpf_btn .swiper-button-prev:hover,.sc_pfeature .scpf_btn .swiper-button-next:hover{}
.sc_pfeature .scpf_btn .swiper-button-prev.type-disabled,.sc_pfeature .scpf_btn .swiper-button-next.type-disabled{opacity:1;background:transparent;border-color:var(--borderColor);}
.sc_pfeature .scpf_btn .swiper-button-prev.type-disabled i,.sc_pfeature .scpf_btn .swiper-button-next.type-disabled i{color:var(--fontColor);}
.sc_pfeature .scpf_ul{margin-top:52px;overflow:hidden;}
.sc_pfeature .scpf_ul .swiper-slide{height:auto;}
.sc_pfeature .scpf_ul i{width:88px;height:88px;line-height:88px;text-align:center;font-size:56px;background:var(--logoColor);color:#FFF;margin-left:28px;border-radius:50%;}
.sc_pfeature .scpf_ul em{width:100%;height:1px;background:var(--borderColor);margin:23px 0 24px;position:relative;}
.sc_pfeature .scpf_ul em:after{content:'';width:0;height:1px;background:var(--logoColor);position:absolute;left:0;bottom:0;
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.sc_pfeature .scpf_ul .scpf_txt{padding:0 32px;}
.sc_pfeature .scpf_ul .scpf_txt p{font-size:14px;line-height:1.71;color:var(--fontColor);}
.sc_pfeature .scpf_ul .scpf_txt p:first-child{font-size:24px;line-height:normal;margin-bottom:12px;font-weight:bold;}
.sc_pfeature .scpf_ul .swiper-slide:hover em:after{width:100%;}
.sc_pfeature .scpf_ul .swiper-slide:hover .scpf_txt p:first-child{color:var(--logoColor);}
/*step*/
.sc_pstep{padding:120px 0 70px;position:relative;overflow:hidden;background:url(../Image/structurebg.png) var(--backgroundColor);}
.sc_pstep .sc_pp{text-align:center;}
.sc_pstep .scps_ul{margin-top:52px;position:relative;}
.sc_pstep .scps_ul .scps_li{overflow:hidden;}
.sc_pstep .scps_ul .scps_li .swiper-slide{height:auto;padding-bottom:50px;}
.sc_pstep .scps_ul .scps_li .swiper-slide:after{content:'';width:160px;height:100%;position:absolute;right:-160px;top:0;background:url(../Image/step_line.svg) no-repeat center center;}
.sc_pstep .scps_ul .scps_li .scps_txt{border-radius:12px;overflow:hidden;background:url(../Image/step_icon.svg) no-repeat right top #FFF;padding:36px 24px;height:100%;}
.sc_pstep .scps_ul .scps_li .scps_txt span{font-size:14px;color:var(--logoColor);padding:0 15px;border:1px solid var(--borderColor);height:30px;line-height:30px;border-radius:30px;width:max-content;margin-bottom:38px;position:relative;}
.sc_pstep .scps_ul .scps_li .scps_txt span:before{content:'';width:6px;height:6px;border-right:1px solid var(--borderColor);border-bottom:1px solid var(--borderColor);position:absolute;left:50%;bottom:-4px;background:#FFF;margin-left:-4px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.sc_pstep .scps_ul .scps_li .scps_txt p{font-size:14px;line-height:1.71;color:var(--fontColor);}
.sc_pstep .scps_ul .scps_li .scps_txt p:nth-child(2){font-size:16px;line-height:1.375;margin-bottom:16px;font-weight:bold;}
.sc_pstep .scps_ul .scps_li .swiper-slide:hover .scps_txt{
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.04), 8px 8px 16px rgba(0, 0, 0, 0.08);
	box-shadow:0 0 4px rgba(0, 0, 0, 0.04), 8px 8px 16px rgba(0, 0, 0, 0.08);
}
.sc_pstep .scps_ul .scps_li .swiper-slide:hover .scps_txt span{background:var(--logoColor);color:#FFF;border-color:var(--logoColor);}
.sc_pstep .scps_ul .scps_li .swiper-slide:hover .scps_txt span:before{background:var(--logoColor);border-right-color:var(--logoColor);border-bottom-color:var(--logoColor);}
.sc_pstep .scps_ul .swiper-button-prev,.sc_pstep .scps_ul .swiper-button-next{width:52px;height:52px;background:transparent;border-radius:8px;outline:none;background:var(--logoColor);border:1px solid var(--logoColor);margin-top:-52px;}
.sc_pstep .scps_ul .swiper-button-prev:after,.sc_pstep .scps_ul .swiper-button-next:after{content:none;}
.sc_pstep .scps_ul .swiper-button-prev i,.sc_pstep .scps_ul .swiper-button-next i{font-size:24px;color:#FFF;}
.sc_pstep .scps_ul .swiper-button-prev{left:-80px;}
.sc_pstep .scps_ul .swiper-button-prev i{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
.sc_pstep .scps_ul .swiper-button-next{right:-80px;}
.sc_pstep .scps_ul .swiper-button-prev:hover,.sc_pstep .scps_ul .swiper-button-next:hover{}
.sc_pstep .scps_ul .swiper-button-prev.step-disabled,.sc_pstep .scps_ul .swiper-button-next.step-disabled{opacity:1;background:transparent;border-color:var(--borderColor);}
.sc_pstep .scps_ul .swiper-button-prev.step-disabled i,.sc_pstep .scps_ul .swiper-button-next.step-disabled i{color:var(--fontColor);}
/*weihu*/
.sc_pweihu{padding:120px 0;position:relative;overflow:hidden;}
.sc_pweihu .sc_pp{text-align:center;}
.sc_pweihu .scpw_con{margin-top:52px;}
.sc_pweihu .scpw_con .scpw_left{width:464px;position:relative;border-radius:12px;overflow:hidden;}
.sc_pweihu .scpw_con .scpw_right{padding-left:72px;}
.sc_pweihu .scpw_con .scpw_right .scpw_ul{border-top:1px solid var(--borderColor);}
.sc_pweihu .scpw_con .scpw_right .scpw_li{}
.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title{cursor:pointer;height:51px;border-bottom:1px solid var(--borderColor);}
.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title p{font-size:16px;line-height:1.625;color:var(--titleColor);padding:0 15px 0 120px;}
.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title .scpw_icon{width:22px;}
.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title .scpw_icon i{height:16px;width:16px;position:relative;}
.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title .scpw_icon i:before,.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title .scpw_icon i:after{content:"";background:var(--fontColor);display:block;height:2px;left:0;line-height:2px;margin-top:-1px;position:absolute;top:50%;width:14px;}
.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title .scpw_icon i:after{
	-webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition:all .5s;
    transition:all .5s;
}
.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title.on p{color:var(--titleColor);}
.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title.on .scpw_icon i:before,.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title.on .scpw_icon i:after{background:var(--logoColor);}
.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title.on .scpw_icon i:after{
	-webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.sc_pweihu .scpw_con .scpw_right .scpw_text{display:none;padding:20px 140px;border-bottom:1px solid var(--borderColor);}
.sc_pweihu .scpw_con .scpw_right .scpw_text p{font-size:14px;line-height:1.71;color:var(--fontColor);height:3.42em;}
/*choose*/
.sc_pmessage .scpm_right{padding-right:0;overflow-y:hidden;}

@media screen and (max-width:1519px){
	.sc_pkey{padding:80px 0;}
	.sc_pkey .scpk_con{padding-top:15px;}
	.sc_pkey .scpk_con .scpk_tit p{font-size:20px;max-width:150px;}
	.sc_pkey .scpk_con .scpk_tit i{font-size:50px;}
	.sc_pkey .scpk_con .scpk_p{line-height:1.65;margin-top:32px;}
	.sc_pkey .scpk_con .scpk_left .scpkl_li{width:calc(50% - 26px);border-radius:10px;padding:20px;margin-top:26px;margin-right:26px;min-height:260px;}
	.sc_pkey .scpk_con .scpk_right{width:379px;border-radius:10px;padding:20px;margin-top:26px;}
	.sc_pkey .scpk_con .scpk_right .scpkr_ul .scpkr_li{margin-top:15px;}
	.sc_pkey .scpk_con .scpk_right .scpkr_ul .scpkr_li .scpkr_pic{max-width:130px;}
	.sc_pkey .scpk_con .scpk_right .scpkr_ul .scpkr_li p{line-height:1.65;margin-top:8px;}
	.sc_pfeature{padding:80px 0;}
	.sc_pfeature .scpf_btn .swiper-button-prev,.sc_pfeature .scpf_btn .swiper-button-next{width:46px;height:46px;border-radius:6px;}
	.sc_pfeature .scpf_btn .swiper-button-prev i,.sc_pfeature .scpf_btn .swiper-button-next i{font-size:20px;}
	.sc_pfeature .scpf_btn .swiper-button-prev{margin-right:10px;}
	.sc_pfeature .scpf_ul{margin-top:40px;}
	.sc_pfeature .scpf_ul i{width:78px;height:78px;line-height:78px;font-size:50px;margin-left:22px;}
	.sc_pfeature .scpf_ul em{margin:20px 0;}
	.sc_pfeature .scpf_ul .scpf_txt{padding:0 25px;}
	.sc_pfeature .scpf_ul .scpf_txt p{line-height:1.65;}
	.sc_pfeature .scpf_ul .scpf_txt p:first-child{font-size:20px;margin-bottom:10px;}
	.sc_pstep{padding:80px 0 40px;}
	.sc_pstep .scps_ul{margin-top:40px;}
	.sc_pstep .scps_ul .scps_li .swiper-slide{padding-bottom:40px;}
	.sc_pstep .scps_ul .scps_li .swiper-slide:after{width:120px;right:-120px;background-size:100px auto;}
	.sc_pstep .scps_ul .scps_li .scps_txt{border-radius:10px;padding:30px 20px;background-size:80px auto;}
	.sc_pstep .scps_ul .scps_li .scps_txt span{padding:0 13px;margin-bottom:30px;}
	.sc_pstep .scps_ul .scps_li .scps_txt p{line-height:1.65;}
	.sc_pstep .scps_ul .scps_li .scps_txt p:nth-child(2){font-size:15px;margin-bottom:12px;}
	.sc_pstep .scps_ul .swiper-button-prev,.sc_pstep .scps_ul .swiper-button-next{width:46px;height:46px;border-radius:6px;margin-top:-46px;}
	.sc_pstep .scps_ul .swiper-button-prev i,.sc_pstep .scps_ul .swiper-button-next i{font-size:20px;}
	.sc_pstep .scps_ul .swiper-button-prev{left:-70px;}
	.sc_pstep .scps_ul .swiper-button-next{right:-70px;}
	.sc_pweihu{padding:80px 0;}
	.sc_pweihu .scpw_con{margin-top:40px;}
	.sc_pweihu .scpw_con .scpw_left{width:420px;border-radius:10px;}
	.sc_pweihu .scpw_con .scpw_right{padding-left:55px;}
	.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title{height:48px;}
	.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title p{font-size:15px;line-height:1.6;padding:0 10px 0 80px;}
	.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title .scpw_icon{width:20px;}
	.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title .scpw_icon i{height:14px;width:14px;}
	.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title .scpw_icon i:before,.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title .scpw_icon i:after{width:12px;}
	.sc_pweihu .scpw_con .scpw_right .scpw_text{padding:15px 100px;}
	.sc_pweihu .scpw_con .scpw_right .scpw_text p{line-height:1.6;height:3.2em;}
}


@media screen and (max-width:1359px){
	.sc_pkey{padding:50px 0;}
	.sc_pkey .scpk_con{padding-top:12px;}
	.sc_pkey .scpk_con .scpk_tit p{font-size:18px;max-width:130px;}
	.sc_pkey .scpk_con .scpk_tit i{font-size:40px;}
	.sc_pkey .scpk_con .scpk_p{margin-top:22px;}
	.sc_pkey .scpk_con .scpk_left .scpkl_li{width:calc(50% - 20px);border-radius:8px;padding:15px;margin-top:20px;margin-right:20px;min-height:230px;}
	.sc_pkey .scpk_con .scpk_right{width:314px;border-radius:8px;padding:15px;margin-top:20px;}
	.sc_pkey .scpk_con .scpk_right .scpkr_ul .scpkr_li{margin-top:12px;}
	.sc_pkey .scpk_con .scpk_right .scpkr_ul .scpkr_li .scpkr_pic{max-width:116px;}
	.sc_pkey .scpk_con .scpk_right .scpkr_ul .scpkr_li p{margin-top:7px;}
	.sc_pfeature{padding:50px 0;}
	.sc_pfeature .scpf_btn .swiper-button-prev,.sc_pfeature .scpf_btn .swiper-button-next{width:40px;height:40px;border-radius:4px;}
	.sc_pfeature .scpf_btn .swiper-button-prev i,.sc_pfeature .scpf_btn .swiper-button-next i{font-size:18px;}
	.sc_pfeature .scpf_btn .swiper-button-prev{margin-right:8px;}
	.sc_pfeature .scpf_ul{margin-top:25px;}
	.sc_pfeature .scpf_ul i{width:66px;height:66px;line-height:66px;font-size:40px;margin-left:15px;}
	.sc_pfeature .scpf_ul em{margin:15px 0;}
	.sc_pfeature .scpf_ul .scpf_txt{padding:0 20px;}
	.sc_pfeature .scpf_ul .scpf_txt p:first-child{font-size:18px;margin-bottom:8px;}
	.sc_pstep{padding:50px 0 70px;}
	.sc_pstep .scps_ul{margin-top:25px;}
	.sc_pstep .scps_ul .scps_li .swiper-slide{padding-bottom:25px;}
	.sc_pstep .scps_ul .scps_li .swiper-slide:after{width:80px;right:-80px;background-size:70px auto;}
	.sc_pstep .scps_ul .scps_li .scps_txt{border-radius:8px;padding:20px 15px;background-size:60px auto;}
	.sc_pstep .scps_ul .scps_li .scps_txt span{padding:0 11px;margin-bottom:20px;}
	.sc_pstep .scps_ul .scps_li .scps_txt p:nth-child(2){margin-bottom:10px;}
	.sc_pstep .scps_ul .swiper-button-prev,.sc_pstep .scps_ul .swiper-button-next{width:40px;height:40px;border-radius:4px;margin-top:0;top:100%;}
	.sc_pstep .scps_ul .swiper-button-prev i,.sc_pstep .scps_ul .swiper-button-next i{font-size:18px;}
	.sc_pstep .scps_ul .swiper-button-prev{left:50%;margin-left:-45px;}
	.sc_pstep .scps_ul .swiper-button-next{right:50%;margin-right:-45px;}
	.sc_pweihu{padding:50px 0;}
	.sc_pweihu .scpw_con{margin-top:30px;}
	.sc_pweihu .scpw_con .scpw_left{width:350px;border-radius:8px;}
	.sc_pweihu .scpw_con .scpw_right{padding-left:30px;}
	.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title{height:48px;}
	.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title p{padding:0 10px 0 50px;}
	.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title .scpw_icon{width:18px;}
	.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title .scpw_icon i{height:12px;width:12px;}
	.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title .scpw_icon i:before,.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title .scpw_icon i:after{width:10px;}
	.sc_pweihu .scpw_con .scpw_right .scpw_text{padding:10px 70px;}
}

@media screen and (max-width:1023px){
	.sc_pkey{padding:30px 0;}
	.sc_pkey .scpk_con{padding-top:10px;flex-wrap:wrap;flex-direction:column-reverse;}
	.sc_pkey .scpk_con .scpk_tit p{font-size:16px;max-width:110px;}
	.sc_pkey .scpk_con .scpk_tit i{font-size:35px;}
	.sc_pkey .scpk_con .scpk_p{margin-top:15px;}
	.sc_pkey .scpk_con .scpk_left{width:100%;flex:auto;}
	.sc_pkey .scpk_con .scpk_left .scpkl_li{width:calc(50% - 7px);border-radius:6px;padding:12px;margin-top:15px;margin-right:14px;min-height:auto;}
	.sc_pkey .scpk_con .scpk_left .scpkl_li:nth-child(even){margin-right:0;}
	.sc_pkey .scpk_con .scpk_right{width:100%;border-radius:6px;padding:12px;margin-top:15px;}
	.sc_pkey .scpk_con .scpk_right .scpkr_ul .scpkr_li{margin-top:10px;}
	.sc_pfeature{padding:30px 0;}
	.sc_pfeature .scpf_btn .swiper-button-prev,.sc_pfeature .scpf_btn .swiper-button-next{width:34px;height:34px;}
	.sc_pfeature .scpf_btn .swiper-button-prev i,.sc_pfeature .scpf_btn .swiper-button-next i{font-size:16px;}
	.sc_pfeature .scpf_btn .swiper-button-prev{margin-right:7px;}
	.sc_pfeature .scpf_ul{margin-top:20px;}
	.sc_pfeature .scpf_ul i{width:52px;height:52px;line-height:52px;font-size:30px;margin-left:12px;}
	.sc_pfeature .scpf_ul em{margin:12px 0;}
	.sc_pfeature .scpf_ul .scpf_txt{padding:0 15px;}
	.sc_pfeature .scpf_ul .scpf_txt p:first-child{font-size:16px;margin-bottom:6px;}
	.sc_pstep{padding:30px 0 60px;}
	.sc_pstep .scps_ul{margin-top:20px;}
	.sc_pstep .scps_ul .scps_li .swiper-slide{padding-bottom:20px;}
	.sc_pstep .scps_ul .scps_li .swiper-slide:after{width:50px;right:-50px;background-size:46px auto;}
	.sc_pstep .scps_ul .scps_li .scps_txt{border-radius:6px;padding:15px 11px;background-size:46px auto;}
	.sc_pstep .scps_ul .scps_li .scps_txt span{padding:0 10px;margin-bottom:15px;}
	.sc_pstep .scps_ul .scps_li .scps_txt p:nth-child(2){margin-bottom:8px;}
	.sc_pstep .scps_ul .swiper-button-prev,.sc_pstep .scps_ul .swiper-button-next{width:34px;height:34px;}
	.sc_pstep .scps_ul .swiper-button-prev i,.sc_pstep .scps_ul .swiper-button-next i{font-size:16px;}
	.sc_pstep .scps_ul .swiper-button-prev{margin-left:-38px;}
	.sc_pstep .scps_ul .swiper-button-next{margin-right:-38px;}
	.sc_pweihu{padding:30px 0;}
	.sc_pweihu .scpw_con{margin-top:20px;}
	.sc_pweihu .scpw_con .scpw_left{display:none;}
	.sc_pweihu .scpw_con .scpw_right{padding-left:0;}
	.sc_pweihu .scpw_con .scpw_right .scpw_text p{height:auto;}
	.sc_pmessage .scpm_right{height:auto;}
}

@media screen and (max-width:767px){
	.sc_pkey .scpk_con .scpk_tit p{max-width:130px;}
	.sc_pkey .scpk_con .scpk_p{margin-top:12px;}
	.sc_pkey .scpk_con .scpk_left{width:100%;flex:auto;}
	.sc_pkey .scpk_con .scpk_left .scpkl_li{width:100%;border-radius:4px;padding:10px;margin-right:0;}
	.sc_pkey .scpk_con .scpk_right{border-radius:4px;padding:10px;}
	.sc_pfeature .scpf_btn{margin-top:15px;}
	.sc_pfeature .scpf_ul{margin-top:20px;}
	.sc_pfeature .scpf_ul i{width:46px;height:46px;line-height:46px;font-size:24px;margin-left:10px;}
	.sc_pfeature .scpf_ul em{margin:10px 0;}
	.sc_pfeature .scpf_ul .scpf_txt{padding:0 10px;}
	.sc_pstep .scps_ul .scps_li .swiper-slide{padding-bottom:15px;}
	.sc_pstep .scps_ul .scps_li .swiper-slide:after{content:none;}
	.sc_pstep .scps_ul .scps_li .scps_txt{border-radius:4px;padding:12px 10px;background-size:40px auto;}
	.sc_pstep .scps_ul .scps_li .scps_txt span{font-size:13px;}
	.sc_pweihu .scpw_con .scpw_right .scpw_li .scpw_title p{padding:0 10px;}
	.sc_pweihu .scpw_con .scpw_right .scpw_text{padding:10px 10px 10px 30px;}
}