@charset "utf-8";@import '../../../assets/css/font-awesome.css';@import '../../../assets/css/animate.min.css';@import '../../../assets/css/swiper.min.css';@import "../icon/iconfont.css";body{overflow-x:hidden;position:relative;font-family:'OpenSans','Lucida Grande','Microsoft Yahei';-webkit-font-smoothing:antialiased;width:100%}html{font-size:16px;color:#333}h1,h2,h3,h4,h5,h6{font-weight:normal}button,input{outline:none}*{padding:0;margin:0}form{margin:0}img{max-width:100%}ul,ol{list-style-type:none;list-style-image:none}a{color:#333;text-decoration:none;outline:none}a:hover{color:#ff6c0e}img{border:0;vertical-align:middle}table{border-spacing:0;border-collapse:collapse}div{zoom:1}.rt{float:right}.lf{float:left}@font-face{font-family:'OpenSans';src:url("../font/OpenSans-Regular.ttf");font-style:normal;font-weight:normal}@font-face{font-family:'OpenSans-Bold';src:url("../font/OpenSans-Bold.ttf");font-style:normal;font-weight:normal}@font-face{font-family:'OpenSans-SemiBold';src:url("../font/OpenSans-SemiBold.ttf");font-style:normal;font-weight:normal}@font-face{font-family:'OpenSans-Medium';src:url("../font/OpenSans-Medium.ttf");font-style:normal;font-weight:normal}.text-bold{font-family:'OpenSans-Bold'}.text-semi{font-family:'OpenSans-SemiBold'}.text-medium{font-family:'OpenSans-Medium'}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{pointer-events:unset}.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;font-weight:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale}.color-icon{width:2em;height:2em;vertical-align:-0.15em;fill:currentColor;overflow:hidden}.round{display:inline-block;border-radius:50%}.link-color:hover{color:#ff6c0e}.sep-transition{transition:All .8s ease;-webkit-transition:All .8s ease;-moz-transition:All .8s ease;-o-transition:All .8s ease}.line-clamp{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.flex{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.flex-mb{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}.flex-item{flex:1}.flex-center{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;align-items:center;justify-content:center}.flex-v-center{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;align-items:center}.flex-wrap{flex-wrap:wrap;-webkit-flex-wrap:wrap}.text-hover:hover{color:#ff6c0e !important}.overflow{overflow:hidden}.block{display:block}.vh-100{height:100vh;min-height:100vh}.width100{width:100%}.height100{height:100%}.text-capitalize{text-transform:capitalize}.relative{position:relative}.absolute{position:absolute}.sep-scale{transition:All .8s ease;-webkit-transition:All .8s ease;-moz-transition:All .8s ease;-o-transition:All .8s ease}.sep-scale:hover{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1)}.sep-scale-wrap:hover .sep-scale-mask{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1)}.sep-scale-wrap:hover .mask{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1)}.sep-scale-wrap:hover .scale-hover-hide{opacity:0}.sep-scale-mask{transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0)}.scale-hide{transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0)}.slip-effect{position:relative;display:block}.slip-effect:before{content:"";position:absolute;left:0;top:0;width:20%;height:100%;opacity:0;visibility:hidden;filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='rgba(0,0,0,.5)', endColorStr='rgba(0,0,0,0)', gradientType='1');background:-moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));background:-o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));background:-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));-moz-transition-duration:.8s;-webkit-transition-duration:.8s;-o-transition-duration:.8s;-ms-transition-duration:.8s;transition-duration:.8s}.slip-effect:hover:before{width:100%;opacity:1;visibility:visible}.btn-hover{height:44px;background:#ff6c0e;font-size:16px;color:#fff;padding:0 40px;position:relative;z-index:1;-webkit-transition-duration:.5s;transition-duration:.5s}.btn-hover i{margin-left:5px;font-size:14px}.btn-hover:after{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;background:#fff}.btn-hover:hover{color:#ff6c0e}.btn-hover:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(.52, 1.64, .37, .66);transition-timing-function:cubic-bezier(.52, 1.64, .37, .66)}.color-white{color:#fff !important}.color-website{color:#ff6c0e !important}.opacity:hover{opacity:.8}.vertical-center{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.horizontal-center{position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.translate-center{-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);left:50%;top:50%;position:absolute !important}.full-screen{position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.6)}.margin-auto{display:table;margin:0 auto}#onlineService{position:fixed;right:0;bottom:32%;z-index:100998}.offside{width:50px}.offside li{width:50px;height:50px;position:relative;background:#b1b1b1;border-bottom:1px solid #fff;overflow:hidden;text-align:center;transition:all .7s;-webkit-transition:all .7s}.offside .code{position:absolute;top:0;right:50px;display:none;margin:0}.offside a,.offside div{color:#333;position:absolute;z-index:11;display:block;top:0;right:0;bottom:0;cursor:pointer}.offside p{float:left;line-height:50px;height:50px;font-size:16px;font-weight:700;padding:0 0 0 10px;color:#fff;opacity:0;overflow:hidden}.offside .icon{font-size:28px;height:100%;line-height:50px;text-align:center;display:block;color:#fff}.offside li:not(.li_3) a,.offside li:not(.li_3) div{left:0}.offside .li_3 a,.offside .li_3 div{width:50px}.offside li{background:#ff6c0e;color:#201914}.offside li .icon{color:#fff}.offside li.email{overflow:visible}.offside li:hover .email-box{display:block !important}.offside li:hover a{color:#333}.offside li .email-box{position:absolute;background:#d5d5d5;right:100%;top:0;left:auto !important;padding:10px 5px;border-right:2px solid #fff;height:99px;display:none}.offside li .email-box a{display:block;font-size:14px;position:static;white-space:nowrap;text-align:left;margin-bottom:10px}.offside li:nth-child(4){overflow:visible}.offside li:nth-child(4):hover img{display:block}.offside li:nth-child(7){display:none}.offside li:nth-child(10){height:20px}.offside li:nth-child(10) .icon{line-height:20px;display:none}.offside li:hover a,.offside li:hover div,.offside li:hover .icon{color:#fff}.offside li.tel:hover .icon{color:#ff6c0e}.offside li:hover{background:#cad0de !important;color:#ff6c0e}.offside li:hover .icon,.offside li:hover a{color:#ff6c0e}.offside .tel.email:hover a{color:#fff}.offside .tel.email:hover a .icon{color:#fff}.offside .tel.email:hover a p{color:#fff}.offside li.tel:hover p{color:#ff6c0e}.offside .tel.email:hover p{color:#fff}.offside li:hover p{opacity:1}.offside li:not(.li_3):hover{background:#ff6c0e}.offside .tel{width:200px;transform:translateX(-150px);-webkit-transform:translateX(-150px)}.offside .tel.email{width:279px;transform:translateX(-229px);-webkit-transform:translateX(-229px)}.offside .back_none{height:0;border:0 !important}.offside .li{transform:translateX(100%);-webkit-transform:translateX(100%)}.offside .unfold{width:30px;transform:translateX(20px);-webkit-transform:translateX(20px)}.multi-language .website-link{margin-right:20px;position:relative;padding:5px 0;top:1px;font-size:14px}.multi-language .box{display:inline-block;position:relative;padding:10px 0;font-size:16px}.multi-language .box i{font-size:14px;position:relative;top:1px}.multi-language .box a{font-size:14px;display:inline-block;margin:0 5px}.multi-language .box ul{position:absolute;display:none;top:100%;right:0;width:120px;background:#f3f3f3;z-index:10200;box-shadow:0 0 3px #666}.multi-language .box ul li{padding:9px 17px}.multi-language .box ul li a{display:block;text-transform:uppercase}.multi-language .box ul li a img{margin-right:16px}.multi-language .box ul li:hover{background:#e8e8e8}.multi-language .box ul li:hover a{color:#ff6c0e}.multi-language .box .fa{top:1px;transition:All .2s ease-in-out;-webkit-transition:All .2s ease-in-out;-moz-transition:All .2s ease-in-out;-o-transition:All .2s ease-in-out}.multi-language .box:hover>i,.multi-language .box:hover>a{color:#ff6c0e}.multi-language .box:hover .fa-angle-down{top:1px;left:4px;transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg)}.multi-language .box:hover ul{display:block}.sep-share li{float:left}.sep-share li:last-child{padding-right:0}.sep-share li a{font-size:16px;position:relative}.sep-share li a .qr{position:absolute;left:100%;bottom:100%;display:none}.sep-share li a:hover .qr{display:block}.sep-share li a:hover i{color:#fff}.sep-share li a i{color:#c7c7c7;font-size:12px}.sep-container{width:1360px;margin:auto;max-width:100%}.sep-container-1920{width:1920px;margin:auto;max-width:100%}.sep-container-1280{width:1280px;margin:auto;max-width:100%}body{padding-top:93px}.search-popup .form-group input[type="text"],.search-popup .form-group input[type="search"]{font-family:'OpenSans'}.search-popup{position:fixed;left:0;top:0;height:100vh;width:100%;z-index:9999900000;margin-top:-540px;transform:translateY(-100%);background-color:rgba(0,0,0,0.9);-webkit-transition:all 500ms cubic-bezier(.86, 0, .07, 1);-moz-transition:all 500ms cubic-bezier(.86, 0, .07, 1);-o-transition:all 500ms cubic-bezier(.86, 0, .07, 1);transition:all 800ms cubic-bezier(.86, 0, .07, 1);-webkit-transition-timing-function:cubic-bezier(.86, 0, .07, 1);-moz-transition-timing-function:cubic-bezier(.86, 0, .07, 1);-o-transition-timing-function:cubic-bezier(.86, 0, .07, 1);transition-timing-function:cubic-bezier(.86, 0, .07, 1)}.search-popup input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;display:none}.search-popup input[type="search"]::-ms-clear{display:none}.search-popup:before{position:absolute;left:0;top:100%;width:100%;height:560px;background-image:url(../img/waves-shape.png);background-repeat:no-repeat;background-position:center;background-size:cover;margin-top:0;content:"";pointer-events:none}.search-popup .close-search{position:absolute;left:0;right:0;top:75%;margin:0 auto;margin-top:-200px;border-radius:50%;text-align:center;background-color:#ff6c0e;width:70px;cursor:pointer;box-shadow:0 0 10px rgba(0,0,0,0.05);-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;opacity:0;visibility:hidden;border:none;border-bottom:3px solid #fff}.search-popup .form-group{position:relative;margin:0;overflow:hidden}.search-popup .form-group input[type="text"],.search-popup .form-group input[type="search"]{position:relative;display:block;font-size:18px;line-height:50px;color:#000;height:70px;width:100%;padding:10px 30px;background-color:#fff;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;font-weight:500;outline:none;border:none}.search-popup .form-group input[type="submit"],.search-popup .form-group button{position:absolute;right:30px;top:0;height:70px;line-height:70px;background:transparent;text-align:center;font-size:24px;color:#000;padding:0;cursor:pointer;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;outline:none;border:none}.search-popup .form-group input[type="submit"]:hover,.search-popup .form-group button:hover{color:#000}.search-popup .form-group input::placeholder,.search-popup .form-group textarea::placeholder{color:#000}.search-popup .close-search.style-two{position:absolute;right:25px;left:auto;color:#fff;width:auto;height:auto;top:25px !important;margin:0;border:none;background:none !important;box-shadow:none !important;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.search-popup .close-search.style-two span{font-size:20px;color:#fff}.search-popup .close-search span{position:relative;display:block;height:70px;width:70px;font-size:30px;line-height:70px;color:#fff}.search-popup form{position:absolute;max-width:700px;top:50%;left:15px;right:15px;margin:-35px auto 0;transform:scaleX(0);transform-origin:center;background-color:#111;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}.sidenav-bar-visible .search-popup{width:80%}.search-active .search-popup{transform:translateY(0);margin-top:0}.search-active .search-popup .close-search{visibility:visible;opacity:1;top:50%;-webkit-transition-delay:1200ms;-moz-transition-delay:1200ms;-ms-transition-delay:1200ms;-o-transition-delay:1200ms;transition-delay:1200ms}.search-active .search-popup form{transform:scaleX(1);-webkit-transition-delay:800ms;-moz-transition-delay:800ms;-ms-transition-delay:800ms;-o-transition-delay:800ms;transition-delay:800ms}.sep-header{position:fixed;top:0;width:100%;left:0;z-index:100000000;background:#fff}.sep-header::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;box-shadow:0 0 10px 0 rgba(0,0,0,0.05);pointer-events:none;z-index:1000}.sep-header .search{margin-left:30px;cursor:pointer;transition:All .4s ease-in-out;-webkit-transition:All .4s ease-in-out;-moz-transition:All .4s ease-in-out;-o-transition:All .4s ease-in-out;width:42px;height:42px;flex-shrink:0;border-radius:50%;background:#ff6c0e}.sep-header .search i{font-size:18px;color:#fff;position:relative;top:1px;left:1px}.sep-header .search:hover{opacity:.7}.sep-header .multi-language{position:relative;margin-left:30px;line-height:normal}.sep-header .multi-language .box{padding:0}.sep-header .multi-language .box .box2{cursor:pointer}.sep-header .multi-language .box .box2 i{width:42px;height:42px;border-radius:50%;background:#ff6c0e;color:#fff;font-size:23px}.sep-header .multi-language .box .box2:hover{opacity:.7}.sep-mainnav{position:relative;background:transparent}.sep-mainnav>.sep-container .logo{margin-right:30px}.sep-mainnav>.sep-container .logo img{width:204px}.sep-mainnav>.sep-container>ul{margin-left:auto;margin-right:auto;width:65%;justify-content:space-between;gap:0 20px}.sep-mainnav>.sep-container>ul::before,.sep-mainnav>.sep-container>ul::after{position:absolute}.sep-mainnav>.sep-container>ul>li{height:93px}.sep-mainnav>.sep-container>ul>li:not(.pro){position:relative}.sep-mainnav>.sep-container>ul>li>a{font-size:18px}.sep-mainnav>.sep-container>ul>li:last-child>a{padding:9.5px 30px;background:#ff6c0e;border-radius:22px;color:#fff}.sep-mainnav>.sep-container>ul>li:last-child>a:hover{color:#fff;opacity:.75}.sep-mainnav>.sep-container>ul>li:hover:not(:last-child)>a,.sep-mainnav>.sep-container>ul>li.active:not(:last-child)>a{color:#ff6c0e}.sep-mainnav>.sep-container>ul>li:hover .dropdown,.sep-mainnav>.sep-container>ul>li:hover .dropdown-pro{transform:scaleY(1)}.sep-mainnav .dropdown{padding:12px 24px;width:max-content;min-width:180px;position:absolute;left:-24px;top:100%;background:#fff;transform-origin:50% 0;transform:scaleY(0);transition:all .4s ease;box-shadow:0 5px 10px rgba(0,0,0,0.05)}.sep-mainnav .dropdown a{padding:3px 0;font-size:16px;display:block}.sep-mainnav .dropdown-pro{padding:54px 0;position:absolute;top:100%;left:0;width:100%;background:#fff;transform-origin:50% 0;transform:scaleY(0);transition:all .4s ease;box-shadow:0 5px 5px rgba(0,0,0,0.05)}.sep-mainnav .dropdown-pro .box{display:grid;grid-template-columns:repeat(4, auto);gap:30px 30px;justify-content:space-between}.sep-mainnav .dropdown-pro .box::before,.sep-mainnav .dropdown-pro .box::after{position:absolute}.sep-mainnav .dropdown-pro a{font-size:18px;position:relative}.sep-mainnav .dropdown-pro a::before{content:'\e8f4';position:absolute;left:-24px;top:5px;font-family:"iconfont";font-size:15px;opacity:0}.sep-mainnav .dropdown-pro a:hover{color:#ff6c0e}.sep-mainnav .dropdown-pro a:hover::before{opacity:1}.sep-mainnav .head-pro-ul{width:100%;left:0;top:100%;z-index:199;border-top:1px solid #f5f5f5;position:absolute;z-index:1}.sep-mainnav .head-pro-ul .head-pro-ul-item{display:flex;justify-content:space-between;width:100%}.sep-mainnav .head-pro-ul .head-pro-ul-item .left{width:80%;display:flex;justify-content:space-between;background:#fff}.sep-mainnav .head-pro-ul .head-pro-ul-item .left.ons{max-height:10000px;box-shadow:0 0 10px rgba(0,0,0,0.2)}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs{width:40%;position:relative;padding:50px 0}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2){border-left:1px solid rgba(255,255,255,0.3);padding-left:50px;width:100%}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs{display:none}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs.active{display:block}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs .lists-a{font-size:17px !important;color:#333;position:relative;padding-left:22px !important;transition:all .3s}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs .lists-a::after{content:'';display:block;width:5px;height:5px;background:#666;border-radius:50%;position:absolute;left:0;top:18px;transition:all .3s}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs .lists-a:hover{color:#ff6c0e !important}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs .lists-a:hover::after{background:#ff6c0e}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs .lists-a i{left:0 !important;display:block !important;font-size:16px}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs .right-item-box .lists-a{font-size:16px !important}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(1){background:#f7f7f7;width:320px !important}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(1) .lists .ul-boxs .lists-a{font-family:'OpenSans-SemiBold';padding:8px 40px;font-size:19px;width:320px;margin-bottom:4px;color:#333}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(1) .lists .ul-boxs .lists-a:hover{background:#ff6c0e;color:#fff}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(1) .lists .ul-boxs .lists-a i{top:16px;display:none !important}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(1) .lists .ul-boxs .lists-a.active{background:#ff6c0e;color:#fff}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2){padding-left:60px;background:#fff}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists{display:block;width:100%;overflow:hidden}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .list-paddingleft-2{max-width:100% !important;width:100% !important}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .list-paddingleft-2 li{margin-bottom:0 !important}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .list-paddingleft-2 li p{margin-bottom:0 !important}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .right-item>.lists-a{display:block}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .lists-a{font-size:18px;color:#333;line-height:32px;display:block;transition:all .3s;padding-left:10px;position:relative;width:100%;padding:5px 0}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .lists-a i{position:absolute;right:30px;top:10px;font-size:20px}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .lists-a::after{display:none}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .lists-a i{color:#333}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .lists-a:hover{color:#ff6c0e}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .lists-a.active{color:#ff6c0e}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists.active{height:auto}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .right-item.active .right-item-box{display:block}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .right-item-box{position:absolute;left:52%;top:64px;width:400px;border-left:1px solid rgba(0,0,0,0.1);padding-left:50px;z-index:333;display:none;min-height:210px}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .right-item-box .lists-a{padding:0 !important;font-size:16px !important;font-family:"BarlowSemiCondensed-Regular" !important}.sep-mainnav .head-pro-ul .head-pro-ul-item .left .right-item-box .lists-a::after{top:13px !important}.sep-mainnav .head-pro-ul .head-pro-ul-item .right{width:40%;text-align:center;background:#fff;padding:50px}.sep-mainnav .head-pro-ul .head-pro-ul-item .right .item1{position:relative;text-align:center;display:none;border-left:1px solid #f7f7f7}.sep-mainnav .head-pro-ul .head-pro-ul-item .right .item1.active{display:block}.sep-mainnav .head-pro-ul .head-pro-ul-item .right .item1 .thumb-title{text-align:center;font-size:24px;color:#ff6c0e;line-height:32px;display:block;transition:all .3s}.sep-mainnav .head-pro-ul .head-pro-ul-item .right .item1 .thumb-title:hover{color:#ff6c0e}.sep-mainnav .head-pro-ul .head-pro-ul-item .right .item1 .thumb-a-box{padding-right:0;max-height:none;display:flex;flex-wrap:wrap;margin-top:20px}.sep-mainnav .head-pro-ul .head-pro-ul-item .right .item1 .thumb-a-box a{padding-left:0;width:30%;margin-right:5%;display:block;transition:all .3s;color:#333;font-size:18px;line-height:32px}.sep-mainnav .head-pro-ul .head-pro-ul-item .right .item1 .thumb-a-box a:nth-child(3n){margin-right:0}.sep-mainnav .head-pro-ul .head-pro-ul-item .right .item1 .thumb-a-box a:hover{color:#ff6c0e}.sep-mainnav .head-pro-ul .head-pro-ul-item .right .item1 .thumb-more1{text-align:center}.sep-mainnav .head-pro-ul .head-pro-ul-item .right .item1 .thumb-more1 .xc-more1{background:#ff6c0e;color:#fff}.sep-mainnav .head-pro-ul .head-pro-ul-item .right .item1 .thumb-more1 .xc-more1:hover{background:#ff6c0e;color:#fff}.sep-footer{background:#f7f7f7}.sep-footer .footer-box{padding:75px 0;color:#333}.sep-footer .footer-box .logo img{width:251px}.sep-footer .footer-box .items{justify-content:space-between;gap:20px}.sep-footer .footer-box .items .item:last-child{max-width:24%}.sep-footer .footer-box .hd{font-family:'OpenSans-SemiBold';display:block;font-size:20px;color:#333}.sep-footer .footer-box a.hd:hover{text-decoration:underline}.sep-footer .footer-box .bd{color:#333;font-size:16px;line-height:1.5;position:relative}.sep-footer .footer-box .bd::before{content:'\e8f4';position:absolute;left:-24px;top:1px;font-family:"iconfont";font-size:14px;opacity:0}.sep-footer .footer-box .bd:hover::before{opacity:1}.sep-footer .footer-box .lists{margin-top:15px}.sep-footer .footer-box .lists>li{margin-top:8px}.sep-footer .footer-box .box{margin-top:36px;font-size:16px}.sep-footer .footer-box .box a{color:#333}.sep-footer .footer-box .box a:hover{text-decoration:underline}.sep-footer .footer-box .box li{margin-top:20px;padding-left:30px;position:relative}.sep-footer .footer-box .box li:first-child{margin-top:0}.sep-footer .footer-box .box li i{position:absolute;left:0;font-size:17px;top:3px}.sep-footer .sep-copyright{border-top:1px solid rgba(33,33,33,0.1);font-size:16px;line-height:1em;padding:15px 0;color:#333}.sep-footer .sep-copyright .flex{gap:15px}.sep-footer .sep-copyright .copy a,.sep-footer .sep-copyright .box a{color:#333}.sep-footer .sep-copyright .copy a:hover,.sep-footer .sep-copyright .box a:hover{text-decoration:underline}.sep-footer .sep-copyright .box{margin:0 auto}.sep-footer .sep-copyright .box span{margin:0 10px;font-size:13px;opacity:.5}.sep-footer .sep-copyright .sep-share li{margin-right:14px}.sep-footer .sep-copyright .sep-share li:last-child{margin:0}.sep-footer .sep-copyright .sep-share i{width:34px;height:34px;background:#ff6c0e;border-radius:50%;border:1px solid rgba(255,255,255,0.3);font-size:16px;color:#fff}.sep-footer .sep-copyright .sep-share i:hover{border:2px solid #fff}.sep-bar{color:#fff;overflow:hidden;z-index:1000}.sep-bar .title{color:#fff;font-size:20px;line-height:1.5;width:240px;text-transform:uppercase}.sep-bar .pic{width:177px;margin-left:35px;align-self:stretch;position:relative}.sep-bar .pic img{left:0;width:100%;top:68%}.sep-bar .click{margin-left:4.4%;font-size:18px;padding:9.5px 30px;margin-right:20px;color:#ff6c0e;background:#fff;border-radius:10px;position:relative;font-family:'OpenSans-Medium'}.sep-bar .click::after{content:'';position:absolute;bottom:-15px;right:-20px;width:39px;height:35px;background:url(/themes/simple/img/click.png);background-size:contain}.sep-bar .click:hover{background:#ff6c0e;color:#fff}.sep-bar .infos{margin-left:auto;display:grid;grid-template-columns:repeat(3, auto);gap:9px 20px;align-items:center;text-transform:uppercase}.sep-bar .infos .icon img{width:20px}.sep-bar .infos .hd{font-size:18px}.sep-bar .infos .bd{margin-left:5px;font-size:16px}@keyframes loading{0%{bottom:30px}50%{bottom:35px}100%{bottom:30px}}.scroll-down{position:absolute;bottom:30px;left:50%;margin-left:-12.5px;z-index:10;cursor:pointer;-webkit-animation:loading 1s linear infinite alternate;-moz-animation:loading 1s linear infinite alternate;-ms-animation:loading 1s linear infinite alternate;-o-animation:loading 1s linear infinite alternate;animation:loading 1s linear infinite alternate}.scroll-down img{width:25px}.bgf7{background:#f7f7f7}.pv120{padding-top:120px;padding-bottom:120px}.mt80{margin-top:76px}.mt30{margin-top:30px}.fz38{font-size:2.375rem;line-height:1.31578947}.sep-btn{display:inline-block;font-size:18px;padding:11.5px 40px;border-radius:25px;background:#ff6c0e;border:2px solid #ff6c0e;line-height:1.2em;color:#fff;cursor:pointer;transition:all .3s}.sep-btn i{margin-left:14px;position:relative}.sep-btn img{margin-left:10px}.sep-btn:hover{background:transparent;color:#ff6c0e}.swiper-button-disabled{visibility:hidden}.top-tit{font-family:'OpenSans-Bold';text-transform:uppercase;margin:-0.2em 0}a.top-tit{display:inline-block;transition:all .3s}.last-news .items{gap:2.6%}.last-news .item{width:31.6%;display:flex;flex-direction:column}.last-news .item:hover{box-shadow:0 0 20px 0 rgba(0,0,0,0.05)}.last-news .thumb{padding-top:56.28%;display:block;overflow:hidden;position:relative}.last-news .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.last-news .info{padding:28px 30px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.last-news .info .date{margin-bottom:12px;font-size:15px;color:#666;line-height:22px;font-family:'OpenSans-Medium'}.last-news .info .date .day{margin-right:12px;font-size:40px;line-height:.9;color:#ff6c0e;font-family:'OpenSans-Bold';position:relative;top:-1px}.last-news .info .sum{margin-top:14px;margin-bottom:auto;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;font-size:16px;line-height:1.625;color:#666}.last-news .info .title{display:block;transition:all .3s;flex:1;font-size:19px;line-height:27px}.last-news .info .more{margin-top:36px;gap:14px;font-size:18px;transition:all .3s}.last-news .info .more i{width:48px;height:48px;border-radius:50%;border:2px solid #ff6c0e;background:#ff6c0e;color:#fff;font-size:17px;transition:all .3s}.last-news .info .more:hover{color:#ff6c0e}.last-news .info .more:hover i{background:transparent;color:#ff6c0e}.last-news.inner .info .title{margin-bottom:auto}.clearfix:before{display:table;clear:both;content:""}.clearfix:after{display:table;clear:both;content:""}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:16px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.row{margin-right:-10px;margin-left:-10px}.row:before{display:table;clear:both;content:""}.row:after{display:table;clear:both;content:""}ul:before{content:'';display:table;clear:both}ul:after{content:'';display:table;clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{padding-right:10px;padding-left:10px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.sep-md-5{width:20%;padding:0 10px}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}@media screen and (max-width:640){.sep-md-5{width:100%}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:16px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control{vertical-align:middle;padding:6px 8px;height:32;font-size:13px;font-weight:normal;border-radius:3px;background:#fbfbfb;outline:none}.form-group{margin-bottom:15px;position:relative}.btn-primary{color:#fff !important;background-color:#337ab7;border-color:#2e6da4}.btn-primary:hover{opacity:.7}.hide{display:none !important}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373;position:absolute;right:20px;top:15px}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li:nth-child(1)>a,.pagination>li:nth-child(1)>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.8;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.form-group.has-success:after{content:"\f058";font-family:FontAwesome;position:absolute;right:0;bottom:8px;height:18px;line-height:18px;margin-right:5px;text-align:center;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:-o-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s,-o-transform .3s;width:18px;color:green}.sep-resource-list .sep-datalist{list-style:none;padding:0;margin:0}.sep-resource-list .sep-datalist>li:not(.pdf-item){border-bottom:dotted 1px #ddd;position:relative;min-height:140px;padding:15px 10px 50px 150px;line-height:1em;margin-bottom:20px}.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb{padding-left:10px;min-height:auto;padding-bottom:30px}.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb .thumb{display:none}.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb{position:absolute;left:10px;top:15px;display:block;width:120px;height:120px;overflow:hidden;text-align:center}.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img{max-width:100%;border:1px solid #ddd}.sep-resource-list .sep-datalist>li:not(.pdf-item) .title{display:block;color:#333;font-weight:bold;margin-bottom:10px;line-height:1.4em;font-size:16px}.sep-resource-list .sep-datalist>li:not(.pdf-item) .title:hover{color:#ff6c0e}.sep-resource-list .sep-datalist>li:not(.pdf-item) .summary{display:block;color:#666;line-height:1.5em;word-break:normal;font-size:16px}.sep-resource-list .sep-datalist>li:not(.pdf-item) .published{display:block;color:#999;font-size:16px;margin-bottom:10px}.sep-resource-list .sep-datalist>li:not(.pdf-item) .published:before{font:normal normal normal 14px/1 FontAwesome;content:"\f073";margin-right:5px}.sep-resource-list .sep-datalist>li:not(.pdf-item) .btn-read{position:absolute;bottom:10px;right:0;border:solid 1px #ccc;border-radius:3px;background:#f0f0f0;padding:8px 15px;color:#333;font-size:16px}.sep-resource-list .sep-datalist>li:not(.pdf-item) .btn-read:hover{border:solid 1px #ff6c0e;background:#ff6c0e;color:#fff}.search-btns{margin-bottom:40px}.search-btns a{height:48px;min-width:220px;font-size:18px;background:#f0f0f0;margin:0 15px}.search-btns a.active{background:#ff6c0e;color:#fff}.pdf-item{width:100%;line-height:44px;border:1px solid #ddd;padding:0 14px;margin-bottom:20px;float:none}.pdf-item:nth-child(even){float:none}.pdf-item:hover{border:1px solid #ff6c0e}.pdf-item .title:hover{color:#ff6c0e}.pdf-item .titles-a{width:80%;display:block;white-space:nowrap;overflow:hidden;float:left;text-overflow:ellipsis}.pdf-item .titles-a:hover{color:#ff6c0e}.pdf-item .titles-a i{font-size:20px;margin-right:10px}.pdf-item .fa-file-pdf-o{margin-right:10px}.pdf-item .down{margin-left:auto}.pdf-item a{color:#323232;line-height:44px}.pdf-item .pdf-download{margin-right:10px}.pdf-item i{color:#ff6c0e;font:normal normal normal 14px/1 FontAwesome}.sep-pagination{text-align:center}.sep-pagination .pagination li a,.sep-pagination .pagination li span{padding:3px 10px;color:#333}.sep-pagination .pagination li.active a,.sep-pagination .pagination li.active span{border-color:#f45f00;background:#ff6c0e;color:#fff}.sep-resource-list-nothumb .sep-datalist{list-style:none;padding:0;margin:0}.sep-resource-list-nothumb .sep-datalist li{border-bottom:dotted 1px #ddd;position:relative;min-height:120px;padding:15px 10px 50px 10px}.sep-resource-list-nothumb .sep-datalist li .thumb{position:absolute;left:10px;top:15px;display:block;width:120px;height:120px;overflow:hidden;text-align:center;display:none;border:1px solid #ddd}.sep-resource-list-nothumb .sep-datalist li .thumb img{max-width:100%;height:90px;display:none}.sep-resource-list-nothumb .sep-datalist li .title{display:block;color:#333;font-weight:bold;margin-bottom:10px;height:auto;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.sep-resource-list-nothumb .sep-datalist li .title:hover{color:#ff6c0e}.sep-resource-list-nothumb .sep-datalist li .summary{display:block;color:#666;line-height:1.5em;word-break:break-all;width:100%}.sep-resource-list-nothumb .sep-datalist li .published{display:block;color:#999;font-size:12px;margin-bottom:10px;position:absolute;bottom:10px;left:10px}.sep-resource-list-nothumb .sep-datalist li .published:before{font:normal normal normal 14px/1 FontAwesome;content:"\f073";margin-right:5px}.sep-resource-list-nothumb .sep-datalist li .btn-read{position:absolute;bottom:10px;left:10px;border:solid 1px #ccc;border-radius:3px;background:#f0f0f0;padding:2px 8px;color:#333;font-size:12px;display:none}.sep-resource-grid .sep-datalist{list-style:none;padding:0;margin:0 -15px;overflow:hidden}.sep-resource-grid .sep-datalist li{position:relative;float:left;width:33.33%;overflow:hidden;padding:0 15px;margin-bottom:18px}.sep-resource-grid .sep-datalist li.col-md-6{width:50%}.sep-resource-grid .sep-datalist li .thumb{display:block;width:100%;height:276px;line-height:274px;overflow:hidden;text-align:center;margin-bottom:8px;border:1px solid #cecece}.sep-resource-grid .sep-datalist li .thumb img{max-width:100%;height:auto}.sep-resource-grid .sep-datalist li .title{line-height:1.5em;height:1.5em;display:block;overflow:hidden;margin-bottom:8px;font-size:16px;color:#323232;margin-top:20px;text-align:center}.sep-resource-grid .sep-datalist li .title:hover{color:#ff6c0e}.sep-resource-grid .sep-datalist li .summary{display:none;line-height:1.5em;height:6em;overflow:hidden;color:#777}.sep-resource-grid .sep-datalist li .published{display:none}.sep-resource-grid .sep-datalist li .btn-read{display:none}.sep-breadcrumb{width:100%;font-size:18px;line-height:1.2em;color:#fff;padding:12px 0}.sep-breadcrumb>.sep-container{height:100%}.sep-breadcrumb .icon{font-size:22px;margin-right:10px}.sep-breadcrumb .breadcrumb ul li{display:inline}.sep-breadcrumb .breadcrumb ul li::before{content:' - '}.sep-breadcrumb .breadcrumb ul li:first-child::before{display:none}.sep-breadcrumb .breadcrumb ul li:last-child a{color:#ff6c0e}.sep-breadcrumb .breadcrumb ul li a{color:#fff}.sep-breadcrumb .breadcrumb ul li a:hover{text-decoration:underline}.bread{padding:11px 0;width:100%;margin-top:-50px;position:relative;z-index:7}.bread .sep-container{display:flex;align-items:center}.bread .sep-container .bread-icon{margin-right:6px;color:#ff6c0e;font-size:20px}.bread .sep-container .bread-icon i{color:#ff6c0e;font-size:18px}.bread .sep-container .bread-ul{display:flex;flex-wrap:wrap}.bread .sep-container .bread-ul li{color:#fff;font-size:18px}.bread .sep-container .bread-ul li a{color:#fff;font-size:18px;margin:0 6px;display:inline-block;transition:all .3s}.bread .sep-container .bread-ul li a:hover{color:#ff6c0e}.bread .sep-container .bread-ul li:last-child a{color:#ff6c0e}.breadcrumb{padding:0;margin-bottom:0;background:none;border-radius:none}.breadcrumb>li+li:before{content:'-';color:#fff}.sep-inner-banner{position:relative}.sep-inner-banner .sep-breadcrumb{position:absolute;bottom:0}.sep-inner-banner>img{width:100%;object-fit:cover}.sep-inner-banner .horizontal-center{top:10.75%}.sep-inner-banner .horizontal-center.st2{top:13%}.sep-inner-banner .translate-center{margin-top:-45px}.sep-inner-banner .text{margin-top:10px}.sep-inner-banner .text a{color:#ff6c0e}.sep-inner-banner .text a:hover{text-decoration:underline}.sep-inner-banner .info1{width:50%}.sep-inner-banner .info1 .sep-btn{margin-top:52px;transition:all .3s}.sep-app-banner .horizontal-center.st2{top:45%;transform:translateX(-50%) translateY(-50%)}.pb0{padding-bottom:0 !important}.mt60{margin-top:60px}.fz56{font-size:3.5rem}.fz48{font-size:3rem;line-height:1.33333333}.fz24{font-size:24px;line-height:1.41666667}.fz20{font-size:20px;line-height:1.5}.fz22{font-size:22px;line-height:1.45454545}.fz20{font-size:20px;line-height:1.5}.fz18{font-size:18px;line-height:1.55555556}.bg1{background:#f0f0f6}.pro-det-adv .top-tit{margin-bottom:-0.65em}.pro-det-adv .wrap{width:87.8%;position:relative;margin:0 auto}.pro-det-adv .wrap .ring{width:100%}.pro-det-adv .wrap .thumb{position:absolute;left:50%;top:48%;transform:translate(-50%, -50%);width:100%;text-align:center}.pro-det-adv .wrap .thumb img{max-width:51.84%;max-height:100%;position:relative}.pro-det-adv .wrap .thumb .iframe-wrap{width:100%;position:relative;margin:0 auto}.pro-det-adv .wrap .thumb .iframe-wrap::before{content:'';display:block;padding-top:70%}.pro-det-adv .wrap .thumb iframe{position:absolute;left:0;top:0;width:100%;height:100%;border:none}.pro-det-adv .wrap .thumb .pro-title{position:absolute;left:0;right:0;top:50%;font-size:15rem;line-height:1;text-transform:uppercase;background:linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:rgba(0,0,0,0.25);transform:translateY(-50%)}.pro-det-adv .wrap .item{position:absolute;transform:translate(-50%, -50%)}.pro-det-adv .wrap .item .box{width:108px;height:108px;border-radius:50%;overflow:hidden}.pro-det-adv .wrap .item .box img{width:100%;height:100%}.pro-det-adv .wrap .item .box.st2{border:8px solid rgba(255,108,14,0.3);position:relative}.pro-det-adv .wrap .item .box.st2::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;border-radius:50%;background:#ff6c0e}.pro-det-adv .wrap .item .box.st2 img{max-width:56%;max-height:56%;width:unset;height:unset;position:relative;object-fit:contain}.pro-det-adv .wrap .item:nth-child(1){left:6.365%;top:16%}.pro-det-adv .wrap .item:nth-child(2){left:93.635%;top:16%}.pro-det-adv .wrap .item:nth-child(3){left:6.365%;top:75%}.pro-det-adv .wrap .item:nth-child(4){left:93.635%;top:75%}.pro-det-adv .wrap .item .tit{top:116%;width:355px;position:absolute;text-align:center;left:50%;transform:translate(-50%)}.pro-det-spec .tabs{border-bottom:3px solid rgba(0,0,0,0.2);gap:20px}.pro-det-spec .tabs .tab{padding-bottom:8px;position:relative;cursor:pointer;margin-right:120px}.pro-det-spec .tabs .tab:last-child{margin-right:0}.pro-det-spec .tabs .tab::before{content:'';position:absolute;left:0;right:0;bottom:-5px;height:7px;margin:0 auto;max-width:100%;width:0;background:#ff6c0e;transition:all .5s ease}.pro-det-spec .tabs .tab.active::before{width:79px}.pro-det-spec .info-box{justify-content:space-between;align-items:center}.pro-det-spec .info-box .text{width:48.82%;flex-shrink:0}.pro-det-spec .info-box .text .richtext{max-height:380px;overflow-y:auto;padding-right:10px}.pro-det-spec .info-box .text .richtext::-webkit-scrollbar{width:3px;height:6px;background-color:transparent}.pro-det-spec .info-box .text .richtext::-webkit-scrollbar-track{border-radius:10px;background-color:#f7f7f7}.pro-det-spec .info-box .text .richtext::-webkit-scrollbar-thumb{border-radius:10px;background-color:#ff6c0e}.pro-det-spec .info-box .text .richtext table{font-family:'OpenSans-Medium'}.pro-det-spec .info-box .text .richtext table tr:nth-child(odd){color:#666}.pro-det-spec .info-box .text .richtext table tr td{padding:15px 30px;border:none}.pro-det-spec .info-box .text .richtext table tr td:nth-child(1){white-space:nowrap}.pro-det-spec .info-box .swiper-pagination{position:static;margin-top:30px}.pro-det-spec .info-box .swiper-pagination .swiper-pagination-bullet-active{background:#ff6c0e}.pro-det-spec .info-box .thumb{width:47%}.pro-det-spec .info-box .sep-btn:hover{opacity:.6;color:#fff;background:#ff6c0e}.pro-det-spec .bottom{gap:60px 0;margin-left:-5.88%;margin-right:-5.88%;flex-wrap:wrap}.pro-det-spec .bottom .item{padding:0 5.88%;width:33.3333%;position:relative}.pro-det-spec .bottom .item::before{content:'';position:absolute;right:-1px;top:0;width:2px;height:111px;background:linear-gradient(0, transparent, #adadad, transparent)}.pro-det-spec .bottom .item:nth-child(3n)::before{display:none}.pro-det-spec .bottom .item .box{margin-right:30px;width:75px;height:75px;margin-top:2px;background:#ff6c0e;border-radius:50%;flex-shrink:0}.pro-det-spec .bottom .item .text .title{font-size:1.875rem;line-height:1.33333333;color:#ff6c0e}.pro-det-spec .bottom .item .text .richtext{margin-top:3px}.pro-det-app .flex{align-items:center;justify-content:space-between}.pro-det-app .video{width:51.9%;flex-shrink:0;position:relative}.pro-det-app .video::before{content:'';display:block;width:100%;padding-top:56.4%}.pro-det-app .video video,.pro-det-app .video iframe,.pro-det-app .video img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.pro-det-app .video video,.pro-det-app .video iframe{z-index:10}.pro-det-app .infos{width:42%;max-width:450px}.pro-det-app .infos .item{margin-top:26px;padding:12px 0;padding-left:34px;position:relative;cursor:pointer}.pro-det-app .infos .item:first-child{margin-top:0}.pro-det-app .infos .item .title{color:#ff6c0e}.pro-det-app .infos .item .richtext{margin-top:5px}.pro-det-app .infos .item.active::before{content:'';position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(0deg, transparent, #ff6c0e, transparent)}.pro-cases .swiper-slide,.pro-cases .item{height:auto;background:#f0f0f6}.pro-cases .pic{display:block;overflow:hidden}.pro-cases .pic img{width:100%;transition:all .3s}.pro-cases .pic:hover img{transform:scale(1.1)}.pro-cases .title{padding:12px 15px;text-align:center;display:block;transition:all .3s}.pro-cases .title:hover{color:#ff6c0e}.pro-cases .case-swiper{position:relative}.pro-cases .case-swiper .cert-page{z-index:9}.pro-cases .case-swiper .cert-page div{width:48px;height:48px;background:#fff;border-radius:25px;border:1px solid #ff6c0e;font-size:20px;color:#ff6c0e;display:flex;align-items:center;justify-content:center;transition:all .3s;position:absolute;top:45%;margin-top:-25px;cursor:pointer}.pro-cases .case-swiper .cert-page div:hover{background:#ff6c0e;color:#fff}.pro-cases .case-swiper .cert-page div.prev{transform:rotate(180deg);left:-100px}.pro-cases .case-swiper .cert-page div.next{right:-100px}.feedback .flex{justify-content:space-between}.feedback .left{width:46%}.feedback .right{margin-top:5px;width:44.5588%}.feedback .infos{margin-top:50px}.feedback .infos .item{margin-top:40px}.feedback .infos .item:hover i{color:#ff6c0e;border-color:#ff6c0e}.feedback .infos i{margin-right:24px;width:50px;height:50px;font-size:20px;border:2px solid #fff;color:#fff;flex-shrink:0}.feedback .infos .text{line-height:1.55555556;margin:-0.26em 0;font-size:16px;color:#fff}.feedback .infos .text a{color:#fff}.feedback .infos .text a:hover{color:#ff6c0e}.feedback .infos .text .hd{font-size:18px;color:#fff}.feedback .sep-form .row{margin-left:-8px;margin-right:-8px}.feedback .sep-form .row>div{padding:0 8px}.feedback .sep-form input,.feedback .sep-form textarea{font-family:'OpenSans';background:transparent;border-radius:0;border:1px solid rgba(219,219,219,0.88);font-size:14px;box-shadow:none;padding:0 16px;color:#fff}.feedback .sep-form input::placeholder,.feedback .sep-form textarea::placeholder{color:#fff;opacity:.5}.feedback .sep-form input{height:45px}.feedback .sep-form textarea{padding-top:15px;padding-bottom:15px;resize:none;height:159px}.feedback .sep-form button{font-family:'OpenSans';margin-top:45px}.last-news .item .title{margin-bottom:auto}.index-robots .items{display:grid;grid-template-columns:45fr 37fr 37fr 37fr;grid-template-rows:1fr 1fr;gap:15px}.index-robots .items .item{position:relative;overflow:hidden;background:#f0f0f5;padding:30px 0;display:flex;flex-direction:column;justify-content:center}.index-robots .items .item:hover img{transform:scale(1.1)}.index-robots .items .item img{width:100%;transition:all .3s}.index-robots .items .item .text{text-align:center;width:100%;padding:0 20px;margin-top:20px}.index-robots .items .item .text .richtext{margin-top:2px}.index-robots .items .item .tit{transition:all .3s}.index-robots .items .item:first-child{grid-row:span 2}.index-robots .items .item:first-child .text{bottom:26%}.index-solut{position:relative}.index-solut .bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.index-solut .info{padding:72px 80px;width:50.5%;margin-left:auto;position:relative;background:#fff}.index-solut .info .richtext{margin-top:18px}.index-solut .info .more{margin-top:56px;text-align:right}.index-solut .info .more i{margin-left:8px}.index-solut .info .more a{color:#666}.index-solut .info .more a:hover{color:#ff6c0e}.index-technology .items{gap:30px}.index-technology .item{padding:50px 50px 45px;width:calc((100% - 60px)/3);background:url(/themes/simple/img/tech-bg.webp);background-size:cover;transition:all .3s}.index-technology .item .box{margin-bottom:24px;height:108px;margin-left:10px}.index-technology .item .box img{height:100%}.index-technology .item .richtext{margin-top:18px;line-height:1.625em}.index-technology .item .richtext ul li{min-height:3.25em}.index-technology .item:hover{box-shadow:0 0 40px 0 rgba(0,0,0,0.15)}.index-technology .item:hover .tit{color:#ff6c0e}.tech-vs .items{gap:30px}.tech-vs .item{padding:0 50px;margin-top:59px;width:calc((100% - 60px)/3);background:#fff;box-shadow:0 0 30px 0 rgba(0,0,0,0.05);text-align:center}.tech-vs .item .box{width:130px;height:130px;margin-top:-59px;border:10px solid rgba(255,255,255,0.2);box-shadow:0 2px 5px 0 rgba(4,0,0,0.126);border-radius:50%;overflow:hidden;margin-left:auto;margin-right:auto;position:relative}.tech-vs .item .box::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:#ff6c0e}.tech-vs .item .box img{position:relative;width:100%;height:100%;filter:brightness(0) invert(1)}.tech-vs .item .tit{margin-top:30px}.tech-vs .item .tit::after{margin:10px auto;content:'';display:block;width:23px;height:3px;background:#ff6c0e}.tech-vs .item .richtext{padding-bottom:46px;color:#666}.tech-vs .item:hover{background:#ff6c0e;color:#fff}.tech-vs .item:hover .richtext{color:#fff}.tech-vs .item:hover .tit::after{background:#fff}.tech-vs .item:hover .box::before{background:#fff}.tech-vs .item:hover .box img{filter:none}.tech-why .tab{flex:1;cursor:pointer;text-align:center}.tech-why .tab:hover{color:#ff6c0e}.tech-why .tabs1 .tab{min-height:122px;padding:20px;position:relative;background-color:#f7f7f7}.tech-why .tabs1 .tab span{position:relative}.tech-why .tabs1 .tab::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-size:cover;opacity:.7}.tech-why .tabs1 .tab:nth-child(3n+1)::before{background-image:url(/themes/simple/img/tech-why-tit-bg1.webp)}.tech-why .tabs1 .tab:nth-child(3n+2)::before{background-image:url(/themes/simple/img/tech-why-tit-bg2.webp)}.tech-why .tabs1 .tab:nth-child(3n)::before{background-image:url(/themes/simple/img/tech-why-tit-bg3.webp)}.tech-why .tabs1 .tab.active{color:#fff;background-color:#ff6c0e}.tech-why .tabs1 .tab.active::before{opacity:.3}.tech-why .tabs2{padding:0 1%;position:relative}.tech-why .tabs2::before{left:2.94%;right:2.94%;content:'';position:absolute;bottom:0;height:1px;background:#333;opacity:.3}.tech-why .tabs2 .tab{padding:20px;min-height:111px;color:#b2b2b2;position:relative}.tech-why .tabs2 .tab.active{color:#ff6c0e}.tech-why .tabs2 .tab.active::before{width:51.2%;content:'';position:absolute;height:3px;background:#ff6c0e;bottom:-1px}.tech-why .tabs2 .tab:hover{color:#ff6c0e}.tech-why .main{box-shadow:0 0 30px 0 rgba(0,0,0,0.07);background:url(/themes/simple/img/tech-why-main-bg.png);background-size:cover}.tech-why .text{height:208px;padding:35px 4.55%}.tech-why .text .item{overflow-y:auto}.tech-why .text .item .tit{color:#ff6c0e}.tech-why .text .item .tit,.tech-why .text .item .subtit{display:none}.tech-adv .items{gap:0 30px}.tech-adv .item{padding:55px 50px;width:calc((100% - 60px)/3);background:#fff}.tech-adv .item .richtext{margin-top:18px;line-height:1.625em}.tech-adv .item .richtext ul li{min-height:3.25em}.tech-adv .item:hover{box-shadow:0 0 30px 0 rgba(0,0,0,0.05);z-index:10}.tech-cases .swiper-slide{height:auto}.tech-cases .swiper-slide img{width:100%;height:100%;object-fit:cover}.tech-cases .swiper-slide::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg, rgba(255,108,14,0.9) 20%, transparent 70%)}.tech-cases .swiper-slide .info{padding:45px 4.4%;color:#fff;position:absolute;left:0;bottom:0;width:100%}.tech-cases .swiper-slide .info .richtext{margin-top:10px}.tech-cases .swiper-pagination{width:80.88%;margin:0 auto;position:relative;line-height:3px}.tech-cases .swiper-pagination .swiper-pagination-bullet{height:1px;flex:1;background:#fff;opacity:1;position:relative;top:1px}.tech-cases .swiper-pagination .swiper-pagination-bullet-active{top:0;height:3px;background:#ff6c0e;border-radius:2px}.tech-safety .top-items .item{padding:40px;padding-bottom:45px;width:33.3333%;background:#fff;box-shadow:0 0 30px 0 rgba(0,0,0,0.05);text-align:center}.tech-safety .top-items .item img{margin-bottom:10px;width:auto}.tech-safety .top-items .item .tit{max-width:260px;margin:0 auto;margin-top:14px}.tech-safety .top-items .item .title1{font-size:40px;color:#ff6c0e;line-height:50px;margin-top:12px}.tech-safety .tabs{display:grid;grid-template-columns:repeat(6, 1fr);gap:20px}.tech-safety .tabs .tab{padding:20px 15px;font-size:18px;text-align:center;background:#f0f0f5;cursor:pointer}.tech-safety .tabs .tab.active{background:#ff6c0e;color:#fff}.tech-safety .info-items{margin-top:40px}.tech-safety .info-items .item{background:#f0f0f5;align-items:center}.tech-safety .info-items .item .thumb{width:50%;flex-shrink:0;position:relative}.tech-safety .info-items .item .thumb img{width:100%}.tech-safety .info-items .item .thumb .play{width:86px;height:86px;border-radius:50%;border:3px solid #fff;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;color:#fff;cursor:pointer;transition:all .3s}.tech-safety .info-items .item .thumb .play i{font-size:30px;position:relative;left:1px;transition:all .3s}.tech-safety .info-items .item .thumb .play:hover{border-color:#ff6c0e}.tech-safety .info-items .item .thumb .play:hover i{color:#ff6c0e}.tech-safety .info-items .item .thumb video,.tech-safety .info-items .item .thumb iframe{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:100%;background:#fff;z-index:50;border:none}.tech-safety .info-items .item .info{padding:60px;flex:1}.tech-safety .info-items .item .info .tit{color:#ff6c0e}.tech-safety .info-items .item .info .richtext{margin-top:28px}.tech-safety .info-items .item .info .richtext ul li{margin-bottom:18px}.quick-links a{color:#ff6c0e}.quick-links a:hover{text-decoration:underline}.richtext.top{margin-top:16px}.richtext{word-spacing:normal;font-size:16px;line-height:1.625em;font-family:'OpenSans','Lucida Grande','Microsoft Yahei'}.richtext.fz18{font-size:18px;line-height:1.55555556em}.richtext.c6{color:#666}.richtext.c6 strong,.richtext.c6 h2,.richtext.c6 h3{color:#333}.richtext.c6 a{color:#ff6c0e}.richtext.color-website *{color:#ff6c0e}.richtext.color-white{color:#fff}.richtext.color-white *{color:#fff}.richtext.color-white ul li:before{background:#fff}.richtext.mb0{margin-bottom:0}.richtext .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome !important;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.richtext.img-100 img{width:100%}.richtext.has-img img{float:right;padding-left:10px}.richtext img{display:table;margin:10px auto}.richtext ol{padding-left:20px}.richtext ol li{list-style:decimal}.richtext p{margin-bottom:0}.richtext a{color:#ff6c0e}.richtext a:hover{text-decoration:underline}.richtext h2{font-size:2.125rem;position:relative;font-family:'OpenSans-Bold';line-height:1.2em;margin-bottom:20px}.richtext h3{font-size:18px}.richtext table{width:100%}.richtext table tr:nth-child(odd){background:#f7f7f7}.richtext table tr:nth-child(even){background:#fff}.richtext table tr td{border:1px solid #e6e6e6;word-break:normal !important;padding:10px 10px}.richtext ul{list-style:none}.richtext ul li{position:relative;list-style:none;padding-left:21px;margin-bottom:8px}.richtext ul li:last-child{margin-bottom:0}.richtext ul li:before{content:'';display:block;width:7px;height:7px;border-radius:100%;background:#ff6c0e;position:absolute;left:0;top:10px;z-index:3}.relate-news ul li{position:relative;list-style:none;padding-left:17px;margin-bottom:8px;line-height:1.55555556em}.relate-news ul li:last-child{margin-bottom:0}.relate-news ul li:before{content:'';display:block;width:5px;height:5px;border-radius:100%;background:#ff6c0e;position:absolute;left:1px;top:13px}.top-title{margin-bottom:80px}.inner-com-box3 .com-box3-swiper{position:relative}.inner-com-box3 .com-box3-swiper .com-item .thumb-info{width:100%}.inner-com-box3 .com-box3-swiper .com-item .thumb-info .num-title{font-size:40px;color:#333;line-height:46px;margin-top:20px}.inner-com-box3 .com-box3-swiper .com-item .thumb-info .num-title1{font-size:20px;color:#666;line-height:32px}.inner-com-box3 .com-box3-swiper .com-item .thumb-info .num-des{margin-top:28px;font-size:20px;color:#666;line-height:30px}.inner-com-box3 .com-box3-swiper .com-item .thumb-info .num-des strong{display:block;font-size:20px;color:#666;line-height:30px;margin-bottom:6px}.inner-com-box3 .com-box3-swiper .com-item .thumb-info .num-des p{font-size:20px;color:#666;line-height:30px;margin-bottom:0}.inner-com-box3 .com-box3-swiper .cert-page{z-index:9}.inner-com-box3 .com-box3-swiper .cert-page div{width:48px;height:48px;background:#fff;border-radius:25px;border:1px solid #ff6c0e;font-size:20px;color:#ff6c0e;display:flex;align-items:center;justify-content:center;transition:all .3s;position:absolute;top:30%;margin-top:-25px;cursor:pointer}.inner-com-box3 .com-box3-swiper .cert-page div:hover{background:#ff6c0e;color:#fff}.inner-com-box3 .com-box3-swiper .cert-page div.prev{transform:rotate(180deg);left:-100px}.inner-com-box3 .com-box3-swiper .cert-page div.next{right:-100px}.inner-com-box3 .com-box3-list{justify-content:space-between;position:relative;margin-bottom:70px;margin-top:90px}.inner-com-box3 .com-box3-list::after{content:'';display:block;width:100%;height:1px;background:rgba(51,51,51,0.2);position:absolute;left:0;top:15px}.inner-com-box3 .com-box3-list .sep-container{justify-content:space-between}.inner-com-box3 .com-box3-list .item{padding-top:40px;position:relative;cursor:pointer}.inner-com-box3 .com-box3-list .item::after{content:'';display:block;width:8px;height:8px;border-radius:50%;position:absolute;left:50%;margin-left:-4px;top:11px;background:#ff6c0e;z-index:4}.inner-com-box3 .com-box3-list .item .num{font-size:20px;color:#333;line-height:32px}.inner-com-box3 .com-box3-list .item::before{content:'';display:block;width:16px;height:16px;background:rgba(255,108,14,0.5);border-radius:50%;position:absolute;left:50%;margin-left:-8px;top:7px;transition:all .3s;z-index:4}.inner-com-box3 .com-box3-list .item.active1::after{background:#ff6c0e;border-color:#ff6c0e}.inner-com-box3 .com-box3-list .item.active1 .num{font-size:30px;color:#ff6c0e;line-height:36px;font-family:'OpenSans-Bold'}.inner-com-box3 .com-box3-list .item.active1::before{opacity:1;width:26px;height:26px;margin-left:-13px;top:2px}.gtj-ff-bold{font-family:'OpenSans-Bold'}.text-upper{text-transform:uppercase}.bg-f0{background:#f0f0f6}.index-app-box .items .item{width:32%;margin-right:2%;margin-bottom:50px}.index-app-box .items .item:nth-child(3n){margin-right:0}.index-app-box .items .item a{display:block}.index-app-box .items .item .thumb{overflow:hidden}.index-app-box .items .item .thumb img{width:100%;transition:all .3s}.index-app-box .items .item .thumb:hover img{transform:scale(1.1)}.index-app-box .items .item .text{margin-top:30px;transition:all .3s}.index-app-box .items .item .text:hover{color:#ff6c0e}.index-app-box .items .hide1{display:none}.index-app-box .app-more{margin-top:50px}.index-app-box .app-more .hide1{display:none}.sep-index-screen .se-title{font-size:24px;line-height:32px;color:#333;margin-bottom:50px}.sep-index-screen .box{border-radius:16px;background-color:#f5f5f7}.sep-index-screen .sep-form{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;margin-bottom:0}.sep-index-screen .select{margin-top:28px}.sep-index-screen .select select,.sep-index-screen .select input{padding:10px 20px;width:100%;height:60px;color:#666}.sep-index-screen .select select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.sep-index-screen .select input{color:#666}.sep-index-screen .select input::placeholder{color:#666}.sep-index-screen .select .form-group{position:relative;width:40%}.sep-index-screen .select .form-group i{position:absolute;top:20px;right:18px;font-size:14px;color:rgba(91,92,99,0.6);pointer-events:none}.sep-index-screen .select .submit{width:13%;padding-bottom:6px}.sep-index-screen .select .submit button{padding:12px 36px}.sep-index-screen .submit{position:relative}.sep-index-screen .form-group{margin-bottom:0}.sep-index-screen .form-group .form-title{font-size:20px;color:#333;margin-bottom:20px;padding-left:10px}.sep-index-screen .form-group select{background:url(../img/select-icon.png) no-repeat 94% center,#f5f5f5 !important;font-size:18px;border:none;outline:none;appearance:none;-webkit-appearance:none;height:60px}.sep-index-screen .form-group select option{font-size:18px;color:#333}.sep-index-screen .out-box{width:56%;padding:60px 0}.sep-index-screen .out-box .title{margin:6px 0 12px;font-family:"Rubik-Medium"}.sep-index-screen .out-box img{width:100%}.sep-index-screen .out-box .more{display:none;width:128px;margin-top:20px;margin-left:auto;font-size:18px;background-color:#ff6c0e;cursor:pointer;color:#fff}.sep-index-screen .out-box .more:hover{background-color:#ff6c0e}.gtj-ff-sbold{font-family:'OpenSans-SemiBold'}.fz20{font-size:20px;line-height:32px}.fz20 p{font-size:20px;line-height:32px}.detail-app-box .cust-box3-list{justify-content:space-between}.detail-app-box .cust-box3-list::after{display:none}.detail-app-box .cust-box3-list::before{display:none}.detail-app-box .cust-box3-list li{width:22%}.detail-app-box .cust-box3-list li .icon{font-size:60px;line-height:60px;color:#ff6c0e}.detail-app-box .cust-box3-list li .num-title{font-size:22px;color:#333;line-height:32px;margin-top:20px}.detail-app-box .cust-box3-list li .num-title::after{content:'';display:block;width:23px;height:3px;background:#ff6c0e;margin-top:12px}.detail-app-box .cust-box3-list li .num-des{font-size:18px;color:#666;line-height:30px;margin-top:16px}.detail-app-box .cust-box3-list li .num-des p{font-size:18px;color:#666;line-height:30px;margin-bottom:0}.detail-app-box .detail-video{margin-top:100px;position:relative}.detail-app-box .detail-video .thumb img{width:100%}.detail-app-box .detail-video .play-icon{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.detail-app-box .detail-video .play-icon:hover img{transform:scale(1.1)}.detail-app-box .detail-video .play-icon img{transition:all .3s}.home-video{position:fixed;z-index:9999999;width:100%;height:100%;background:rgba(0,0,0,0.7);display:flex;justify-content:center;align-items:center;top:0;left:0;transition:all .3s;opacity:0;transform:scale(0);transform:scale(1.5);visibility:hidden;transition:.5s}.home-video.active{opacity:1;transform:scale(1);visibility:visible}.home-video .thumbs{max-width:900px;position:relative}.home-video .thumbs img{width:100%}.home-video .thumbs iframe{width:100%;border:none;height:550px}.home-video .closed{font-size:50px;position:absolute;right:-40px;top:-40px}.home-video .closed i{transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;cursor:pointer;display:flex;width:60px;height:60px;background:#ff6c0e;color:#fff;font-size:26px;align-items:center;justify-content:center;border-radius:50%}.home-video .closed:hover i{background:#fff;color:#ff6c0e}.app-relate-box .items{justify-content:space-between}.app-relate-box .items .item{width:24%;background:#fff;text-align:center}.app-relate-box .items .item.item1{padding:30px}.app-relate-box .items .item a{display:block;padding:30px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.app-relate-box .items .item .thumb{min-height:240px;display:flex;align-items:center;justify-content:center;overflow:hidden}.app-relate-box .items .item .thumb:hover img{transform:scale(1.1)}.app-relate-box .items .item .thumb img{transition:all .3s}.app-relate-box .items .item .text{transition:all .3s;flex:1;padding:0 12px}.app-relate-box .items .item .item-more{color:#666;margin-top:12px;transition:all .3s;font-size:18px}.app-relate-box .items .item .item-more:hover{color:#ff6c0e}.app-relate-case .items .item{width:32%;margin-right:2%}.app-relate-case .items .item:nth-child(3n){margin-right:0}.app-relate-case .items .item a{display:block}.app-relate-case .items .item .thumb{overflow:hidden}.app-relate-case .items .item .thumb:hover img{transform:scale(1.1)}.app-relate-case .items .item .thumb img{transition:all .3s}.app-relate-case .items .item .thumb-info{padding:30px 50px}.app-relate-case .items .item .text{transition:all .3s}.app-relate-case .items .item .item-more{margin-top:12px;transition:all .3s;font-size:18px;color:#666;line-height:28px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.inner-last-news .item{margin-bottom:60px}.inner-last-news .sep-pagination{width:100%;text-align:center}.inner-last-news .pagination>li a{display:block;width:44px;height:44px;display:inline-flex;border-radius:10px;align-items:center;justify-content:center;font-size:18px;color:#333;border:none;background:none}.inner-last-news .pagination>li a.prev-page,.inner-last-news .pagination>li a.next-page{font-size:20px;color:#333;transition:all .3s;margin:0 6px}.inner-last-news .pagination>li a.prev-page:hover,.inner-last-news .pagination>li a.next-page:hover{color:#ff6c0e;background:none}.inner-last-news .pagination>li a:hover{color:#ff6c0e}.inner-last-news .pagination>li.active a{background:#ff6c0e;color:#fff}.sep-soft-banner .info1{margin:0 auto;text-align:center;width:80%}.sep-soft-banner .info1 .fz48{color:#ff6c0e}.sep-soft-banner .info1 .banner-des{font-size:18px;color:#fff;line-height:28px;margin-top:30px}.soft-richtext h2{text-transform:uppercase;font-size:38px;line-height:46px;margin-bottom:40px}.soft-richtext p{font-size:20px;color:#666;line-height:32px}.soft-richtext p strong{font-size:22px;color:#ff6c0e}video{height:auto !important}.index-soft-box2 .thumb{position:relative}.index-soft-box2 .thumb img{width:100%}.index-soft-box2 .thumb video{sheight:100%;object-fit:cover;border:none}.inner-cust-box3{padding-bottom:60px}.inner-cust-box3 .cust-box3-list{justify-content:space-between}.inner-cust-box3 .cust-box3-list>li{width:26%;margin-bottom:60px;text-align:center;position:relative}.inner-cust-box3 .cust-box3-list>li .icon{width:92px;height:92px;background:#ff6c0e;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 8px rgba(255,108,14,0.3)}.inner-cust-box3 .cust-box3-list>li .num-title{font-size:22px;color:#333;line-height:30px;margin-top:26px}.inner-cust-box3 .cust-box3-list>li .num-title::after{content:'';display:block;width:23px;height:3px;background:#ff6c0e;margin:14px auto}.inner-cust-box3 .cust-box3-list>li .num-des{font-size:18px;color:#666;line-height:28px;margin-top:12px;padding:0 10%}.inner-cust-box3 .cust-box3-list>li .num-des p{font-size:18px;color:#666;line-height:28px;margin-bottom:0}.inner-cust-box3 .cust-box3-list>li .right-icon{font-size:36px;color:#ff6c0e;position:absolute;line-height:40px;top:50%;margin-top:-20px;right:-20%}.inner-cust-box3 .cust-box3-list1>li{width:31.8%;background:#fff;text-align:left;padding:60px 40px}.inner-cust-box3 .cust-box3-list1>li .num-title{margin-top:36px}.inner-cust-box3 .cust-box3-list1>li .num-title::after{margin-left:0}.inner-cust-box3 .cust-box3-list1>li .num-des{padding:0}.inner-cust-box3 .cust-box3-list1>li .num-des a{text-decoration:underline}.inner-cust-box3 .cust-box3-list1>li .num-des a:hover{text-decoration:none}ul.after-none::after{display:none}ul.after-none::before{display:none}.index-soft-box4{position:relative;min-height:827px}.index-soft-box4 .back{position:absolute;left:0;top:0;width:100%;max-height:384px;overflow:hidden}.index-soft-box4 .back img{width:100%}.index-soft-box4 .sep-container{position:relative;z-index:3}.index-soft-box4 .soft-box4-list{justify-content:space-between}.index-soft-box4 .soft-box4-list .soft-item{padding:40px 30px;background:#f0f0f6;transition:all .3s;width:24%}.index-soft-box4 .soft-box4-list .soft-item .item-title{border-bottom:2px solid rgba(51,51,51,0.2);padding-bottom:14px;align-items:center}.index-soft-box4 .soft-box4-list .soft-item .item-title a{display:inline-block;transition:all .3s}.index-soft-box4 .soft-box4-list .soft-item .item-title .item-title1{font-size:20px;color:#333;line-height:30px}.index-soft-box4 .soft-box4-list .soft-item .item-title .item-title1:hover{color:#ff6c0e}.index-soft-box4 .soft-box4-list .soft-item .item-title .item-title2{font-size:13px;color:#666;line-height:28px;display:block;text-align:right;width:100%}.index-soft-box4 .soft-box4-list .soft-item .item-title .item-title2:hover{color:#ff6c0e}.index-soft-box4 .soft-box4-list .soft-item .item-des{font-size:15px;color:#666;line-height:26px;margin-top:16px;min-height:156px}.index-soft-box4 .soft-box4-list .soft-item .item-thumb{margin-top:40px;display:block;position:relative}.index-soft-box4 .soft-box4-list .soft-item .item-thumb .img{width:67%;overflow:hidden}.index-soft-box4 .soft-box4-list .soft-item .item-thumb .img img{width:100%;transition:all .3s}.index-soft-box4 .soft-box4-list .soft-item .item-thumb .img:hover img{transform:scale(1.1)}.index-soft-box4 .soft-box4-list .soft-item .item-thumb .icon{width:30px;height:30px;border-radius:50%;border:1px solid #333;font-size:14px;color:#333;display:inline-flex;align-items:center;justify-content:center;position:absolute;right:12px;bottom:12px;transition:all .3s}.index-soft-box4 .soft-box4-list .soft-item .item-thumb .icon:hover{transform:scale(1.3);color:#ff6c0e;border-color:#ff6c0e}.index-soft-box4 .soft-box4-list .soft-item .item-thumb .icon:hover::after{border-color:#ff6c0e}.index-soft-box4 .soft-box4-list .soft-item .item-thumb .icon:hover::before{border-color:#ff6c0e}.index-soft-box4 .soft-box4-list .soft-item .item-thumb .icon::after{content:'';display:block;width:42px;height:42px;border-radius:50%;border:1px solid #333;opacity:.5;position:absolute;left:-7px;top:-7px}.index-soft-box4 .soft-box4-list .soft-item .item-thumb .icon::before{content:'';display:block;width:52px;height:52px;border-radius:50%;border:1px solid #333;opacity:.1;position:absolute;left:-12px;top:-12px}.soft-detail-richtext img{margin-top:100px}.soft-detail-richtext a{text-decoration:underline}.soft-detail-richtext a:hover{text-decoration:none}.detail-soft-box1 .richtext h3{font-family:'OpenSans-SemiBold';font-size:24px;color:#333;line-height:30px;margin-bottom:14px;margin-top:16px}.detail-soft-box1 .richtext p{font-size:18px;color:#666;line-height:28px}.part-box1 .part-subtitle{font-size:22px;color:#333;line-height:32px;margin-top:36px}.part-box1 .part-richtext{margin-top:10px}.part-box1 .part-mult-list{justify-content:space-between}.part-box1 .part-mult-list li{width:19%;transition:all .3s;background:#f0f0f6;margin-bottom:20px;text-align:center}.part-box1 .part-mult-list li:hover{box-shadow:0 15px 40px 0 rgba(0,0,0,0.2)}.part-box1 .part-mult-list li .img{overflow:hidden}.part-box1 .part-mult-list li .img:hover img{transform:scale(1.1)}.part-box1 .part-mult-list li .img img{transition:all .3s;max-width:100%}.sep-car-banner .banner-more .sep-btn{margin-left:30px;margin-right:30px}.sep-car-banner .banner-more .sep-btn:nth-child(1){background:none;color:#ff6c0e}.sep-car-banner .banner-more .sep-btn:nth-child(1):hover{background:#ff6c0e;color:#fff}.sep-car-banner .banner{position:relative}.sep-car-banner .banner img{width:100%}.sep-car-banner .banner video{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;border:none}.career-box1 .cust-box3-list{justify-content:space-between}.career-box1 .cust-box3-list>li{width:49%;box-shadow:0 0 25px 0 rgba(0,0,0,0.05);margin-bottom:50px;text-align:center;position:relative}.career-box1 .cust-box3-list>li .li-main{position:relative;z-index:3;padding:60px 165px;background:#fff;overflow:hidden}.career-box1 .cust-box3-list>li::after{content:'';display:block;width:382px;height:164px;background:#ff6c0e;position:absolute;left:-20px;top:-20px;z-index:-1}.career-box1 .cust-box3-list>li:nth-child(even) .icon{right:auto;left:30px}.career-box1 .cust-box3-list>li:nth-child(even)::after{left:auto;right:-20px}.career-box1 .cust-box3-list>li:nth-child(even) .num{left:auto;right:-40px}.career-box1 .cust-box3-list>li:nth-child(3)::after,.career-box1 .cust-box3-list>li:nth-child(4)::after{top:auto;bottom:-20px}.career-box1 .cust-box3-list>li .icon{width:90px;height:90px;background:#ff6c0e;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:absolute;right:30px;top:30px}.career-box1 .cust-box3-list>li .num-title{font-size:22px;color:#333;line-height:30px;margin-top:26px}.career-box1 .cust-box3-list>li .num-des{font-size:18px;color:#666;line-height:28px;margin-top:12px}.career-box1 .cust-box3-list>li .num-des p{font-size:18px;color:#666;line-height:28px;margin-bottom:0}.career-box1 .cust-box3-list>li .right-icon{font-size:36px;color:#ff6c0e;position:absolute;line-height:40px;top:50%;margin-top:-20px;right:-20%}.career-box1 .cust-box3-list>li .num{text-shadow:0 -2px #ff6c0e,2px 0 #ff6c0e,0 2px #ff6c0e,-2px 0 #ff6c0e,-2px -2px #ff6c0e,2px 2px #ff6c0e,2px -2px #ff6c0e,-2px 2px #ff6c0e;font-size:280px;opacity:.7;line-height:260px;color:#fff;font-style:italic;position:absolute;left:-40px;bottom:-20px}.career-box2 .career-box2-swiper{max-width:1920px;margin:0 auto}.career-box2 .career-box2-swiper .icon{display:block}.career-box2 .career-box2-swiper .icon img{width:100%;transition:all .3s}.career-box2 .career-box2-swiper .icon:hover img{transform:scale(1.1)}.detail-career-box1 .cust-box3-list li{width:32%;margin-right:2%;position:relative;background:#f0f0f6}.detail-career-box1 .cust-box3-list li:nth-child(3n){margin-right:0}.detail-career-box1 .cust-box3-list li .icon{overflow:hidden}.detail-career-box1 .cust-box3-list li .icon:hover img{transform:scale(1.1)}.detail-career-box1 .cust-box3-list li .icon img{width:100%;transition:all .3s}.detail-career-box1 .cust-box3-list li .num-title{padding:26px;font-size:22px;color:#333;line-height:30px;text-align:center}.detail-career-box2 .career-box2-main{justify-content:space-between;min-height:590px}.detail-career-box2 .career-box2-main .thumb{width:47.7%}.detail-career-box2 .career-box2-main .thumb .img{display:none;height:100%}.detail-career-box2 .career-box2-main .thumb .img img{width:100%;height:100%;object-fit:cover}.detail-career-box2 .career-box2-main .thumb .img.active{display:block}.detail-career-box2 .career-box2-main .thumb-info{width:50%;display:flex;flex-direction:column;justify-content:space-between}.detail-career-box2 .career-box2-main .thumb-info .info-item{padding:31px 50px;background:#fff;margin-bottom:10px;transition:all .3s;cursor:pointer}.detail-career-box2 .career-box2-main .thumb-info .info-item:last-child{margin-bottom:0}.detail-career-box2 .career-box2-main .thumb-info .info-item.active{background:#ff6c0e}.detail-career-box2 .career-box2-main .thumb-info .info-item.active .item-title{color:#fff}.detail-career-box2 .career-box2-main .thumb-info .info-item.active .item-des{color:#fff}.detail-career-box2 .career-box2-main .thumb-info .info-item.active .item-des p{color:#fff}.detail-career-box2 .career-box2-main .thumb-info .info-item:hover{background:#ff6c0e}.detail-career-box2 .career-box2-main .thumb-info .info-item:hover .item-title{color:#fff}.detail-career-box2 .career-box2-main .thumb-info .info-item:hover .item-des{color:#fff}.detail-career-box2 .career-box2-main .thumb-info .info-item:hover .item-des p{color:#fff}.detail-career-box2 .career-box2-main .thumb-info .info-item .item-title{font-size:20px;color:#333;line-height:32px;transition:all .3s}.detail-career-box2 .career-box2-main .thumb-info .info-item .item-des{font-size:16px;color:#808080;line-height:26px;margin-top:8px;transition:all .3s}.detail-career-box2 .career-box2-main .thumb-info .info-item .item-des p{font-size:16px;color:#808080;line-height:26px}.detail-career-box3 .faq-list li{margin-bottom:30px}.detail-career-box3 .faq-list li:last-child{margin-bottom:0}.detail-career-box3 .faq-list li>div{position:relative;padding:20px 0}.detail-career-box3 .faq-list li>div.ask{background:#f0f0f6;transition:all .3s;position:relative;cursor:pointer}.detail-career-box3 .faq-list li>div.ask .letter{background:#ff6c0e;color:#fff}.detail-career-box3 .faq-list li>div.ask .con{font-size:20px;color:#333;line-height:30px}.detail-career-box3 .faq-list li>div.ask .faq-btn{position:absolute;right:10px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;font-size:16px;top:13px;transition:all .3s;display:none}.detail-career-box3 .faq-list li>div.ques{padding:0;margin-top:26px}.detail-career-box3 .faq-list li>div.ques .letter{color:#ff6c0e;top:-1px}.detail-career-box3 .faq-list li>div.ques .con{font-size:18px;color:#666;line-height:28px}.detail-career-box3 .faq-list li>div.ques .con p{font-size:18px;color:#666;line-height:28px;margin-bottom:0}.detail-career-box3 .faq-list li>div .con{padding-left:66px}.detail-career-box3 .faq-list li>div .letter{position:absolute;top:20px;left:20px;border-radius:50%;border:1px solid #ff6c0e;text-align:center;width:30px;height:30px;font-size:14px;display:flex;align-items:center;justify-content:center}.detail-career-box3 .faq-list li:hover .ask{background:#ff6c0e}.detail-career-box3 .faq-list li:hover .ask .letter{border:1px solid #fff;color:#fff}.detail-career-box3 .faq-list li:hover .ask .con{color:#fff}.detail-career-box3 .faq-list li:hover .ask .faq-btn{color:#fff;transform:rotate(90deg)}.detail-career-box3 .faq-list li.actives .ques{display:block}.detail-career-box4 .sep-form{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;margin-bottom:0}.detail-career-box4 .select{margin-top:28px}.detail-career-box4 .select select,.detail-career-box4 .select input{padding:10px 20px;width:100%;height:60px;border-radius:0;color:#666}.detail-career-box4 .select select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.detail-career-box4 .select input{color:#666}.detail-career-box4 .select input::placeholder{color:#666}.detail-career-box4 .select .form-group{position:relative;width:40%}.detail-career-box4 .select .form-group i{position:absolute;top:20px;right:18px;font-size:14px;color:rgba(91,92,99,0.6);pointer-events:none}.detail-career-box4 .select .submit{width:14%}.detail-career-box4 .submit{position:relative;margin:0}.detail-career-box4 .submit button{color:#fff;cursor:pointer;font-size:18px;border:none;border-radius:0;background:none;background-color:#ff6c0e;height:60px;width:100%;border-radius:60px;transition:all .3s;border:1px solid #ff6c0e}.detail-career-box4 .submit button:hover{background:#fff;color:#ff6c0e}.detail-career-box4 .submit i{margin-left:6px}.detail-career-box4 .form-group{margin-bottom:0}.detail-career-box4 .form-group select{background:url(../img/select-icon.png) no-repeat 96% center,#f5f5f5 !important;font-size:18px;color:#333;border:none;outline:none;appearance:none;-webkit-appearance:none;font-family:'OpenSans-SemiBold';border-radius:0}.detail-career-box4 .form-group select option{font-size:18px;color:#333}.detail-career-box4 .career-box4-list .item{padding:60px 0;border-bottom:1px solid rgba(51,51,51,0.1)}.detail-career-box4 .career-box4-list .item:nth-child(1){padding-top:0}.detail-career-box4 .career-box4-list .item:last-child{border:none}.detail-career-box4 .career-box4-list .item .item-top{justify-content:space-between;align-items:center}.detail-career-box4 .career-box4-list .item .item-top .item-title{font-size:24px;color:#333;line-height:32px;display:inline-block;transition:all .3s}.detail-career-box4 .career-box4-list .item .item-top .item-title:hover{color:#ff6c0e}.detail-career-box4 .career-box4-list .item .item-top .item-city{font-size:16px;color:#333;line-height:32px}.detail-career-box4 .career-box4-list .item .item-top .item-city i{color:#ff6c0e;margin-right:6px}.detail-career-box4 .career-box4-list .item .item-des{margin-top:36px}.detail-career-box4 .career-box4-list .item .item-des .des-title{font-size:20px;color:#333;line-height:32px}.detail-career-box4 .career-box4-list .item .item-des .des-info{margin-top:20px}.detail-career-box4 .career-box4-list .item .item-des .des-info li{margin-bottom:15px}.detail-career-box4 .career-box4-list .item .item-des .des-info li:last-child{margin-bottom:0}.detail-career-box4 .career-box4-list .item .item-des .des-info p{font-size:18px;color:#333}.detail-career-box4 .career-box4-list .item .item-des .des-more{text-align:right}.detail-career-box4 .career-box4-list .no{font-family:'OpenSans-SemiBold';font-size:20px;color:#333;line-height:32px;margin-bottom:50px;color:#ff6c0e}.detail-career-box4 .career-box4-richtext p{font-family:'OpenSans-SemiBold';font-size:20px;color:#333;line-height:32px}.detail-career-box4 .career-box4-btn{text-align:center}.detail-career-box4 .career-box4-detail .item .item-top .item-title{font-size:40px;color:#333;line-height:50px}.detail-career-box4 .career-box4-detail .item .item-top .item-title:hover{color:#333}.detail-career-box4 .career-box4-detail .item .item-des{margin-top:80px}.detail-career-box4 .career-box4-detail .car-detail-richtext h2{font-size:24px;color:#333;line-height:32px}.detail-career-box4 .career-box4-detail .car-detail-richtext p{font-size:20px;color:#666;line-height:30px}.detail-career-box4 .career-box4-detail .car-detail-richtext .list-paddingleft-2 li p{margin-bottom:12px}.mt-20{margin-top:20px}.service-box1 .cust-box3-list{justify-content:space-between}.service-box1 .cust-box3-list>li{width:16%;text-align:center;position:relative}.service-box1 .cust-box3-list>li .icon{width:120px;height:120px;background:#fff;border:3px solid #ff6c0e;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.service-box1 .cust-box3-list>li .num-title{font-size:18px;color:#333;line-height:28px;margin-top:26px}.service-box2 .cert-item{overflow:hidden;align-items:center;background:#fff;border-right:6px solid #ff6c0e}.service-box2 .cert-item img{width:100%}.service-box2 .cert-item .thumb{width:50%;overflow:hidden}.service-box2 .cert-item .thumb-info{width:50%;padding:60px}.service-box2 .cert-item .num-title{font-size:24px;line-height:32px;color:#333}.service-box2 .cert-item .num{font-size:60px;color:#ff6c0e;line-height:60px;opacity:.1}.service-box2 .cert-item .num-des{font-size:18px;color:#666;line-height:28px;margin-top:12px}.service-box2 .cert-item .num-des p{font-size:18px;color:#666;line-height:28px}.service-box2 .manu-box4-swiper{position:relative}.service-box2 .cert-page{z-index:55;display:flex}.service-box2 .cert-page div{width:49px;height:49px;border-radius:25px;border:1px solid #ff6c0e;font-size:20px;color:#ff6c0e;display:flex;align-items:center;justify-content:center;transition:all .3s;position:absolute;top:50%;margin-top:-25px;cursor:pointer}.service-box2 .cert-page div:hover{background:#ff6c0e;color:#fff}.service-box2 .cert-page div.prev{transform:rotate(180deg);left:-100px}.service-box2 .cert-page div.next{right:-100px}.pdf-ul{display:flex;justify-content:space-between;flex-wrap:wrap}.pdfs-boxs .pdfs-lists{padding:16px;width:49%;line-height:20px;border:1px solid #e0e0e0;margin-bottom:20px;display:flex;justify-content:space-between;flex-wrap:wrap}.pdfs-boxs .pdfs-lists a{font-size:16px;color:#323232;line-height:24px}.pdfs-boxs .pdfs-lists img{margin-right:10px}.pdfs-boxs .pdfs-lists:hover{border-color:#ff6c0e}.pdfs-boxs .pdfs-lists a:hover{color:#ff6c0e}.pdfs-boxs .pdfs-lists i{font-size:16px;color:#ff6c0e;margin-right:6px;font:normal normal normal 14px/1 FontAwesome}.pdf-download{margin-right:10px;margin-left:20px}.basic-bread{margin-top:0}.basic-bread .sep-container .bread-ul li{color:#333}.basic-bread .sep-container .bread-ul li a{color:#333}.basic-bread .breadcrumb>li+li:before{color:#333}.article-richtext h2{text-transform:uppercase;font-size:30px;line-height:40px;margin-bottom:0;margin-top:20px}.article-richtext p{color:#666}.article-richtext h3{font-size:24px;line-height:32px;font-family:'OpenSans-Bold'}.lt-page{margin-top:50px}.lt-page .prev-page{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:8px}.lt-page .prev-title{font-size:18px;margin-right:6px}.lt-page .prev-con{font-size:18px}.lt-page .prev-con .pro_detail_prev{color:#ff6c0e}.lt-page a:hover{color:#ff6c0e}.inner-pdf-box1 .cust-box3-list>li{width:32%;margin-bottom:30px;text-align:center;margin-right:2%}.inner-pdf-box1 .cust-box3-list>li:nth-child(3n){margin-right:0}.inner-pdf-box1 .cust-box3-list>li .icon{display:block;overflow:hidden}.inner-pdf-box1 .cust-box3-list>li .icon img{width:100%;transition:all .3s}.inner-pdf-box1 .cust-box3-list>li .thumb{position:relative}.inner-pdf-box1 .cust-box3-list>li .num-title{font-size:22px;color:#fff;line-height:36px;margin-top:26px;position:absolute;left:0;bottom:0;padding:20px;transition:all .3s;text-align:center;display:block;width:100%;background:linear-gradient(0deg, rgba(0,0,0,0.7), rgba(0,0,0,0));height:100%;display:flex;align-items:flex-end;justify-content:center}.inner-pdf-box1 .cust-box3-list>li .num-title:hover{color:#ff6c0e}.inner-pdf-box1 .cust-box3-list>li .num-des{font-size:18px;color:#666;line-height:28px;margin-top:12px}.inner-pdf-box1 .cust-box3-list>li .num-des p{font-size:18px;color:#666;line-height:28px;margin-bottom:0}.inner-pdf-box1 .cust-box3-list>li .thumb-more{margin-top:40px}h1.fz38{font-size:42px;line-height:50px}.inner-com-box1 .com-box1-main{justify-content:space-between}.inner-com-box1 .com-box1-main .thumb{width:49%}.inner-com-box1 .com-box1-main .thumb>img{width:100%}.inner-com-box1 .com-box1-main .thumb .thumb-back{margin-top:-62px;margin-left:24px}.inner-com-box1 .com-box1-main .thumb .thumb-back img{max-width:80%}.inner-com-box1 .com-box1-main .soft-richtext{width:48%}.inner-com-box2 .com-box2-main{justify-content:space-between}.inner-com-box2 .sep-container{position:relative}.inner-com-box2 .sep-container::after{content:'';display:block;width:1px;height:100%;background:rgba(51,51,51,0.1);position:absolute;left:13px;top:0}.inner-com-box2 .com-box3-list{justify-content:space-between;position:relative;width:160px}.inner-com-box2 .com-box3-list .item{padding-left:50px;position:relative;cursor:pointer;margin-bottom:60px;text-align:center}.inner-com-box2 .com-box3-list .item:last-child{margin-bottom:0}.inner-com-box2 .com-box3-list .item::after{content:'';display:block;width:8px;height:8px;border-radius:50%;position:absolute;top:50%;margin-top:-4px;left:9px;background:#ff6c0e;z-index:4}.inner-com-box2 .com-box3-list .item .num{font-size:20px;color:#333;line-height:32px}.inner-com-box2 .com-box3-list .item::before{content:'';display:block;width:14px;height:14px;background:rgba(255,108,14,0.3);border-radius:50%;position:absolute;top:50%;margin-top:-7px;left:6px;transition:all .3s}.inner-com-box2 .com-box3-list .item.active1::after{background:#ff6c0e;border-color:#ff6c0e}.inner-com-box2 .com-box3-list .item.active1 .num{font-size:30px;line-height:32px;font-family:'OpenSans-SemiBold'}.inner-com-box2 .com-box3-list .item.active1::before{width:24px;height:24px;left:1px;margin-top:-12px}.inner-com-box2 .com-box3-swiper{width:calc(100% - 240px);position:relative}.inner-com-box2 .com-box3-swiper .swiper-container{height:860px}.inner-com-box2 .com-box3-swiper .com-item{overflow:hidden;height:auto;flex-direction:row-reverse;border-radius:130px 0 0 0;background:#fff}.inner-com-box2 .com-box3-swiper .com-item .thumb{width:57.4%;overflow:hidden}.inner-com-box2 .com-box3-swiper .com-item .thumb img{width:100%;transition:all .3s;height:100%;object-fit:cover}.inner-com-box2 .com-box3-swiper .com-item .thumb-info{width:42.6%;padding:70px}.inner-com-box2 .com-box3-swiper .com-item .thumb-info .num-title{font-size:40px;color:#333;line-height:46px}.inner-com-box2 .com-box3-swiper .com-item .thumb-info .num-title1{font-size:20px;color:#666;line-height:32px;margin-bottom:12px}.inner-com-box2 .com-box3-swiper .com-item .thumb-info .num-des{margin-top:28px;max-height:408px;overflow-y:auto;padding-right:10px}.inner-com-box2 .com-box3-swiper .com-item .thumb-info .num-des::-webkit-scrollbar{width:3px;height:6px;background-color:transparent}.inner-com-box2 .com-box3-swiper .com-item .thumb-info .num-des::-webkit-scrollbar-track{border-radius:10px;background-color:#f7f7f7}.inner-com-box2 .com-box3-swiper .com-item .thumb-info .num-des::-webkit-scrollbar-thumb{border-radius:10px;background-color:#ff6c0e}.inner-com-box2 .com-box3-swiper .com-item .thumb-info .num-des p{font-size:18px}.inner-com-box2 .com-box3-swiper .com-item .thumb-info .num-des strong{display:block;color:#ff6c0e;margin-bottom:6px}.inner-com-box2 .com-box3-swiper .cert-page{z-index:9;display:flex;position:absolute;bottom:32px;left:34%;flex-direction:column}.inner-com-box2 .com-box3-swiper .cert-page div{width:48px;height:48px;border-radius:25px;border:1px solid #ff6c0e;font-size:18px;color:#ff6c0e;display:flex;align-items:center;justify-content:center;transition:all .3s;margin-left:20px;cursor:pointer}.inner-com-box2 .com-box3-swiper .cert-page div:hover{background:#ff6c0e;color:#fff}.inner-com-box2 .com-box3-swiper .cert-page div.prev{transform:rotate(-90deg)}.inner-com-box2 .com-box3-swiper .cert-page div.next{margin-top:12px;transform:rotate(90deg)}.inner-com-box2 .swiper-num{position:absolute;left:60px;bottom:50px;z-index:8;display:flex}.inner-com-box2 .swiper-num::after{content:'';display:block;width:30px;height:1px;background:#ff6c0e;position:absolute;top:15px;left:67px}.inner-com-box2 .swiper-num span{font-size:20px;color:#ff6c0e;line-height:30px;display:block;margin:0 18px}.inner-com-box2 .swiper-num span.active{font-size:40px;font-family:'OpenSans-Bold'}.inner-com-box3 .com-box1-main{flex-direction:row-reverse}.inner-com-box3 .com-box1-main .soft-richtext p{width:92%}.inner-com-box4 .cert-item{border:none;padding:80px;background:rgba(255,255,255,0.2);position:relative}.inner-com-box4 .cert-item::after{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0;filter:blur(20px)}.inner-com-box4 .cert-item .thumb-info{width:100%;padding:0;margin-top:20px;position:relative;z-index:3}.inner-com-box4 .cert-item .thumb-info .num-des p{color:#fff}.inner-com-box4 .cert-item .thumb{position:relative;z-index:3}.inner-com-box5 .cert-item{background:#f0f0f6;border:none}.inner-com-box5 .cert-item .num-title{margin-top:20px;color:#ff6c0e}.inner-contact-box1 .contact-box1-list .contact-item{width:32%;margin-right:2%;padding:40px;transition:all .3s}.inner-contact-box1 .contact-box1-list .contact-item:nth-child(3n){margin-right:0}.inner-contact-box1 .contact-box1-list .contact-item:hover{box-shadow:0 0 20px 0 rgba(0,0,0,0.05)}.inner-contact-box1 .contact-box1-list .contact-item .thumb-title{font-size:22px;color:#333;line-height:30px;margin-top:12px}.inner-contact-box1 .contact-box1-list .contact-item .thumb-title1{font-size:20px;color:#333;line-height:30px;margin-top:12px}.inner-contact-box1 .contact-box1-list .contact-item .thumb-des{font-size:16px;color:#666;line-height:26px;margin-top:16px;padding-left:32px;position:relative}.inner-contact-box1 .contact-box1-list .contact-item .thumb-des .icon{position:absolute;left:0;top:0;color:#ff6c0e}.inner-contact-box1 .contact-box1-list .contact-item .thumb-des p{font-size:16px;color:#666;line-height:26px}.inner-contact-box1 .contact-box1-list .contact-item .thumb-des a{font-size:16px;color:#666;line-height:26px}.inner-contact-box1 .contact-box1-list .contact-item .thumb-des a:hover{color:#ff6c0e}.inner-contact-box3 .contact-box3-main{justify-content:space-between}.inner-contact-box3 .contact-box3-main .left{width:60%}.inner-contact-box3 .contact-box3-main .left .left-des{margin-top:30px}.inner-contact-box3 .contact-box3-main .left .left-des p{font-size:16px;color:#666;line-height:26px}.inner-contact-box3 .contact-box3-main .left .left-form{margin-top:40px}.inner-contact-box3 .contact-box3-main .right{width:32%}.inner-contact-box3 .infos .item{margin-bottom:40px}.inner-contact-box3 .infos .item:hover i{color:#ff6c0e;border-color:#ff6c0e}.inner-contact-box3 .infos i{margin-right:24px;font-size:20px;color:#ff6c0e;flex-shrink:0}.inner-contact-box3 .infos .text{line-height:1.55555556;margin:-0.26em 0;font-size:16px;color:#666;line-height:32px}.inner-contact-box3 .infos .text a{font-size:16px;color:#666;line-height:32px}.inner-contact-box3 .infos .text a:hover{color:#ff6c0e}.inner-contact-box3 .infos .text .hd{font-family:'OpenSans-SemiBold';font-size:20px;color:#333}.inner-contact-box3 .infos .text .hd::after{width:30px;height:1px;background:#ff6c0e;content:'';display:block;margin-top:12px}.inner-contact-box3 .infos .text .hd-des{margin-top:18px;position:relative;padding-left:32px}.inner-contact-box3 .infos .text .hd-des .iconfont{position:absolute;left:0}.inner-contact-box3 .sep-form .row{margin-left:-8px;margin-right:-8px}.inner-contact-box3 .sep-form .row>div{padding:0 8px}.inner-contact-box3 .sep-form input,.inner-contact-box3 .sep-form textarea{font-family:'OpenSans';background:transparent;border-radius:0;border:1px solid rgba(219,219,219,0.88);box-shadow:none;padding:0 16px;background:#fff;font-size:16px;color:#666}.inner-contact-box3 .sep-form input::placeholder,.inner-contact-box3 .sep-form textarea::placeholder{font-size:16px;color:#666}.inner-contact-box3 .sep-form input{height:50px}.inner-contact-box3 .sep-form textarea{padding-top:15px;padding-bottom:15px;resize:none;height:150px}.inner-contact-box3 .sep-form button{font-family:'OpenSans';margin-top:25px}.inner-contact-box3 .sep-form .form-group{margin-bottom:24px}.index-case-box .search-case-box{display:none}.index-case-box .search-case-box .items .item{width:32%;margin-right:2%}.index-case-box .search-case-box .items .item:nth-child(3n){margin-right:0}.index-case-box .search-case-box .items .item a{display:block}.index-case-box .search-case-box .items .item .thumb{overflow:hidden}.index-case-box .search-case-box .items .item .thumb:hover img{transform:scale(1.1)}.index-case-box .search-case-box .items .item .thumb img{transition:all .3s;width:100%}.index-case-box .search-case-box .items .item .thumb-info{padding:30px 50px}.index-case-box .search-case-box .items .item .text{transition:all .3s}.index-case-box .search-case-box .items .item .item-more{margin-top:12px;transition:all .3s;font-size:18px;color:#666;line-height:28px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.case-richtext{margin-top:60px}.case-richtext strong{display:block;font-size:24px;color:#333;line-height:32px;margin-bottom:16px;font-family:'OpenSans-Bold';text-transform:uppercase}.case-richtext p img{margin-left:0;margin-right:0}.detail-case-box .case-video{display:inline-block;position:relative}.detail-case-box .case-video .play{width:86px;height:86px;border-radius:50%;border:3px solid #fff;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;color:#fff;cursor:pointer;transition:all .3s}.detail-case-box .case-video .play i{font-size:30px;position:relative;left:1px;transition:all .3s}.detail-case-box .case-video .play:hover{border-color:#ff6c0e}.detail-case-box .case-video .play:hover i{color:#ff6c0e}.detail-case-box .case-video video,.detail-case-box .case-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;z-index:50;border:none}.search-btns{display:flex;margin-bottom:40px;margin-top:50px;flex-wrap:wrap;justify-content:flex-start !important}.search-btns a{font-size:20px;display:inline-block;width:220px;margin-right:20px;background:#f0f0f0;color:#323232;padding:10px 0;font-family:'OpenSans-SemiBold';text-align:center;border:none;transition:all .3s;outline:none}.search-btns a.active{background:#ff6c0e;color:#fff}.search-btns a:hover{background:#ff6c0e;color:#fff}.sep-resource-list2{text-align:left;margin-top:30px}.sep-resource-list2 li{padding-left:160px;position:relative;padding-bottom:30px;border-bottom:1px solid #afafaf;padding-top:5px;min-height:152px;margin-bottom:30px;overflow:hidden}.sep-resource-list2 li .thumb{display:block;position:absolute;width:140px;overflow:hidden;left:0;top:0;text-align:center;font-size:40px}.sep-resource-list2 li .thumb img{width:100%;transition:all .3s}.sep-resource-list2 li .thumb img:hover{transform:scale(1.1)}.sep-resource-list2 li .thumb i{font-size:40px}.sep-resource-list2 li .title{display:block;color:#545454;margin-bottom:10px;transition:all .3s;font-size:18px;font-family:'OpenSans-SemiBold'}.sep-resource-list2 li .title:hover{color:#ff6c0e}.sep-resource-list2 li .summary{display:block;color:#545454;line-height:1.6em;margin-bottom:10px}.sep-resource-list2 li .more{text-transform:uppercase;color:#ff6c0e;font-size:12px;font-weight:bold;transition:all .3s}.sep-resource-list2 li .more:hover{color:#333}.sep-resource-list2 .nothumb{padding-left:0}.inner-search-box .sep-pagination{width:100%;text-align:left}.inner-search-box .pagination>li a{display:block;width:44px;height:44px;display:inline-flex;border-radius:10px;align-items:center;justify-content:center;font-size:18px;color:#333;border:none;background:none}.inner-search-box .pagination>li a.prev-page,.inner-search-box .pagination>li a.next-page{font-size:20px;color:#333;transition:all .3s;margin:0 6px}.inner-search-box .pagination>li a.prev-page:hover,.inner-search-box .pagination>li a.next-page:hover{color:#ff6c0e;background:none}.inner-search-box .pagination>li a:hover{color:#ff6c0e}.inner-search-box .pagination>li.active a{background:#ff6c0e;color:#fff}.inner-search-box .items .item{margin-bottom:24px;box-shadow:0 0 10px #eee}.operation{margin-top:30px}.operation ul{display:flex;flex-wrap:wrap}.operation ul li{margin-right:50px;width:auto;text-align:left}.operation ul li .btn-primary{background:#ff6c0e;padding:10px 30px;color:#fff;border:1px solid #ff6c0e;transition:all .3s;font-size:18px}.operation ul li .btn-primary:hover{background:#fff;color:#ff6c0e !important}.form-mask{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:9999999;overflow:hidden;display:flex;align-items:center;justify-content:center;animation:dd 1s infinite;animation-iteration-count:1;animation-fill-mode:forwards;display:none}@keyframes dd{0%{width:0;height:0}100%{width:100%;height:100%}}.form-mask .xzbd{width:900px;overflow:hidden;border:solid 6px rgba(0,0,0,0.3);background:#fff;padding:30px 0}.form-mask .xzbd .detail_module{margin-top:0}.form-mask .xzbd .bcmbt{padding:20px 0;width:100%;text-align:center;position:relative}.form-mask .xzbd .bcmbt p{font-size:18px;line-height:32px}.form-mask .xzbd .bcmbt+p{background:#fff;color:#ff6c0e;font-size:24px !important;text-align:center;padding:10px 0 20px 0 !important}.form-mask .xzbd .sep-form{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:90%;margin:0 auto}.form-mask .xzbd p{font-size:18px;text-align:left;color:#fff;margin-bottom:20px}.form-mask .sep-form .row{margin-left:-8px;margin-right:-8px;width:100%}.form-mask .sep-form .row>div{padding:0 8px}.form-mask .sep-form input,.form-mask .sep-form textarea{font-family:'OpenSans';background:transparent;border-radius:0;border:1px solid rgba(219,219,219,0.88);box-shadow:none;padding:0 16px;background:#fff;font-size:16px;color:#666}.form-mask .sep-form input::placeholder,.form-mask .sep-form textarea::placeholder{font-size:16px;color:#666}.form-mask .sep-form input{height:50px}.form-mask .sep-form textarea{padding-top:15px;padding-bottom:15px;resize:none;height:150px}.form-mask .sep-form button{font-family:'OpenSans';margin-top:25px}.form-mask .sep-form .form-group{margin-bottom:24px}.fancybox-button{font-size:30px;position:absolute;right:20px;cursor:pointer;top:12px}.fancybox-button:hover{color:#ff6c0e}.sep-lx-header-mb{display:none}.sep-lx-header-mb .box-wrap{padding:0 20px;position:relative;z-index:1000;height:70px;padding-right:0}.sep-lx-header-mb .box-wrap .logo{float:none;display:inline-block}.sep-lx-header-mb .box-wrap .logo img{width:140px}.sep-lx-header-mb .box-wrap>ul{position:relative;margin-left:auto}.sep-lx-header-mb .box-wrap>ul>li{float:left;margin-left:15px;text-align:center;position:relative}.sep-lx-header-mb .box-wrap>ul>li#global{float:left}.sep-lx-header-mb .box-wrap>ul>li#global span{width:36px;height:36px;background:rgba(184,210,1,0);border-radius:50%;border:1px solid #5c5c5c;font-size:16px;color:#5c5c5c;text-transform:uppercase}.sep-lx-header-mb .box-wrap>ul>li#headerSearch i{width:36px;height:36px;background:rgba(184,210,1,0);border-radius:50%;border:1px solid #5c5c5c;font-size:16px;color:#5c5c5c}.sep-lx-header-mb .box-wrap>ul>li#menu{float:left;width:70px;height:70px;background:#ff6c0e;color:#fff}.sep-lx-header-mb .box-wrap>ul>li#menu i{color:#fff;font-size:26px}.sep-lx-header-mb .box-wrap>ul>li#logo{border:none;float:none;margin:0 auto;position:absolute;left:50%;width:auto;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.sep-lx-header-mb .box-wrap>ul>li .multi-language{position:absolute;background:#ff6c0e;width:157px;text-align:center;padding:10px 20px;z-index:100000;top:40px;left:-67px;display:none;border:1px solid #fff}.sep-lx-header-mb .box-wrap>ul>li .multi-language li{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #fff}.sep-lx-header-mb .box-wrap>ul>li .multi-language li:last-child{border-bottom:none;margin-bottom:0}.sep-lx-header-mb .box-wrap>ul>li .multi-language li a{color:#fff;font-size:14px}.sep-lx-header-mb .box-wrap>ul>li.active{border:1px solid #1f2256;background:#1f2256}.sep-lx-header-mb .box-wrap>ul>li.active i{color:#fff}.sep-lx-header-mb .box-wrap>ul>li i{color:#ff6c0e;font-size:20px;line-height:normal}.sep-shadow{background:rgba(0,0,0,0.5);position:fixed;width:100%;height:100%;left:0;top:0;z-index:1000000;display:none}.sep-search-box{position:fixed;width:100%;background:#fff;top:66px;z-index:10000000;padding:44px 31px;box-shadow:0 0 12px rgba(0,0,0,0.5);display:none}.sep-search-box .fa-times{color:#000;font-size:20px;position:absolute;right:31px;top:24px;cursor:pointer}.sep-search-box .hd{color:#282828;font-size:18px}.sep-search-box form{margin-top:10px;margin-bottom:25px}.sep-search-box form .form-control{height:47px;border-radius:0}.sep-search-box form .btn{background:#ff6c0e;color:#fff;display:table;margin:0 auto;margin-top:17px;padding:10px 40px;font-size:16px;width:100%}.sep-search-box form .btn i{padding-right:5px}.sep-search-box .more{background:#ff6c0e;color:#fff;display:table;margin:0 auto;margin-top:17px;padding:10px 40px;font-size:16px;width:100%;border:none}.sep-search-box .more i{padding-right:5px}.sep-search-box ul li{margin-top:8px}.sep-search-box ul li a{color:#8c8c8c;font-size:14px;display:block}.sep-menu-box{width:100%;position:absolute;background:#fff;left:0;top:0;z-index:10000000;box-shadow:0 0 12px rgba(0,0,0,0.7);transition:All .4s ease-in-out;-webkit-transition:All .4s ease-in-out;-moz-transition:All .4s ease-in-out;-o-transition:All .4s ease-in-out;-webkit-transform:translateX(-105%);-moz-transform:translateX(-105%);-ms-transform:translateX(-105%);-o-transform:translateX(-105%);transform:translateX(-105%)}.sep-menu-box.active{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.sep-menu-box.active .bottom-toggle{visibility:visible}.sep-menu-box .top{padding:10px 30px;height:70px;text-align:center;box-shadow:0 0 12px rgba(145,145,145,0.7);position:relative;z-index:10000;display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;align-items:center}.sep-menu-box .top i{color:#000;font-size:22px;position:relative;top:0;cursor:pointer}.sep-menu-box .bottom{visibility:visible}.sep-menu-box .bottom.no{visibility:hidden}.sep-menu-box .bottom .menu-item>li{border-bottom:1px solid #ddd}.sep-menu-box .bottom .menu-item>li:last-child{border-bottom:none}.sep-menu-box .bottom .menu-item>li.active{background:#ff6c0e}.sep-menu-box .bottom .menu-item>li.active .box{border-bottom:1px solid #fff}.sep-menu-box .bottom .menu-item>li.active .box a{color:#fff}.sep-menu-box .bottom .menu-item>li.active .box i{color:#fff;transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg)}.sep-menu-box .bottom .menu-item>li .box{position:relative;padding:22px 30px;border-bottom:1px solid transparent}.sep-menu-box .bottom .menu-item>li .box a{color:#282828;font-size:18px}.sep-menu-box .bottom .menu-item>li .box i{font-size:20px;color:#282828;position:absolute;right:30px;top:26px;cursor:pointer;transition:All .4s ease-in-out;-webkit-transition:All .4s ease-in-out;-moz-transition:All .4s ease-in-out;-o-transition:All .4s ease-in-out}.sep-menu-box .bottom .menu-item>li>ul{padding:5px 0;display:none}.sep-menu-box .bottom .menu-item>li>ul>li{padding:4px 20px}.sep-menu-box .bottom .menu-item>li>ul>li a{color:#fff;font-size:14px}.sep-menu-box .bottom-toggle{position:absolute;width:100%;z-index:1000;top:70px;background:#fff;transition:All .4s ease-in-out;-webkit-transition:All .4s ease-in-out;-moz-transition:All .4s ease-in-out;-o-transition:All .4s ease-in-out;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);visibility:hidden}.sep-menu-box .bottom-toggle.active{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.sep-menu-box .bottom-toggle .toggle{display:none}.sep-menu-box .bottom-toggle .toggle>ul{background:#fff}.sep-menu-box .bottom-toggle .toggle>ul>li{padding:0;border-bottom:1px solid #ccc;position:relative}.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1){line-height:60px}.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) span{width:60px;min-width:60px;height:59px;line-height:60px;text-align:center;display:inline-block;border-right:1px solid #ccc}.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) span i{font-size:18px}.sep-menu-box .bottom-toggle .toggle>ul>li>ul{display:none;border-top:1px solid #ddd;padding:15px 40px;padding-right:0}.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li{list-style:disc;margin-bottom:10px}.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li:last-child{margin-bottom:0}.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li a{font-size:16px}.sep-menu-box .bottom-toggle .toggle>ul>li:not(:first-child)>a{display:flex;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;align-items:center;padding-right:50px}.sep-menu-box .bottom-toggle .toggle>ul>li>a{padding:10px 25px;min-height:60px;color:#282828;font-size:16px}.sep-menu-box .bottom-toggle .toggle>ul>li>a i{font-size:20px;color:#282828;position:absolute;right:20px;cursor:pointer}.sep-menu-box .contact{background:#ff6c0e;color:#fff;display:table;margin:0 auto;margin-top:0;padding:20px 40px;font-size:22px;width:100%;border:none;border-radius:0}.sep-menu-box .contact i{padding-right:5px}.sep-menu-box .logo{margin:auto}.sep-menu-box .logo img{width:140px;max-height:100%;object-fit:contain}.gdw-mb-c{display:none}.sep-banner-mb{display:none}.sep-banner-mb img{width:100%}.mb-bottom-wrap{padding-bottom:24px;padding-top:30px}.mb-bottom-wrap ul.info{margin-top:20px}.mb-bottom-wrap ul.info li{margin-bottom:4px;position:relative;color:rgba(0,0,0,0.6);font-size:16px;padding:0 20px}.mb-bottom-wrap ul.info li:last-child{margin-bottom:0}.mb-bottom-wrap ul.info li i{color:#000}.mb-bottom-wrap ul.info li a{color:rgba(0,0,0,0.6)}.mb-bottom-wrap ul.info li img{position:absolute;left:0;top:10px}.mb-bottom-wrap .bottom-menu>li{padding:0 20px;padding-left:30px;margin-bottom:20px}.mb-bottom-wrap .bottom-menu>li>ul{padding:5px 0;padding-left:20px;display:none;padding-top:20px}.mb-bottom-wrap .bottom-menu>li>ul li{padding:5px 0;list-style:disc;color:#000;margin-bottom:8px}.mb-bottom-wrap .bottom-menu>li>ul li:last-child{margin-bottom:0;padding-bottom:0}.mb-bottom-wrap .bottom-menu>li>ul li a{font-size:16px;color:#000}.mb-bottom-wrap .bottom-menu>li:nth-child(1) .box{border-top:none}.mb-bottom-wrap .bottom-menu>li>.box{padding:13px 0;position:relative;border-bottom:1px solid #ccc}.mb-bottom-wrap .bottom-menu>li>.box::before{content:'';display:block;width:56px;height:3px;background:#ff6c0e;position:absolute;left:0;bottom:-2px}.mb-bottom-wrap .bottom-menu>li>.box a{color:#000;font-size:16px}.mb-bottom-wrap .bottom-menu>li>.box>i{position:absolute;right:20px;top:14px;color:#000;cursor:pointer;font-size:20px}.mb-bottom-wrap .logo{margin-bottom:10px}.mb-bottom-wrap .logo img{width:40px}.mb-bottom-wrap .info-box{padding:0 0;margin-top:30px}.mb-bottom-wrap .info-box .box{margin-bottom:20px}.mb-bottom-wrap .info-box .box i{margin-right:14px;color:#333;width:44px;height:44px;border-radius:50%;border:1px solid #333;flex-shrink:0;font-size:20px;align-self:flex-start;position:relative;top:-1px}.mb-bottom-wrap .info-box .box i::before{display:none}.mb-bottom-wrap .info-box .box .hd{color:#333;font-size:16px;margin-bottom:5px;width:100%}.mb-bottom-wrap .info-box .box a{font-size:16px;color:#333}.mb-bottom-wrap .info-box .box .text{font-size:16px;color:#333}.mb-bottom-wrap .multi-language{margin:0 auto;display:table;margin-top:10px}.mb-bottom-wrap .multi-language .icon{color:#9f9f9f;font-size:18px;position:relative;top:3px}.mb-bottom-wrap .multi-language a{font-size:15px;padding-right:10px;color:#9f9f9f}.mb-bottom-wrap .multi-language a:hover{color:#ff6c0e}.mb-bottom-wrap .multi-language .fa{font-size:21px;color:#9f9f9f;position:relative;top:2px}.mb-bottom-wrap>.item{padding:0 20px;margin-top:20px !important}.mb-bottom-wrap .sep-share{margin-left:auto;margin-bottom:30px;margin-top:0;justify-content:space-between;padding-bottom:30px;border-bottom:1px solid #ddd}.mb-bottom-wrap .sep-share li:not(.qrcode){padding:0 8px;float:none}.mb-bottom-wrap .sep-share li:not(.qrcode):first-child{padding-right:10px}.mb-bottom-wrap .sep-share li:not(.qrcode):last-child{padding-right:0}.mb-bottom-wrap .sep-share li:not(.qrcode) a{width:30px;height:30px;border-radius:50%;border:1px solid #ff6c0e;text-align:center;display:flex;align-items:center;justify-content:center}.mb-bottom-wrap .sep-share li:not(.qrcode) a i{color:#ff6c0e;font-size:16px}.mb-bottom-wrap .sep-share .qrcode{padding:0 5px}.mb-bottom-wrap .sep-share .qrcode a{display:flex;align-items:center;justify-content:center}.mb-bottom-wrap .sep-share .qrcode a:hover i{color:#201914}.mb-bottom-wrap .sep-share .qrcode i{color:#202122;font-size:30px}.mb-bottom-wrap .hd{display:inline-block;color:#fff;font-size:18px;position:relative;white-space:nowrap}.mb-bottom-wrap .hd:hover{color:#ff6c0e}.mb-bottom-wrap .alias{color:#c1c1c1;font-size:12px;margin-left:auto;white-space:nowrap}.mb-bottom-wrap .form-box .sep-form{background:#eee;border-radius:24px;overflow:hidden}.mb-bottom-wrap .form-box .sep-form .btn{border-radius:24px;overflow:hidden;border:none;width:100px;height:30px;font-size:14px;line-height:28px;flex-grow:0;flex-shrink:0;padding:0;padding-bottom:10px;background:-webkit-linear-gradient(to bottom, #00c0fa, #0160ea);background:-moz-linear-gradient(to bottom, #00c0fa, #0160ea);background:-ms-linear-gradient(to bottom, #00c0fa, #0160ea);background:-o-linear-gradient(to bottom, #00c0fa, #0160ea);background:linear-gradient(to bottom, #00c0fa, #0160ea)}.mb-bottom-wrap .form-box .sep-form .form-control{background:#eee;padding-left:15px;height:30px;border-right:none;outline:none;box-shadow:none;border:none}@media screen and (min-width:769px){.sep-banner-mb{display:none}.sep-search-box,.sep-shadow,.sep-lx-header-mb,.sep-menu-box{display:none !important}}@media screen and (max-width:768px){.sep-banner-pc{display:none}.sep-banner-mb{display:block}}@media screen and (max-width:768px){.sep-mainnav{display:none}.sep-header{display:none}.inside-inner{display:none}.gdw-mb-c{display:block}.sep-lx-header-mb{display:block}.mb-bottom-wrap{padding-bottom:100px}.gdw-mb-none{display:none}#onlineService{position:fixed;bottom:0;left:50%;width:100%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.offside{display:flex;width:100%}.offside li{flex-grow:1;flex:1;text-align:center;width:auto;height:60px;background:#ff6c0e !important;border-bottom:none !important;border-right:1px solid rgba(255,255,255,0.15)}.offside li i{color:#fff !important;font-size:20px !important;line-height:60px !important;padding:0;font-size:22px !important}.offside li.tel{width:47px;transform:translateX(0);-webkit-transform:translateX(0)}.offside li:last-child{display:none}.offside li p{display:none !important}.offside li a{position:static;display:inline-block}}@media screen and (max-width:768px){.sep-container{padding:0 10px}}@media screen and (max-width:1690px){html{font-size:15px}}@media screen and (max-width:1460px){html{font-size:14px}.sep-container{width:1200px}.sep-footer{background-size:cover !important}.fz50{font-size:38px}}@media screen and (max-width:1260px){.sep-sidebar{display:none}.sep-mainbody .sep-primary{float:none;width:100%}.sep-container{padding:0 20px}}@media screen and (max-width:768px){.mb-mg0{margin:0}.row{margin-left:0 !important;margin-right:0 !important}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{padding-right:0;padding-left:0}html{font-size:10px}.mb-bottom-wrap ul.info li{margin-bottom:14px}.gallery a{width:100%;margin-bottom:10px}.flex{display:block}.richtext img{height:auto !important}.swiper-pagination{width:100%;bottom:0}.sep-container{padding:0 20px}.sep-breadcrumb{padding:0}body{padding-top:0}.sep-footer{display:none}.btn-hover{height:34px}}@media screen and (max-width:768px){.richtext .table-wrap{overflow-x:scroll}#onlineService{overflow:visible}}@media screen and (max-width:1460px){.sep-banner-pc{margin-top:-5px}}@media screen and (max-width:1380px){.pv120{padding-top:100px;padding-bottom:100px}}@media screen and (max-width:1310px){.sep-container{max-width:94%}}@media screen and (max-width:1024px){.sep-container{padding:0;max-width:92%}.sep-mainnav>.sep-container .logo img{width:140px}.sep-header .search{width:40px;height:40px;margin-left:12px}.sep-mainnav>.sep-container>ul{width:auto}.sep-bar .click{margin-left:2.4%}.sep-section4 .box img{width:80px}}@media screen and (max-width:812px){.sep-bar .click{display:none}.sep-banner-pc{display:block}.pv120{padding-top:70px;padding-bottom:70px}.sep-section1 .info{width:100%}.sep-section1 .video{width:100%;margin-top:30px}.sep-section1 .video img{width:100%}.sep-section2 .items{display:flex;flex-wrap:wrap;justify-content:space-between;gap:0}.sep-section2 .item{width:49%;margin-right:0;margin-bottom:60px}.sep-section11 .info{margin-top:40px}.sep-section4 .box img{width:50px;margin-top:30px}.last-news .items{display:flex;flex-wrap:wrap;justify-content:space-between;gap:0}.last-news .items .item{width:49%;margin-right:0}.last-news .items .item:nth-child(3){display:none}.last-news .info .date .day{font-size:30px}.last-news .info .date{line-height:18px}.last-news .info{padding:20px}.mb-bottom-wrap{background:#f7f7f7}.mb-bottom-wrap .bottom-menu>li>.box>i{font-size:16px}.mb-bottom-wrap{padding-bottom:20px}.scroll-down{display:none}}@media screen and (max-width:480px){.top-swiper{display:none}.sep-banner-pc{margin-top:0}.pv120{padding-top:50px;padding-bottom:50px}.sep-btn.mt50{margin-top:30px}.sep-section1 .video .play{width:50px;height:50px;font-size:20px}.sep-section1 .video .play i{font-size:18px}.sep-btn{font-size:16px;padding:10px 28px}.sep-btn i{margin-left:6px}.mt80{margin-top:40px}.sep-section2 .item{width:100%}.fz22{font-size:20px}.sep-section4 .left{width:100%;margin-right:0}.last-news .items .item{width:100%;margin-bottom:20px}.sep-container{max-width:90%}}@media screen and (max-width:1710px){.sep-index-screen .select .submit{width:18%}.inner-com-box2 .com-box3-swiper .com-item .thumb-info{padding:50px}}@media screen and (max-width:1460px){.sep-inner-banner{margin-top:-5px}.pro-cases .case-swiper .cert-page div.next{right:-80px}.pro-cases .case-swiper .cert-page div.prev{left:-80px}.index-soft-box4 .soft-box4-list .soft-item .item-title .item-title2{display:none}.index-soft-box4 .soft-box4-list .soft-item .item-des{min-height:208px}.inner-com-box2 .com-box3-list{display:none}.inner-com-box2 .sep-container::after{display:none}.inner-com-box2 .com-box3-swiper{width:100%}}@media screen and (max-width:1380px){.tech-safety .tabs .tab{padding:14px 16px}.tech-adv .item{padding:30px 20px}.index-solut .info{width:65%}.pro-cases .case-swiper .cert-page div.next{right:-65px}.pro-cases .case-swiper .cert-page div.prev{left:-65px}.inner-cust-box3 .cust-box3-list>li{width:33%}.inner-com-box3 .com-box3-swiper .com-item .thumb-info .num-title{font-size:36px;line-height:44px}.inner-com-box3 .com-box3-swiper .cert-page{display:flex;justify-content:center;margin-top:30px}.inner-com-box3 .com-box3-swiper .cert-page div{position:static;margin:0 8px}.service-box1 .cust-box3-list>li .icon{width:100px;height:100px}.service-box1 .cust-box3-list>li .icon img{width:40px}.service-box2 .cert-page div{position:static;margin:0 8px}.service-box2 .cert-page{display:flex;justify-content:center;margin-top:30px}.service-box2 .cert-item .thumb-info{padding:40px}.inner-com-box4 .cert-item .thumb-info{padding:0}}@media screen and (max-width:1310px){.pro-cases .case-swiper .cert-page div{position:static;margin:0 8px}.pro-cases .case-swiper .cert-page{display:flex;justify-content:center;margin-top:30px}.soft-richtext h2{font-size:36px;line-height:44px}.inner-com-box2 .com-box3-swiper .com-item .thumb-info .num-title{font-size:32px;line-height:40px}.inner-com-box4 .cert-item{padding:40px}.career-box1 .cust-box3-list>li .li-main{padding:35px 120px}.career-box1 .cust-box3-list>li .num{font-size:200px}}@media screen and (max-width:1240px){.tech-safety .top-items .item .title1{font-size:24px;line-height:32px}.tech-safety .top-items .item img{width:40px}.tech-safety .top-items .item .tit{font-size:18px;line-height:30px}.pro-det-adv .wrap .item{width:15%}.pro-det-spec .bottom .item .text .title{font-size:1.6rem}.index-soft-box4 .soft-box4-list .soft-item{padding:30px 20px}}@media screen and (max-width:1030px){.richtext.fz18{font-size:16px;line-height:1.5em !important}.richtext.fz18 *:not(h2){font-size:16px}.tech-safety .tabs{grid-template-columns:repeat(3, 1fr);gap:16px}.tech-vs .items{justify-content:space-between}.tech-vs .items .item{width:49%;margin-bottom:30px}.tech-vs .items{gap:0}.feedback .left{width:100%}.feedback .infos{display:none}.feedback .right{width:100%;margin-top:40px}.feedback .flex{flex-wrap:wrap}.index-technology .item{padding:30px}.index-technology .item .box img{width:80px;height:auto}.index-technology .item .box{height:auto}.fz48{font-size:36px;line-height:44px}.sep-inner-banner .info1 .sep-btn{display:none}.fz38{font-size:32px;line-height:40px}.pro-det-adv .wrap .thumb .pro-title{font-size:10rem}.pro-det-adv .wrap .item{position:static;transform:none}.pro-det-adv .wrap .item .tit{position:static;transform:none}.pro-det-adv .wrap .items{display:flex;flex-wrap:wrap;justify-content:space-between}.pro-det-adv .wrap .items .item{width:49%;margin-bottom:20px}.pro-det-adv .wrap .thumb{position:static;transform:none}.pro-det-adv .wrap .ring{display:none}.pro-det-adv .wrap .thumb .pro-title{display:none}.pro-det-adv .wrap .items{margin-top:30px}.pro-det-adv .wrap .item .box{width:90px;height:90px;margin:0 auto;margin-bottom:20px}.pro-det-adv{padding-bottom:80px !important}.pro-det-spec .bottom .item{padding:0 30px}.pro-det-spec .bottom{margin:0}.pro-det-adv .wrap{width:100%}.pro-det-spec .tabs .tab{margin-right:60px}.soft-richtext h2{font-size:32px;line-height:40px}.top-title{margin-bottom:50px}.index-soft-box4 .soft-box4-list .soft-item{width:49%;margin-bottom:20px}.index-soft-box4 .soft-box4-list .soft-item .item-des{min-height:1px}.inner-com-box3 .com-box3-list .item.active1 .num{font-size:26px;line-height:34px}.sep-index-screen .select .form-group{width:48%;margin:0 1%}.sep-index-screen .sep-form{justify-content:center}.sep-index-screen .select .submit{width:50%;margin-top:10px;text-align:center}.sep-index-screen .select .submit button{width:100%}h1.fz38{font-size:32px;line-height:44px}.inner-pdf-box1 .cust-box3-list>li .num-title{font-size:20px}.sep-car-banner .banner-more .sep-btn{display:inline-block}.inner-contact-box1 .contact-box1-list .contact-item{padding:20px}}@media screen and (max-width:960px){.sep-primary{width:100%}}@media screen and (max-width:812px){.sep-inner-banner{padding:40px 0;overflow:hidden}.sep-inner-banner img{position:absolute;width:100%;height:100%;object-fit:cover;left:0;top:0}.sep-inner-banner .sep-container-1280{position:static !important;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0);left:0;top:0}.sep-container{width:100%}iframe{height:320px}.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb{position:static;left:10px;top:15px;display:block;width:100%;height:auto;overflow:hidden;text-align:center;margin-bottom:20px}.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img{width:100%}.relate-list.relate-article-list .sep-datalist li{width:100%;float:left;margin:0 0}.sep-resource-list .sep-datalist>li:not(.pdf-item){padding-left:0}.sep-resource-grid .sep-datalist li{width:100%}.sep-resource-grid .sep-datalist li .thumb{display:block;width:100%;height:auto;line-height:unset;overflow:hidden;text-align:center;margin-bottom:8px;border:1px solid #cecece}.sep-resource-grid .sep-datalist li .thumb{height:auto !important;line-height:unset !important}.row{margin:0}.relate-list .sep-datalist li{width:100%;float:left;margin:0}.search-btns a{height:48px;min-width:unset;font-size:14px;background:#f0f0f0;padding:0 10px;margin:0 6px;text-align:center}.sep-inner-banner img{position:static}.sep-inner-banner{padding:0}.sep-inner-banner .translate-center{margin-top:0}.flex{display:flex}.tech-adv .items{gap:0;justify-content:space-between}.tech-adv .items .item{width:48%;padding:0;margin-bottom:20px}.tech-cases .swiper-slide .info{position:static;padding:0;margin-top:30px}.tech-cases .swiper-slide img{height:auto}.tech-cases .swiper-slide::before{display:none}.mt80{margin-top:40px}.tech-safety .top-items .item{padding:30px}.tech-safety .info-items .item .info{padding:40px;flex:auto;width:100%}.tech-safety .info-items .item .thumb{width:100%}.tech-safety .info-items .item{flex-wrap:wrap}.sep-inner-banner .info1{width:100%}.index-robots .items{grid-template-columns:48fr 48fr;grid-template-rows:1fr 1fr}.index-solut .info{padding:40px;width:100%}.index-technology .items{justify-content:space-between;gap:0}.index-technology .items .item{width:49%;margin-bottom:20px}.pro-det-spec .info-box .text{width:100%;margin-top:26px}.pro-det-spec .info-box .thumb{width:100%}.pro-det-spec .bottom .item{width:50%}.pro-det-spec .bottom .item::before{display:none}.pro-det-spec .bottom{margin-top:30px}.pro-det-app .infos{width:100%;max-width:none}.pro-det-app .video{width:100%;margin-top:30px}.pro-det-app .flex{flex-wrap:wrap}.pro-det-spec .info-box{flex-wrap:wrap}.inner-cust-box3 .cust-box3-list>li{width:50%}.bread{margin-top:0}.bread .sep-container .bread-ul li{color:#333}.bread .sep-container .bread-ul li a{color:#333}.breadcrumb>li+li:before{color:#333}.soft-richtext h2{font-size:28px;line-height:34px}.inner-cust-box3 .cust-box3-list>li{width:100%;margin-bottom:20px}.inner-cust-box3 .cust-box3-list>li:last-child{margin-bottom:0}.index-app-box .items{justify-content:space-between}.index-app-box .items .item{width:49%;margin-right:0}.app-relate-case .items .item .thumb-info{padding:30px 20px}.app-relate-case .items{justify-content:space-between}.app-relate-case .items .item{width:49%;margin-right:0;margin-bottom:20px}.app-relate-box .items .item{width:49%;margin-bottom:20px}.app-relate-box .items .item .thumb{min-height:1px}.detail-app-box .cust-box3-list li{width:47%}.detail-app-box .detail-video{margin-top:60px}.pdfs-boxs .pdfs-lists{width:100%}.service-box2 .cert-item .thumb{width:100%}.service-box2 .cert-item .thumb-info{width:100%}.service-box2 .cert-item{border:none}.inner-pdf-box1 .cust-box3-list{justify-content:space-between}.inner-pdf-box1 .cust-box3-list>li{width:49%;margin-right:0}.inner-com-box1 .com-box1-main .thumb{width:100%}.inner-com-box1 .com-box1-main .soft-richtext{width:100%;margin-top:30px}.inner-com-box2 .com-box3-swiper .com-item .thumb{width:100%}.inner-com-box2 .com-box3-swiper .com-item .thumb-info{width:100%;margin-top:20px}.inner-com-box2 .com-box3-swiper .com-item{flex-wrap:wrap}.inner-com-box2 .com-box3-swiper .com-item .thumb img{height:auto}.inner-com-box2 .com-box3-swiper .swiper-container{height:auto}.inner-com-box2 .com-box3-swiper .com-item{flex-direction:column;justify-content:flex-start}.inner-com-box2 .swiper-num{position:static;margin-top:30px}.inner-com-box2 .com-box3-swiper .cert-page{position:absolute;right:30px;left:auto;bottom:7px}.inner-last-news .items .item:nth-child(3){display:flex}.career-box1 .cust-box3-list>li{width:100%}.detail-career-box1 .cust-box3-list{justify-content:space-between}.detail-career-box1 .cust-box3-list li{width:100%;margin-right:0;margin-bottom:20px}.detail-career-box1 .cust-box3-list li:last-child{margin-bottom:0}.detail-career-box2 .career-box2-main .thumb{width:100%;margin-top:30px}.detail-career-box2 .career-box2-main .thumb-info{width:100%}.detail-career-box2 .career-box2-main{flex-direction:column-reverse}.detail-career-box4 .select .form-group{width:48%;margin:0 1%}.detail-career-box4 .select .submit{width:30%;margin-top:20px;text-align:center}.detail-career-box4 .sep-form{justify-content:center}.inner-contact-box3 .contact-box3-main .left{width:100%}.inner-contact-box3 .contact-box3-main .right{width:100%;display:none}.inner-contact-box1 .contact-box1-list{justify-content:space-between}.inner-contact-box1 .contact-box1-list .contact-item{width:49%;margin-right:0}.search-btns a{line-height:48px}}@media screen and (max-width:480px){.fz56{font-size:28px;line-height:36px}.tech-vs .items .item{width:100%}.tech-vs .items .item:last-child{margin-bottom:0}.tech-vs .item .box{width:90px;height:90px}.tech-vs .item .box img{width:50px}.tech-why .tabs1 .tab{display:none}.tech-why .tabs2{display:none}.tech-why .text .item .tit,.tech-why .text .item .subtit{display:block;margin-bottom:10px}.tech-why .text{height:auto}.tech-why .text .item{display:block !important;margin-bottom:20px}.tech-why .text .item:last-child{margin-bottom:0}.tech-why .text .item .subtit{font-size:18px;line-height:26px}.tech-adv .items .item{width:100%}.tech-adv .items .item:last-child{margin-bottom:0}.tech-safety .top-items{flex-wrap:wrap}.tech-safety .top-items .item{width:100%;margin-bottom:16px}.tech-safety .top-items .item:last-child{margin-bottom:0}.tech-safety .top-items .item .title1{font-size:22px}.tech-safety .tabs{grid-template-columns:repeat(1, 1fr);gap:10px}.tech-safety .info-items .item .thumb .play{width:50px;height:50px}.tech-safety .info-items .item .thumb .play i{font-size:20px}.fz48{font-size:28px;line-height:33px}.fz38{font-size:24px;line-height:30px}.sep-inner-banner .horizontal-center.st2{top:9%}.index-robots .items{grid-template-columns:100fr 100fr}.index-robots .items{display:block}.index-robots .items .item{margin-bottom:20px}.index-robots .items .item:last-child{margin-bottom:0}.index-technology .items .item{width:100%}.fz24{font-size:20px;line-height:30px}.pro-det-adv .wrap .items .item{width:100%}.pro-det-adv .wrap .items .item:last-child{margin-bottom:0}.pro-det-adv .wrap .item .box{width:60px;height:60px}.pro-det-adv .wrap .item .tit{font-size:18px}.pro-det-spec .tabs{display:none}.pro-det-spec .info-box .text .richtext{max-height:none}.pro-det-spec .info-box .text .richtext table tr td:nth-child(1){white-space:normal}.pro-det-spec .cont{display:flex !important;flex-wrap:wrap}.pro-det-spec .cont:last-child .bottom{display:block !important}.pro-det-spec .info-box{width:100%}.pro-det-spec .bottom{width:100%;gap:0;display:none}.pro-det-spec .bottom .item .box{width:50px;height:50px;margin-right:12px}.pro-det-spec .bottom .item{width:100%;padding:0;margin-bottom:12px}.pro-det-spec .info-box .text .richtext table tr td{padding:12px 20px}.sep-soft-banner .info1 .banner-des{display:none}.sep-soft-banner .horizontal-center.st2{top:50%}.soft-richtext h2{font-size:24px;line-height:32px}.soft-richtext p strong{font-size:18px}.inner-cust-box3 .cust-box3-list>li .icon{width:53px;height:53px}.inner-cust-box3 .cust-box3-list>li .icon img{width:32px}.inner-cust-box3 .cust-box3-list>li{width:100%}.soft-richtext p{font-size:16px;line-height:28px}.inner-cust-box3 .cust-box3-list>li .num-title{font-size:20px;line-height:30px}.index-soft-box4 .soft-box4-list .soft-item{width:100%}.index-soft-box4 .soft-box4-list .soft-item:last-child{margin-bottom:0}.detail-soft-box1 .richtext h3{font-size:20px;line-height:30px}.inner-cust-box3 .cust-box3-list>li{padding:30px 20px}.sep-app-banner .horizontal-center.st2{top:50%}.inner-com-box3 .com-box3-list{display:none}.inner-com-box3 .com-box3-swiper .com-item .thumb-info .num-title{font-size:26px;line-height:32px;margin-top:4px}.inner-com-box3 .com-box3-swiper .com-item .thumb-info .num-title1{font-size:16px;line-height:24px}.inner-com-box3 .com-box3-swiper .com-item .thumb-info .num-des p{font-size:16px;line-height:28px}.index-app-box .items .item{width:100%;margin-bottom:20px}.index-app-box .items .item:last-child{margin-bottom:0}.sep-index-screen .select .form-group{width:100%;margin:0;margin-bottom:20px}h1.fz38{font-size:26px;line-height:32px}.fz20 p{font-size:16px;line-height:28px}.detail-app-box .cust-box3-list li{width:100%}.detail-app-box .cust-box3-list li .num-title{font-size:20px;line-height:28px}.detail-app-box .detail-video{margin-top:40px}.detail-app-box .detail-video .play-icon img{width:50px}.app-relate-box .items .item{width:100%}.app-relate-case .items .item{width:100%}.app-relate-case .items .item:last-child{margin-bottom:0}.service-box1 .cust-box3-list>li{width:50%;margin-bottom:20px}.service-box1 .cust-box3-list>li .icon{width:60px;height:60px}.service-box1 .cust-box3-list>li .icon img{max-width:32px}.service-box1 .cust-box3-list>li .num-title{margin-top:12px}.service-box2 .cert-item .thumb-info{padding:30px}.service-box2 .cert-item .num-title{font-size:22px;line-height:30px}.pdf-view{display:none}.inner-pdf-box1 .cust-box3-list>li{width:100%}.inner-pdf-box1 .cust-box3-list>li .thumb-more{margin-top:20px}.inner-com-box4 .cert-item .thumb-info{padding:0}.inner-com-box2 .com-box3-swiper .com-item .thumb-info{padding:30px}.inner-com-box2 .com-box3-swiper .cert-page div{width:42px;height:42px;font-size:18px}.last-news .info .sum{display:none}.part-box1 .part-mult-list li{width:31%;margin-bottom:12px}.career-box1 .cust-box3-list>li::after{display:none}.career-box1 .cust-box3-list>li .li-main{padding:30px}.career-box1 .cust-box3-list>li .num{display:none}.career-box1 .cust-box3-list>li .icon{width:70px;height:70px;font-size:30px;position:static}.career-box1 .cust-box3-list>li{margin-bottom:30px}.career-box1 .cust-box3-list>li .num-title{font-size:20px}.sep-car-banner .banner-more .sep-btn{margin-top:10px}.sep-btn{padding:10px 20px}.detail-career-box1 .cust-box3-list li .num-title{padding:20px;font-size:20px}.detail-career-box2 .career-box2-main .thumb-info .info-item{padding:20px}.detail-career-box4 .select .form-group{width:100%;margin:0;margin-bottom:12px}.detail-career-box4 .select .submit{width:50%}.detail-career-box4 .career-box4-list .item .item-top .item-title{font-size:22px;line-height:30px}.detail-career-box4 .career-box4-list .item{padding:20px 0}.detail-career-box4 .career-box4-list .item .item-top .item-city{margin-top:14px}.detail-career-box4 .career-box4-list .item .item-top h1.item-title{font-size:26px;line-height:34px}.inner-contact-box1 .contact-box1-list .contact-item{width:100%}.inner-contact-box1 .contact-box1-list .contact-item .thumb-title{font-size:20px;line-height:28px}.operation ul li .btn-primary{width:250px;text-align:center}.operation ul li{margin-bottom:20px}.operation ul li:last-child{margin-bottom:0}}