@charset "utf-8";@import '../../../assets/css/font-awesome.css';@import '../../../assets/css/animate.min.css';@import '../../../assets/css/swiper.min.css';body{overflow-x:hidden;position:relative;font-family:'OPENSANS','Lucida Grande','Microsoft Yahei';-webkit-font-smoothing:antialiased;width:100%}html{font-size:16px}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:#00376e}img{border:0;vertical-align:middle}table{border-spacing:0;border-collapse:collapse}div{zoom:1}.rt{float:right}.lf{float:left}input[type=text]::-ms-clear{display:none}input::-webkit-search-cancel-button{display:none}@font-face{font-family:"iconfont";src:url('../font/iconfont.eot?v=2');src:url('../font/iconfont.eot?v=2') format('embedded-opentype'),url('../font/iconfont.woff?v=2') format('woff'),url('../font/iconfont.ttf?v=2') format('truetype'),url('../font/iconfont.svg?v=2') format('svg')}@font-face{font-family:'OPENSANS';src:url("../font/OPENSANS.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}.text-bold{font-family:'OpenSans-Bold'}.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:#00376e}.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:#00376e !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:#00376e;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:#00376e}.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:#00376e !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.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;color:#fff !important;position:static;white-space:nowrap;text-align:left;margin-bottom:10px}.offside li .email-box a:hover{color:#00376e !important}.offside li:nth-child(odd){background:#d5d5d5}.offside li:nth-child(odd) .icon{color:#00376e}.offside li:nth-child(even){background:#00376e}.offside li:nth-child(even) .icon{color:#fff}.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:#00376e}.offside li:hover a{color:#00376e}.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:#00376e}.offside .tel.email:hover p{color:#fff}.offside li:hover p{opacity:1}.offside li:not(.li_3):hover{background:#00376e}.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:24px;right:0;width:120px;background:#f3f3f3;z-index:10200;box-shadow:0 0 3px #666}.multi-language .box ul li{padding:13px 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:#00376e}.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:#00376e}.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:60px}body.inner-page{padding-top:140px}body.inner-page .sep-mainnav{box-shadow:0 0 60px 0 rgba(28,28,28,0.1)}body.inner .sep-header{background:#fff}body.inner .sep-header .search i{color:#00376e}.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: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:#00376e;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}.sep-header.active{box-shadow:0 0 12px rgba(0,0,0,0.1)}.sep-header.active .sep-mainnav>.sep-container>ul>li>a{padding:21px 25px}.sep-header .top{position:relative;overflow-x:hidden}.sep-header .top::before{content:'';width:calc(50% - 30px);height:100%;background:#00376e;transform:skew(30deg);position:absolute;left:-17px;top:0}.sep-header .top .logo{position:relative}.sep-header .top .info-wrap{height:60px;width:100%;position:relative;z-index:100}.sep-header .top .nav-list{margin-left:auto;margin-right:16px;margin-right:0}.sep-header .top .nav-list li{padding:0 16px;position:relative}.sep-header .top .nav-list li:last-child{padding-right:0}.sep-header .top .nav-list li:last-child::before{display:none}.sep-header .top .nav-list li::before{content:'';display:block;width:1px;height:14px;position:absolute;right:0;top:4px;background:rgba(51,51,51,0.3)}.sep-header .top .nav-list li a{font-size:16px;color:#333;line-height:1em}.sep-header .top .nav-list li a:hover{color:#00376e}.sep-header .top .nav-list li a i{color:#00376e;font-size:18px;position:relative;top:1px}.sep-header .top .info{position:relative}.sep-header .top .info a{color:#fff;font-size:16px;display:inline-block;line-height:1em}.sep-header .top .info a:hover{opacity:.7}.sep-header .top .info a span{position:relative;top:-1px}.sep-header .top .info a:nth-child(1){margin-right:30px;position:relative}.sep-header .top .info a:nth-child(2){padding-left:30px;position:relative}.sep-header .top .info a:nth-child(2)::before{content:'';display:block;width:1px;height:14px;background:rgba(255,255,255,0.3);position:absolute;left:0;top:3px}.sep-header .top .info a i{font-size:20px;position:relative;top:2px;color:#fff}.sep-header form{z-index:1000;border-radius:24px;position:relative}.sep-header form input{display:inline-block;width:318px;float:left;background:#fff;border-radius:6px;border:1px solid #4f7d9f;padding-left:20px;font-size:16px;color:#646464;height:43px;transition:all .3s ease-in-out}.sep-header form input:focus{width:450px}.sep-header form input::-webkit-input-placeholder{color:#646464;font-style:italic}.sep-header form input::-moz-input-placeholder{color:#646464;font-style:italic}.sep-header form input::-ms-input-placeholder{color:#646464;font-style:italic}.sep-header form button{float:right;position:absolute;right:1px;top:1px;padding:0 22px;height:41px;line-height:34px;background:#4f7d9f;border:none;color:#116641;border-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.sep-header form button i{font-size:18px;color:#fff}.sep-header form button img{width:22px}.sep-header .search{cursor:pointer;padding-right:0;position:relative;z-index:100;font-size:16px;width:36px;height:36px;border-radius:50%;background:#00376e;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-header .search i{text-align:center;font-size:16px;position:relative;color:#fff}.sep-header .search i:before{content:'\e61c';display:inline-block;font-family:"iconfont" !important;font-size:20px}.sep-header .search i.active:before{content:'\e615';display:inline-block;font-family:"iconfont" !important;transform:rotate(45deg)}.sep-header .multi-language{position:relative;line-height:normal}.sep-header .multi-language .box{padding:0}.sep-header .multi-language .box .box2{align-items:center;justify-content:center;cursor:pointer}.sep-header .multi-language .box .box2 a{color:#333;font-size:16px;position:relative;line-height:1em}.sep-header .multi-language .box .box2:hover .fa{transform:rotate(180deg);left:6px}.sep-header .multi-language .box .box2 .fa{color:#00376e;font-size:22px;padding-left:2px;top:1px}.sep-header .multi-language .box .box2 .icon{font-size:18px;color:#00376e;top:1px;position:relative;margin-right:2px}.sep-header>.sep-container{max-width:100%;position:relative}.sep-header .nav-box{padding:20px 0}.sep-header .nav-box .sep-container{display:flex;align-items:center}.sep-header .form-box{position:absolute;right:0;top:100%;width:100%;background:#00376e;padding:15px 0;display:none}.sep-header .form-box>i{cursor:pointer;color:#fff;position:relative;top:41px;font-size:18px}.sep-header .form-box .toggle{cursor:pointer}.sep-header .form-box form{z-index:1000;width:100%;border-radius:6px;position:relative}.sep-header .form-box form input{display:inline-block;width:100%;float:left;background:#fff;border-radius:4px;border:1px solid #fff;padding-left:20px;font-size:18px;color:#646464;height:48px}.sep-header .form-box form input::-webkit-input-placeholder{color:#646464;font-style:italic}.sep-header .form-box form input::-moz-input-placeholder{color:#646464;font-style:italic}.sep-header .form-box form input::-ms-input-placeholder{color:#646464;font-style:italic}.sep-header .form-box form button{float:right;position:absolute;right:0;top:8px;background:transparent;color:#116641}.sep-header .form-box form button i{font-size:24px}.sep-header .form-box form button img{width:22px}.swiper-pagination-bullet-active{background:#00376e !important}.sep-mainnav{position:relative;background:rgba(255,255,255,0.6)}.sep-mainnav>.sep-container .logo img{width:281px}.sep-mainnav>.sep-container>ul{margin-left:auto;justify-content:space-between;margin-right:22px}.sep-mainnav>.sep-container>ul>li{position:relative;float:left}.sep-mainnav>.sep-container>ul>li.ispro{position:static}.sep-mainnav>.sep-container>ul>li.ispro>div:before{display:none}.sep-mainnav>.sep-container>ul>li:hover>a,.sep-mainnav>.sep-container>ul>li.active>a{color:#fff;background:#00376e}.sep-mainnav>.sep-container>ul>li:hover>a:after,.sep-mainnav>.sep-container>ul>li.active>a:after{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1)}.sep-mainnav>.sep-container>ul>li:hover .box3,.sep-mainnav>.sep-container>ul>li.active .box3{display:block}.sep-mainnav>.sep-container>ul>li>a{color:#00376e;display:inline-block;position:relative;font-size:18px;padding:28px 25px;transform:skew(30deg)}.sep-mainnav>.sep-container>ul>li>a span{display:block}.sep-mainnav>.sep-container>ul>li>a *{transform:skew(-30deg)}.sep-mainnav>.sep-container>ul>li .drop-down{position:absolute;width:100%;left:0;top:100%;padding:80px 0;background:#fff;z-index:1000;display:none}.sep-mainnav>.sep-container>ul>li .drop-down .items dl dt,.sep-mainnav>.sep-container>ul>li .drop-down .items dl dd{position:relative}.sep-mainnav>.sep-container>ul>li .drop-down .items dl dt::before,.sep-mainnav>.sep-container>ul>li .drop-down .items dl dd::before{content:'';display:block;width:6px;height:6px;background:#000;border-radius:50%;position:absolute;left:-20px;top:12px}.sep-mainnav>.sep-container>ul>li .drop-down .items dl dt::after,.sep-mainnav>.sep-container>ul>li .drop-down .items dl dd::after{content:'';display:block;width:16px;height:16px;border-radius:50%;border:1px solid #00376e;position:absolute;left:-25px;top:7px;opacity:0}.sep-mainnav>.sep-container>ul>li .drop-down .items dl dt:hover::after,.sep-mainnav>.sep-container>ul>li .drop-down .items dl dd:hover::after{opacity:1}.sep-mainnav>.sep-container>ul>li .drop-down .items dl dt:hover::before,.sep-mainnav>.sep-container>ul>li .drop-down .items dl dd:hover::before{background:#00376e}.sep-mainnav>.sep-container>ul>li .drop-down .items dl dt:hover a,.sep-mainnav>.sep-container>ul>li .drop-down .items dl dd:hover a{color:#00376e}.sep-mainnav>.sep-container>ul>li .drop-down .items dl dd::before{top:9px}.sep-mainnav>.sep-container>ul>li .drop-down .items dl dd::after{top:4px}.sep-mainnav>.sep-container>ul>li .drop-down .items dl dt{margin-bottom:30px}.sep-mainnav>.sep-container>ul>li .drop-down .items dl dt a{font-size:20px;color:#000}.sep-mainnav>.sep-container>ul>li .drop-down .items dl dd{margin-bottom:20px}.sep-mainnav>.sep-container>ul>li .drop-down .items dl dd a{font-size:18px;color:#000}.sep-mainnav>.sep-container>ul>li>.box{position:absolute;z-index:100;left:23px;top:100%;display:none;padding-top:0}.sep-mainnav>.sep-container>ul>li>.box>ul{background:#fff;min-width:180px;box-shadow:3px 4px 10px rgba(0,0,0,0.3)}.sep-mainnav>.sep-container>ul>li>.box>ul>li{text-align:left;border-bottom:1px solid #ddd}.sep-mainnav>.sep-container>ul>li>.box>ul>li:last-child{border-bottom:none}.sep-mainnav>.sep-container>ul>li>.box>ul>li:hover{background:#00376e;color:#fff}.sep-mainnav>.sep-container>ul>li>.box>ul>li:hover>a{color:#fff}.sep-mainnav>.sep-container>ul>li>.box>ul>li>a{white-space:nowrap;color:#333;padding:15px 20px;display:block}.sep-footer{position:relative;background:url(../img/footer-bg.jpg) no-repeat center top #f2f4f6;background-size:100%}.sep-footer .footer-box{padding-top:120px;position:relative}.sep-footer .footer-box .sep-container{position:relative}.sep-footer .footer-box .sep-container .items{justify-content:space-between}.sep-footer .footer-box .sep-container .items:not(.items2) .item:nth-child(1){width:23.97058824%;flex-shrink:0}.sep-footer .footer-box .sep-container .items:not(.items2) .item:nth-child(2){width:17.57352941%;flex-shrink:0}.sep-footer .footer-box .sep-container .items:not(.items2) .item:nth-child(3){width:11.02941176%;flex-shrink:0}.sep-footer .footer-box .sep-container .items:not(.items2) .item:nth-child(4){width:24.04411765%;flex-shrink:0}.sep-footer .footer-box .sep-container .items .item .logo img{width:305px}.sep-footer .footer-box .sep-container .items .item .logo-text{color:#00376e;font-size:19px;margin-bottom:55px;margin-top:67px;position:relative}.sep-footer .footer-box .sep-container .items .item .logo-text::before{content:'';display:block;width:72px;height:2px;background:#00376e;position:absolute;left:0;top:-27px}.sep-footer .footer-box .sep-container .items .item .text{font-size:16px;color:#fff;line-height:30px;margin-bottom:72px}.sep-footer .footer-box .sep-container .items .item .hd{display:block;color:#000;font-size:20px;position:relative;margin-bottom:30px;text-transform:uppercase;border-bottom:1px solid #ccc;padding-bottom:15px}.sep-footer .footer-box .sep-container .items .item .hd::after{content:'';display:block;width:56px;height:3px;background:#0c6bdb;position:absolute;left:0;bottom:-2px}.sep-footer .footer-box .sep-container .items .item a.hd{line-height:1em}.sep-footer .footer-box .sep-container .items .item a.hd:hover{color:#00376e}.sep-footer .footer-box .sep-container .items .item dl{margin-bottom:30px}.sep-footer .footer-box .sep-container .items .item dl:last-child{margin-bottom:0}.sep-footer .footer-box .sep-container .items .item dl dt{margin-bottom:30px;position:relative}.sep-footer .footer-box .sep-container .items .item dl dt::before{content:'';display:block;width:33px;height:1px;background:#000;position:absolute;left:0;bottom:-15px}.sep-footer .footer-box .sep-container .items .item dl dt a{font-size:18px;color:#000}.sep-footer .footer-box .sep-container .items .item dl dt a:hover{color:#00376e}.sep-footer .footer-box .sep-container .items .item dl dd{margin-bottom:15px}.sep-footer .footer-box .sep-container .items .item dl dd a{color:#000;font-size:16px}.sep-footer .footer-box .sep-container .items .item dl dd a:hover{color:#00376e}.sep-footer .footer-box .sep-container .items .item .contact .alias{color:#00376e}.sep-footer .footer-box .sep-container .items .item .contact .alias span{font-size:16px}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share):not(.contact) li a:hover:before{display:inline-block}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share).contact li{position:relative;margin-bottom:24px}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share).contact li i{width:30px;flex-shrink:0;font-size:16px}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share).contact li .title{color:#000;font-size:18px}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share).contact li .content{color:#000;font-size:16px}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share).contact li .content a{color:#000}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share).contact li .content a:hover{color:#00376e}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share) li{margin-bottom:10px;font-size:15px;line-height:1.8em}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share) li:last-child{margin-bottom:0}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share) li a{color:#000;font-size:16px;position:relative;left:0}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share) li a:hover{color:#00376e}.sep-footer .footer-box .sep-container .items .item .sep-share{margin-left:auto;margin-top:41px}.sep-footer .footer-box .sep-container .items .item .sep-share li{margin-left:20px}.sep-footer .footer-box .sep-container .items .item .sep-share li:nth-child(1){margin-left:0}.sep-footer .footer-box .sep-container .items .item .sep-share li a{width:36px;height:36px;border-radius:50%}.sep-footer .footer-box .sep-container .items .item .sep-share li a i{width:36px;height:36px;background:#00376e;color:#fff;font-size:16px;border-radius:50%}.sep-footer .footer-box .sep-container .items .item .sep-share li a i:hover{background:#fff;color:#00376e}.sep-footer .sep-copyright{margin-top:50px;font-size:16px;text-align:center}.sep-footer .sep-copyright a,.sep-footer .sep-copyright span{font-size:16px;color:#000}.sep-footer .sep-copyright span a{font-size:16px;opacity:1}.sep-footer .sep-copyright a:hover{color:#00376e;text-decoration:underline;opacity:1}.sep-footer .sep-copyright .sep-container{align-items:center;height:57px;position:relative;border-top:1px solid #d6d6d6}.sep-footer .sep-copyright .sep-container .box{margin-left:auto}.sep-footer .sep-copyright .sep-container .box a:first-child{padding-right:16px;position:relative}.sep-footer .sep-copyright .sep-container .box a:first-child:after{position:absolute;right:1px;top:3px;content:'';width:1px;height:14px;background:#000}.sep-footer .sep-copyright .sep-container .box a:nth-child(2){padding-left:10px;position:relative;padding-right:10px}.sep-footer .sep-copyright .sep-container .box a:last-child{padding-left:10px}.sep-footer .sep-copyright b{font-weight:normal;color:#fff;opacity:1;font-size:16px;position:relative}.sep-more{padding:0 30px;height:44px;font-size:18px;background:#00376e;color:#fff}.sep-more:hover{background:#fff;color:#1a1a1a}.sep-more i{margin-left:10px}.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:#00376e}.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 #00376e;background:#00376e;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:#00376e;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 #00376e}.pdf-item .title:hover{color:#00376e}.pdf-item .titles-a{width:80%;display:block;white-space:nowrap;overflow:hidden;float:left;text-overflow:ellipsis}.pdf-item .titles-a:hover{color:#00376e}.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:#00376e;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:#002a55;background:#00376e;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:#00376e}.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:auto;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:#00376e}.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{margin:0;list-style:none;width:100%;text-align:left;margin-top:-35px;position:relative;z-index:100}.sep-breadcrumb.bg{background:#f2f2f2}.sep-breadcrumb.bg .breadcrumb{padding-bottom:20px}.sep-breadcrumb.sep-breadcrumb2{margin-top:0;background:#fdfdfd}.sep-breadcrumb.sep-breadcrumb2 .sep-container,.sep-breadcrumb.sep-breadcrumb2 .sep-container-1280{background:transparent;padding-left:0}.sep-breadcrumb.sep-breadcrumb2 .breadcrumb:before{color:#00376e}.sep-breadcrumb.sep-breadcrumb2 .breadcrumb li a{color:#00376e}.sep-breadcrumb.sep-breadcrumb2 .breadcrumb li:last-child a{color:#00376e !important}.sep-breadcrumb.sep-breadcrumb2 .breadcrumb>li+li:before{color:#00376e}.sep-breadcrumb.mt-100{margin-top:-100px}.sep-breadcrumb .sep-container,.sep-breadcrumb .sep-container-1280{background:#00376e;padding-left:30px}.sep-breadcrumb.noline .breadcrumb{border:none}.sep-breadcrumb .breadcrumb{padding-left:0;padding-right:0;padding-top:25px;padding-bottom:25px;background:transparent;margin-bottom:0;border-radius:0}.sep-breadcrumb .breadcrumb:before{font-family:"iconfont";content:"\e61b";width:16px;height:14px;width:23px;height:20px;color:#fff;font-size:22px;display:inline-block;position:relative;top:2px;left:0;margin-right:8px}.sep-breadcrumb .breadcrumb li{display:inline-block}.sep-breadcrumb .breadcrumb li a{text-decoration:none;color:#fff;font-size:16px}.sep-breadcrumb .breadcrumb li a:hover{text-decoration:underline}.sep-breadcrumb .breadcrumb li:last-child a{color:#fff}.sep-breadcrumb .breadcrumb>li+li:before{content:'>';color:#fff;position:relative;top:0;font-size:16px;padding:0 6px}.sep-breadcrumb .breadcrumb .li-last:after{margin-left:5px;content:' '}.bt{border-top:1px solid #dcdcdc}.mb0{margin-bottom:0 !important}.mb10{margin-bottom:10px !important}.mb20{margin-bottom:20px !important}.mb30{margin-bottom:30px !important}.mb50{margin-bottom:50px !important}.mb40{margin-bottom:40px !important}.mb64{margin-bottom:64px !important}.mb72{margin-bottom:72px}.mb80{margin-bottom:80px !important}.pt0{padding-top:0 !important}.pt60{padding-top:5.55555556vh !important}.pt80{padding-top:80px !important}.pt120{padding-top:120px !important}.pb0{padding-bottom:0 !important}.pb60{padding-bottom:5.55555556vh !important}.pb80{padding-bottom:80px !important}.pb100{padding-bottom:100px !important}.pb120{padding-bottom:120px !important}.pr30{padding-right:20px}.fz20{font-size:20px}.fz24{font-size:24px}.fz26{font-size:26px}.fz30{font-size:30px}.fz32{font-size:32px}.fz36{font-size:36px}.fz40{font-size:40px}.fz42{font-size:42px !important}.fz44{font-size:44px}.fz46{font-size:46px}.fz48{font-size:48px}.fz50{font-size:3.125rem}.fz54{font-size:3.125rem}.fz56{font-size:56px}.fz60{font-size:3.75rem}.fz68{font-size:4.25rem}.max-1000{width:1000px;max-width:100%;margin:0 auto}.sep-inner-banner .title{color:#00376e;text-transform:uppercase}.sep-inner-banner .xbtn{border:1px solid #fff;color:#fff;height:52px;border-radius:0;min-width:230px;margin:0 8.5px;font-size:16px}.sep-inner-banner .xbtn i{margin-left:8px}.sep-inner-banner .xbtn:hover{background:#fff;color:#333}.sep-inner-banner .btns{margin-top:27px}.sep-inner-banner .more{color:#fff;font-size:22px}.sep-inner-banner .more:hover{color:#116641}.sep-inner-banner .more i{font-size:30px;margin-right:10px}.max-height{max-height:300px;overflow:hidden}.c333{color:#333}.p-lists{font-size:16px}.p-lists a{font-size:16px}.sep-inner-body .sep-icon i{color:#116641;font-size:30px}.sep-inner-body .sep-section-normal{padding:120px 0}.sep-inner-body .sep-section-normal.bg{background:#f5f5f5}.sep-inner-body .sep-section-normal.contact-bg{background:url(../img/contact-bg.jpg) no-repeat;background-size:cover}.sep-inner-body .sep-section-normal.type-bg{background:url(../img/type-bg.jpg) no-repeat;background-size:cover}.sep-inner-body .sep-section-normal.detail-wrap{background:url(../img/pro-detail-bg.jpg) no-repeat;background-size:cover;padding:200px 0}.sep-inner-body .sep-section-normal.features-bg{background:url(../img/features.jpg) no-repeat;background-size:cover;padding-bottom:0}.sep-inner-body .sep-section-normal.features-bg .items{margin:0;height:270px}.sep-inner-body .sep-section-normal.features-bg .items .item{padding:0;height:453px;background:#fff}.sep-inner-body .sep-section-normal.features-bg .items .item:nth-child(even){background:#00376e}.sep-inner-body .sep-section-normal.features-bg .items .item:nth-child(even) .box .num{color:rgba(255,255,255,0.1)}.sep-inner-body .sep-section-normal.features-bg .items .item:nth-child(even) .box .icon-box i{color:#fff}.sep-inner-body .sep-section-normal.features-bg .items .item:nth-child(even) .box .title{color:#fff}.sep-inner-body .sep-section-normal.features-bg .items .item:nth-child(even) .box .text{color:#fff}.sep-inner-body .sep-section-normal.features-bg .items .item .box{padding:30px}.sep-inner-body .sep-section-normal.features-bg .items .item .box .num{color:rgba(11,65,160,0.1);font-size:71px;line-height:1em}.sep-inner-body .sep-section-normal.features-bg .items .item .box .icon-box{margin-bottom:20px}.sep-inner-body .sep-section-normal.features-bg .items .item .box .icon-box i{color:#00376e;font-size:47px}.sep-inner-body .sep-section-normal.features-bg .items .item .box .title{font-size:26px;color:#0b41a0}.sep-inner-body .sep-section-normal.features-bg .items .item .box .text{font-size:18px;color:#0b41a0;line-height:28px}.sep-inner-body .sep-section-normal.features-bg .swiper-pagination .swiper-pagination-bullet{background:#116641 !important;border-radius:8px;opacity:1}.sep-inner-body .sep-section-normal.features-bg .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:30px;background:#116641 !important}.sep-inner-body .sep-section-normal.scte-bg{background:url(../img/scte-bg.jpg) no-repeat;background-size:cover;padding-top:220px;padding-bottom:200px}.sep-inner-body .sep-section-normal.scte-bg .box-wrap{width:1520px;margin:0 auto}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .items{margin-top:10px}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .items .item:nth-child(1){height:290px}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .items .item:nth-child(2){height:280px}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .items .item .title{font-size:18px;color:#333;padding-bottom:10px;border-bottom:1px solid rgba(0,55,109,0.2);margin-bottom:10px;position:relative}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .items .item .title::before{content:'';display:block;width:27px;height:3px;background:#00376e;position:absolute;bottom:-2px;left:calc(50% - 13.5px)}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .items .item .text{font-size:18px;color:#666;line-height:28px}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .box-left{width:18.42105263%;flex-shrink:0}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .box-center{width:61.51315789%;text-align:center;height:680px}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .box-center .dots{position:absolute;top:87px;left:34px;width:100%}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .box-right{width:18.42105263%;margin-left:40px}.sep-inner-body .sep-section-normal.about-bg{background:url(../img/scte-bg.jpg) no-repeat;background-size:cover;margin-top:-40px}.sep-inner-body .sep-section-normal.about-bg .data-wrap{width:100%;margin-top:56px;background:#00376e}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item{flex:1;position:relative}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item::before{content:'';display:block;width:1px;height:130px;right:0;position:absolute;top:calc(50% - 65px);background:linear-gradient(to bottom, rgba(173,173,173,0), #adadad, rgba(173,173,173,0))}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item:last-child::before{display:none}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item .box{height:263px}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item .box .num-box{margin-bottom:10px;align-items:flex-end}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item .box .num-box .num{font-size:60px;line-height:1em;color:#fff}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item .box .num-box .alias{align-items:flex-end;font-size:32px;line-height:1em;color:#fff;margin-left:3px}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item .box .summary{text-align:center;color:#fff;margin-top:15px;font-size:20px}.sep-inner-body .sep-section-normal.company-section4{padding-top:0;padding-bottom:0;background:url(../img/history-bg.jpg) no-repeat;background-size:cover}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920{padding:120px 0}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .hd{font-size:40px;margin-left:124px;margin-bottom:45px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .line{position:absolute;height:100%;width:1px;background:rgba(255,255,255,0.6);top:0;left:332px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap{padding-left:332px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide{width:86.83544304%;margin-left:auto;flex-shrink:0}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .control{position:absolute;bottom:0;left:31.34110787%}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .control .swiper-button-next,.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .control .swiper-button-prev{width:auto;height:auto;margin-top:0;position:static}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .control .swiper-button-next i,.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .control .swiper-button-prev i{width:69px;height:70px;background:#00376e;color:#fff;font-size:20px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .control .swiper-button-prev i{background:#e3f1ff;color:#00376e}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .control .swiper-button-next i{background:#00376e;color:#fff}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .thumb{flex:auto;height:708px;padding-bottom:70px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .thumb img{width:100%;height:100%;object-fit:cover}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .info{width:31.34110787%;background:#fff;border-radius:87px 0 0 0;height:708px;padding:120px 70px 0 70px;position:relative;flex-shrink:0}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .info .year{font-size:20px;color:#333;margin-bottom:20px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .info .title{color:#333;font-size:40px;font-family:'OpenSans-Bold';margin-bottom:20px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .info .page{position:absolute;left:76px;bottom:36px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .info .page .cur{font-size:61px;color:#333;line-height:1em}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .items{width:124px;flex-shrink:0}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .items .item{font-size:20px;color:#fff;margin-bottom:48px;cursor:pointer;padding-left:30px;position:relative}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .items .item::before{content:'';display:block;width:9px;height:9px;background:#fff;border-radius:50%;position:absolute;left:-4px;top:17px;z-index:10}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .items .item::after{content:'';display:block;width:15px;height:15px;background:rgba(236,243,248,0.6);border-radius:50%;position:absolute;left:-7px;top:14px;z-index:5}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .items .item.active{font-size:30px;font-family:'OpenSans-Bold';position:relative}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .items .item.active::after{width:25px;height:25px;left:-12px;top:9px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .items .item.active::before{background:#00376e}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .items .item:last-child{margin-bottom:0}.sep-inner-body .sep-alias{font-size:140px;background-image:linear-gradient(-45deg, rgba(26,26,26,0.24) 9.375%, transparent 9.375%, transparent 50%, rgba(26,26,26,0.24) 50%, rgba(26,26,26,0.24) 59.375%, transparent 59.375%, transparent);background-size:10px 10px;-webkit-background-clip:text;background-clip:text;color:transparent;text-transform:uppercase;opacity:.24;line-height:.75em}.sep-inner-body .sep-title{position:relative;z-index:100;line-height:1.33333333em}.sep-inner-body .sep-title.mt-34{margin-top:-44px}.sep-inner-body .sep-product-grid .item{width:50%;box-shadow:0 0 147px 0 rgba(2,2,2,0.05);background:#f5f5f5}.sep-inner-body .sep-product-grid .item .box{padding:120px 0;padding-left:5.20833333%}.sep-inner-body .sep-product-grid .item .box .icons{width:170px;flex-shrink:0}.sep-inner-body .sep-product-grid .item .box .icons .link-box{text-align:center;padding-bottom:130px;position:relative}.sep-inner-body .sep-product-grid .item .box .icons .link-box::before{content:'';display:block;width:2px;border-left:2px dashed #b2c3d3;height:calc(100% - 77px);left:50%;top:77px;position:absolute}.sep-inner-body .sep-product-grid .item .box .icons .link-box:last-child{padding-bottom:0}.sep-inner-body .sep-product-grid .item .box .icons .link-box:last-child::before{display:none}.sep-inner-body .sep-product-grid .item .box .icons .link-box .icon-link i{width:77px;height:77px;border-radius:50%;border:2px dashed #b2c3d3;font-size:28px;margin:0 auto}.sep-inner-body .sep-product-grid .item .box .icons .link-box .icon-link i:hover{background:#00376e;color:#fff;border:2px dashed #00376e}.sep-inner-body .sep-product-grid .item .box .icons .link-box .title{margin-top:15px;display:block;color:#00376e;font-size:24px;position:relative;z-index:10}.sep-inner-body .sep-product-grid .item .box .icons .link-box .title:hover{color:#116641}.sep-inner-body .sep-product-grid .item .box .info{flex:auto;padding:0 50px}.sep-inner-body .sep-product-grid .item .box .info .title{font-size:30px;color:#00376e;line-height:40px;margin-bottom:50px}.sep-inner-body .sep-product-grid .item .box .info .title:hover{color:#116641}.sep-inner-body .sep-product-grid .item .box .info .thumb{height:363px;margin-top:80px}.sep-inner-body .sep-product-grid .item .box .info .thumb .full-screen{background:rgba(255,255,255,0.1);backdrop-filter:blur(5px);padding:0 100px;text-align:center}.sep-inner-body .sep-product-grid .item .box .info .thumb .full-screen .text{font-size:20px;color:#00376e;line-height:30px}.sep-inner-body .sep-product-grid .item .box .info .thumb .full-screen .text a{color:#116641}.sep-inner-body .sep-product-grid .item .box .info .thumb .full-screen .text a:hover{text-decoration:underline}.sep-inner-body .tech-wrap .thumb{padding-left:50px;padding-top:8px}.sep-inner-body .adv-wrap .item{width:50%;position:relative}.sep-inner-body .adv-wrap .item:nth-child(1)::before,.sep-inner-body .adv-wrap .item:nth-child(3)::before,.sep-inner-body .adv-wrap .item:nth-child(5)::before{content:'';width:1px;height:100%;background:linear-gradient(to bottom, rgba(173,173,173,0), #adadad, rgba(173,173,173,0));display:block;right:0;top:0;position:absolute}.sep-inner-body .adv-wrap .item:nth-child(1)::after,.sep-inner-body .adv-wrap .item:nth-child(2)::after{content:'';width:100%;height:1px;display:block;bottom:0;left:0;position:absolute;background:linear-gradient(to right, rgba(173,173,173,0), #adadad, rgba(173,173,173,0))}.sep-inner-body .adv-wrap .item:nth-child(5)::after,.sep-inner-body .adv-wrap .item:nth-child(6)::after{content:'';width:100%;height:1px;display:block;top:0;left:0;position:absolute;background:linear-gradient(to right, rgba(173,173,173,0), #adadad, rgba(173,173,173,0))}.sep-inner-body .adv-wrap .item .box{height:400px;background:#fff;padding:0 40px;padding-top:54px;border:10px solid #fff}.sep-inner-body .adv-wrap .item .box:hover{border:10px solid #00376e}.sep-inner-body .adv-wrap .item .box:hover .icon-box{background:url(../img/icon-bg2.png) no-repeat}.sep-inner-body .adv-wrap .item .box:hover .icon-box i{color:#00376e}.sep-inner-body .adv-wrap .item .box:hover .title{color:#00376e}.sep-inner-body .adv-wrap .item .box:hover .richtext,.sep-inner-body .adv-wrap .item .box:hover .richtext *{color:#00376e !important}.sep-inner-body .adv-wrap .item .icon-box{width:80px;height:80px;border-radius:50%;background:url(../img/icon-bg.png) no-repeat;margin:0 auto;position:relative}.sep-inner-body .adv-wrap .item .icon-box i{font-size:40px;color:#000}.sep-inner-body .adv-wrap .item .title{font-size:20px;margin-bottom:10px}.sep-inner-body .form-wrap .info{width:50%;flex-shrink:0;background:#fff;padding-top:60px;padding-bottom:60px;padding-left:60px;padding-right:46px}.sep-inner-body .form-wrap .info .items .item{padding:20px 0;border-bottom:1px solid #e6e6e6}.sep-inner-body .form-wrap .info .items .item:last-child{border-bottom:none}.sep-inner-body .form-wrap .info .items .item i{width:44px;height:44px;background:#103365;border-radius:50%;color:#fff;flex-shrink:0;margin-right:16px;font-size:20px}.sep-inner-body .form-wrap .info .items .item .content .title{font-size:18px;color:#333;margin-bottom:3px}.sep-inner-body .form-wrap .info .items .item .content .text{font-size:16px;color:#666;line-height:24px}.sep-inner-body .form-wrap .info .items .item .content .text a{color:#666;line-height:24px}.sep-inner-body .form-wrap .info .items .item .content .text a:hover{color:#00376e}.sep-inner-body .form-wrap .form-box{width:50%;background:#00376e;padding:60px 50px}.sep-inner-body .form-wrap .form-box .form-group .form-control{background:rgba(255,255,255,0.3);height:42px;border:none;color:#fff;border-radius:0;font-family:'OPENSANS','Lucida Grande','Microsoft Yahei';font-size:16px}.sep-inner-body .form-wrap .form-box .form-group .form-control::-webkit-input-placeholder{color:#fff}.sep-inner-body .form-wrap .form-box .form-group .form-control::-moz-placeholder{color:#fff}.sep-inner-body .form-wrap .form-box .form-group .form-control:-moz-placeholder{color:#fff}.sep-inner-body .form-wrap .form-box .form-group .form-control:-ms-input-placeholder{color:#fff}.sep-inner-body .form-wrap .form-box .form-group textarea.form-control{height:140px}.sep-inner-body .form-wrap .form-box .form-group .btn{background:#fff;font-size:18px;color:#00376e !important;padding:11px 65px;border-radius:0;margin-top:30px}.sep-inner-body .what-show img{border-radius:50%}.sep-inner-body .sep-faq-list .item{margin-bottom:15px}.sep-inner-body .sep-faq-list .item:last-child{margin-bottom:0}.sep-inner-body .sep-faq-list .item.active .box .control{color:#fff}.sep-inner-body .sep-faq-list .item.active .box .control::before{content:'\e631';display:block;font-family:"iconfont";color:#fff}.sep-inner-body .sep-faq-list .item.active .box .title{color:#fff}.sep-inner-body .sep-faq-list .item.active .box .q{color:#fff}.sep-inner-body .sep-faq-list .item.active .box .info{background:#00376e}.sep-inner-body .sep-faq-list .item .box{position:relative;height:64px;align-items:center;box-shadow:0 0 24px rgba(0,0,0,0.1);cursor:pointer}.sep-inner-body .sep-faq-list .item .box .q{color:#fff;font-size:24px;text-align:center;font-style:normal;width:64px;height:64px;flex-shrink:0;background:#00376e;overflow:hidden}.sep-inner-body .sep-faq-list .item .box .info{flex:auto;background:#fff;height:64px;padding-left:20px;border-left:1px solid #f2f7fc}.sep-inner-body .sep-faq-list .item .box .title{font-size:18px;position:relative;color:#333}.sep-inner-body .sep-faq-list .item .box .control{font-size:16px;text-align:center;font-size:20px;color:#00376e;margin-left:auto;margin-right:20px}.sep-inner-body .sep-faq-list .item .box .control::before{content:'\e615';display:block;font-family:"iconfont";color:#00376e;font-size:30px}.sep-inner-body .sep-faq-list .item .box .control:hover::before{color:red}.sep-inner-body .sep-faq-list .item .content{line-height:1.6em;font-size:18px;display:none;padding:30px;position:relative;padding-left:90px;color:#000}.sep-inner-body .sep-faq-list .item .content ul{padding-left:20px}.sep-inner-body .sep-faq-list .item .content *{font-size:18px}.sep-inner-body .sep-faq-list .item .content a{text-decoration:underline;display:none}.sep-inner-body .sep-faq-list .item .content a:hover{color:#00376e}.sep-inner-body .sep-faq-list .item .content i{position:absolute;left:15px;top:20px;font-size:24px;font-style:normal;display:none}.sep-inner-body .sep-btns{width:962px;max-width:90%;margin:0 auto;align-items:flex-start;height:143px}.sep-inner-body .sep-btns .btn-item{width:50%;background:#fff;padding:24px 0;text-align:center;cursor:pointer}.sep-inner-body .sep-btns .btn-item.active{border-top:5px solid #0067cd;background:#00376e;padding:40px 0;border-radius:0 0 12px 12px}.sep-inner-body .sep-btns .btn-item.active .title{color:#fff}.sep-inner-body .sep-btns .btn-item.active .num{height:27.5px;font-size:20px;color:rgba(255,255,255,0.3)}.sep-inner-body .sep-btns .btn-item .num{height:0;overflow:hidden}.sep-inner-body .sep-btns .btn-item .title{font-size:22px;color:#00376e}.sep-inner-body .sep-slide-wrap .box-slide{padding-bottom:80px;display:block}.sep-inner-body .sep-slide-wrap .box-slide:nth-child(2){display:none}.sep-inner-body .sep-slide-wrap .box-slide .swiper-pagination{bottom:0;text-align:center;width:100%}.sep-inner-body .sep-slide-wrap .box-slide .swiper-pagination .swiper-pagination-bullet{width:33px;height:6px;background:#00376d;border-radius:3px;margin:0 10px}.sep-inner-body .sep-slide-wrap .box-slide .swiper-button-next,.sep-inner-body .sep-slide-wrap .box-slide .swiper-button-prev{width:auto;height:63px;margin-top:0;top:118px}.sep-inner-body .sep-slide-wrap .box-slide .swiper-button-next i,.sep-inner-body .sep-slide-wrap .box-slide .swiper-button-prev i{width:63px;height:63px;border-radius:50%;border:1px solid rgba(0,55,109,0.3);flex-shrink:0;color:#00376e;font-size:26px}.sep-inner-body .sep-slide-wrap .box-slide .swiper-button-next{right:0}.sep-inner-body .sep-slide-wrap .box-slide .swiper-button-next::after{content:'';display:block;height:1px;width:85px;background:rgba(0,55,109,0.3);margin-left:16px}.sep-inner-body .sep-slide-wrap .box-slide .swiper-button-prev{left:0}.sep-inner-body .sep-slide-wrap .box-slide .swiper-button-prev::before{content:'';display:block;height:1px;width:85px;background:rgba(0,55,109,0.3);margin-right:16px}.sep-inner-body .sep-slide-wrap .box-slide .box .info{width:510px;flex-shrink:0}.sep-inner-body .sep-slide-wrap .box-slide .box .info .title{font-size:36px;color:#00376e;margin-bottom:58px;display:block;position:relative}.sep-inner-body .sep-slide-wrap .box-slide .box .info .title:hover{color:#116641}.sep-inner-body .sep-slide-wrap .box-slide .box .info .title:hover::before{width:81px;background:#116641}.sep-inner-body .sep-slide-wrap .box-slide .box .info .title::before{content:'';display:block;width:27px;height:4px;background:#00376e;position:absolute;left:0;bottom:-30px;transition:all .4s}.sep-inner-body .sep-slide-wrap .box-slide .box .info .more{background:#00376e;color:#fff;height:50px;padding:0 27px;margin-right:60px;font-size:18px}.sep-inner-body .sep-slide-wrap .box-slide .box .info .more:hover{background:#116641}.sep-inner-body .sep-slide-wrap .box-slide .box .info .more i{margin-right:10px;font-size:20px}.sep-inner-body .sep-slide-wrap .box-slide .box .thumb{margin-left:auto}.sep-inner-body .detail-box{align-items:flex-start}.sep-inner-body .detail-box .info-box{width:52.08333333%;flex-shrink:0;padding-left:315px}.sep-inner-body .detail-box .info-box h1{color:#00376e;line-height:1.28em}.sep-inner-body .detail-box .info-box .more{background:#00376e;height:50px;width:204px;color:#fff;margin-right:30px;font-size:16px}.sep-inner-body .detail-box .info-box .more:hover{background:#116641}.sep-inner-body .detail-box .info-box .more i{font-size:24px;margin-right:10px}.sep-inner-body .detail-box .thumb-box{flex:auto;padding-right:100px;padding-left:50px}.sep-inner-body .detail-box .thumb-box .thumbs{width:121px;flex-shrink:0;margin-left:50px;position:relative}.sep-inner-body .detail-box .thumb-box .thumbs .swiper-button-prev i,.sep-inner-body .detail-box .thumb-box .thumbs .swiper-button-next i{width:40px;height:40px;border-radius:50%;border:1px solid transparent;color:#fff;background:rgba(255,255,255,0.1)}.sep-inner-body .detail-box .thumb-box .thumbs .swiper-button-prev.swiper-button-disabled i,.sep-inner-body .detail-box .thumb-box .thumbs .swiper-button-next.swiper-button-disabled i{border:1px solid #fff;color:#fff;background:transparent}.sep-inner-body .detail-box .thumb-box .thumbs .swiper-button-prev{width:100%;top:-60px;left:0;outline:none;text-align:center}.sep-inner-body .detail-box .thumb-box .thumbs .swiper-button-next{width:100%;top:auto;bottom:-80px;left:0;outline:none;text-align:center}.sep-inner-body .detail-box .thumb-box .thumbs .gg{width:100%;height:500px;overflow:hidden;position:relative;padding-top:0;padding-bottom:0}.sep-inner-body .detail-box .thumb-box .thumbs .gg .img{overflow:hidden;height:100%}.sep-inner-body .detail-box .thumb-box .thumbs .gg .img img{max-height:100%;width:100%}.sep-inner-body .detail-box .thumb-box .thumbs .gg .img a{display:block;overflow:hidden}.sep-inner-body .detail-box .thumb-box .thumbs .gg .swiper-container{width:100%;height:100%}.sep-inner-body .detail-box .thumb-box .thumbs .gg .swiper-container .swiper-slide{overflow:hidden}.sep-inner-body .sep-other-items{margin:0 -15px}.sep-inner-body .sep-other-items .item{padding:0 15px}.sep-inner-body .sep-other-items .item .box{background:#fff}.sep-inner-body .sep-other-items .item .box .thumb{height:305px}.sep-inner-body .sep-other-items .item .box .title{font-size:22px;color:#333;line-height:32px;text-align:center;padding:0 20px;height:103px;border-top:1px solid #e6e6e6}.sep-inner-body .sep-other-items .item .box .title:hover{background:#00376e;color:#fff}.sep-inner-body .toggle-btns span{border:1px solid #00376e;color:#00376e;height:50px;padding:0 25px;font-size:18px;border-radius:4px;margin:0 10px;cursor:pointer}.sep-inner-body .toggle-btns span.active,.sep-inner-body .toggle-btns span:hover{background:#00376e;color:#fff}.sep-inner-body .toggle-wrap .toggle-box{display:none}.sep-inner-body .toggle-wrap .toggle-box:nth-child(1){display:block}.sep-inner-body .company-box-wrap .items{margin-top:20px}.sep-inner-body .company-box-wrap .items .item:nth-child(1){height:240px}.sep-inner-body .company-box-wrap .items .item:nth-child(2){height:280px}.sep-inner-body .company-box-wrap .items .item .title{font-size:18px;color:#333;padding-bottom:10px;border-bottom:1px solid rgba(0,55,109,0.2);margin-bottom:10px;position:relative}.sep-inner-body .company-box-wrap .items .item .title::before{content:'';display:block;width:27px;height:3px;background:#00376e;position:absolute;bottom:-2px;left:calc(50% - 13.5px)}.sep-inner-body .company-box-wrap .items .item .text{font-size:18px;color:#666;line-height:28px}.sep-inner-body .company-box-wrap .box-left{width:18.42105263%;flex-shrink:0}.sep-inner-body .company-box-wrap .box-center{width:61.51315789%;text-align:center}.sep-inner-body .company-box-wrap .box-center .dots{position:absolute;top:87px;left:34px;width:100%}.sep-inner-body .company-box-wrap .box-center .items{max-width:240px;margin:0 auto;margin-top:40px}.sep-inner-body .company-box-wrap .box-center .items .item:nth-child(1){height:auto}.sep-inner-body .company-box-wrap .box-right{width:18.42105263%;margin-left:40px}.sep-inner-body .honor-wrap{padding-left:320px}.sep-inner-body .honor-wrap .info{flex:auto;padding-right:100px}.sep-inner-body .honor-wrap .info .items .item{height:86px;padding-left:40px;border-left:6px solid transparent;font-size:24px;color:#292929;cursor:pointer}.sep-inner-body .honor-wrap .info .items .item.active,.sep-inner-body .honor-wrap .info .items .item:hover{border-left:6px solid #00376e;background:#f5f5f5}.sep-inner-body .honor-wrap .info .swiper-button-next,.sep-inner-body .honor-wrap .info .swiper-button-prev{position:static;margin-top:50px;width:auto;outline:none}.sep-inner-body .honor-wrap .info .swiper-button-next i,.sep-inner-body .honor-wrap .info .swiper-button-prev i{width:49px;height:49px;border-radius:50%;border:1px solid #00376e;color:#00376e}.sep-inner-body .honor-wrap .info .swiper-button-next:hover i,.sep-inner-body .honor-wrap .info .swiper-button-prev:hover i{background:#00376e;color:#fff}.sep-inner-body .honor-wrap .info .swiper-button-prev{margin-right:20px}.sep-inner-body .honor-wrap .box-slide{width:70.3125%;flex-shrink:0;overflow:hidden}.sep-inner-body .honor-wrap .box-slide .slide-toggle{width:calc(100% + (50% - 50px)/3);display:none}.sep-inner-body .honor-wrap .box-slide .slide-toggle:nth-child(1){display:block}.sep-inner-body .honor-wrap .box-slide .thumb{height:564px;padding:29px;background:#f5f5f5}.sep-inner-body .sep-pdf-list .item{margin-bottom:20px}.sep-inner-body .sep-pdf-list .item .box{height:120px;background:#fff;border:1px solid #e6e6e6;padding:0 30px}.sep-inner-body .sep-pdf-list .item .box .icon-box{margin-right:20px}.sep-inner-body .sep-pdf-list .item .box .icon-box i{color:#00376e;font-size:36px}.sep-inner-body .sep-pdf-list .item .box .title{font-size:18px;color:#333;padding-right:20px}.sep-inner-body .sep-pdf-list .item .box .title:hover{color:#00376e}.sep-inner-body .sep-pdf-list .item .box .eye{margin-left:auto;margin-right:15px}.sep-inner-body .sep-pdf-list .item .box .eye:hover i{background:#00376e;color:#fff}.sep-inner-body .sep-pdf-list .item .box .eye i{width:44px;height:44px;background:#f5f5f5;border-radius:50%;font-size:20px}.sep-inner-body .sep-pdf-list .item .box .download:hover i{background:#00376e;color:#fff}.sep-inner-body .sep-pdf-list .item .box .download i{width:44px;height:44px;background:#f5f5f5;border-radius:50%;font-size:20px}.sep-inner-body .sep-news-list .item{margin-bottom:60px}.sep-inner-body .sep-news-list .item:last-child{margin-bottom:0}.sep-inner-body .sep-news-list .item .thumb{width:400px;height:250px;flex-shrink:0;margin-right:80px}.sep-inner-body .sep-news-list .item .thumb img{object-fit:cover}.sep-inner-body .sep-news-list .item .thumb .date{position:absolute;left:0;bottom:0;background:#00376e;color:#fff;width:200px;height:60px;padding-left:20px;padding-top:15px}.sep-inner-body .sep-news-list .item .thumb .date .day{font-size:30px;line-height:1em;margin-right:24px}.sep-inner-body .sep-news-list .item .thumb .date .ym{font-size:16px;position:relative}.sep-inner-body .sep-news-list .item .thumb .date .ym::before{content:'';display:inline-block;width:1px;height:25px;background:#fff;opacity:.2;position:absolute;left:-17px;top:-5px}.sep-inner-body .sep-news-list .item .info{flex:auto}.sep-inner-body .sep-news-list .item .info .tag{color:#666;font-size:16px;margin-bottom:20px;display:block}.sep-inner-body .sep-news-list .item .info .tag:hover{color:#00376e}.sep-inner-body .sep-news-list .item .info .title{font-size:20px;color:#333;margin-bottom:15px;display:block}.sep-inner-body .sep-news-list .item .info .title:hover{color:#00376e}.sep-inner-body .sep-news-list .item .info .summary{display:block;font-size:16px;color:#666;line-height:1.875em;margin-bottom:20px}.sep-inner-body .sep-news-list .item .info .more i{width:50px;height:50px;background:#00376e;box-shadow:0 39px 49px 0 rgba(0,67,232,0.1);border-radius:25px;color:#fff}.sep-inner-body .sep-news-list .item .info .more i:hover{opacity:.5}.sep-inner-body .sep-news-grid{margin:0 -50px;margin-top:80px}.sep-inner-body .sep-news-grid .item{padding:0 50px}.sep-inner-body .sep-news-grid .item:nth-child(2){position:relative}.sep-inner-body .sep-news-grid .item:nth-child(2)::before{content:'';display:block;width:1px;height:100%;background:linear-gradient(to bottom, rgba(173,173,173,0), #adadad, rgba(173,173,173,0));position:absolute;left:0;top:0}.sep-inner-body .sep-news-grid .item:nth-child(2)::after{content:'';display:block;width:1px;height:100%;background:linear-gradient(to bottom, rgba(173,173,173,0), #adadad, rgba(173,173,173,0));position:absolute;right:0;top:0}.sep-inner-body .sep-news-grid .item .date{margin-bottom:30px}.sep-inner-body .sep-news-grid .item .date .day{font-size:50px;line-height:1em;margin-right:10px}.sep-inner-body .sep-news-grid .item .date .ym{position:relative;top:4px}.sep-inner-body .sep-news-grid .item .date .y,.sep-inner-body .sep-news-grid .item .date .m{font-size:16px;color:#4d4d4d;line-height:22px}.sep-inner-body .sep-news-grid .item .title{font-size:22px;color:#000;line-height:34px;margin-bottom:20px;height:102px}.sep-inner-body .sep-news-grid .item .title:hover{color:#00376e}.sep-inner-body .sep-news-grid .item .summary{font-size:16px;color:#5a5a5a;line-height:26px;margin-bottom:30px}.sep-inner-body .sep-news-grid .item .more{font-size:18px;color:#010101}.sep-inner-body .sep-news-grid .item .more:hover{color:#00376e}.sep-inner-body .sep-news-grid .item .thumb{margin-top:35px}.sep-company-style2 .sep-section-normal{padding:120px 0}.sep-company-style2 .sep-section-normal .fz50{font-size:50px}.sep-company-style2 .sep-section-normal .mb50{margin-bottom:50px}.sep-company-style2 .sep-section-normal .alias{color:#00376e;font-size:16px;margin-bottom:20px;line-height:1em}.sep-company-style2 .sep-section-normal .alias::before{content:'';display:block;width:40px;height:1px;background:#00376e;margin-right:15px}.sep-company-style2 .sep-section-normal.company-section1 .box-wrap .thumb{width:380px;flex-shrink:0;padding-top:150px}.sep-company-style2 .sep-section-normal.company-section1 .box-wrap .info{margin-left:103px}.sep-company-style2 .sep-section-normal.company-section1 .box-wrap .info .title{line-height:1em;color:#333}.sep-company-style2 .sep-section-normal.company-section2{background-size:cover}.sep-company-style2 .sep-section-normal.company-section2 .title{color:#fff}.sep-company-style2 .sep-section-normal.company-section2 .box-slide2{width:804px;margin:0 auto;margin-top:20px}.sep-company-style2 .sep-section-normal.company-section2 .box-slide2 .box .thumb{width:340px;height:220px;flex-shrink:0;border:10px solid rgba(255,255,255,0.1);margin-right:50px}.sep-company-style2 .sep-section-normal.company-section2 .box-slide2 .box .thumb img{width:100%;height:100%;object-fit:cover}.sep-company-style2 .sep-section-normal.company-section2 .box-slide2 .box .info{padding-top:30px}.sep-company-style2 .sep-section-normal.company-section2 .box-slide{position:relative}.sep-company-style2 .sep-section-normal.company-section2 .box-slide .box-wrap{padding:0 113px;position:relative}.sep-company-style2 .sep-section-normal.company-section2 .box-slide .box-wrap .control{position:absolute;right:0;top:193px;z-index:100}.sep-company-style2 .sep-section-normal.company-section2 .box-slide .box-wrap .control::before{content:'';display:block;width:74px;height:3px;background:#00376e;position:absolute;right:0}.sep-company-style2 .sep-section-normal.company-section2 .box-slide .box-wrap .control .swiper-button-next,.sep-company-style2 .sep-section-normal.company-section2 .box-slide .box-wrap .control .swiper-button-prev{position:absolute;left:0;top:0;width:auto;height:auto;margin-top:0}.sep-company-style2 .sep-section-normal.company-section2 .box-slide .box-wrap .control .swiper-button-next i,.sep-company-style2 .sep-section-normal.company-section2 .box-slide .box-wrap .control .swiper-button-prev i{color:#fff}.sep-company-style2 .sep-section-normal.company-section2 .box-slide .box-wrap .control .swiper-button-prev{left:-44px;top:-39px}.sep-company-style2 .sep-section-normal.company-section2 .box-slide .box-wrap .control .swiper-button-next{left:-44px;top:18px}.sep-company-style2 .sep-section-normal.company-section2 .box-slide::before{content:'';display:block;width:100%;height:1px;background:rgba(255,255,255,0.2);position:absolute;left:0;top:194px}.sep-company-style2 .sep-section-normal.company-section2 .box-slide .box{text-align:center;padding-bottom:50px}.sep-company-style2 .sep-section-normal.company-section2 .box-slide .box .year{font-size:90px;font-weight:400;line-height:1em;color:#00376e;margin-bottom:47px;opacity:0}.sep-company-style2 .sep-section-normal.company-section2 .box-slide .box .dot .y{color:#fff;font-size:16px;font-weight:400;margin-bottom:20px}.sep-company-style2 .sep-section-normal.company-section2 .box-slide .box .dot .r{width:21px;height:21px;border:1px solid #fff;border-radius:50%;display:table;margin:0 auto;position:relative}.sep-company-style2 .sep-section-normal.company-section2 .box-slide .box .dot .r::before{content:'';display:block;width:9px;height:9px;background:#2580e6;border-radius:50%;position:absolute;left:5px;top:5px}.sep-company-style2 .sep-section-normal.company-section2 .box-slide .box .dot .r::after{content:'';display:block;width:55px;height:55px;background:#2580e6;position:absolute;border-radius:50%;-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%;opacity:0}.sep-company-style2 .sep-section-normal.company-section2 .box-slide .swiper-slide.swiper-slide-next+.swiper-slide .box .year{opacity:1}.sep-company-style2 .sep-section-normal.company-section2 .box-slide .swiper-slide.swiper-slide-next+.swiper-slide .box .dot .r::after{opacity:.2}.sep-company-style2 .sep-section-normal.company-section3 .items .item .box{padding:0 35px}.sep-company-style2 .sep-section-normal.company-section3 .items .item .box .icon-box{width:88px;height:88px;border:44px solid #2580e6;border-right:44px solid #1f6bc2;transform:rotate(45deg);margin:0 auto;margin-bottom:50px;border-radius:6px}.sep-company-style2 .sep-section-normal.company-section3 .items .item .box .icon-box i{transform:rotate(-45deg);color:#fff;font-size:50px}.sep-company-style2 .sep-section-normal.company-section3 .items .item .box .title{color:#333;font-size:22px;text-align:center;margin-bottom:20px;line-height:1.2em;height:2.4em}.sep-company-style2 .sep-section-normal.company-section3 .items .item .box .richtext{margin-bottom:0}.sep-company-style2 .sep-section-normal.company-section4{background:#17325c;padding-bottom:0}.sep-company-style2 .sep-section-normal.company-section4 .box-wrap{margin-bottom:106px}.sep-company-style2 .sep-section-normal.company-section4 .box-wrap .alias{color:#2580e6}.sep-company-style2 .sep-section-normal.company-section4 .box-wrap .richtext{opacity:.6;max-width:562px;margin-left:auto;margin-top:32px;margin-bottom:0}.sep-company-style2 .sep-section-normal.company-section4 .box-slide{position:relative}.sep-company-style2 .sep-section-normal.company-section4 .box-slide .control{position:absolute;bottom:60px;left:calc(50% + 70px)}.sep-company-style2 .sep-section-normal.company-section4 .box-slide .control .swiper-button-prev{margin-right:20px}.sep-company-style2 .sep-section-normal.company-section4 .box-slide .control .swiper-button-next,.sep-company-style2 .sep-section-normal.company-section4 .box-slide .control .swiper-button-prev{width:auto;height:auto;margin-top:unset;position:static}.sep-company-style2 .sep-section-normal.company-section4 .box-slide .control .swiper-button-next i,.sep-company-style2 .sep-section-normal.company-section4 .box-slide .control .swiper-button-prev i{width:60px;height:60px;background:#fff;color:#333;font-size:20px;border-radius:50%}.sep-company-style2 .sep-section-normal.company-section4 .box-slide .control .swiper-button-next.swiper-button-disabled i,.sep-company-style2 .sep-section-normal.company-section4 .box-slide .control .swiper-button-prev.swiper-button-disabled i{background:#f0f0f0;color:#666}.sep-company-style2 .sep-section-normal.company-section4 .box-slide::before{content:'';width:478px;height:472px;position:absolute;display:block;left:-78px;top:-76px}.sep-company-style2 .sep-section-normal.company-section4 .box-slide .box .thumb{width:50%;flex-shrink:0}.sep-company-style2 .sep-section-normal.company-section4 .box-slide .box .thumb img{width:100%;height:500px;object-fit:cover}.sep-company-style2 .sep-section-normal.company-section4 .box-slide .box .info{background:#2580e6;padding-left:70px;padding-right:70px}.sep-company-style2 .sep-section-normal.company-section4 .box-slide .box .info .title{color:#fff;font-size:30px;margin-bottom:20px}.sep-company-style2 .sep-section-normal.company-section5{background:#e9f2fc;padding-bottom:0}.sep-company-style2 .sep-section-normal.company-section5 .box-slide{position:relative}.sep-company-style2 .sep-section-normal.company-section5 .box-slide .control .swiper-button-prev{margin-right:20px;left:-90px}.sep-company-style2 .sep-section-normal.company-section5 .box-slide .control .swiper-button-next{right:-90px}.sep-company-style2 .sep-section-normal.company-section5 .box-slide .control .swiper-button-next,.sep-company-style2 .sep-section-normal.company-section5 .box-slide .control .swiper-button-prev{width:auto;height:auto;margin-top:-60px}.sep-company-style2 .sep-section-normal.company-section5 .box-slide .control .swiper-button-next i,.sep-company-style2 .sep-section-normal.company-section5 .box-slide .control .swiper-button-prev i{width:60px;height:60px;background:#00376e;color:#fff;font-size:20px;border-radius:50%}.sep-company-style2 .sep-section-normal.company-section5 .box-slide .control .swiper-button-next.swiper-button-disabled i,.sep-company-style2 .sep-section-normal.company-section5 .box-slide .control .swiper-button-prev.swiper-button-disabled i{background:#f0f0f0;color:#666}.sep-company-style2 .sep-section-normal.company-section5 .box-slide .box .thumb{margin-bottom:20px}.sep-company-style2 .sep-section-normal.company-section5 .box-slide .box .thumb img{width:100%}.sep-company-style2 .sep-section-normal.company-section5 .box-slide .box .title{font-size:18px}.sep-company-style2 .sep-section-normal.company-section5 .sep-containner-1920{padding-bottom:162px;position:relative}.sep-company-style2 .sep-section-normal.company-section5 .sep-containner-1920 .sep-alias{position:absolute;right:73px;bottom:0;line-height:.6em;color:rgba(37,128,230,0.08);font-size:160px}.sep-company-style2 .sep-section-normal.company-section6 .swiper-wrapper{margin-left:-16.6%}.sep-company-style2 .sep-section-normal.company-section6 .swiper-scrollbar{margin-top:50px;background:rgba(23,50,92,0.1)}.sep-company-style2 .sep-section-normal.company-section6 .swiper-scrollbar .swiper-scrollbar-drag{height:10px;background:#2580e6}.sep-company-style2 .sep-section-normal.company-section7{padding-top:0}.sep-company-style2 .sep-section-normal.company-section7 .company2-relate-news-items .item .box .thumb{margin-bottom:40px}.sep-company-style2 .sep-section-normal.company-section7 .company2-relate-news-items .item .box .thumb img{width:100%}.sep-company-style2 .sep-section-normal.company-section7 .company2-relate-news-items .item .box .thumb .date{position:absolute;top:15px;right:15px;background:#00376e;color:#fff;padding:5px 10px}.sep-company-style2 .sep-section-normal.company-section7 .company2-relate-news-items .item .box .thumb .date .m{font-size:16px;color:#fff}.sep-company-style2 .sep-section-normal.company-section7 .company2-relate-news-items .item .box .thumb .date .d{font-size:28px;color:#fff;line-height:1.2em}.sep-company-style2 .sep-section-normal.company-section7 .company2-relate-news-items .item .box .thumb .date .y{font-size:16px;color:#fff}.sep-company-style2 .sep-section-normal.company-section7 .company2-relate-news-items .item .box .title{font-size:24px;line-height:1.5em;margin-bottom:30px}.sep-company-style2 .sep-section-normal.company-section7 .company2-relate-news-items .item .box .title:hover{color:#00376e}.sep-company-style2 .sep-section-normal.company-section7 .company2-relate-news-items .item .box .more{color:#808080;font-size:16px}.sep-company-style2 .sep-section-normal.company-section7 .company2-relate-news-items .item .box .more:hover{color:#00376e}.sep-company-style2 .sep-section-normal.company-section7 .company2-relate-news-items .item .box .more i{color:#00376e}.sep-single-page .contact-box .info-box{width:428px;flex-shrink:0;background:#00376e;padding:67px 50px 90px 50px}.sep-single-page .contact-box .info-box .items .item{margin-bottom:50px}.sep-single-page .contact-box .info-box .items .item:last-child{margin-bottom:0}.sep-single-page .contact-box .info-box .items .item .hd{position:relative;font-size:24px;margin-bottom:16px}.sep-single-page .contact-box .info-box .items .item .hd i{width:34px;height:34px;border:1px solid #fff;border-radius:50%;position:absolute;left:-54px;top:3px}.sep-single-page .contact-box .info-box .items .item .richtext b{font-family:'Roboto-Bold'}.sep-single-page .contact-box .info-box .items .item:last-child ul{margin-bottom:0}.sep-single-page .contact-box .info-box .items .item ul{margin-bottom:35px}.sep-single-page .contact-box .info-box .items .item ul li{color:#fff;font-size:16px;line-height:1.6em;margin-bottom:10px}.sep-single-page .contact-box .info-box .items .item ul li i{width:30px;font-size:22px;flex-shrink:0}.sep-single-page .contact-box .info-box .items .item ul li:last-child{margin-bottom:0}.sep-single-page .contact-box .info-box .items .item ul li a{color:#fff;font-size:16px;text-decoration:underline}.sep-single-page .contact-box .info-box .items .item ul li a:hover{text-decoration:none}.sep-single-page .contact-box .info-box .items .item ul li:last-child{margin-bottom:0}.sep-single-page .contact-box .form-box{flex:auto;margin:0 80px}.sep-single-page .contact-box .form-box .hd{color:#333;margin-bottom:48px}.sep-single-page .contact-box .form-box .hd:before{content:'';display:block;width:60px;height:2px;background:#da251c;position:absolute;left:0;bottom:-20px}.sep-single-page .contact-box .form-box .sep-form .form-group{position:relative}.sep-single-page .contact-box .form-box .sep-form .form-group label{position:absolute;left:21px;top:17px}.sep-single-page .contact-box .form-box .sep-form .form-group label i{font-size:20px;color:#bdbebf}.sep-single-page .contact-box .form-box .sep-form .form-group .form-control{height:60px;background:transparent;border:none;border-radius:0;color:#bdbebf;padding-left:20px;box-shadow:none;background:#f4f5f9;font-size:16px;font-family:'gilroy-regular','Lucida Grande','Microsoft Yahei'}.sep-single-page .contact-box .form-box .sep-form .form-group .form-control::-webkit-input-placeholder{color:#bdbebf;font-size:16px}.sep-single-page .contact-box .form-box .sep-form .form-group .form-control::-moz-placeholder{color:#bdbebf;font-size:16px}.sep-single-page .contact-box .form-box .sep-form .form-group .form-control:-ms-input-placeholder{color:#bdbebf;font-size:16px}.sep-single-page .contact-box .form-box .sep-form .form-group textarea.form-control{height:160px;padding-top:20px;font-family:'gilroy-regular','Lucida Grande','Microsoft Yahei'}.sep-single-page .contact-box .form-box .sep-form .form-group .btn-primary{background:#00376e;border-radius:0;border:none;width:220px;height:60px;font-size:20px;margin-top:30px;color:#fff}.sep-single-page .contact-box .form-box .sep-form .form-group .btn-primary i{margin-left:10px}.sep-single-page .sep-video-grid4{margin:0 -20px}.sep-single-page .sep-video-grid4 .item{margin-bottom:60px;padding:0 20px}.sep-single-page .sep-video-grid4 .item .box{position:relative}.sep-single-page .sep-video-grid4 .item .box .thumb{margin-bottom:30px}.sep-single-page .sep-video-grid4 .item .box .thumb i{color:red;font-size:60px;opacity:0}.sep-single-page .sep-video-grid4 .item .box:before{content:'';display:block;width:calc(100% - 36px);left:18px;top:18px;position:absolute;height:100%;border:6px solid #00376e;z-index:10;opacity:0;pointer-events:none}.sep-single-page .sep-video-grid4 .item .box:hover:before{opacity:1}.sep-single-page .sep-video-grid4 .item .box:hover .thumb i{opacity:1}.sep-single-page .sep-video-grid4 .item .box .info{padding:0 40px;padding-bottom:20px}.sep-single-page .sep-video-grid4 .item .box .title{font-size:24px;color:#333;margin-bottom:10px;line-height:1.4em}.sep-single-page .sep-video-grid4 .item .box .title:hover{color:#00376e}.relate{text-align:center;font-size:24px;color:#fff;background:#00376e;margin:20px 0;padding:5px 0}.relate-list .sep-pagination{display:none}.relate-list .sep-datalist li{width:31%;float:left;margin:0 1.16%}.relate-list .sep-datalist li .title{display:block;margin-top:10px;font-size:16px;background:#fff;color:#333;text-align:center;height:2.2em;overflow:hidden}.relate-list .sep-datalist li h3{text-align:center;margin-top:5px}.relate-list .sep-datalist li .title:hover{color:#00376e;text-decoration:underline}.relate-list .sep-datalist li .thumb{width:100%;display:block;border:1px solid #bbb}.relate-list .sep-datalist li .thumb img{width:100%;min-height:165px}.relate-list .sep-datalist li .summary{display:none}.relate-list .sep-datalist li .published{display:none}.relate-list .sep-datalist li .btn-read{display:none}.relate-list.relate-article-list .sep-datalist li{width:100%;float:left;margin:0 0}.relate-list.relate-article-list .sep-datalist li h2{overflow:hidden}.relate-list.relate-article-list .sep-datalist li .title{display:inline-block;font-size:16px;background:transparent;color:#000;text-align:left;overflow:hidden;display:block;height:auto}.relate-list.relate-article-list .sep-datalist li .title:before{content:'●';color:#000;padding-right:5px;font-size:12px}.relate-list.relate-article-list .sep-datalist li .title:hover{color:#00376e;text-decoration:underline}.relate-list.relate-article-list .sep-datalist li .thumb{width:100%;display:block;border:1px solid #bbb;display:none}.relate-list.relate-article-list .sep-datalist li .thumb img{width:100%}.relate-list.relate-article-list .sep-datalist li .summary{display:none}.relate-list.relate-article-list .sep-datalist li .published{display:none}.relate-list.relate-article-list .sep-datalist li .btn-read{display:none}.w1200{width:1200px !important;max-width:100%}#baguetteBox-overlay{z-index:1000000000 !important}.quick-links a{color:#00376e}.quick-links a:hover{text-decoration:underline}.richtext{word-spacing:normal;color:#1a1a1a;font-size:16px;line-height:1.8em !important;font-family:'OPENSANS','Lucida Grande','Microsoft Yahei';margin-bottom:20px}.richtext *{word-spacing:normal;color:#1a1a1a;font-size:16px;line-height:1.8em !important;font-family:'OPENSANS','Lucida Grande','Microsoft Yahei';max-width:100%}.richtext.fz18{font-size:18px !important;line-height:1.66666667em !important}.richtext.fz18 *{font-size:18px}.richtext.fz20{font-size:20px !important;line-height:1.66666667em !important}.richtext.fz20 *:not(h2){font-size:20px}.richtext.fz22{font-size:22px !important;line-height:1.63636364em !important}.richtext.fz22 *{font-size:22px !important}.richtext.pl50{padding-left:50px}.richtext .content-one{margin-bottom:40px}.richtext.pl60{padding-left:60px}.richtext.paddinglr{padding:0 4.6875vw}.richtext.color-website *{color:#00376e}.richtext.color-website a{color:#116641}.richtext.color-white{color:#fff}.richtext.color-white *{color:#fff}.richtext.color-white ul li:before{background:#fff}.richtext.mb0{margin-bottom:0}.richtext.square ul li{list-style:square}.richtext strong{color:#000;font-size:18px}.richtext strong *{color:#7c7c7c;font-size:18px}.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.fz14{font-size:16px}.richtext.fz14 *{font-size:16px}.richtext.richtext-x img{width:100%}.richtext.has-img img{float:right;padding-left:10px}.richtext img{display:table;margin:0 auto}.richtext.richtext-bordert{border-top:1px solid #c6c6c6;padding-bottom:15px}.richtext ol{padding-left:20px}.richtext ol li{list-style:decimal}.richtext p{margin-bottom:0}.richtext a{color:yellowgreen;font-family:'OpenSans-Bold'}.richtext a:hover{text-decoration:underline}.richtext h2{color:#333;font-size:32px;position:relative;margin:10px 0;font-family:'OpenSans-Bold';line-height:1.4em !important;text-align:center;text-transform:uppercase;margin-top:30px;margin-bottom:20px}.richtext h2 *{color:#333;font-size:32px}.richtext.warning h2:before{content:"\f071";font-family:FontAwesome !important;margin-right:10px}.richtext h3{font-size:18px;color:#181819}.richtext table{width:100%;margin-top:10px}.richtext table tr:nth-child(1){background:#fff}.richtext table tr td{border:1px solid #e6e6e6;font-size:16px;word-break:normal !important;padding:10px 30px;color:#333}.richtext table tr td:nth-child(1){background:#00376e;color:#fff}.richtext table tr td:last-child{background:#fff;color:#333}.richtext ul{list-style:none}.richtext ul li{position:relative;list-style:none;padding-left:30px;margin-bottom:10px}.richtext ul li:last-child{margin-bottom:0}.richtext ul li:before{content:'';display:block;width:7px;height:7px;border-radius:100%;background:#00376e;position:absolute;left:7px;top:10px;z-index:3}.has-sidebar{align-items:flex-start}.sep-sidebar{width:328px;margin-left:20px;margin-bottom:70px;position:sticky;align-self:flex-start;top:80px}.sep-sidebar .sep-heading{font-size:36px;height:145px;background:linear-gradient(0deg, #000, #313131);border-radius:20px 20px 0 0;align-items:flex-end;color:#fff;padding-left:15px;padding-bottom:20px;line-height:1em}.sep-sidebar .sep-heading:hover{color:yellow}.sep-sidebar .sep-box-pro{margin-bottom:35px;box-shadow:0 0 27px 0 rgba(0,0,0,0.1)}.sep-sidebar .sep-box-pro>ul>li{border-bottom:1px solid #ddd}.sep-sidebar .sep-box-pro>ul>li:last-child{border-bottom:none}.sep-sidebar .sep-box-pro>ul>li.active{border-bottom:none}.sep-sidebar .sep-box-pro>ul>li.active .box{background:#f7f7f7}.sep-sidebar .sep-box-pro>ul>li.active .box a{color:#333}.sep-sidebar .sep-box-pro>ul>li.active .box .control:before{content:'\e62a';color:#333}.sep-sidebar .sep-box-pro>ul>li .box{position:relative;background:#f7f7f7;height:48px;align-items:center;padding-left:20px}.sep-sidebar .sep-box-pro>ul>li .box:hover a{color:#333}.sep-sidebar .sep-box-pro>ul>li .box a{color:#1a1a1a;font-size:18px}.sep-sidebar .sep-box-pro>ul>li .box a:hover{text-decoration:underline}.sep-sidebar .sep-box-pro>ul>li .box .control{display:block;margin-left:auto;margin-right:16px;cursor:pointer}.sep-sidebar .sep-box-pro>ul>li .box .control:before{content:'\e62c';font-family:"iconfont" !important;color:#00376e;font-size:16px}.sep-sidebar .sep-box-pro>ul>li>ul{padding:10px 20px;display:none;background:#fff;border-top:none}.sep-sidebar .sep-box-pro>ul>li>ul>li{padding:8px 0;padding-left:8px;position:relative}.sep-sidebar .sep-box-pro>ul>li>ul>li>a{font-size:16px;color:#272727;font-weight:500;color:#1a1a1a;opacity:.6}.sep-sidebar .sep-box-pro>ul>li>ul>li>a:hover,.sep-sidebar .sep-box-pro>ul>li>ul>li>a.active{color:#00376e;font-weight:bold;opacity:1}.sep-sidebar .sep-box-pro>ul>li>ul>li>a:hover::before,.sep-sidebar .sep-box-pro>ul>li>ul>li>a.active::before{content:'';display:block;position:absolute;left:-5px;top:17px;width:3px;height:3px;background:#000;border-radius:50%}.sep-primary{flex:auto;width:0}.gallery img{max-height:230px;transition:all .4s;filter:grayscale(0);-webkit-filter:grayscale(0);max-width:100%}.gallery a{width:31.33%;display:inline-block;overflow:hidden;margin:.5%;box-shadow:0 0 4px -1px #000;text-align:center}.sep-lx-header-mb{display:none}.sep-lx-header-mb .mb-top #global{width:74.87922705%;flex-shrink:0;background:#f6f5f4;padding:0 20px;justify-content:space-between}.sep-lx-header-mb .mb-top #global i{color:#646464;font-size:16px}.sep-lx-header-mb .mb-top #global a{color:#646464;font-size:14px}.sep-lx-header-mb .mb-top #global .multi-language{position:absolute;background:#00376e;width:157px;text-align:center;padding:10px 20px;z-index:100000;top:40px;right:0;display:none;border:1px solid #fff}.sep-lx-header-mb .mb-top #global .multi-language li{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #fff}.sep-lx-header-mb .mb-top #global .multi-language li:last-child{border-bottom:none;margin-bottom:0}.sep-lx-header-mb .mb-top #global .multi-language li a{color:#fff;font-size:14px}.sep-lx-header-mb .mb-top .contact{flex:auto;text-align:center;height:38px;background:#00376e;color:#fff;font-size:18px}.sep-lx-header-mb .mb-top .contact i{font-size:20px}.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:161px}.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:#00376e;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:#00376e;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:#00376e;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;font-family:'LATO-BOLD'}.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:#00376e;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:#00376e;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:16px 30px;text-align:center;box-shadow:0 0 12px rgba(145,145,145,0.7);position:relative;z-index:10000}.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:#00376e}.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:54px;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 0;border-bottom:1px solid #ccc;position:relative;line-height:60px}.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) span{width:60;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:16px}.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) a{font-family:'LATO-BOLD'}.sep-menu-box .bottom-toggle .toggle>ul>li>ul{display:none;border-top:1px solid #ddd;padding-left:40px}.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li{line-height:40px;list-style:disc}.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li a{font-size:14px;padding-left:0}.sep-menu-box .bottom-toggle .toggle>ul>li a{color:#282828;font-size:16px;padding-left:30px}.sep-menu-box .bottom-toggle .toggle>ul>li a i{font-size:20px;color:#282828;position:absolute;right:30px;top:21px;cursor:pointer}.sep-menu-box .contact{background:#00376e;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;font-size:22px}.sep-menu-box .logo img{width:161px}.gdw-mb-c{display:none}.sep-banner-mb{display:none}.sep-banner-mb img{width:100%}.mb-bottom-wrap{padding-bottom:24px;padding-top:48px;background:url(../img/footer-bg-mb.jpg) no-repeat}.mb-bottom-wrap ul.info{margin-top:30px}.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:37px;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:18px;color:#000}.mb-bottom-wrap .bottom-menu>li>ul>li>ul{padding-top:10px}.mb-bottom-wrap .bottom-menu>li>ul>li>ul li{list-style:none;margin-bottom:8px}.mb-bottom-wrap .bottom-menu>li>ul>li>ul li a{font-size:16px;color:#666}.mb-bottom-wrap .bottom-menu>li>ul>li>ul li a i{font-size:13px}.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:#103365;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:30px}.mb-bottom-wrap .info-box .box i{margin-right:20px;color:#333;width:52px;height:52px;border-radius:50%;border:1px solid #333;flex-shrink:0;font-size:22px}.mb-bottom-wrap .info-box .box i::before{display:none !important}.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:#00376e}.mb-bottom-wrap .multi-language .fa{font-size:21px;color:#9f9f9f;position:relative;top:2px}.mb-bottom-wrap .sep-share{margin-left:auto;margin-bottom:40px;margin-top:0;justify-content:space-between;padding-bottom:40px;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):hover a i{color:#fff}.mb-bottom-wrap .sep-share li:not(.qrcode) a{width:30px;height:30px;border-radius:50%;border:1px solid #00376e;text-align:center;display:flex;align-items:center;justify-content:center}.mb-bottom-wrap .sep-share li:not(.qrcode) a i{color:#00376e;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:#116641}.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:#00376e}.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:110px}.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:#00376e !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){.sep-mainnav>.sep-container>ul>li .drop-down .sep-container{padding:80px 40px}html{font-size:14px}.sep-mainnav>.sep-container>ul>li>a{font-size:16px}.sep-header.active .sep-mainnav>.sep-container>ul>li>a{font-size:16px}.sep-container{width:1200px}.sep-header .top::before{width:calc(50% - 67px)}body.inner-page{padding-top:137px}.sep-footer{background-size:cover !important}.sep-footer .footer-box{padding-top:80px}.sep-inner-body .sep-btns .btn-item.active{padding:28px 0}.sep-inner-body .sep-slide-wrap .box-slide{padding-bottom:0}.sep-inner-body .sep-slide-wrap .box-slide .swiper-button-next,.sep-inner-body .sep-slide-wrap .box-slide .swiper-button-prev{display:none}.sep-inner-body .sep-section-normal.detail-wrap{padding:120px 0}.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}.sep-header .top .info{margin-right:0}.sep-mainnav>.sep-container>.logo>img{max-width:140px}}@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:unset !important;max-width:unset !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-inner-body .sep-news-grid .item .title{font-size:18px;color:#000;line-height:28px}.fz56{font-size:46px}.fz44{font-size:36px}.sep-inner-banner.sep-pro-banner img{filter:brightness(.9);min-height:600px;object-fit:cover}.sep-container-1280{width:1200px}.fz60{font-size:48px}.richtext.fz22 *{font-size:20px !important}.richtext.fz22{font-size:20px !important}.sep-inner-body .sep-section-normal{padding:80px 0}.fz48{font-size:36px}.mb80{margin-bottom:40px !important}.sep-inner-body .toggle-btns span{font-size:16px}.sep-inner-body .sep-product-grid .item .box .info .title{font-size:24px;line-height:34px}.sep-inner-body .sep-product-grid .item .box .icons .link-box .title{font-size:18px}.sep-inner-body .sep-product-grid .item .box{padding:80px 0;padding-left:20px}.sep-inner-body .sep-product-grid .item .box .info .thumb .full-screen{padding:0 20px}.sep-news-grid .item .title{font-size:18px;line-height:28px}.sep-inner-body .detail-box .thumb-box .thumbs .swiper-button-prev{top:-30px}.sep-inner-body .detail-box .thumb-box .thumbs .swiper-button-next{bottom:-50px}.sep-inner-body .sep-section-normal.features-bg .items .item .box .title{font-size:22px}.sep-inner-body .sep-section-normal.scte-bg{padding-top:120px;padding-bottom:100px}.sep-inner-body .sep-section-normal.scte-bg .box-wrap{width:100%;margin:0 auto;padding:0 20px}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .box-center{width:56.513158%}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .items .item:nth-child(1){height:240px}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .items .item:nth-child(2){height:240px}.richtext h2{font-size:36px}.sep-inner-body .sep-other-items .item .box .title{font-size:16px;line-height:26px}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item .box .num-box .num{font-size:48px}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item .box .summary{font-size:16px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .info{padding-left:20px;padding-right:20px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .info{height:608px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .thumb{height:608px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .items .item{margin-bottom:38px}.sep-inner-body .honor-wrap .box-slide .thumb{height:420px}.sep-inner-body .honor-wrap .info .items .item{height:62px;padding-left:40px;border-left:6px solid transparent;font-size:18px;color:#292929;cursor:pointer}.sep-resource-grid .sep-datalist li .thumb{height:325px !important;line-height:322px !important}}@media screen and (max-width:1380px){.sep-inner-body .sep-section-normal.scte-bg .box-wrap .items .item:nth-child(1){height:200px}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .items .item:nth-child(2){height:240px}}@media screen and (max-width:1310px){.sep-inner-body .sep-section-normal.detail-wrap{padding:80px 0}}@media screen and (max-width:1240px){.sep-container-1280{width:100%;padding:0 20px !important}}@media screen and (max-width:1060px){.fz60{font-size:1.75rem}.richtext.fz22 *{font-size:16px !important}.richtext.fz22{font-size:16px !important}.mb64{margin-bottom:24px}}@media screen and (max-width:960px){.sep-primary{width:100%}}@media screen and (max-width:768px){body.inner-page{padding-top:0}.sep-inner-body .sep-slide-wrap .box-slide .box .info{width:100%}.sep-breadcrumb{margin-top:0}.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-breadcrumb .breadcrumb{padding-left:0;padding-right:0;padding-top:10px;padding-bottom:10px;background:transparent;margin-bottom:0;border-radius:0}.sep-breadcrumb .breadcrumb li a{text-decoration:none;color:#fff;font-size:13px}.sep-inner-body .toggle-btns{display:block}.sep-inner-body .toggle-btns span{margin-bottom:15px}.sep-container{width:100%}.fz42{font-size:24px !important}.pt60{padding-top:10px !important}.sep-inner-body .sep-section-normal{padding:40px 0}.mb50{margin-bottom:30px !important}.fz32{font-size:24px}.fz48{font-size:24px}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-inner-banner .sep-container.horizontal-center{top:20px}.fz56{font-size:32px}.mb30{margin-bottom:10px !important}.fz46{font-size:24px}.fz36{font-size:24px}.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-inner-body .sep-product-grid .item{width:100%}.sep-inner-body .sep-product-grid .item .box .icons .link-box{text-align:center;padding-bottom:0;position:relative}.sep-inner-body .sep-product-grid .item .box .icons{width:100%;flex-shrink:0;display:flex;justify-content:space-between;padding:0 30px;margin-bottom:30px}.sep-inner-body .sep-product-grid .item .box .info{padding:0 0}.sep-inner-body .sep-product-grid .item .box .icons .link-box::before{display:none}.sep-inner-body .sep-product-grid .item .box .icons .link-box .title{font-size:16px}.sep-inner-body .sep-product-grid .item .box{padding:40px 0;padding-left:0}.sep-inner-body .sep-product-grid .item .box .info .thumb{height:auto;margin-top:40px}.sep-inner-body .sep-product-grid .item .box .info .title{font-size:18px;line-height:1.8em;margin-bottom:30px}.richtext.fz18,.richtext.fz18 *{font-size:16px !important}.sep-inner-body .tech-wrap .thumb{padding-left:0;padding-top:8px}.sep-inner-body .adv-wrap .item{width:100%;position:relative}.sep-inner-body .adv-wrap .item::after{content:'';width:100%;height:1px;display:block;bottom:0;left:0;position:absolute;background:linear-gradient(to right, rgba(173,173,173,0), #adadad, rgba(173,173,173,0))}.sep-inner-body .adv-wrap .item .box{height:auto}.sep-inner-body .adv-wrap .item .box{padding-top:30px}.sep-inner-body .adv-wrap .item .title{font-size:18px;margin-bottom:10px}.richtext.fz20,.richtext.fz20 *{font-size:16px !important;line-height:1.66666667em !important}.sep-inner-body .form-wrap .info{width:100%;flex-shrink:0;background:#fff;padding-top:30px;padding-bottom:30px;padding-left:20px;padding-right:20px}.sep-inner-body .form-wrap .form-box{width:100%;background:#00376e;padding:30px 20px}.sep-inner-body .sep-news-grid .item{padding:0}.sep-inner-body .sep-news-grid{margin-top:40px}.sep-inner-body .sep-news-grid .item .more{display:none}.sep-inner-body .sep-news-grid .item .title{height:auto;font-size:18px;color:#000;line-height:1.8em}.sep-inner-body .sep-news-grid .item:nth-child(2)::after{display:none}.sep-inner-body .sep-news-grid .item:nth-child(2)::before{display:none}.sep-inner-body .sep-news-grid .item{margin-bottom:30px}.sep-inner-body .sep-news-grid .item:last-child{margin-bottom:0}.sep-inner-body .sep-btns .btn-item .title{font-size:16px;color:#00376e}.sep-inner-body .sep-slide-wrap .box-slide .box .info .title{font-size:24px}.sep-inner-body .sep-slide-wrap .box-slide .box .info .more{background:#00376e;color:#fff;height:40px;padding:0 15px;margin-right:20px;font-size:14px}.sep-inner-body .sep-slide-wrap .box-slide .box .thumb{margin-top:50px}.sep-inner-body .sep-faq-list .item .box .title{font-size:14px;position:relative;color:#333}.sep-inner-body .sep-faq-list .item .content *{font-size:14px}.sep-inner-body .sep-faq-list .item .content{line-height:1.6em;font-size:18px;display:none;padding:20px;position:relative;padding-left:20px;color:#000}.sep-inner-body .detail-box .info-box{width:100%;flex-shrink:0;padding-left:20px;padding-right:20px}.sep-inner-body .detail-box{display:flex;flex-direction:column-reverse}.sep-inner-body .detail-box .thumb-box .thumb{display:none}.sep-inner-body .detail-box .thumb-box .thumbs .gg{width:100%;height:auto;overflow:hidden;position:relative;padding-top:0;padding-bottom:0}.sep-inner-body .detail-box .thumb-box .thumbs{width:100%;flex-shrink:0;margin-left:0;position:relative}.sep-inner-body .detail-box .thumb-box{flex:auto;padding-right:50px;padding-left:50px;width:100%;margin-bottom:20px}.sep-inner-body .detail-box .thumb-box .thumbs .swiper-button-prev{top:50%;left:-25px;width:auto;transform:rotate(-90deg)}.sep-inner-body .detail-box .thumb-box .thumbs .swiper-button-next{top:50%;right:-31px;width:auto;transform:rotate(-90deg);height:auto;bottom:auto;left:auto}.sep-inner-body .detail-box .thumb-box .thumbs .swiper-button-prev i,.sep-inner-body .detail-box .thumb-box .thumbs .swiper-button-next i{background:#00376e}.fz50{font-size:26px}.sep-inner-body .sep-faq-list .item .box .control{margin-right:5px}.sep-inner-body .sep-pdf-list .item .box .eye{display:none}.sep-inner-body .detail-box .info-box .more{background:#00376e;height:40px;width:204px;color:#fff;margin-right:30px;font-size:16px;margin:0 auto;margin-bottom:15px}.sep-inner-body .sep-section-normal.features-bg .items .item{padding:0;height:auto;background:#fff}.sep-inner-body .sep-section-normal.features-bg .items .item .box .text{font-size:16px;color:#0b41a0;line-height:28px}.sep-inner-body .sep-section-normal.features-bg .items .item .box .title{font-size:18px}.sep-inner-body .sep-section-normal.scte-bg{padding-top:60px;padding-bottom:40px}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .box-left{width:100%;flex-shrink:0}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .box-center{width:100%;height:auto;margin:30px 0}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .box-right{width:100%;margin-left:0}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .items .item{height:auto !important;margin-bottom:30px}.sep-inner-body .sep-section-normal.scte-bg .box-wrap .box-center .dots{display:none}.richtext h2{font-size:24px}.sep-inner-body .sep-other-items .item{margin-bottom:20px}.sep-inner-body .sep-other-items .item .box .thumb{height:auto}.sep-inner-banner .more{color:#fff;font-size:16px}.sep-inner-banner .more i{font-size:18px;margin-right:10px}.sep-inner-body .sep-section-normal.about-bg{margin-top:0}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item{width:50%;flex:unset}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item .box{height:129px}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item .box .summary{font-size:16px}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item:nth-child(2),.sep-inner-body .sep-section-normal.about-bg .data-wrap .item:nth-child(3){background:#fff}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item:nth-child(2) .box .num-box .num,.sep-inner-body .sep-section-normal.about-bg .data-wrap .item:nth-child(3) .box .num-box .num{color:#00376e}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item:nth-child(2) .box .num-box .alias,.sep-inner-body .sep-section-normal.about-bg .data-wrap .item:nth-child(3) .box .num-box .alias{color:#00376e}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item:nth-child(2) .box .summary,.sep-inner-body .sep-section-normal.about-bg .data-wrap .item:nth-child(3) .box .summary{color:#00376e}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item .box .num-box .num{font-size:30px;text-align:center}.sep-inner-body .sep-section-normal.about-bg .data-wrap .item .box .num-box .alias{font-size:18px}.sep-inner-body .company-box-wrap .box-left{width:100%;flex-shrink:0}.sep-inner-body .company-box-wrap .box-center{width:100%;height:auto;margin:30px 0}.sep-inner-body .company-box-wrap .box-right{width:100%;margin-left:0}.sep-inner-body .company-box-wrap .items .item{height:auto !important;margin-bottom:30px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .line{display:none}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap{padding-left:20px;padding-right:20px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .info{height:auto;width:100%;padding:20px;border-radius:0}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .thumb{height:auto}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .items{display:none}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide{width:100%}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .control{position:static;bottom:0;left:0}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920 .box-wrap .box-slide .info .page{position:static;left:76px;bottom:36px}.sep-inner-body .sep-section-normal.company-section4 .sep-container-1920{padding:60px 0}.sep-inner-body .honor-wrap{padding-left:20px;padding-right:20px}.sep-inner-body .honor-wrap .info{flex:auto;padding-right:20px}.sep-inner-body .honor-wrap .box-slide{width:100%;flex-shrink:0;overflow:hidden;margin-top:50px}.sep-inner-body .honor-wrap .box-slide .slide-toggle{width:100%}.sep-inner-body .sep-pdf-list .item .box{height:auto;background:#fff;border:1px solid #e6e6e6;padding:10px 10px}.sep-inner-body .sep-pdf-list .item .box .download{margin-left:auto}.sep-inner-body .sep-pdf-list .item .box .title{font-size:14px;color:#333;padding-right:20px}.sep-resource-grid .sep-datalist li.col-md-6{width:100%}.sep-resource-grid .sep-datalist li .thumb{height:auto !important;line-height:unset !important}.sep-inner-body .sep-news-list .item .thumb{width:100%;height:auto;flex-shrink:0;margin-right:0;margin-bottom:20px}.operation ul li{width:100% !important;margin-bottom:20px}}@media screen and (max-width:768px){.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}}