html,body{padding:0;margin:0;min-height:100vh;overflow:auto}*{padding:0;margin:0;box-sizing:border-box}ul,li{list-style:none}a{text-decoration:none;color:#1A1A1A}a:hover{color:#2263FF}ul li{list-style:none}header{background:rgba(255,255,255,0.6);border:none;background:#ffffff;width:100%;z-index:100}header .header-component{display:flex;justify-content:space-between;align-items:center;height:58px;width:1200px;margin:0 auto}header .header-component .header_l{display:flex;align-items:center}header .header-component .header_l span{font-size:20px;font-weight:bold;color:#1C1D1F}header .header-component .header_l img{width:36px;height:36px;margin-right:10px}header .header-component .header_r{display:flex;align-items:center;height:100%}header .header-component .header_r a{margin:0 28px;font-size:16px;font-weight:bold;color:#1C1D1F;position:relative;white-space:nowrap}header .header-component .header_r a.on::after{content:'';width:26px;height:3px;background:#FBE71B;position:absolute;left:50%;bottom:-4px;transform:translateX(-50%)}@media (max-width: 1200px){header .header-component{width:100%;padding:0 24px}}@media (max-width: 768px){header .header-component{width:100%;padding:0 12px}header .header-component .header_l span{font-size:16px}header .header-component .header_l img{width:30px;height:30px}header .header-component .header_r>a{margin:0 12px;font-size:14px}}.home_header{background:none}.footer-component{width:100%;height:80px;background:#1C1D1F}.footer-component .wrap{width:1200px;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;font-size:18px;color:#757883}.footer-component .wrap a{font-size:18px;color:#757883;text-decoration:underline;margin:0 24px}@media (max-width: 1200px){.footer-component .wrap{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:14px}.footer-component .wrap a{font-size:14px}.footer-component .wrap>div:first-child{margin-bottom:8px}}@media (max-width: 768px){.footer-component .wrap{width:100%;font-size:12px}.footer-component .wrap a{margin:0 8px;font-size:12px}}.home_page{width:100%}.home_page .banner{width:100%;background:#FFFFFF;background:url("../img/home/banner@2x.png") center no-repeat;background-size:cover;margin-top:-58px}.home_page .banner .wrap{width:1200px;height:600px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.home_page .banner .wrap .left h3{font-size:72px;color:#1C1D1F;font-weight:bold;margin-bottom:44px}.home_page .banner .wrap .left>div{display:flex;align-items:center}.home_page .banner .wrap .left>div .item{display:flex;align-items:center;width:198px;height:64px;background:#1C1D1F;border-radius:8px;border:1px solid #979797;padding-left:24px}.home_page .banner .wrap .left>div .item img{width:24px;margin-right:16px}.home_page .banner .wrap .left>div .item>div{display:flex;flex-direction:column}.home_page .banner .wrap .left>div .item>div p:nth-child(1){font-size:12px;color:rgba(255,255,255,0.65)}.home_page .banner .wrap .left>div .item>div p:nth-child(2){font-weight:bold;font-size:18px;color:#FFFFFF}.home_page .banner .wrap .right img{width:541px}@media (max-width: 1200px){.home_page .banner .wrap{width:100%}}@media (max-width: 1130px){.home_page .banner .wrap{justify-content:center}.home_page .banner .wrap .right{display:none}}@media (max-width: 500px){.home_page .banner .wrap .left h3{font-size:46px}.home_page .banner .wrap .left>div{flex-direction:column;align-items:flex-start}.home_page .banner .wrap .left>div .item:first-child{margin-right:0;margin-bottom:24px}}.home_page .section_1{width:100%;background:#f0f2f5}.home_page .section_1 .wrap{width:1200px;margin:0 auto;padding:120px 0;display:flex;align-items:center;justify-content:space-between}.home_page .section_1 .wrap .left img{width:460px}.home_page .section_1 .wrap .right{width:610px}.home_page .section_1 .wrap .right .title{font-family:Helvetica, Helvetica;font-weight:bold;font-size:40px;color:#1C1D1F;line-height:56px;margin-bottom:36px;position:relative;z-index:2}.home_page .section_1 .wrap .right .title>i{width:120px;height:120px;background:#92DBA8;display:block;position:absolute;left:-3%;top:-36%;border-radius:50%;z-index:-1}.home_page .section_1 .wrap .right p{font-family:Helvetica;font-size:20px;color:#1C1D1F;line-height:30px;margin-bottom:24px}.home_page .section_1 .wrap .right p:last-child{margin-bottom:0}@media (max-width: 1200px){.home_page .section_1 .wrap{width:100%;padding:120px 24px}}@media (max-width: 1130px){.home_page .section_1 .wrap{display:flex;flex-direction:column}.home_page .section_1 .wrap .left{margin-bottom:46px}}@media (max-width: 768px){.home_page .section_1 .wrap{padding:60px 24px}.home_page .section_1 .wrap .left{margin-bottom:36px}.home_page .section_1 .wrap .right{width:460px}.home_page .section_1 .wrap .right .title{font-size:24px;line-height:38px;margin-bottom:24px}.home_page .section_1 .wrap .right .title i{width:88px;height:88px}.home_page .section_1 .wrap .right p{font-size:16px;margin-bottom:8px;line-height:28px}}@media (max-width: 500px){.home_page .section_1 .wrap .left img{width:100%}.home_page .section_1 .wrap .right{width:100%}.home_page .section_1 .wrap .right .title{font-size:20px;line-height:32px}.home_page .section_1 .wrap .right .title>i{width:66px;height:66px}.home_page .section_1 .wrap .right p{font-size:14px;margin-bottom:8px;line-height:24px}}.home_page .section_2{width:100%;background:url("../img/home/features_bg@2x.png") center no-repeat;background-size:cover}.home_page .section_2 .wrap{width:1200px;margin:0 auto;padding:100px 0}.home_page .section_2 .wrap>.title{width:234px;font-weight:bold;font-size:56px;color:#1C1D1F;text-align:center;margin:0 auto;margin-bottom:60px;position:relative;z-index:2}.home_page .section_2 .wrap>.title>i{width:60px;height:60px;background:linear-gradient(180deg, #C4E9B9 0%, #65CF98 100%);position:absolute;left:-14px;top:50%;transform:translateY(-50%);z-index:-1;border-radius:50%}.home_page .section_2 .wrap .list{display:flex;align-items:center;justify-content:space-between}.home_page .section_2 .wrap .list .item{width:384px;position:relative}.home_page .section_2 .wrap .list .item>img{width:100%}.home_page .section_2 .wrap .list .item>div{width:100%;height:192px;background:#FFFFFF;box-shadow:0px 10px 30px 0px #F4F5F8;border-radius:12px;position:absolute;left:0;bottom:0;padding:32px 28px 32px 28px;display:flex;flex-direction:column;align-items:center}.home_page .section_2 .wrap .list .item>div .title{font-weight:bold;font-size:24px;color:#1C1D1F;margin-bottom:10px}.home_page .section_2 .wrap .list .item>div p{font-size:18px;color:#1C1D1F;line-height:30px;text-align:center}@media (max-width: 1200px){.home_page .section_2 .wrap{width:100%;padding:100px 24px}}@media (max-width: 1130px){.home_page .section_2 .wrap .list{display:flex;flex-direction:column}.home_page .section_2 .wrap .list .item{margin-bottom:36px}.home_page .section_2 .wrap .list .item:last-child{margin-bottom:0}}@media (max-width: 768px){.home_page .section_2 .wrap{padding:60px 24px}.home_page .section_2 .wrap>.title{margin-bottom:36px}}@media (max-width: 500px){.home_page .section_2 .wrap .list .item{width:100%}.home_page .section_2 .wrap .list .item>div .title{font-size:20px}.home_page .section_2 .wrap .list .item>div p{font-size:16px}}.home_page .section_3{width:100%}.home_page .section_3 .wrap{width:1200px;margin:0 auto;padding:100px 0}.home_page .section_3 .wrap>.title{width:234px;font-weight:bold;font-size:56px;color:#1C1D1F;text-align:center;margin:0 auto;margin-bottom:60px;position:relative;z-index:2}.home_page .section_3 .wrap>.title>i{width:60px;height:60px;background:linear-gradient(180deg, #C4E9B9 0%, #65CF98 100%);position:absolute;left:-14px;top:50%;transform:translateY(-50%);z-index:-1;border-radius:50%}.home_page .section_3 .wrap .list{display:flex;align-items:center;justify-content:space-between}.home_page .section_3 .wrap .list .item{width:388px;height:350px;background:#FFFFFF;box-shadow:0px 10px 30px 0px #F4F5F8;border-radius:12px;display:flex;flex-direction:column;padding:0 24px 24px 24px}.home_page .section_3 .wrap .list .item img{display:block}.home_page .section_3 .wrap .list .item .head{width:68px;margin:0 auto;margin-top:-32px}.home_page .section_3 .wrap .list .item .icon{width:21px;margin-top:-5px;margin-left:12px}.home_page .section_3 .wrap .list .item .name{font-weight:bold;font-size:20px;color:#1C1D1F;text-align:center;margin-bottom:9px}.home_page .section_3 .wrap .list .item .sub{font-size:16px;color:#666666;text-align:center;margin-bottom:20px}.home_page .section_3 .wrap .list .item .title{font-weight:bold;font-size:18px;color:#1C1D1F;margin-bottom:7px}.home_page .section_3 .wrap .list .item p{font-size:18px;color:#333333;line-height:28px}@media (max-width: 1200px){.home_page .section_3 .wrap{width:100%;padding:110px 24px}}@media (max-width: 1130px){.home_page .section_3 .wrap .list{flex-direction:column}.home_page .section_3 .wrap .list .item{margin-bottom:56px}}@media (max-width: 768px){.home_page .section_3 .wrap{padding:60px 24px}}@media (max-width: 500px){.home_page .section_3 .wrap .list .item{width:100%}.home_page .section_3 .wrap .list .item .name{font-size:18px}.home_page .section_3 .wrap .list .item .sub{font-size:14px}.home_page .section_3 .wrap .list .item .title{font-size:16px}.home_page .section_3 .wrap .list .item p{font-size:16px}}.home_page .section_4{width:100%;background:#F6FCF4}.home_page .section_4 .wrap{width:1200px;margin:0 auto;padding:110px 0;display:flex;align-items:center;justify-content:space-between}.home_page .section_4 .wrap .left{width:553px}.home_page .section_4 .wrap .left .title{font-weight:bold;font-size:40px;color:#1C1D1F;position:relative;margin-bottom:28px}.home_page .section_4 .wrap .left .title i{width:115px;height:9px;background:#00B174;position:absolute;left:0;bottom:-3px}.home_page .section_4 .wrap .left .content{font-size:20px;color:#1C1D1F;line-height:40px;margin-bottom:37px}.home_page .section_4 .wrap .left .item{display:flex;align-items:center;font-size:18px;color:#1C1D1F;margin-bottom:18px}.home_page .section_4 .wrap .left .item span{margin-right:16px}.home_page .section_4 .wrap .left .item img{width:32px}.home_page .section_4 .wrap .left .item a{font-size:18px;color:#1C1D1F;text-decoration-line:underline}.home_page .section_4 .wrap .right{width:568px}.home_page .section_4 .wrap .right img{width:568px}@media (max-width: 1200px){.home_page .section_4 .wrap{width:100%;padding:110px 24px}}@media (max-width: 1130px){.home_page .section_4 .wrap{display:flex;flex-direction:column}}@media (max-width: 768px){.home_page .section_4 .wrap{padding:60px 24px}.home_page .section_4 .wrap .left{width:100%}.home_page .section_4 .wrap .left .title{font-size:24px}.home_page .section_4 .wrap .left .title i{width:94px;height:6px}.home_page .section_4 .wrap .left .content{font-size:16px;line-height:32px}.home_page .section_4 .wrap .left .item{font-size:16px}.home_page .section_4 .wrap .left .item a{font-size:16px}.home_page .section_4 .wrap .right{width:100%}.home_page .section_4 .wrap .right img{width:100%}}@media (max-width: 500px){.home_page .section_4 .wrap .left .title{font-size:20px}.home_page .section_4 .wrap .left .title i{width:58px;height:6px}.home_page .section_4 .wrap .left .content{font-size:14px;line-height:32px}.home_page .section_4 .wrap .left .item{font-size:14px}.home_page .section_4 .wrap .left .item a{font-size:14px}}.home_page .privacy_policy{position:fixed;z-index:100;left:0;bottom:0;background:#00B174;width:100%}.home_page .privacy_policy .policy_inner{width:1200px;margin:0 auto;height:109px;display:flex;align-items:center;justify-content:space-between;color:#FFFFFF;font-size:20px}.home_page .privacy_policy .policy_inner p:nth-child(1){max-width:864px}.home_page .privacy_policy .policy_inner p:nth-child(1) a{color:#FFFFFF;text-decoration:underline}.home_page .privacy_policy .policy_inner .accept_btn{min-width:120px;height:44px;border-radius:23px;border:1px solid #FFFFFF;display:flex;align-items:center;justify-content:center;color:#FFFFFF;cursor:pointer}.home_page .privacy_policy .policy_inner .accept_btn:hover{background:rgba(255,255,255,0.15)}@media (max-width: 1200px){.home_page .privacy_policy .policy_inner{width:100%;font-size:16px;padding:0 24px;height:80px}}@media (max-width: 640px){.home_page .privacy_policy .policy_inner{font-size:12px}.home_page .privacy_policy .policy_inner .accept_btn{min-width:88px;height:38px}}.home_page .privacy_policy_none{display:none}
