.nuxt-progress{position:fixed;top:0;left:0;right:0;height:2px;width:0;opacity:1;transition:width .1s,opacity .4s;background-color:#000;z-index:999999}.nuxt-progress.nuxt-progress-notransition{transition:none}.nuxt-progress-failed{background-color:red}body,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,img,legend,li,ol,p,textarea,ul{margin:0;padding:0;font-family:PingFangSC-Regular,helvetica neue,PingFang SC,microsoft yahei,arial,hiragino sans gb,sans-seri}fieldset,img{border:0}a{color:#000;text-decoration:none}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}input{padding:0;margin:0;border:none;line-height:normal;border-radius:0}input:focus{outline:none}input::-moz-focus-inner{border:0;padding:0}input,select{vertical-align:middle}input,select,textarea{font-size:12px;margin:0}input[type=password],input[type=text],textarea{outline-style:none;-webkit-appearance:none}textarea{resize:none}table{border-collapse:collapse}i{font-style:normal}.mouse{cursor:pointer}.p-relative{position:relative}.ovh{overflow:hidden}.htmlCus{width:1420px;box-sizing:border-box;margin:0 auto;padding:40px 42px}.container{width:1420px;margin-left:auto;margin-right:auto}.flex-between{justify-content:space-between}.flex-column{flex-direction:column}.flex-middle{align-items:center}.flex-center{justify-content:center}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-align{align-items:center}.flex-one{flex:1}.flex-shrink{flex-shrink:0}.flex-end{justify-content:flex-end}.flex-rb{justify-content:space-between}.fl{float:left}.fr{float:right}.flex-rc{justify-content:center}.clearfix{*zoom:1}.center{text-align:center}.line2{-webkit-line-clamp:2}.line1,.line2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.line1{-webkit-line-clamp:1}.line3{-webkit-line-clamp:3}.line3,.line5{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.line5{-webkit-line-clamp:5}.img-zoom{position:relative;overflow:hidden}.img-zoom img{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;transform:scale(1);transition:transform .3s ease-out}.img-zoomw:hover .img-zoom img{transform:scale(1.1)}.div100{width:100%;height:100%}.bg-theme{background-color:#333}.bg-white{background-color:#fff}.bg-grey{background-color:#f5f5f5}.bg-orange{background-color:#f1a111}.fs13{font-size:13px}.fs12{font-size:12px}.fs14{font-size:14px}.fs17{font-size:17px}.fs11{font-size:11px}.fs22{font-size:22px}.fs15{font-size:15px}.fs16{font-size:16px}.fs18{font-size:18px}.fs19{font-size:19px}.fs20{font-size:20px}.fs23{font-size:23px}.fs24{font-size:24px}.fs26{font-size:26px}.fs30{font-size:30px}.fs31{font-size:31px}.fs32{font-size:32px}.fs33{font-size:33px}.bold{font-weight:700}.white{color:#fff!important}.font-theme{color:#005bac}.font-default{color:#000}.font-grey{color:#757575}.font-grey9D{color:#9d9d9d}.font-grey72{color:#727171}.font-grey60{color:#606060}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}to{transform:translateX(0) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}to{transform:translateX(0) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0deg);opacity:1}to{transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0deg);opacity:1}to{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}to{transform-origin:center center;transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}to{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}to{transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}to{transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}to{transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}to{transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}@keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{transform:rotate(0);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{transform:translateY(700px);opacity:0}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}.r .phone div[data-v-399fab22]:last-child{color:#0087ff}.r .logo[data-v-399fab22]{width:285px;height:73px;margin:30px 0 3px 20px}.l[data-v-399fab22]{margin-left:59px}.l .last[data-v-399fab22],.l .last a[data-v-399fab22]{color:#797979;line-height:21px}.l .links[data-v-399fab22]{margin-bottom:14px}.l .links li a[data-v-399fab22]{color:#c2c2c2}.l .links li[data-v-399fab22]:first-child{color:#fff}.l .tabs[data-v-399fab22]{margin:48px 0 23px}.l .tabs li[data-v-399fab22]{margin-right:70px;line-height:24px}.l .tabs li[data-v-399fab22]:last-child{margin-right:0}.box1[data-v-399fab22]{background:#1d1d1d;height:202px}.tx-v2-hb-l-n-d ul[data-v-11c757fa]{padding:72px 0 0;box-sizing:border-box}.tx-v2-hb-l-n-d ul li[data-v-11c757fa]{margin-bottom:40px;margin-right:42px;width:250px}.tx-v2-hb-l-n-d ul li[data-v-11c757fa]:nth-child(5n){margin-right:0}.tx-v2-hb-l-n-d ul li .tx-v2-hb-l-n-d-p-cp[data-v-11c757fa]{width:214px;height:88px;margin:20px 0 0 18px}.tx-v2-hb-l-n-d ul li .tx-v2-hb-l-n-d-p-h2[data-v-11c757fa]{line-height:19px;margin:11px 0 8px;color:#fcb026}.tx-v2-hb-l-n-d ul li .tx-v2-hb-l-n-d-item[data-v-11c757fa]{margin:0 0 0 14px;font-size:12px;line-height:17px;color:#fff}.tx-v2-hb-l-n-d ul li .tx-v2-hb-l-n-d-item img[data-v-11c757fa]{width:18px;height:18px;margin-right:15px}.tx-v2-ht[data-v-11c757fa]{height:48px}.v226-logo[data-v-11c757fa]{width:241px;height:43px;margin-top:20px}.v22-hb .v22-hb-lf[data-v-11c757fa],.v22-hb .v22-hb-lr[data-v-11c757fa]{margin-top:0;line-height:24px}.v22-hb .v22-hb-lr[data-v-11c757fa]{padding-right:30px}.v22-hb img[data-v-11c757fa]{width:22px;height:22px;margin:0 12px 0 26px}.tx-v2-hb-l-li[data-v-11c757fa]{margin-right:56px}.tx-v2-hb-l-li[data-v-11c757fa]:last-child{margin-right:30px}.tx-v2-hb[data-v-11c757fa]{height:86px;z-index:4}.tx-v2-hb-l-li .tx-v2-hb-l-li-a[data-v-11c757fa],.tx-v2-hb[data-v-11c757fa]{position:relative}.tx-v2-hb-l-li:hover .tx-v2-hb-l-li-t a[data-v-11c757fa]{color:#fff!important}.tx-v2-hb-l-li:hover .tx-v2-hb-l-li-a[data-v-11c757fa]:after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;height:2px;width:100%;background-color:#ffa700}.tx-v2-hb-l-n-d[data-v-11c757fa],.tx-v2-hb-l-n-f[data-v-11c757fa],.tx-v2-hb-l-n-s[data-v-11c757fa],.tx-v2-hb-l-n-t[data-v-11c757fa]{position:absolute;left:0;top:80px;width:100%;height:0;background:rgba(51,51,51,.5);z-index:3;overflow:hidden;transition:all .3s;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.tx-v2-hb-l-li:hover .tx-v2-hb-l-n-f[data-v-11c757fa],.tx-v2-hb-l-li:hover .tx-v2-hb-l-n-s[data-v-11c757fa],.tx-v2-hb-l-li:hover .tx-v2-hb-l-n-t[data-v-11c757fa]{height:430px}.tx-v2-hb-l-li:hover .tx-v2-hb-l-n-d[data-v-11c757fa]{height:600px}.tx-v2-hb-l-n-f-l[data-v-11c757fa],.tx-v2-hb-l-n-s-l[data-v-11c757fa],.tx-v2-hb-l-n-t-l[data-v-11c757fa]{margin-left:50px}.tx-v2-hb-l-n-t-l ul[data-v-11c757fa]{max-width:664px}.tx-v2-hb-l-n-f-l h2[data-v-11c757fa],.tx-v2-hb-l-n-s-l h2[data-v-11c757fa],.tx-v2-hb-l-n-t-l h2[data-v-11c757fa]{font-size:25px;font-weight:700;color:#727272;line-height:33px;padding:50px 0 42px}.tx-v2-hb-l-n-f-l p[data-v-11c757fa],.tx-v2-hb-l-n-s-l p[data-v-11c757fa],.tx-v2-hb-l-n-t-l p[data-v-11c757fa]{font-size:15px;color:#585858;line-height:27px}.tx-v2-hb-l-n-f-l li[data-v-11c757fa],.tx-v2-hb-l-n-s-l li[data-v-11c757fa],.tx-v2-hb-l-n-t-l li[data-v-11c757fa]{margin-right:109px}.tx-v2-hb-l-n-f-l li[data-v-11c757fa]:nth-child(4n),.tx-v2-hb-l-n-s-l li[data-v-11c757fa]:nth-child(4n),.tx-v2-hb-l-n-t-l li[data-v-11c757fa]:nth-child(4n){margin-right:0;margin-bottom:40px}.tx-v2-hb-l-n-f-l li a[data-v-11c757fa],.tx-v2-hb-l-n-s-l li a[data-v-11c757fa],.tx-v2-hb-l-n-t-l li a p[data-v-11c757fa]{font-size:20px;color:#585858;line-height:26px;font-weight:600}.tx-v2-hb-l-n-f li img[data-v-11c757fa],.tx-v2-hb-l-n-s li img[data-v-11c757fa],.tx-v2-hb-l-n-t li img[data-v-11c757fa]{width:40px;height:40px;margin-bottom:10px}.tx-v2-hb-l-n-f-l li a:hover p[data-v-11c757fa],.tx-v2-hb-l-n-s-l li a:hover p[data-v-11c757fa],.tx-v2-hb-l-n-t-l li a:hover p[data-v-11c757fa]{color:#005bac}.tx-v2-hb-r[data-v-11c757fa]{width:150px;height:17px;margin:19px 0 0}.tx-v2-hb-l-n-f-r[data-v-11c757fa],.tx-v2-hb-l-n-s-r[data-v-11c757fa],.tx-v2-hb-l-n-t-r[data-v-11c757fa]{width:420px;height:220px;margin:81px 14px 0 46px;flex-shrink:0}.tx-v2-hb-r-search[data-v-11c757fa]{position:absolute;left:0;top:48px;width:100%;height:0;background:#fcfbfb;z-index:3;overflow:hidden;transition:all .3s}.tx-v2-hb-r-img-h:hover .tx-v2-hb-r-search[data-v-11c757fa]{height:174px}.tx-v2-hb-r-search-i[data-v-11c757fa]{width:1060px;height:55px;line-height:55px;border:1px solid #000;border-radius:10px;margin-top:40px;overflow:hidden}.tx-v2-hb-r-search-i input[data-v-11c757fa]{flex:1;padding-left:30px;box-sizing:border-box;font-size:20px;background:#fcfbfb}.tx-v2-hb-r-search-i div[data-v-11c757fa]{text-align:center;font-size:20px;width:190px;flex-shrink:0;letter-spacing:20px;position:relative}.tx-v2-hb-r-search-i div[data-v-11c757fa]:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:42px;background:#0f1036}.tx-v2-hb-l .tx-v2-hb-l-li[data-v-11c757fa]:first-child{margin-left:24px}.tx-v2-hb-l .tx-v2-hb-l-li .tx-v2-hb-l-li-t[data-v-11c757fa]{height:86px;line-height:86px;font-size:20px}.tx-v2-hb-r ul li[data-v-11c757fa]{height:48px}.tx-v2-hb-r ul[data-v-11c757fa]{padding-right:8px}.tx-v2-hb-r ul li p[data-v-11c757fa]{line-height:48px;font-size:14px;font-weight:600}.tx-v2-hb-r-img[data-v-11c757fa]{margin:13px 13px 0}.tx-v2-hb-r ul li img[data-v-11c757fa]{width:19px;height:19px}.tx-v2-banner[data-v-6189d534]{height:790px;width:100%;overflow:hidden}.swiper-container-home[data-v-6189d534],.swiper-container-home img[data-v-6189d534]{width:100%;height:100%}.swiper-container-home .swiper-container-home-img[data-v-6189d534]{height:790px}.swiper-container-home[data-v-6189d534],.swiper-prev[data-v-6189d534]{position:relative}.swiper-container-home:hover .swiper-prev .swiper-prev-home-c ul[data-v-6189d534]{display:block}.swiper-prev .swiper-prev-home-c[data-v-6189d534]{position:absolute;bottom:30px;width:100%;bottom:0}.swiper-prev .swiper-prev-home-c ul[data-v-6189d534]{z-index:2;position:absolute;z-index:45;bottom:23px;left:50%;transform:translateX(-50%)}.swiper-prev ul li[data-v-6189d534]{display:inline-block;margin-right:27px;position:relative;width:113px;height:8px;background:hsla(0,0%,100%,.6);border-radius:4px}.swiper-prev-a[data-v-6189d534]{background:#fcb026!important}.swiper-prev ul li[data-v-6189d534]:last-child{margin-right:0}.itemwrap[data-v-01e419fc]{position:relative;padding-bottom:557px}.itemwrap .description[data-v-01e419fc]{position:absolute;left:0;right:0;top:55px;height:557px;opacity:0}.itemwrap .description .dl .dl3 .dl3i[data-v-01e419fc]{width:183px;height:45px;line-height:45px;text-align:center;background:#fcb026}.itemwrap .description .dl .dl3 .dl3i[data-v-01e419fc]:first-child{margin-right:36px}.itemwrap .description .dl .dl2[data-v-01e419fc]{line-height:29px;color:#e2e2e2;margin-bottom:58px}.itemwrap .description .dl .dl1[data-v-01e419fc]{font-size:39px;font-weight:700;line-height:51px;padding:119px 0 36px}.itemwrap .description .dr[data-v-01e419fc]{width:659px;height:417px;margin:80px 12px 0 0}.itemwrap .item[data-v-01e419fc]{margin-left:-17px}.itemwrap .item[data-v-01e419fc]:first-child{margin-left:0}.itemwrap .item .itemtab[data-v-01e419fc]{line-height:55px;text-align:center}.line[data-v-01e419fc]{border-bottom:1px solid #757575;margin-bottom:47px}.box[data-v-01e419fc]{background:#333}.top[data-v-01e419fc]{line-height:45px;color:#fcb026;font-size:40px;padding:60px 0 40px}.btn[data-v-c222e1be]{width:191px;height:51px;background:linear-gradient(1turn,#0555c1,#3a8eff);box-shadow:0 4px 15px rgba(21,102,211,.68);border-radius:26px;padding:0 30px;box-sizing:border-box;margin:47px 0 52px;position:relative}.btn img[data-v-c222e1be]{position:absolute;width:19px;height:16px;right:40px;transition:.2s ease-in}.btn:hover img[data-v-c222e1be]{right:31px}.nrb-i[data-v-c222e1be]{width:320px;height:214px;padding:35px 20px 14px 22px;box-sizing:border-box;transition:.2s ease-in}.nrb-i[data-v-c222e1be]:first-child{margin-right:19px}.nrb-i .nrb-i-content-t[data-v-c222e1be]{line-height:24px;color:#727171}.nrb-i[data-v-c222e1be]:hover{box-shadow:0 4px 10px rgba(23,13,7,.16)}.nrb-i:hover .nrb-i-content-d-t[data-v-c222e1be],.nrb-i:hover .nrb-i-content-t[data-v-c222e1be]{color:#0555c1}.nrt[data-v-c222e1be]{width:659px;height:210px;padding:0 43px 0 21px;box-sizing:border-box;margin-bottom:21px;transition:.2s ease-in}.nrt .nrt-content-d[data-v-c222e1be]{line-height:19px}.nrt p[data-v-c222e1be]{height:76px;margin-bottom:17px}.nrt .nrt-content-t[data-v-c222e1be]{line-height:24px;color:#727171;padding:37px 0 10px}.nrt[data-v-c222e1be]:hover{box-shadow:0 4px 10px rgba(23,13,7,.16)}.nrt:hover .nrt-content-d-t[data-v-c222e1be],.nrt:hover .nrt-content-t[data-v-c222e1be]{color:#0555c1}.nbox[data-v-c222e1be]{margin-top:44px}.nl[data-v-c222e1be]{height:445px;width:644px;margin-right:21px;transition:.2s ease-in}.nl .nl-content[data-v-c222e1be]{padding:0 23px 0 29px;position:relative}.nl .nl-content .nl-content-d[data-v-c222e1be]{line-height:19px}.nl .nl-content p[data-v-c222e1be]{line-height:22px;margin-bottom:17px;height:58px}.nl .nl-content .nl-content-t[data-v-c222e1be]{line-height:24px;color:#727171;padding:22px 0 12px}.nl .nl-img[data-v-c222e1be]{width:100%;height:280px}.nl[data-v-c222e1be]:hover{box-shadow:0 4px 10px rgba(23,13,7,.16)}.nl:hover .nl-content-d-t[data-v-c222e1be],.nl:hover .nl-content-t[data-v-c222e1be]{color:#0555c1}.title[data-v-c222e1be]{padding-left:14px;position:relative}.title[data-v-c222e1be]:after{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:61px;background-color:#fdb644}.title p[data-v-c222e1be]{line-height:21px}.title .title-t[data-v-c222e1be]{line-height:40px;margin-bottom:7px}.box[data-v-c222e1be]{padding-left:48px;margin-top:79px}.right[data-v-4b4fe59a]{align-items:flex-end}.right .btn[data-v-4b4fe59a]{position:absolute;bottom:56px;left:49px;z-index:2}.right .btn .ll[data-v-4b4fe59a]{width:70px;height:41px;background:#0555c1;border-radius:5px;margin-right:12px}.right .btn .ll img[data-v-4b4fe59a]{width:42px;height:11px}.right .btn .lr[data-v-4b4fe59a]{width:70px;height:41px;border:1px solid #b8a686;border-radius:5px}.right .btn .lr img[data-v-4b4fe59a]{width:42px;height:11px}.right .swiper-container-his[data-v-4b4fe59a]{position:relative}.right .swiper-container-his[data-v-4b4fe59a],.right .swiper-slide[data-v-4b4fe59a],.right .swiper-wrapper[data-v-4b4fe59a]{width:574px;height:462px}.right .swiper-slide[data-v-4b4fe59a]{background:#fddfa8;padding:58px 52px 106px 49px;box-sizing:border-box}.right .swiper-slide .s2[data-v-4b4fe59a]{line-height:32px;margin-bottom:17px;color:#212121}.right .swiper-slide .s3[data-v-4b4fe59a]{line-height:24px;color:#4c4c4c}.right .swiper-slide .s1[data-v-4b4fe59a]{line-height:31px;color:#ff9600;margin-bottom:23px}.right .r1[data-v-4b4fe59a]{width:158px;height:42px;font-size:19px;border:1px solid #585858;color:#585858;margin:127px 19px 32px 0}.right .r1 img[data-v-4b4fe59a]{width:16px;height:16px;margin-left:18px}.left ul[data-v-4b4fe59a]{margin-left:20px}.left ul li[data-v-4b4fe59a]{min-width:273px}.left ul li[data-v-4b4fe59a]:first-child{margin-right:76px}.left ul li .lib[data-v-4b4fe59a]{color:#b7b7b7}.left ul li .lit2[data-v-4b4fe59a]{font-size:42px;color:#ffa618;margin-left:16px;line-height:56px;margin-top:19px}.left ul li .lit1[data-v-4b4fe59a]{font-size:66px;line-height:87px}.left .line[data-v-4b4fe59a]{width:563px;border-bottom:1px solid #b4b4b4;margin-bottom:76px}.left .t1[data-v-4b4fe59a]{font-size:50px;line-height:63px;padding:43px 0 19px;margin-left:4px}.box[data-v-4b4fe59a]{height:790px;background:url(https://tx-gw.oss-cn-beijing.aliyuncs.com/data/v2/en/sy/lsbg.jpg) no-repeat 50%}.case[data-v-4575989e]{margin-bottom:88px}.case .wrap[data-v-4575989e]{padding:0 71px 0 79px}.case .wrap .cul li[data-v-4575989e]{padding:24px 34px 23px 35px;background-color:#f8f8f8;margin-right:47px}.case .wrap .cul li[data-v-4575989e]:last-child{margin-right:0}.case .wrap .cul li .t4[data-v-4575989e]{line-height:25px}.case .wrap .cul li .t4 img[data-v-4575989e]{width:9px;height:17px;margin-left:10px}.case .wrap .cul li .t3[data-v-4575989e]{width:323px;height:85px;line-height:30px}.case .wrap .cul li .t2[data-v-4575989e]{width:323px;height:196px;margin-bottom:14px}.case .wrap .cul li .t1[data-v-4575989e]{line-height:20px;margin-bottom:12px}.case .wrap .title[data-v-4575989e]{line-height:40px;margin-bottom:26px}.case .wrap .title .line[data-v-4575989e]{height:1px;background:rgba(0,0,0,.2);margin:32px 0 0 18px}img[data-v-124fce13]{width:100%;height:100%}.tx-s-d-items[data-v-124fce13]{display:flex;flex-wrap:wrap}.tx-s-d-items .tx-s-d-item[data-v-124fce13]{width:378px;height:460px;background:#f7faff;position:relative;margin-bottom:48px}.tx-s-d-items .tx-s-d-item[data-v-124fce13]:nth-child(3n-1){margin:0 32px}.tx-pd-d .tx-s-d-items .tx-s-d-item[data-v-124fce13]{border-radius:10px;overflow:hidden}.tx-s-d-items .tx-s-d-item[data-v-124fce13]:hover{background:#b8dfff}.tx-s-re .tx-s-d-items .tx-s-d-item[data-v-124fce13]:hover{background:rgba(239,243,246,.5)}.tx-s-d-items .tx-s-d-item[data-v-124fce13]:hover:after{transform:scale(1);opacity:1}.tx-s-d-items .tx-s-d-item[data-v-124fce13]:after{content:"";position:absolute;left:0;bottom:0;width:378px;height:10px;background:#088eff;opacity:0;transition:transform .2s ease-out,opacity .2s ease-out;transform-origin:0 100%;transform:scaleX(0)}.tx-s-d-item .tx-s-d-item-img[data-v-124fce13]{width:348px;height:231px;margin:26px auto;border-radius:5px;overflow:hidden}.tx-s-d-item h2[data-v-124fce13]{text-align:center;width:345px;margin:0 auto;font-size:18px;font-weight:700;color:#040404;line-height:18px}.tx-s-re[data-v-124fce13]{background-color:#f7faff}.tx-s-d-item p[data-v-124fce13]{width:345px;margin:15px auto 25px;font-size:16px;color:#666;line-height:20px}.tx-s-d-item .tx-s-d-items-btns[data-v-124fce13]{position:absolute;left:50%;transform:translateX(-50%);bottom:24px;display:inline-block;width:100%;z-index:2}.tx-s-d-item .tx-s-d-items-btns li[data-v-124fce13]:first-child{margin:0 13px 0 58px}.tx-s-d-item .tx-s-d-items-btns li[data-v-124fce13]{display:inline-block;width:122px;height:33px;line-height:33px;border:1px solid #040404;border-radius:10px;text-align:center}.tx-s-d-item .tx-s-d-items-btns li .tx-s-d-items-btnsa[data-v-124fce13]{font-size:16px;color:#040404;z-index:2}.tx-s-d-items .tx-s-d-item:hover li[data-v-124fce13]{border-color:#088eff;background-color:#088eff}.tx-s-d-items .tx-s-d-item:hover li .tx-s-d-items-btnsa[data-v-124fce13]{color:#fff}.loading-page[data-v-9041d6f0]{position:fixed;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.8);text-align:center;padding-top:200px;font-size:30px}.tx-cc-n-t[data-v-301075a2]{padding-bottom:82px}.tx-cc-n-t .tx-cc-n-t-t[data-v-301075a2]{padding-left:30px}.tx-cc-n-t .tx-cc-n-t-t h1[data-v-301075a2]{font-size:23px;font-weight:700;color:#0083df;line-height:24px;padding:48px 0 5px}.tx-cc-n-t .tx-cc-n-t-t h3[data-v-301075a2]{font-size:8px;color:#44b2ff;line-height:8px;margin-bottom:53px}.tx-cc-n-t-a[data-v-301075a2]{justify-content:space-between;padding:0 70px}.tx-cc-n-t-a p[data-v-301075a2]{font-size:16px;color:#7b7d7f;line-height:23px;width:660px;margin-top:5px;text-indent:42px}.tx-cc-n-t-a img[data-v-301075a2]{width:330px;height:220px}.tx-v2-about{height:1052px;background:url(https://tx-gw.oss-cn-beijing.aliyuncs.com/data/img/aboutsbg2.png) no-repeat 0 0/cover;background-attachment:fixed}.tx-v2-about-r{width:600px;height:855px;position:absolute;right:0;top:0}.tx-v2-about-r img{width:100%;height:100%}.tx-v2-about-l-t1{font-size:111px;font-weight:700;color:#0083f8;padding:88px 0 34px}.tx-v2-about-l-t2{font-size:30px;font-weight:400;color:#000}.tx-v2-about-l-t2 i{margin-left:14px;color:#0087ff}.tx-v2-about-l{position:relative;z-index:3;padding-left:146px}.tx-v2-about-l ul li{font-size:18px;font-weight:700;color:#0083f8;width:231px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 0 60px}.tx-v2-about-l ul li i{font-size:38px;font-weight:700;color:#0083f8}.tx-v2-about-l ul li .iconimg{width:80px;height:68px;margin-bottom:50px;margin-top:139px}.tx-v2-about-l ul li p{font-size:20px;font-weight:700;color:#585858;padding-top:12px}.tx-v2-about-l-t3{font-size:20px;font-weight:300;color:#585858;line-height:30px;width:870px}.tx-v2-about-l-button{width:240px;height:60px;background:#006ac9;margin-top:105px;border-radius:15px}.tx-v2-about-l-button i{font-size:28px;font-weight:700;letter-spacing:5px;color:#fff;margin:0 17px 0 0}.tx-v2-about-l-button img{width:21px;height:23px}.swiper-container-sgal[data-v-5e91644a],.swiper-wrapper[data-v-5e91644a]{width:1187px;height:408px}.box2arrow[data-v-5e91644a]{padding:10px 30px}.box2arrow img[data-v-5e91644a]{width:25px;height:48px}.itemwrap[data-v-5e91644a]{margin:0 40px}.itemwrap .item .item2wrap[data-v-5e91644a],.itemwrap .item[data-v-5e91644a],.itemwrap[data-v-5e91644a]{width:1187px;height:408px}.itemwrap .item .item2wrap .item2[data-v-5e91644a]{width:369px;height:408px;margin-right:40px;background-color:#fff}.itemwrap .item .item2wrap .item2 .item2img[data-v-5e91644a]{width:100%;height:233px;margin-bottom:20px}.itemwrap .item .item2wrap .item2 .line[data-v-5e91644a]{width:100%;height:7px;background:#dedede;position:relative}.itemwrap .item .item2wrap .item2 .line[data-v-5e91644a]:after{content:"";height:100%;width:0;position:absolute;z-index:3;background-color:#ff9b00;transition:.2s ease-in}.itemwrap .item .item2wrap .item2 .item2t1[data-v-5e91644a]{color:#9b9b9b;padding:0 15px 0 12px}.itemwrap .item .item2wrap .item2 .item2time[data-v-5e91644a]{color:#a0a0a0;margin-bottom:16px;padding:0 15px 0 12px}.itemwrap .item .item2wrap .item2[data-v-5e91644a]:last-child{margin-right:0}.itemwrap .item .item2wrap .item2:hover .item2t1[data-v-5e91644a]{color:#212121}.itemwrap .item .item2wrap .item2:hover .line[data-v-5e91644a]:after{width:100%}.des[data-v-5e91644a]{margin-bottom:40px}.des .r1[data-v-5e91644a]{width:158px;height:42px;font-size:19px;border:1px solid #585858;color:#585858;margin:57px 11px 0 0}.des .r1 img[data-v-5e91644a]{width:16px;height:16px;margin-left:18px}.des .l1 .h2[data-v-5e91644a]{width:134px;height:8px;background:#000}.des .l1 .h1[data-v-5e91644a]{font-size:50px;line-height:66px;padding:40px 0 9px}.box[data-v-5e91644a]{height:683px;background:url(https://tx-gw.oss-cn-beijing.aliyuncs.com/data/v2/en/sy/sgalbg.jpg) no-repeat 50%}.box ul[data-v-a63d9620]{justify-content:flex-end}.box ul a[data-v-a63d9620],.box ul a i[data-v-a63d9620],.box ul a span[data-v-a63d9620]{line-height:24px}.box ul[data-v-8d492a1e]{border-bottom:1px solid #e9e9e9}.box ul .active[data-v-8d492a1e]{background:#f1a111}.box ul li[data-v-8d492a1e]{height:50px;line-height:50px;text-align:center;font-size:23px;margin-right:20px;background:#ccc;color:#333}.box ul li[data-v-8d492a1e]:hover{background:#f1a111}.box ul li h1[data-v-8d492a1e],.box ul li h2[data-v-8d492a1e]{font-weight:400}.tx-cc-cc-ul[data-v-d1fb5126]{padding:34px 0 0 33px}.tx-cc-cc li[data-v-d1fb5126]{width:344px;position:relative;margin-bottom:60px}.tx-cc-cc li:hover .tx-cc-cc-des-btn span[data-v-d1fb5126]{transform:translateX(5px)}.tx-cc-cc li[data-v-d1fb5126]:hover:after{transform:scale(1);opacity:1}.tx-cc-cc li[data-v-d1fb5126]:after{content:"";position:absolute;left:0;bottom:0;width:344px;height:11px;background:#4289ff;opacity:0;transition:transform .2s ease-out,opacity .2s ease-out;transform-origin:0 100%;transform:scaleX(0)}.tx-cc-cc li[data-v-d1fb5126]:nth-child(3n-1){margin:0 51px 60px}.tx-cc-cc li .tx-cc-cc-img[data-v-d1fb5126]{width:344px;height:206px}.tx-cc-cc-des[data-v-d1fb5126]{height:244px;width:344px;background:#f7faff;box-sizing:border-box;padding:21px 32px 0 18px}.tx-cc-cc-des h1[data-v-d1fb5126]{font-size:20px;font-weight:700;line-height:20px;margin-bottom:23px;color:#333;width:294px;box-sizing:border-box}.tx-cc-cc-des h3[data-v-d1fb5126]{font-size:9px;line-height:9px;margin-bottom:15px;color:#7b7d7f}.tx-cc-cc-des p[data-v-d1fb5126]{font-size:14px;line-height:17.2px;color:#7b7d7f;margin-bottom:12px}.tx-cc-cc-des-btn[data-v-d1fb5126]{position:absolute;left:50%;transform:translateX(-50%);bottom:30px;width:151px;height:26px;font-size:12px;line-height:26px;color:#7b7d7f;border:1px solid #7b7d7f;border-radius:13px;transition:all .3s}.tx-cc-cc-des-btn i[data-v-d1fb5126]{margin:0 20px 0 15px}.tx-cc-cc-des-btn span[data-v-d1fb5126]{width:29px;height:11px;display:inline-block;background:url(/_nuxt/img/cca.151ca01.png) no-repeat 0 0/100% 100%;transition:all .3s}.tx-cc-cc li:hover .tx-cc-cc-des-btn span[data-v-d1fb5126]{background:url(/_nuxt/img/ccaw.9859bb0.png) no-repeat 0 0/100% 100%}.tx-cc-cc li:hover .tx-cc-cc-des h1[data-v-d1fb5126]{color:#4289ff}.tx-cc-cc li:hover .tx-cc-cc-des-btn[data-v-d1fb5126]{color:#fff;border:1px solid #4289ff;background:#4289ff}.swiper-button-next-m[data-v-08350c24],.swiper-button-prev-m[data-v-08350c24]{position:absolute;top:50%;transform:translateY(-50%);width:158px;height:158px;z-index:60}.swiper-button-next-m img[data-v-08350c24],.swiper-button-prev-m img[data-v-08350c24]{width:36px;height:63px}.swiper-button-prev-m[data-v-08350c24]{left:-120px}.swiper-button-next-m[data-v-08350c24]{right:-120px;transform:translateY(-50%) rotate(180deg)}.fixed[data-v-08350c24]{position:fixed;left:0;right:0;top:0;bottom:0;background-color:hsla(0,0%,100%,.5);z-index:99}.fixed .fixedcenterc[data-v-08350c24]{width:1170px;height:660px;position:relative}.fixed .fixedcenterc .close[data-v-08350c24]{position:absolute;right:-57px;top:17px;z-index:5}.fixed .fixedcenterl[data-v-08350c24],.fixed .fixedcenterr[data-v-08350c24]{width:158px;height:158px}.fixed .fixedcenterl img[data-v-08350c24],.fixed .fixedcenterr img[data-v-08350c24]{width:36px;height:63px}.fixed .fixedcenterr[data-v-08350c24]{transform:rotate(180deg)}.fixed .fixedcenter[data-v-08350c24]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.tx-v-b-videoBox[data-v-08350c24]{padding-bottom:180px;padding-top:30px}.tx-v-vs[data-v-08350c24]{padding-bottom:33px;border-bottom:1px solid #9b9b9b}.tx-v-li-t h2[data-v-08350c24]{font-size:35px;line-height:46px;padding:44px 0 36px 25px}.tx-v-li-t p[data-v-08350c24]{font-size:12px;color:#040404;line-height:9px;padding:0 0 26px 74px;display:block;position:relative}.tx-v-li-t p[data-v-08350c24]:after{content:"";position:absolute;left:217px;top:6px;width:911px;height:2px;background:#7b7d7f}.tx-v-vs-i li[data-v-08350c24]{width:430px;background:#fafafa;box-sizing:border-box}.tx-v-vs-i-img[data-v-08350c24]:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:2;opacity:0;transition:opacity .2s ease-in}.tx-v-vs-i-img[data-v-08350c24]:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100px;height:100px;background:url(/_nuxt/img/941@2x.5a4a22d.png) no-repeat 0 0/100% 100%;z-index:3;display:none}.tx-v-vs-i li:hover .tx-v-vs-i-img[data-v-08350c24]:before{opacity:1}.tx-v-vs-i li .tx-v-vs-i-img[data-v-08350c24]:after{display:block}.tx-v-vs-i li[data-v-08350c24]:hover:after{transform:scale(1);opacity:1}.tx-v-vs-i li .tx-v-vs-i-img[data-v-08350c24]{width:100%;height:242px;position:relative}.tx-v-vs-i li h2[data-v-08350c24]{font-size:24px;line-height:30px;font-weight:700;color:#333;text-align:left;margin:35px 23px 0}.tx-v-vs-i li h3[data-v-08350c24]{font-size:16px;line-height:21px;padding:0 23px 25px;color:#333;font-weight:400}.tx-v-vs-i li[data-v-08350c24]:hover{background-color:#fcb026}.tx-v-vs-i li[data-v-08350c24]:nth-child(3n-1){margin:0 33px}.tx-v-pause[data-v-08350c24]{text-align:center;padding-bottom:72px}.tx-v-pause h2[data-v-08350c24]{font-size:24px;font-weight:700;color:#040404;line-height:24px;padding:48px 0 8px}.tx-v-pause p[data-v-08350c24]{font-size:12px;font-weight:400;color:#040404;line-height:9px;margin-bottom:32px}.tx-v-pause .tx-v-video[data-v-08350c24]{margin:40px auto 60px}.box[data-v-0ae9a84a]{height:702px;background:url(https://tx-gw.oss-cn-beijing.aliyuncs.com/data/v2/en/sy/24bg.jpg) no-repeat 50%}.box .btn[data-v-0ae9a84a]{width:210px;height:53px;border:1px solid #fcb026;border-radius:13px;color:#fcb026}.box .btn img[data-v-0ae9a84a]{width:16px;height:19px;margin-left:10px}.box .t2[data-v-0ae9a84a]{line-height:33px;margin-bottom:50px;width:1362px}.box .t1[data-v-0ae9a84a]{font-size:65px;line-height:86px;margin-bottom:16px}.box .img[data-v-0ae9a84a]{width:871px;height:119px;margin:148px 0 16px}.icon ul li[data-v-2796f7a6]{width:124px;height:124px;margin-right:48px;position:relative;padding:21px 44px}.icon ul li[data-v-2796f7a6]:last-child{margin-right:0}.icon ul li img[data-v-2796f7a6]{width:124px;height:124px}.icon ul li p[data-v-2796f7a6]{font-size:13px;line-height:21px;color:#585858}.icon ul li .af[data-v-2796f7a6],.icon ul li .be[data-v-2796f7a6]{position:absolute;left:0;right:0;width:100%;height:100%;transition:.1s ease-in}.icon ul li .af[data-v-2796f7a6]{opacity:0}.icon ul li[data-v-2796f7a6]:hover{background-color:hsla(0,0%,100%,.6);border-radius:20px}.wrap[data-v-2796f7a6]{height:373px;background:url(https://tx-gw.oss-cn-beijing.aliyuncs.com/data/v2/en/common/footerbg.jpg) no-repeat 50%}.box .des p[data-v-2796f7a6]{color:#b8b7b7;margin-bottom:21px;text-align:center;line-height:29px}.box .des .des1[data-v-2796f7a6]{text-align:center;font-size:44px;font-weight:700;line-height:59px;color:#fff;padding:43px 0 16px}.swiper-container-sgal[data-v-378ae755],.swiper-wrapper[data-v-378ae755]{width:1187px;height:408px}.box2arrow[data-v-378ae755]{padding:10px 30px}.box2arrow img[data-v-378ae755]{width:25px;height:48px}.itemwrap[data-v-378ae755]{margin:0 40px}.itemwrap .item .item2wrap[data-v-378ae755],.itemwrap .item[data-v-378ae755],.itemwrap[data-v-378ae755]{width:1187px;height:408px}.itemwrap .item .item2wrap .item2[data-v-378ae755]{width:369px;height:408px;margin-right:40px;background-color:#fff}.itemwrap .item .item2wrap .item2 .item2img[data-v-378ae755]{width:100%;height:233px;margin-bottom:20px}.itemwrap .item .item2wrap .item2 .line[data-v-378ae755]{width:100%;height:7px;background:#dedede;position:relative}.itemwrap .item .item2wrap .item2 .line[data-v-378ae755]:after{content:"";height:100%;width:0;position:absolute;z-index:3;background-color:#ff9b00;transition:.2s ease-in}.itemwrap .item .item2wrap .item2 .item2t1[data-v-378ae755]{color:#9b9b9b;padding:0 15px 0 12px}.itemwrap .item .item2wrap .item2 .item2time[data-v-378ae755]{color:#a0a0a0;margin-bottom:16px;padding:0 15px 0 12px}.itemwrap .item .item2wrap .item2[data-v-378ae755]:last-child{margin-right:0}.itemwrap .item .item2wrap .item2:hover .item2t1[data-v-378ae755]{color:#212121}.itemwrap .item .item2wrap .item2:hover .line[data-v-378ae755]:after{width:100%}.des[data-v-378ae755]{margin-bottom:40px}.des .r1[data-v-378ae755]{width:158px;height:42px;font-size:19px;border:1px solid #585858;color:#585858;margin:57px 11px 0 0}.des .r1 img[data-v-378ae755]{width:16px;height:16px;margin-left:18px}.des .l1 .h2[data-v-378ae755]{width:134px;height:8px;background:#000}.des .l1 .h1[data-v-378ae755]{font-size:50px;line-height:66px;padding:40px 0 9px}.box[data-v-378ae755]{height:683px;background:url(https://tx-gw.oss-cn-beijing.aliyuncs.com/data/v2/en/sy/sgalbg.jpg) no-repeat 50%}.banner[data-v-fb3178d8]{height:700px}.html[data-v-8062a11a]{font-size:16px;line-height:28px;text-indent:30px;overflow:hidden;margin:0 auto}ul[data-v-1f235c32]{margin:0 5px;padding-bottom:143px}ul .item2[data-v-1f235c32]{width:604px;height:216px;box-shadow:0 3px 6px 1px rgba(0,0,0,.25);background:#fcb026;border-radius:26px;color:#212121;box-sizing:border-box;margin-right:22px}ul .item2 .line_C[data-v-1f235c32]{width:475px;height:1px;background:#212121;opacity:1;margin:0 0 0 18px}ul .item2[data-v-1f235c32]:last-child{margin-right:0}ul .item2 .img[data-v-1f235c32]{width:80px;height:80px;margin-right:20px;margin-top:20px;flex-shrink:0}ul .item2 .img img[data-v-1f235c32]{width:100%;height:100%}ul .item2 .t1[data-v-1f235c32]{font-size:16px;line-height:21px;font-weight:700;padding:15px 0 10px 19px}ul .item2 .des3[data-v-1f235c32]{font-size:19px;font-weight:700;line-height:25px;padding:20px 0 15px 21px}ul .item2 .des2[data-v-1f235c32]{font-size:19px;line-height:25px;margin-bottom:7px}ul .item2 .des2 img[data-v-1f235c32]{width:34px;height:34px;margin-left:16px;margin-right:13px}ul .item1[data-v-1f235c32]{width:336px;height:216px;background:#fcb026;box-shadow:0 3px 6px rgba(0,0,0,.25);border-radius:26px;color:#212121;box-sizing:border-box;margin-right:96px;margin-bottom:46px}ul .item1[data-v-1f235c32]:first-child{margin-left:111px}ul .item1 .line_C[data-v-1f235c32]{width:214px;height:1px;background:#212121;opacity:1;margin:0 0 0 18px}ul .item1[data-v-1f235c32]:last-child{margin-right:0}ul .item1 .img[data-v-1f235c32]{width:80px;height:80px;margin-right:20px;margin-top:20px}ul .item1 .img img[data-v-1f235c32]{width:100%;height:100%}ul .item1 .t1[data-v-1f235c32]{font-size:16px;line-height:21px;font-weight:700;padding:15px 0 10px 19px}ul .item1 .des3[data-v-1f235c32]{font-size:19px;font-weight:700;line-height:25px;padding:23px 0 18px 21px}ul .item1 .des2[data-v-1f235c32]{font-size:19px;line-height:25px;margin-bottom:7px}ul .item1 .des2 img[data-v-1f235c32]{width:34px;height:34px;margin-left:16px;margin-right:15px}.des12[data-v-1f235c32]{margin-bottom:59px}.des12 .l1 .h2[data-v-1f235c32]{width:134px;height:8px;background:#fff}.des12 .l1 .h1[data-v-1f235c32]{font-size:50px;line-height:66px;padding:106px 0 9px;color:#fff}[data-v-26268d20] .el-pagination .btn-next{background:#eff0f5;color:#666;padding:0 22px;height:58px;margin-left:40px;box-sizing:border-box;font-size:16px!important}[data-v-26268d20] .el-pagination .btn-next span{font-size:18px!important}[data-v-26268d20] .el-pagination .btn-prev{background:#eff0f5;color:#666;padding:0 22px;height:58px;margin-right:40px;font-size:16px!important;box-sizing:border-box}[data-v-26268d20] .el-pagination .btn-prev span{font-size:18px!important}[data-v-26268d20] .el-pager li{padding:0 33px;height:58px;line-height:58px!important;background:#eff0f5;color:#666!important;box-sizing:border-box;font-size:16px!important}[data-v-26268d20] .el-pager .active,[data-v-26268d20] .el-pagination button:hover{background:#fbaf25}[data-v-26268d20] .el-pagination{padding:0;font-weight:500}.tx-cc-c-d .tx-cc-c-d-t[data-v-1641c2bc]{background-color:#0057b7;height:87px;text-align:center}.tx-cc-c-d .tx-cc-c-d-t h2[data-v-1641c2bc]{font-size:23px;font-weight:700;color:#fff;line-height:24px;padding:25px 0 8px}.tx-cc-c-d .tx-cc-c-d-t h3[data-v-1641c2bc]{font-size:12px;color:#fff;line-height:11px;opacity:.51}.tx-cc-c-d-b[data-v-1641c2bc]{background:url(https://tx-gw.oss-cn-beijing.aliyuncs.com/data/img/tc.jpg) no-repeat 0 0/100% 100%;height:1216px;background-attachment:fixed}.tx-cc-c-d-b-box[data-v-1641c2bc]{height:1216px;position:relative}.tx-cc-c-d-b-i[data-v-1641c2bc]{width:335px;height:300px;padding:8px 6px 0;box-sizing:border-box;background:hsla(0,0%,100%,.4);margin-bottom:40px}.tx-cc-c-d-b-i[data-v-1641c2bc]:nth-child(3n-1){margin:0 45px}.tx-cc-c-d-b-i .img[data-v-1641c2bc]{width:100%;height:196px}.tx-cc-c-d-b-i .tx-cc-c-d-b-i-p[data-v-1641c2bc]{font-size:18px;font-weight:700;color:#fff;line-height:18px;text-align:center;margin:12px 0 16px}.tx-cc-c-d-b-i .tx-cc-c-d-b-i-p[data-v-1641c2bc]:hover{text-decoration:underline}.tx-cc-c-d-b-i-t[data-v-1641c2bc]{margin:0 15px}.tx-cc-c-d-b-i span[data-v-1641c2bc]{font-size:12px;color:#e8e8e8;line-height:9px}.tx-cc-c-d-b-i-l[data-v-1641c2bc]{height:2px;background:#fff;margin:0 15px 21px}.tx-cc-c-d-b .tx-cc-c-d-b-is[data-v-1641c2bc]{padding-top:78px;padding-left:52px}.tx-cc-c-d-b-i[data-v-1641c2bc]:hover{background:#fff}.tx-cc-c-d-b-i:hover .tx-cc-c-d-b-i-l[data-v-1641c2bc]{background:#2e2e2e}.tx-cc-c-d-b-i:hover .tx-cc-c-d-b-i-p[data-v-1641c2bc],.tx-cc-c-d-b-i:hover span[data-v-1641c2bc]{color:#2e2e2e}[data-v-1641c2bc] .tx-cc-cc-page .tx-s-page .tx-s-page-next a,[data-v-1641c2bc] .tx-cc-cc-page .tx-s-page .tx-s-page-prev a{color:#fff!important}[data-v-1641c2bc] .tx-cc-cc-page .tx-s-page li{border:1px solid #fff!important}[data-v-1641c2bc] .tx-cc-cc-page .tx-s-page li a{color:#fff!important}[data-v-1641c2bc] .tx-cc-cc-page .tx-s-page li:hover{background:#fff!important}[data-v-1641c2bc] .tx-cc-cc-page .tx-s-page li:hover a{color:#005ee6!important}[data-v-1641c2bc] .tx-cc-cc-page .tx-cc-cc-page-active{background:#fff!important}[data-v-1641c2bc] .tx-cc-cc-page .tx-s-page .tx-cc-cc-page-active a{color:#005ee6!important}.pagination[data-v-1641c2bc]{position:absolute;bottom:63px;left:50%;transform:translateX(-50%);width:100%}.inputT2[data-v-4cba3eac]{line-height:31px;margin-bottom:5px}.wrap[data-v-4cba3eac]{background:url(https://tx-gw.oss-cn-beijing.aliyuncs.com/data/v2/en/common/lx.jpg) no-repeat 50%}.wrap .box[data-v-4cba3eac]{position:relative}.wrap .box .br[data-v-4cba3eac]{position:absolute;right:97px;bottom:47px}.wrap .box .br .img[data-v-4cba3eac]{width:394px;height:248px}.wrap .box .br .brt1[data-v-4cba3eac]{font-size:45px;line-height:45px;color:#ffb400;padding:53px 0 18px}.wrap .box .br .brt2[data-v-4cba3eac]{font-size:50px;line-height:66px;color:#fff}.wrap .box .bl .btn[data-v-4cba3eac]{width:528px;height:51px;line-height:51px;background:#ffb400;border-radius:10px;margin:36px 0 0}.wrap .box .bl .input2 textarea[data-v-4cba3eac]{height:110px;padding:10px 20px}.wrap .box .bl .input1 input[data-v-4cba3eac],.wrap .box .bl .input2 textarea[data-v-4cba3eac]{width:649px;background:inherit;border-radius:10px;border:1px solid hsla(0,0%,100%,.5);color:#fff;font-size:16px;box-sizing:border-box;margin-bottom:5px}.wrap .box .bl .input1 input[data-v-4cba3eac]{height:43px;padding:0 20px}.wrap .box .bl .t1[data-v-4cba3eac]{line-height:31px;color:#fc0;margin-bottom:22px}.wrap .box .bl .img[data-v-4cba3eac]{width:924px;height:64px;padding:82px 0 15px}.product[data-v-08cb57fd]{margin-left:3px;margin-bottom:60px}.product li[data-v-08cb57fd]{margin-right:24px;width:455px}.product li .des[data-v-08cb57fd]{line-height:46px}.product li[data-v-08cb57fd]:last-child{margin-right:0}.product li .img[data-v-08cb57fd]{width:455px;height:241px}.box .title[data-v-08cb57fd]{margin-left:25px}.box .title .t2[data-v-08cb57fd]{width:83px;height:5px;background:#000;margin-bottom:59px}.box .title .t1[data-v-08cb57fd]{line-height:46px;font-size:35px;margin-bottom:13px}.div100[data-v-3c9770ca]{width:100%;height:100%}.relevant[data-v-3c9770ca]{margin:0 50px}.relevant ul[data-v-3c9770ca]{padding-bottom:45px}.relevant ul li[data-v-3c9770ca]{background:#f8f8f8;width:420px;height:251px;box-sizing:border-box;padding:25px 53px 20px 16px;margin-right:24px}.relevant ul li[data-v-3c9770ca]:last-child{margin-right:0}.relevant ul li .img[data-v-3c9770ca]{width:9px;height:17px;background:url(/_nuxt/img/xiajiantou@2x.5272ad4.png) 0 0/100% no-repeat;margin-left:20px;transition:.3s ease}.relevant ul li span[data-v-3c9770ca]{font-size:19px;color:#7b7d7f;line-height:20px}.relevant ul li p[data-v-3c9770ca]{font-size:20px;color:#7b7d7f;line-height:25px}.relevant ul li .time[data-v-3c9770ca]{font-size:16px;color:#005ee6;line-height:16px;margin-bottom:33px}.relevant ul li[data-v-3c9770ca]:hover{background-color:#fcb026}.relevant ul li:hover .time[data-v-3c9770ca],.relevant ul li:hover p[data-v-3c9770ca],.relevant ul li:hover span[data-v-3c9770ca]{color:#333!important;font-weight:600}.nextpage[data-v-3c9770ca]{margin:0 62px 20px 50px}.nextpage ul[data-v-3c9770ca]{position:relative}.nextpage ul .next[data-v-3c9770ca],.nextpage ul .prev[data-v-3c9770ca]{width:600px;height:70px;background:#f8f8f8}.nextpage ul .next img[data-v-3c9770ca],.nextpage ul .prev img[data-v-3c9770ca]{transition:.5s ease}.nextpage ul .centerLine[data-v-3c9770ca]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:2px;height:60px;background:#e0dfdf}.nextpage ul .prev img[data-v-3c9770ca]{margin:0 20px 0 40px}.nextpage ul .prev p[data-v-3c9770ca]{margin:0 30px 0 60px}.nextpage ul .prev[data-v-3c9770ca]:hover{background-color:#fcb026}.nextpage ul .prev:hover img[data-v-3c9770ca]{transform:translateX(-10px)}.nextpage ul .prev:hover p[data-v-3c9770ca]{color:#005ee6}.nextpage ul .prev:hover span[data-v-3c9770ca]{color:#333}.nextpage ul .next img[data-v-3c9770ca]{margin:0 40px 0 20px}.nextpage ul .next p[data-v-3c9770ca]{margin:0 60px 0 30px;text-align:left}.nextpage ul .next[data-v-3c9770ca]:hover{background-color:#fcb026}.nextpage ul .next:hover img[data-v-3c9770ca]{transform:translateX(10px)}.nextpage ul .next:hover p[data-v-3c9770ca]{color:#005ee6}.nextpage ul .next:hover span[data-v-3c9770ca]{color:#333}.nextpage ul li img[data-v-3c9770ca]{width:35px;height:11px}.nextpage ul li span[data-v-3c9770ca]{font-size:20px;color:#7b7d7f;line-height:18px}.nextpage ul li p[data-v-3c9770ca]{font-size:20px;font-weight:700;color:#7b7d7f}