@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:'SourceHanSansCN-Light','Arial','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:#3c4f61}img{border:0;vertical-align:middle}table{border-spacing:0;border-collapse:collapse}div{zoom:1}.rt{float:right}.lf{float:left}@font-face{font-family:"iconfont";src:url('../font/iconfont.eot');src:url('../font/iconfont.eot') format('embedded-opentype'),url('../font/iconfont.woff') format('woff'),url('../font/iconfont.ttf') format('truetype'),url('../font/iconfont.svg') format('svg')}@font-face{font-family:'SourceHanSansCN-Light';src:url("../font/SourceSans-Light.ttf");font-style:normal;font-weight:normal}@font-face{font-family:'SourceHanSansCN-Regular';src:url("../font/SourceSansPro-Regular.ttf");font-style:normal;font-weight:normal}@font-face{font-family:'LeagueGothic-Regular';src:url("../font/LeagueGothic-Regular.otf");font-style:normal;font-weight:normal}.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:#3c4f61}.sep-transition{transition:All .8s ease;-webkit-transition:All .8s ease;-moz-transition:All .8s ease;-ms-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-bold{font-family:'LeagueGothic-Regular'}.text-regular{font-family:'SourceHanSansCN-Regular'}.text-regular-l{font-family:'LeagueGothic-Regular'}.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}.flex-col{flex-direction:column}.flex-reverse{flex-direction:row-reverse}.text-hover:hover{color:#3c4f61 !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:#3c4f61;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:#3c4f61}.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:#3c4f61 !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 .code{position:absolute;top:0;right:50px;display:none;margin:0}.offside .icon{height:100%;line-height:50px;font-size:28px;text-align:center;display:block}.offside .all_link,.offside div{display:block;position:absolute;top:0;right:0;bottom:0;z-index:11;cursor:pointer}.offside li:not(.li_3) .all_link,.offside li:not(.li_3) div{left:0}.offside .li_3 .all_link,.offside .li_3 div{width:50px}.offside .tel_link{float:left;height:50px;line-height:50px;font-size:16px;padding:0 0 0 10px;opacity:0;overflow:hidden}.offside li{width:50px;height:50px;margin-bottom:10px;border-radius:8px;position:relative;overflow:hidden;text-align:center;transition:all .7s;-webkit-transition:all .7s}.offside li:nth-child(odd){background:#efefef}.offside li:nth-child(odd) .icon{color:#3c4f61}.offside li:nth-child(odd):hover{background:#3c4f61}.offside li:nth-child(odd):hover a,.offside li:nth-child(odd):hover div,.offside li:nth-child(odd):hover .icon{color:#fff}.offside li:nth-child(even){background:#3c4f61}.offside li:nth-child(even) .icon{color:#fff}.offside li:nth-child(even):hover{background:#fff}.offside li:nth-child(even):hover a,.offside li:nth-child(even):hover div,.offside li:nth-child(even):hover .icon{color:#3c4f61}.offside li.back_top .icon{height:25px;line-height:20px;padding-top:5px;font-size:20px;font-weight:600;position:relative;top:2px}.offside li.back_top span{height:25px;line-height:20px;padding-bottom:5px;font-size:16px;font-weight:600;color:#3c4f61;position:relative;top:-3px}.offside li.back_top:hover span{color:#fff}.offside .tel{width:200px;transform:translateX(-150px);-webkit-transform:translateX(-150px)}.offside .tel:hover .tel_link{opacity:1}.offside .tel:hover .tel_link:hover{text-decoration:underline}.offside .li{transform:translateX(100%);-webkit-transform:translateX(100%)}.offside .back_none{height:0;border:0 !important}.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;background:url(../img/multi-language.png) no-repeat bottom left 10px}.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:#3c4f61}.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:#3c4f61}.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}input[type=text]::-ms-clear{display:none}input::-webkit-search-cancel-button{display:none}.sep-section3 img{width:100%;height:100%;object-fit:cover}.sep-section3 .info{position:absolute;bottom:0;width:100%;padding-bottom:90px;padding-left:20px;padding-right:20px}.sep-section3 .info .hd{font-size:76px;color:#1c334b;line-height:94px}.sep-section3 .info a.hd:hover{opacity:.8;font-size:77px}.sep-section3 .info .btn{display:block;width:290px;height:50px;padding:0;line-height:48px;margin:0 auto;border:1px solid #3c4f61;border-radius:18px;font-size:31px;color:#3c4f61;margin-top:10px}.sep-section3 .info .btn i{font-size:24px;position:relative;top:-1px}.sep-section3 .info .btn:hover{background:#3c4f61;color:#fff}.sep-section4 .container{padding-left:200px;padding-top:125px;padding-bottom:130px;align-items:center}.sep-section4 .container .sep-title{font-size:96px;line-height:100px}.sep-section4 .container a.sep-title:hover{opacity:.8}.sep-section4 .container .btn{height:40px;border:1px solid #1c334b;border-radius:19px;padding:0 50px;line-height:38px;font-size:24px;color:#1c334b}.sep-section4 .container .btn i{font-size:20px;margin-left:10px;position:relative;top:-1px}.sep-section4 .container .btn:hover{background:#3c4f61;color:#fff}.sep-section4 .container .item{margin-right:60px}.sep-section4 .container .item img{width:100%}.sep-section4 .container .item:first-child .sep-title{width:200px}.sep-section4 .container .item:first-child .btn{margin-top:10px}.sep-section4 .container .item:not(.sep-section4 .container .item:first-child){width:100%;background:#e6e6e6;border:1px solid #afafaf}.sep-section4 .container .info{padding:20px}.sep-section4 .container .info .date{font-size:19px;line-height:24px;color:#1c334b;padding-bottom:10px;margin-bottom:10px;position:relative}.sep-section4 .container .info .date:after{content:'';position:absolute;left:0;bottom:0;width:125px;height:2px;background:#1c334b;border-radius:1px}.sep-section4 .container .info .hd{font-size:32px;line-height:36px;color:#1c334b}.sep-section4 .container .info a.hd:hover{opacity:.8}.sep-section4.single .container .item:first-child .sep-title{width:auto;font-size:56px;line-height:72px}.sep-container{width:1360px;margin:auto;max-width:100%}.sep-container-1920{width:1920px;margin:auto;max-width:100%}body{padding-top:0}body.inner .sep-header{background:#fff}body.inner .sep-header .search i{color:#3c4f61}.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:#3c4f61;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:#3c4f61;opacity:.8}.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.style-two span:hover{font-size:24px}.search-popup .close-search span{position:relative;display:block;height:70px;width:70px;font-size:30px;line-height:70px;color:#fff}.search-popup .close-search span:hover{font-size:34px}.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;font-family:'SourceHanSansCN-Light','Arial','Lucida Grande','Microsoft Yahei'}.sep-header.active{background:#0e1927}.sep-header.active .sep-mainnav .logo{width:120px}.sep-header.active .sep-mainnav>.sep-container-1920{height:60px}.sep-header.active .sep-mainnav>.sep-container-1920>ul>li{padding:20px 35px}.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:#ef040b;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;margin-left:60px;position:relative;z-index:100;font-size:16px;transition:All .4s ease-in-out;-webkit-transition:All .4s ease-in-out;-moz-transition:All .4s ease-in-out;-ms-transition:All .4s ease-in-out;-o-transition:All .4s ease-in-out}.sep-header .search i{width:30px;text-align:center;font-size:24px;position:relative;color:#fff}.sep-header .search i:hover{font-size:25px}.sep-header .multi-language{position:relative;margin-left:20px}.sep-header .multi-language .box{padding:0}.sep-header .multi-language .box .box2{align-items:center;justify-content:center;cursor:pointer;width:129px;height:37px;border:1px solid #fff;border-radius:10px}.sep-header .multi-language .box .box2 a{color:#fff;font-size:16px}.sep-header .multi-language .box .box2:hover .fa{transform:rotate(180deg);left:6px}.sep-header .multi-language .box .box2 .fa{color:#fff;font-size:22px;padding-left:8px}.sep-header .multi-language .box ul{top:38px}.sep-header>.sep-container{max-width:100%;position:relative}.swiper-pagination-bullet-active{background:#3c4f61 !important}.sep-mainnav{position:relative;background:transparent;border-bottom:1px solid #fffefe}.sep-mainnav>.sep-container-1920{height:82px;padding-left:110px;padding-right:60px}.sep-mainnav>.sep-container-1920 .logo{width:140px}.sep-mainnav>.sep-container-1920>ul{margin-left:auto;margin-right:20px}.sep-mainnav>.sep-container-1920>ul>li{position:relative;text-align:center;padding:30px 35px}.sep-mainnav>.sep-container-1920>ul>li.ispro{position:static}.sep-mainnav>.sep-container-1920>ul>li.ispro>div:before{display:none}.sep-mainnav>.sep-container-1920>ul>li:hover>.box{display:block}.sep-mainnav>.sep-container-1920>ul>li:hover>a:after,.sep-mainnav>.sep-container-1920>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-1920>ul>li>a{font-size:16px;color:#fff;line-height:20px;display:inline-block;position:relative;text-decoration:none}.sep-mainnav>.sep-container-1920>ul>li>a:after{content:'';width:100%;height:2px;display:block;position:absolute;left:0;bottom:-10px;border-radius:1px;background:#fff;transition:All .4s ease-in-out;-webkit-transition:All .4s ease-in-out;-moz-transition:All .4s ease-in-out;-ms-transition:All .4s ease-in-out;-o-transition:All .4s ease-in-out;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0)}.sep-mainnav>.sep-container-1920>ul>li>.box{position:absolute;z-index:100;left:0;top:100%;display:none;padding-top:0}.sep-mainnav>.sep-container-1920>ul>li>.box>ul{background:#fff;min-width:180px;box-shadow:3px 4px 10px rgba(0,0,0,0.3)}.sep-mainnav>.sep-container-1920>ul>li>.box>ul>li{text-align:left;border-bottom:1px solid #ddd}.sep-mainnav>.sep-container-1920>ul>li>.box>ul>li:last-child{border-bottom:none}.sep-mainnav>.sep-container-1920>ul>li>.box>ul>li:hover{background:#3c4f61;color:#fff}.sep-mainnav>.sep-container-1920>ul>li>.box>ul>li:hover>a{color:#fff}.sep-mainnav>.sep-container-1920>ul>li>.box>ul>li>a{white-space:nowrap;color:#333;padding:15px 20px;display:block}.sep-footer{font-family:'SourceHanSansCN-Light','Arial','Lucida Grande','Microsoft Yahei'}.sep-footer .footer-box{padding-top:90px;background:#1c334b}.sep-footer .footer-box .sep-container-1920{position:relative;padding:0 80px}.sep-footer .footer-box .sep-container-1920 .items{justify-content:space-between}.sep-footer .footer-box .sep-container-1920 .items .item{flex:auto;margin-right:40px}.sep-footer .footer-box .sep-container-1920 .items .item:not(:last-child){width:15%}.sep-footer .footer-box .sep-container-1920 .items .item .hd{display:block;font-size:26px;color:#fff;line-height:30px;position:relative}.sep-footer .footer-box .sep-container-1920 .items .item a.hd:hover{opacity:.8}.sep-footer .footer-box .sep-container-1920 .items .item ul li{margin-top:20px;font-size:16px;color:#fff;line-height:22px}.sep-footer .footer-box .sep-container-1920 .items .item ul li a{color:#fff;font-size:16px;line-height:22px}.sep-footer .footer-box .sep-container-1920 .items .item ul li a:hover{text-decoration:underline}.sep-footer .footer-box .sep-container-1920 .items .item.contact{padding-left:30px;position:relative}.sep-footer .footer-box .sep-container-1920 .items .item.contact li{position:relative}.sep-footer .footer-box .sep-container-1920 .items .item.contact li i{color:#fff;font-size:24px;position:absolute;left:-30px;top:0}.sep-footer .footer-box .sep-container-1920 .items .item img{margin-top:20px}.sep-footer .footer-box .sep-container-1920 .items .item:last-child{margin-right:0}.sep-footer .footer-box .sep-container-1920 .items .item:last-child ul .add{position:absolute;margin:0}.sep-footer .footer-box .sep-container-1920 .items .item:last-child ul .add:first-child{left:27%;top:40%}.sep-footer .footer-box .sep-container-1920 .items .item:last-child ul .add:nth-child(2){left:46%;top:35%}.sep-footer .footer-box .sep-container-1920 .items .item:last-child ul .add:nth-child(3){left:60%;top:31%}.sep-footer .footer-box .sep-container-1920 .items .item:last-child ul .add:nth-child(4){left:63%;top:45%}.sep-footer .footer-box .sep-container-1920 .items .item:last-child ul .add:nth-child(5){left:75%;top:49%}.sep-footer .footer-box .sep-container-1920 .items .item:last-child ul .add:nth-child(6){left:53%;top:75%}.sep-footer .footer-box .sep-container-1920 .items .item:last-child ul .add::before{content:'';width:8px;height:8px;border-radius:50%;background:#fff;display:block}.sep-footer .footer-box .sep-container-1920 .items .item:last-child ul .add .content{display:none;width:150px;height:100px;border-radius:10px;padding:10px;background:#fff;color:#333;font-size:16px;line-height:22px;margin-left:-75px;margin-top:20px}.sep-footer .footer-box .sep-container-1920 .items .item:last-child ul .add:hover .content{display:block}.sep-footer .footer-box .sep-container-1920 .info-box{padding-bottom:120px;border-bottom:1px solid rgba(191,191,191,0.2);margin-top:30px}.sep-footer .footer-box .sep-container-1920 .info-box .logo{height:20px;margin-right:20px}.sep-footer .footer-box .sep-container-1920 .info-box .logo img{height:100%}.sep-footer .footer-box .sep-container-1920 .info-box .summary{width:540px;font-size:12px;color:#fff;line-height:15px;margin-right:20px}.sep-footer .footer-box .sep-container-1920 .info-box .newsletter{margin-right:20px;font-size:38px;font-family:'LeagueGothic-Regular';color:#fff;line-height:47px}.sep-footer .footer-box .sep-container-1920 .info-box .form-group{margin:0}.sep-footer .footer-box .sep-container-1920 .info-box .form-group .form-control{width:350px;height:38px;line-height:36px;border-radius:19px;padding-top:0;padding-bottom:0;font-size:16px;font-family:'SourceHanSansCN-Light'}.sep-footer .footer-box .sep-container-1920 .info-box .form-group .form-control::-webkit-input-placeholder{color:#999;font-size:16px;font-family:'SourceHanSansCN-Light'}.sep-footer .footer-box .sep-container-1920 .info-box .form-group .form-control::-moz-placeholder{color:#999;font-size:16px;font-family:'SourceHanSansCN-Light'}.sep-footer .footer-box .sep-container-1920 .info-box .form-group .form-control:-ms-input-placeholder{color:#999;font-size:16px;font-family:'SourceHanSansCN-Light'}.sep-footer .footer-box .sep-container-1920 .info-box .subscribe{width:150px;height:38px;line-height:36px;border:1px solid #fff;border-radius:19px;font-size:18px;text-align:center;font-family:'LeagueGothic-Regular';color:#fff;background:#3c4f61;cursor:pointer;position:absolute;right:0;top:0}.sep-footer .footer-box .sep-container-1920 .info-box .subscribe i{font-size:18px;position:relative;top:-2px;margin-left:10px}.sep-footer .footer-box .sep-container-1920 .info-box .subscribe:hover{background:#fff;color:#3c4f61;border:1px solid #3c4f61}.sep-footer .footer-box .sep-container-1920 .info-box .subscribe:hover i{color:#3c4f61}.sep-footer .footer-box .sep-container-1920 .info-box .sep-share li{margin-left:12px}.sep-footer .footer-box .sep-container-1920 .info-box .sep-share li a{display:block;width:48px;height:48px;line-height:48px;text-align:center;border-radius:10px;background:#fff}.sep-footer .footer-box .sep-container-1920 .info-box .sep-share li a:hover{background:#3c4f61}.sep-footer .footer-box .sep-container-1920 .info-box .sep-share li a:hover i{color:#fff}.sep-footer .footer-box .sep-container-1920 .info-box .sep-share li a i{font-size:32px;line-height:48px;color:#1c334b}.sep-footer .footer-box .sep-container-1920 .multi-language{position:absolute;top:-50px}.sep-footer .footer-box .sep-container-1920 .multi-language .box{padding:0}.sep-footer .footer-box .sep-container-1920 .multi-language .box .box2{align-items:center;justify-content:center;cursor:pointer;width:129px;height:37px;border:1px solid #fff;border-radius:10px}.sep-footer .footer-box .sep-container-1920 .multi-language .box .box2 a{color:#fff;font-size:16px}.sep-footer .footer-box .sep-container-1920 .multi-language .box .box2:hover .fa{transform:rotate(180deg);left:6px}.sep-footer .footer-box .sep-container-1920 .multi-language .box .box2 .fa{color:#fff;font-size:22px;padding-left:8px}.sep-footer .footer-box .sep-container-1920 .multi-language .box ul{top:38px}.sep-footer .sep-copyright{padding:17px 0;font-size:16px;background:#3c4f61}.sep-footer .sep-copyright a,.sep-footer .sep-copyright span{font-size:16px;color:rgba(255,255,255,0.5)}.sep-footer .sep-copyright a:hover{text-decoration:underline}.sep-footer .sep-copyright .sep-container-1920{position:relative;padding:0 80px}.sep-footer .sep-copyright .sep-container-1920 .box{margin-left:auto}.sep-footer .sep-copyright .sep-container-1920 .box a:first-child{padding-right:16px;position:relative}.sep-footer .sep-copyright .sep-container-1920 .box a:first-child:after{content:'';position:absolute;right:1px;top:2px;width:1px;height:14px;background:rgba(255,255,255,0.5)}.sep-footer .sep-copyright .sep-container-1920 .box a:nth-child(2){padding-left:10px;position:relative;padding-right:10px}.sep-footer .sep-copyright .sep-container-1920 .box a:last-child{padding-left:10px}.sep-footer .sep-copyright .sep-container-1920 .box a:hover{text-decoration:underline}.sep-footer .sep-copyright b{font-weight:normal;color:#fff;opacity:1;font-size:16px;position:relative}.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-inner-body .form-box .form-group:after{bottom:15px}.sep-inner-body.normal-section .sep-contact .box .form-group:after{font-size:20px;bottom:20px;right:3px}.sep-resource-list .sep-datalist{list-style:none;padding:0;margin:0}.sep-resource-list .sep-datalist li{width:100%}.sep-resource-list .sep-datalist>li:not(.pdf-item){border-bottom:dotted 1px #ddd;position:relative;min-height:150px;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;margin-bottom:10px;line-height:1.4em;font-size:26px;border:none}.sep-resource-list .sep-datalist>li:not(.pdf-item) .title:hover{color:#3c4f61;text-decoration:underline}.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 #3c4f61;background:#3c4f61;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:#3c4f61;color:#fff}.pdf-item{padding-bottom:20px;margin-bottom:20px;float:none}.pdf-item>div{width:100%;line-height:44px;border:1px solid #ddd;padding:0 14px}.pdf-item>div:hover{border:1px solid #3c4f61}.pdf-item:nth-child(even){float:none}.pdf-item .title:hover{color:#3c4f61}.pdf-item .titles-a{width:80%;display:block;white-space:nowrap;overflow:hidden;float:left;text-overflow:ellipsis}.pdf-item .titles-a:hover{color:#3c4f61}.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:#3c4f61;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:#324251;background:#3c4f61;color:#fff}.sep-pagination .pagination li:hover a,.sep-pagination .pagination li:hover span{border-color:#324251;background:#3c4f61;color:#fff;opacity:.8}.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:#3c4f61}.sep-resource-list-nothumb .sep-datalist li .summary{display:block;color:#666;line-height:1.5em;word-break:break-all;width:100%}.sep-resource-list-nothumb .sep-datalist li .published{display:block;color:#999;font-size:12px;margin-bottom:10px;position:absolute;bottom:10px;left:10px}.sep-resource-list-nothumb .sep-datalist li .published:before{font:normal normal normal 14px/1 FontAwesome;content:"\f073";margin-right:5px}.sep-resource-list-nothumb .sep-datalist li .btn-read{position:absolute;bottom:10px;left:10px;border:solid 1px #ccc;border-radius:3px;background:#f0f0f0;padding:2px 8px;color:#333;font-size:12px;display:none}.sep-resource-grid .sep-datalist{list-style:none;padding:0;margin:0 -15px;overflow:hidden}.sep-resource-grid .sep-datalist li{position:relative;float:left;width:33.33%;overflow:hidden;padding:0 15px;margin-bottom:18px}.sep-resource-grid .sep-datalist li.col-md-6{width:50%}.sep-resource-grid .sep-datalist li .thumb{display:block;width:100%;height:276px;line-height:274px;overflow:hidden;text-align:center;margin-bottom:8px;border:1px solid #cecece}.sep-resource-grid .sep-datalist li .thumb img{max-width:100%;height:auto}.sep-resource-grid .sep-datalist li .title{line-height:1.5em;height:1.5em;display:block;overflow:hidden;margin-bottom:8px;font-size:26px;color:#323232;margin-top:20px;text-align:center}.sep-resource-grid .sep-datalist li .title:hover{color:#3c4f61;opacity:.8}.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}.sep-breadcrumb.bg{background:#f2f2f2}.sep-breadcrumb.bg .breadcrumb{padding-bottom:20px}.sep-breadcrumb.noline .breadcrumb{border:none}.sep-breadcrumb .breadcrumb{padding-left:0;padding-right:0;padding-top:20px;padding-bottom:20px;background:transparent;margin-bottom:0;border-radius:0}.sep-breadcrumb .breadcrumb:before{font:normal normal normal 14px/1 FontAwesome;content:"\f015";width:16px;height:14px;width:23px;height:20px;color:#000;font-size:18px;display:inline-block;position:relative;top:2px;left:0}.sep-breadcrumb .breadcrumb li{display:inline-block}.sep-breadcrumb .breadcrumb li a{text-decoration:none;color:#323232;font-size:16px}.sep-breadcrumb .breadcrumb li a:hover{text-decoration:underline;color:#3c4f61}.sep-breadcrumb .breadcrumb li:last-child a{color:#3c4f61}.sep-breadcrumb .breadcrumb>li+li:before{content:'>';color:#323232;position:relative;top:0;font-size:16px;padding:0 6px}.sep-breadcrumb .breadcrumb .li-last:after{margin-left:5px;content:' '}.sep-breadcrumb.relative{position:relative !important}.fz24{font-size:1.5rem}.fz26{font-size:26px}.fz32{font-size:32px}.fz36{font-size:2.25rem}.fz40{font-size:2.5rem !important}.fz44{font-size:2.75rem}.fz54{font-size:3.125rem}.fz56{font-size:56px}.fz68{font-size:4.25rem}.pt0{padding-top:0 !important}.pb0{padding-bottom:0 !important}.pt60{padding-top:60px !important}.pb60{padding-bottom:60px !important}.pt80{padding-top:80px !important}.pb100{padding-bottom:100px !important}.pb110{padding-bottom:110px !important}.pt120{padding-top:120px !important}.pb120{padding-bottom:120px !important}.pt140{padding-top:140px !important}.pb150{padding-bottom:150px !important}.pt170{padding-top:170px !important}.pb170{padding-bottom:170px !important}.mb0{margin-bottom:0 !important}.mb20{margin-bottom:20px !important}.mb30{margin-bottom:30px !important}.mb40{margin-bottom:40px !important}.mb50{margin-bottom:50px !important}.mb80{margin-bottom:80px !important}.sep-brightness{filter:brightness(.8)}.sep-inner-banner{width:100%;margin:0 auto;position:relative;font-family:'SourceHanSansCN-Light','Arial','Lucida Grande','Microsoft Yahei'}.sep-inner-banner .sep-breadcrumb{position:absolute;width:100%;left:0;bottom:0;background:rgba(0,0,0,0.6)}.sep-inner-banner .sep-breadcrumb .breadcrumb:before{color:#fff}.sep-inner-banner .sep-breadcrumb .breadcrumb li a{color:#fff}.sep-inner-banner .sep-breadcrumb .breadcrumb li+li:before{color:#fff}.sep-inner-banner .sep-breadcrumb .breadcrumb li:last-child a{color:#fff;font-weight:600}.sep-inner-banner .sep-container-1920{padding:0 230px}.sep-inner-banner.pro .sep-container-1920{padding:0 110px}.sep-inner-banner img{width:100%;min-height:350px;object-fit:cover}.sep-inner-banner .b80{bottom:100px}.sep-inner-banner .title{font-size:108px;font-family:'LeagueGothic-Regular';color:#fff;line-height:108px}.sep-inner-banner .title.has-line{position:relative;margin-bottom:15px !important}.sep-inner-banner .title.has-line::before{content:'';display:block;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);width:300px;height:1px;background:#fff}.sep-inner-banner .title.has-line-left{position:relative;margin-bottom:20px !important}.sep-inner-banner .title.has-line-left::before{content:'';display:block;position:absolute;bottom:0;left:0;width:300px;height:1px;background:#fff}.sep-inner-banner .summary{font-size:37px;font-family:'LeagueGothic-Regular';color:#fff;line-height:46px}.sep-inner-banner .content{width:800px;font-size:20px;line-height:26px;color:#fff}.sep-inner-banner .content a{text-decoration:underline}.sep-inner-banner .content a:hover{font-style:italic}.sep-inner-banner.normal .title{font-size:64px;line-height:72px}.sep-inner-banner.normal .content{color:#fff;white-space:pre-wrap}.sep-inner-banner.company-banner .title{font-size:108px;line-height:124px}.sep-inner-banner.company-banner .content{width:700px;font-size:40px;line-height:50px}.sep-inner-banner.company-cultrue .content{width:820px;font-size:30px;line-height:40px}.sep-inner-banner.company-leader .content{width:585px;font-size:30px;line-height:40px}.sep-inner-banner.company-certi .title{width:600px}.sep-inner-banner.single{padding-top:82px;background:#0e1927}.c333{color:#333}.sep-container-1460{width:1460px;margin:0 auto}.sep-inner-body{font-family:'SourceHanSansCN-Light','Arial','Lucida Grande','Microsoft Yahei'}.sep-inner-body .sep-section-normal{padding:100px 0}.sep-inner-body .sep-section-normal.bg{background:#f7f7f7}.sep-inner-body .pro-index-section .sep-container-1920{padding:100px 120px}.sep-inner-body .pro-index-section .sep-container-1920.pb0{padding-bottom:0}.sep-inner-body .pro-index-section .sep-container-1920.pb0 .flex{padding-bottom:120px}.sep-inner-body .pro-index-section .sep-container-1920 .flex{align-items:center;border-bottom:2px solid #dcdcdc}.sep-inner-body .pro-index-section .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:-100}.sep-inner-body .pro-index-section .info{flex:1}.sep-inner-body .pro-index-section .info .title{font-size:82px;font-family:'LeagueGothic-Regular';color:#000;line-height:100px}.sep-inner-body .pro-index-section .info .title.cfff{color:#fff}.sep-inner-body .pro-index-section .info a.title:hover{color:#3c4f61}.sep-inner-body .pro-index-section .info .hd{font-family:'LeagueGothic-Regular';color:#000;font-size:36px;line-height:46px;margin-bottom:50px}.sep-inner-body .pro-index-section .info .hd.cfff{color:#fff}.sep-inner-body .pro-index-section .info .content{font-size:20px;color:#000;line-height:26px}.sep-inner-body .pro-index-section .info .content.cfff{color:#fff}.sep-inner-body .pro-index-section .info .content a{text-decoration:underline}.sep-inner-body .pro-index-section .info .content a:hover{font-style:italic}.sep-inner-body .pro-index-section .thumb{flex:1}.sep-inner-body .pro-index-section .thumb img{display:block;margin:0 auto}.sep-inner-body .pro-index-section:nth-child(2n+1) .thumb{margin-left:90px}.sep-inner-body .pro-index-section:nth-child(2n) .sep-container-1920 .flex{flex-direction:row-reverse}.sep-inner-body .pro-index-section:nth-child(2n) .thumb{margin-right:90px}.sep-inner-body .pro-index-section:nth-child(1) .sep-container-1920 .flex,.sep-inner-body .pro-index-section:nth-child(2) .sep-container-1920 .flex{border:none}.sep-inner-body .change-section .container-wrap{margin:0 150px;padding:90px 200px 60px 200px;border-bottom:2px solid #dcdcdc}.sep-inner-body .change-section .title{font-size:61px;font-family:'LeagueGothic-Regular';color:#000;line-height:76px;margin-bottom:100px}.sep-inner-body .change-section .box{border:1px solid #efebea;width:100%;height:520px;border-radius:10px}.sep-inner-body .change-section .box .flex-item.active .info{display:block}.sep-inner-body .change-section .box .flex-item.active .hd{background:#878787;color:#fff}.sep-inner-body .change-section .box .hd{background:#e7ecea;height:50px;color:#74777b;line-height:50px;cursor:pointer;margin:0}.sep-inner-body .change-section .box .info{display:none;position:absolute;left:0;top:50px;width:100%;height:calc(100% - 50px)}.sep-inner-body .change-section .box .info>::-webkit-scrollbar{width:4px}.sep-inner-body .change-section .box .info>::-webkit-scrollbar-thumb{border-radius:2px;background:#878787}.sep-inner-body .change-section .box .info>::-webkit-scrollbar-track{border-radius:2px;background:#e7ecea}.sep-inner-body .change-section .box .info.d1{overflow-y:scroll}.sep-inner-body .change-section .box .info.d1 .item{width:33.3%;padding-right:60px;padding-top:20px;padding-bottom:10px}.sep-inner-body .change-section .box .info.d1 .item img{width:50px;margin:0 20px}.sep-inner-body .change-section .box .info.d1 .item .content{color:#74777b;font-size:18px;line-height:24px}.sep-inner-body .change-section .box .info.d2{overflow-y:scroll}.sep-inner-body .change-section .box .info.d2 .wrap{margin:20px 0 20px 20px}.sep-inner-body .change-section .box .info.d2 .wrap .item{width:25%;padding-right:20px}.sep-inner-body .change-section .box .info.d2 .wrap .content{color:#1c334b;padding-bottom:10px;margin-bottom:20px;position:relative;font-family:'LeagueGothic-Regular';font-size:26px}.sep-inner-body .change-section .box .info.d2 .wrap .content:after{content:'';position:absolute;left:0;bottom:0;width:80%;height:2px;background:#1c334b}.sep-inner-body .change-section .box .info.d3{overflow-y:scroll}.sep-inner-body .change-section .box .info.d3 img{width:80%;height:100%;margin:0 10%;padding:10px 0;object-fit:contain}.sep-inner-body .change-section .box .info.d4{overflow-y:scroll}.sep-inner-body .change-section .box .info.d4 .wrap{margin:20px}.sep-inner-body .change-section .box .info.d4 .wrap .flex-item{margin-left:20px}.sep-inner-body .change-section .box .info.d4 .wrap .flex-item:first-child{margin-left:0}.sep-inner-body .change-section .box .info.d4 .wrap .flex-item img{max-width:100%;max-height:100%;display:block;margin:0 auto}.sep-inner-body .change-section .box .info.d4 .wrap .flex-item .content{text-align:center;margin-top:20px;font-size:18px}.sep-inner-body .solution-detail-section.bg{background-color:#3c4f61}.sep-inner-body .solution-detail-section .hd{font-size:50px;color:#fff;line-height:60px;position:relative}.sep-inner-body .solution-detail-section .hd.c000{color:#000}.sep-inner-body .solution-detail-section .hd.c000::before{background:#000}.sep-inner-body .solution-detail-section .hd::before{content:'';position:absolute;left:0;top:-4px;width:430px;height:2px;background:#fff}.sep-inner-body .solution-detail-section .content{margin-top:10px;font-size:20px;line-height:26px;color:#fff}.sep-inner-body .solution-detail-section .content.c000{color:#000}.sep-inner-body .solution-detail-section .content.c000 a{color:#000;text-decoration:underline}.sep-inner-body .solution-detail-section .content.c000 a:hover{color:#000;font-style:italic}.sep-inner-body .solution-detail-section .content a{color:#fff;text-decoration:underline}.sep-inner-body .solution-detail-section .content a:hover{font-style:italic;color:#fff;text-decoration:none}.sep-inner-body .solution-detail-section .thumb{width:100%;margin-top:100px}.sep-inner-body .solution-detail-section .thumb.mt50{margin-top:50px}.sep-inner-body .solution-detail-section .b100{top:16vw}.sep-inner-body .solution-detail-section .info{width:calc(50% + 40px) !important;padding-left:0 !important}.sep-inner-body .solution-detail-section .info.width100{width:100% !important}.sep-inner-body .solution-detail-section .section2{padding:100px 110px 80px 110px}.sep-inner-body .solution-detail-section .section2 .info .content,.sep-inner-body .solution-detail-section .section2 .info .hd{color:#fff}.sep-inner-body .solution-detail-section .section2 .info .content.c000,.sep-inner-body .solution-detail-section .section2 .info .hd.c000{color:#000}.sep-inner-body .solution-detail-section .section2 .info .content.c000 a,.sep-inner-body .solution-detail-section .section2 .info .hd.c000 a{color:#000;text-decoration:underline}.sep-inner-body .solution-detail-section .section2 .info .content.c000 a:hover,.sep-inner-body .solution-detail-section .section2 .info .hd.c000 a:hover{color:#000;font-style:italic}.sep-inner-body .solution-section .title{display:inline-block;font-size:82px;font-family:'LeagueGothic-Regular';color:#fff;line-height:100px;padding-bottom:25px;margin-bottom:38px;position:relative}.sep-inner-body .solution-section .title:after{content:'';position:absolute;left:0;bottom:0;width:100%;height:2px;background:#fff}.sep-inner-body .solution-section a.title:hover{opacity:.8}.sep-inner-body .solution-section .btn{padding:0 30px;height:52px;line-height:50px;background:#fff;border-radius:18px;font-size:32px;color:#000}.sep-inner-body .solution-section .btn i{display:inline-block;margin-left:5px;font-size:24px;position:relative;top:-2px}.sep-inner-body .solution-section .btn:hover{color:#3c4f61}.sep-inner-body .solution-section .btn:hover i{margin-left:10px}.sep-inner-body .solution-section img{width:100%}.sep-inner-body .solution-section .item .box{width:100%;padding:0 200px}.sep-inner-body .solution-section .item .box .info{width:50%;padding-right:100px}.sep-inner-body .solution-section .item:nth-child(2n+1) .info{margin-left:auto;padding-right:0;padding-left:100px}.sep-inner-body.company-section .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:-100}.sep-inner-body.company-section .content{font-size:20px;line-height:26px;color:#000}.sep-inner-body.company-section .content a{text-decoration:underline}.sep-inner-body.company-section .content a:hover{font-style:italic}.sep-inner-body.company-section .section1{padding-top:160px;padding-bottom:180px;background:url(../img/company-section1.jpg);background-size:cover;background-repeat:no-repeat}.sep-inner-body.company-section .section1 .sep-container-1920{padding:0 230px}.sep-inner-body.company-section .section1 .title{font-size:82px;font-family:'LeagueGothic-Regular';color:#fff;line-height:100px;margin-bottom:80px}.sep-inner-body.company-section .section1 .box{margin-left:90px;position:relative}.sep-inner-body.company-section .section1 .box::before{content:'';width:110px;height:14px;background:#fff;position:absolute;top:0;left:0}.sep-inner-body.company-section .section1 .box .item{width:25%;margin-top:80px;padding-right:20px}.sep-inner-body.company-section .section1 .box .item .hd{display:inline-block;font-size:108px;font-family:'LeagueGothic-Regular';color:#fff;line-height:100px}.sep-inner-body.company-section .section1 .box .item .summary{display:inline-block;font-size:32px;font-family:'LeagueGothic-Regular';color:#fff;line-height:36px}.sep-inner-body.company-section .section1 .box .item .content{font-size:26px;font-family:'LeagueGothic-Regular';color:#fff;line-height:30px}.sep-inner-body.company-section .section2{padding-top:200px;padding-bottom:180px}.sep-inner-body.company-section .section2 .sep-container-1920{padding-left:230px;padding-right:130px}.sep-inner-body.company-section .section2 .title{font-size:60px;font-family:'LeagueGothic-Regular';color:#000;line-height:80px}.sep-inner-body.company-section .section2 .thumb{margin-left:100px;padding-right:30px;position:relative}.sep-inner-body.company-section .section2 .thumb::before{content:'';width:417px;height:100%;background:#35608b;position:absolute;top:-30px;right:0;z-index:-100}.sep-inner-body.company-section .section2 .thumb img{width:100%}.sep-inner-body.company-section .section3 img{width:100%}.sep-inner-body.company-section .section3 .sep-container-1920{padding:0 150px}.sep-inner-body.company-section .section3 .sep-container-1920 .item{width:50%;padding-left:80px}.sep-inner-body.company-section .section3 .sep-container-1920 .item .title{font-size:60px;font-family:'LeagueGothic-Regular';color:#fff;line-height:70px}.sep-inner-body.company-section .section3 .sep-container-1920 .item .content{color:#fff}.sep-inner-body.company-section .section3.reverse .item{margin-left:auto}.sep-inner-body.company-section .section4{padding-top:150px}.sep-inner-body.company-section .section4 .box{padding-bottom:125px}.sep-inner-body.company-section .section4 .info{padding-left:50px}.sep-inner-body.company-section .section4 .info .content,.sep-inner-body.company-section .section4 .info .title{padding-left:20px;padding-right:80px}.sep-inner-body.company-section .section5{padding-top:100px}.sep-inner-body.company-section .section5 .box{padding-bottom:125px}.sep-inner-body.company-section .section5 .info .content,.sep-inner-body.company-section .section5 .info .title{padding-left:100px}.sep-inner-body.company-section .section4 .sep-container-1920,.sep-inner-body.company-section .section5 .sep-container-1920{padding:0 150px}.sep-inner-body.company-section .section4 .box,.sep-inner-body.company-section .section5 .box{border-bottom:2px solid #dcdcdc}.sep-inner-body.company-section .section4 .info,.sep-inner-body.company-section .section5 .info{padding-left:50px}.sep-inner-body.company-section .section4 .thumb,.sep-inner-body.company-section .section5 .thumb{width:100%;padding-left:70px;padding-right:60px}.sep-inner-body.company-section .section4 .thumb img,.sep-inner-body.company-section .section5 .thumb img{width:100%}.sep-inner-body.company-section .section4 .title,.sep-inner-body.company-section .section5 .title{font-size:60px;font-family:'LeagueGothic-Regular';color:#000;line-height:70px}.sep-inner-body.company-section .section6{padding-top:100px}.sep-inner-body.company-section .section6 .sep-container-1920{padding:0 150px}.sep-inner-body.company-section .section6 .sep-container-1920 .title{font-size:82px;line-height:100px;margin-bottom:90px;padding-bottom:20px;font-family:'LeagueGothic-Regular';color:#000;position:relative}.sep-inner-body.company-section .section6 .sep-container-1920 .title:after{content:'';width:300px;height:2px;background:#000;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.sep-inner-body.company-section .section6 .sep-container-1920 .wrap{justify-content:center}.sep-inner-body.company-section .section6 .sep-container-1920 .item{width:33.3%;padding:0 20px;margin-bottom:70px}.sep-inner-body.company-section .section6 .sep-container-1920 .box{background:#1c334b;height:100%}.sep-inner-body.company-section .section6 .sep-container-1920 .box img{width:100%}.sep-inner-body.company-section .section6 .sep-container-1920 .box .info{padding:0 30px}.sep-inner-body.company-section .section6 .sep-container-1920 .box .hd{font-size:42px;font-family:'LeagueGothic-Regular';color:#fff;line-height:56px;padding:10px 0;border-bottom:1px solid #fff}.sep-inner-body.company-section .section6 .sep-container-1920 .box .content{color:#fff;padding:20px 0}.sep-inner-body.company-section .sep-certi{padding-top:150px;padding-top:100px}.sep-inner-body.company-section .sep-certi .title{font-size:82px;line-height:100px;padding:20px 0;font-family:'LeagueGothic-Regular';color:#000;position:relative}.sep-inner-body.company-section .sep-certi .title::after{content:'';position:absolute;left:0;top:0;width:384px;height:2px;background:#000}.sep-inner-body.company-section .sep-certi .wrap{margin-top:100px}.sep-inner-body.company-section .sep-certi .item{margin-bottom:100px;width:50%}.sep-inner-body.company-section .sep-certi .item:nth-child(odd){padding-right:100px}.sep-inner-body.company-section .sep-certi .item:nth-child(even){padding-left:100px}.sep-inner-body.company-section .sep-certi .item .hd{font-size:42px;font-family:'LeagueGothic-Regular';color:#000;line-height:56px;padding-bottom:10px}.sep-inner-body.company-section .sep-certi .item .thumb{box-shadow:13px 13px 40px 0 rgba(7,0,2,0.16)}.sep-inner-body.company-section .sep-certi .item .thumb img{width:100%}.sep-inner-body.company-section .sep-leader{padding-top:80px;padding-bottom:170px}.sep-inner-body.company-section .sep-leader .title{font-size:82px;font-family:'LeagueGothic-Regular';color:#000;line-height:100px;margin-bottom:10px;border-bottom:1px solid #1c334b}.sep-inner-body.company-section .sep-leader .title.in-block{display:inline-block;margin:0 auto}.sep-inner-body.company-section .sep-leader .wrap{max-width:1000px;margin:0 auto}.sep-inner-body.company-section .sep-leader .item{margin-top:80px}.sep-inner-body.company-section .sep-leader .item .thumb{width:300px;flex-shrink:0}.sep-inner-body.company-section .sep-leader .item .info{padding-left:46px}.sep-inner-body.company-section .sep-leader .item .hd{font-size:50px;font-family:'LeagueGothic-Regular';color:#000;line-height:60px;position:relative;padding-bottom:15px;margin-bottom:15px}.sep-inner-body.company-section .sep-leader .item .hd:after{content:'';width:172px;height:1px;background:#000;position:absolute;left:0;bottom:0}.sep-inner-body.company-section .sep-leader .item .content{text-align:justify}.sep-inner-body.history-section{background:#254266;padding-top:90px;padding-bottom:50px}.sep-inner-body.history-section .sep-container-1920{padding-left:230px}.sep-inner-body.history-section .sep-container-1920:after{content:'';position:absolute;height:100%;width:4px;background:#fff;top:0;left:360px}.sep-inner-body.history-section .sep-container-1920 .box-wrap{padding:100px 0}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide{width:calc(100% - 130px);margin-left:auto;padding-left:215px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .control{position:absolute;bottom:0;left:755px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .control .swiper-button-next,.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .control .swiper-button-prev{width:auto;height:auto;margin-top:0;position:static}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .control .swiper-button-next i,.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .control .swiper-button-prev i{width:71px;height:71px;background:#fff;color:#000;font-size:20px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .thumb{margin-top:auto;margin-bottom:71px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .thumb img{width:100%}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info{width:540px;height:640px;background:#fff;border-radius:100px 0 0 0;padding:80px 60px 43px 80px;position:relative;color:#000}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info .year{font-size:19px;font-family:'LeagueGothic-Regular'}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info .title{font-size:86px;font-family:'LeagueGothic-Regular';line-height:93px;padding-bottom:10px;border-bottom:3px solid #000}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info .subtitle{font-size:42px;font-family:'LeagueGothic-Regular';line-height:45px;padding-top:5px;padding-bottom:40px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info .summary{font-size:26px;font-family:'LeagueGothic-Regular';line-height:30px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info .richtext{font-size:20px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info .page{position:absolute;left:80px;bottom:40px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info .page .cur{font-size:56px;font-family:'SourceHanSansCN-Regular';color:#000;line-height:61px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info .page .total{padding-left:20px;font-size:21px;font-family:'SourceHanSansCN-Regular';color:#9b9b9b;line-height:23px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .items{width:130px;flex-shrink:0}.sep-inner-body.history-section .sep-container-1920 .box-wrap .items .item{margin-bottom:50px;font-size:29px;color:#fff;font-family:'SourceHanSansCN-Regular';line-height:36px;cursor:pointer}.sep-inner-body.history-section .sep-container-1920 .box-wrap .items .item:hover{font-weight:600}.sep-inner-body.history-section .sep-container-1920 .box-wrap .items .item.active{position:relative}.sep-inner-body.history-section .sep-container-1920 .box-wrap .items .item.active::before{content:'';display:block;width:23px;height:16px;background:#fff;border-radius:8px;position:absolute;right:-13px;top:8px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .items .item:last-child{margin-bottom:0}.sep-inner-body.normal-section .title{font-size:79px;font-family:'LeagueGothic-Regular';color:#000;line-height:98px;margin-bottom:10px;border-bottom:1px solid #1c334b}.sep-inner-body.normal-section .title.in-block{display:inline-block;margin:0 auto}.sep-inner-body.normal-section .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:-100}.sep-inner-body.normal-section .sep-downloads{padding-top:100px}.sep-inner-body.normal-section .sep-downloads .item{width:50%}.sep-inner-body.normal-section .sep-downloads .item:nth-child(odd){padding:20px 20px 20px 0}.sep-inner-body.normal-section .sep-downloads .item:nth-child(even){padding:20px 0 20px 20px}.sep-inner-body.normal-section .sep-downloads .item .box{border:1px solid #35608b}.sep-inner-body.normal-section .sep-downloads .item .box .thumb{height:100%}.sep-inner-body.normal-section .sep-downloads .item .box .info{padding:20px 0 20px 20px;flex:1}.sep-inner-body.normal-section .sep-downloads .item .box .info .hd{font-size:36px;font-family:'LeagueGothic-Regular';color:#000;line-height:45px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,0.1)}.sep-inner-body.normal-section .sep-downloads .item .box .info .hd:hover{color:#3c4f61}.sep-inner-body.normal-section .sep-downloads .item .box .info .date{font-size:13px;font-family:'SourceHanSansCN-Regular';color:#000;line-height:16px;margin-top:10px}.sep-inner-body.normal-section .sep-downloads .item .box .info .summary{margin-top:auto;padding-right:20px;font-size:13px;font-family:'SourceHanSansCN-Regular';color:#000;line-height:16px}.sep-inner-body.normal-section .sep-downloads .item .box .down{width:180px;background:#1c334b;border-left:1px solid #1c334b}.sep-inner-body.normal-section .sep-downloads .item .box .down i{font-size:70px;color:#fff}.sep-inner-body.normal-section .sep-downloads .item .box .down .alias{font-size:43px;font-family:'LeagueGothic-Regular';color:#fff;line-height:53px}.sep-inner-body.normal-section .sep-downloads .item .box .down:hover{background:#fff}.sep-inner-body.normal-section .sep-downloads .item .box .down:hover i,.sep-inner-body.normal-section .sep-downloads .item .box .down:hover .alias{color:#3c4f61}.sep-inner-body.normal-section .sep-downloads:last-child{padding-top:70px;margin-bottom:50px}.sep-inner-body.normal-section .sep-faq{padding-top:90px;padding-bottom:100px}.sep-inner-body.normal-section .sep-faq .sep-faq-items.wrap{max-width:1100px;margin:0 auto;margin-top:100px}.sep-inner-body.normal-section .sep-faq .sep-faq-items .item{margin-bottom:60px}.sep-inner-body.normal-section .sep-faq .sep-faq-items .item:last-child{margin-bottom:0}.sep-inner-body.normal-section .sep-faq .sep-faq-items .item.active .box .control:after{content:'\e632'}.sep-inner-body.normal-section .sep-faq .sep-faq-items .item.active .box .hd,.sep-inner-body.normal-section .sep-faq .sep-faq-items .item.active .box q{color:#3c4f61}.sep-inner-body.normal-section .sep-faq .sep-faq-items .item .box{position:relative;align-items:center;cursor:pointer}.sep-inner-body.normal-section .sep-faq .sep-faq-items .item .box .q{color:#000;font-size:64px;text-align:center;margin-right:30px}.sep-inner-body.normal-section .sep-faq .sep-faq-items .item .box .hd{font-size:72px;line-height:80px;font-family:'LeagueGothic-Regular';color:#000;position:relative}.sep-inner-body.normal-section .sep-faq .sep-faq-items .item .box .control{margin-left:auto;padding-left:30px;width:60px;height:60px;background:#e5e5e5;border-radius:50%;position:relative}.sep-inner-body.normal-section .sep-faq .sep-faq-items .item .box .control:after{content:'\e616';font-size:44px;font-family:'iconfont';color:#fff;position:absolute;left:8px;top:8px}.sep-inner-body.normal-section .sep-faq .sep-faq-items .item .box .control:hover:after{color:#3c4f61}.sep-inner-body.normal-section .sep-faq .sep-faq-items .item .content{font-size:24px;line-height:30px;color:#000;display:none;padding:30px;position:relative}.sep-inner-body.normal-section .sep-faq .sep-faq-items .item .content ul{padding-left:20px}.sep-inner-body.normal-section .sep-faq .sep-faq-items .item .content a{text-decoration:underline}.sep-inner-body.normal-section .sep-faq .sep-faq-items .item .content a:hover{color:#3c4f61;font-style:italic}.sep-inner-body.normal-section .sep-faq .sep-faq-items .item .content i{position:absolute;left:15px;top:20px;font-size:24px;font-style:normal;display:none}.sep-inner-body.normal-section .sep-video{padding-top:140px;padding-bottom:120px}.sep-inner-body.normal-section .sep-video .sep-container-1460{padding:0 20px}.sep-inner-body.normal-section .sep-video .item{width:50%}.sep-inner-body.normal-section .sep-video .item:nth-child(odd){padding:20px 20px 20px 0}.sep-inner-body.normal-section .sep-video .item:nth-child(even){padding:20px 0 20px 20px}.sep-inner-body.normal-section .sep-video .item .box{border:2px solid #1b2e4c;height:100%}.sep-inner-body.normal-section .sep-video .item .box .play{width:167px;height:167px;border-radius:50%;background:#fff;text-align:center}.sep-inner-body.normal-section .sep-video .item .box .play i{line-height:167px;font-size:70px}.sep-inner-body.normal-section .sep-video .item .box .play:hover{background:#3c4f61}.sep-inner-body.normal-section .sep-video .item .box .play:hover i{color:#fff}.sep-inner-body.normal-section .sep-video .item .box .thumb img{width:100%}.sep-inner-body.normal-section .sep-video .item .box .info{padding:20px;min-height:210px;flex:1}.sep-inner-body.normal-section .sep-video .item .box .info .summary{font-size:56px;font-family:'LeagueGothic-Regular';color:#000;line-height:60px;margin-bottom:20px}.sep-inner-body.normal-section .sep-video .item .box .info .summary:hover{color:#3c4f61}.sep-inner-body.normal-section .sep-video .item .box .info .date{margin-top:auto;font-size:27px;font-family:'SourceHanSansCN-Regular';color:#afafaf;line-height:34px;text-align:right;border-top:1px solid #e5e5e5;padding-top:8px}.sep-inner-body.normal-section .sep-news .date,.sep-inner-body.normal-section .sep-events .date{width:200px;font-size:26px;line-height:36px;padding-bottom:10px;color:#1c334b;border-bottom:3px solid #1c334b}.sep-inner-body.normal-section .sep-news .hd,.sep-inner-body.normal-section .sep-events .hd{font-size:36px;line-height:42px;font-family:'LeagueGothic-Regular'}.sep-inner-body.normal-section .sep-news .hd:hover,.sep-inner-body.normal-section .sep-events .hd:hover{color:#3c4f61;opacity:.8}.sep-inner-body.normal-section .sep-news{padding-top:200px;padding-bottom:120px}.sep-inner-body.normal-section .sep-news .wrap{padding:0 85px}.sep-inner-body.normal-section .sep-news .item{width:50%}.sep-inner-body.normal-section .sep-news .item:nth-child(odd){padding:30px 45px 30px 0}.sep-inner-body.normal-section .sep-news .item:nth-child(even){padding:30px 0 30px 45px}.sep-inner-body.normal-section .sep-news .item .box{border:1px solid #afafaf;height:100%}.sep-inner-body.normal-section .sep-news .item .box .thumb img{width:100%}.sep-inner-body.normal-section .sep-news .item .box .info{padding:20px;min-height:200px;flex:1}.sep-inner-body.normal-section .sep-news .item .box .info .hd{padding-top:10px;padding-bottom:10px}.sep-inner-body.normal-section .sep-news .item .box .info .date{color:#afafaf}.sep-inner-body.normal-section .sep-events{padding-top:80px;padding-bottom:120px}.sep-inner-body.normal-section .sep-events .wrap{padding-top:112px;padding-left:95px;padding-right:95px}.sep-inner-body.normal-section .sep-events .item{margin-bottom:90px}.sep-inner-body.normal-section .sep-events .item .box{border:1px solid #afafaf}.sep-inner-body.normal-section .sep-events .item .box .thumb{height:100%}.sep-inner-body.normal-section .sep-events .item .box .info{padding:20px 20px 20px 60px;flex:1;justify-content:center}.sep-inner-body.normal-section .sep-events .item .box .info .hd{padding-bottom:50px}.sep-inner-body.normal-section .sep-contact{margin-top:70px}.sep-inner-body.normal-section .sep-contact .title{font-size:72px;font-family:'LeagueGothic-Regular';color:#000;line-height:80px;padding-top:20px;padding-bottom:20px;border-bottom:0;position:relative}.sep-inner-body.normal-section .sep-contact .title::after{content:'';position:absolute;left:0;top:0;width:384px;height:2px;background:#000}.sep-inner-body.normal-section .sep-contact .content{width:1000px;font-size:20px;line-height:26px;color:#000}.sep-inner-body.normal-section .sep-contact .content a{text-decoration:underline}.sep-inner-body.normal-section .sep-contact .content a:hover{font-style:italic}.sep-inner-body.normal-section .sep-contact .box{max-width:1000px;padding:30px 40px;background:#fff;box-shadow:0 0 18px 0 rgba(7,0,2,0.14);border-radius:10px;margin-top:30px;margin-bottom:70px}.sep-inner-body.normal-section .sep-contact .box .flex:first-child{margin-bottom:10px}.sep-inner-body.normal-section .sep-contact .box .item{min-width:380px;padding-left:40px;position:relative;font-size:25px;line-height:40px;font-family:'SourceHanSansCN-Regular';color:#000}.sep-inner-body.normal-section .sep-contact .box .item i{position:absolute;left:0;top:-2px;font-size:32px;color:#000}.sep-inner-body.normal-section .sep-contact .box .item *{font-size:25px;line-height:40px;font-family:'SourceHanSansCN-Regular';color:#000}.sep-inner-body.normal-section .sep-contact .box .item a:hover{text-decoration:underline}.sep-inner-body.normal-section .sep-contact .box .col-md-6:nth-child(1){padding-right:40px}.sep-inner-body.normal-section .sep-contact .box .col-md-6:nth-child(2){padding-left:40px}.sep-inner-body.normal-section .sep-contact .box .form-group{margin-bottom:30px}.sep-inner-body.normal-section .sep-contact .box .form-control{height:58px;background:#f3f3f3;border-radius:10px;border:none;padding:10px 20px;font-size:16px;font-family:'SourceHanSansCN-Light';color:#000;line-height:22px}.sep-inner-body.normal-section .sep-contact .box .form-control::-webkit-input-placeholder{font-size:16px;font-family:'SourceHanSansCN-Light';color:#000;line-height:22px;opacity:.5}.sep-inner-body.normal-section .sep-contact .box .form-control::-moz-placeholder{font-size:16px;font-family:'SourceHanSansCN-Light';color:#000;line-height:22px;opacity:.5}.sep-inner-body.normal-section .sep-contact .box .form-control::-o-placeholder{font-size:16px;font-family:'SourceHanSansCN-Light';color:#000;line-height:22px;opacity:.5}.sep-inner-body.normal-section .sep-contact .box .form-control:-ms-input-placeholder{font-size:16px;font-family:'SourceHanSansCN-Light';color:#000;line-height:22px;opacity:.5}.sep-inner-body.normal-section .sep-contact .box .form-control.countrypicker.btn-group.open .dropdown-toggle{box-shadow:none !important}.sep-inner-body.normal-section .sep-contact .box .form-control.countrypicker.btn-group .dropdown-toggle{height:100%;padding:0;border:none !important;box-shadow:none !important;background:transparent}.sep-inner-body.normal-section .sep-contact .box .form-control.countrypicker.btn-group .dropdown-toggle span{font-size:16px;font-family:'SourceHanSansCN-Regular';color:#000;line-height:22px;opacity:.5}.sep-inner-body.normal-section .sep-contact .box .form-control.countrypicker.btn-group .dropdown-toggle .caret{top:15px;border-top:10px solid;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:none}.sep-inner-body.normal-section .sep-contact .box .form-control.countrypicker.bootstrap-select .dropdown-toggle:focus{outline:none !important}.sep-inner-body.normal-section .sep-contact .box .form-control.countrypicker .bs-actionsbox,.sep-inner-body.normal-section .sep-contact .box .form-control.countrypicker .bs-donebutton,.sep-inner-body.normal-section .sep-contact .box .form-control.countrypicker .bs-searchbox{padding:10px 20px 20px 20px}.sep-inner-body.normal-section .sep-contact .box .form-control.countrypicker .bs-actionsbox .form-control,.sep-inner-body.normal-section .sep-contact .box .form-control.countrypicker .bs-donebutton .form-control,.sep-inner-body.normal-section .sep-contact .box .form-control.countrypicker .bs-searchbox .form-control{height:40px;font-size:16px}.sep-inner-body.normal-section .sep-contact .box .form-control.countrypicker.bootstrap-select.btn-group .dropdown-menu li a span.text{font-size:16px}.sep-inner-body.normal-section .sep-contact .box textarea.form-control{height:205px}.sep-inner-body.normal-section .sep-contact .box .button-wrap{text-align:right;margin-bottom:0}.sep-inner-body.normal-section .sep-contact .box .btn-primary{width:176px;height:46px;background:#1c334b;border-radius:23px;font-size:31px;font-family:'LeagueGothic-Regular';color:#fff;cursor:pointer}.sep-inner-body.normal-section .sep-contact .thumb-section .back{width:100%;z-index:-100}.sep-inner-body.normal-section .sep-contact .thumb-section .title{font-size:71px;line-height:80px;font-family:'LeagueGothic-Regular';color:#fff;position:absolute;top:100px;padding:0}.sep-inner-body.normal-section .sep-contact .thumb-section .title:after{content:'';width:300px;height:1px;background:#fff;position:absolute;top:auto;bottom:0;left:0}.sep-inner-body.normal-section .sep-contact .wrap{padding-top:80px}.sep-inner-body.normal-section .sep-contact .wrap .item{width:50%;padding:0 50px 0 50px}.sep-inner-body.normal-section .sep-contact .wrap .item:nth-child(odd){padding-left:74px}.sep-inner-body.normal-section .sep-contact .wrap .item:nth-child(even){padding-right:74px}.sep-inner-body.normal-section .sep-contact .wrap .item .thumb{width:100%}.sep-inner-body.normal-section .sep-contact .wrap .item .thumb img{width:100%}.sep-inner-body.normal-section .sep-contact .wrap .item .info{flex:1;width:100%;min-height:179px;position:relative;left:-40px;top:-110px;background:#1c334b}.sep-inner-body.normal-section .sep-contact .wrap .item .info .left{padding:30px;flex:auto}.sep-inner-body.normal-section .sep-contact .wrap .item .info .right{flex-shrink:0;width:183px;min-height:179px;background:#234160}.sep-inner-body.normal-section .sep-contact .wrap .item .info .right i{font-size:60px;color:#fff}.sep-inner-body.normal-section .sep-contact .wrap .item .info .hd{font-size:40px;font-family:'LeagueGothic-Regular';color:#fff;line-height:50px}.sep-inner-body.normal-section .sep-contact .wrap .item .info .richtext{font-size:20px;color:#fff;line-height:26px !important}.sep-inner-body.normal-section .sep-contact .wrap .item .info .richtext *{font-size:20px;color:#fff;line-height:26px !important}.sep-inner-body.normal-section .sep-contact .wrap .item .info .richtext a{text-decoration:underline}.sep-inner-body.normal-section .sep-contact .wrap .item .info .richtext a:hover{font-style:italic}.sep-inner-body.normal-section .sep-section4 .sep-title{font-size:106px;font-family:'LeagueGothic-Regular';color:#3c4f61;line-height:130px;position:relative}.sep-inner-body.normal-section .sep-section4 .sep-title.hasline:after{content:'';width:242px;height:3px;background:#3c4f61;position:absolute;left:0;bottom:0}.sep-inner-body.normal-section .sep-section4 .sep-container-1920{padding:0}.sep-inner-body .form-box{margin:0 350px}.sep-inner-body .form-box .title{font-size:48px;font-family:'LeagueGothic-Regular';color:#000;line-height:60px}.sep-inner-body .form-box .btn1{float:right;width:140px;height:60px;line-height:60px;text-align:center;background:#28496c;border-radius:5px;font-size:43px;font-family:'LeagueGothic-Regular';color:#fff;padding:0;cursor:pointer}.sep-inner-body .form-box .btn1:hover{opacity:.8}.sep-inner-body .form-box .row{margin-left:0;margin-right:0}.sep-inner-body .form-box .col-md-4,.sep-inner-body .form-box .col-md-6,.sep-inner-body .form-box .col-md-8{padding:0}.sep-inner-body .form-box .col-md-8 .col-md-6{padding-right:20px}.sep-inner-body .form-box .col-md-8 .form-group{margin-bottom:5px}.sep-inner-body .form-box .form-control{height:50px;border:1px solid #979797;border-radius:0;font-size:16px;color:#999;font-family:'SourceHanSansCN-Light'}.sep-inner-body .form-box .form-control::-webkit-input-placeholder{color:#999;font-size:16px;font-family:'SourceHanSansCN-Light'}.sep-inner-body .form-box .form-control::-moz-placeholder{color:#999;font-size:16px;font-family:'SourceHanSansCN-Light'}.sep-inner-body .form-box .form-control:-ms-input-placeholder{color:#999;font-size:16px;font-family:'SourceHanSansCN-Light'}.sep-inner-body .form-box .form-control.countrypicker.btn-group.open .dropdown-toggle{box-shadow:none !important}.sep-inner-body .form-box .form-control.countrypicker.btn-group .dropdown-toggle{padding:6px 32px 6px 12px;height:100%;border:none !important;box-shadow:none !important;background:transparent}.sep-inner-body .form-box .form-control.countrypicker.btn-group .dropdown-toggle span{font-size:16px;font-family:'SourceHanSansCN-Light','Arial','Lucida Grande','Microsoft Yahei';color:#999;line-height:22px}.sep-inner-body .form-box .form-control.countrypicker.btn-group .dropdown-toggle .caret{top:20px;border-top:10px solid;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:none}.sep-inner-body .form-box .form-control.countrypicker.bootstrap-select .dropdown-toggle:focus{outline:none !important}.sep-inner-body .form-box .form-control.countrypicker .bs-actionsbox,.sep-inner-body .form-box .form-control.countrypicker .bs-donebutton,.sep-inner-body .form-box .form-control.countrypicker .bs-searchbox{padding:10px 20px 20px 20px}.sep-inner-body .form-box .form-control.countrypicker .bs-actionsbox .form-control,.sep-inner-body .form-box .form-control.countrypicker .bs-donebutton .form-control,.sep-inner-body .form-box .form-control.countrypicker .bs-searchbox .form-control{height:40px;font-size:16px}.sep-inner-body .form-box .form-control.countrypicker.bootstrap-select.btn-group .dropdown-menu li a span.text{font-size:16px;font-family:'SourceHanSansCN-Light'}.sep-inner-body .form-box .col-md-4 .form-control{height:160px}.sep-inner-body .jc-resource-grid .item{margin-bottom:40px}.sep-inner-body .jc-resource-grid .item .thumb{margin-bottom:20px}.sep-inner-body .jc-resource-grid .item .info{padding-left:20px}.sep-inner-body .jc-resource-grid .item .info .title{font-size:24px;color:#333;position:relative;margin-bottom:15px}.sep-inner-body .jc-resource-grid .item .info .title::before{content:'';display:block;width:4px;height:30px;background:#3c4f61;position:absolute;left:-20px;top:4px}.sep-inner-body .jc-resource-grid .item .info .title:hover{color:#3c4f61}.sep-inner-body .jc-resource-grid .item .info .summary{color:#666;font-size:16px;line-height:1.6em}.sep-inner-body .relate-news-items{margin:0 -20px}.sep-inner-body .relate-news-items .item{padding:0 20px}.sep-inner-body .relate-news-items .item .box:hover .info{box-shadow:0 14px 49px 0 rgba(8,145,64,0.2)}.sep-inner-body .relate-news-items .item .box .thumb .date-box{position:absolute;width:65px;height:83px;background:#fff;left:30px;top:30px;padding-top:5px}.sep-inner-body .relate-news-items .item .box .thumb .date-box .month{font-size:18px;color:#666;line-height:1em}.sep-inner-body .relate-news-items .item .box .thumb .date-box .day{font-size:30px;color:#089140;line-height:1em;margin:5px 0;position:relative}.sep-inner-body .relate-news-items .item .box .thumb .date-box .day::before{content:'';width:10px;height:1px;background:#202415;display:block;position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);top:-2px}.sep-inner-body .relate-news-items .item .box .thumb .date-box .day::after{content:'';width:10px;height:1px;background:#202415;display:block;position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);bottom:0}.sep-inner-body .relate-news-items .item .box .thumb .date-box .year{line-height:1em;font-size:16px;color:#666}.sep-inner-body .relate-news-items .item .box .info{height:160px;padding:26px}.sep-inner-body .relate-news-items .item .box .info .title{font-size:20px;color:#333;line-height:1.4em;margin-bottom:15px;position:relative}.sep-inner-body .relate-news-items .item .box .info .title:hover{color:#3c4f61}.sep-inner-body .relate-news-items .item .box .info .title::before{content:'';position:absolute;left:-26px;top:4px;display:block;width:4px;height:33px;background:#3c4f61}.sep-inner-body .relate-news-items .item .box .info .summary{font-size:16px;color:#666;line-height:30px;margin-bottom:20px}.sep-inner-body .relate-news-items .item .box .info .more{font-size:16px;color:#333}.sep-inner-body .relate-news-items .item .box .info .more:hover{color:#3c4f61}.relate{text-align:center;font-size:18px;color:#fff;background:#3c4f61;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:#3c4f61;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:#3c4f61;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}.quick-links a{color:#3c4f61}.quick-links a:hover{text-decoration:underline}.richtext{word-spacing:normal;color:#666;font-size:16px;line-height:1.8em !important;font-family:'SourceHanSansCN-Light','Lucida Grande','Microsoft Yahei';margin-bottom:20px}.richtext *{word-spacing:normal;color:#666;font-size:16px;line-height:1.8em !important;font-family:'SourceHanSansCN-Light','Lucida Grande','Microsoft Yahei';max-width:100%}.richtext.fz18{font-size:18px}.richtext.fz18 *{font-size:18px}.richtext.fz22{font-size:22px !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-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.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{text-decoration:underline}.richtext a:hover{font-style:italic}.richtext h2{color:#333;font-size:2.25rem;position:relative;margin:10px 0;font-family:'LeagueGothic-Regular';line-height:1.4em !important}.richtext h2 *{color:#333;font-size:2.25rem}.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:nth-child(even){background:#f5f5f5}.richtext table tr td{border:1px solid #e6e6e6;font-size:16px;word-break:normal;padding:10px 15px;color:#333}.richtext table tr td:nth-child(1){font-family:'LeagueGothic-Regular'}.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:#3c4f61;position:absolute;left:7px;top:10px;z-index:3}.richtext.li-line ul li{padding-left:54px;position:relative;padding-bottom:18px;margin-bottom:0}.richtext.li-line ul li:before{content:'';width:10px;height:10px;border:2px solid #3c4f61;border-radius:50%;display:inline-block;position:absolute;left:9px;top:7px;background:#fff;z-index:10}.richtext.li-line ul li:last-child:after{display:none}.richtext.li-line ul li:after{content:'';height:100%;width:2px;background:#3c4f61;position:absolute;left:13px;top:7px}.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 .box-wrap{padding-left:20px;position:relative;z-index:1000;height:56px;border-bottom:1px solid #ddd;background:#1a1a1a}.sep-lx-header-mb .box-wrap .logo{display:inline-block}.sep-lx-header-mb .box-wrap .logo img{height:20px}.sep-lx-header-mb .box-wrap>ul{position:relative;margin:0;margin-left:auto}.sep-lx-header-mb .box-wrap>ul>li{width:30px;margin-left:15px;text-align:center;position:relative;color:#fff}.sep-lx-header-mb .box-wrap>ul>li#global .wrapper a{display:inline-block;font-size:18px;color:#fff;padding-right:15px;position:relative}.sep-lx-header-mb .box-wrap>ul>li#global .wrapper a:after{content:'';width:1px;height:18px;background:#fff;position:absolute;right:0;top:4px}.sep-lx-header-mb .box-wrap>ul>li#menu{margin:0 10px}.sep-lx-header-mb .box-wrap>ul>li#menu i{display:inline-block;text-align:center;color:#fff;font-size:26px}.sep-lx-header-mb .box-wrap>ul>li .multi-language{position:absolute;background:#3c4f61;width:120px;text-align:center;padding:10px 20px;z-index:100000;top:41px;left:-45px;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:#fff;font-size:20px}.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:#3c4f61;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:#3c4f61;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:15px 30px;text-align:center;box-shadow:0 0 12px rgba(145,145,145,0.7);position:relative;z-index:10000;background:#1a1a1a}.sep-menu-box .top i{color:#fff;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:#3c4f61}.sep-menu-box .bottom .menu-item>li.active .box{border-bottom:1px solid #fff}.sep-menu-box .bottom .menu-item>li.active .box a{color:#fff}.sep-menu-box .bottom .menu-item>li.active .box i{color:#fff;transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg)}.sep-menu-box .bottom .menu-item>li .box{position:relative;padding:22px 30px;border-bottom:1px solid transparent}.sep-menu-box .bottom .menu-item>li .box a{color:#282828;font-size:18px}.sep-menu-box .bottom .menu-item>li .box i{font-size:20px;color:#282828;position:absolute;right:30px;top:26px;cursor:pointer;transition:All .4s ease-in-out;-webkit-transition:All .4s ease-in-out;-moz-transition:All .4s ease-in-out;-o-transition:All .4s ease-in-out}.sep-menu-box .bottom .menu-item>li>ul{padding:5px 0;display:none}.sep-menu-box .bottom .menu-item>li>ul>li{padding:4px 20px}.sep-menu-box .bottom .menu-item>li>ul>li a{color:#fff;font-size:14px}.sep-menu-box .bottom-toggle{position:absolute;width:100%;z-index:1000;top:70px;background:#fff;transition:All .4s ease-in-out;-webkit-transition:All .4s ease-in-out;-moz-transition:All .4s ease-in-out;-o-transition:All .4s ease-in-out;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);visibility:hidden}.sep-menu-box .bottom-toggle.active{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.sep-menu-box .bottom-toggle .toggle{display:none}.sep-menu-box .bottom-toggle .toggle>ul{background:#fff}.sep-menu-box .bottom-toggle .toggle>ul>li{padding:0 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}.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li{line-height:40px}.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li a{font-size:14px}.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:#3c4f61;color:#fff;display:table;margin:0 auto;margin-top:0;padding:20px 40px;font-size:22px;width:100%;border:none;border-radius:0}.sep-menu-box .contact i{padding-right:5px}.sep-menu-box .logo img{height:25px}.gdw-mb-c{display:none}.sep-banner-mb{display:none}.sep-banner-mb img{width:100%}.mb-bottom-wrap{padding-bottom:120px !important;background:#1c334b;padding-top:15px}.mb-bottom-wrap ul.info{margin-top:20px;padding:0 15px}.mb-bottom-wrap ul.info li{margin-bottom:5px !important;font-size:16px;color:#fff;line-height:24px;opacity:.8}.mb-bottom-wrap ul.info li *{font-size:16px;color:#fff;line-height:24px;opacity:.8}.mb-bottom-wrap ul.info li a{display:inline-block}.mb-bottom-wrap ul.info li a:first-child{padding-right:7px}.mb-bottom-wrap ul.info li a:nth-child(2){padding-left:7px}.mb-bottom-wrap ul.info li a:hover{text-decoration:underline;opacity:1}.mb-bottom-wrap .bottom-menu>li>ul{padding:15px;border-bottom:1px solid rgba(255,255,255,0.1)}.mb-bottom-wrap .bottom-menu>li>ul li{padding:10px 0}.mb-bottom-wrap .bottom-menu>li>ul li a,.mb-bottom-wrap .bottom-menu>li>ul li div,.mb-bottom-wrap .bottom-menu>li>ul li span{font-size:20px;color:#fff;line-height:26px}.mb-bottom-wrap .bottom-menu>li>ul.contact{display:block !important;border-bottom:none;padding:0 15px;margin-bottom:10px}.mb-bottom-wrap .bottom-menu>li>ul.contact li{margin-bottom:20px;padding:0;padding-left:40px;position:relative}.mb-bottom-wrap .bottom-menu>li>ul.contact li i{font-size:24px;color:#fff;position:absolute;left:0;top:5px}.mb-bottom-wrap .bottom-menu>li>ul.contact li i::before{display:none}.mb-bottom-wrap .bottom-menu>li>ul.contact li a,.mb-bottom-wrap .bottom-menu>li>ul.contact li div,.mb-bottom-wrap .bottom-menu>li>ul.contact li span{line-height:30px}.mb-bottom-wrap .bottom-menu>li .box{width:100%;height:55px;border-bottom:1px solid rgba(255,255,255,0.1);padding:0 15px;position:relative}.mb-bottom-wrap .bottom-menu>li .box.contact{border-bottom:none;height:75px}.mb-bottom-wrap .bottom-menu>li .box.map{border-bottom:none}.mb-bottom-wrap .bottom-menu>li .box a,.mb-bottom-wrap .bottom-menu>li .box span{font-size:21px;font-family:'SourceHanSansCN-Bold';color:#fff;line-height:26px}.mb-bottom-wrap .bottom-menu>li .box i{margin-left:auto;color:#fff;font-size:14px;font-weight:600;cursor:pointer}.mb-bottom-wrap .bottom-menu>li .box i.fa{transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;-o-transform-origin:center;transition:All .2s ease-in-out;-webkit-transition:All .2s ease-in-out;-moz-transition:All .2s ease-in-out;-ms-transition:All .2s ease-in-out;-o-transition:All .2s ease-in-out}.mb-bottom-wrap .bottom-menu>li .box i.fa::before{display:none}.mb-bottom-wrap .bottom-menu>li .box i.active{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg)}.mb-bottom-wrap .bottom-menu>li:last-child ul .add{position:absolute;margin:0}.mb-bottom-wrap .bottom-menu>li:last-child ul .add:first-child{left:27%;top:38%}.mb-bottom-wrap .bottom-menu>li:last-child ul .add:nth-child(2){left:46%;top:33%}.mb-bottom-wrap .bottom-menu>li:last-child ul .add:nth-child(3){left:60%;top:29%}.mb-bottom-wrap .bottom-menu>li:last-child ul .add:nth-child(4){left:63%;top:43%}.mb-bottom-wrap .bottom-menu>li:last-child ul .add:nth-child(5){left:75%;top:47%}.mb-bottom-wrap .bottom-menu>li:last-child ul .add:nth-child(6){left:53%;top:75%}.mb-bottom-wrap .bottom-menu>li:last-child ul .add::before{content:'';width:5px;height:5px;border-radius:50%;background:#fff;display:block}.mb-bottom-wrap .bottom-menu>li:last-child ul .add .content{display:none;width:150px;height:100px;border-radius:10px;padding:10px;background:#fff;color:#333;font-size:16px;line-height:22px;margin-left:-75px;margin-top:20px}.mb-bottom-wrap .bottom-menu>li:last-child ul .add:hover .content{display:block}.mb-bottom-wrap .info-box{margin-top:30px;padding:0 15px}.mb-bottom-wrap .info-box .logo{height:38px}.mb-bottom-wrap .info-box .logo img{height:100%}.mb-bottom-wrap .info-box .summary{font-size:12px;color:#fff;line-height:15px;padding-top:16px;padding-bottom:30px}.mb-bottom-wrap .info-box .newsletter{font-size:31px;line-height:39px;font-family:'SourceHanSansCN-Normal';color:#fff;padding-bottom:20px}.mb-bottom-wrap .info-box .form-group{margin:0}.mb-bottom-wrap .info-box .form-group .form-control{width:100%;height:38px;line-height:36px;border-radius:19px}.mb-bottom-wrap .info-box .subscribe{width:150px;height:38px;line-height:36px;border:1px solid #fff;border-radius:19px;font-size:18px;text-align:center;font-family:'SourceHanSansCN-Bold';color:#fff;background:#3c4f61;cursor:pointer;position:absolute;right:0;top:0}.mb-bottom-wrap .info-box .subscribe i{font-size:18px;position:relative;top:-2px;margin-left:10px}.mb-bottom-wrap .info-box .subscribe:hover{background:#fff;color:#3c4f61;border:1px solid #3c4f61}.mb-bottom-wrap .info-box .subscribe:hover i{color:#3c4f61}.mb-bottom-wrap .info-box .sep-share{margin-top:20px}.mb-bottom-wrap .info-box .sep-share li{margin-left:12px}.mb-bottom-wrap .info-box .sep-share li a{display:block;width:40px;height:40px;text-align:center;border-radius:10px;background:#fff}.mb-bottom-wrap .info-box .sep-share li a:hover{background:#3c4f61}.mb-bottom-wrap .info-box .sep-share li a:hover i{color:#fff}.mb-bottom-wrap .info-box .sep-share li a i{font-size:24px;line-height:40px;color:#1c334b}.mb-bottom-wrap .info-box .sep-share li:first-child{margin-left:0}.mb-bottom-wrap .multi-language{display:table;margin-bottom:50px}.mb-bottom-wrap .multi-language .icon{color:#9f9f9f;font-size:18px;position:relative;top:3px}.mb-bottom-wrap .multi-language .box{padding:0}.mb-bottom-wrap .multi-language .box .box2{width:129px;height:37px;border:1px solid #fff;border-radius:10px;padding:0 10px;align-items:center;justify-content:space-between;cursor:pointer}.mb-bottom-wrap .multi-language .box .box2 a{font-size:16px;color:#fff}.mb-bottom-wrap .multi-language .box .box2:hover .fa{transform:rotate(180deg);left:6px}.mb-bottom-wrap .multi-language .box .box2 .fa{color:#fff;font-size:22px;padding-left:8px}.mb-bottom-wrap .multi-language .box ul{width:100%;top:38px}.mb-bottom-wrap .multi-language .box ul li{padding:10px}.mb-bottom-wrap .multi-language .box ul li a{margin:0}@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:60px}.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:#3c4f61 !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:1700px){.sep-footer .footer-box .sep-container-1920{padding:0 40px}.sep-footer .footer-box .sep-container-1920 .info-box{padding-bottom:40px}.sep-footer .footer-box .sep-container-1920 .info-box .info-wrap{display:block}.sep-footer .footer-box .sep-container-1920 .info-box .info-wrap .flex-v-center:first-child{margin-bottom:40px}.sep-footer .footer-box .sep-container-1920 .info-box .newsletter{margin-left:0}}@media screen and (max-width:1400px){.sep-container{width:100%;padding:0 20px}.sep-mainnav>.sep-container-1920{width:100%;padding:0 20px}.sep-mainnav>.sep-container-1920>ul>li{padding:30px 15px}.sep-header.active .sep-mainnav>.sep-container-1920>ul>li{padding:20px 15px}.sep-footer .footer-box .sep-container-1920 .items .item{margin-right:20px}}@media screen and (max-width:1260px){.sep-sidebar{display:none}.sep-mainbody .sep-primary{float:none;width:100%}}@media screen and (max-width:768px){.mb-mg0{margin:0}.row{margin-left:0 !important;margin-right:0 !important}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{padding-right:0;padding-left:0}html{font-size:10px}.mb-bottom-wrap ul.info li{margin-bottom:14px}.gallery a{width:100%;margin-bottom:10px}.flex{display:block}.richtext img{height:auto !important}.swiper-pagination{width:100%;bottom:0}.sep-container{padding:0 20px}.sep-breadcrumb{padding:0}body{padding-top:0}.sep-footer{display:none}.btn-hover{height:34px}}@media screen and (max-width:768px){.richtext .table-wrap{overflow-x:scroll}#onlineService{overflow:visible}.offside li{margin-bottom:0}.offside .li_3 .all_link,.offside .li_3 div{width:100%}.offside .tel_link{display:none}.offside li.back_top .icon{height:30px;line-height:20px !important;padding-top:10px}.offside li.back_top span{display:block;height:30px;padding-bottom:10px;line-height:20px;color:#fff}}@media screen and (max-width:1850px){.sep-inner-body.history-section .sep-container-1920{padding-left:100px}.sep-inner-body.history-section .sep-container-1920:after{left:220px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .items .item.active::before{right:-3px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide{padding-left:100px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .control{left:640px}}@media screen and (max-width:1700px){.sep-inner-banner.pro .sep-container-1920,.sep-inner-banner .sep-container-1920{width:100%;padding:0 150px}.sep-container,.sep-container-1460{width:auto;padding:0 150px}.sep-container-1920{width:100%}.sep-inner-banner .title{font-size:64px !important;line-height:72px !important}.sep-inner-banner.company-banner .content,.sep-inner-banner.company-leader .content,.sep-inner-banner.company-cultrue .content{font-size:20px;line-height:26px}.sep-inner-banner .summary{font-size:32px;line-height:44px}.sep-inner-body .pro-index-section .sep-container-1920{padding:100px 150px}.sep-inner-body .pro-index-section .info .title{font-size:50px;line-height:56px}.sep-inner-body .pro-index-section .info .hd{font-size:28px;margin-bottom:10px}.sep-inner-body .pro-index-section:nth-child(2n) .thumb{margin-right:40px}.sep-inner-body .pro-index-section:nth-child(2n+1) .thumb{margin-left:40px}.sep-inner-body .change-section .container-wrap{padding-left:0;padding-right:0}.sep-inner-body .change-section .title{font-size:50px;line-height:56px;margin-bottom:30px}.sep-inner-body .form-box{margin:0 150px}.sep-inner-body .solution-section .title{font-size:50px;line-height:56px;padding-bottom:0}.sep-inner-body .solution-section .btn{height:50px;line-height:48px;font-size:24px}.sep-inner-body .solution-section .btn i{font-size:22px;top:0}.sep-inner-body .solution-section .item .box{padding:0 150px}.sep-inner-body .solution-detail-section .section2{padding-left:150px;padding-right:150px}.sep-inner-body.company-section .section1 .sep-container-1920,.sep-inner-body.company-section .section2 .sep-container-1920,.sep-inner-body.company-section .section3 .sep-container-1920,.sep-inner-body.company-section .section4 .sep-container-1920,.sep-inner-body.company-section .section5 .sep-container-1920,.sep-inner-body.company-section .section6 .sep-container-1920{width:100%;padding:0 150px}.sep-inner-body.company-section .section1 .title{font-size:72px;line-height:1em;margin-bottom:50px}.sep-inner-body.company-section .section1 .box .item .hd{font-size:80px;line-height:1em}.sep-inner-body.company-section .section2{padding:100px 0}.sep-inner-body.company-section .section2 .thumb{margin-left:40px}.sep-inner-body.company-section .section3 .sep-container-1920 .item{padding-left:0}.sep-inner-body.company-section .section4 .sep-container-1920 .thumb,.sep-inner-body.company-section .section5 .sep-container-1920 .thumb,.sep-inner-body.company-section .section6 .sep-container-1920 .thumb{padding:0 20px}.sep-inner-body.company-section .section2 .title,.sep-inner-body.company-section .section3 .sep-container-1920 .item .title,.sep-inner-body.company-section .section4 .title,.sep-inner-body.company-section .section5 .title{font-size:50px;line-height:60px}.sep-inner-body.company-section .section4{padding-top:120px}.sep-inner-body.company-section .section4 .info{padding-right:50px;padding-left:20px}.sep-inner-body.company-section .section4 .info .content,.sep-inner-body.company-section .section4 .info .title{padding:0}.sep-inner-body.company-section .section5 .info{padding-right:20px}.sep-inner-body.company-section .section5 .info .content,.sep-inner-body.company-section .section5 .info .title{padding-left:0}.sep-inner-body.company-section .section6 .sep-container-1920 .title{font-size:60px;line-height:1em;margin-bottom:30px}.sep-inner-body.company-section .section6 .sep-container-1920 .box .info{padding:0 20px}.sep-inner-body.company-section .section6 .sep-container-1920 .box .info .hd{font-size:36px;line-height:46px}.sep-inner-body.company-section .sep-leader .title,.sep-inner-body.company-section .sep-certi .title{font-size:60px;line-height:70px;padding:5px 0}.sep-inner-body.company-section .sep-leader .item .hd,.sep-inner-body.company-section .sep-certi .item .hd{font-size:36px;line-height:44px}.sep-inner-body.normal-section .sep-contact .thumb-section .title,.sep-inner-body.normal-section .title{font-size:60px;line-height:70px;padding:5px 0}.sep-inner-body.normal-section .sep-contact .wrap .item .info .hd,.sep-inner-body.normal-section .item .hd{font-size:36px;line-height:42px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info{width:450px;height:550px;padding:80px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .control{left:550px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .items .item{margin-bottom:30px}}@media screen and (max-width:1500px){.sep-inner-banner.company-banner .content,.sep-inner-banner.company-leader .content,.sep-inner-banner.company-cultrue .content{font-size:16px;line-height:22px}.sep-inner-body .pro-index-section .sep-container-1920{padding:80px 150px}.sep-inner-body .pro-index-section .info .title{font-size:40px;line-height:42px}.sep-inner-body .pro-index-section .info .content{font-size:16px;line-height:22px}.sep-inner-body .change-section .box .info.d4 .wrap .flex-item .content,.sep-inner-body .change-section .box .info.d1 .item .content{font-size:16px;line-height:22px}.sep-inner-body .change-section .richtext.fz18{font-size:16px}.sep-inner-body .change-section .richtext.fz18 *{font-size:16px}.sep-inner-body .form-box{margin:0 150px}.sep-inner-body .form-box .title{font-size:40px;line-height:50px}.sep-inner-body .solution-section .btn{font-size:22px}.sep-inner-body .solution-section .btn i{font-size:20px}.sep-inner-body .solution-detail-section .hd{font-size:40px;line-height:50px}.sep-inner-banner .content,.sep-inner-body .solution-detail-section .content,.sep-inner-body.company-section .content{font-size:16px;line-height:22px;margin-top:0}.sep-inner-body.company-section .section1 .title{font-size:56px;line-height:1em;margin-bottom:30px}.sep-inner-body.company-section .section1 .box .item{margin-top:50px}.sep-inner-body.company-section .section1 .box .item .hd{font-size:64px;line-height:72px}.sep-inner-body.company-section .section1 .box .item .summary{font-size:24px}.sep-inner-body.company-section .section3 .sep-container-1920 .item{width:60%}.sep-inner-body.company-section .section2 .title,.sep-inner-body.company-section .section3 .sep-container-1920 .item .title,.sep-inner-body.company-section .section4 .title,.sep-inner-body.company-section .section5 .title{font-size:40px;line-height:50px}.sep-inner-body.company-section .section4,.sep-inner-body.company-section .section5{padding-top:80px}.sep-inner-body.company-section .section4 .info,.sep-inner-body.company-section .section5 .info{padding:0 20px}.sep-inner-body.company-section .section4 .box,.sep-inner-body.company-section .section5 .box{padding-bottom:100px}.sep-inner-body.company-section .section6 .sep-container-1920 .title{font-size:50px}.sep-inner-body.company-section .section6 .sep-container-1920 .box .info .hd{font-size:28px;line-height:34px}.sep-inner-body.company-section .sep-leader .title,.sep-inner-body.company-section .sep-certi .title{font-size:50px;line-height:60px}.sep-inner-body.company-section .sep-leader .item .hd,.sep-inner-body.company-section .sep-certi .item .hd{font-size:28px;line-height:32px}.sep-inner-body.normal-section .sep-contact .thumb-section .title,.sep-inner-body.normal-section .sep-contact .title,.sep-inner-body.normal-section .title{font-size:50px;line-height:60px;padding:5px 0}.sep-inner-body.normal-section .sep-downloads .item .box .info{padding:10px 0 10px 10px}.sep-inner-body.normal-section .sep-downloads .item .box .info .hd{font-size:24px;line-height:30px;padding:0}.sep-inner-body.normal-section .sep-downloads .item .box .down{width:100px}.sep-inner-body.normal-section .sep-downloads .item .box .down i{font-size:50px}.sep-inner-body.normal-section .sep-downloads .item .box .down .alias{font-size:22px}.sep-inner-body.normal-section .sep-contact .content{width:100%;font-size:16px;line-height:22px}.sep-inner-body.normal-section .sep-contact .content p{margin-bottom:0}.sep-inner-body.normal-section .sep-contact .thumb-section .title{margin:0;top:50px;left:150px;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.sep-inner-body.normal-section .sep-contact .wrap .item:nth-child(even){padding-right:0;padding-left:100px}.sep-inner-body.normal-section .sep-contact .wrap .item:nth-child(odd){padding-left:50px !important}.sep-inner-body.normal-section .sep-contact .wrap .item .info{top:-60px}.sep-inner-body.normal-section .sep-contact .wrap .item .info .left{padding:15px}.sep-inner-body.normal-section .sep-contact .wrap .item .info .left .richtext{font-size:16px;line-height:22px !important}.sep-inner-body.normal-section .sep-contact .wrap .item .info .left .richtext *{font-size:16px;line-height:22px !important}.sep-inner-body.normal-section .sep-contact .wrap .item .info .right{width:80px}.sep-inner-body.normal-section .sep-contact .wrap .item .info .right i{font-size:50px}.sep-inner-body.normal-section .sep-contact .wrap .item .info .hd{font-size:28px;line-height:32px}.sep-inner-body.normal-section .sep-news .date,.sep-inner-body.normal-section .sep-events .date{font-size:20px;line-height:26px}.sep-inner-body.normal-section .sep-section4 .sep-title.hide{display:block !important;font-size:50px;line-height:60px;padding-top:60px}.sep-inner-body.normal-section .sep-section4 .container{padding:40px 150px;align-items:inherit}.sep-inner-body.normal-section .sep-section4 .container .item{margin-right:20px}.sep-inner-body.normal-section .sep-section4 .container .item .hd{font-size:32px;line-height:38px}.sep-inner-body.normal-section .sep-section4 .container .item:first-child{display:none;width:200px;flex:0;flex-shrink:0}.sep-inner-body.normal-section .sep-section4 .container .item:first-child .sep-title{display:none;font-size:40px;line-height:46px}.sep-inner-body.normal-section .sep-section4 .container .item:first-child .btn{display:none;padding:0 30px;font-size:20px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .thumb{width:580px}}@media screen and (max-width:1400px){.richtext.fz22 *{font-size:16px !important}.sep-inner-body.company-section .section3 .sep-container-1920 .item{width:80%}.sep-inner-body.normal-section .sep-video .item .box .play{width:100px;height:100px}.sep-inner-body.normal-section .sep-video .item .box .play i{line-height:100px;font-size:56px;padding-left:5px}.sep-inner-body.normal-section .sep-video .item .box .info .summary{font-size:36px;line-height:44px}.sep-inner-body.normal-section .sep-video .item .box .info .date{font-size:22px}.sep-inner-body.normal-section .sep-contact .box{padding:15px}.sep-inner-body.normal-section .sep-contact .box .flex:first-child{margin-bottom:10px}.sep-inner-body.normal-section .sep-contact .box .item{min-width:330px;padding-left:30px;font-size:20px}.sep-inner-body.normal-section .sep-contact .box .item *{font-size:20px}.sep-inner-body.normal-section .sep-contact .box .item i{top:0;font-size:22px}.sep-inner-body.normal-section .sep-news .item .hd,.sep-inner-body.normal-section .sep-events .item .hd{font-size:28px;line-height:34px}.sep-inner-body.normal-section .sep-news .date,.sep-inner-body.normal-section .sep-events .date{font-size:18px;line-height:24px;padding-bottom:5px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide{padding-left:60px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info{width:340px;height:450px;padding:50px;border-radius:40px 0 0 0}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info .title{font-size:56px;line-height:70px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info .subtitle{font-size:38px;padding-bottom:0}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .control{left:400px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .thumb{width:550px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .items .item{margin-bottom:30px}}@media screen and (max-width:1200px){.sep-inner-body .solution-detail-section .info{width:calc(50% + 200px) !important}.sep-container,.sep-container-1460,.sep-inner-body.normal-section .sep-section4 .container,.sep-inner-body.company-section .section1 .sep-container-1920,.sep-inner-body.company-section .section2 .sep-container-1920,.sep-inner-body.company-section .section3 .sep-container-1920,.sep-inner-body.company-section .section4 .sep-container-1920,.sep-inner-body.company-section .section5 .sep-container-1920,.sep-inner-body.company-section .section6 .sep-container-1920,.sep-inner-body .solution-section .item .box,.sep-inner-body .solution-detail-section .section2,.sep-inner-body .pro-index-section .sep-container-1920,.sep-inner-banner.pro .sep-container-1920,.sep-inner-banner .sep-container-1920{padding-left:60px;padding-right:60px}.sep-inner-body .form-box,.sep-inner-body .change-section .container-wrap{margin:0 60px}.sep-inner-body.normal-section .sep-news .wrap{padding:0}.sep-inner-body.normal-section .sep-events .wrap{padding:80px 0 0 0}.sep-inner-body.normal-section .sep-events .wrap .item{margin-bottom:40px}.sep-inner-body.normal-section .sep-contact .thumb-section .title{font-size:36px;padding:10px 0;margin:0;top:30px}.sep-inner-body.history-section .sep-container-1920{padding-left:40px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide{padding-left:40px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info{padding:30px;width:300px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .thumb{width:450px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .control{left:340px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .items .item.active::before{right:27px}.sep-inner-body.history-section .sep-container-1920:after{left:130px}.sep-primary{width:100%}}@media screen and (max-width:768px){.pt60{padding-top:20px !important}.mb50{margin-bottom:30px !important}.fz32{font-size:24px}iframe{height:320px}.sep-resource-grid .sep-datalist li{width:100%;padding:0}.sep-resource-grid .sep-datalist li .title{margin:10px 0}.sep-resource-list .sep-datalist .pdf-item .pdf-view{display:none}.sep-resource-list .sep-datalist>li:not(.pdf-item){padding-left:0}.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-container{width:100%}.sep-inner-body .sep-section-normal{padding:40px 0}.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}}@media screen and (max-width:768px){.sep-container,.sep-container-1460,.sep-inner-body.normal-section .sep-section4 .container,.sep-inner-body.company-section .section1 .sep-container-1920,.sep-inner-body.company-section .section2 .sep-container-1920,.sep-inner-body.company-section .section3 .sep-container-1920,.sep-inner-body.company-section .section4 .sep-container-1920,.sep-inner-body.company-section .section5 .sep-container-1920,.sep-inner-body.company-section .section6 .sep-container-1920,.sep-inner-body .solution-section .item .box,.sep-inner-body .solution-detail-section .section2,.sep-inner-body .pro-index-section .sep-container-1920,.sep-inner-banner.pro .sep-container-1920,.sep-inner-banner .sep-container-1920{padding:0 20px}.sep-inner-banner .title{width:100% !important;font-size:40px !important;line-height:44px !important}.sep-inner-banner .content{width:100% !important}.sep-inner-banner .summary{font-size:28px;line-height:36px}.sep-inner-banner .b80{bottom:80px}.sep-inner-banner .sep-breadcrumb{position:relative;background:#1a1a1a}.sep-inner-banner .sep-breadcrumb .breadcrumb{padding:10px 0}.sep-inner-body .pro-index-section .sep-container-1920{padding:40px 20px}.sep-inner-body .pro-index-section .sep-container-1920.pb0 .flex{padding-bottom:60px}.sep-inner-body .pro-index-section .info .title{font-size:36px;line-height:42px}.sep-inner-body .pro-index-section .info .hd{font-size:24px;line-height:30px}.sep-inner-body .pro-index-section:nth-child(2n+1) .thumb{margin-left:0}.sep-inner-body .pro-index-section:nth-child(2n) .thumb{margin-right:0}.sep-inner-body .change-section .container-wrap{padding:40px 0}.sep-inner-body .change-section .title{margin-bottom:30px}.sep-inner-body .change-section .box{align-content:flex-start}.sep-inner-body .change-section .box>.flex-item{width:50%;height:40px}.sep-inner-body .change-section .box>.flex-item .hd{line-height:40px;font-size:18px;padding:0 20px}.sep-inner-body .change-section .box .info{top:80px;height:calc(100% - 80px)}.sep-inner-body .change-section .box .info.d1 .item{width:100%;padding:10px}.sep-inner-body .change-section .box .info.d1 .item img{margin:0 10px}.sep-inner-body .change-section .box .info.d1 .item .content{font-size:16px}.sep-inner-body .change-section .box .info.d2 .wrap{margin:0}.sep-inner-body .change-section .box .info.d2 .wrap .item{width:100%;padding:10px}.sep-inner-body .change-section .box .info.d2 .wrap .item .content{padding-bottom:0;margin-bottom:10px}.sep-inner-body .change-section .box .info.d2 .wrap .item .richtext *{font-size:16px;line-height:22px !important}.sep-inner-body .change-section .box .hd{height:100%}.sep-inner-body .change-section .container-wrap,.sep-inner-body .form-box{margin:0 20px}.sep-inner-body .change-section .title,.sep-inner-body .form-box .title{font-size:36px;line-height:42px}.sep-inner-body .form-box .btn1{float:left;height:40px;line-height:40px;font-size:28px}.sep-inner-body .form-box .col-md-8 .col-md-6{padding-right:0}.sep-inner-body .form-box .col-md-8 .col-md-6 .dropdown-menu>li>a{padding:3px 10px}.sep-inner-body .form-box .form-control::-webkit-input-placeholder{font-size:16px}.sep-inner-body .form-box .form-control::-moz-placeholder{font-size:16px}.sep-inner-body .form-box .form-control:-ms-input-placeholder{font-size:16px}.sep-inner-body .form-box .form-control::-o-placeholder{font-size:16px}.sep-inner-body .form-box .form-control.countrypicker.bootstrap-select.btn-group .dropdown-menu li a span.text{font-size:16px}.sep-inner-body .form-box .open>.dropdown-menu{width:100%;max-width:100%}.sep-inner-body .solution-section .item:nth-child(2n+1) .info{padding-left:0}.sep-inner-body .solution-section img{position:absolute;left:0;top:0;height:100%;object-fit:cover}.sep-inner-body .solution-section .title{font-size:30px;line-height:36px;padding-bottom:10px;margin-bottom:20px}.sep-inner-body .solution-section .btn{padding:0 20px;height:40px;line-height:38px;border-radius:15px;font-size:16px}.sep-inner-body .solution-section .btn i{font-size:18px}.sep-inner-body .solution-section .sep-container-1920.translate-center{position:relative !important;left:0;top:0;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);padding:20px 15px}.sep-inner-body .solution-section .sep-container-1920.translate-center .box{padding:0}.sep-inner-body .solution-section .sep-container-1920.translate-center .box .info{width:60%}.sep-inner-body .solution-section .item .box{padding:0}.sep-inner-body .solution-detail-section img{position:relative}.sep-inner-body .solution-detail-section.solution-section .sep-container-1920.horizontal-center{position:relative !important;left:0;top:0;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);padding:20px 15px 20px 15px}.sep-inner-body .solution-detail-section .section2{padding-top:40px;padding-bottom:40px}.sep-inner-body .solution-detail-section .thumb{margin-top:30px}.sep-inner-body .solution-detail-section .thumb.mt50{margin-top:30px}.sep-inner-body .solution-detail-section .info{padding-right:0 !important;width:100% !important}.sep-inner-body .solution-detail-section .info .hd{color:#000;font-size:30px;line-height:34px}.sep-inner-body .solution-detail-section .info .hd::before{width:100%}.sep-inner-body .solution-detail-section .info .content{color:#333}.sep-inner-body.company-section .section1 .box{margin-left:0}.sep-inner-body.company-section .section1 .title,.sep-inner-body.company-section .section2 .title{font-size:30px;line-height:36px;margin-bottom:10px}.sep-inner-body.company-section .section1{padding:40px 0}.sep-inner-body.company-section .section1 .box::before{height:4px}.sep-inner-body.company-section .section1 .box .item{width:33.3%;padding-right:10px;margin-top:20px}.sep-inner-body.company-section .section1 .box .item .hd{font-size:32px;line-height:40px}.sep-inner-body.company-section .section1 .box .item .summary{font-size:20px}.sep-inner-body.company-section .section1 .box .item .content{font-size:18px;line-height:20px}.sep-inner-body.company-section .section2{padding:40px 0}.sep-inner-body.company-section .section2 .content{margin-bottom:60px}.sep-inner-body.company-section .section2 .thumb{margin-left:0}.sep-inner-body.company-section .section2 .thumb::before{width:50vw}.sep-inner-body.company-section .section3 img{position:absolute;left:0;top:0;height:100%;object-fit:cover}.sep-inner-body.company-section .section3 .sep-container-1920.translate-center{position:relative !important;left:0;top:0;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);padding:20px 15px}.sep-inner-body.company-section .section3 .sep-container-1920.translate-center .item{width:80%}.sep-inner-body.company-section .section3 .sep-container-1920.translate-center .item .title{font-size:30px;line-height:36px}.sep-inner-body.company-section .section4,.sep-inner-body.company-section .section5,.sep-inner-body.company-section .section6{padding-top:40px}.sep-inner-body.company-section .section4 .sep-container-1920 .box,.sep-inner-body.company-section .section5 .sep-container-1920 .box,.sep-inner-body.company-section .section6 .sep-container-1920 .box{padding-bottom:40px}.sep-inner-body.company-section .section4 .sep-container-1920 .info,.sep-inner-body.company-section .section5 .sep-container-1920 .info,.sep-inner-body.company-section .section6 .sep-container-1920 .info{padding:0}.sep-inner-body.company-section .section4 .sep-container-1920 .info .title,.sep-inner-body.company-section .section5 .sep-container-1920 .info .title,.sep-inner-body.company-section .section6 .sep-container-1920 .info .title{font-size:30px;line-height:40px}.sep-inner-body.company-section .section4 .sep-container-1920 .info .content,.sep-inner-body.company-section .section5 .sep-container-1920 .info .content,.sep-inner-body.company-section .section6 .sep-container-1920 .info .content{margin-bottom:20px}.sep-inner-body.company-section .section4 .sep-container-1920 .thumb,.sep-inner-body.company-section .section5 .sep-container-1920 .thumb,.sep-inner-body.company-section .section6 .sep-container-1920 .thumb{padding:0}.sep-inner-body.company-section .section6 .sep-container-1920 .title{font-size:40px;line-height:50px;padding-bottom:5px;margin-bottom:20px}.sep-inner-body.company-section .section6 .sep-container-1920 .item{width:100%;padding:0}.sep-inner-body.company-section .section6 .sep-container-1920 .item .box{padding-bottom:0}.sep-inner-body.company-section .section6 .sep-container-1920 .item .box .info{padding:10px}.sep-inner-body.company-section .section6 .sep-container-1920 .item .box .info .hd{padding:0;font-size:30px;line-height:40px}.sep-inner-body.company-section .sep-certi{padding:40px 0}.sep-inner-body.company-section .sep-certi .title{font-size:36px;line-height:56px;padding:0}.sep-inner-body.company-section .sep-certi .title:after{width:100%}.sep-inner-body.company-section .sep-certi .wrap{margin-top:40px}.sep-inner-body.company-section .sep-certi .wrap .item{width:100%;padding:0;margin-bottom:40px}.sep-inner-body.company-section .sep-certi .wrap .item .hd{font-size:28px;line-height:34px;padding:0}.sep-inner-body.company-section .sep-leader{padding:40px 0}.sep-inner-body.company-section .sep-leader .title{font-size:36px;line-height:56px;padding:0}.sep-inner-body.company-section .sep-leader .item{margin-top:40px}.sep-inner-body.company-section .sep-leader .item .box .thumb,.sep-inner-body.company-section .sep-leader .item .box .info{width:100%;padding:0}.sep-inner-body.company-section .sep-leader .item .box .thumb img,.sep-inner-body.company-section .sep-leader .item .box .info img{width:100%}.sep-inner-body.company-section .sep-leader .item .hd{font-size:30px;line-height:32px;padding-top:10px}.sep-inner-body.history-section .sep-container-1920{padding:0}.sep-inner-body.history-section .sep-container-1920:after,.sep-inner-body.history-section .sep-container-1920 .items{display:none}.sep-inner-body.history-section .sep-container-1920 .box-wrap{padding:0}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide{padding:0 15px;margin:0;width:100%}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info{padding:40px 20px 15px 40px;height:300px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info .title{font-size:36px;line-height:42px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info .subtitle{font-size:28px;line-height:36px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info .richtext *{font-size:18px;line-height:24px !important}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info .page{left:40px;bottom:20px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .info .page .cur{font-size:40px;line-height:40px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .thumb{width:100%;margin-bottom:40px}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .control{left:15px;flex-direction:row}.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .control .swiper-button-prev i,.sep-inner-body.history-section .sep-container-1920 .box-wrap .box-slide .control .swiper-button-next i{width:40px;height:40px}.sep-inner-body.normal-section .title{font-size:40px;line-height:50px;padding-bottom:10px}.sep-inner-body.normal-section .sep-faq .sep-faq-items.wrap{margin-top:40px}.sep-inner-body.normal-section .sep-faq .sep-faq-items.wrap .item{margin-bottom:20px}.sep-inner-body.normal-section .sep-faq .sep-faq-items.wrap .item .box .q{font-size:35px;margin-right:5px}.sep-inner-body.normal-section .sep-faq .sep-faq-items.wrap .item .box .hd{font-size:26px;line-height:30px}.sep-inner-body.normal-section .sep-faq .sep-faq-items.wrap .item .box .control{width:30px;height:30px;flex-shrink:0}.sep-inner-body.normal-section .sep-faq .sep-faq-items.wrap .item .box .control:after{font-size:24px;left:3px;top:3px}.sep-inner-body.normal-section .sep-faq .sep-faq-items.wrap .item .content{padding:10px 15px;font-size:22px;line-height:26px}.sep-inner-body.normal-section .sep-video{padding:40px 0}.sep-inner-body.normal-section .sep-video .item{width:100%;padding:0 !important;margin-bottom:30px}.sep-inner-body.normal-section .sep-video .item .box .play{width:60px;height:60px}.sep-inner-body.normal-section .sep-video .item .box .play i{line-height:60px;font-size:35px;position:relative;left:3px}.sep-inner-body.normal-section .sep-video .item .box .info{padding:10px;min-height:0}.sep-inner-body.normal-section .sep-video .item .box .info .summary{margin-bottom:10px;font-size:26px;line-height:30px}.sep-inner-body.normal-section .sep-video .item .box .info .date{font-size:20px}.sep-inner-body.normal-section .sep-downloads{padding-top:40px}.sep-inner-body.normal-section .sep-downloads .item{padding:0 !important;width:100%;margin-bottom:30px}.sep-inner-body.normal-section .sep-downloads .item .box{flex-wrap:wrap}.sep-inner-body.normal-section .sep-downloads .item .box .thumb{width:100%}.sep-inner-body.normal-section .sep-downloads .item .box .thumb img{width:100%}.sep-inner-body.normal-section .sep-downloads .item .box .info{width:75%;padding:10px}.sep-inner-body.normal-section .sep-downloads .item .box .info .hd{font-size:26px;line-height:30px}.sep-inner-body.normal-section .sep-downloads .item .box .info .date{font-size:20px;margin:10px 0}.sep-inner-body.normal-section .sep-downloads .item .box .info .summary{font-size:18px;line-height:24px}.sep-inner-body.normal-section .sep-downloads .item .box .down{width:25%;flex-shrink:0}.sep-inner-body.normal-section .sep-downloads .item .box .down i{font-size:30px}.sep-inner-body.normal-section .sep-downloads .item .box .down .alias{font-size:24px}.sep-inner-body.normal-section .sep-events{padding:40px 0}.sep-inner-body.normal-section .sep-events .wrap{padding:40px 0 0 0}.sep-inner-body.normal-section .sep-events .wrap .item{margin-bottom:30px}.sep-inner-body.normal-section .sep-events .wrap .item .info{padding:10px}.sep-inner-body.normal-section .sep-news{padding:40px 0}.sep-inner-body.normal-section .sep-news .wrap{padding:0}.sep-inner-body.normal-section .sep-news .wrap .item{width:100%;padding:0 !important;margin-bottom:30px}.sep-inner-body.normal-section .sep-news .wrap .item .info{min-height:0;padding:10px}.sep-inner-body.normal-section .sep-contact .title{font-size:36px;line-height:42px;padding:10px 0;margin:0}.sep-inner-body.normal-section .sep-contact .title:after{width:100%}.sep-inner-body.normal-section .sep-contact .box{padding:15px;margin-top:20px;margin-bottom:50px}.sep-inner-body.normal-section .sep-contact .box .flex{margin:0 !important}.sep-inner-body.normal-section .sep-contact .box .item{font-size:18px;line-height:24px;padding-left:35px;margin:10px 0}.sep-inner-body.normal-section .sep-contact .box .item *{font-size:18px;line-height:24px}.sep-inner-body.normal-section .sep-contact .box .item i{font-size:26px;top:0}.sep-inner-body.normal-section .sep-contact .box .item a,.sep-inner-body.normal-section .sep-contact .box .item span{display:block}.sep-inner-body.normal-section .sep-contact .box .col-md-6,.sep-inner-body.normal-section .sep-contact .box .col-md-12{padding:0 !important}.sep-inner-body.normal-section .sep-contact .box .form-group{margin-bottom:15px}.sep-inner-body.normal-section .sep-contact .box .form-group .form-control{height:45px;padding:5px 15px;font-size:16px}.sep-inner-body.normal-section .sep-contact .box .form-group .form-control::-webkit-input-placeholder{font-size:16px;font-family:'SourceHanSansCN-Regular';color:#000;line-height:26px;opacity:.5}.sep-inner-body.normal-section .sep-contact .box .form-group .form-control::-moz-placeholder{font-size:16px;font-family:'SourceHanSansCN-Regular';color:#000;line-height:26px;opacity:.5}.sep-inner-body.normal-section .sep-contact .box .form-group .form-control::-o-placeholder{font-size:16px;font-family:'SourceHanSansCN-Regular';color:#000;line-height:26px;opacity:.5}.sep-inner-body.normal-section .sep-contact .box .form-group .form-control:-ms-input-placeholder{font-size:16px;font-family:'SourceHanSansCN-Regular';color:#000;line-height:26px;opacity:.5}.sep-inner-body.normal-section .sep-contact .box .form-group .form-control.countrypicker.btn-group .dropdown-toggle{padding-right:20px}.sep-inner-body.normal-section .sep-contact .box .form-group .form-control.countrypicker.btn-group .dropdown-toggle span{font-size:16px;line-height:26px}.sep-inner-body.normal-section .sep-contact .box .form-group .form-control.countrypicker.btn-group .dropdown-toggle .caret{top:14px;right:0;border-top:10px solid #333;border-right:5px solid transparent;border-left:5px solid transparent;border-bottom:none}.sep-inner-body.normal-section .sep-contact .box .form-group .form-control.countrypicker .bs-actionsbox .form-control,.sep-inner-body.normal-section .sep-contact .box .form-group .form-control.countrypicker .bs-donebutton .form-control,.sep-inner-body.normal-section .sep-contact .box .form-group .form-control.countrypicker .bs-searchbox .form-control{font-size:16px}.sep-inner-body.normal-section .sep-contact .box .form-group .form-control.countrypicker.bootstrap-select.btn-group .dropdown-menu li a span.text{font-size:16px}.sep-inner-body.normal-section .sep-contact .box .form-group .form-control.countrypicker .open>.dropdown-menu{width:100%;max-width:100%}.sep-inner-body.normal-section .sep-contact .box .form-group .form-control.countrypicker .bootstrap-select.btn-group .dropdown-menu{width:100%;max-width:100%}.sep-inner-body.normal-section .sep-contact .box .form-group .bootstrap-select.btn-group .dropdown-menu{min-width:0;width:100%;max-width:100%}.sep-inner-body.normal-section .sep-contact .box .form-group textarea.form-control{height:200px}.sep-inner-body.normal-section .sep-contact .box .form-group .btn-primary{height:40px;width:100px;border-radius:20px;font-size:20px}.sep-inner-body.normal-section .sep-contact .thumb-section .title{font-size:18px;line-height:32px;padding:0;top:10px;left:20px}.sep-inner-body.normal-section .sep-contact .thumb-section .title:after{width:100%}.sep-inner-body.normal-section .sep-contact .wrap{padding-top:20px}.sep-inner-body.normal-section .sep-contact .wrap .item:nth-child(odd){width:100%;padding-right:0;padding-left:20px !important;padding-top:0}.sep-inner-body.normal-section .sep-contact .wrap .item:nth-child(even){width:100%;padding-left:20px;padding-top:0}.sep-inner-body.normal-section .sep-contact .wrap .item .info{left:-20px;min-height:0}.sep-inner-body.normal-section .sep-contact .wrap .item .info .left .hd{font-size:20px;line-height:28px}.sep-inner-body.normal-section .sep-contact .wrap .item .info .right{width:50px;flex-shrink:0;min-height:0}.sep-inner-body.normal-section .sep-contact .wrap .item .info .right i{font-size:30px}.sep-inner-body.normal-section .sep-contact .box .form-group:after{bottom:15px;font-size:16px}.sep-inner-banner.normal.single{padding-top:0}.sep-inner-body .sep-section3 .swiper-wrapper{display:block}.sep-inner-body .sep-section3 .swiper-wrapper .swiper-slide .info{padding:0 10px 60px 10px}.sep-inner-body .sep-section3 .swiper-wrapper .swiper-slide .info .hd{font-size:49px;line-height:60px}.sep-inner-body .sep-section3 .swiper-wrapper .swiper-slide .info .btn{width:184px;height:32px;line-height:30px;border:1px solid #3c4f61;border-radius:16px;font-size:20px}.sep-inner-body .sep-section3 .swiper-wrapper .swiper-slide .info .btn i{font-size:18px;font-weight:400}.sep-inner-body.normal-section .sep-section4 .sep-title.hide{font-size:40px;line-height:50px}.sep-inner-body.normal-section .sep-section4 .container{padding:0 0 70px 0}.sep-inner-body.normal-section .sep-section4 .container .item{margin-top:30px}.sep-inner-body.normal-section .sep-section4 .container .item .info{padding:10px}}