#app{font-family:PingFang SC;min-width:1420px}#app,body,html{font-size:18px;font-weight:700;box-sizing:border-box}body,html{padding:0;margin:0;width:100vw;color:#333;::-webkit-scrollbar{display:none}}.home{padding:80px 0;background:#f8f9ff}.home .header{position:fixed;z-index:10000;top:0;left:0;height:80px;background:#f0f3fc;width:100%;display:flex;justify-content:space-between}.home .header .left,.home .header .right{min-width:180px;display:flex;align-items:center;padding-left:16%}.home .header .left .logo2x,.home .header .right .logo2x{width:30px;height:30px;margin-right:10px}.home .header .right{min-width:310px;padding-left:0;padding-right:16%;justify-content:space-around;color:#666}.home .header .right .item{cursor:pointer;border-bottom:2px solid transparent;padding:8px 6px 6px;transition:all .3s}.home .header .right .active{border-color:#4673df;color:#4673df}.home .bg2x{width:100vw;display:flex;align-items:center;justify-content:center;position:relative;min-height:560px;min-width:1420px}.home .bg2x .bgImg{width:100%}.home .bg2x .top{position:absolute;width:calc(100% - 480px);height:100%;padding-top:180px}.home .bg2x .top,.home .bg2x .top .text{display:flex;flex-direction:column;align-items:self-start}.home .bg2x .top .text{font-size:24px;padding:20px 0}.home .bg2x .top .name{font-weight:700;font-size:36px;color:#333}.home .bg2x .top .buttom{padding-top:110px;display:flex}.home .bg2x .top .buttom .buttomItem{font-size:20px;color:#4673df;font-style:normal;text-transform:none;background:#fff;border-radius:4px;margin:0 20px 0 0;padding:6px 18px;cursor:pointer;transition:all .4s}.home .bg2x .top .buttom .buttomItem:hover{background:#4673df;color:#fff}.home .bg2x .bottom{position:absolute;bottom:-100px;display:flex;height:180px;align-items:center;border-radius:10px;background:#fff;width:1160px;padding:0 20px;box-shadow:0 10px 20px 1px rgba(51,51,51,.1)}.home .bg2x .bottom .item{width:calc(50% - 20px);display:flex;align-items:self-start}.home .bg2x .bottom .item .itemImg{width:115px;height:115px}.home .bg2x .bottom .item .text{font-size:16px;display:flex;align-items:self-start;flex-direction:column;padding-left:20px}.home .bg2x .bottom .item .text .name{font-size:28px}.home .bg2x .bottom .item .text .col{text-align:left}.home .main{padding-top:180px;background:#fff;width:100vw;min-width:1420px}.home .main,.home .main .top{display:flex;justify-content:center;flex-direction:column}.home .main .top{color:#333;font-size:30px;align-items:center}.home .main .top .item{font-weight:700}.home .main .top .text{font-weight:400;font-size:20px;padding-top:10px}.home .main .function{padding:106px 0;display:flex;justify-content:center}.home .main .function .item{width:280px;font-size:14px;padding:0 20px;display:flex;flex-direction:column;align-items:center}.home .main .function .item .fImg{width:192px;height:192px}.home .main .function .item .title{font-size:20px;padding-bottom:20px}.home .main .function .item .text{font-weight:400}.home .Footer{width:100vw;min-width:1420px;position:fixed;background:#fff;z-index:10000;bottom:0;display:flex;align-items:center;justify-content:center;height:80px}.home .Footer .link{color:#409eff;cursor:pointer}.home .Footer .public{margin-left:30px}.home .pics{padding:190px 8% 64px;display:flex;justify-content:space-between;overflow-y:scroll}.home .pics .item{border-radius:10px;width:176px;height:380px;position:relative;transition:all .3s;overflow:hidden;margin:0 10px;top:0}.home .pics .item .pImg{width:100%;height:100%}.home .pics .item:hover{transform:scale(1.2);top:-40px}