:root{--headerHeight: 64px;--padding: 15px;--themeColor: #3E73ED;--maxWidth: 1200px}*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}a{text-decoration:none}.p-lr{padding-left:var(--padding);padding-right:var(--padding)}body{font:12px Microsoft YaHei-Regular,Microsoft YaHei;color:#434343;background:#fff;overflow-x:hidden;font-weight:400}.android,.ios,.pc{display:inline-block}.android,.ios{display:none}#to-top{position:fixed;bottom:120px;right:30px;cursor:pointer;z-index:1000;display:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-radius:5px;overflow:hidden}#to-top img{width:72px;height:72px}.head{background-color:#fff;padding:0 15px;position:fixed;left:0;top:0;width:100%;height:var(--headerHeight);z-index:99;background-color:#fff}.head .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.head .logo img{height:50px;display:block;margin:auto}.head .nav{line-height:calc(var(--headerHeight) - 2px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.head .nav a{font-size:16px;font-weight:400;color:#202125;margin-left:68px;position:relative}.head .nav a:hover,.head .nav a.active{color:var(--themeColor)}.head #nav-btn{width:1.25rem;border-radius:30px;height:3px;background-color:var(--themeColor);position:relative;display:none;-webkit-transition:ease-out .3s;transition:ease-out .3s;cursor:pointer}.head #nav-btn::before{display:block;content:"";width:1.25rem;border-radius:30px;height:3px;background-color:var(--themeColor);position:absolute;top:-0.375rem;-webkit-transition:ease-out .3s;transition:ease-out .3s;visibility:visible}.head #nav-btn::after{display:block;content:"";width:1.25rem;border-radius:30px;height:3px;background-color:var(--themeColor);position:absolute;top:.375rem;-webkit-transition:ease-out .3s;transition:ease-out .3s;visibility:visible}.head #nav-btn.open{visibility:hidden;-webkit-transition:0s;transition:0s}.head #nav-btn.open::before{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:0}.head #nav-btn.open::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:0}.crumbs{color:#666;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:16px auto;font-size:14px}.crumbs a{color:#333;font-weight:400}.crumbs a:hover{color:var(--themeColor)}.crumbs span,.crumbs a{margin-right:5px}.list .li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 22px;background:#fff;-webkit-box-shadow:0px 0px 2px 1px #e9e9e4;box-shadow:0px 0px 2px 1px #e9e9e4;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;margin-top:22px}.list .li img{width:145px;height:95px;-o-object-fit:cover;object-fit:cover;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:20px;overflow:hidden}.list .li .info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:0}.list .li .info .title{font-size:18px;font-weight:bold;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list .li .info .desc{width:calc(100% - 100px);font-size:14px;font-weight:400;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list .li .info .time{font-size:14px;font-weight:400;color:#999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list .li .info .time::before{content:"";display:block;width:6px;height:6px;background:#fff;border:1px solid #1178d6;margin-right:5px;border-radius:50%}.list .li .info .others{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:10px 0}.list .li .info .others .read{width:88px;height:30px;background:#1178d6;border-radius:6px;font-size:14px;font-weight:400;color:#fff;text-align:center;line-height:30px}.list .li .info .others .read:hover{-webkit-transform:scale(1.1);transform:scale(1.1);background:#0960b1}.list .li:hover .info .title{color:var(--themeColor)}main{padding-top:var(--headerHeight)}.wrapper{max-width:var(--maxWidth);margin:0 auto}.foot{padding:20px 0;text-align:center;color:#999;width:100%;font-size:12px;background:#393939;line-height:25px}.foot p{margin-bottom:5px}.foot a{color:#999}.error-404-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fafafa;min-height:calc(100vh - 50px - 4.375rem)}.error-404-container .alert{text-align:center;padding:50px 0}.error-404-container .alert img{width:316px}.error-404-container .alert p{font-size:1rem;color:#898585;line-height:34px}.error-404-container .alert .btn{font-size:12px;color:#fff;background-color:var(--themeColor);border-radius:.3125rem;width:5rem;height:1.875rem;line-height:1.875rem;display:block;margin:0 auto}.index-container .section1{width:100%;height:875px;background:url(../image/banner-bg.png) no-repeat}.index-container .section1 .wrapper{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.index-container .section1 img{width:55%}.index-container .section1 .info{display:inline-block}.index-container .section1 .info .title{font-weight:bold;font-size:56px;color:#333}.index-container .section1 .info .subtitle{font-family:YRDZST;font-weight:400;font-size:20px;color:#e9642b;margin:24px 0}.index-container .section1 .info p{font-size:16px;color:#333;margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:20px}.index-container .section1 .info p::before{content:"";display:block;width:20px;height:20px;background:url(../image//icon-b-1.png) no-repeat;background-size:100% 100%;margin-right:8px}.index-container .section1 .info .button{width:238px;height:60px;background:#2e6ce9;border-radius:30px 30px 30px 30px;margin-bottom:16px;margin-top:16px;font-size:18px;color:#fff;text-align:center;line-height:60px}.index-container .section1 .info .button:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.index-container .section1 .info .intro{font-size:14px;color:#212529}.index-container .section2{margin:30px 0}.index-container .section2 .wrapper{-webkit-box-shadow:0px 0px 4px 1px rgba(0,0,0,.16);box-shadow:0px 0px 4px 1px rgba(0,0,0,.16);padding:42px 32px 47px;margin-bottom:30px;border-radius:8px}.index-container .section2 .channel-list .channel-title{font-weight:bold;font-size:35px;color:var(--themeColor);text-align:center;margin-bottom:50px}.index-container .section2 .channel-list .channel-title::before{content:url(../image/subtitle-before.png);margin-right:16px}.index-container .section2 .channel-list .channel-title::after{content:url(../image/subtitle-after.png);margin-left:16px}.article-container .download-banner{padding:24px 0 0}.article-container .download-banner a{width:100%;padding-top:7.8%;background:url(https://image.sanxiang-sh.com/lsty/s-1.png) no-repeat;background-size:cover;background-position:left center}.article-container .channel-list{padding:10px 0;background-color:#fff;margin-bottom:20px}.article-container .channel-list .channel-title{font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:var(--themeColor)}.article-container .channel-list .channel-title strong{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.article-container .channel-list .channel-title strong::after{content:"";display:block;width:50px;height:10px;background:url(../image/subtitle-after.png) no-repeat;background-size:100% 100%;margin-left:10px}.article-container .channel-list .channel-title a{font-size:14px;color:#999}.article-container .channel-list .channel-title a:hover{color:var(--themeColor)}.article-container .pagination{margin-top:30px;margin-bottom:50px;text-align:center;color:#333;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.article-container .pagination a,.article-container .pagination span{min-width:30px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 8px;display:flex;align-items:center;justify-content:center;margin:0 4px;min-width:30px;height:30px;background:#fff;border:1px solid #efefef;font-size:14px;font-family:PingFang SC-Regular,PingFang SC;font-weight:400;color:#666;-webkit-box-sizing:border-box;box-sizing:border-box}.article-container .pagination a.current,.article-container .pagination a:hover{background-color:var(--themeColor);color:#fff}.article-container .container{background:#fff;border:1px solid #fff;-webkit-box-shadow:0px 0px 2px 1px #e9e9e4;box-shadow:0px 0px 2px 1px #e9e9e4;border-radius:8px;padding:24px;margin:30px 0}.article-container .container h2{font-size:22px;font-weight:bold;color:#333;text-align:center}.article-container .container .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:400;color:#999;margin:16px 0 29px}.article-container .container .info span{margin:0 15px;color:#666;font-size:14px;line-height:30px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.article-container .container .info a{color:var(--themeColor)}.article-container .container article{display:block;word-wrap:break-word;word-break:break-all;font-size:14px;color:#535353;line-height:30px}.article-container .container article img{margin:10px auto;display:block;max-width:100%;height:auto !important}.article-container .recommend{background:#fff;border:1px solid #fff;-webkit-box-shadow:0px 0px 2px 1px #e9e9e4;box-shadow:0px 0px 2px 1px #e9e9e4;border-radius:8px;padding:24px;margin-bottom:30px}.article-container .recommend .module-title{font-size:18px;font-family:Microsoft YaHei;font-weight:bold;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}.article-container .recommend .module-title::before{content:"";display:block;width:4px;height:17px;background:var(--themeColor);border-radius:2px;margin-right:4px}.article-container .recommend .list{padding:0}.article-container .recommend .list .li:last-child{margin-bottom:0}.download-container .wrapper{padding:40px 15px}.download-container img{width:100%;max-width:360px;margin:0 auto;display:block}.download-container .title{font-size:26px;color:#383a3b;text-align:center;margin-top:32px;margin-bottom:14px;font-weight:600;letter-spacing:-1px}.download-container .title a{color:#383a3b}.download-container .tips{font-size:14px;margin:14px 10px 30px;line-height:1.5;text-align:center;color:#333}.download-container .download a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;font-weight:bold;margin:10px;width:280px;color:#fff;padding:10px 14px;font-size:15px;line-height:2;background-color:var(--themeColor);margin:0 auto}@media screen and (max-width: 1200px){main .wrapper{max-width:970px}}@media screen and (max-width: 1080px){:root{--padding: 15px}.crumbs{height:2.125rem;line-height:2.125rem;font-size:.8rem;background-color:#f7f7f7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;padding:0 15px}.list{padding:0 15px}.list .li{border-bottom:1px solid #e4e4e4;padding:1rem 0;margin-top:0;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.list .li img{width:100px;height:66px;margin-right:10px}.list .li .info{width:calc(100% - 112px)}.list .li .info .title{font-size:14px;color:#333;margin-bottom:10px}.list .li .info .desc{display:none}.list .li .info .time{font-size:12px}.list .li .info .others{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list .li .info .others .read{display:none}.head .wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.head #nav-btn{display:-webkit-box;display:-ms-flexbox;display:flex}.head .nav{margin-left:0;position:fixed;right:-50%;z-index:999;top:var(--headerHeight);display:block !important;width:50%;height:auto;background-color:#292929;padding:0;-webkit-transition:right .5s;transition:right .5s;line-height:2.5rem}.head .nav.open{right:0;-webkit-transition:right .5s;transition:right .5s}.head .nav a{height:auto;width:100%;border-right:none;border-bottom:1px solid #e4e4e4;margin:0;text-align:center;border-bottom:.01rem solid #333;font-size:.8125rem;color:#fff !important;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.head .nav a.active{background-color:#000}.foot{padding:1rem}.index-container .section1{height:auto;padding:0 15px 30px}.index-container .section1 .wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.index-container .section1 .info{width:100%;text-align:center;margin-bottom:30px}.index-container .section1 .info .title{font-size:32px;color:#333;margin-top:2.75rem}.index-container .section1 .info .subtitle{font-weight:400;font-size:14px;color:#e9642b;margin:16px 0}.index-container .section1 .info p{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px;margin-bottom:7px}.index-container .section1 .info p::before{width:12px;height:12px;margin-right:5px}.index-container .section1 .info .button{width:14.25rem;height:3.125rem;line-height:3.125rem;text-align:center;font-size:18px;color:#fff;border-radius:1.5625rem;margin:1.5rem auto .5rem}.index-container .section1 img{width:100%}.index-container .section2{padding:30px 15px;margin-top:0}.index-container .section2 .wrapper{padding:0;-webkit-box-shadow:none;box-shadow:none}.index-container .section2 .channel-list .channel-title{font-size:20px;margin-bottom:20px}.index-container .section2 .channel-list .channel-title::after,.index-container .section2 .channel-list .channel-title::before{content:"";width:37px;height:13px;display:inline-block}.index-container .section2 .channel-list .channel-title::before{background-image:url(../image/subtitle-before.png);background-size:100% 100%;margin-right:.5rem}.index-container .section2 .channel-list .channel-title::after{background-image:url(../image/subtitle-after.png);background-size:100% 100%;margin-left:.5rem}.index-container .section2 .feature-list .li{width:calc(33.33% - 10px);margin-bottom:15px;margin-right:15px;padding:15px 10px}.index-container .section2 .feature-list .li:nth-child(4n){margin-right:15px}.index-container .section2 .feature-list .li:nth-child(3n){margin-right:0}.index-container .section2 .feature-list .li img{width:35px;height:35px;margin:0 auto}.index-container .section2 .feature-list .li .title{margin:.5rem 0;font-weight:600;font-size:.875rem;color:#333}.index-container .section2 .feature-list .li .desc{font-size:.8rem;color:#666;margin-top:0}.article-container .download-banner{padding:0}.article-container .download-banner a{padding-top:21.8%;background:url(https://image.sanxiang-sh.com/lsty/s-3.png) no-repeat;background-size:cover;background-position:center}.article-container .channel-list{margin-bottom:0}.article-container .channel-list .channel-title{padding:15px 15px 0}.article-container .channel-list .channel-title strong::after{width:37px;height:13px}.article-container .pagination{margin-bottom:30px}.article-container .pagination a,.article-container .pagination span,.article-container .pagination select{font-size:.75rem;margin:0 .1875rem;border:none}.article-container .container{padding:15px;margin-top:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;margin-bottom:10px;border-bottom:10px solid #f7f7f7}.article-container .container h2{font-size:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:center;margin-top:0;padding:0 1rem}.article-container .container .line{height:8px}.article-container .container .info{margin:.875rem 0;border-bottom:1px dashed #e4e4e4;padding-bottom:.875rem}.article-container .container .info span{font-size:12px}.article-container .container article{font-size:14px}.article-container .container .pages{padding:0 1rem;margin:0}.article-container .container .pages .prev,.article-container .container .pages .next{font-size:14px}.article-container .recommend{padding:1rem;-webkit-box-shadow:none;box-shadow:none}.article-container .recommend .module-title{font-size:18px;line-height:18px;margin-bottom:5px;position:relative;padding-bottom:10px}.article-container .recommend .module-title::before{width:75px;height:3px;position:absolute;left:0;bottom:0}.article-container .recommend .list{padding:0}}@media screen and (max-width: 768px){main .wrapper{max-width:750px}}@media screen and (max-width: 648px){:root{--padding: 15px}#to-top{bottom:70px;right:10px}#to-top img{width:30px;height:30px}.error-404-container .alert img{width:12.5rem}.error-404-container .alert h2{font-size:16px}}