:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 10rem}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400;user-select:none}body{color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:none;-ms-overflow-style:none}#app,.app{height:100%}a{text-decoration:none}body::-webkit-scrollbar{display:none}.app_footer{overflow:hidden;background-color:#fff;padding-top:6.25rem;width:100%}.app_footer .logo{width:79.625rem;height:5.375rem;margin-bottom:3.9375rem}.app_footer .logo img{width:16.4375rem;height:5.375rem}.app_footer .contact{background:#fff}.app_footer .contact .hotline{padding-top:1.25rem;font-size:1.375rem;color:#666;width:auto;height:auto;border:none}.app_footer .contact .hotline small{display:block;font-size:.9375rem;color:#999}.app_footer .extra{background-color:#333;padding:5rem 20.1875rem 1rem;display:flex;flex-direction:column}.app_footer .padd{padding-bottom:.875rem}.app_footer .slogan{line-height:3.625rem;margin-top:3.9375rem;padding-bottom:3.625rem;border-bottom:.0625rem solid #ffffff;width:100%;display:flex;left:20.75rem;margin:0 auto;align-items:center;justify-content:space-between}.app_footer .slogan .left-zone{line-height:1.5;display:flex;flex-direction:column;justify-content:space-between}.app_footer .slogan>div{font-size:1.25rem;font-weight:400;color:#fff;letter-spacing:.25rem}.app_footer .slogan .right-zone{width:41.25rem;display:flex;align-items:flex-end;justify-content:flex-end}.app_footer .slogan .right-zone img{height:8.75rem}.app_footer .copyright{padding-top:3.625rem;margin-bottom:4.375rem;text-align:center;color:#fff;font-size:.9375rem;white-space:nowrap}.app_footer .copyright p{line-height:1.5;margin-bottom:1.25rem}.app_footer .copyright a{color:#fff;line-height:1;padding:0 4rem;border-right:.0625rem solid #ffffff}.app_footer .copyright a:last-child{border-right:none}.app_footer .copyright-bottom{white-space:nowrap;text-align:center;color:#fff}.home{width:100%;height:100%}.home .welcome-more{width:9.375rem;margin:6.375rem auto 0;display:flex;justify-content:center}.home .welcome-more img{width:100%}.home .welcome-next{margin-top:6.25rem;width:100%;text-align:center;display:flex;justify-content:center}.home .welcome-next img{width:3.6875rem;height:3.6875rem;animation:UpDown 1s infinite;cursor:pointer}.top{width:100%;height:100%;position:relative}.top .navbar{z-index:999!important;overflow:hidden;padding:.625rem;position:fixed;width:100%;top:0;display:flex;justify-content:space-between;align-items:center}.top .navbar .logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;letter-spacing:0rem;line-height:1.98rem;color:#fff;text-decoration:none;padding-left:3.125rem}.top .navbar .logo img{width:16.4375rem;height:5.375rem;margin-right:1.25rem}.top .logo img{height:3.125rem;margin-right:1.25rem}.top .navbar ul{list-style-type:none;padding:0;margin:0;display:flex;flex:1}.top .navbar li{flex:1}.top .submenu{display:block;top:100%;position:absolute;left:0;list-style:none;padding:0;margin:0;min-width:9.375rem;z-index:1000}.top .submenu li{width:100%}.top .submenu a{padding:.625rem;color:#fff}.top .navbar a{display:block;color:#fff;text-align:center;padding:.875rem 1rem;text-decoration:none;font-weight:500;font-size:1.5rem;transition:color .3s ease}.top .navbar li:hover .submenu{display:block;position:static}.top .active{color:#ff5e0e!important;display:inline-block;white-space:nowrap;position:relative}.top .navbar a.active:after{content:"";display:block;width:6.25rem;height:.125rem;background-color:#ff5e0e;margin:0 auto;margin-top:1.5625rem;transition:all .3s ease}.top img{width:100%;height:100%;object-fit:contain;z-index:-10}@keyframes UpDown{0%{transform:translateY(0)}50%{transform:translateY(-.625rem)}to{transform:translateY(0)}}#businessSectorDetail{width:100%;height:100%;position:relative;padding-top:7.5rem}#businessSectorDetail .header-content{text-align:center}#businessSectorDetail .header{display:flex;align-items:center;justify-content:center;position:relative;margin-top:1.25rem}#businessSectorDetail .header img{width:28.4375rem}#businessSectorDetail .header .back{position:absolute;left:3.125rem}#businessSectorDetail .header .back img{width:4rem;height:4rem}#businessSectorDetail .box-container{display:flex;justify-content:center;max-width:100%;box-sizing:border-box;margin:0 auto}#businessSectorDetail .left{z-index:1;max-width:100%}#businessSectorDetail .left-top{display:flex;flex-direction:column;justify-content:flex-start}#businessSectorDetail .left-bottom{display:flex;justify-content:space-between;margin-top:1.25rem;gap:1.875rem}#businessSectorDetail .left .left-item{border-radius:1.5rem .5rem .5rem 1.5rem;max-width:18.75rem;object-fit:cover}#businessSectorDetail .left .middle-item{flex:1;border-radius:.5rem;object-fit:cover;width:37.5rem}#businessSectorDetail .left .right-item{border-radius:.5rem 1.5rem 1.5rem .5rem;width:18.75rem;object-fit:cover}#businessSectorDetail .left .image-item>img{width:100%;height:auto;border-radius:.5rem;display:block}#businessSectorDetail .left .header-image{width:9.375rem;height:9.375rem;border-radius:.625rem}#businessSectorDetail .left .header-image-box{padding:1.875rem 0rem}#businessSectorDetail .left .title{font-size:1.875rem;font-weight:bolder}#businessSectorDetail .left .subtitle{font-size:1.125rem;color:#666;font-weight:700}#businessSectorDetail .right{z-index:2}#businessSectorDetail .image-section{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1rem}#businessSectorDetail .image-item{flex:1 1 calc(30% - 1rem);max-width:calc(30% - 1rem);overflow:hidden;border-radius:.5rem;box-shadow:0 .125rem .5rem #0000001a}#businessSectorDetail .image-item img{width:100%;height:auto;display:block}#businessSectorDetail .sidebar{display:flex;flex-direction:column;align-items:flex-start;margin-left:3.125rem;max-width:100%;z-index:2}#businessSectorDetail .sidebar-item{margin-bottom:1rem}#businessSectorDetail .sidebar-item>img{max-width:100%;max-height:3.75rem;border-radius:.5rem}#businessSectorDetail .sidebar-item:active{transform:scale(1.1);transition:all .3s ease}#businessSectorDetail .background{position:absolute;top:0;left:0;right:0;bottom:0;background-size:100% 100%;background-repeat:no-repeat;background-position:center;opacity:.2}@media (max-width: 768px){.home-bg{width:100%;height:55rem!important;background-size:cover;position:relative}.home-bg .image-wrapper{overflow:hidden;width:100%;height:100%;position:relative;background-size:cover;background-repeat:no-repeat}.home-bg .image-wrapper .title-font{color:#ff5e0e;font-size:1.875rem!important;font-weight:500;letter-spacing:.5rem!important}.home-bg .image-wrapper .second-title-font{font-size:1.125rem!important;letter-spacing:0rem;line-height:2.5rem!important;font-family:Microsoft Yahei;color:#ff5e0e}.home-bg .image-wrapper .city-font{font-size:1.375rem!important;letter-spacing:.375rem!important;font-family:Microsoft Yahei;color:#fff;background-color:#ff5e0e;padding:.3125rem .5rem!important;text-align:center;border-radius:5rem!important}.home-bg .image-wrapper .english-font{color:#fff;font-size:1rem!important;font-weight:500!important}.home-bg .image-wrapper .image-info{width:63.125rem;margin:11.25rem auto 0;padding-left:10%;font-size:1rem!important;letter-spacing:.0625rem;line-height:3.75rem;font-family:Microsoft Yahei;color:#fff;font-weight:700;position:absolute;z-index:1}.home-bg .image-wrapper .image-info .share-font{color:#ff5e0e;font-size:1.5rem!important;font-weight:700!important}.home-bg .image-wrapper .image-info>div{font-weight:700}.home-bg .image-wrapper .image-info>div>span{font-weight:700}.home-bg .image-wrapper .bottom-font{display:flex}.home-bg .image-wrapper .bottom-font .up-font{color:#ff5e0e;font-size:1.75rem!important}.home-bg .image-wrapper .bottom-font .down-font{color:#fff;font-size:.75rem!important}.home-bg .image-wrapper .bottom-font>div{display:flex;flex-direction:column;margin-right:1.25rem!important}.home-bg .home-bg-img{background-size:cover;height:100%}.home-bg .image-wrapper:after{content:"";display:block;position:absolute;height:100%;top:0;left:0;right:0;bottom:0;overflow:hidden;background:linear-gradient(180deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.39) 100%)}}.home-bg{width:100%;height:50rem;background-size:cover;position:relative}.home-bg .image-wrapper{overflow:hidden;width:100%;height:100%;position:relative;background-size:cover;background-repeat:no-repeat}.home-bg .image-wrapper .title-font{color:#ff5e0e;font-size:2.75rem;font-weight:500;letter-spacing:.875rem}.home-bg .image-wrapper .second-title-font{font-size:1.5rem;letter-spacing:0rem;line-height:4.125rem;font-family:Microsoft Yahei;color:#ff5e0e}.home-bg .image-wrapper .city-font{font-size:1.625rem;letter-spacing:.5rem;font-family:Microsoft Yahei;color:#fff;background-color:#ff5e0e;padding:0rem .625rem;text-align:center;border-radius:10.3125rem;margin:.625rem 0rem}.home-bg .image-wrapper .english-font{color:#fff;font-size:1.375rem;letter-spacing:.125rem;font-weight:500!important}.home-bg .image-wrapper .image-info{width:63.125rem;margin:11.25rem auto 0;padding-left:10%;font-size:1.25rem;letter-spacing:.0625rem;line-height:3.75rem;font-family:Microsoft Yahei;color:#fff;font-weight:700;position:absolute;z-index:1}.home-bg .image-wrapper .image-info .share-font{color:#ff5e0e;font-size:2rem;font-weight:700}.home-bg .image-wrapper .image-info>div{font-weight:700}.home-bg .image-wrapper .image-info>div>span{font-weight:700}.home-bg .image-wrapper .bottom-font{display:flex}.home-bg .image-wrapper .bottom-font .up-font{color:#ff5e0e;font-size:2.25rem;font-weight:bolder}.home-bg .image-wrapper .bottom-font .down-font{color:#fff;font-size:.875rem;font-weight:700;line-height:1.875rem}.home-bg .image-wrapper .bottom-font>div{display:flex;flex-direction:column;margin-right:3.125rem}.home-bg .home-bg-img{background-size:cover;height:100%}.home-bg .image-wrapper:after{content:"";display:block;position:absolute;height:100%;top:0;left:0;right:0;bottom:0;overflow:hidden;background:linear-gradient(180deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.39) 100%)}.welcome{width:100%}.welcome .welcome-title{width:100%;text-align:center}.welcome .welcome-title img{width:23.5rem}.welcome .img1{margin-top:3.75rem}.welcome .img1 img{width:50.5rem}.welcome .img2 img{width:100%}.welcome .img2{margin-top:6.25rem}.welcome .img2 img{width:83.25rem}.welcome .img3{margin-top:6.25rem}.welcome .img3 img{width:100%}.business-sector{width:100%;padding:6.25rem 0 0}.business-sector .welcome-title{width:100%;text-align:center;display:flex;justify-content:center}.business-sector .welcome-title img{width:23.5rem}.business-sector .welcome-box{box-sizing:border-box;margin-top:6.25rem}.business-sector .img1{margin-top:3.75rem}.business-sector .img1 img{width:50.5rem}.business-sector .img2 img{width:100%}.business-sector .img2{margin-top:6.25rem}.business-sector .img2 img{width:83.25rem}.business-sector .img3{margin-top:6.25rem}.business-sector .img3 img{width:100%}.business-sector .welcome-box{display:flex;justify-content:space-around;margin-bottom:1.25rem}.business-sector .welcome-box .sector-item{width:33.3%;text-align:center}.business-sector .welcome-box .sector-item img{width:22.5rem;border-radius:50%;margin-bottom:.625rem}.business-sector .welcome-box .sector-item h3{font-size:2rem;margin:.625rem 0;font-weight:bolder}.business-sector .welcome-box .sector-item p{font-size:1.5rem;color:#888;font-weight:500}.business-sector .view-more{padding:.625rem 1.25rem;font-size:1rem;border:.0625rem solid #000;background-color:transparent;cursor:pointer}.business-sector .welcome-pic{display:flex;height:37.5rem}.business-sector .welcome-pic :first{margin-top:3.75rem}.business-sector .left-img img{width:79.25rem}.business-sector .right-img{z-index:99}.business-sector .right-img img{width:40.75rem}.business-sector .unhover-img{position:relative}.business-sector .hover-img{opacity:0;position:absolute;left:0;top:0}.business-sector .hover-img:hover{opacity:1;display:block}.business-sector .small-img{bottom:1.3125rem;position:relative;z-index:-1}.sports-field{width:100%;padding:6.25rem 6.25rem 0}.sports-field .welcome-title{width:100%;text-align:center;display:flex;justify-content:center}.sports-field .welcome-title img{width:23.5rem}.sports-field .sport-pic{width:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;margin-top:6.25rem}.sports-field .sport-pic-top{display:flex;justify-content:space-between;margin-bottom:1.25rem;width:100%}.sports-field .sport-pic-top .unhover-img{width:calc(33.3% - .9375rem)}.sports-field .sport-pic-top .unhover-img img{width:100%}.sports-field .sport-pic-medium{width:100%;display:flex;justify-content:space-between;margin-bottom:1.25rem}.sports-field .sport-pic-medium .unhover-img{width:calc(20% - .9375rem)}.sports-field .sport-pic-medium .unhover-img img{width:100%}.sports-field .sport-pic-bot{display:flex;justify-content:space-between;width:100%}.sports-field .sport-pic-bot .unhover-img{width:calc(33.3% - .9375rem)}.sports-field .sport-pic-bot .unhover-img img{width:100%}.sports-field .unhover-img{position:relative}.sports-field .hover-img{opacity:0;position:absolute;left:0;top:0}.sports-field .hover-img:hover{opacity:1;display:block}.sports-field .top-img,.sports-field .medium-img{display:flex;justify-content:space-between;width:100%}.sports-field .img1{margin-top:3.75rem}.sports-field .img1 img{width:50.5rem}.sports-field .img2 img{width:100%}.sports-field .img2{margin-top:6.25rem}.sports-field .img2 img{width:83.25rem}.sports-field .img3{margin-top:6.25rem}.sports-field .img3 img{width:100%}.sports-field .welcome-info{width:83.25rem;margin:11.25rem auto 0;font-size:2.25rem;letter-spacing:0rem;line-height:5.25rem;font-family:Microsoft Yahei;color:#999}.sports-field .welcome-info>div{font-weight:700;margin-top:5.25rem}.sports-field .welcome-info>div>span{font-weight:700}.sports-field .welcome-more{width:100%;margin:3.75rem auto 0;display:flex;justify-content:center}.news{width:100%;padding:6.25rem 12.5rem 0}.news .welcome-title{width:100%;text-align:center;display:flex;justify-content:center;margin-bottom:3.125rem}.news .welcome-title img{width:23.5rem}.news .img1{margin-top:3.75rem}.news .img1 img{width:100%}.news .img2 img{width:100%}.news .img2{margin-top:6.25rem}.news .img2 img{width:83.25rem}.news .img3{margin-top:6.25rem}.news .img3 img{width:100%}.news .welcome-info{width:83.25rem;margin:11.25rem auto 0;font-size:2.25rem;letter-spacing:0rem;line-height:5.25rem;font-family:Microsoft Yahei;color:#999}.news .welcome-info>div{font-weight:700;margin-top:5.25rem}.news .welcome-info>div>span{font-weight:700}.news .welcome-more{width:100%;margin:6.25rem auto 0;display:flex;justify-content:center}.news .news-content{display:flex;justify-content:space-between;padding:1.25rem}.news .news-content-item{width:calc(33% - 1.25rem);display:flex;flex-direction:column;align-items:flex-start}.news .news-content-img{width:100%}.news .news-content-img img{width:100%;height:18.75rem;border-radius:.25rem;transition:transform .3s;margin-bottom:.625rem}.news .news-content-item:hover{transform:scale(1.05)}.news .news-content-date,.news .news-content-text{text-align:center;margin-top:.625rem}.news .news-content-date{font-size:1.5rem;color:#999;margin-bottom:1.375rem}.news .news-content-text h2{font-weight:700;color:#000;font-size:1.625rem;line-height:2.25rem;text-align:left}.container{padding:6.25rem 12.5rem 0;position:relative;background-color:#f5f5f5}.container .welcome-title{width:100%;text-align:center;display:flex;justify-content:center;margin-bottom:6.25rem}.container .welcome-title img{width:23.5rem}.container .carousel{position:relative;width:100%;overflow:hidden;padding-bottom:7.5rem}.container .carousel-images{display:flex;transition:transform .5s ease;justify-content:space-between}.container .carousel-images img:nth-child(2){transform:scale(1.2);object-fit:contain;padding:0rem 1.875rem}.container .carousel-center{transform:scale(1.2);padding:0rem 1.875rem}.container .carousel-images img{width:33.33%;height:auto;transform:scale(.8)}.container button{background-color:#fff;border:none;font-size:2em;cursor:pointer;position:absolute;top:50%;color:#ff5e0e;transform:translateY(-50%);border-radius:50%;width:6.25rem;height:6.25rem}.container button.prev{left:1.25rem;font-size:3.125rem;position:absolute;animation:moveLeft .5s infinite}.container button.next{right:1.25rem;font-size:3.125rem;position:absolute;animation:moveRight .5s infinite}@keyframes moveLeft{0%{transform:translate(0)}50%{transform:translate(-.625rem)}to{transform:translate(0)}}@keyframes moveRight{0%{transform:translate(0)}50%{transform:translate(.625rem)}to{transform:translate(0)}}.main{background-color:#fff;padding:6.25rem 12.5rem 0;position:relative}.main .welcome-title{width:100%;text-align:center;display:flex;justify-content:center;margin-bottom:6.25rem}.main .welcome-title img{width:23.5rem}.main .contact-section{display:flex;justify-content:center;margin-top:1.25rem}.main .contact-item{margin:0 1.25rem;display:flex;padding-top:1.25rem;flex-direction:column;justify-content:center;align-items:center}.main .contact-name{font-size:1.875rem;font-weight:700;margin-bottom:.625rem}.main .contact-tel{font-size:1.625rem;font-weight:400;color:#999}.main .contact-item img{width:10rem;height:10rem;border-radius:50%;margin-bottom:1.25rem}.main .contact-item p{margin:.3125rem 0}#sportsFieldDetail{width:100%;margin-top:6.25rem}#sportsFieldDetail .header{display:flex;align-items:center;justify-content:center;position:relative}#sportsFieldDetail .header img{width:28.4375rem}#sportsFieldDetail .header .back{position:absolute;left:3.125rem}#sportsFieldDetail .header .back img{width:4rem;height:4rem}#sportsFieldDetail .sport-pic{display:flex;flex-direction:column;gap:1.25rem;margin-top:6.25rem;padding:0 12.5rem}#sportsFieldDetail .sport-pic-row{display:flex;gap:1.5625rem}#sportsFieldDetail .unhover-img img{width:100%;height:auto;flex:1}#sportsFieldDetail .img1{margin-top:3.75rem}#sportsFieldDetail .img1 img{width:50.5rem}#sportsFieldDetail .img2 img{width:100%}#sportsFieldDetail .img2{margin-top:6.25rem}#sportsFieldDetail .img2 img{width:83.25rem}#sportsFieldDetail .img3{margin-top:6.25rem}#sportsFieldDetail .img3 img{width:100%}#sportsFieldDetail .welcome-info{width:83.25rem;margin:11.25rem auto 0;font-size:2.25rem;letter-spacing:0rem;line-height:5.25rem;font-family:Microsoft Yahei;color:#999}#sportsFieldDetail .welcome-info>div{font-weight:700;margin-top:5.25rem}#sportsFieldDetail .welcome-info>div>span{font-weight:700}#sportsFieldDetail .welcome-more{width:100%;margin:3.75rem auto 0;display:flex;justify-content:center}.newsDetail{width:100%;margin-top:6.25rem}.newsDetail-header{display:flex;align-items:center;justify-content:center;position:relative}.newsDetail-header img{width:28.4375rem}.newsDetail-header .back{position:absolute;left:3.125rem}.newsDetail-header .back img{width:4rem;height:4rem}.newsDetail-main{margin-top:6.25rem;padding:0 12.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.875rem}.newsDetail-main .newsItem{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.25rem}.newsDetail-main .newsItem:hover{transform:scale(1.05)}.newsDetail-main .newsItem-img{width:100%;margin-bottom:.625rem}.newsDetail-main .newsItem-img img{width:100%;height:18.75rem;border-radius:.25rem;transition:transform .3s}.newsDetail-main .newsItem-item:hover{transform:scale(1.05)}.newsDetail-main .newsItem-date,.newsDetail-main .news-content-text{text-align:center;margin-top:.625rem}.newsDetail-main .newsItem-date{font-size:1.5rem;color:#999;margin-bottom:1.375rem;text-align:left}.newsDetail-main .newsItem-text h2{font-weight:700;color:#000;font-size:1.625rem;line-height:2.25rem;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.newsDetail .pagination{display:flex;justify-content:center;margin-top:1.25rem}.newsDetail .pagination button{color:#666;border:none;border-radius:.3125rem;padding:.625rem .9375rem;margin:0 .3125rem;font-size:2.125rem;font-weight:400;cursor:pointer;background:transparent}.newsDetail .pagination .arrow-button{color:#333;font-weight:400}.newsDetail .pagination button.active{color:#000;font-weight:500}.newsDetail .welcome-title{width:100%;text-align:center}.newsDetail .welcome-title img{width:23.5rem}.newsDetail .img1{margin-top:3.75rem}.newsDetail .img1 img{width:50.5rem}.newsDetail .img2 img{width:100%}.newsDetail .img2{margin-top:6.25rem}.newsDetail .img2 img{width:83.25rem}.newsDetail .img3{margin-top:6.25rem}.newsDetail .img3 img{width:100%}.shuofang{width:100%;height:100%;margin-top:7.5rem}.shuofang-header{display:flex;align-items:flex-start;justify-content:center;padding-top:6.25rem;position:relative}.shuofang-header img{width:28.4375rem;height:7.1875rem}.shuofang-header .back{position:absolute;top:2.625rem;left:21.75rem}.shuofang-header .back img{width:4rem;height:4rem}.shuofang-main{margin-top:3.75rem;display:flex;justify-content:center}.shuofang-main img{width:60.125rem}.software{width:100%;height:100%;margin-top:7.5rem}.software-header{display:flex;align-items:flex-start;justify-content:center;padding-top:6.25rem;position:relative}.software-header img{width:28.4375rem;height:7.1875rem}.software-header .back{position:absolute;top:2.625rem;left:21.75rem}.software-header .back img{width:4rem;height:4rem}.software-main{margin-top:3.75rem;display:flex;justify-content:center}.software-main img{width:60.125rem}.wx{width:100%;height:100%;margin-top:7.5rem}.wx-header{display:flex;align-items:flex-start;justify-content:center;padding-top:6.25rem;position:relative}.wx-header img{width:28.4375rem;height:7.1875rem}.wx-header .back{position:absolute;top:2.625rem;left:21.75rem}.wx-header .back img{width:4rem;height:4rem}.wx-main{margin-top:3.75rem;display:flex;justify-content:center}.wx-main img{width:60.125rem}.yy{width:100%;height:100%;margin-top:7.5rem}.yy-header{display:flex;align-items:flex-start;justify-content:center;padding-top:6.25rem;position:relative}.yy-header img{width:28.4375rem;height:7.1875rem}.yy-header .back{position:absolute;top:2.625rem;left:21.75rem}.yy-header .back img{width:4rem;height:4rem}.yy-main{margin-top:3.75rem;display:flex;justify-content:center}.yy-main img{width:60.125rem}.huinan{width:100%;height:100%;margin-top:7.5rem}.huinan-header{display:flex;align-items:flex-start;justify-content:center;padding-top:6.25rem;position:relative}.huinan-header img{width:28.4375rem;height:7.1875rem}.huinan-header .back{position:absolute;top:2.625rem;left:21.75rem}.huinan-header .back img{width:4rem;height:4rem}.huinan-main{margin-top:3.75rem;display:flex;justify-content:center}.huinan-main img{width:60.125rem}.qidi{width:100%;height:100%}.qidi-header{display:flex;align-items:flex-start;justify-content:center;padding-top:6.25rem;position:relative}.qidi-header img{width:28.4375rem;height:7.1875rem}.qidi-header .back{position:absolute;top:2.625rem;left:21.75rem}.qidi-header .back img{width:4rem;height:4rem}.qidi-main{margin-top:3.75rem;display:flex;justify-content:center}.qidi-main img{width:60.125rem}.daning{width:100%;height:100%;margin-top:7.5rem}.daning-header{display:flex;align-items:flex-start;justify-content:center;padding-top:6.25rem;position:relative}.daning-header img{width:28.4375rem;height:7.1875rem}.daning-header .back{position:absolute;top:2.625rem;left:21.75rem}.daning-header .back img{width:4rem;height:4rem}.daning-main{margin-top:3.75rem;display:flex;justify-content:center}.daning-main img{width:60.125rem}.lihu{width:100%;height:100%}.lihu-header{display:flex;align-items:flex-start;justify-content:center;padding-top:6.25rem;position:relative}.lihu-header img{width:28.4375rem;height:7.1875rem}.lihu-header .back{position:absolute;top:2.625rem;left:21.75rem}.lihu-header .back img{width:4rem;height:4rem}.lihu-main{margin-top:3.75rem;display:flex;justify-content:center}.lihu-main img{width:60.125rem}.yinren{width:100%;height:100%;margin-top:7.5rem}.yinren-header{display:flex;align-items:flex-start;justify-content:center;padding-top:6.25rem;position:relative}.yinren-header img{width:28.4375rem;height:7.1875rem}.yinren-header .back{position:absolute;top:2.625rem;left:21.75rem}.yinren-header .back img{width:4rem;height:4rem}.yinren-main{margin-top:3.75rem;display:flex;justify-content:center}.yinren-main img{width:60.125rem}.badminton{width:100%;height:100%;margin-top:7.5rem}.badminton-header{display:flex;align-items:flex-start;justify-content:center;padding-top:6.25rem;position:relative}.badminton-header img{width:28.4375rem;height:7.1875rem}.badminton-header .back{position:absolute;top:2.625rem;left:21.75rem}.badminton-header .back img{width:4rem;height:4rem}.badminton-main{margin-top:3.75rem;display:flex;justify-content:center}.badminton-main img{width:60.125rem}.runway{width:100%;height:100%}.runway-header{display:flex;align-items:flex-start;justify-content:center;padding-top:6.25rem;position:relative}.runway-header img{width:28.4375rem;height:7.1875rem}.runway-header .back{position:absolute;top:2.625rem;left:21.75rem}.runway-header .back img{width:4rem;height:4rem}.runway-main{margin-top:3.75rem;display:flex;justify-content:center}.runway-main img{width:60.125rem}.court{width:100%;height:100%;margin-top:7.5rem}.court-header{display:flex;align-items:flex-start;justify-content:center;padding-top:6.25rem;position:relative}.court-header img{width:28.4375rem;height:7.1875rem}.court-header .back{position:absolute;top:2.625rem;left:21.75rem}.court-header .back img{width:4rem;height:4rem}.court-main{margin-top:3.75rem;display:flex;justify-content:center}.court-main img{width:60.125rem}.basketball{width:100%;height:100%;margin-top:7.5rem}.basketball-header{display:flex;align-items:flex-start;justify-content:center;padding-top:6.25rem;position:relative}.basketball-header img{width:28.4375rem;height:7.1875rem}.basketball-header .back{position:absolute;top:2.625rem;left:21.75rem}.basketball-header .back img{width:4rem;height:4rem}.basketball-main{margin-top:3.75rem;display:flex;justify-content:center}.basketball-main img{width:60.125rem}.tennis{width:100%;height:100%;margin-top:7.5rem}.tennis-header{display:flex;align-items:flex-start;justify-content:center;padding-top:6.25rem;position:relative}.tennis-header img{width:28.4375rem;height:7.1875rem}.tennis-header .back{position:absolute;top:2.625rem;left:21.75rem}.tennis-header .back img{width:4rem;height:4rem}.tennis-main{margin-top:3.75rem;display:flex;justify-content:center}.tennis-main img{width:60.125rem}
