html{--red: #e80000;--yellow: #ffca02;--orange: #ff5c36;--lightblue: #c7ddff;--green1: #139177;--green2: #70a73b;--green3: #8be269;--blue1: #00395d;--blue2: #005ac7;--blue3: #0098cf;--blue4: #2e82ff;--gray1: #2d2d2d;--gray2: #3a3a39;--gray3: #595757;--gray4: #f1ede7;--gray5: #d0d1d1;--padding: 1rem}:root{--lightPrimary: #597fea;--lightestPrimary: #98cdfc;--blackGray: #333;--darkestGray: #666;--darkGray: #999;--gray: #ccc;--lightGray: #e0e0e0;--lightestGray: #f1f1f1;--lightestGrayBg: #f7f7f7}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animated{animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:calc(var(--animate-repeat)*2)}.animated.repeat-3{animation-iteration-count:calc(var(--animate-repeat)*3)}.animated.delay-d1s{animation-delay:calc(var(--animate-delay)*.1)}.animated.delay-d2s{animation-delay:calc(var(--animate-delay)*.2)}.animated.delay-d3s{animation-delay:calc(var(--animate-delay)*.3)}.animated.delay-d4s{animation-delay:calc(var(--animate-delay)*.4)}.animated.delay-d5s{animation-delay:calc(var(--animate-delay)*.5)}.animated.delay-d6s{animation-delay:calc(var(--animate-delay)*.6)}.animated.delay-d7s{animation-delay:calc(var(--animate-delay)*.7)}.animated.delay-d8s{animation-delay:calc(var(--animate-delay)*.8)}.animated.delay-d9s{animation-delay:calc(var(--animate-delay)*.9)}.animated.delay-1s{animation-delay:var(--animate-delay)}.animated.delay-1d1s{animation-delay:calc(var(--animate-delay)*1.1)}.animated.delay-1d2s{animation-delay:calc(var(--animate-delay)*1.2)}.animated.delay-1d3s{animation-delay:calc(var(--animate-delay)*1.3)}.animated.delay-1d4s{animation-delay:calc(var(--animate-delay)*1.4)}.animated.delay-1d5s{animation-delay:calc(var(--animate-delay)*1.5)}.animated.delay-1d6s{animation-delay:calc(var(--animate-delay)*1.6)}.animated.delay-1d7s{animation-delay:calc(var(--animate-delay)*1.7)}.animated.delay-1d8s{animation-delay:calc(var(--animate-delay)*1.8)}.animated.delay-1d9s{animation-delay:calc(var(--animate-delay)*1.9)}.animated.delay-2s{animation-delay:calc(var(--animate-delay)*2)}.animated.delay-2d5s{animation-delay:calc(var(--animate-delay)*2.5)}.animated.delay-3s{animation-delay:calc(var(--animate-delay)*3)}.animated.delay-3d5s{animation-delay:calc(var(--animate-delay)*3.5)}.animated.delay-4s{animation-delay:calc(var(--animate-delay)*4)}.animated.delay-4d5s{animation-delay:calc(var(--animate-delay)*4.5)}.animated.delay-5s{animation-delay:calc(var(--animate-delay)*5)}.animated.delay-5d5s{animation-delay:calc(var(--animate-delay)*5.5)}.animated.faster{animation-duration:calc(var(--animate-duration)/2)}.animated.fast{animation-duration:calc(var(--animate-duration)*.8)}.animated.slow{animation-duration:calc(var(--animate-duration)*2)}.animated.slower{animation-duration:calc(var(--animate-duration)*3)}@media print,(prefers-reduced-motion: reduce){.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animated[class*=Out]{opacity:0}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUp{animation-name:fadeInUp}.fadeIn{animation-name:fadeIn}@keyframes rotateInUpLeft{from{transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{from{transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}.tada{animation-name:tada}@keyframes tada2{0%{transform:scale3d(1, 1, 1)}10%,30%,50%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}20%,40%{transform:scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg)}100%{transform:scale3d(1, 1, 1)}}.tada2{animation-name:tada2}*{padding:0;margin:0;list-style:none;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none}html,body{margin:0;padding:0;color:#fff;font-family:Arial,Helvetica,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:var(--gray4)}.ib{display:inline-block;line-height:1}a{text-decoration:none}.relative{position:relative}.pt{padding-top:var(--padding)}.pl{padding-left:var(--padding)}.pr{padding-right:var(--padding)}.pb{padding-bottom:var(--padding)}.p{padding:var(--padding)}.mt{margin-top:var(--padding)}.ml{margin-left:var(--padding)}.mr{margin-right:var(--padding)}.mb{margin-bottom:var(--padding)}.m{margin:var(--padding)}.v025{--padding: 0.25rem}.v05{--padding: 0.5rem}.v1{--padding: 1rem}.v1d5{--padding: 1.5rem}.v2{--padding: 2rem}.v2d5{--padding: 2.5rem}.v3{--padding: 3rem}.v3d5{--padding: 3.5rem}.v4{--padding: 4rem}.v5{--padding: 5rem}.v6{--padding: 6rem}.v7{--padding: 7rem}.v8{--padding: 8rem}.v9{--padding: 9rem}.v10{--padding: 10rem}.v11{--padding: 11rem}.v12{--padding: 12rem}.v13{--padding: 13rem}.v14{--padding: 14rem}.v15{--padding: 15rem}.v16{--padding: 16rem}.v17{--padding: 17rem}.v18{--padding: 18rem}.v19{--padding: 19rem}.v20{--padding: 20rem}.v21{--padding: 21rem}.v22{--padding: 22rem}.v23{--padding: 23rem}.v24{--padding: 24rem}.v25{--padding: 25rem}.v26{--padding: 26rem}.v27{--padding: 27rem}.v28{--padding: 28rem}.v29{--padding: 29rem}.v30{--padding: 30rem}.v31{--padding: 31rem}.v32{--padding: 32rem}.v33{--padding: 33rem}.v34{--padding: 34rem}.t{font-size:var(--fontsize)}.t24{--fontsize: 24px}.l1{line-height:1}.l2{line-height:2}.l15{line-height:1.5}.text{text-align:justify;word-break:keep-all}.w{width:var(--width)}.w1{--width: 1rem}.w2{--width: 2rem}.w3{--width: 3rem}.w4{--width: 4rem}.w5{--width: 5rem}.w6{--width: 6rem}.w7{--width: 7rem}.w8{--width: 8rem}.w9{--width: 9rem}.w10{--width: 10rem}.w11{--width: 11rem}.w12{--width: 12rem}.w13{--width: 13rem}.w14{--width: 14rem}.w15{--width: 15rem}.w16{--width: 16rem}.w17{--width: 17rem}.w18{--width: 18rem}.w19{--width: 19rem}.w20{--width: 20rem}.w21{--width: 21rem}.w22{--width: 22rem}.w23{--width: 23rem}.w24{--width: 24rem}.w25{--width: 25rem}.w26{--width: 26rem}.w27{--width: 27rem}.w28{--width: 28rem}.w29{--width: 29rem}.w30{--width: 30rem}.w31{--width: 31rem}.w32{--width: 32rem}.w33{--width: 33rem}.w34{--width: 34rem}.w35{--width: 35rem}.w36{--width: 36rem}.w37{--width: 37rem}.w38{--width: 38rem}.w39{--width: 39rem}.w40{--width: 40rem}.w41{--width: 41rem}.w42{--width: 42rem}.w43{--width: 43rem}.w44{--width: 44rem}.w45{--width: 45rem}.w46{--width: 46rem}.w47{--width: 47rem}.w48{--width: 48rem}.w49{--width: 49rem}.w50{--width: 50rem}.w51{--width: 51rem}.w52{--width: 52rem}.w53{--width: 53rem}.w54{--width: 54rem}.w55{--width: 55rem}.w56{--width: 56rem}.w57{--width: 57rem}.w58{--width: 58rem}.w59{--width: 59rem}.w60{--width: 60rem}.w61{--width: 61rem}.w62{--width: 62rem}.w63{--width: 63rem}.w64{--width: 64rem}.w65{--width: 65rem}.w66{--width: 66rem}.w67{--width: 67rem}.w68{--width: 68rem}.w69{--width: 69rem}.w70{--width: 70rem}.w71{--width: 71rem}.w72{--width: 72rem}.w73{--width: 73rem}.w74{--width: 74rem}.w75{--width: 75rem}.w76{--width: 76rem}.w77{--width: 77rem}.w78{--width: 78rem}.w79{--width: 79rem}.w80{--width: 80rem}.w81{--width: 81rem}.w82{--width: 82rem}.w83{--width: 83rem}.w84{--width: 84rem}.w85{--width: 85rem}.w86{--width: 86rem}.tit{font-size:1.2rem;line-height:2;border-bottom:1px solid var(--primaryColor)}.font_nexa{font-family:"Nexa Book",Arial,Helvetica,sans-serif}.font_source{font-family:"Source Sans Variable",Arial,Helvetica,sans-serif}.sub-tit{font-size:1.05rem}.text{font-size:.88rem}.text+.tit{margin-top:1.5rem}.text+.text{margin-top:1.5rem}ul{padding:0;padding-left:1.5em}.txt-center{text-align:center}.txt-left{text-align:left}.txt-right{text-align:right}.black{color:#000}.white{color:#fff}.main_btn{display:inline-block;box-sizing:border-box;color:#000;font-size:1rem;font-weight:bold;z-index:1;width:8rem;height:2rem;line-height:2rem;border-radius:1rem;text-align:center;background:#f5d457;box-shadow:-2px 4px 0 #000}.main_btn:hover{box-shadow:none}.font3XS{font-size:.4rem}.font2XS{font-size:.5rem}.fontXS{font-size:.6rem}.fontS{font-size:.8rem}.font{font-size:1.2rem}.fontM{font-size:1.5rem}.fontL{font-size:1.8rem}.fontXL{font-size:2.4rem}.en{font-size:.88rem;line-height:1.5;font-family:"Montserrat-Medium"}.cn{font-size:1.1rem;line-height:1.5;font-family:"alibaba-regular"}.relative{position:relative}.shadow2{box-shadow:0 .6rem var(--yellow)}@font-face{font-family:"Montserrat-Black";src:url("../fonts/Montserrat-Black.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:"Montserrat-Bold";src:url("../fonts/Montserrat-Bold.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:"Montserrat-ExtraBold";src:url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:"Montserrat-Medium";src:url("../fonts/Montserrat-Medium.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:"Montserrat-SemiBold";src:url("../fonts/Montserrat-SemiBold.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:"MyriadPro-Regular";src:url("../fonts/MyriadPro-Regular.otf") format("truetype");font-weight:normal;font-style:normal}.Montserrat-Black{font-family:"Montserrat-Black","Helvetica Neue",Helvetica,Arial,sans-serif}.Montserrat-Bold{font-family:"Montserrat-Bold","Helvetica Neue",Helvetica,Arial,sans-serif}.Montserrat-ExtraBold{font-family:"Montserrat-ExtraBold","Helvetica Neue",Helvetica,Arial,sans-serif}.Montserrat-Medium{font-family:"Montserrat-Medium","Helvetica Neue",Helvetica,Arial,sans-serif}.Montserrat-SemiBold{font-family:"Montserrat-SemiBold","Helvetica Neue",Helvetica,Arial,sans-serif}.MyriadPro-Regular{font-family:"MyriadPro-Regular","Helvetica Neue",Helvetica,Arial,sans-serif}.pingfan{font-family:"PingFangSC","PingFangHK","PingFangTC","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:normal}.arial{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-weight:normal}.arial-black{font-family:"Arial Black","Helvetica Neue",Helvetica,sans-serif;font-weight:normal}.bold{font-weight:bold}@media screen and (max-width: 600px){html{font-size:3.333333333vw}.home{color:var(--darkestGray)}.home .banner{color:#fff;background:var(--primaryColor);position:relative;padding-top:36.7rem}.home .banner .logo{position:absolute;left:2.5rem;top:2rem;width:5rem}.home .banner .menu{position:absolute;right:2.5rem;top:2rem;width:1.6rem}.home .banner .menu .menu-list{display:none;position:absolute;right:0;top:2.1rem;background:#fff;padding:var(--padding);border-radius:var(--padding);z-index:100}.home .banner .menu .menu-list a{color:var(--darkestGray);padding:.8rem;text-decoration:none;display:block;border-bottom:1px solid var(--primaryColor);text-align:center}.home .banner .menu .menu-list a:nth-last-child(1){border-bottom-width:0}.home .banner .menu.active .menu-list{display:block}.home .banner .animation{position:absolute;top:7.65rem;left:2.5rem;z-index:1}.home .banner .animation img{width:25rem}.home .banner .text{padding:0 2.5rem 9rem 2.5rem}.home .banner .text .link{display:flex;justify-content:space-between}.home .banner .text .link>a{color:#fff;text-decoration:none;border-radius:1rem;border:1px solid #fff;padding:1rem}.home .banner .arrow{position:absolute;bottom:1.2rem;left:50%;transform:translateX(-50%)}.home .banner .arrow img{width:1rem;height:1rem}.home .honor img{width:30rem}.home .profile,.home .team{padding:2.5rem}.home .team .item{display:flex}.home .team .item .left{width:5.5rem}.home .team .item .left img{width:5.5rem}.home .team .item .right{flex-grow:1;position:relative}.home .team .item .right::before{content:" ";position:absolute;top:3.5rem;width:1rem;height:1px;background-color:var(--primaryColor)}.home .contact{box-sizing:border-box;height:50rem;padding:25rem 7.5rem 7rem 7.5rem;background-color:var(--primaryColor);color:#fff}.home .contact>.img{display:flex;justify-content:space-between;font-size:.5rem}.home .contact img{width:3rem}.home .contact .name{text-align:center;padding-top:.5rem}}@media screen and (min-width: 601px){html{font-size:20px}body{background-color:var(--gray4)}.home01,.home02,.home03,.home04,.home05,.home06,.home07,.home08,.home09,.home10,.home11,.home12,.home13,.home14{width:1200px;margin:0 auto;background-color:var(--gray4);box-sizing:border-box}.title{text-align:center;font-family:"Montserrat-ExtraBold";display:inline-block;padding:.6rem 2.4rem;font-size:2.4rem;border-radius:3rem}.bg-orange{background-color:var(--orange)}.bg-yellow{background-color:var(--yellow)}.bg-blue1{background-color:var(--blue1)}.bg-blue2{background-color:var(--blue2)}.bg-blue3{background-color:var(--blue3)}.bg-blue4{background-color:var(--blue4)}.bg-green1{background-color:var(--green1)}.bg-green2{background-color:var(--green2)}.bg-green3{background-color:var(--green3)}.white{color:#fff}.orange{color:var(--orange)}.fontN{font-size:1.2rem}.f{font-size:var(--fontsize)}.f1{--fontsize: 1rem}.f1d2{--fontsize: 1.2rem}.f1d3{--fontsize: 1.3rem}.f1d4{--fontsize: 1.4rem}.f1d5{--fontsize: 1.5rem}.f1d6{--fontsize: 1.6rem}.f1d7{--fontsize: 1.7rem}.f1d8{--fontsize: 1.8rem}.f1d9{--fontsize: 1.9rem}.f2{--fontsize: 2rem}.f2d5{--fontsize: 2.5rem}p{font-size:1.2rem;font-family:Arial,Helvetica,sans-serif}.round{border-radius:var(--radius)}.r05{--radius: 0.3rem}.r1{--radius: 0.6rem}.r2{--radius: 1.2rem}.dark{color:var(--gray1)}.gray1{color:var(--gray1)}.gray2{color:var(--gray2)}.shadow{box-shadow:0 .3rem .3rem rgba(0,0,0,.2)}.l1{line-height:1}.flex{display:flex}.flex.between{justify-content:space-between}.flex.center{align-items:center}.header-container{background-color:var(--yellow);position:fixed;top:0;left:0;right:0;z-index:1000}.header{width:1200px;font-size:.6rem;box-sizing:border-box;margin:0 auto;display:flex;background-color:var(--yellow);height:4.8rem;align-items:center;padding:0 .9rem}.header .logo{height:3rem;flex-shrink:0}.header .menu{flex-shrink:0;padding:.3rem;background:#fff;border-radius:1.2rem;color:var(--gray3);margin-left:2.1rem;font-size:.6rem;display:flex;align-items:center}.header .menu li{cursor:pointer;display:inline-block;padding:.3rem .84rem}.header .menu li.active{background:var(--red);font-size:.88rem;color:#fff;border-radius:1.2rem}.header .menu li.active a,.header .menu li.active a:active,.header .menu li.active a:visited{color:#fff;text-decoration:none}.header .menu li a,.header .menu li a:active,.header .menu li a:visited{color:var(--gray3);text-decoration:none}.header .contact{flex-grow:1;text-align:right;display:flex;align-items:center;justify-content:flex-end}.header .contact .search_btn{display:inline-block;background:#fff;height:1.38rem;width:1.38rem;border-radius:.69rem;display:flex;justify-content:center;align-items:center}.header .contact .search_btn img{width:.6rem;height:.6rem}.header .contact .search_input{font-size:.72rem;display:inline-block;box-sizing:border-box;width:10.2rem;border-radius:1.2rem;height:1.38rem;line-height:1.38rem;background-color:#fff;color:var(--gray1);padding:0 var(--padding);text-align:left}.btn{display:inline-block;line-height:1.4rem;height:1.4rem;padding:0 .6em;border-radius:.7rem;font-size:.8rem}.btn.bg-orange{background-color:var(--orange);color:#fff}.btn.bg-yellow{background-color:var(--yellow);color:#fff}.btn.bg-yellow.black{color:#000}.btn.bg-lightblue{background-color:var(--lightblue);color:#fff}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animated{animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:calc(var(--animate-repeat)*2)}.animated.repeat-3{animation-iteration-count:calc(var(--animate-repeat)*3)}.animated.delay-d1s{animation-delay:calc(var(--animate-delay)*.1)}.animated.delay-d2s{animation-delay:calc(var(--animate-delay)*.2)}.animated.delay-d3s{animation-delay:calc(var(--animate-delay)*.3)}.animated.delay-d4s{animation-delay:calc(var(--animate-delay)*.4)}.animated.delay-d5s{animation-delay:calc(var(--animate-delay)*.5)}.animated.delay-d6s{animation-delay:calc(var(--animate-delay)*.6)}.animated.delay-d7s{animation-delay:calc(var(--animate-delay)*.7)}.animated.delay-d8s{animation-delay:calc(var(--animate-delay)*.8)}.animated.delay-d9s{animation-delay:calc(var(--animate-delay)*.9)}.animated.delay-1s{animation-delay:var(--animate-delay)}.animated.delay-1d1s{animation-delay:calc(var(--animate-delay)*1.1)}.animated.delay-1d2s{animation-delay:calc(var(--animate-delay)*1.2)}.animated.delay-1d3s{animation-delay:calc(var(--animate-delay)*1.3)}.animated.delay-1d4s{animation-delay:calc(var(--animate-delay)*1.4)}.animated.delay-1d5s{animation-delay:calc(var(--animate-delay)*1.5)}.animated.delay-1d6s{animation-delay:calc(var(--animate-delay)*1.6)}.animated.delay-1d7s{animation-delay:calc(var(--animate-delay)*1.7)}.animated.delay-1d8s{animation-delay:calc(var(--animate-delay)*1.8)}.animated.delay-1d9s{animation-delay:calc(var(--animate-delay)*1.9)}.animated.delay-2s{animation-delay:calc(var(--animate-delay)*2)}.animated.delay-2d5s{animation-delay:calc(var(--animate-delay)*2.5)}.animated.delay-3s{animation-delay:calc(var(--animate-delay)*3)}.animated.delay-3d5s{animation-delay:calc(var(--animate-delay)*3.5)}.animated.delay-4s{animation-delay:calc(var(--animate-delay)*4)}.animated.delay-4d5s{animation-delay:calc(var(--animate-delay)*4.5)}.animated.delay-5s{animation-delay:calc(var(--animate-delay)*5)}.animated.delay-5d5s{animation-delay:calc(var(--animate-delay)*5.5)}.animated.faster{animation-duration:calc(var(--animate-duration)/2)}.animated.fast{animation-duration:calc(var(--animate-duration)*.8)}.animated.slow{animation-duration:calc(var(--animate-duration)*2)}.animated.slower{animation-duration:calc(var(--animate-duration)*3)}}@media screen and (min-width: 601px)and (prefers-reduced-motion: reduce){.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animated[class*=Out]{opacity:0}}@media screen and (min-width: 601px){@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}}@media screen and (min-width: 601px){.fadeInLeft{animation-name:fadeInLeft}}@media screen and (min-width: 601px){@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}}@media screen and (min-width: 601px){.fadeInRight{animation-name:fadeInRight}}@media screen and (min-width: 601px){@keyframes fadeIn{from{opacity:0}to{opacity:1}}}@media screen and (min-width: 601px){@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}}@media screen and (min-width: 601px){.fadeInDown{animation-name:fadeInDown}}@media screen and (min-width: 601px){@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}}@media screen and (min-width: 601px){.fadeInUp{animation-name:fadeInUp}}@media screen and (min-width: 601px){.fadeIn{animation-name:fadeIn}}@media screen and (min-width: 601px){@keyframes rotateInUpLeft{from{transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}}@media screen and (min-width: 601px){.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}}@media screen and (min-width: 601px){@keyframes rotateInUpRight{from{transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform:translate3d(0, 0, 0);opacity:1}}}@media screen and (min-width: 601px){.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}}@media screen and (min-width: 601px){@keyframes tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}}@media screen and (min-width: 601px){.tada{animation-name:tada}}@media screen and (min-width: 601px){@keyframes tada2{0%{transform:scale3d(1, 1, 1)}10%,30%,50%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}20%,40%{transform:scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg)}100%{transform:scale3d(1, 1, 1)}}}@media screen and (min-width: 601px){.tada2{animation-name:tada2}}@media screen and (min-width: 601px){.home01{height:36.96rem;margin-top:4.8rem;background-image:url(../img/home01/bg.svg);background-repeat:no-repeat;background-size:cover;color:#000;position:relative}.home01 .logo{display:block;position:absolute;bottom:0;left:0}.home01 .word{position:absolute;width:25.8rem;top:5.4rem;left:50%;transform:translateX(-50%);filter:drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.5));z-index:2}.home01 .ant01{position:absolute;left:3.6rem;top:13.2rem;width:10.2rem}.home01 .ant02{position:absolute;right:5rem;top:16rem;width:14rem}}@media screen and (min-width: 601px){.home02{padding:1.2rem 4.2rem 2.4rem 4.2rem;background:var(--gray4)}.home02 .video-container{width:51.6rem;border-radius:.6rem;overflow:hidden;position:relative}.home02 video{width:100%;height:100%;border-radius:.6rem;overflow:hidden}}@media screen and (min-width: 601px){.home03{padding:1.2rem 4.2rem 2.4rem 4.2rem;background:var(--gray4);position:relative;text-align:center;padding-top:0}.home03 .title{position:relative;text-align:center}.home03 .title .title-text{display:inline-block;background:var(--orange);padding:.6rem 2.4rem;font-size:2.4rem;border-radius:3rem}.home03 .ill1{position:absolute;top:0;left:4.2rem;z-index:1}.home03 .ill1 img{position:absolute;width:49.2rem}.home03 .txt1{background-color:var(--blue1)}.home03 .txt1::after{border-color:var(--blue1) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.home03 .txt1 .star{right:.9rem}.home03 .txt3{background-color:var(--blue3)}.home03 .txt3::after{border-color:var(--blue3) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.home03 .txt2{background-color:var(--blue2)}.home03 .txt2::after{border-color:var(--blue2) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.home03 .txt2 .star{left:.9rem}.home03 .txt1,.home03 .txt2,.home03 .txt3{border-radius:.6rem;padding:2.4rem;line-height:1.5;font-size:1.2rem;position:relative}.home03 .txt1::after,.home03 .txt2::after,.home03 .txt3::after{content:" ";position:absolute;bottom:-0.66rem;left:50%;transform:translateX(-50%);width:0;height:0;border-style:solid;border-width:1.2rem .9rem 0 .9rem;z-index:2}.home03 .txt1 .star,.home03 .txt2 .star,.home03 .txt3 .star{position:absolute;width:1.8rem;top:.9rem}.home03 .txt1 p,.home03 .txt2 p,.home03 .txt3 p{text-align:center}.home03 .txt1 p+p,.home03 .txt2 p+p,.home03 .txt3 p+p{margin-top:1.2rem}}@media screen and (min-width: 601px){.home04{position:relative;padding:2.4rem 4.2rem;padding-bottom:0}.home04 .logo{position:absolute;top:-0.6rem;left:50%;transform:translateX(-50%)}.home04 .logo img{width:5.16rem}.home04 .area-container{display:flex;flex-wrap:wrap}.home04 .area1{background-color:var(--blue2);border-top-left-radius:.9rem;border-bottom-left-radius:.9rem}.home04 .area2{background-color:var(--yellow);border-top-right-radius:.9rem;border-bottom-right-radius:.9rem}.home04 .area3{background-color:var(--green2);border-top-left-radius:.9rem;border-bottom-left-radius:.9rem}.home04 .area4{background-color:var(--orange);border-top-right-radius:.9rem;border-bottom-right-radius:.9rem}.home04 .area1,.home04 .area2,.home04 .area3,.home04 .area4{width:50%;box-sizing:border-box;padding:2.1rem 1.2rem;text-align:center;height:22.2rem}.home04 .area1 .tit,.home04 .area2 .tit,.home04 .area3 .tit,.home04 .area4 .tit{font-size:1.998rem;text-align:center;line-height:1.1;font-family:"Montserrat-ExtraBold","Helvetica Neue",Helvetica,Arial,sans-serif}.home04 .area1 .img img,.home04 .area2 .img img,.home04 .area3 .img img,.home04 .area4 .img img{padding:0;height:7.98rem}.home04 .area1 .desc,.home04 .area2 .desc,.home04 .area3 .desc,.home04 .area4 .desc{font-size:1.2rem}}@media screen and (min-width: 601px){.home05{position:relative;height:33.6rem;/*overflow:hidden;*/position:relative}.home05 .indicator{position:absolute;--swiper-theme-color: var(--yellow);top:13rem !important;left:22rem !important;z-index:2;bottom:auto !important;width:auto !important;--swiper-pagination-bullet-horizontal-gap:0.4rem;--swiper-pagination-bullet-width:1rem;--swiper-pagination-bullet-height:1rem}.home05 .indicator .more img{width:3.18rem}.home05 .slides{display:flex;position:relative;cursor:pointer;transition:transform 1s ease}.home05 .slide{position:relative;width:60rem;height:33.6rem;flex-shrink:0;background-size:contain;background-position:right bottom;background-repeat:no-repeat}.home05 .slide img{display:block;pointer-events:none}.home05 .slide.history_2017{background-image:url(../img/home05/bg2017.png)}.home05 .slide .tit{position:absolute;left:7.2rem;top:4.2rem;width:6rem;font-size:3rem;text-align:left;line-height:1;color:var(--gray1);font-family:"Montserrat-ExtraBold"}.home05 .slide .year{position:absolute;font-family:"Montserrat-ExtraBold";font-size:5.4rem;position:absolute;color:var(--gray1);left:7.2rem;top:10.8rem}.home05 .slide .desc{position:absolute;left:7.2rem;width:27.6rem;top:21.6rem;font-family:"Montserrat-SemiBold";font-size:1.2rem}}@media screen and (min-width: 601px){.home06{position:relative;text-align:center;padding:4.2rem 4.2rem;background-image:linear-gradient(#F1EDE7, #D5CBD3, #8E759F, #3B1163, #1A0F43);background-size:cover;height:100.5rem;line-height:1}.home06::after{content:" ";height:96rem;position:absolute;width:100%;bottom:0;left:0;background-image:url(../img/home06/bg.svg);background-size:100% auto;background-position:bottom center;background-repeat:no-repeat}.home06 .ill1{position:absolute;top:1.8rem;left:.6rem}.home06 .ill1 img{width:14.1rem}.home06 .ill2{position:absolute;left:22.8rem;top:67.2rem;z-index:2}.home06 .ill2 img{width:19.8rem}.home06 .ill3{position:absolute;right:3.2rem;top:6.5rem;z-index:2}.home06 .ill3 img{width:10rem}.home06 .title2{font-size:2.7rem;color:var(--gray1);font-family:"Montserrat-Black"}.home06 .title3{font-size:3.9rem;color:var(--orange);font-family:"Montserrat-Black"}.home06 .desc{width:40.5rem;margin:2.4rem auto 1.2rem auto}.home06 .box{padding:1.8rem 1.2rem 1.2rem 1.2rem}.home06 .bord{border:1px solid #fff}.home06 .txt5{display:flex;justify-content:space-between}.home06 .txt5 .txt51{width:25.2rem;box-sizing:border-box}.home06 .txt6{background:rgba(255,255,255,.24)}.home06 .ft{position:absolute;margin:0 auto;bottom:2.4rem;left:4.2rem;right:4.2rem}}@media screen and (min-width: 601px){.home07{background-color:var(--gray4);background-image:url(../img/home07/bg.svg);height:91.8rem;background-repeat:no-repeat;background-position:top center;text-align:center;position:relative;line-height:1}.home07 .home07-bottom{position:relative;box-sizing:border-box;width:100%;height:100%;padding:2.4rem 4.2rem;background-image:url(../img/home07/bg2.svg);background-repeat:no-repeat;background-position:bottom center;z-index:0}.home07 .ill01{position:absolute;top:55.2rem;right:1.2rem;z-index:3}.home07 .ill01 img{width:13.8rem}.home07 .hd{font-size:3rem;font-family:"Montserrat-Black";text-align:center}.home07 .bd{font-size:1.68rem;text-align:center}.home07 .block1{background-color:var(--orange);color:var(--gray4);margin-top:2.4rem;font-size:1.8rem;padding:1.2rem;border-radius:1.2rem;box-shadow:0 .6rem var(--yellow)}.home07 .block2{box-sizing:border-box;left:4.2rem;right:4.2rem;margin-top:1.2rem;display:flex;flex-wrap:wrap;justify-content:space-between;z-index:2}@keyframes bg{0%{background-color:var(--green2);box-shadow:0 .6rem var(--yellow)}100%{background-color:var(--yellow);transform:translateY(0.6rem);box-shadow:0 -0.6rem var(--green2)}}.home07 .block2 .item{width:16.2rem;height:14.6rem;display:flex;justify-content:space-around;align-items:center;box-sizing:border-box;padding:1.2rem;border-radius:.9rem;background-color:var(--green2);box-shadow:0 .6rem var(--yellow)}.home07 .block2 .item:hover{animation:bg 1s ease-in-out;animation-fill-mode:forwards}.home07 .block2 .item:hover .item_con{display:block}.home07 .block2 .item:hover .item_tit{display:none}.home07 .block2 .item:nth-child(n+4){margin-top:1.2rem}.home07 .block2 .item .item_tit{color:#fff;font-family:"Montserrat-SemiBold";font-size:1.7rem;line-height:1.2}.home07 .block2 .item .item_con{display:none;font-size:1.2rem;line-height:1.2;font-family:"MyriadPro-Regular";color:#fff}.home07 .block3{font-size:1.8rem;margin-top:4rem;font-family:"Montserrat-ExtraBold";clear:both}.home07 .block4 .tit,.home07 .block4 .con{color:var(--gray1)}.home07 .block4 .tit{margin-top:8.4rem;font-size:3.3rem;line-height:1;font-family:"Montserrat-Black"}.home07 .block4 .con{font-size:1.8rem;font-family:"Montserrat-semiBold"}.home07 .block5{margin-top:8.6rem;font-weight:bold;font-size:1.2rem}.home07 .block5>span{font-size:2.004rem}}@media screen and (min-width: 601px){.home08{position:relative;background-image:url(../img/home08/bg.svg);background-position:center;background-size:cover;background-repeat:no-repeat;height:54.6rem;padding:2.4rem 4.2rem}.home08 .ant{position:absolute;width:16rem;left:.5rem;top:20rem;z-index:4}.home08 .sections{display:flex;justify-content:space-between;padding-top:3.6rem}.home08 .section1,.home08 .section2,.home08 .section3{width:16.8rem;box-sizing:border-box;background-color:var(--orange);height:20rem;border-radius:.6rem;padding:.3rem;text-align:center;line-height:1;display:flex;flex-direction:column}@keyframes ani1{0%{height:17rem}100%{height:2rem;color:rgba(0,0,0,0)}}@keyframes ani2{0%{height:1rem;color:rgba(0,0,0,0)}100%{height:17rem;color:#000}}.home08 .section1:hover .sec_con,.home08 .section2:hover .sec_con,.home08 .section3:hover .sec_con{animation:ani2 1s ease-in-out;animation-fill-mode:forwards}.home08 .section1:hover .sec_tit,.home08 .section2:hover .sec_tit,.home08 .section3:hover .sec_tit{animation:ani1 1s ease-in-out;animation-fill-mode:forwards}.home08 .section1 .sec_tit,.home08 .section2 .sec_tit,.home08 .section3 .sec_tit{font-size:1.8rem;font-family:"Montserrat-SemiBold";height:18rem;line-height:1;display:flex;justify-content:space-around;align-items:center;flex-shrink:0}.home08 .section1 .sec_con,.home08 .section2 .sec_con,.home08 .section3 .sec_con{cursor:pointer;font-size:1.2rem;box-sizing:border-box;background-color:#fff;color:var(--gray1);padding:.6rem;border-radius:.4rem;color:rgba(0,0,0,0);height:1rem;overflow:hidden;display:flex;align-items:center;justify-content:space-around}.home08 .section2{margin-top:-3.6rem;margin-bottom:2.16rem;background:var(--yellow)}.home08 .ft{position:absolute;bottom:2.7rem;left:2.4rem;right:2.4rem;text-align:center;font-family:"Montserrat-SemiBold";font-size:1.8rem;letter-spacing:-0.06rem}}@media screen and (min-width: 601px){.home09{padding-top:2.4rem;box-sizing:border-box;height:111rem;background-color:var(--gray4);background-image:url(../img/home09/bg.svg);background-size:cover;text-align:center}.home09 .logo img{display:block;width:20.6rem;margin:0 auto}.home09 p{padding:0 4.2rem;font-size:2.1rem;line-height:1;color:var(--gray2)}.home09 .tit1{display:inline-block;margin:0 auto;font-family:"Montserrat-Black";font-size:3.2rem;text-align:center;color:var(--gray1);position:relative;margin-top:2.4rem;z-index:2}.home09 .tit1::after{content:" ";position:absolute;background-color:var(--yellow);width:100%;height:40%;bottom:.1rem;left:0;z-index:-1}}@media screen and (min-width: 601px){.home10{box-sizing:border-box;padding:2.4rem 4.2rem;background-color:var(--gray4);height:61rem;background-image:url(../img/home10/bg.svg);background-position:bottom center;background-size:100% auto;background-repeat:no-repeat;position:relative}.home10 .product1{position:absolute;box-sizing:border-box;top:3rem;left:50%;transform:translateX(-50%);width:42rem;height:14.6rem;background:#fff;border-radius:1.2rem;position:relative;padding:1.6rem}.home10 .product1 .product_desc{display:flex;flex-direction:column;height:100%}.home10 .product1 .product_desc .hd,.home10 .product1 .product_desc .ft{flex-shrink:0}.home10 .product1 .product_desc .hd{margin-left:-0.6rem;margin-top:-1.2rem;text-align:left}.home10 .product1 .product_desc .hd>div{background-color:var(--orange);color:#fff;height:1.2rem;line-height:1.2rem;padding:0 1.2rem;border-radius:.6rem;font-size:.8rem;display:inline-block}.home10 .product1 .product_desc .bd{flex-grow:1;text-align:left;padding-left:.6rem;color:var(--gray1)}.home10 .product1 .product_desc .bd .tit1{font-size:1.7rem}.home10 .product1 .product_desc .ft{display:flex;align-items:center;color:var(--gray1);font-size:.8rem}.home10 .product1 .product_desc .ft .label{padding:.3rem .6rem;border-radius:.6rem;color:#fff;margin-right:.6rem}.home10 .product1 .arrow{position:absolute;top:4.2rem;right:-4.6rem;z-index:1;width:28.6rem;filter:drop-shadow(0 0.3rem 0.3rem rgba(0, 0, 0, 0.2))}.home10 .product1 .arrow-left2,.home10 .product1 .arrow-right2{position:absolute;top:9.6rem;z-index:2;width:2.9rem}.home10 .product1 .arrow-left2{right:19.8rem}.home10 .product1 .arrow-right2{right:-3.3rem}.home10 .product1 .product1_img{position:absolute;top:3.3rem;right:1.6rem;z-index:2;width:15.6rem;height:9.8rem;background-color:#fff;border-radius:.6rem;box-shadow:0 .3rem .3rem rgba(0,0,0,.2)}.home10 .product1 .product1_img img{height:8.6rem;padding:.6rem;margin:0 auto}.home10 .two-product{position:absolute;z-index:3;width:40.2rem;height:13rem;left:50%;transform:translateX(-50%);top:30.3rem;display:flex;justify-content:space-between}.home10 .two-product .product2,.home10 .two-product .product3{width:19rem}.home10 .two-product .product2 .hd,.home10 .two-product .product3 .hd{margin:0 1.2rem;font-size:1.6rem;font-family:"Montserrat-ExtraBold";background-color:var(--orange);border-top-left-radius:1.2rem;border-top-right-radius:1.2rem;height:2.2rem;display:flex;align-items:center;justify-content:space-around}.home10 .two-product .product2 .bd,.home10 .two-product .product3 .bd{background-color:#fff;height:10.8rem;box-sizing:border-box;padding:1rem .6rem;border-radius:1.2rem;position:relative;display:flex;align-items:stretch}.home10 .two-product .product2 .bd .left,.home10 .two-product .product2 .bd .right,.home10 .two-product .product3 .bd .left,.home10 .two-product .product3 .bd .right{width:50%;flex-shrink:0}.home10 .two-product .product2 .bd .right,.home10 .two-product .product3 .bd .right{text-align:left}.home10 .two-product .product2 .bd .left img,.home10 .two-product .product3 .bd .left img{width:6rem}.home10 .two-product .product2 .bd .img,.home10 .two-product .product3 .bd .img{position:absolute;right:-1.8rem;top:50%;transform:translateY(-50%)}.home10 .two-product .product2 .bd .img img,.home10 .two-product .product3 .bd .img img{width:1.5rem;height:1.5rem}.home10 .img-go{width:3.8rem}}@media screen and (min-width: 601px){.home11{box-sizing:border-box;padding:2.4rem 4.2rem;background-color:var(--gray4);background-image:url(../img/home11/bg.svg);background-position:top center;background-size:100% auto;background-repeat:no-repeat;position:relative}.home11 .ants{position:absolute;width:43.2rem;top:-11.4rem;left:50%;transform:translateX(-50%)}.home11 .a2{background-image:url(../img/home11/bg2.svg);background-size:cover;height:13.8rem;display:flex;justify-content:space-between}.home11 .a2 .left{width:48%;position:relative}.home11 .a2 .left img{width:100%;box-sizing:border-box;margin-top:-2.4rem;padding-left:2rem}.home11 .a2 .right{width:23.2rem;text-align:left}.home11 .a3{background-image:url(../img/home11/bg3.svg);background-size:cover;height:13.8rem;display:flex;justify-content:space-between}.home11 .a3 .left{width:48%;box-sizing:border-box;position:relative;text-align:left;padding-left:3rem}.home11 .a3 .right{width:46%;position:relative}.home11 .a3 .right .ill03{left:2rem;position:absolute;height:10.5rem;top:2rem}.home11 .a3 .right .ill04{position:absolute;width:15.4rem;right:0rem;bottom:0;z-index:2}.home11 .a3 .right .ill05{position:absolute;width:4.01rem;right:2rem;top:-0.8rem;z-index:3}}@media screen and (min-width: 601px){.home12{background-color:var(--gray4);background-image:url(../img/home12/bg.png);background-repeat:no-repeat;background-size:100% auto;background-position:bottom center;height:27.6rem;position:relative;box-sizing:border-box}.home12 .sec2{text-align:center;width:25.2rem;margin:1.8rem auto}.home12 .sec2>div{width:12rem}.home12 .sec2 .tit1{font-size:1rem;background:#fff;color:#01194a;line-height:2.4rem;border-radius:1rem}}@media screen and (min-width: 601px){.home13{background-color:var(--gray4);background-image:url(../img/home13/bg.svg);background-repeat:no-repeat;background-size:100% auto;background-position:bottom center;height:79.6rem;position:relative;box-sizing:border-box;padding-top:4.2rem}.home13 .title{margin-left:6rem}.home13 .indicator2{position:absolute;--swiper-theme-color: var(--yellow);top:9rem !important;left:8rem !important;z-index:2;bottom:auto !important;width:auto !important;--swiper-pagination-bullet-horizontal-gap: 0.4rem;--swiper-pagination-bullet-width: 1rem;--swiper-pagination-bullet-height: 1rem}.home13 .indicator2 .more img{width:3.18rem}.home13 .news-item{padding-left:6rem;padding-right:24rem;box-sizing:border-box;position:relative}.home13 .news-item .ill{position:absolute;top:4rem;width:24rem;right:0}.home13 .news-item .more{position:absolute;right:3rem;top:0;width:7.6rem}.home13 .slides{display:flex;position:relative;cursor:pointer;transition:transform 1s ease}.home13 .slides .slide{position:relative}.home13 .star{display:inline-block;position:relative}.home13 .star::before,.home13 .star::after{content:" ";width:1.5rem;height:1.5rem;background-image:url(../img/home13/star.svg);background-size:cover;background-repeat:no-repeat;position:absolute;top:50%;transform:translateY(-50%)}.home13 .star::before{left:-1.8rem}.home13 .star::after{right:-1.8rem}.home13 .img{margin-top:2.4rem;margin-left:2.4rem}.home13 .img img{width:18rem;border-radius:1rem;border:2px solid #fff}.home13 .contact{margin-left:2.4rem;position:relative}.home13 .contact .tit1{display:inline-block;box-sizing:border-box;margin-left:-1.2rem;height:2.5rem;line-height:2.5rem;width:9.5rem;text-align:center;font-size:1.6rem;border-radius:2rem;background-color:var(--blue2)}.home13 .contact .con{margin-top:1.2rem;font-size:1rem;line-height:2.5}.home13 .qrs{position:absolute;left:50%;transform:translateX(-50%)}.home13 .qrs .logo{width:11.6rem}.home13 .qrs .qr img{width:5.2rem}.home13 .partner{position:absolute;left:50%;margin-top:16rem;transform:translateX(-50%)}.home13 .partner .tit1{display:inline-block;box-sizing:border-box;margin-left:-1.2rem;height:2.5rem;line-height:2.5rem;padding:0 1.8rem;text-align:center;font-size:1.3rem;border-radius:1.3rem;background-color:var(--blue2)}.home13 .partner .con{width:20rem;height:4.2rem;background-color:#fff;border-radius:2.1rem;margin-top:1.2rem;display:flex;align-items:flex-end;justify-content:center}.home13 .partner .con img{width:6rem;padding:.6rem}}@media screen and (min-width: 601px){.home14{background-color:#2e82ff;text-align:center}.home14 .img1{width:22rem;margin:0 auto}.home14 .year{font-size:1.4rem;position:relative;display:inline-block}.home14 .year::before{content:" ";position:absolute;width:3.9rem;height:0;border-bottom:1px solid #fff;left:-4.8rem;top:30%}.home14 .year::after{content:" ";position:absolute;width:3.9rem;height:0;border-bottom:1px solid #fff;right:-4.8rem;top:30%}}@media screen and (min-width: 601px){.news1,.news2,.news3,.news4{width:100rem;margin:0 auto}}@media screen and (min-width: 601px){.news1{background-color:#8536e3;background-size:100%;background-position:center bottom;background-repeat:no-repeat;height:43.4rem;width:60rem;margin-top:4.8rem;position:relative}.news1.bg1{background-image:url(../img/news/bg1.svg)}.news1.bg2{background-image:url(../img/news/bg2.svg)}.news1 .news-link{padding-top:1rem;padding-left:2rem}.news1.news2::after{content:" ";position:absolute;bottom:-1px;left:0;width:100%;height:2.2rem;background-size:100%;background-position:bottom center;background-image:url(../img/news/bg-bottom.svg)}}@media screen and (min-width: 601px){.news2{box-sizing:border-box;background-image:url(../img/news2/bg.svg);width:60rem;height:66rem}.news2.bg1{background-image:url(../img/news2/bg1.svg);height:19rem}.news2 .items{margin:0 auto;width:50rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;font-size:1.1rem;line-height:1}.news2 .items .item{width:16rem;box-sizing:border-box;padding:2rem 1rem;text-align:center;background-color:var(--blue1);margin-top:1.5rem;border-radius:1rem}}@media screen and (min-width: 601px){.news3{width:60rem;margin:0 auto;position:relative;background-image:url(../img/news3/bg.svg);background-size:110% auto;background-position:top center;background-repeat:no-repeat}.news3 .ill01{margin:0 auto;width:17rem;position:absolute;top:-6rem;left:50%;transform:translateX(-50%)}.news3 .ill02{margin:0 auto;width:31.8rem;position:absolute;top:-7rem;left:50%;transform:translateX(-50%)}.news3 .star-bg{background-image:url(../img/news3/bg-star.svg);background-size:100% auto;background-position:top center;background-repeat:repeat-y}.news3 .tit1{display:inline-block;margin:0 auto;font-family:"Montserrat-Black";font-size:2.4rem;text-align:center;color:var(--gray1);position:relative;margin-top:1rem;z-index:2}.news3 .tit1::after{content:" ";position:absolute;background-color:var(--yellow);width:100%;height:40%;bottom:.1rem;left:0;z-index:-1}.news3 .pic-item{position:relative;border-radius:1.2rem;border:1rem;width:41rem;margin-left:auto;margin-right:auto}.news3 .pic-item .indicator1,.news3 .pic-item .indicator2,.news3 .pic-item .indicator3,.news3 .pic-item .indicator4,.news3 .pic-item .indicator5{position:absolute;left:50%;transform:translateX(-50%);top:.5em;z-index:10;width:auto;height:1em;--swiper-theme-color: var(--yellow)}.news3 .pic-item .txt{background-color:var(--yellow);text-align:center;box-sizing:border-box;padding:1rem 3rem;width:39rem;margin:0 auto;border-bottom-left-radius:1.2rem;border-bottom-right-radius:1.2rem}.news3 .swiper{border-radius:1.2rem;width:41rem;height:25rem;box-sizing:border-box;display:flex;flex-wrap:nowrap;overflow:hidden;position:relative;transition:transform .3s ease}.news3 .swiper .swiper-slide{width:100%;height:100%;box-sizing:border-box;border-radius:1.2rem;position:relative;overflow:hidden;background-color:var(--yellow);border:5px solid var(--yellow)}.news3 .swiper .swiper-slide img{width:100%;position:absolute;left:50%;transform:translate(-50%)}.news3 .swiper .slide{width:100%;height:100%;position:absolute}.news3 .swiper img{border-width:0;border-radius:0;margin:0 auto}}@media screen and (min-width: 601px){.single{width:41rem;height:25rem}.single img{border:5px solid var(--yellow);border-radius:1.2rem;display:block}}@media screen and (min-width: 601px){.news4{width:60rem;height:47.2rem;margin:0 auto;position:relative;background-image:url(../img/news4/bg.svg);background-size:100% auto;background-position:top center;background-repeat:no-repeat}.news4::after{content:" ";background-image:url(../img/news4/bg1.svg);background-size:100% auto;background-position:bottom center;position:absolute;background-repeat:no-repeat;width:100%;left:0;bottom:0;height:13rem;z-index:100}.news4 .ant{width:19.6rem;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.news4 .bi{width:6rem;height:6rem;position:absolute;top:2rem;left:50%;transform:translateX(-50%);z-index:10}}
