@import 'font-awesome.css';@import 'animate.min.css';@import 'swiper.min.css';body{overflow-x:hidden;position:relative;font-family:'Gilroy-Regular','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:#15af9f}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:'Gilroy-Regular';src:url("../font/Gilroy-Regular.otf");font-style:normal;font-weight:normal}@font-face{font-family:'Gilroy-Medium';src:url("../font/Gilroy-Medium.otf");font-style:normal;font-weight:normal}@font-face{font-family:'Gilroy-Bold';src:url("../font/Gilroy-Bold.otf");font-style:normal;font-weight:normal}@font-face{font-family:'Poppins';src:url("../font/POPPINS-BOLD.TTF");font-style:normal;font-weight:normal}@font-face{font-family:'Poppins-Medium';src:url("../font/POPPINS-MEDIUM.TTF");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:#15af9f}.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:'Gilroy-Medium';font-weight:600;letter-spacing:1px}.text-medium{font-family:'Gilroy-Medium'}.text-p{font-family:'Poppins'}.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-x{flex-direction:row-reverse}.text-hover:hover{color:#15af9f !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:#15af9f;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:#15af9f}.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:#15af9f !important}.opacity:hover{opacity:.8}.vertical-center{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.horizontal-center{position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.translate-center{-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);left:50%;top:50%;position:absolute !important}.full-screen{position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.6)}.margin-auto{display:table;margin:0 auto}
#onlineService{position:fixed;right:0;bottom:32%;z-index:100998}.offside{width:50px}
.offside li{width:50px;height:50px;position:relative;background:#b1b1b1;border-bottom:1px solid #fff;text-align:center;transition:all .7s;-webkit-transition:all .7s}.offside .code{position:absolute;top:0;right:50px;display:none;margin:0}.offside a,.offside div{color:#333;position:absolute;z-index:11;display:block;top:0;right:0;bottom:0;cursor:pointer}.offside p{float:left;line-height:50px;height:50px;font-size:16px;font-weight:700;padding:0 0 0 10px;color:#fff;opacity:0;overflow:hidden}.offside .icon{font-size:28px;height:100%;line-height:50px;text-align:center;display:block;color:#fff}.offside li:not(.li_3) a,.offside li:not(.li_3) div{left:0}.offside .li_3 a,.offside .li_3 div{width:50px}.offside li.email{overflow:visible}.offside li:hover .email-box{display:block !important}.offside li:hover a{color:#333}.offside li .email-box{position:absolute;background:#d5d5d5;right:100%;top:0;left:auto !important;padding:10px 5px;border-right:2px solid #fff;height:99px;display:none}.offside li .email-box a{display:block;font-size:14px;color:#fff !important;position:static;white-space:nowrap;text-align:left;margin-bottom:10px}.offside li .email-box a:hover{color:#15af9f !important}.offside li:nth-child(odd){background:#d5d5d5}.offside li:nth-child(odd) .icon{color:#15af9f}.offside li:nth-child(even){background:#15af9f}.offside li:nth-child(even) .icon{color:#fff}.offside li:nth-child(4){overflow:visible}.offside li:nth-child(4):hover img{display:block}.offside li:nth-child(7){display:none}.offside li:nth-child(10){height:20px}.offside li:nth-child(10) .icon{line-height:20px;display:none}.offside li:hover a,.offside li:hover div,.offside li:hover .icon{color:#fff}.offside li.tel:hover .icon{color:#15af9f}.offside li:hover a{color:#15af9f}.offside .tel.email:hover a{color:#fff}.offside .tel.email:hover a .icon{color:#fff}.offside .tel.email:hover a p{color:#fff}.offside li.tel:hover p{color:#15af9f}.offside .tel.email:hover p{color:#fff}.offside li:hover p{opacity:1}.offside li:not(.li_3):hover{background:#15af9f}.offside .tel{width:200px;transform:translateX(-150px);-webkit-transform:translateX(-150px)}.offside .tel.email{width:279px;transform:translateX(-229px);-webkit-transform:translateX(-229px)}.offside .back_none{height:0;border:0 !important}.offside .li{transform:translateX(100%);-webkit-transform:translateX(100%)}.offside .unfold{width:30px;transform:translateX(20px);-webkit-transform:translateX(20px)}
.offside li a.weixin{position:relative}
.offside li a.weixin .wx{display:none}
.offside li a.weixin .wx img{width:100%;}
.offside li a.weixin:hover .wx{position:absolute;display:block;top:0px;left:-130px;width:120px;height:120px;background:#fff;padding:10px;z-index:100999}
.offside li a.weixin .wx:after{border-left:6px solid #fff;z-index: 3;position: absolute;top:20px;right:-6px;display: inline-block;border-top:6px solid transparent;border-bottom: 10px solid transparent;content: '';}
@media screen and (max-width:768px) {
.offside li a.weixin:hover .wx{position:absolute;display:block;top:-120px;left:-50px;width:120px;height:120px;background:#fff;padding:10px;z-index:100999}
.offside li a.weixin .wx:after{position:absolute;display: none}
}
.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(../image/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:#15af9f}.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:#15af9f}.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-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 .search i{color:#15af9f}.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(../image/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:#15af9f;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:#15af9f}.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:hover span{color:#15af9f}.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:hover span{color:#f6c61f}.search-popup form{position:absolute;max-width:700px;top:50%;left:15px;right:15px;margin:-35px auto 0;transform:scaleX(0);transform-origin:center;background-color:#111;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}.sidenav-bar-visible .search-popup{width:80%}.search-active .search-popup{transform:translateY(0);margin-top:0}.search-active .search-popup .close-search{visibility:visible;opacity:1;top:50%;-webkit-transition-delay:1200ms;-moz-transition-delay:1200ms;-ms-transition-delay:1200ms;-o-transition-delay:1200ms;transition-delay:1200ms}.search-active .search-popup form{transform:scaleX(1);-webkit-transition-delay:800ms;-moz-transition-delay:800ms;-ms-transition-delay:800ms;-o-transition-delay:800ms;transition-delay:800ms}.sep-header{position:fixed;top:0;width:100%;left:0;z-index:100000000;background-color:rgba(255,255,255,0.4)}.sep-header.active{background:rgba(0,0,0,0.5)}.sep-header.active .sep-mainnav>.sep-container>ul>li>a{font-size:18px}.sep-header.active .sep-mainnav>.sep-container>ul>li>a:after{height:2px;bottom:-18px}.sep-header.active .sep-mainnav>.sep-container>ul>li{padding:20px}.sep-header .top{position:relative;border-bottom:1px solid rgba(255,255,255,0.2)}.sep-header .top>.sep-container{height:75px}.sep-header .top .logo{position:relative;object-fit:contain}.sep-header .top .contact{margin-left:auto;width:133px;height:30px;background:#7db35e;border-radius:4px;font-size:16px;color:#fff;margin-right:37px}.sep-header .top .contact:hover{background:#fff;color:#15af9f}.sep-header .top .info{margin-right:60px}.sep-header .top .info a{display:block;font-size:16px;color:#fff;line-height:30px}.sep-header .top .info a:nth-child(1){margin-right:60px}.sep-header .top .info a i{display:inline-block;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.16);font-size:16px;line-height:40px;text-align:center;color:#fff;margin-right:7px}.sep-header .top .info a:hover{color:#15af9f}.sep-header .top .info a:hover i{background:#f6c61f}.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:#15af9f;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{padding-right:0;font-size:16px;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;position:relative;z-index:100;cursor:pointer}.sep-header .search i{text-align:center;position:relative;color:#fff}.sep-header .search i:before{content:'\e61f';display:inline-block;font-family:"iconfont" !important;font-size:22px}.sep-header .search i:hover{color:#15af9f}.sep-header .multi-language{position:relative;margin-left:auto}.sep-header .multi-language .box{padding:0}.sep-header .multi-language .box .box2{cursor:pointer}.sep-header .multi-language .box .box2 a{color:#fff;font-size:16px}.sep-header .multi-language .box .box2 a:hover{color:#15af9f}.sep-header .multi-language .box .box2:hover .fa{transform:rotate(180deg);left:6px}.sep-header .multi-language .box .box2 .fa{display:inline-block;color:#fff;font-size:20px;padding-left:10px;top:0}.sep-header .multi-language .box .box2 .icon{display:inline-block;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.16);font-size:20px;line-height:40px;text-align:center;color:#fff;margin-right:7px}.sep-header>.sep-container{max-width:100%;position:relative}.swiper-pagination-bullet-active{background:#15af9f !important}.sep-mainnav>.sep-container .logo{height:60px}.sep-mainnav>.sep-container .logo img{height:100%;object-fit:contain}.sep-mainnav>.sep-container>ul{margin:0 90px;flex:auto;justify-content:space-between}.sep-mainnav>.sep-container>ul>li{position:relative;text-align:center;padding:30px 20px}.sep-mainnav>.sep-container>ul>li.ispro{position:static}.sep-mainnav>.sep-container>ul>li.ispro>div:before{display:none}.sep-mainnav>.sep-container>ul>li:first-child{padding-left:0}.sep-mainnav>.sep-container>ul>li:last-child{padding-right:0}.sep-mainnav>.sep-container>ul>li:hover>a,.sep-mainnav>.sep-container>ul>li.active>a{color:#15af9f}.sep-mainnav>.sep-container>ul>li:hover>a:after,.sep-mainnav>.sep-container>ul>li.active>a:after{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1)}.sep-mainnav>.sep-container>ul>li>a{font-size:18px;color:#fff;line-height:26px;display:inline-block;position:relative}.sep-mainnav>.sep-container>ul>li>a:after{content:'';display:block;width:100%;position:absolute;height:4px;background:#15af9f;left:0;bottom:-28px;border-radius:2px;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;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0)}.sep-mainnav>.sep-container>ul>li .box-drap{position:absolute;left:0;top:100%;width:100%;display:none;padding:100px 0;background:#fff;box-shadow:0 5px 40px 0 rgba(102,102,102,0.2)}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container{position:relative}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list{position:relative;height:300px}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item{width:33%;padding-bottom:30px;padding-left:30px}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item:last-child{padding-bottom:0}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item .box{display:block}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item ul{display:none;position:absolute;top:0}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item.active>.box a{color:#15af9f}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item.active>.box i{color:#15af9f;display:inline-block}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item.active .list2{display:block}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item>.box{text-align:left;padding-right:150px;position:relative}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item>.box a{line-height:30px;font-size:16px;color:#666}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item>.box i{position:absolute;right:200px;top:8px;font-size:14px;display:none}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item .list2{left:33%;width:33%}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item .list2>li.active>.box{color:#15af9f}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item .list2>li.active>.box::before{background:#15af9f}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item .list2>li.active>.list3{display:block}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item .list2>li>.box{line-height:30px;padding-bottom:30px;padding-left:10px;font-size:16px;color:#666;text-align:left;position:relative}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item .list2>li>.box::before{content:'';width:5px;height:5px;border-radius:50%;background:#666;position:absolute;left:0;top:13px}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item .list2>li>.list3{position:absolute;top:-50px;right:-100%;width:100%;display:none}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item .list2.img-box{top:-50px}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list img{height:400px;object-fit:contain}.sep-mainnav>.sep-container>ul>li>.box{display:none;z-index:1000;position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);min-width:150px}.sep-mainnav>.sep-container>ul>li>.box::after{content:'';width:100%;height:2px;border-radius:1px;background-color:#15af9f;position:absolute;top:-1px;transition:All .8s ease;-webkit-transition:All .8s ease;-moz-transition:All .8s ease;-o-transition:All .8s ease;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0)}.sep-mainnav>.sep-container>ul>li>.box>ul{width:100%;background:#fff;box-shadow:3px 4px 10px rgba(0,0,0,0.3)}.sep-mainnav>.sep-container>ul>li>.box>ul>li{width:100%;text-align:left;border-bottom:1px solid #ddd;padding:15px;line-height:1.5em}.sep-mainnav>.sep-container>ul>li>.box>ul>li:last-child{border-bottom:none}.sep-mainnav>.sep-container>ul>li>.box>ul>li>a{color:#333;white-space:nowrap}.sep-mainnav>.sep-container>ul>li>.box>ul>li:hover{background:#15af9f;color:#fff}.sep-mainnav>.sep-container>ul>li>.box>ul>li:hover>a{color:#fff}.sep-footer{background:#828b9b}.sep-footer .footer-box{padding-top:80px;padding-bottom:120px;position:relative}.sep-footer .footer-box .sep-container{position:relative}.sep-footer .footer-box .sep-container .items{justify-content:space-between}.sep-footer .footer-box .sep-container .items .item{padding-right:40px}.sep-footer .footer-box .sep-container .items .item:nth-child(1){width:33%;flex-shrink:0}.sep-footer .footer-box .sep-container .items .item:nth-child(5){width:100px}.sep-footer .footer-box .sep-container .items .item .logo{display:block;margin-bottom:20px;object-fit:contain}.sep-footer .footer-box .sep-container .items .item .hd{display:block;font-size:22px;color:#fff;line-height:36px;padding-bottom:10px;margin-bottom:30px;text-transform:capitalize;position:relative}.sep-footer .footer-box .sep-container .items .item .hd:before{content:'';display:block;position:absolute;left:0;bottom:0;width:30px;height:3px;background:#2e9f8c;border-radius:2px;transition:All .8s ease;-webkit-transition:All .8s ease;-moz-transition:All .8s ease;-ms-transition:All .8s ease;-o-transition:All .8s ease}.sep-footer .footer-box .sep-container .items .item a.hd:hover{color:#15af9f}.sep-footer .footer-box .sep-container .items .item a.hd:hover::before{width:50px}.sep-footer .footer-box .sep-container .items .item .text{font-size:16px;color:#fff;line-height:30px;margin-bottom:72px}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share).contact li{padding-left:30px;position:relative}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share).contact li i{color:#15af9f;font-size:22px;position:absolute;left:0;top:0}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share).contact li .content{font-size:16px;color:rgba(255,255,255,0.6);line-height:28px}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share).contact li .content a{color:rgba(255,255,255,0.6)}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share).contact li .content a:hover{color:#15af9f}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share) li{margin-bottom:17px;line-height:1.5em}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share) li:last-child{margin-bottom:0}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share) li a{font-size:16px;color:rgba(255,255,255,0.6);line-height:20px}.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share) li a:hover{color:#15af9f}.sep-footer .footer-box .sep-container .sep-share li{width:100%;margin-bottom:13px}.sep-footer .footer-box .sep-container .sep-share li a{width:50px;height:50px;border-radius:50%;border:1px solid rgba(255,255,255,0.2)}.sep-footer .footer-box .sep-container .sep-share li a:hover{border:1px solid #15af9f}.sep-footer .footer-box .sep-container .sep-share li a:hover i{color:#15af9f}.sep-footer .footer-box .sep-container .sep-share li a i{color:rgba(255,255,255,0.6);font-size:24px}.sep-footer .sep-copyright{padding:17px 0;font-size:16px;border-top:1px solid rgba(255,255,255,0.1)}.sep-footer .sep-copyright a,.sep-footer .sep-copyright span{font-size:16px;color:rgba(255,255,255,0.6)}.sep-footer .sep-copyright a:hover{color:#15af9f;text-decoration:underline}.sep-footer .sep-copyright .sep-container{align-items:center;position:relative}.sep-footer .sep-copyright .sep-container .box{margin-left:auto}.sep-footer .sep-copyright .sep-container .box a:first-child{padding-right:16px;position:relative}.sep-footer .sep-copyright .sep-container .box a:first-child:after{content:'';width:1px;height:14px;background:rgba(255,255,255,0.6);position:absolute;right:1px;top:3px}.sep-footer .sep-copyright .sep-container .box a:nth-child(2){padding-left:13px}.sep-footer .sep-copyright .sep-container .box a:last-child{padding-left:15px}.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:#333;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li>a:hover,.pagination>li>span:hover{background:rgba(21,175,159,0.8);color:#fff}.form-group.has-success:after{content:"\f058";font-family:FontAwesome;position:absolute;right:0;bottom:21px;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 .contact-wrap .form-wrap .form-box .form-group.has-success:after{bottom:15px}.sep-single-page .contact-box .form-box .sep-form .form-group.has-success:after{bottom:21px}.sep-inner-banner.company5-banner .company5-form-box .form-group.has-success:after{bottom:9px}.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;font-weight:bold;margin-bottom:10px;line-height:1.4em;font-size:16px}.sep-resource-list .sep-datalist>li:not(.pdf-item) .title:hover{color:#15af9f}.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 #15af9f;background:#15af9f;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:#15af9f;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 #15af9f}.pdf-item:nth-child(even){float:none}.pdf-item .title:hover{color:#15af9f}.pdf-item .titles-a{width:80%;display:block;white-space:nowrap;overflow:hidden;float:left;text-overflow:ellipsis}.pdf-item .titles-a:hover{color:#15af9f}.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:#15af9f;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 a:hover,.sep-pagination .pagination li span:hover{background:rgba(21,175,159,0.8);color:#fff}.sep-pagination .pagination li.active a,.sep-pagination .pagination li.active span{border-color:#12988a;background:#15af9f;color:#fff}.sep-resource-list-nothumb .sep-datalist{list-style:none;padding:0;margin:0}.sep-resource-list-nothumb .sep-datalist li{border-bottom:dotted 1px #ddd;position:relative;min-height:120px;padding:15px 10px 50px 10px}.sep-resource-list-nothumb .sep-datalist li .thumb{position:absolute;left:10px;top:15px;display:block;width:120px;height:120px;overflow:hidden;text-align:center;display:none;border:1px solid #ddd}.sep-resource-list-nothumb .sep-datalist li .thumb img{max-width:100%;height:90px;display:none}.sep-resource-list-nothumb .sep-datalist li .title{display:block;color:#333;font-weight:bold;margin-bottom:10px;height:auto;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.sep-resource-list-nothumb .sep-datalist li .title:hover{color:#15af9f}.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;display:block;margin-bottom:8px;font-size:16px;color:#323232;margin-top:20px;text-align:center}.sep-resource-grid .sep-datalist li .title:hover{color:#15af9f}.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}@font-face{font-family:"iconfont";src:url('https://pt.paybloxglobal.com/themes/tianxing/font/inner-page/iconfont.eot');src:url('https://pt.paybloxglobal.com/themes/tianxing/font/inner-page/iconfont.eot') format('embedded-opentype'),url('../font/iconfont1.woff') format('woff'),url('../font/iconfont1.ttf') format('truetype'),url('../font/iconfont.svg') format('svg')}@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')}.fz20{font-size:20px}.fz24{font-size:22px}.fz26{font-size:24px}.fz30{font-size:28px}.fz36{font-size:34px}.fz40{font-size:38px !important}.fz44{font-size:40px}.fz50{font-size:48px}.fz54{font-size:48px !important}.fz56{font-size:50px !important}.fz60{font-size:56px;line-height:1em}.fz90{font-size:80px;line-height:1em}.pt0{padding-top:0 !important}.pb0{padding-bottom:0 !important}.pt20{padding-top:20px !important}.pb20{padding-bottom:20px}.pb30{padding-bottom:30px !important}.pt60{padding-top:60px !important}.pb60{padding-bottom:60px !important}.pt80{padding-top:80px !important}.pb100{padding-bottom:100px !important}.pt120{padding-top:120px !important}.pb120{padding-bottom:120px !important}.mb0{margin-bottom:0 !important}.mb10{margin-bottom:10px}.mb20{margin-bottom:20px}.mb30{margin-bottom:30px !important}.mb40{margin-bottom:40px !important}.mb50{margin-bottom:50px !important}.mb70{margin-bottom:70px !important}.mb80{margin-bottom:80px !important}.c333{color:#333}.width100{object-fit:cover}.relate{text-align:center;font-size:18px;color:#fff;background:#15af9f;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;min-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:#15af9f;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:#15af9f;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:#15af9f}.quick-links a:hover{text-decoration:underline}.sep-container-1360{width:1360px;margin:0 auto;max-width:100%}.sep-container-1920{width:1920px;margin:0 auto;max-width:100%}.sep-container{width:1360px;margin:0 auto;max-width:100%}.sep-breadcrumb{margin:0;list-style:none;width:100%;text-align:left;position:absolute;bottom:0;left:0;background:rgba(0,0,0,0.2)}.sep-breadcrumb.bg{background:#f2f2f2}

.sep-breadcrumb.bg .breadcrumb{padding-bottom:20px}
.sep-breadcrumb .breadcrumb{padding:20px 0;margin-bottom:0;border-radius:0;color:#fff;}
.sep-breadcrumb .breadcrumb:before{font:normal normal normal 14px/1 FontAwesome;content:"\f015";width:16px;height:20px;color:#fff;font-size:18px;display:inline-block;position:relative;top:2px;left:0}
.sep-breadcrumb .breadcrumb {display:inline-block}
.sep-breadcrumb .breadcrumb a{text-decoration:none;color:#fff;font-size:16px;padding:0 2px;}
.sep-breadcrumb .breadcrumb a:hover{text-decoration:underline;color:#15af9f}
.sep-breadcrumb .breadcrumb a:last-child {color:#15af9f}
/*.sep-breadcrumb .breadcrumb a:after{content:'>';color:#fff;position:relative;top:0;font-size:16px;padding:0 6px}*/
.sep-breadcrumb.relative{position:relative}.sep-inner-banner>img{display:block}.sep-inner-banner .sep-container{top:45%}.sep-inner-banner .title{line-height:1.37037037em}.sep-inner-banner .down{display:inline-block;margin-right:40px}.sep-inner-banner .down:hover{box-shadow:0 0 24px rgba(255,255,255,0.2)}.sep-inner-banner .quote{background:#15af9f;color:#fff;height:56px;padding:0 30px;font-size:18px;cursor:pointer}.sep-inner-banner .quote:hover{background:#f5c51e}.sep-inner-banner .quote i{margin-right:10px;font-size:20px}.sep-inner-banner .model-btns a{width:250px;height:60px;background:#15af9f;color:#fff;margin-right:20px}.sep-inner-banner .model-btns a:hover{background:#f5c51e}.sep-inner-banner .model-btns a:nth-child(2){background:#15af9f}.sep-inner-banner .model-btns a i{margin-right:10px;font-size:30px}.sep-inner-banner.company5-banner .alias{font-size:18px;margin-bottom:20px}.sep-inner-banner.company5-banner .title{font-size:40px;line-height:1.2em;margin-bottom:50px}.sep-inner-banner.company5-banner .more{display:table;padding:10px 30px;border:1px solid #fff;font-size:18px;border-radius:46px}.sep-inner-banner.company5-banner .more:hover{background:#fff;color:#333 !important}.sep-inner-banner.company5-banner .company5-form-box{position:absolute;background:#fff;width:354px;padding:38px 31px;box-shadow:0 0 21px 0 rgba(0,0,0,0.13);border-radius:12px 12px 12px 12px;right:80px;bottom:100px}.sep-inner-banner.company5-banner .company5-form-box .hd{font-size:22px;color:#15af9f;line-height:1em;margin-bottom:10px}.sep-inner-banner.company5-banner .company5-form-box .bd{font-size:16px;text-align:center;margin-bottom:20px}.sep-inner-banner.company5-banner .company5-form-box .form-group{margin-bottom:10px}.sep-inner-banner.company5-banner .company5-form-box .form-group .form-control{border:1px solid #d3d3d3;height:36px;font-family:'Gilroy-Regular','Arial','Lucida Grande','Microsoft Yahei'}.sep-inner-banner.company5-banner .company5-form-box .form-group textarea.form-control{height:72px}.sep-inner-banner.company5-banner .company5-form-box .btn{width:100%;height:44px;background:#15af9f;border-radius:6px 6px 6px 6px;border:none}.sep-inner-banner.company5-banner .company5-form-box .btn:hover{opacity:.7}.sep-inner-banner.company5-banner .bottom{position:absolute;bottom:0;height:0;top:auto}
.sep-inner-body .sep-breadcrumb{padding-top:162px;background:#1a1a1a}.sep-inner-body .sep-section-normal{padding:90px 0}.sep-inner-body .sep-section-normal.p120{padding:120px 0}.sep-inner-body .sep-section-normal.bg{background:#f7f7f7}.sep-inner-body .sep-section-normal .line-box{padding-left:40px;border-left:8px solid #15af9f}.sep-inner-body .sep-section-normal .title-normal{color:#333;line-height:1em}.sep-inner-body .sep-section-normal .title-normal.hasline{margin-bottom:77px;position:relative;border-left:8px solid #15af9f;padding-left:30px;line-height:1.2em}.sep-inner-body .sep-section-normal .title-normal.hasline.line-white{border-left:8px solid #fff}.sep-inner-body .sep-section-normal .title-normal.line-top-center{position:relative}.sep-inner-body .sep-section-normal .title-normal.line-top-center:before{content:'';display:block;width:58px;height:5px;background:#fff;position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);top:-29px}.sep-inner-body .sep-index-items{margin:0 -20px}.sep-inner-body .sep-index-items .item{padding:0 20px}.sep-inner-body .sep-index-items .item .box{margin-bottom:60px}.sep-inner-body .sep-index-items .item .box .thumb .full-screen{background:rgba(160,202,253,0.9);padding:0 30px}.sep-inner-body .sep-index-items .item .box .thumb .full-screen ul li{margin-bottom:10px}.sep-inner-body .sep-index-items .item .box .thumb .full-screen ul li:last-child{margin-bottom:0}.sep-inner-body .sep-index-items .item .box .thumb .full-screen ul li a{color:#fff;font-size:16px}.sep-inner-body .sep-index-items .item .box .thumb .full-screen ul li a:hover{color:#15af9f}.sep-inner-body .sep-index-items .item .box .info .title-box{margin-bottom:30px;border-bottom:2px solid #ccc;position:relative;padding-right:30px;padding-top:20px;padding-bottom:20px}.sep-inner-body .sep-index-items .item .box .info .title-box:hover:before{width:100%}.sep-inner-body .sep-index-items .item .box .info .title-box:before{content:'';display:block;height:2px;width:186px;position:absolute;left:0;bottom:-2px;background:#15af9f;transition:All .4s ease;-webkit-transition:All .4s ease;-moz-transition:All .4s ease;-o-transition:All .4s ease}.sep-inner-body .sep-index-items .item .box .info .title-box .title{color:#333;font-size:20px;flex:auto;margin-right:20px}.sep-inner-body .sep-index-items .item .box .info .title-box .title:hover{color:#15af9f}.sep-inner-body .sep-index-items .item .box .info .title-box .more{margin-left:auto;width:50px;height:50px;background:#15af9f;border-radius:50%;color:#fff}.sep-inner-body .sep-index-items .item .box .info .title-box .more:hover{background:#f5c51e}.sep-inner-body .sep-index-items .item .box .info .title-box .more i{font-size:20px}.sep-inner-body .sep-index-items .item .box .info .summary{line-height:1.875em;color:#4d4d4d;font-size:16px}.sep-inner-body .professional-wrap .items .item:nth-child(even){margin-top:60px}.sep-inner-body .professional-wrap .items .item .box{min-height:440px;background:#fff;padding:42px 20px 20px 20px;flex-direction:column}.sep-inner-body .professional-wrap .items .item .box:hover{background:#15af9f}.sep-inner-body .professional-wrap .items .item .box:hover i,.sep-inner-body .professional-wrap .items .item .box:hover .title,.sep-inner-body .professional-wrap .items .item .box:hover .richtext{color:#fff}.sep-inner-body .professional-wrap .items .item .box:hover i a,.sep-inner-body .professional-wrap .items .item .box:hover .title a,.sep-inner-body .professional-wrap .items .item .box:hover .richtext a{color:#fff}.sep-inner-body .professional-wrap .items .item .box:hover .num-box::before{background:#fff}.sep-inner-body .professional-wrap .items .item .box:hover .num-box .num{color:#fff}.sep-inner-body .professional-wrap .items .item .box .num-box{align-self:flex-end;width:100%;margin-top:auto}.sep-inner-body .professional-wrap .items .item .box .num-box:before{content:'';display:block;flex:auto;height:1px;background:#15af9f}.sep-inner-body .professional-wrap .items .item .box .num-box .num{color:#15af9f;font-size:26px;margin-left:20px}.sep-inner-body .professional-wrap .items .item .box i{color:#15af9f;font-size:40px}.sep-inner-body .professional-wrap .items .item .box .title{font-size:22px;margin:20px 0}.sep-inner-body .professional-wrap.application .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.sep-inner-body .professional-wrap.application .items .item .box{background:rgba(255,255,255,0.8);min-height:550px}.sep-inner-body .professional-wrap.application .items .item .box:hover{background:#15af9f}.sep-inner-body .access-wrap .thumb{width:50%;padding-top:109px;padding-left:280px;padding-right:80px;z-index:100}.sep-inner-body .access-wrap .thumb .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.sep-inner-body .access-wrap .thumb .tips{right:-209px}.sep-inner-body .access-wrap .thumb .tips .items .item{width:37px;height:37px;background:#f5f5f5;border-radius:50%;position:absolute;cursor:pointer}.sep-inner-body .access-wrap .thumb .tips .items .item.active{background:#15af9f;color:#fff}.sep-inner-body .access-wrap .thumb .tips .items .item:nth-child(1){right:37px;top:50px}.sep-inner-body .access-wrap .thumb .tips .items .item:nth-child(2){right:-10px;top:143px}.sep-inner-body .access-wrap .thumb .tips .items .item:nth-child(3){right:-10px;top:243px}.sep-inner-body .access-wrap .thumb .tips .items .item:nth-child(4){right:39px;top:331px}.sep-inner-body .access-wrap .access-slide{width:50%;padding-left:80px;padding-right:280px;flex-direction:row}.sep-inner-body .access-wrap .access-slide .num{color:#333;opacity:.06;font-size:100px;line-height:1em;padding-left:130px}.sep-inner-body .access-wrap .access-slide .title{font-size:28px;margin-bottom:20px;margin-top:-60px}.sep-inner-body .access-wrap .access-slide .swiper-button-next,.sep-inner-body .access-wrap .access-slide .swiper-button-prev{position:static;margin-top:30px;display:inline-block;width:46px;height:46px;margin-right:10px}.sep-inner-body .access-wrap .access-slide .swiper-button-next:not(.swiper-button-disabled) i,.sep-inner-body .access-wrap .access-slide .swiper-button-prev:not(.swiper-button-disabled) i{background:#15af9f;color:#fff}.sep-inner-body .access-wrap .access-slide .swiper-button-next i,.sep-inner-body .access-wrap .access-slide .swiper-button-prev i{width:46px;height:46px;background:#f5f5f5;color:#333;margin-right:10px}.sep-inner-body .review-slide .box .info{padding-top:50px;padding-left:36px}.sep-inner-body .review-slide .box .info i{color:#15af9f;margin-right:36px;font-size:50px;position:relative;top:-20px}.sep-inner-body .review-slide .box .info .author{font-size:20px;color:#333}.sep-inner-body .review-slide .box .thumb{width:274px;height:274px;border-radius:50%;border:2px solid rgba(100,179,36,0.2);flex-shrink:0;padding:12px;margin-left:127px}.sep-inner-body .review-slide .box .thumb img{border-radius:50%}.sep-inner-body .review-slide .box .thumb .num{width:80px;height:80px;border-radius:50%;background:#15af9f;color:#fff;font-size:30px;position:absolute;right:0;top:0}.sep-inner-body .review-slide .box .thumb .num::before{content:'';display:block;width:70px;height:70px;border:1px dashed #fff;border-radius:50%;position:absolute;left:5px;top:5px}.sep-inner-body .review-slide .swiper-pagination{position:static;text-align:left;padding-left:148px}.sep-inner-body .review-slide .swiper-pagination .swiper-pagination-bullet{margin-right:10px;width:20px;height:2px;background:#666;border-radius:0}.sep-inner-body .review-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:40px;height:2px;background:#15af9f}.sep-inner-body .model-btns a{width:250px;height:60px;background:#15af9f;color:#fff;margin-right:20px}.sep-inner-body .model-btns a:hover{background:#f5c51e}.sep-inner-body .model-btns a:nth-child(2){background:#15af9f}.sep-inner-body .model-btns a i{margin-right:10px;font-size:30px}.sep-inner-body .sep-pro-list .item{margin-bottom:70px}.sep-inner-body .sep-pro-list .item:last-child{margin-bottom:0}.sep-inner-body .sep-pro-list .item:nth-child(even){flex-direction:row-reverse}.sep-inner-body .sep-pro-list .item:nth-child(even) .info{padding-right:70px}.sep-inner-body .sep-pro-list .item:nth-child(even) .info .title{margin-left:auto;flex-direction:row-reverse;text-align:right}.sep-inner-body .sep-pro-list .item:nth-child(even) .info .title:after{margin-left:auto;margin-right:30px}.sep-inner-body .sep-pro-list .item:nth-child(even) .info .richtext{text-align:right}.sep-inner-body .sep-pro-list .item:nth-child(even) .info ul li{text-align:right}.sep-inner-body .sep-pro-list .item:nth-child(even) .info .more{flex-direction:row-reverse}.sep-inner-body .sep-pro-list .item:nth-child(even) .info .more i{margin-left:10px;margin-right:0}.sep-inner-body .sep-pro-list .item .thumb{width:40%;flex-shrink:0}.sep-inner-body .sep-pro-list .item .thumb img{width:100%}.sep-inner-body .sep-pro-list .item .info{padding-left:70px;position:relative;z-index:100}.sep-inner-body .sep-pro-list .item .info .title{font-size:28px;color:#333}.sep-inner-body .sep-pro-list .item .info .title.color-website{color:#15af9f}.sep-inner-body .sep-pro-list .item .info .title:after{display:block;width:80px;height:2px;background:#15af9f;margin-left:30px}.sep-inner-body .sep-pro-list .item .info a.title:hover{color:#15af9f}.sep-inner-body .sep-pro-list .item .info ul{margin-bottom:30px}.sep-inner-body .sep-pro-list .item .info ul li{margin-bottom:15px}.sep-inner-body .sep-pro-list .item .info ul li a{font-size:16px;color:#4d4d4d}.sep-inner-body .sep-pro-list .item .info ul li a i{font-size:14px}.sep-inner-body .sep-pro-list .item .info ul li a:hover{color:#15af9f}.sep-inner-body .sep-pro-list .item .info .more{text-transform:uppercase;font-size:16px;color:#15af9f}.sep-inner-body .sep-pro-list .item .info .more:hover{color:#f5c51e}.sep-inner-body .sep-pro-list .item .info .more:hover i{background:#f5c51e}.sep-inner-body .sep-pro-list .item .info .more i{width:44px;height:44px;color:#fff;background:#15af9f;border-radius:50%;margin-right:10px}.sep-inner-body .manual-items .item{margin-right:20px}.sep-inner-body .manual-items .item:last-child{margin-right:0}.sep-inner-body .manual-items .item .box .info{padding:0 50px}.sep-inner-body .manual-items .item .box .info .title{background:#15af9f;min-height:75px;color:#fff;font-size:20px;padding:10px 20px;position:relative;margin-top:-30px;margin-bottom:20px}.sep-inner-body .manual-items .item .box .info .title:hover{background:#15af9f}.sep-inner-body .manual-items .item .box .info .title:hover i{border:4px solid #15af9f;color:#15af9f}.sep-inner-body .manual-items .item .box .info .title i{position:absolute;width:110px;height:110px;background:#fff;border:4px solid #e6e6e6;border-radius:50%;color:#4d4d4d;font-size:32px;left:-20px}.sep-inner-body .manual-items .item .box .info .richtext ul>li{list-style:none}.sep-inner-body .affect-wrap .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:-1}.sep-inner-body .affect-wrap .affect-box .title-normal{line-height:1.6em;margin-bottom:80px}.sep-inner-body .affect-wrap .items .item{flex:1;background:rgba(24,79,146,0.9);border-right:1px solid rgba(255,255,255,0.1);padding:50px 30px}.sep-inner-body .affect-wrap .items .item:hover{background:rgba(100,179,36,0.9)}.sep-inner-body .affect-wrap .items .item:hover i{color:#fff}.sep-inner-body .affect-wrap .items .item i{color:#15af9f;font-size:40px}.sep-inner-body .affect-wrap .items .item .title{margin:20px 0;font-size:20px;color:#fff;min-height:80px}.sep-inner-body .affect-wrap .items .item:last-child{border-right:none}.sep-inner-body .pateint-wrap .pateint-box{padding-left:42px}.sep-inner-body .pateint-wrap .pateint-box .thumb{flex:auto;margin-right:-134px;position:relative;z-index:11}.sep-inner-body .pateint-wrap .pateint-box .info{width:60.44117647%;margin-left:auto;flex-shrink:0;background:#fff;padding-left:203px;padding-right:40px;padding-top:40px;border-right:7px solid #15af9f;box-shadow:0 0 24px rgba(0,0,0,0.1)}.sep-inner-body .detail-wrap{padding-top:200px}.sep-inner-body .detail-wrap .sep-breadcrumb{padding-top:0;background:rgba(0,0,0,0.2)}.sep-inner-body .detail-wrap .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:-1}.sep-inner-body .detail-wrap .detail-box{align-items:flex-start}.sep-inner-body .detail-wrap .detail-box .info-box{width:50%;padding-right:60px}.sep-inner-body .detail-wrap .detail-box .info-box .richtext{padding-top:40px;border-top:1px solid rgba(255,255,255,0.1)}.sep-inner-body .detail-wrap .detail-box .thumb-box{width:50%}.sep-inner-body .detail-wrap .detail-box .thumb-box .swiper-container{height:100%}.sep-inner-body .detail-wrap .detail-box .thumb-box .swiper-button-next,.sep-inner-body .detail-wrap .detail-box .thumb-box .swiper-button-prev{width:auto;height:auto;margin-top:0}.sep-inner-body .detail-wrap .detail-box .thumb-box .swiper-button-next i,.sep-inner-body .detail-wrap .detail-box .thumb-box .swiper-button-prev i{color:rgba(255,255,255,0.6)}.sep-inner-body .detail-wrap .detail-box .thumb-box .swiper-button-next:not(.swiper-button-disabled):hover i,.sep-inner-body .detail-wrap .detail-box .thumb-box .swiper-button-prev:not(.swiper-button-disabled):hover i{color:#15af9f}.sep-inner-body .detail-wrap .detail-box .thumb-box .swiper-button-prev{top:-25px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.sep-inner-body .detail-wrap .detail-box .thumb-box .swiper-button-next{bottom:-25px;left:50%;right:auto;top:auto;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.sep-inner-body .detail-wrap .detail-box .thumb-box .thumb{width:100%;text-align:center}.sep-inner-body .detail-wrap .detail-box .thumb-box .thumb img{height:100%;width:100%;object-fit:cover}.sep-inner-body .detail-wrap .detail-box .thumb-box .thumbs{margin-top:30px;flex-shrink:0;margin-left:auto}.sep-inner-body .detail-wrap .detail-box .thumb-box .thumbs img{height:100%;width:100%;object-fit:cover}.sep-inner-body .icu-items .item{background:#fff;border-bottom:4px solid rgba(24,79,146,0.4);padding:50px;margin-bottom:25px}.sep-inner-body .icu-items .item:last-child{margin-bottom:0}.sep-inner-body .icu-items .item .icon{width:120px;height:120px;background:#15af9f;border-radius:50%;position:relative;z-index:5;flex-shrink:0;margin-right:46px;color:#fff;font-size:50px}.sep-inner-body .icu-items .item .icon::before{content:'';display:block;width:132px;height:132px;border-radius:50%;position:absolute;background:rgba(100,179,36,0.3);left:-6px;top:-6px;z-index:-1}.sep-inner-body .icu-items .item .info .num{color:rgba(51,51,51,0.1);font-size:60px;line-height:1em}.sep-inner-body .icu-items .item .info .title{color:#333;font-size:20px;margin-bottom:30px;margin-top:-52px}.sep-inner-body .contact-wrap .bg{position:absolute;left:0;top:0;width:100%;z-index:-10}.sep-inner-body .contact-wrap .form-wrap{box-shadow:0 0 24px rgba(0,0,0,0.1);border-radius:12px;overflow:hidden}.sep-inner-body .contact-wrap .form-wrap .info-box{width:50%;background:#fff;padding:60px}.sep-inner-body .contact-wrap .form-wrap .info-box .title{font-size:26px}.sep-inner-body .contact-wrap .form-wrap .info-box .contact-items .item{padding:30px 0;border-top:1px solid #dbdbdb}.sep-inner-body .contact-wrap .form-wrap .info-box .contact-items .item i{color:#15af9f;font-size:40px;width:70px;flex-shrink:0}.sep-inner-body .contact-wrap .form-wrap .info-box .contact-items .item .info .hd{color:#333;font-size:18px;margin-bottom:5px}.sep-inner-body .contact-wrap .form-wrap .info-box .contact-items .item .info .content{color:#4d4d4d;font-size:18px;line-height:1.6em}.sep-inner-body .contact-wrap .form-wrap .info-box .contact-items .item .info .content a:hover{color:#15af9f}
.sep-inner-body .contact-wrap .form-wrap .form-box{width:50%;background:#15af9f;padding:60px}
.sep-inner-body .contact-wrap .form-wrap .form-box .hd{font-size:28px}
.sep-inner-body .contact-wrap .form-wrap .form-box .sep-form .form-group .form-control{height:50px;background:#fff;border:none;border-radius:0;font-size:16px;font-family:'Gilroy-Regular','Microsoft Yahei','Lucida Grande'}
.sep-inner-body .contact-wrap .form-wrap .form-box .sep-form .form-group textarea.form-control{height:150px}
.sep-inner-body .contact-wrap .form-wrap .form-box .sep-form .form-group .btn{width:200px;height:54px;background:#fff;border:none;font-size:20px;margin-top:30px;color:#15af9f !important}.sep-inner-body .contact-wrap a.title-normal:hover{color:#15af9f}.sep-inner-body .sep-news a.title-normal:hover{color:#15af9f}.sep-inner-body .relate-news-items{margin:0 -18px}.sep-inner-body .relate-news-items .item{padding:0 18px}.sep-inner-body .relate-news-items .item .box{height:100%}.sep-inner-body .relate-news-items .item .box .title{font-size:20px;color:#333;margin-bottom:20px;margin-top:20px;line-height:1.54545455em}.sep-inner-body .relate-news-items .item .box .title:hover{color:#15af9f}.sep-inner-body .relate-news-items .item .box .box-s{margin-top:auto;height:60px;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb}.sep-inner-body .relate-news-items .item .box .box-s .date{color:#666;font-size:16px}.sep-inner-body .relate-news-items .item .box .box-s .more{margin-left:auto;color:#666}.sep-inner-body .relate-news-items .item .box .box-s .more:hover{color:#f5c51e}.sep-inner-body .relate-news-items .item .box .box-s .more:hover i{color:#f5c51e;border:2px solid #f5c51e}.sep-inner-body .relate-news-items .item .box .box-s .more i{border:2px solid #15af9f;color:#15af9f;border-radius:50%;width:24px;height:24px;margin-left:12px}.sep-inner-body .sep-relate-grid{margin:0 -18px}.sep-inner-body .sep-relate-grid .item{padding:0 18px}.sep-inner-body .sep-relate-grid .item .box{border:1px solid #dbdbdb;padding:10px}.sep-inner-body .sep-relate-grid .item .box:hover{border:1px solid #15af9f}.sep-inner-body .sep-relate-grid .item .box .thumb{padding:30px}.sep-inner-body .sep-relate-grid .item .box .thumb img{width:100%;height:100%;object-fit:cover}.sep-inner-body .sep-relate-grid .item .box .title{background:#15af9f;color:#fff;min-height:60px;font-size:20px;padding:0 20px}.sep-inner-body .sep-relate-grid .item .box .title:hover{background:#f5c51e}.sep-company-style5 .sep-section-normal{padding:120px 0;width:100%}.sep-company-style5 .sep-section-normal .fz40{font-size:40px;line-height:1.2em}.sep-company-style5 .sep-section-normal .mb50{margin-bottom:50px}.sep-company-style5 .sep-section-normal .mb30{margin-bottom:30px}.sep-company-style5 .sep-section-normal.pt0{padding-top:0}.sep-company-style5 .sep-section-normal.pb0{padding-bottom:0}.sep-company-style5 .sep-section-normal.bg{background:#f2f6f9}.sep-company-style5 .sep-section-normal .alias{color:#15af9f;font-size:18px;margin-bottom:20px;line-height:1em}.sep-company-style5 .sep-section-normal .alias .line{width:4px;height:13px;background:#15af9f;display:inline-block;transform:rotate(8deg)}.sep-company-style5 .sep-section-normal.company-section1 .box-wrap .title{font-size:40px;line-height:1.2em;margin-bottom:30px}.sep-company-style5 .sep-section-normal.company-section1 .box-wrap .thumb{padding-left:30px;height:450px}.sep-company-style5 .sep-section-normal.company-section1 .box-wrap .thumb img{object-fit:cover}.sep-company-style5 .sep-section-normal.company-section1 .box-wrap .thumb img:first-child{display:block;height:100%;width:50%;padding-right:20px;padding-bottom:20px}.sep-company-style5 .sep-section-normal.company-section1 .box-wrap .thumb img:not(:first-child){display:block;height:50%;width:50%;padding-bottom:20px}.sep-company-style5 .sep-section-normal.company-section1 .box-wrap .person img{width:96px;height:96px;overflow:hidden;object-fit:cover;margin-right:23px}.sep-company-style5 .sep-section-normal.company-section1 .box-wrap .person .name{color:#15af9f;font-size:20px}.sep-company-style5 .sep-section-normal.company-section1 .box-wrap .person .position{color:#595959;font-size:16px}.sep-company-style5 .sep-section-normal .process-items{justify-content:center}.sep-company-style5 .sep-section-normal .process-items .item{margin-bottom:60px}.sep-company-style5 .sep-section-normal .process-items .item:last-child .box::before{display:none}.sep-company-style5 .sep-section-normal .process-items .item .box{padding:0 20px;position:relative}.sep-company-style5 .sep-section-normal .process-items .item .box::before{content:'';display:block;width:208px;height:3px;border-top:3px dashed rgba(21,175,159,0.7);position:absolute;top:41px;right:-114px}.sep-company-style5 .sep-section-normal .process-items .item .box .num-box{width:84px;height:84px;background:rgba(21,175,159,0.1);border-radius:50%;margin-left:auto;margin-right:auto;margin-bottom:30px}.sep-company-style5 .sep-section-normal .process-items .item .box .round{width:66px;height:66px;background:rgba(21,175,159,0.5);border-radius:50%}.sep-company-style5 .sep-section-normal .process-items .item .box .num{width:48px;height:48px;background:#15af9f;border-radius:50%;color:#fff;font-size:20px}.sep-company-style5 .sep-section-normal .process-items .item .box .title{color:#333;font-size:20px;margin-bottom:20px;line-height:1.2em}.sep-company-style5 .sep-section-normal .process-items .item .box .richtext{margin-bottom:0}.sep-company-style5 .sep-section-normal .process-items .item .box .richtext a:hover{text-decoration:underline}.sep-company-style5 .sep-section-normal .clients-items{margin:0 50px}.sep-company-style5 .sep-section-normal .clients-items .item{padding:0 25px;margin-bottom:50px}.sep-company-style5 .sep-section-normal .clients-items .item .box{background:#fff;height:100%;box-shadow:0 1px 16px 0 rgba(0,0,0,0.16);padding-top:56px;padding-left:36px;padding-right:36px;padding-bottom:20px}.sep-company-style5 .sep-section-normal .clients-items .item .box .country{color:#15af9f;font-size:20px}.sep-company-style5 .sep-section-normal .service-items{margin:0 -15px}.sep-company-style5 .sep-section-normal .service-items .item{padding:0 15px}.sep-company-style5 .sep-section-normal .service-items .item .box{height:100%;border:1px solid rgba(21,175,159,0.3);padding:38px}.sep-company-style5 .sep-section-normal .service-items .item .box i{color:#15af9f;font-size:44px;margin-bottom:17px;display:inline-block}.sep-company-style5 .sep-section-normal .service-items .item .box .title{font-size:20px;line-height:1.2em;margin-bottom:20px;color:#333;height:2.4em}.sep-company-style5 .sep-section-normal .service-items .item .box .title:hover{color:#15af9f}.sep-company-style5 .sep-section-normal .service-items .item .box .richtext{overflow:hidden}.sep-company-style5 .sep-section-normal .service-items .item .box .more{padding:0 15px;height:35px;background:#15af9f;border-radius:7px;display:table;margin:0 auto;line-height:35px;color:#fff}.sep-company-style5 .sep-section-normal .service-items .item .box .more:hover{background:#f5c51e}.sep-single-page .sep-section-normal{width:100%;padding:120px 0}.sep-single-page .sep-section-normal .fz40{font-size:40px;line-height:1.2em}.sep-single-page .sep-section-normal .fz30{font-size:30px;line-height:1.2em}.sep-single-page .sep-section-normal .mb50{margin-bottom:50px}.sep-single-page .sep-section-normal .mb30{margin-bottom:30px}.sep-single-page .sep-section-normal .mb20{margin-bottom:20px}.sep-single-page .sep-section-normal.pt0{padding-top:0}.sep-single-page .sep-section-normal.pb0{padding-bottom:0}.sep-single-page .sep-section-normal.bg{background:#f7f7f7}.sep-single-page .sep-section-normal .sep-resource-grid .sep-datalist{list-style:none;padding:0;margin:0 -15px;overflow:hidden}.sep-single-page .sep-section-normal .sep-resource-grid .sep-datalist li{position:relative;float:left;width:33.33%;overflow:hidden;padding:0 15px;margin-bottom:18px}.sep-single-page .sep-section-normal .sep-resource-grid .sep-datalist li.col-md-6{width:50%}.sep-single-page .sep-section-normal .sep-resource-grid .sep-datalist li .thumb{display:block;width:100%;height:auto;line-height:auto;overflow:hidden;text-align:center;margin-bottom:8px;border:none}.sep-single-page .sep-section-normal .sep-resource-grid .sep-datalist li .thumb img{max-width:100%;height:auto;width:100%}.sep-single-page .sep-section-normal .sep-resource-grid .sep-datalist li .title{line-height:1.5em;display:block;margin-bottom:8px;font-size:16px;color:#323232;margin-top:20px;text-align:center}.sep-single-page .sep-section-normal .sep-resource-grid .sep-datalist li .title:hover{color:#15af9f}.sep-single-page .sep-section-normal .sep-resource-grid .sep-datalist li .summary{display:none;line-height:1.5em;height:6em;overflow:hidden;color:#777}.sep-single-page .sep-section-normal .sep-resource-grid .sep-datalist li .published{display:none}.sep-single-page .sep-section-normal .sep-resource-grid .sep-datalist li .btn-read{display:none}.sep-single-page .sep-section-normal .sep-news-list .item{background:#f5f5f5;margin-bottom:60px}.sep-single-page .sep-section-normal .sep-news-list .item:last-child{margin-bottom:0}.sep-single-page .sep-section-normal .sep-news-list .item .thumb{width:400px;flex-shrink:0;margin-right:30px}.sep-single-page .sep-section-normal .sep-news-list .item .thumb img{object-fit:cover}.sep-single-page .sep-section-normal .sep-news-list .item .thumb .date{position:absolute;left:0;bottom:0;background:#15af9f;color:#fff;width:200px;height:60px;padding-left:20px;padding-top:15px}.sep-single-page .sep-section-normal .sep-news-list .item .thumb .date .day{font-size:26px;line-height:1em;margin-right:24px}.sep-single-page .sep-section-normal .sep-news-list .item .thumb .date .ym{font-size:16px;position:relative}.sep-single-page .sep-section-normal .sep-news-list .item .thumb .date .ym::before{content:'';display:inline-block;width:1px;height:25px;background:#fff;opacity:.2;position:absolute;left:-17px;top:-5px}.sep-single-page .sep-section-normal .sep-news-list .item .info{flex:auto;padding:15px 0;padding-right:40px}.sep-single-page .sep-section-normal .sep-news-list .item .info .tag{color:#666;font-size:16px;margin-bottom:20px;display:block}.sep-single-page .sep-section-normal .sep-news-list .item .info .tag:hover{color:#15af9f}.sep-single-page .sep-section-normal .sep-news-list .item .info .title{font-size:20px;color:#333;margin-bottom:15px;display:block}.sep-single-page .sep-section-normal .sep-news-list .item .info .title:hover{color:#15af9f}.sep-single-page .sep-section-normal .sep-news-list .item .info .summary{display:block;font-size:16px;color:#666;line-height:1.875em;margin-bottom:20px}.sep-single-page .sep-section-normal .sep-news-list .item .info .more i{width:50px;height:50px;background:#15af9f;box-shadow:0 39px 49px 0 rgba(0,67,232,0.1);border-radius:25px;color:#fff}.sep-single-page .sep-section-normal .sep-news-list .item .info .more i:hover{background:#f5c51e}.sep-single-page .sep-section-normal .service-section1 .thumb{padding-right:50px}.sep-single-page .sep-section-normal .service-section1 .richtext ol li{margin-bottom:15px}.sep-single-page .sep-section-normal .service-section1 .richtext ol li:last-child{margin-bottom:0}.sep-single-page .sep-section-normal .service-section1 .richtext ol li::marker{color:#15af9f}.sep-single-page .sep-section-normal .service-section1.flex-reverse-x .thumb{padding-right:0;padding-left:50px}.sep-single-page .sep-section-normal .service-section2 .info{padding-right:30px}.sep-single-page .sep-section-normal .sep-research-grid{margin-top:90px}.sep-single-page .sep-section-normal .sep-research-grid .item{top:0}.sep-single-page .sep-section-normal .sep-research-grid .item:hover{top:-60px}.sep-single-page .sep-section-normal .sep-research-grid .item:hover .num{color:#15af9f}.sep-single-page .sep-section-normal .sep-research-grid .item:hover .thumb{border-bottom:5px solid #15af9f}.sep-single-page .sep-section-normal .sep-research-grid .num{font-size:24px;padding-left:30px;color:#999;margin-bottom:20px}.sep-single-page .sep-section-normal .sep-research-grid .thumb{margin-bottom:30px;border-bottom:5px solid transparent}.sep-single-page .sep-section-normal .sep-research-grid .thumb img{width:100%}.sep-single-page .sep-section-normal .contact-box .info-box{width:428px;flex-shrink:0;background:#15af9f;padding:67px 100px 90px 90px}.sep-single-page .sep-section-normal .contact-box .info-box .items .item{margin-bottom:50px}.sep-single-page .sep-section-normal .contact-box .info-box .items .item:last-child{margin-bottom:0}.sep-single-page .sep-section-normal .contact-box .info-box .items .item .hd{position:relative;font-size:20px;margin-bottom:16px}.sep-single-page .sep-section-normal .contact-box .info-box .items .item .hd i{width:34px;height:34px;border:1px solid #fff;border-radius:50%;position:absolute;left:-54px;top:3px}.sep-single-page .sep-section-normal .contact-box .info-box .items .item .richtext b{font-family:'Gilroy-Bold'}.sep-single-page .sep-section-normal .contact-box .info-box .items .item a:hover{text-decoration:underline}
.sep-single-page .sep-section-normal .contact-box .form-box{flex:auto;margin:0 80px}.sep-single-page .sep-section-normal .contact-box .form-box .hd{color:#333;margin-bottom:48px}.sep-single-page .sep-section-normal .contact-box .form-box .hd:before{content:'';display:block;width:60px;height:2px;background:#da251c;position:absolute;left:0;bottom:-20px}.sep-single-page .sep-section-normal .contact-box .form-box .sep-form .form-group{position:relative}.sep-single-page .sep-section-normal .contact-box .form-box .sep-form .form-group label{position:absolute;left:21px;top:17px}.sep-single-page .sep-section-normal .contact-box .form-box .sep-form .form-group label i{font-size:20px;color:#bdbebf}.sep-single-page .sep-section-normal .contact-box .form-box .sep-form .form-group .form-control{height:60px;background:transparent;border:none;border-radius:0;color:#bdbebf;padding-left:20px;box-shadow:none;background:#f4f5f9;font-size:16px;font-family:'Gilroy-Regular','Microsoft Yahei','Lucida Grande'}.sep-single-page .sep-section-normal .contact-box .form-box .sep-form .form-group .form-control::-webkit-input-placeholder{color:#bdbebf;font-size:16px}.sep-single-page .sep-section-normal .contact-box .form-box .sep-form .form-group .form-control::-moz-placeholder{color:#bdbebf;font-size:16px}.sep-single-page .sep-section-normal .contact-box .form-box .sep-form .form-group .form-control:-ms-input-placeholder{color:#bdbebf;font-size:16px}.sep-single-page .sep-section-normal .contact-box .form-box .sep-form .form-group textarea.form-control{height:160px;padding-top:20px;font-family:'Gilroy-Regular','Microsoft Yahei','Lucida Grande'}.sep-single-page .sep-section-normal .contact-box .form-box .sep-form .form-group .btn-primary{background:#15af9f;border-radius:0;border:none;width:220px;height:60px;font-size:20px;margin-top:30px;color:#fff}.sep-single-page .sep-section-normal .contact-box .form-box .sep-form .form-group .btn-primary i{margin-left:10px}.sep-single-page .sep-section-normal .contact-box .form-box .sep-form .form-group .btn-primary:hover{background:#f5c51e}.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:20px;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:#15af9f;position:absolute;left:-20px;top:4px}.sep-inner-body .jc-resource-grid .item .info .title:hover{color:#15af9f}.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:26px;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:#15af9f}.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:#15af9f}.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:#15af9f}.sep-primary{flex:auto;width:0}.sep-sidebar{width:340px;flex-shrink:0;margin-left:60px;align-self:start;position:sticky;top:120px}
.sep-sidebar .sep-sidebar-list{margin-bottom:40px;box-shadow:0 3px 7px 0 rgba(0,0,0,0.13)}
.sep-sidebar .sep-sidebar-list:last-child{margin-bottom:0}
.sep-sidebar .sep-sidebar-list a.hd:hover{font-size:22px}
.sep-sidebar .sep-sidebar-list .hd{padding:0 20px;height:60px;background:#15af9f;border-radius:0 20px 0 0;color:#fff;font-size:20px}
.sep-sidebar .sep-sidebar-list>ul>li{border-bottom:1px solid #e9eaec}
.sep-sidebar .sep-sidebar-list>ul>li:last-child{margin-bottom:0;border-bottom:none}
.sep-sidebar .sep-sidebar-list>ul>li.active>.box{background:#e9eaec;border-left:4px solid #64b324}
.sep-sidebar .sep-sidebar-list>ul>li.active>.box a{color:#15af9f}
.sep-sidebar .sep-sidebar-list>ul>li.active>.box .control::before{content:'\e632'}
.sep-sidebar .sep-sidebar-list>ul>li>.box{background:#fff;height:60px;padding:0 19px;border-left:4px solid transparent}
.sep-sidebar .sep-sidebar-list>ul>li>.box a{color:#333;font-size:18px;font-family:'Gilroy-Bold';padding-right:10px;text-transform:capitalize}
.sep-sidebar .sep-sidebar-list>ul>li>.box a:hover{color:#15af9f}
.sep-sidebar .sep-sidebar-list>ul>li>.box .control{margin-left:auto;cursor:pointer}
.sep-sidebar .sep-sidebar-list>ul>li>.box .control::before{content:'\e615';font-family:"iconfont" !important;font-size:20px;color:#15af9f}
.sep-sidebar .sep-sidebar-list>ul>li>.box .control:hover::before{color:#f5c51e}
.sep-sidebar .sep-sidebar-list>ul>li>ul{padding:30px 0;display:none;background:#fff}
.sep-sidebar .sep-sidebar-list>ul>li>ul.active-show{display: block;}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li{padding-left:28px;margin-bottom:20px}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li:last-child{margin-bottom:0}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box>a{color:#666;font-size:16px;padding-left:15px;position:relative}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box>a.active,.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box>a:hover{color:#15af9f}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box>a.active::before,
.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box>a:hover::before{background:#15af9f}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box>a::before{content:'';display:block;width:6px;height:6px;background:#666;border-radius:50%;position:absolute;left:0;top:5px}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li.active>.box>a{color:#15af9f}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li.active>.box>a::before{background:#15af9f}
.richtext{font-family:'Gilroy-Regular','Microsoft Yahei','Lucida Grande';font-size:16px;line-height:2em;color:#4d4d4d}.richtext.color-website{color:#15af9f}.richtext.has-sq{position:relative;padding-left:24px}.richtext.has-sq::before{content:'';display:block;width:14px;height:14px;background:#15af9f;position:absolute;left:0;top:7px}.richtext b{font-family:'Gilroy-Bold';font-weight:normal}.richtext.c666{color:#666}.richtext.c666 *{color:#666}.richtext.op8{opacity:.8}.richtext.pd150{padding:0 150px}.richtext *{font-family:'Gilroy-Regular','Microsoft Yahei','Lucida Grande';font-size:16px}.richtext.fz18{font-size:18px}.richtext.fz18 *{font-size:18px}.richtext.fz22{font-size:22px}.richtext.fz22 *{font-size:22px}.richtext ul{padding-left:10px}.richtext ul li{padding-left:10px;position:relative;margin-bottom:10px}.richtext ul li::before{content:'';width:7px;height:7px;background:#15af9f;border-radius:50%;position:absolute;left:-10px;top:12px}.richtext h2{color:#15af9f !important;font-family:'Gilroy-Bold';font-size:40px;position:relative;margin-bottom:50px;border-left:8px solid #15af9f;padding-left:30px;line-height:1.2em}.richtext h3{position:relative;font-size:24px;color:#333;font-family:'Gilroy-Bold';padding-left:30px;margin-bottom:30px}.richtext h3::before{content:'';display:block;width:16px;height:16px;background:#15af9f;box-shadow:0 0 10px rgba(0,0,0,0.1);position:absolute;left:0;top:5px}.richtext h4{font-family:'Gilroy-Bold';font-size:20px;color:#15af9f;margin-bottom:10px}.richtext ol{padding-left:20px}.richtext ol li{margin-bottom:50px}.richtext ol li:last-child{margin-bottom:0}.richtext table{width:100%;border-collapse:collapse}.richtext table tr:nth-child(1){background:#e6eaf0}.richtext table tr:nth-child(1) td{font-family:'Gilroy-Bold';color:#333}.richtext table tr td{border:1px solid #d2d2d2;text-align:center;padding:15px 0;font-size:16px;padding-left:8px;padding-right:8px;color:#666}.richtext a{color:#15af9f;font-style:italic}.richtext a:hover{text-decoration:underline}.richtext.last-col td:last-child{width:16%}.pateint-wrap.application .info{padding-left:180px;padding-right:20px}.pateint-wrap.application .richtext h2{margin-bottom:30px}.sep-lx-header-mb{display:none}.sep-lx-header-mb .box-wrap{padding-left:20px;position:relative;z-index:1000;height:60px}.sep-lx-header-mb .box-wrap .logo{display:inline-block}.sep-lx-header-mb .box-wrap .logo img{height:30px;object-fit:contain}.sep-lx-header-mb .box-wrap>ul{position:relative;margin-left:auto}.sep-lx-header-mb .box-wrap>ul>li{float:left;margin-left:20px;text-align:center;position:relative}.sep-lx-header-mb .box-wrap>ul>li#global{padding-right:20px}.sep-lx-header-mb .box-wrap>ul>li#global .wrapper{font-size:18px;color:#3a3a3a;line-height:34px}.sep-lx-header-mb .box-wrap>ul>li#global:after{content:'';position:absolute;right:0;top:7px;width:1px;height:18px;background:#5c5c5c}.sep-lx-header-mb .box-wrap>ul>li#menu{width:60px;height:60px;line-height:60px;background:#f5c51e}.sep-lx-header-mb .box-wrap>ul>li#menu i{display:inline-block;text-align:center;line-height:60px;color:#fff;font-size:26px;position:relative;top:-3px}.sep-lx-header-mb .box-wrap>ul>li .multi-language{position:absolute;background:#15af9f;width:157px;text-align:center;padding:10px 20px;z-index:100000;top:40px;left:-67px;display:none;border:1px solid #fff}.sep-lx-header-mb .box-wrap>ul>li .multi-language li{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #fff}.sep-lx-header-mb .box-wrap>ul>li .multi-language li:last-child{border-bottom:none;margin-bottom:0}.sep-lx-header-mb .box-wrap>ul>li .multi-language li a{color:#fff;font-size:14px}.sep-lx-header-mb .box-wrap>ul>li.active{border:1px solid #1f2256;background:#1f2256}.sep-lx-header-mb .box-wrap>ul>li.active i{color:#fff}.sep-lx-header-mb .box-wrap>ul>li i{color:#f5c51e;font-size:20px;line-height:normal}.sep-shadow{background:rgba(0,0,0,0.5);position:fixed;width:100%;height:100%;left:0;top:0;z-index:1000000;display:none}.sep-search-box{position:fixed;width:100%;background:#fff;top:66px;z-index:10000000;padding:44px 31px;box-shadow:0 0 12px rgba(0,0,0,0.5);display:none}.sep-search-box .fa-times{color:#000;font-size:20px;position:absolute;right:31px;top:24px;cursor:pointer}.sep-search-box .hd{color:#282828;font-size:18px;font-family:'LATO-BOLD'}.sep-search-box form{margin-top:10px;margin-bottom:25px}.sep-search-box form .form-control{height:47px;border-radius:0}.sep-search-box form .btn{background:#15af9f;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:#15af9f;color:#fff;display:table;margin:0 auto;margin-top:17px;padding:10px 40px;font-size:16px;width:100%;border:none}.sep-search-box .more i{padding-right:5px}.sep-search-box ul li{margin-top:8px}.sep-search-box ul li a{color:#8c8c8c;font-size:14px;display:block}.sep-menu-box{width:100%;position:absolute;background:#fff;left:0;top:0;z-index:10000000;box-shadow:0 0 12px rgba(0,0,0,0.7);transition:All .4s ease-in-out;-webkit-transition:All .4s ease-in-out;-moz-transition:All .4s ease-in-out;-o-transition:All .4s ease-in-out;-webkit-transform:translateX(-105%);-moz-transform:translateX(-105%);-ms-transform:translateX(-105%);-o-transform:translateX(-105%);transform:translateX(-105%)}.sep-menu-box.active{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.sep-menu-box.active .bottom-toggle{visibility:visible}.sep-menu-box .top{padding:16px 30px;text-align:center;box-shadow:0 0 12px rgba(145,145,145,0.7);position:relative;z-index:10000}.sep-menu-box .top i{color:#000;font-size:22px;position:relative;top:0;cursor:pointer}.sep-menu-box .bottom{visibility:visible}.sep-menu-box .bottom.no{visibility:hidden}.sep-menu-box .bottom .menu-item>li{border-bottom:1px solid #ddd}.sep-menu-box .bottom .menu-item>li:last-child{border-bottom:none}.sep-menu-box .bottom .menu-item>li.active{background:#15af9f}.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:#15af9f;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:30px;object-fit:contain}.gdw-mb-c{display:none}.sep-banner.sep-banner-mb{display:none}.sep-banner.sep-banner-mb img{width:100%}.sep-banner.sep-banner-mb .swiper{top:35px;-webkit-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);transform:translate(-50%, 0)}.sep-banner.sep-banner-mb .sep-container .sep-title{width:272px;font-size:32px;color:#fff;line-height:35px;margin-top:0 !important}.sep-banner.sep-banner-mb .sep-container .summary{width:360px;font-size:16px;color:#fff;line-height:30px}.sep-banner.sep-banner-mb .sep-container .button{margin-top:10px;height:30px;line-height:30px;font-size:16px;color:#fff;padding:0 20px}.mb-bottom-wrap{padding-bottom:60px;background:#828b9b !important;padding-top:30px}.mb-bottom-wrap ul.info{margin-top:20px}.mb-bottom-wrap ul.info li{margin-bottom:5px;padding:0 35px;font-size:16px;color:#fff;line-height:30px}.mb-bottom-wrap ul.info li *{font-size:16px;color:#fff;line-height:30px;opacity:.6}.mb-bottom-wrap .bottom-menu.bottom-menu-share>li>ul{border-top:none}.mb-bottom-wrap .bottom-menu.bottom-menu-share>li>.box{border-bottom:none}.mb-bottom-wrap .bottom-menu.bottom-menu-share>li>.box::before{display:none}.mb-bottom-wrap .bottom-menu.bottom-menu-contact>li>.contact{border-top:none;padding:0 17px}.mb-bottom-wrap .bottom-menu.bottom-menu-contact>li>.contact li{margin-bottom:15px}.mb-bottom-wrap .bottom-menu.bottom-menu-contact>li>.contact li i{font-size:20px;margin-right:8px;color:#15af9f}.mb-bottom-wrap .bottom-menu.bottom-menu-contact>li>.contact li a,.mb-bottom-wrap .bottom-menu.bottom-menu-contact>li>.contact li div{font-size:16px;color:rgba(255,255,255,0.6);line-height:30px}.mb-bottom-wrap .bottom-menu.bottom-menu-contact>li .box{border-bottom:none;padding:0 17px;margin-top:10px;margin-bottom:20px}.mb-bottom-wrap .bottom-menu.bottom-menu-contact>li .box::before{content:'';width:28px;height:3px;border-radius:2px;background:#15af9f;position:absolute;left:17px;bottom:0;top:auto}.mb-bottom-wrap .bottom-menu>li>ul{padding:13px 35px;border-top:1px solid rgba(255,255,255,0.1)}.mb-bottom-wrap .bottom-menu>li>ul li{font-size:16px;color:#fff;line-height:32px}.mb-bottom-wrap .bottom-menu>li>ul li a{font-size:16px;color:#fff}.mb-bottom-wrap .bottom-menu>li .box{width:100%;height:50px;line-height:49px;border-bottom:1px solid rgba(255,255,255,0.1);padding-left:36px;padding-right:20px;position:relative}.mb-bottom-wrap .bottom-menu>li .box::before{content:'';width:3px;height:12px;background:#15af9f;position:absolute;left:20px;top:19px}.mb-bottom-wrap .bottom-menu>li .box a,.mb-bottom-wrap .bottom-menu>li .box span{color:#fff;font-size:22px}.mb-bottom-wrap .bottom-menu>li .box i{position:absolute;right:20px;top:20px;color:#15af9f;cursor:pointer;font-size:14px;font-weight:600}.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 .sep-share li:not(.qrcode){margin-right:10px}.mb-bottom-wrap .sep-share li:not(.qrcode):last-child{padding-right:0}.mb-bottom-wrap .sep-share li:not(.qrcode):hover a{border:1px solid #15af9f}.mb-bottom-wrap .sep-share li:not(.qrcode):hover a i{color:#15af9f;opacity:1}.mb-bottom-wrap .sep-share li:not(.qrcode) a{width:47px;height:47px;border:1px solid rgba(255,255,255,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center}.mb-bottom-wrap .sep-share li:not(.qrcode) a i{color:#fff;font-size:25px;opacity:.4}.mb-bottom-wrap .sep-share .qrcode{padding:0 5px}.mb-bottom-wrap .sep-share .qrcode a{display:flex;align-items:center;justify-content:center}.mb-bottom-wrap .sep-share .qrcode a:hover i{color:#15af9f}.mb-bottom-wrap .sep-share .qrcode i{color:#202122;font-size:30px}.mb-bottom-wrap .logo img{width:100%;object-fit:contain}@media screen and (min-width:769px){.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.sep-banner-mb{display:block}.sep-banner .sep-container .sep-title{font-size:32px !important}}@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:#15af9f !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:1366px){.sep-container{width:1200px}.sep-footer .footer-box .sep-container .items .item{padding-right:20px}.sep-mainnav>.sep-container .logo{height:auto;width:200px;object-fit:contain}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item>.box{padding-right:0}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item>.box i{right:90px}}@media screen and (max-width:1290px){.sep-container-1280{padding:0 20px}}@media screen and (max-width:1260px){.sep-sidebar{display:none}.sep-mainbody .sep-primary{float:none;width:100%}.sep-container{padding:0 20px}.sep-mainnav>.sep-container .logo{width:190px;object-fit:contain}.sep-mainnav>.sep-container>ul>li{padding:30px 10px}.sep-header.active .sep-mainnav>.sep-container>ul>li{padding:20px 10px}.sep-mainnav>.sep-container>ul{margin:0 20px}}@media screen and (max-width:1200px){.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item{padding-left:0}.sep-mainnav>.sep-container>ul>li .box-drap .sep-container .list .item>.box i{right:40px}}@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:16px}.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 10px}.sep-breadcrumb{padding:0}body{padding-top:0}.sep-footer{display:none}.btn-hover{height:34px}}@media screen and (max-width:768px){.richtext .table-wrap{overflow-x:scroll}#onlineService{overflow:visible}}@media screen and (max-width:1680px){.sep-inner-banner .col-md-6{width:100%}.sep-inner-banner .col-md-6 .title{margin-bottom:20px !important}.sep-inner-banner .sep-container>.row{margin-top:60px}.sep-inner-body .access-wrap .access-slide{padding-right:20px;padding-left:40px}.sep-inner-body .access-wrap .thumb{padding-left:40px;padding-right:40px}.sep-inner-body .manual-items .item .box .info{padding:0 10px}.sep-inner-body .affect-wrap .items .item{padding:30px 15px}}@media screen and (max-width:1450px){.fz54{font-size:40px !important}.fz40{font-size:32px !important}.sep-inner-body .professional-wrap .items .item .box{min-height:480px}.sep-inner-banner .sep-container>.row{margin-top:90px}.sep-inner-body .detail-wrap .detail-box .info-box{width:60%}.sep-inner-body .detail-wrap .detail-box .thumb-box{width:40%}.sep-company-style5 .sep-section-normal .clients-items .item .box{padding-top:20px;padding-left:20px;padding-right:20px}}@media screen and (max-width:1366px){.sep-inner-body .affect-wrap .items{display:block}.sep-inner-body .affect-wrap .items .item{padding:20px 40px;border-bottom:1px solid rgba(255,255,255,0.1);position:relative}.sep-inner-body .affect-wrap .items .item .title{padding-left:60px}.sep-inner-body .affect-wrap .items .item i{position:absolute;left:40px;top:30px}.sep-inner-body .affect-wrap .items .item .title{height:auto}.sep-inner-banner .sep-container>.row{margin-top:130px}}@media screen and (max-width:1200px){.sep-inner-body .detail-wrap .detail-box .info-box{padding-left:20px;padding-right:60px}.sep-inner-body .professional-wrap.application .items .item .box{min-height:680px}.sep-inner-body .professional-wrap .items .item .box{min-height:550px}}@media screen and (max-width:1060px){.richtext.fz22 *{font-size:16px !important}.richtext.fz22{font-size:16px !important}}@media screen and (max-width:960px){.sep-primary{width:100%}}@media screen and (max-width:768px){.sep-inner-body .sep-section-normal.w50{width:50%;padding-top:0 !important;padding-bottom:20px !important}.sep-inner-body .sep-section-normal.w50:nth-child(1),.sep-inner-body .sep-section-normal.w50:nth-child(2){padding-top:40px !important}.sep-inner-body .sep-section-normal.w50.bg{background:#fff !important}.sep-inner-body .sep-section-normal.w50 .richtext{display:none}.sep-inner-body .sep-section-normal.w50 .service-section1 .info .title{font-size:18px !important;margin-top:10px;margin-bottom:0}.sep-inner-body .sep-section-normal .sep-index-items .item{width:50%}.sep-inner-body .sep-section-normal .sep-index-items .item .box .info .summary{display:none}.sep-inner-body .sep-section-normal .sep-index-items .item .box .info .title-box .more{flex-shrink:0}.sep-inner-body .sep-section-normal .sep-index-items .item:nth-child(odd){padding-right:5px}.sep-inner-body .sep-section-normal .sep-index-items .item:nth-child(even){padding-left:5px}.sep-inner-body .sep-section-normal .sep-pro-list.pro .item{width:calc(50% - 5px)}.sep-inner-body .sep-section-normal .sep-pro-list.pro .item .box .title{font-size:18px}.sep-inner-body .sep-section-normal .sep-pro-list.pro .item .box .richtext{display:none}.sep-inner-body .sep-section-normal .sep-pro-list.pro .item .box .more{display:none}.sep-inner-body .sep-section-normal .sep-pro-list.pro .item:nth-child(odd){padding-right:5px}.sep-inner-body .sep-section-normal .sep-pro-list.pro .item:nth-child(even){padding-left:5px}.sep-container{width:100%}.pt60{padding-top:10px !important}.sep-inner-body .sep-section-normal{padding:40px 0}.mb50{margin-bottom:30px !important}iframe{height:320px}.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb{position:static;left:10px;top:15px;display:block;width:100%;height:auto;overflow:hidden;text-align:center;margin-bottom:20px}.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img{width:100%}.relate-list.relate-article-list .sep-datalist li{width:100%;float:left;margin:0 0}.sep-resource-list .sep-datalist>li:not(.pdf-item){padding-left:0}}@media screen and (max-width:768px){.fz54{font-size:32px !important}h2.fz36{font-size:24px !important}.row{margin:0}.relate-list .sep-datalist li{width:100%;float:left;margin:0}.search-btns a{height:48px;min-width:unset;font-size:14px;background:#f0f0f0;padding:0 10px;margin:0 6px;text-align:center}.sep-inner-banner .sep-container>.row{margin-top:-20px}.sep-inner-banner img{min-height:250px !important}.sep-inner-banner .down img{min-height:40px !important}.sep-inner-banner .title{font-size:32px !important}.sep-inner-banner .richtext{font-size:16px;line-height:26px !important;margin-bottom:10px}.sep-inner-banner .richtext *{font-size:16px;line-height:26px !important}.sep-inner-banner .quote{width:220px;height:40px;line-height:40px;font-size:16px;padding:0}.sep-inner-banner .quote.link{width:330px;height:60px;line-height:20px;padding:10px}.sep-inner-banner.company5-banner .company5-form-box{display:none}.sep-inner-body .sep-section-normal{padding-top:40px !important;padding-bottom:40px !important}.sep-inner-body .sep-section-normal.pt0{padding-top:0 !important}.sep-inner-body .sep-section-normal.pb0{padding-bottom:0 !important}.sep-inner-body .sep-section-normal .fz40{font-size:24px}.sep-inner-body .sep-section-normal .richtext{font-size:16px;line-height:26px !important}.sep-inner-body .sep-section-normal .richtext *{font-size:16px;line-height:26px !important}.sep-inner-body .sep-section-normal .richtext h1{font-size:32px}.sep-inner-body .sep-section-normal .richtext h2{font-size:24px;line-height:30px;margin-bottom:20px}.sep-inner-body .sep-section-normal .richtext.fz18{font-size:16px;line-height:26px !important}.sep-inner-body .sep-section-normal .richtext.mb30{margin-bottom:10px !important}.sep-inner-body .sep-section-normal .line-box{padding-left:15px}.sep-inner-body .sep-section-normal .title-normal.hasline{padding-left:15px}.sep-inner-body .sep-section-normal .service-section1 .info .title{margin-top:20px}.sep-inner-body .sep-section-normal .service-section1 .thumb{padding-right:0}.sep-inner-body .sep-section-normal .service-section1.flex-reverse-x .thumb{padding-left:0}.sep-inner-body .sep-section-normal .sep-relate-grid .item .box .thumb{height:auto}.sep-inner-body .sep-section-normal .sep-relate-grid .item .box .title{font-size:18px}.sep-inner-body .sep-section-normal .relate-news-items .item .box .title{font-size:18px}.sep-inner-body .sep-section-normal.contact-wrap{padding-top:0 !important}.sep-inner-body .sep-section-normal.contact-wrap .bg{position:relative}.sep-inner-body .sep-section-normal.contact-wrap .sep-container .title-normal{color:#333 !important;margin-top:20px;margin-bottom:10px !important}.sep-inner-body .sep-section-normal.contact-wrap .sep-container .richtext{color:#333 !important}.sep-inner-body .sep-section-normal.contact-wrap .sep-container .form-wrap .info-box{width:100%;padding:20px}.sep-inner-body .sep-section-normal.contact-wrap .sep-container .form-wrap .info-box .title{font-size:22px;margin-bottom:20px !important}.sep-inner-body .sep-section-normal.contact-wrap .sep-container .form-wrap .info-box .contact-items .item{padding:10px 0}.sep-inner-body .sep-section-normal.contact-wrap .sep-container .form-wrap .info-box .contact-items .item i{font-size:32px;width:45px}.sep-inner-body .sep-section-normal.contact-wrap .sep-container .form-wrap .info-box .contact-items .item .info .hd,.sep-inner-body .sep-section-normal.contact-wrap .sep-container .form-wrap .info-box .contact-items .item .info .content{font-size:16px;line-height:26px}.sep-inner-body .sep-section-normal.contact-wrap .sep-container .form-wrap .form-box{width:100%;padding:20px}.sep-inner-body .sep-section-normal.contact-wrap .sep-container .form-wrap .form-box .hd{font-size:22px;margin-bottom:20px !important}.sep-inner-body .sep-section-normal.contact-wrap .sep-container .form-wrap .form-box .sep-form .form-group .form-control{height:40px}.sep-inner-body .sep-section-normal.contact-wrap .sep-container .form-wrap .form-box .sep-form .form-group textarea.form-control{height:120px}.sep-inner-body .sep-section-normal.contact-wrap .sep-container .form-wrap .form-box .form-group.has-success:after{bottom:11px}.sep-inner-body .sep-section-normal.contact-wrap .sep-container .form-wrap .form-box .sep-form .form-group .btn{width:150px;margin-top:0;height:40px;line-height:40px;font-size:18px;padding:0}.sep-inner-body .sep-section-normal .sep-index-items .col-md-6{padding:0}.sep-inner-body .sep-section-normal .sep-index-items .item .box{margin-bottom:20px}.sep-inner-body .sep-section-normal .sep-index-items .item .box .info .title-box{height:auto;padding:10px 0;margin-bottom:10px}.sep-inner-body .sep-section-normal .sep-index-items .item .box .info .title-box .title{font-size:18px}.sep-inner-body .sep-section-normal .sep-index-items .item .box .info .title-box .more{width:40px;height:40px}.sep-inner-body .sep-section-normal .sep-index-items .item .box .info .title-box .more i{font-size:14px}.sep-inner-body .sep-section-normal .sep-index-items .item .box .info .summary{line-height:26px}.sep-inner-body .sep-section-normal.professional-wrap .items .item:nth-child(even),.sep-inner-body .sep-section-normal.professional-wrap .items .item:nth-child(odd){margin-top:20px}.sep-inner-body .sep-section-normal.professional-wrap .items .item .box{height:auto;padding:20px}.sep-inner-body .sep-section-normal.professional-wrap .items .item .box i{font-size:32px}.sep-inner-body .sep-section-normal.professional-wrap .items .item .box .title{font-size:20px;margin:10px 0}.sep-inner-body .sep-section-normal.access-wrap.access-index{padding-bottom:0 !important}.sep-inner-body .sep-section-normal.access-wrap .thumb{width:100%;padding:20px 40px}.sep-inner-body .sep-section-normal.access-wrap .thumb .title-normal{margin-bottom:0}.sep-inner-body .sep-section-normal.access-wrap .access-slide{width:100%;padding:20px 10px}.sep-inner-body .sep-section-normal .sep-pro-list .item{margin-bottom:30px}.sep-inner-body .sep-section-normal .sep-pro-list .item .thumb{width:100%}.sep-inner-body .sep-section-normal .sep-pro-list .item .thumb img{width:100%}.sep-inner-body .sep-section-normal .sep-pro-list .item .info{padding-left:0}.sep-inner-body .sep-section-normal .sep-pro-list .item .info .title{font-size:24px;margin-top:10px;margin-bottom:10px}.sep-inner-body .sep-section-normal .sep-pro-list .item:last-child{margin-bottom:0}.sep-inner-body .sep-section-normal .sep-pro-list .item:nth-child(even) .info{padding-right:0}.sep-inner-body .sep-section-normal .sep-pro-list .item:nth-child(even) .info .title,.sep-inner-body .sep-section-normal .sep-pro-list .item:nth-child(even) .info .richtext{text-align:left}.sep-inner-body .sep-section-normal .sep-pro-list .item:nth-child(even) .info .more{flex-direction:row}.sep-inner-body .sep-section-normal .sep-pro-list .item:nth-child(even) .info .more i{margin-left:0;margin-right:10px}.sep-inner-body .sep-section-normal .manual-items .item .box .info .title{min-height:30px;font-size:18px}.sep-inner-body .sep-section-normal.affect-wrap .affect-box .title-normal{margin-bottom:20px;line-height:1.2em}.sep-inner-body .sep-section-normal.affect-wrap .items .item{padding:20px}.sep-inner-body .sep-section-normal.affect-wrap .items .item i{font-size:32px;top:26px;left:20px}.sep-inner-body .sep-section-normal.affect-wrap .items .item .title{margin:10px 0;font-size:20px;padding-left:40px}.sep-inner-body .sep-section-normal .pateint-wrap .pateint-box{padding-left:0}.sep-inner-body .sep-section-normal .pateint-wrap .pateint-box .thumb{margin-right:0}.sep-inner-body .sep-section-normal .pateint-wrap .pateint-box .info{width:100%;padding-left:0;padding-right:0;padding-top:0;margin-left:0}.sep-inner-body .sep-section-normal .pateint-wrap .pateint-box .info .richtext{padding:20px 10px}.sep-inner-body .sep-section-normal .review-slide .box .info{padding-left:0;padding-top:30px}.sep-inner-body .sep-section-normal .review-slide .box .info i{margin-right:0;font-size:32px;top:-30px}.sep-inner-body .sep-section-normal .review-slide .box .info .mb50{margin-bottom:0 !important}.sep-inner-body .sep-section-normal .review-slide .box .thumb{width:120px;height:120px;margin-left:auto;margin-right:20px}.sep-inner-body .sep-section-normal .service-items .item .box{padding:20px}.sep-inner-body .sep-section-normal .service-items .item .box .title{font-size:20px;height:auto}.sep-inner-body .sep-section-normal .clients-items .item .box{padding:20px;height:auto}.sep-inner-body .sep-section-normal.detail-wrap{padding-top:0 !important}.sep-inner-body .sep-section-normal.detail-wrap .detail-box .info-box{width:100%;padding:0}.sep-inner-body .sep-section-normal.detail-wrap .detail-box .info-box .title-normal{font-size:32px !important}.sep-inner-body .sep-section-normal.detail-wrap .detail-box .info-box .richtext{padding-top:20px}.sep-inner-body .sep-section-normal.detail-wrap .detail-box .info-box .model-btns a{width:220px;height:45px;line-height:45px;font-size:16px}.sep-inner-body .sep-section-normal.detail-wrap .detail-box .thumb-box{width:100%;margin-top:30px}.sep-inner-body .sep-section-normal.detail-wrap .sep-breadcrumb{position:relative;margin-bottom:20px}.sep-inner-body .sep-section-normal .detail-primary .title-normal.hasline.fz36{font-size:24px !important}.sep-inner-body .sep-section-normal .detail-primary .richtext.tabl{overflow-x:scroll}.sep-inner-body .sep-section-normal .detail-primary .richtext.tabl table{width:170%}.sep-inner-body .sep-section-normal .detail-primary .icu-items .item{padding:20px}.sep-inner-body .sep-section-normal .detail-primary .icu-items .item i{height:90px;width:90px;margin-bottom:20px;font-size:50px}.sep-inner-body .sep-section-normal .detail-primary .icu-items .item i::before{width:102px;height:102px}.sep-company-style5 .sep-section-normal.company-section1 .box-wrap .title{font-size:24px;margin-bottom:10px}.sep-company-style5 .sep-section-normal.company-section1 .box-wrap .thumb{padding-left:0;height:350px}.sep-company-style5 .sep-section-normal .process-items .item{margin-bottom:30px;width:50%}.sep-company-style5 .sep-section-normal .process-items .item .box::before{z-index:-100}.sep-company-style5 .sep-section-normal .process-items .item:nth-child(2n) .box{padding-right:0;padding-left:10px}.sep-company-style5 .sep-section-normal .process-items .item:nth-child(2n+1) .box{padding-left:0;padding-right:10px}.sep-company-style5 .sep-section-normal .process-items .item:nth-child(2n) .box::before{display:none}.sep-company-style5 .sep-section-normal .process-items.process-partner .item{width:100%}.sep-company-style5 .sep-section-normal .process-items.process-partner .box{padding:0 !important}.sep-company-style5 .sep-section-normal .process-items.process-partner .box::before{display:none !important}.sep-company-style5 .sep-section-normal .clients-items .item.col-md-3{padding:0;margin-bottom:20px;width:48%}.sep-company-style5 .sep-section-normal .clients-items .item.col-md-3 .box{height:100% !important;padding:10px !important}.sep-company-style5 .sep-section-normal .clients-items .item.col-md-3:nth-child(2n){margin-left:4%}.sep-single-page .sep-section-normal .sep-news-list .item .info{padding:15px}.sep-single-page .sep-section-normal .sep-news-list .item .thumb{width:100%;height:auto}.contact-banner .sep-container{margin-top:-10px !important}.sep-single-page .sep-section-normal .contact-box .info-box{width:100%;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:50px}.sep-single-page .sep-section-normal .contact-box .info-box .items .item{margin-bottom:20px}.sep-single-page .sep-section-normal .contact-box .info-box .items .item .hd i{left:-40px}.sep-single-page .sep-section-normal .contact-box .form-box{margin:0;padding-top:30px}.sep-single-page .sep-section-normal .contact-box .form-box .hd{margin-bottom:30px}.sep-single-page .sep-section-normal .contact-box .form-box .hd::before{bottom:-10px}.sep-single-page .sep-section-normal .contact-box .form-box .sep-form .form-group .btn-primary{margin-top:0;padding:0;height:40px;line-height:40px;width:200px;font-size:16px}.sep-single-page .sep-section-normal .contact-box .form-box .sep-form .form-group .form-control{height:40px}.sep-single-page .sep-section-normal .contact-box .form-box .sep-form .form-group.has-success:after{bottom:11px}.sep-inner-body>.sep-breadcrumb{padding-top:0}.sep-single-page .sep-section-normal .sep-resource-grid .sep-datalist{margin:0}.sep-single-page .sep-section-normal .sep-resource-grid .sep-datalist li{width:100%;padding:0}.sep-resource-grid .sep-datalist{margin:0}.sep-resource-grid .sep-datalist li{width:50%}.sep-resource-grid .sep-datalist li:nth-child(2n){padding-left:10px;padding-right:0}.sep-resource-grid .sep-datalist li:nth-child(2n+1){padding-left:0;padding-right:10p}.sep-resource-grid .sep-datalist li .thumb{height:auto;line-height:1px}.sep-resource-grid .sep-datalist li .title{margin-top:0}.sep-inner-body .sep-index-items .item .box .thumb .full-screen{display:none}}

.BMap{width:100%;height:600px;}
/*地图标题*/
.BMap_Style{padding:5px 10px 10px 10px;}
.BMap_Style strong{display: block;margin-bottom: 10px;color:#94070A;font-size: 16px}
.BMap_Style p{font-size: 14px;color:#666;line-height: 20px;margin-bottom: 10px}

.BMap_pop div:nth-child(1) div {
    border-radius: 9px 0 0 0;
}

.BMap_pop div:nth-child(3) {
    border-radius: 0 9px 0 0;
    border-top: 1px solid #ababab;
    border-right: 1px solid #ababab;
    border-left: 1px solid white;
    width: 23px !important;
    height: 24px !important;
    background-color: white;
}

.BMap_pop div:nth-child(3) div {
    display: none;
}

.BMap_pop div:nth-child(5) div {
    border-radius: 0 0 0 8px;
}

.BMap_pop div:nth-child(7) {
    border-radius: 0 0 9px 0;
    border-right: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    border-left: 1px solid white;
    width: 23px !important;
    height: 24px !important;
    background-color: white;
}

.BMap_pop div:nth-child(7) div {
    display: none;
}

@media screen and (max-width:768px) {
.BMap {height:300px;}
}