﻿@import '../../../assets/css/font-awesome.css';
@import '../../../assets/css/animate.min.css';
@import '../../../assets/css/swiper.min.css';

body {
    overflow-x: hidden;
    position: relative;
    font-family: 'OSWALD-REGULAR', 'Lucida Grande', 'Microsoft Yahei';
    -webkit-font-smoothing: antialiased;
    width: 100%
}

html {
    font-size: 18px;
    font-weight: 400;
    color: #333
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

button, input {
    outline: none
}

* {
    padding: 0;
    margin: 0
}

form {
    margin: 0
}

ul, ol {
    list-style-type: none;
    list-style-image: none
}

a {
    color: #333;
    text-decoration: none;
    outline: none
}

a:hover {
    color: #007abe
}

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: 'OSWALD-REGULAR';
    src: url("../font/Oswald-Regular.ttf");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: 'OSWALD-BOLD';
    src: url("https://www.shotblastpro.com/themes/simple/font/Oswald-Bold.otf");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: 'OSWALD-MEDIUM';
    src: url("../font/Oswald-Medium.ttf");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: 'OSWALD-SEMIBOLD';
    src: url("../font/Oswald-SemiBold.ttf");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: 'PTSANS-REGULAR';
    src: url("../font/PTSans-Regular.ttf");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: 'PTSANS-BOLD';
    src: url("../font/PTSans-Bold.ttf");
    font-style: normal;
    font-weight: normal
}

.text-bold {
    font-family: 'OSWALD-BOLD'
}

.text-medium {
    font-family: 'OSWALD-MEDIUM'
}

.PTSans {
    font-family: 'PTSANS-REGULAR';
    line-height: 1.55555556em
}

.cover {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: unset
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 18px;
    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
}

.actives {
    color: #007abe;
}

.link-color:hover {
    color: #007abe
}

.sep-transition {
    transition: All .6s ease;
    -webkit-transition: All .6s ease;
    -moz-transition: All .6s ease;
    -o-transition: All .6s ease
}

.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-uppercase {
    text-transform: uppercase
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex
}

.flex-mb {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex
}

.flex-item {
    flex: 1
}

.flex-center {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center
}

.flex-v-center {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center
}

.flex-h-center {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
    align-items: center
}

.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.text-hover:hover {
    color: #007abe !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: #007abe;
    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: #007abe
}

.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: #007abe !important
}

.color-link {
    color: #007abe
}

.opacity:hover {
    opacity: .8
}

.vertical-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.horizontal-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.translate-center {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute !important
}

.full-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6)
}

.margin-auto {
    display: table;
    margin: 0 auto
}

#onlineService {
    position: fixed;
    right: 0;
    bottom: 32%;
    z-index: 100998
}

.offside {
    width: 50px
}

.offside li {
    width: 50px;
    height: 50px;
    position: relative;
    background: #b1b1b1;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    text-align: center;
    transition: all .7s;
    -webkit-transition: all .7s
}

.offside .code {
    position: absolute;
    top: 0;
    right: 50px;
    display: none;
    margin: 0
}

.offside a, .offside div {
    color: #333;
    position: absolute;
    z-index: 11;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.offside p {
    float: left;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 0 10px;
    color: #fff;
    opacity: 0;
    overflow: hidden
}

.offside .icon {
    font-size: 28px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff
}

.offside li:not(.li_3) a, .offside li:not(.li_3) div {
    left: 0
}

.offside .li_3 a, .offside .li_3 div {
    width: 50px
}

.offside li.email {
    overflow: visible
}

.offside li:hover .email-box {
    display: block !important
}

.offside li:hover a {
    color: #333
}

.offside li .email-box {
    position: absolute;
    background: #d5d5d5;
    right: 100%;
    top: 0;
    left: auto !important;
    padding: 10px 5px;
    border-right: 2px solid #fff;
    height: 99px;
    display: none
}

.offside li .email-box a {
    display: block;
    font-size: 14px;
    color: #fff !important;
    position: static;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 10px
}

.offside li .email-box a:hover {
    color: #007abe !important
}

.offside li:nth-child(odd) {
    background: #fff
}

.offside li:nth-child(odd) .icon {
    color: #007abe
}

.offside li:nth-child(even) {
    background: #fff
}

.offside li:nth-child(even) .icon {
    color: #007abe
}

.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: #007abe
}

.offside li:hover a {
    color: #007abe
}

.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: #007abe
}

.offside .tel.email:hover p {
    color: #fff
}

.offside li:hover p {
    opacity: 1
}

.offside li:not(.li_3):hover {
    background: #007abe
}

.offside .tel {
    width: 200px;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px)
}

.offside .tel.email {
    width: 279px;
    transform: translateX(-229px);
    -webkit-transform: translateX(-229px)
}

.offside .back_none {
    height: 0;
    border: 0 !important
}

.offside .li {
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.offside .unfold {
    width: 30px;
    transform: translateX(20px);
    -webkit-transform: translateX(20px)
}

.multi-language .website-link {
    margin-right: 20px;
    position: relative;
    padding: 5px 0;
    top: 1px;
    font-size: 14px
}

.multi-language .box {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    font-size: 16px
}

.multi-language .box i {
    font-size: 14px;
    position: relative;
    top: 1px
}

.multi-language .box a {
    font-size: 14px;
    display: inline-block;
    margin: 0 5px
}

.multi-language .box ul {
    position: absolute;
    display: none;
    top: 50px;
    right: -30px;
    width: 120px;
    background: #fff;
    z-index: 10200;
    box-shadow: 0 0 3px #666
}

.multi-language .box ul li {
    padding: 13px 17px
}

.multi-language .box ul li a {
    display: block;
    text-transform: uppercase
}

.multi-language .box ul li a img {
    margin-right: 16px
}

.multi-language .box ul li:hover {
    background: #e8e8e8
}

.multi-language .box ul li:hover a {
    color: #007abe
}

.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: #007abe
}

.multi-language .box:hover .fa-angle-down {
    top: 1px;
    left: 4px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.multi-language .box:hover ul {
    display: block
}

.sep-share li {
    float: left
}

.sep-share li:last-child {
    padding-right: 0
}

.sep-share li a {
    font-size: 16px;
    position: relative
}

.sep-share li a .qr {
    position: absolute;
    left: 100%;
    bottom: 100%;
    display: none
}

.sep-share li a:hover .qr {
    display: block
}

.sep-share li a:hover i {
    color: #fff
}

.sep-share li a i {
    color: #c7c7c7;
    font-size: 12px
}

.sep-container {
    width: 1360px;
    margin: auto;
    max-width: 100%
}

.sep-container-1920 {
    width: 1920px;
    margin: auto;
    max-width: 100%
}

.sep-container-1280 {
    width: 1280px;
    margin: auto;
    max-width: 100%
}

.sep-container-1560 {
    width: 1600px;
    padding: 0 20px;
    margin: auto;
    max-width: 100%
}

.swiper-box {
    margin: auto;
    padding: 0 140px;
    position: relative;
    width: 1640px;
    max-width: 100%
}

.swiper-box>.sep-container {
    padding: 0
}

body {
    padding-top: 142px
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999900000;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 500ms cubic-bezier(.86, 0, .07, 1);
    -moz-transition: all 500ms cubic-bezier(.86, 0, .07, 1);
    -o-transition: all 500ms cubic-bezier(.86, 0, .07, 1);
    transition: all 800ms cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -moz-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -o-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../img/waves-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0;
    content: "";
    pointer-events: none
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #007abe;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none;
    border-bottom: 3px solid #fff
}

.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden
}

.search-popup .form-group input[type="text"], .search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    outline: none;
    border: none
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    outline: none;
    border: none
}

.search-popup .form-group input[type="submit"]:hover, .search-popup .form-group button:hover {
    color: #000
}

.search-popup .form-group input::placeholder, .search-popup .form-group textarea::placeholder {
    color: #000
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width: auto;
    height: auto;
    top: 25px !important;
    margin: 0;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #fff
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #fff
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.sidenav-bar-visible .search-popup {
    width: 80%
}

.search-active .search-popup {
    transform: translateY(0);
    margin-top: 0
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms
}

.sep-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100000000
}

.sep-header.active {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1)
}

.sep-header .top {
    position: relative;
    background: #007abe
}

.sep-header .top .info-wrap {
    height: 53px;
    width: 100%;
    position: relative;
    z-index: 100
}

.sep-header .top .info {
    font-size: 16px;
    position: relative;
    color: #fff
}

.sep-header .top .info a {
    color: #fff
}

.sep-header .top .info a:hover {
    text-decoration: underline
}

.sep-header .top .info .icon {
    font-size: 14px;
    margin-right: 10px
}

.sep-header .top .info>:first-child {
    margin-right: 80px
}

.sep-header .search {
    cursor: pointer;
    position: relative;
    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;
    width: 34px;
    height: 34px;
    background: #007abe;
    border-radius: 50%;
    color: #fff
}

.sep-header .search i {
    position: relative;
    top: .5px
}

.sep-header .search:hover {
    background: #007abe
}

.sep-header .multi-language {
    position: relative;
    margin-left: auto;
    line-height: normal
}

.sep-header .multi-language .box {
    padding: 0
}

.sep-header .multi-language .box .box2 {
    height: 53px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 5px
}

.sep-header .multi-language .box .box2 a {
    color: #fff;
    font-size: 16px;
    line-height: 1em
}

.sep-header .multi-language .box .box2 .fa {
    color: #fff;
    font-size: 20px;
    top: 0
}

.sep-header .multi-language .box .box2>:last-child {
    font-size: 16px;
    position: relative;
    top: 1.5px
}

.sep-mainnav {
    position: relative;
    background: #fff;
    border-top: 4px solid #007abe
}

.sep-mainnav>.sep-container {
    justify-content: space-between
}

.sep-mainnav>.sep-container .logo img {
    width: 248px
}

.sep-mainnav>.sep-container>ul {
    justify-content: space-between;
    gap: 30px
}

.sep-mainnav>.sep-container>ul>:first-child .grid {
    grid-template-rows: repeat(11, auto)
}

.sep-mainnav>.sep-container>ul>:nth-child(2) .grid {
    grid-template-rows: repeat(5, auto)
}

.sep-mainnav>.sep-container>ul>li {
    position: relative;
    height: 85px;
    padding: 0 8px;
    border-bottom: 4px solid transparent
}

.sep-mainnav>.sep-container>ul>li::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background: #ffffff;
    transition: width .4s ease
}

.sep-mainnav>.sep-container>ul>li:hover .drop-down {
    display: block
}

.sep-mainnav>.sep-container>ul>li:hover::after, .sep-mainnav>.sep-container>ul>li.active::after {
    width: 100%;
    transition: width .4s ease
}

.sep-mainnav>.sep-container>ul>li>a {
    position: relative;
    color: #1d1d1d;
    display: inline-block;
    font-size: 1.28rem;
    line-height: 1em;
    text-align: center
}

.sep-mainnav>.sep-container>ul>li .drop-down {
    display: none;
    position: absolute;
    top: 85px;
    left: -211px
}

.sep-mainnav>.sep-container>ul>li .drop-down .grid {
    display: grid;
    padding: 40px 20px;
    grid-template-columns: auto auto;
    grid-auto-flow: column;
    width: 1200px;
    ;
    background: #fff;
    border-bottom: 6px solid rgba(226, 3, 17, 0.9)
}

.sep-mainnav>.sep-container>ul>li .drop-down .grid a {
    height: 49px;
    padding: 0 30px;
    white-space: nowrap;
    margin-bottom: 5px
}

.sep-mainnav>.sep-container>ul>li .drop-down .grid a:hover {
    background: #007abe;
    color: #fff
}

.sep-mainnav>.sep-container>ul>li .drop-down.nopro {
    left: -40px;
    min-width: 100%
}

.sep-mainnav>.sep-container>ul>li .drop-down.nopro a {
    background: #fff;
    height: 49px;
    padding: 0 30px;
    white-space: nowrap;
    border-bottom: 1px solid #ddd
}

.sep-footer .footer-box {
    justify-content: space-between
}

.sep-footer .footer-box>:first-child {
    width: 51%
}

.sep-footer .footer-box>:nth-child(2) {
    width: 20%
}

.sep-footer .footer-box>:nth-child(2) .link1 {
    max-width: 239px
}

.sep-footer .footer-box>:nth-child(3) {
    width: 19%
}

.sep-footer .footer-box .pro-list1-details {
    width: 100%;
    display: grid;
    grid-template-columns: 49% 1fr;
    grid-template-rows: repeat(11, auto);
    grid-auto-flow: column
}

.sep-footer .footer-box .pro-list1-details::before {
    display: none
}

.sep-footer .footer-box .link1>.icon, .sep-footer .footer-box .link2>.icon {
    font-size: 6px;
    position: absolute;
    left: -16px;
    display: none
}

.sep-footer .footer-box .link1 {
    position: relative;
    display: block;
    border-bottom: 1px solid #868686;
    padding-bottom: 10px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.5em
}

.sep-footer .footer-box .link1 .icon {
    top: calc(50% - 10px -3px)
}

.sep-footer .footer-box .link1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 56px;
    height: 3px;
    background: #007abe
}

.sep-footer .footer-box .link1:hover .icon {
    display: block
}

.sep-footer .footer-box .link2 {
    position: relative;
    color: #666
}

.sep-footer .footer-box .link2:hover {
    color: #007abe;
    font-family: 'OSWALD-SEMIBOLD'
}

.sep-footer .footer-box .link2:hover .icon {
    display: block
}

.sep-footer .footer-box .info {
    display: grid;
    grid-template-columns: 48% 1fr
}

.sep-footer .footer-box .info>:first-child {
    grid-area: 1/1/2/3
}

.sep-footer .footer-box .info a:hover {
    text-decoration: underline
}

.sep-footer .footer-box .box .iwrap {
    width: 56px;
    height: 56px;
    background: #007abe;
    border-radius: 50%;
    margin-right: 20px
}

.sep-footer .footer-box .box .iwrap .icon {
    font-size: 23px;
    color: #fff
}

.sep-footer .footer-box .box .th {
    font-family: 'OSWALD-SEMIBOLD'
}

.sep-footer .footer-box .box .td {
    color: #666
}

.sep-footer .share {
    gap: 40px;
    justify-content: space-between
}

.sep-footer .share .line {
    width: 100%;
    height: 1px;
    background: #000;
    opacity: .2
}

.sep-footer .share .sep-share {
    gap: 18px
}

.sep-footer .share .sep-share a {
    width: 40px;
    height: 40px;
    background: #007abe;
    border-radius: 50%
}

.sep-footer .share .sep-share a .fa {
    color: #fff;
    font-size: 17px;
    position: relative
}

.sep-footer .share .sep-share a:hover {
    background-color: #007abe
}

.sep-footer .sep-copyright {
    padding: 20px 0
}

.sep-footer .sep-copyright .box {
    margin-left: auto
}

.sep-footer .sep-copyright .box>:first-child {
    margin-right: 15px
}

.sep-footer .sep-copyright .box>:last-child {
    margin-left: 15px
}

.clearfix:before {
    display: table;
    clear: both;
    content: ""
}

.clearfix:after {
    display: table;
    clear: both;
    content: ""
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.row:before {
    display: table;
    clear: both;
    content: ""
}

.row:after {
    display: table;
    clear: both;
    content: ""
}

ul:before {
    content: '';
    display: table;
    clear: both
}

ul:after {
    content: '';
    display: table;
    clear: both
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.sep-md-5 {
    width: 20%;
    padding: 0 10px
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

@media screen and (max-width:640) {
    .sep-md-5 {
        width: 100%
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control {
    vertical-align: middle;
    padding: 6px 8px;
    height: 32;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    background: #fbfbfb;
    outline: none
}

.form-group {
    margin-bottom: 15px;
    position: relative
}

.btn-primary {
    color: #fff !important;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:hover {
    opacity: .7
}

.hide {
    display: none !important
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    right: 20px;
    top: 15px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li:nth-child(1)>a, .pagination>li:nth-child(1)>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.8;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.form-group.has-success:after {
    content: "\f058";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    bottom: 8px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
    width: 18px;
    color: green
}

.sep-resource-list .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) {
    border-bottom: dotted 1px #ddd;
    position: relative;
    min-height: 140px;
    padding: 15px 10px 50px 150px;
    line-height: 1em;
    margin-bottom: 20px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb {
    padding-left: 10px;
    min-height: auto;
    padding-bottom: 30px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb .thumb {
    display: none
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb {
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img {
    max-width: 100%;
    border: 1px solid #ddd
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .title {
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-size: 16px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .title:hover {
    color: #007abe
}

.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 #007abe;
    background: #007abe;
    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: #007abe;
    color: #fff
}

.pdf-item {
    width: 100%;
    line-height: 44px;
    border: 1px solid #ddd;
    padding: 0 14px;
    margin-bottom: 20px;
    float: none
}

.pdf-item:nth-child(even) {
    float: none
}

.pdf-item:hover {
    border: 1px solid #007abe
}

.pdf-item .title:hover {
    color: #007abe
}

.pdf-item .titles-a {
    width: 80%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis
}

.pdf-item .titles-a:hover {
    color: #007abe
}

.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: #007abe;
    font: normal normal normal 14px/1 FontAwesome
}

.sep-pagination {
    text-align: center
}

.sep-pagination .pagination li a, .sep-pagination .pagination li span {
    padding: 3px 10px;
    color: #333
}

.sep-pagination .pagination li.active a, .sep-pagination .pagination li.active span {
    border-color: #1b1b1b;
    background: #007abe;
    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: #007abe
}

.sep-resource-list-nothumb .sep-datalist li .summary {
    display: block;
    color: #666;
    line-height: 1.5em;
    word-break: break-all;
    width: 100%
}

.sep-resource-list-nothumb .sep-datalist li .published {
    display: block;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px
}

.sep-resource-list-nothumb .sep-datalist li .published:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    margin-right: 5px
}

.sep-resource-list-nothumb .sep-datalist li .btn-read {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: solid 1px #ccc;
    border-radius: 3px;
    background: #f0f0f0;
    padding: 2px 8px;
    color: #333;
    font-size: 12px;
    display: none
}

.sep-resource-grid .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden
}

.sep-resource-grid .sep-datalist li {
    position: relative;
    float: left;
    width: 33.33%;
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 18px
}

.sep-resource-grid .sep-datalist li.col-md-6 {
    width: 50%
}

.sep-resource-grid .sep-datalist li .thumb {
    display: block;
    width: 100%;
    height: 276px;
    line-height: 274px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 8px;
    border: 1px solid #cecece
}

.sep-resource-grid .sep-datalist li .thumb img {
    max-width: 100%;
    height: auto
}

.sep-resource-grid .sep-datalist li .title {
    line-height: 1.5em;
    height: 1.5em;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 16px;
    color: #323232;
    margin-top: 20px;
    text-align: center
}

.sep-resource-grid .sep-datalist li .title:hover {
    color: #007abe
}

.sep-resource-grid .sep-datalist li .summary {
    display: none;
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
    color: #777
}

.sep-resource-grid .sep-datalist li .published {
    display: none
}

.sep-resource-grid .sep-datalist li .btn-read {
    display: none
}

.sep-breadcrumb {
    background: rgba(3, 3, 3, 0.3);
    width: 100%;
    padding: 16px 0
}

.sep-breadcrumb a {
    color: #fff
}

.sep-breadcrumb a:hover {
    color: #fff;
    text-decoration: underline
}

.sep-breadcrumb .icon {
    margin-right: 12px;
    font-size: 19px
}

.sep-breadcrumb .breadcrumb {
    line-height: 1.3em;
    position: relative;
    top: 1.5px
}

.sep-breadcrumb .breadcrumb li {
    display: inline
}

.bt {
    border-top: 1px solid #dcdcdc
}

.mb0 {
    margin-bottom: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.mb10 {
    margin-bottom: 10px
}

.mt20 {
    margin-top: 20px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mt30 {
    margin-top: 30px
}

.mr30 {
    margin-right: 30px
}

.pr30 {
    padding-right: 30px
}

.mt40 {
    margin-top: 40px
}

.mb40 {
    margin-bottom: 40px
}

.mt50 {
    margin-top: 50px
}

.mb50 {
    margin-bottom: 50px
}

.pb50 {
    padding-bottom: 50px
}

.pv60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.pt60 {
    padding-top: 60px
}

.mt70 {
    margin-top: 70px
}

.pv70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pl80 {
    padding-left: 80px
}

.ph80 {
    padding-left: 80px;
    padding-right: 80px
}

.mt80 {
    margin-top: 80px
}

.mb80 {
    margin-bottom: 80px
}

.pt80 {
    padding-top: 80px
}

.pb80 {
    padding-bottom: 80px
}

.pd80 {
    padding: 80px
}

.mb120 {
    margin-bottom: 120px
}

.pt120 {
    padding-top: 120px
}

.pb120 {
    padding-bottom: 120px
}

.pv120 {
    padding-top: 60px;
    padding-bottom: 50px
}

.fz16 {
    font-size: 16px
}

.fz18 {
    font-size: 18px
}

.fz20 {
    font-size: 20px
}

.fz24 {
    font-size: 24px
}

.fz26 {
    font-size: 26px
}

.fz30 {
    font-size: 30px
}

.fz40 {
    font-size: 40px
}

.fz46 {
    font-size: 46px
}

.fz48 {
    font-size: 48px
}

.fz58 {
    font-size: 58px
}

.fz161 {
    font-size: 161px;
    line-height: 1em
}

.max-1000 {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto
}

.sep-inner-banner {
    color: #fff
}

.sep-inner-banner .title {
    line-height: 1em;
    word-spacing: 4px;
    letter-spacing: 1px
}

.sep-inner-banner .description {
    line-height: 1.5em;
    width: 59.8%
}

.sep-inner-banner .description a {
    color: #007abe
}

.sep-inner-banner .description a:hover {
    text-decoration: underline
}

.sep-inner-banner .sep-breadcrumb {
    position: absolute;
    left: 0;
    bottom: 0
}

.c333 {
    color: #333
}

.mao a {
    color: #007abe
}

.mao a:hover {
    text-decoration: underline
}

.circle {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%
}

.circle .icon {
    font-size: 14px
}

.link-btn {
    display: inline-block;
    background: #007abe;
    color: #fff !important;
    padding: 13px 25px;
    padding-top: 15px;
    line-height: 1em;
    text-align: center
}

.link-btn .icon {
    margin-left: 14px;
    position: relative;
    top: 2px;
    font-size: 20px
}

.link-btn:hover {
    background: #007abe
}

.swiper-style1 {
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(84, 84, 84, 0.1)
}

.swiper-style1 .swiper-slide {
    height: auto
}

.swiper-style1 .swiper-slide:hover .cover {
    top: 0;
    transition: top .3s ease
}

.swiper-style1 .swiper-slide:hover .fz24 {
    color: #007abe;
    transition: color .3s ease
}

.swiper-style1 .main {
    width: 100%;
    height: calc(100% - 104px)
}

.swiper-style1 .cover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: top .3s ease;
    background: rgb(8 144 69);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    padding: 50px;
    flex-direction: column;
    gap: 40px
}

.swiper-style1 .summary {
    color: #fff;
    line-height: 1.55555556em
}

.swiper-style1 .circle {
    color: #007abe;
    min-height: 28px
}

.swiper-style1 .bottom {
    height: 104px
}

.swiper-style2 .swiper-slide {
    background: #fff;
    border-bottom: 3px solid #007abe;
    transition: border .3s ease;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1)
}

.swiper-style2 .swiper-slide .img-box {
    height: 200px
}

.swiper-style2 .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-style2 .swiper-slide .text {
    padding: 20px;
    height: 105px
}

.swiper-style2 .swiper-slide .text .title {
    font-family: 'OSWALD-BOLD';
    line-height: 1.55555556em;
    font-size: 18px;
    word-spacing: 2px;
    letter-spacing: .5px;
    transition: color .3s ease
}

.swiper-style2 .swiper-slide:hover {
    border-bottom: 3px solid #007abe;
    transition: border .3s ease
}

.swiper-style2 .swiper-slide:hover .title {
    color: #007abe
}

.swiper-style2.style2 .swiper-slide .text {
    height: 75px
}

.swiper-style3 .swiper-slide {
    position: relative;
    height: auto;
    transform: scale(.9)
}

.swiper-style3 .swiper-slide img {
    width: 100%;
    height: 100%
}

.swiper-style3 .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    transition: opacity .3s
}

.swiper-style3 .swiper-slide-prev {
    transform-origin: center right
}

.swiper-style3 .swiper-slide-next {
    transform-origin: center left
}

.swiper-style3 .swiper-slide-active {
    transform: scale(1)
}

.swiper-style3 .swiper-slide-active::after {
    opacity: 0;
    transition: opacity .8s
}

.swiper-style3.s2 .swiper-slide::after {
    display: none
}

.swiper-button-prev, .swiper-button-next {
    width: 42.42px;
    height: 42.42px;
    margin-top: -24px;
    background: #007abe;
    color: #fff;
    transform: rotate(45deg)
}

.swiper-button-prev .icon, .swiper-button-next .icon {
    transform: rotate(-45deg);
    user-select: none
}

.swiper-button-prev {
    transform: rotate(-135deg)
}

.swiper-button-disabled {
    background: #a5a5a5;
    opacity: .8 !important
}

.sep-inner-body .swiper-button-prev {
    left: 18px
}

.sep-inner-body .swiper-button-next {
    right: 18px
}

.sep-inner-body .top-title .line {
    width: 60px;
    height: 1px;
    background: #333
}

.sep-inner-body .top-title .nav {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 20px;
    line-height: 1em;
    text-align: center
}

.sep-inner-body .top-title .title {
    display: block;
    font-family: 'OSWALD-BOLD';
    margin-top: 18px;
    line-height: 1.26086957em;
    word-spacing: 5px;
    letter-spacing: 1px
}

.sep-inner-body .top-title .title:hover {
    color: #007abe !important
}

.sep-inner-body .top-title .summary {
    font-family: 'PTSans-Regular';
    line-height: 1.1em;
    margin-top: 12px
}

.sep-inner-body .top-title.center {
    flex-direction: column;
    align-items: center
}

.sep-inner-body .top-title.center .title {
    text-align: center
}

.sep-inner-body .top-title.upper .title {
    text-transform: uppercase
}

.sep-inner-body .top-title.white {
    color: #fff
}

.sep-inner-body .top-title.white .line {
    background: #fff
}

.sep-inner-body .inner-top {
    justify-content: space-between
}

.sep-inner-body .inner-top .link-btn {
    align-self: flex-end
}

.sep-inner-body .pro-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 30px 32px
}

.sep-inner-body .pro-grid .item {
    position: relative;
    height: 100%
}

.sep-inner-body .pro-grid .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sep-inner-body .pro-grid .item .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #007abe;
    color: #fff;
    padding: 10px 30px;
    min-height: 98px
}

.sep-inner-body .pro-grid .item .info>.flex {
    flex-direction: column;
    flex: 1
}

.sep-inner-body .pro-grid .item .info .title {
    color: #fff;
    width: 65%;
    font-weight: bold;
    transition: height 1s ease;
    transition: all .3s;
    word-spacing: 2px;
    letter-spacing: 1px
}

.sep-inner-body .pro-grid .item .info .circle {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    color: #007abe;
    right: 30px
}

.sep-inner-body .pro-grid .item .info .circle .icon {
    font-size: 14px
}

.sep-inner-body .pro-grid .item .info .summary {
    margin-top: 6px;
    line-height: 1.55555556em;
    font-family: 'PTSans-Regular';
    width: calc(100% - 55px);
    display: none
}

.sep-inner-body .pro-grid .item:hover .info {
    padding: 24px 30px;
    background: rgb(8 144 69)
}

.sep-inner-body .pro-grid .item:hover .info .title {
    width: 100%
}

.sep-inner-body .pro-grid .item:hover .info .circle {
    color: #007abe;
    top: calc(100% - 20px - 14px)
}

.sep-inner-body .p-bg {
    position: absolute;
    color: #373737;
    opacity: .05;
    line-height: 1em;
    bottom: 30px;
    user-select: none;
    z-index: 0
}

.sep-inner-body .p-bg.left {
    left: 20px
}

.sep-inner-body .p-bg.left2 {
    left: 60px
}

.sep-inner-body .p-bg.right {
    right: 60px
}

.sep-inner-body .pro-index-s2 .p-bg {
    right: 60px
}

.sep-inner-body .shot-list1-swiper .swiper-button-prev, .sep-inner-body .shot-detail-s3 .swiper-button-prev, .sep-inner-body .sand-list1-swiper .swiper-button-prev, .sep-inner-body .sand-list2-s1 .swiper-button-prev, .sep-inner-body .shot-list1-swiper .swiper-button-next, .sep-inner-body .shot-detail-s3 .swiper-button-next, .sep-inner-body .sand-list1-swiper .swiper-button-next, .sep-inner-body .sand-list2-s1 .swiper-button-next {
    margin-top: 10px;
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 8px
}

.sep-inner-body .shot-list1-swiper .swiper-button-prev, .sep-inner-body .shot-detail-s3 .swiper-button-prev, .sep-inner-body .sand-list1-swiper .swiper-button-prev, .sep-inner-body .sand-list2-s1 .swiper-button-prev {
    margin-right: 32px
}

.sep-inner-body .shot-list1-history, .sep-inner-body .shot-list1-works {
    background: #f5f5f5
}

.sep-inner-body .shot-list1-history .thumb, .sep-inner-body .shot-list1-works .thumb {
    position: absolute;
    max-width: calc(50% - 80px);
    width: 870px;
    height: 100%;
    top: 0;
    right: calc(50% + 80px)
}

.sep-inner-body .shot-list1-history .thumb img, .sep-inner-body .shot-list1-works .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sep-inner-body .shot-list1-history .content>.sep-container-1560, .sep-inner-body .shot-list1-works .content>.sep-container-1560 {
    padding: 40px 20px;
    justify-content: end
}

.sep-inner-body .shot-list1-history .info-box, .sep-inner-body .shot-list1-works .info-box {
    width: calc(50% + 80px);
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(69, 69, 69, 0.1);
    margin-bottom: 0;
    line-height: 1.55555556em
}

.sep-inner-body .shot-list1-history .info-box a, .sep-inner-body .shot-list1-works .info-box a {
    text-decoration: underline;
    color: #007abe
}

.sep-inner-body .shot-list1-works .thumb {
    right: unset;
    left: calc(50% + 25px);
    width: 945px;
    max-width: calc(50% + 25px)
}

.sep-inner-body .shot-list1-works .thumb img {
    height: unset;
    width: auto;
    max-width: 100%;
    max-height: 100%
}

.sep-inner-body .shot-list1-works .thumb .video-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s
}

.sep-inner-body .shot-list1-works .thumb:hover .video-btn {
    transform: scale(1.1);
    transition: all .3s
}

.sep-inner-body .shot-list1-works .info-box {
    width: calc(50% + 25px)
}

.sep-inner-body .shot-list1-works .content>.sep-container-1560 {
    justify-content: start;
    padding: 0 20px
}

.sep-inner-body .shot-list1-parts .sep-tab .item {
    width: 25%
}

.sep-inner-body .shot-list1-parts .content {
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(69, 69, 69, 0.1)
}

.sep-inner-body .shot-list1-parts .content>.img-box {
    position: absolute;
    height: 100%;
    width: 38.5%
}

.sep-inner-body .shot-list1-parts .content>.sep-container-1560 {
    justify-content: end
}

.sep-inner-body .shot-list1-parts .content .info {
    width: 64.16%;
    line-height: 1.55555556em
}

.sep-inner-body .shot-list1-parts .content .info ul>:last-child {
    margin-bottom: 0
}

.sep-inner-body .shot-list1-parts .content .info li {
    list-style: disc
}

.sep-inner-body .shot-list1-choose {
    color: #fff
}

.sep-inner-body .shot-list1-choose>img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.sep-inner-body .shot-list1-choose .line {
    background: #fff
}

.sep-inner-body .shot-list1-choose .richtext {
    margin-bottom: 0;
    line-height: 1.55555556em !important
}

.sep-inner-body .shot-list1-choose .richtext>:last-child, .sep-inner-body .shot-list1-choose .richtext ul>:last-child {
    margin-bottom: 0
}

.sep-inner-body .shot-list1-cases {
    background: #f5f5f5
}

.sep-inner-body .shot-detail-s2 {
    border-top: 1px solid #dadada
}

.sep-inner-body .shot-detail-s2 .sep-tab .item {
    width: 33.33333333%
}

.sep-inner-body .shot-detail-s2 .content {
    width: 100%
}

.sep-inner-body .shot-detail-s2 .thumb {
    min-width: 46%
}

.sep-inner-body .shot-detail-s2 .thumb>:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sep-inner-body .shot-detail-s2 .thumb.style2 {
    min-width: 50%
}

.sep-inner-body .shot-detail-s2 .bg {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    height: 100%;
    width: 880px;
    object-fit: cover
}

.sep-inner-body .shot-detail-s2 .basic {
    height: 147px;
    line-height: 1.5em
}

.sep-inner-body .shot-detail-s2 .basic:hover, .sep-inner-body .shot-detail-s2 .basic.active {
    color: #fff;
    background: #007abe
}

.sep-inner-body .shot-detail-s2 .basic .icon {
    width: 80px;
    font-size: 52px
}

.sep-inner-body .shot-detail-s2 .basic .fz20 {
    width: 75%;
    text-transform: uppercase
}

.sep-inner-body .shot-detail-s2 .basic.style2 {
    height: 90px
}

.sep-inner-body .shot-detail-s2 .basic.style2 .fz20 {
    width: 100%;
    font-size: 18px
}

.sep-inner-body .shot-detail-s3 .description p {
    line-height: 1.55555556em
}

.sep-inner-body .shot-detail-s3 .description h2 {
    font-size: 46px;
    text-align: center;
    font-family: 'OSWALD-BOLD';
    line-height: 1.26086957em;
    margin-top: 18px;
    margin-bottom: 70px
}

.sep-inner-body .shot-detail-s3 .swiper-slide:hover .video-btn {
    transform: scale(1.13)
}

.sep-inner-body .sand-list2-s1 .summary {
    line-height: 1.55555556em
}

.sep-inner-body .sand-list2-s2>:nth-child(odd)>.sep-container {
    justify-content: end
}

.sep-inner-body .sand-list2-s2>:nth-child(odd) .info {
    padding-right: 0
}

.sep-inner-body .sand-list2-s2>:nth-child(odd) .p-bg {
    right: 60px
}

.sep-inner-body .sand-list2-s2>:nth-child(odd) .abs {
    flex-direction: row
}

.sep-inner-body .sand-list2-s2>:nth-child(even)>.sep-container {
    justify-content: start
}

.sep-inner-body .sand-list2-s2>:nth-child(even) .info {
    padding-left: 0
}

.sep-inner-body .sand-list2-s2>:nth-child(even) .p-bg {
    left: 60px
}

.sep-inner-body .sand-list2-s2>:nth-child(even) .abs {
    flex-direction: row-reverse
}

.sep-inner-body .sand-list2-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 30px
}

.sep-inner-body .sand-list2-grid .img-box2 {
    height: 47.23%;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(53, 53, 53, 0.1);
    margin-bottom: 28px;
    padding: 20px
}

.sep-inner-body .sand-list2-grid .container {
    height: 270px;
    overflow-y: auto
}

.sep-inner-body .sand-list2-grid .container::-webkit-scrollbar {
    width: 4px
}

.sep-inner-body .sand-list2-grid .container::-webkit-scrollbar-thumb {
    width: 4px;
    background: #666;
    border-radius: 2px
}

.sep-inner-body .sand-list2-grid .container::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.1)
}

.sep-inner-body .sand-list2-grid .fz24 {
    line-height: 1.41666667em;
    margin-right: 20px;
    margin-bottom: 14px;
    word-spacing: 3px;
    letter-spacing: .5px
}

.sep-inner-body .sand-list2-grid .content {
    line-height: 1.55555556em;
    color: #666;
    padding-right: 30px
}

.sep-inner-body .sand-list2-s4 {
    color: #fff;
    position: relative
}

.sep-inner-body .sand-list2-s4::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: #007abe;
    transform: skewX(-10deg);
    z-index: -1
}

.sep-inner-body .sand-list2-s4>img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 55%;
    z-index: -2;
    object-fit: cover
}

.sep-inner-body .sand-list2-s4 .p-bg {
    z-index: 100;
    color: #fff;
    opacity: .02;
    bottom: 20px
}

.sep-inner-body .sand-list2-s4 .line {
    background: #fff
}

.sep-inner-body .sand-list2-s4 .info {
    width: 44%;
    z-index: 100
}

.sep-inner-body .sand-list2-s4 .text {
    line-height: 1.55555556em
}

.sep-inner-body .sand-list2-s6>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

.sep-inner-body .sand-list2-s6 .img-box {
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1)
}

.sep-inner-body .sand-list2-s7 {
    border-top: 1px solid rgba(134, 134, 134, 0.3)
}

.sep-inner-body .sand-list2-s7 .sep-tab .item {
    width: 33.33333333%
}

.sep-inner-body .sand-list2-s7 .content {
    width: 100%
}

.sep-inner-body .sand-list2-s7 .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.sep-inner-body .sand-list2-s7 .thumb img {
    height: 100%;
    object-fit: cover
}

.sep-inner-body .sand-list2-s7 .thumb>:first-child {
    width: calc(50% - 160px)
}

.sep-inner-body .sand-list2-s7 .thumb>:last-child {
    width: calc(50% + 160px);
    z-index: -1
}

.sep-inner-body .sand-list2-s7 .info {
    margin-left: auto;
    width: calc(50% + 160px)
}

.sep-inner-body .sand-list2-s7 .basic {
    width: 100%;
    z-index: 100;
    height: 147px;
    line-height: 1.5em
}

.sep-inner-body .sand-list2-s7 .basic>.icon {
    width: 80px
}

.sep-inner-body .sand-list2-s7 .basic:hover, .sep-inner-body .sand-list2-s7 .basic.active {
    color: #fff;
    background: #007abe
}

.sep-inner-body .sand-list2-s7 .basic .icon {
    font-size: 52px
}

.sep-inner-body .sand-list2-s7 .basic .fz20 {
    text-transform: uppercase
}

.sep-inner-body .sand-detail-s1>.sep-container {
    height: 803px
}

.sep-inner-body .sand-detail-s1>.sep-container .main, .sep-inner-body .sand-detail-s1>.sep-container .thumbs {
    height: 100%
}

.sep-inner-body .sand-detail-s1 .main {
    width: 75%;
    padding: 50px 0
}

.sep-inner-body .sand-detail-s1 .main-swiper {
    height: 100%;
    position: relative
}

.sep-inner-body .sand-detail-s1 .main-swiper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 20%;
    background: #007abe;
    z-index: 100
}

.sep-inner-body .sand-detail-s1 .main-swiper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 30px;
    background: #007abe;
    z-index: 100
}

.sep-inner-body .sand-detail-s1 .main-swiper .swiper-slide {
    padding: 30px
}

.sep-inner-body .sand-detail-s1 .thumbs {
    margin-left: auto
}

.sep-inner-body .sand-detail-s1 .thumbs .thumb-swiper {
    height: 691px;
    margin-top: 30px;
    margin-bottom: 30px
}

.sep-inner-body .sand-detail-s1 .thumbs .swiper-slide {
    width: 243px;
    height: 150px !important;
    border: 1px solid #092d5e
}

.sep-inner-body .sand-detail-s1 .thumbs .prev, .sep-inner-body .sand-detail-s1 .thumbs .next {
    user-select: none;
    color: #092d5e;
    height: 26px
}

.sep-inner-body .sand-detail-s1 .thumbs .prev .icon, .sep-inner-body .sand-detail-s1 .thumbs .next .icon {
    font-size: 26px
}

.sep-inner-body .sand-detail-s1 .thumbs .swiper-button-disabled {
    background: transparent;
    opacity: .5 !important
}

.sep-inner-body .sand-detail-s2 .richtext {
    margin-bottom: 0
}

.sep-inner-body .sand-detail-s2 .richtext table tr>:nth-child(1) {
    color: #333 !important
}

.sep-inner-body .sand-detail-s2 .richtext table tr>:nth-child(1) * {
    color: #333 !important
}

.sep-inner-body .sand-detail-s2 .richtext table tr>:not(:nth-child(1)) {
    color: #666 !important
}

.sep-inner-body .sand-detail-s2 .richtext table tr>:not(:nth-child(1)) * {
    color: #666 !important
}

.sep-inner-body .sand-detail-s2 .richtext table tr:nth-child(odd) {
    background: #f7f7f7 !important
}

.sep-inner-body .sand-detail-s2 .richtext table tr:nth-child(even) {
    background: #ebebeb !important
}

.sep-inner-body .sand-detail-s2 .richtext table tr:last-child {
    background: #ebebeb !important
}

.sep-inner-body .sand-detail-s2 .richtext table tr td {
    font-family: 'Oswald-Regular'
}

.sep-inner-body .sand-detail-s3 {
    background: #f5f5f5
}

.sep-inner-body .sand-detail-s3 .info {
    width: 50%;
    padding-right: 20px
}

.sep-inner-body .sand-detail-s3 .thumb {
    max-width: 50%;
    margin-left: auto;
    overflow: hidden
}

.sep-inner-body .sand-detail-s3 .thumb img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: auto
}

.sep-inner-body .sand-detail-s3 .richtext {
    margin-bottom: 0
}

.sep-inner-body .sand-detail-s3 .richtext li::before {
    background: #007abe
}

.sep-inner-body .sand-detail-s4 {
    background: #007abe;
    color: #fff
}

.sep-inner-body .sand-detail-s4 .thumb {
    max-width: 50%;
    margin-right: auto;
    overflow: hidden;
    padding-right: 20px
}

.sep-inner-body .sand-detail-s4 .thumb img {
    max-width: 100%;
    height: 100%;
    object-fit: cover
}

.sep-inner-body .sand-detail-s4 .info {
    width: 51%
}

.sep-inner-body .sand-detail-s4 .richtext li::before {
    background: #007abe
}

.sep-inner-body .sand-detail-s4 .richtext p {
    color: #fff !important
}

.sep-inner-body .sand-detail-s5 .item {
    position: relative;
    width: 20%;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 49px 0 rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    padding: 60px 25px
}

.sep-inner-body .sand-detail-s5 .item .img-box2 {
    height: 58px;
    background: transparent
}

.sep-inner-body .sand-detail-s5 .item .fz24 {
    margin-top: 30px;
    line-height: 1.41666667em
}

.sep-inner-body .sand-detail-s5 .item:last-child {
    margin-right: 0
}

.sep-inner-body .sand-detail-s5 .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 76px);
    height: 6px;
    background: #007abe
}

.sep-inner-body .sand-detail-s5 .item:hover {
    background: #007abe;
    color: #fff
}

.sep-inner-body .sand-detail-s5 .item:hover img {
    filter: grayscale(100%) brightness(0) invert(100%)
}

.sep-inner-body .sand-detail-s6 .swiper-slide {
    width: auto
}

.sep-inner-body .sand-detail-s6 .i {
    margin-top: 9px;
    position: relative;
    width: 122px;
    height: 122px;
    background: #fff;
    border-radius: 50%;
    color: #007abe
}

.sep-inner-body .sand-detail-s6 .i::before {
    content: '';
    position: absolute;
    left: -9px;
    top: -9px;
    width: 140px;
    height: 140px;
    background: #e6e6e6;
    border-radius: 50%;
    opacity: .3;
    z-index: -1
}

.sep-inner-body .sand-detail-s6 .i .icon {
    font-size: 60px
}

.sep-inner-body .sand-detail-s6 .i:hover {
    background: #007abe;
    color: #fff
}

.sep-inner-body .sand-detail-s6 .i:hover::before {
    background: #007abe;
    opacity: .2
}

.sep-inner-body .sand-detail-s6 .fz24 {
    margin-top: 24px
}

.sep-inner-body .sand-detail-s7 .video:hover .video-btn {
    transform: scale(1.14)
}

.sep-inner-body .sand-detail-s7 img {
    width: 100%
}

.sep-inner-body .company-s1 .thumb {
    width: calc(50% - 44px)
}

.sep-inner-body .company-s1 .info {
    width: calc(50% + 44px)
}

.sep-inner-body .company-s3 .round {
    stroke-dasharray: 1 5
}

.sep-inner-body .company-s3 .circle {
    stroke: #007abe;
    stroke-dasharray: 980;
    stroke-dashoffset: 980;
    transform: matrix(0, -1, 1, 0, 0, 440)
}

.sep-inner-body .company-s3 .box {
    width: 191px;
    height: 191px;
    border-radius: 50%;
    border: 2px solid #dadada;
    padding-top: 36px
}

.sep-inner-body .company-s3 .box .since {
    font-size: 18px;
    text-transform: uppercase;
    color: #4d4d4d
}

.sep-inner-body .company-s3 .box .date {
    font-size: 50px;
    font-weight: 500
}

.sep-inner-body .company-s3 .bottom {
    justify-content: space-between
}

.sep-inner-body .company-s3 .bottom .swiper-container {
    width: 80%
}

.sep-inner-body .company-s3 .bottom .swiper-container::before {
    content: '';
    position: absolute;
    top: 126px;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 1px dashed #999
}

.sep-inner-body .company-s3 .bottom .swiper-slide .date {
    font-size: 70px;
    line-height: 1em;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    transform: scale(.4);
    transform-origin: bottom center;
    color: #4d4d4d
}

.sep-inner-body .company-s3 .bottom .swiper-slide .o {
    width: 12px;
    height: 12px;
    background-color: #999;
    border-radius: 50%
}

.sep-inner-body .company-s3 .bottom .swiper-slide .richtext {
    margin-top: 20px;
    text-align: center;
    display: none
}

.sep-inner-body .company-s3 .bottom .swiper-slide-active .date {
    transform: scale(1);
    color: #333
}

.sep-inner-body .company-s3 .bottom .swiper-slide-active .o {
    width: 14px;
    height: 14px;
    background-color: #f4f4f4;
    border: 3px solid #007abe;
    margin-top: 0
}

.sep-inner-body .company-s3 .bottom .swiper-slide-active .richtext {
    display: block
}

.sep-inner-body .company-s3 .bottom .prev, .sep-inner-body .company-s3 .bottom .next {
    color: #4d4d4d;
    cursor: pointer
}

.sep-inner-body .company-s3 .bottom .prev .icon, .sep-inner-body .company-s3 .bottom .next .icon {
    font-size: 42px;
    user-select: none
}

.sep-inner-body .company-s3 .bottom .prev:hover, .sep-inner-body .company-s3 .bottom .next:hover {
    color: #007abe
}

.sep-inner-body .company-s3 .bottom .prev {
    transform: rotate(180deg)
}

.sep-inner-body .company-s3 .bottom .swiper-button-disabled {
    background: transparent;
    opacity: .5
}

.sep-inner-body .company-s4 {
    background-color: #f8f8f8
}

.sep-inner-body .company-s4 .info {
    width: calc(50% - 190px)
}

.sep-inner-body .company-s4 .img {
    margin-left: auto;
    width: calc(50% + 100px);
    padding: 0 20px
}

.sep-inner-body .company-s4 .swiper-slide {
    background: #fff;
    padding: 25px 30px
}

.sep-inner-body .company-s4 .prev, .sep-inner-body .company-s4 .next {
    position: absolute;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    top: calc(50% - 20px);
    box-shadow: 0 0 5px #dcdcdc;
    color: #b1b1b1;
    z-index: 2
}

.sep-inner-body .company-s4 .prev:hover, .sep-inner-body .company-s4 .next:hover {
    background: #007abe;
    color: #fff
}

.sep-inner-body .company-s4 .prev {
    left: 5px;
    transform: rotate(180deg)
}

.sep-inner-body .company-s4 .next {
    right: 5px
}

.sep-inner-body .cases .item {
    width: 100%;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc
}

.sep-inner-body .cases .item .text {
    width: calc(55% - 70px)
}

.sep-inner-body .cases .item .title {
    display: block;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 15px
}

.sep-inner-body .cases .item .summary {
    font-size: 16px
}

.sep-inner-body .cases .item .img-box {
    width: calc(45% - 70px)
}

.sep-inner-body .cases .item .date {
    width: 82px
}

.sep-inner-body .cases .item .box {
    width: 100%;
    background-color: #007abe;
    padding: 8px 0 5px 0;
    text-align: center;
    color: #fff
}

.sep-inner-body .cases .item .day {
    line-height: 1em;
    font-size: 29px;
    font-weight: bold;
    color: #fff
}

.sep-inner-body .cases .item .month {
    font-size: 16px
}

.sep-inner-body .cases .item .box2 {
    width: 100%;
    margin-top: 5px;
    line-height: 55px;
    background-color: #eef0f2;
    color: #007abe
}

.sep-inner-body .cases .item .box2 .icon {
    font-size: 26px
}

.sep-inner-body .industrys {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 40px 30px
}

.sep-inner-body .industrys .item {
    width: 100%
}

.sep-inner-body .industrys .item .img-box {
    width: 100%;
    display: block
}

.sep-inner-body .pdf-list h1 {
    line-height: 1.2em;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 50px;
    text-align: center;
    padding-bottom: 26px;
    position: relative
}

.sep-inner-body .pdf-list h1::after {
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    background: #007abe;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -1px
}

.sep-inner-body .pdf-list .pdfs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.sep-inner-body .pdf-list .item {
    width: 100%;
    line-height: 59px;
    border: 1px solid #e0e0e0;
    padding: 0 14px
}

.sep-inner-body .pdf-list .item>:first-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 15px
}

.sep-inner-body .pdf-list .item>:nth-child(2) {
    margin-left: auto;
    margin-right: 5px
}

.sep-inner-body .pdf-list .item i {
    color: #007abe
}

.sep-inner-body .pdf-list .item:hover {
    border: 1px solid #007abe
}

.sep-inner-body .pdf-list .item:hover a {
    color: #007abe
}

.sep-inner-body .videos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px
}

.sep-inner-body .videos .img-box {
    display: block;
    position: relative;
    color: #fff
}

.sep-inner-body .videos .img-box .icon {
    font-size: 26px
}

.sep-inner-body .videos .img-box:hover {
    color: #007abe
}

.sep-inner-body .videos .title {
    display: block;
    margin-top: 15px;
    line-height: 1.6em;
    TEXT-ALIGN: CENTER;
    font-weight: 900;
}

.sep-inner-body .blogs .item {
    position: relative;
    padding: 40px;
    background-color: #f5f5f5
}

.sep-inner-body .blogs .item .title {
    width: 100%;
    display: block;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.48em;
    color: #007abe;
    padding: 0 80px 0 0
}

.sep-inner-body .blogs .item .title:hover {
    text-decoration: underline
}

.sep-inner-body .blogs .item .time {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #959595;
    padding: 5px 0
}

.sep-inner-body .blogs .item .summary {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #363636;
    padding: 8px 0
}

.sep-inner-body .blogs .item .more {
    color: #007abe;
    font-size: 16px;
    width: 100%;
    text-align: right;
    display: block
}

.sep-inner-body .blogs .item .time-box {
    font-family: 'PTSans-Regular';
    width: 70px;
    height: 70px;
    background-color: #007abe;
    position: absolute;
    top: -8px;
    right: 40px;
    font-size: 30px;
    font-weight: 900;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 18px
}

.sep-inner-body .blogs .item .time-box span {
    display: block;
    font-size: 16px;
    letter-spacing: 1px
}

.sep-inner-body .blogs .item .time-box::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -6px;
    left: -6px;
    border: 6px solid transparent;
    border-bottom-color: #007abe;
    display: block
}

.img-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 30px 20px
}

.img-grid .item {
    width: 100%;
    height: 100%
}

.info-group {
    position: relative;
    background: #f5f5f5
}

.info-group .abs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-direction: row-reverse
}

.info-group .abs .thumb {
    width: 50%;
    height: 100%
}

.info-group .abs .bg {
    width: 50%;
    height: 100%;
    position: relative;
    flex: 1fr
}

.info-group .info {
    width: 50%;
    z-index: 100
}

.info-group .PTSans {
    line-height: 1.55555556em
}

.info-group.style1 .info {
    padding-left: 0
}

.info-group.style1 .p-bg {
    left: 60px
}

.video-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 84px;
    height: 84px;
    background: #007abe;
    border-radius: 50%;
    color: #fff
}

.video-btn::before {
    content: '';
    position: absolute;
    left: -8px;
    top: -8px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(226, 3, 17, 0.2)
}

.video-btn .icon {
    font-size: 30px;
    position: relative;
    left: 3px;
    top: 1px
}

.video-btn:hover {
    color: #fff
}

.sep-tab {
    gap: 30px
}

.sep-tab .item {
    height: 117px;
    font-family: 'OSWALD-BOLD';
    text-align: center;
    color: #fff;
    background: #007abe;
    cursor: default;
    padding: 20px
}

.sep-tab .item:hover, .sep-tab .item.active {
    background: #007abe
}

.industry {
    background: #f5f5f5
}

.contact {
    color: #fff
}

.contact .left {
    width: 40.88235%;
    flex-direction: column;
    justify-content: space-between
}

.contact .right {
    width: 48.2353%;
    margin-left: auto
}

.contact .title {
    line-height: 1.25em;
    word-spacing: 5px;
    letter-spacing: 1px;
    margin-top: -8px
}

.contact .summary {
    line-height: 1.5em;
    opacity: .9;
    margin-top: 5px
}

.contact .info-box>:last-child {
    padding-bottom: 0
}

.contact .info-box>:last-child::after {
    display: none
}

.contact .box {
    position: relative;
    padding: 20px 0;
    gap: 16px
}

.contact .box .fz20 {
    text-transform: uppercase
}

.contact .box::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background: #fff;
    opacity: .2
}

.contact .i {
    width: 44px;
    min-width: 44px;
    height: 44px;
    background: #007abe;
    border-radius: 50%
}

.contact .sep-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 55px 55px 217px auto;
    gap: 15px
}

.contact .sep-form input, .contact .sep-form textarea {
    font-family: 'Oswald-Regular';
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0;
    border: none
}

.contact .sep-form input::placeholder, .contact .sep-form textarea::placeholder {
    font-family: 'Oswald-Regular';
    font-size: 16px
}

.contact .sep-form input {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px
}

.contact .sep-form textarea {
    resize: none;
    height: 100%;
    padding: 15px 20px
}

.contact .sep-form input:-internal-autofill-previewed, .contact .sep-form input:-internal-autofill-selected {
    background: rgba(255, 255, 255, 0.7)
}

.contact .sep-form>:nth-child(3)::before {
    content: '\e60a'
}

.contact .sep-form>:nth-child(4)::before {
    content: '\e638'
}

.contact .sep-form>:nth-child(5)::before {
    content: '\e908'
}

.contact .sep-form>:nth-child(6)::before {
    content: '\e622'
}

.contact .sep-form>:nth-child(7) {
    grid-area: 3/1/4/3
}

.contact .sep-form>:nth-child(7)::before {
    content: '\e610'
}

.contact .sep-form>:nth-child(8) {
    margin-bottom: 0
}

.contact .sep-form .form-group {
    width: 100%;
    height: 100%;
    position: relative
}

.contact .sep-form .form-group::before {
    font-family: 'iconfont';
    position: absolute;
    color: #333 !important;
    font-size: 18px;
    left: 20px;
    top: 17px
}

.contact .sep-form .form-group.i-hide::before {
    display: none
}

.contact .link-btn {
    margin-top: auto;
    font-family: 'Oswald-Regular';
    border: none;
    cursor: pointer;
    margin-top: 45px
}

.contact2 {
    background: #f5f5f5;
    padding: 120px 0 70px 0
}

.contact2 .info {
    width: calc(50% - 60px)
}

.contact2 .form-box {
    width: calc(50% - 45px);
    margin-left: auto
}

.contact2 .line {
    margin: 35px 0;
    width: 40px;
    height: 6px;
    background: #007abe
}

.contact2 .info-box .box {
    height: 50px
}

.contact2 .info-box .icon {
    color: #007abe;
    font-size: 24px;
    margin-right: 10px
}

.contact2 .sep-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 55px 55px 180px auto;
    gap: 15px
}

.contact2 .sep-form input, .contact2 .sep-form textarea {
    font-family: 'Oswald-Regular';
    background: transparent;
    border-radius: 0;
    border: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: none
}

.contact2 .sep-form input::placeholder, .contact2 .sep-form textarea::placeholder {
    font-family: 'Oswald-Regular';
    font-size: 16px
}

.contact2 .sep-form input {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px
}

.contact2 .sep-form textarea {
    resize: none;
    height: 100%;
    padding: 15px 20px
}

.contact2 .sep-form input:-internal-autofill-previewed, .contact2 .sep-form input:-internal-autofill-selected {
    background: transparent
}

.contact2 .sep-form>:nth-child(3)::before {
    content: '\e60a'
}

.contact2 .sep-form>:nth-child(4)::before {
    content: '\e638'
}

.contact2 .sep-form>:nth-child(5)::before {
    content: '\e908'
}

.contact2 .sep-form>:nth-child(6)::before {
    content: '\e622'
}

.contact2 .sep-form>:nth-child(7) {
    grid-area: 3/1/4/3
}

.contact2 .sep-form>:nth-child(7)::before {
    content: '\e610'
}

.contact2 .sep-form>:nth-child(8) {
    margin-top: 20px;
    margin-bottom: 0
}

.contact2 .sep-form .form-group {
    width: 100%;
    height: 100%;
    position: relative
}

.contact2 .sep-form .form-group::before {
    font-family: 'iconfont';
    position: absolute;
    color: #333 !important;
    font-size: 18px;
    left: 20px;
    top: 17px
}

.contact2 .sep-form .form-group.i-hide::before {
    display: none
}

.contact2 .sep-form .link-btn {
    font-family: 'Oswald-Regular';
    border: none;
    cursor: pointer;
    background: #007abe;
    width: 160px
}

.contact2 .sep-form .link-btn:hover {
    opacity: .7
}

.last-blog .news {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 33px
}

.last-blog .item {
    position: relative;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 60px 0 rgba(91, 91, 91, 0.1)
}

.last-blog .img-box {
    height: 297px
}

.last-blog .text {
    padding: 30px;
    line-height: 1.65em;
    word-spacing: 3px;
    letter-spacing: .5px;
    margin-bottom: 108px
}

.last-blog .more {
    color: #fff;
    background: #007abe;
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    padding: 20px
}

.last-blog .more .circle {
    width: 27px;
    height: 27px;
    margin-left: 14px
}

.last-blog .more .icon {
    color: #18539a;
    font-size: 19px
}

.last-blog .more:hover {
    background: #007abe
}

.last-blog .more:hover .icon {
    color: #007abe
}

.related-pro {
    background: #f5f5f5
}

.sep-faq-items .item {
    margin-bottom: 30px
}

.sep-faq-items .item:last-child {
    margin-bottom: 0
}

.sep-faq-items .item.active .box {
    background: #007abe
}

.sep-faq-items .item.active .box .control {
    transform: rotate(90deg);
    color: #fff
}

.sep-faq-items .item.active .box .title {
    color: #fff
}

.sep-faq-items .item.active .box .q {
    color: #fff
}

.sep-faq-items .item .box {
    position: relative;
    padding-left: 30px;
    background: #fff;
    height: 80px;
    align-items: center;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    cursor: pointer
}

.sep-faq-items .item .box .q {
    color: #007abe;
    font-size: 24px;
    text-align: center;
    font-style: normal;
    margin-right: 24px
}

.sep-faq-items .item .box .icon {
    color: #007abe;
    font-size: 28px
}

.sep-faq-items .item .box .title {
    font-size: 24px;
    position: relative;
    color: #000
}

.sep-faq-items .item .box .control {
    font-size: 16px;
    transition: all .4s;
    transform: rotate(0deg);
    text-align: center;
    font-size: 20px;
    color: #007abe;
    margin-left: auto;
    margin-right: 35px
}

.sep-faq-items .item .content {
    font-family: 'PTSans-Regular';
    line-height: 1.6em;
    font-size: 18px;
    display: none;
    padding: 30px;
    position: relative;
    background: #fff
}

.sep-faq-items .item .content ol, .sep-faq-items .item .content ul {
    padding-left: 20px
}

.sep-faq-items .item .content a {
    text-decoration: underline;
    display: none
}

.sep-faq-items .item .content a:hover {
    color: #007abe
}

.sep-faq-items .item .content i {
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 24px;
    font-style: normal;
    display: none
}

.sep-faq-list4 .item {
    margin-bottom: 20px
}

.sep-faq-list4 .item.active .box i {
    transform: rotate(90deg)
}

.sep-faq-list4 .item .box {
    height: 80px;
    background: #f9f9f9;
    padding-left: 26px;
    padding-right: 30px;
    cursor: pointer
}

.sep-faq-list4 .item .box .title {
    color: #333;
    font-size: 20px
}

.sep-faq-list4 .item .box span {
    width: 27px;
    height: 27px;
    font-size: 24px;
    background: #007abe;
    border-radius: 4px;
    color: #fff;
    margin-right: 12px;
    position: relative
}

.sep-faq-list4 .item .box span:after {
    content: '';
    display: block;
    position: absolute;
    border: 4px solid transparent;
    border-top: 6px solid #007abe;
    left: 10px;
    top: 100%
}

.sep-faq-list4 .item .box i {
    margin-left: auto;
    color: #333;
    font-size: 24px;
    cursor: pointer
}

.sep-faq-list4 .item .text-box {
    padding-left: 26px;
    padding-top: 26px;
    padding-right: 100px;
    padding-bottom: 26px;
    display: none
}

.sep-faq-list4 .item .text-box span {
    width: 27px;
    height: 27px;
    font-size: 24px;
    background: #d70f05;
    border-radius: 4px;
    color: #fff;
    margin-right: 12px;
    position: relative;
    flex-shrink: 0
}

.sep-faq-list4 .item .text-box span:after {
    content: '';
    display: block;
    position: absolute;
    border: 4px solid transparent;
    border-top: 6px solid #d70f05;
    left: 10px;
    top: 100%
}

.sep-faq-list4 .item .text-box .text {
    font-family: 'PTSans-Regular';
    word-spacing: normal;
    color: #666;
    font-size: 16px;
    line-height: 2.125em !important
}

.img-box {
    overflow: hidden
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-box2 {
    background: #fff
}

.img-box2 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#baguetteBox-overlay {
    z-index: 1000000000 !important
}

.quick-links a {
    color: #007abe
}

.quick-links a:hover {
    text-decoration: underline
}

.richtext {
    word-spacing: normal;
    color: #333;
    font-size: 16px;
    line-height: 1.8em !important;
    font-family: 'PTSANS-REGULAR', 'Lucida Grande', 'Microsoft Yahei';
    margin-bottom: 20px
}

.richtext * {
    word-spacing: normal;
    color: #333;
    font-size: 16px;
    line-height: 1.8em !important;
    font-family: 'PTSANS-REGULAR', 'Lucida Grande', 'Microsoft Yahei';
    max-width: 100%
}

.richtext.fz18 {
    font-size: 18px !important;
    line-height: 1.66666667em !important
}

.richtext.fz18 * {
    font-size: 18px
}

.richtext.fz20 {
    font-size: 20px !important;
    line-height: 1.66666667em !important
}

.richtext.fz20 * {
    font-size: 20px
}

.richtext.fz22 {
    font-size: 22px !important;
    line-height: 1.63636364em !important
}

.richtext.fz22 * {
    font-size: 22px !important
}

.richtext.pl50 {
    padding-left: 50px
}

.richtext .content-one {
    margin-bottom: 40px
}

.richtext.pl60 {
    padding-left: 60px
}

.richtext.paddinglr {
    padding: 0 4.6875vw
}

.richtext.color-website * {
    color: #007abe
}

.richtext.color-white {
    color: #fff
}

.richtext.color-white * {
    color: #fff
}

.richtext.color-white ul li:before {
    background: #fff
}

.richtext.mb0 {
    margin-bottom: 0
}

.richtext.square ul li {
    list-style: square
}

.richtext strong {
    color: #000;
    font-size: 18px
}

.richtext strong * {
    color: #7c7c7c;
    font-size: 18px
}

.richtext .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.richtext.fz14 {
    font-size: 16px
}

.richtext.fz14 * {
    font-size: 16px
}

.richtext.richtext-x img {
    width: 100%
}

.richtext.has-img img {
    float: right;
    padding-left: 10px
}

.richtext img {
    display: table;
    margin: 0 auto
}

.richtext.richtext-bordert {
    border-top: 1px solid #c6c6c6;
    padding-bottom: 15px
}

.richtext ol {
    padding-left: 20px
}

.richtext ol li {
    list-style: decimal
}

.richtext p {
    margin-bottom: 0
}

.richtext a {
    color: #007abe
}

.richtext a:hover {
    text-decoration: underline
}

.richtext h2 {
    color: #333;
    font-size: 46px;
    position: relative;
    margin: 10px 0;
    font-family: 'OSWALD-BOLD' !important;
    line-height: 1.4em !important;
    text-align: center !important;
    margin-bottom: 30px
}

.richtext h2:first-child {
    text-transform: uppercase;
    text-align: center !important
}

.richtext h2:first-child * {
    text-align: center !important
}

.richtext h2 * {
    text-align: center !important;
    font-family: 'OSWALD-BOLD' !important;
    line-height: 1.4em !important;
    color: #333 !important;
    font-size: 46px
}

.richtext.warning h2:before {
    content: "\f071";
    font-family: FontAwesome !important;
    margin-right: 10px
}

.richtext h3 {
    font-size: 18px;
    color: #181819
}

.richtext table {
    width: 100%;
    max-width: 100%;
    margin-top: 10px
}

.richtext table tr:nth-child(odd) {
    background: #f7f7f7
}

.richtext table tr:nth-child(1) {
    background: #007abe
}

.richtext table tr:nth-child(1) * {
    color: #fff
}

.richtext table tr:nth-child(even) {
    background: #ebebeb
}

.richtext table tr td {
    border: 1px solid #dbdbdb;
    font-size: 16px;
    word-break: normal;
    padding: 10px 10px;
    color: #333;
    text-align: center
}

.richtext ul {
    list-style: none
}

.richtext ul li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 10px
}

.richtext ul li:last-child {
    margin-bottom: 0
}

.richtext ul li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #007abe;
    position: absolute;
    left: 7px;
    top: 10px;
    z-index: 3
}

.has-sidebar {
    align-items: flex-start
}

.sep-sidebar {
    margin-right: 30px;
    width: 274px
}

.sep-sidebar.style2 {
    width: 383px;
    margin-right: 80px
}

.sep-sidebar.style2 .side-link1 {
    padding: 34px 30px
}

.sep-sidebar.style2 .side-list1 {
    padding: 30px 50px
}

.sep-sidebar.style2 .side-detail {
    padding: 6px 50px
}

.sep-sidebar>div {
    width: 100%;
    background: #f8f8f8
}

.sep-sidebar .side-link1 {
    width: 100%;
    color: #fff;
    background: #007abe;
    padding: 34px 20px;
    line-height: 1em
}

.sep-sidebar .side-link1 .icon {
    font-size: 30px;
    margin-right: 10px
}

.sep-sidebar .side-link1:hover {
    opacity: .9
}

.sep-sidebar .side-list1 {
    position: relative;
    font-family: 'OSWALD-SEMIBOLD';
    line-height: 1em;
    padding: 30px 9px;
    cursor: pointer
}

.sep-sidebar .side-list1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: calc(100% - 60px);
    height: 1px;
    background: #333;
    opacity: .1
}

.sep-sidebar .side-list1 .icon {
    font-size: 15px;
    margin-right: 8px
}

.sep-sidebar .side-list1:hover, .sep-sidebar .side-list1.active {
    color: #007abe
}

.sep-sidebar .childs {
    display: none
}

.sep-sidebar .childs>:first-child a {
    padding-top: 0;
    margin-top: -6px
}

.sep-sidebar .childs>:last-child a {
    padding-bottom: 22px
}

.sep-sidebar .childs.show {
    display: block
}

.sep-sidebar .side-detail {
    line-height: 1.55555556em;
    padding: 6px 30px
}

.sep-sidebar .side-detail .icon {
    font-size: 14px;
    margin-right: 9px
}

.sep-sidebar .side-detail:hover, .sep-sidebar .side-detail.active {
    color: #007abe
}

.sep-sidebar .side-contact .side-list1 .icon {
    font-size: 20px
}

.sep-sidebar .has-childs.expand .side-list1 .icon {
    transform: rotate(90deg);
    position: relative;
    left: -2px
}

.swiper-container .pro-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0
}

.sep-primary {
    margin: 0 auto;
    width: calc(100% - 274px - 30px)
}

.sep-primary.style2 {
    width: calc(100% - 383px - 80px)
}

.sep-lx-header-mb {
    display: none
}

.sep-lx-header-mb .box-wrap {
    padding: 0 20px;
    position: relative;
    z-index: 1000;
    height: 70px;
    padding-right: 0
}

.sep-lx-header-mb .box-wrap .logo {
    float: none;
    display: inline-block
}

.sep-lx-header-mb .box-wrap .logo img {
    width: 161px
}

.sep-lx-header-mb .box-wrap>ul {
    position: relative;
    margin-left: auto
}

.sep-lx-header-mb .box-wrap>ul>li {
    float: left;
    margin-left: 15px;
    text-align: center;
    position: relative
}

.sep-lx-header-mb .box-wrap>ul>li#global {
    float: left
}

.sep-lx-header-mb .box-wrap>ul>li#global span {
    width: 36px;
    height: 36px;
    background: rgba(184, 210, 1, 0);
    border-radius: 50%;
    border: 1px solid #5c5c5c;
    font-size: 16px;
    color: #5c5c5c;
    text-transform: uppercase
}

.sep-lx-header-mb .box-wrap>ul>li#headerSearch i {
    width: 36px;
    height: 36px;
    background: rgba(184, 210, 1, 0);
    border-radius: 50%;
    border: 1px solid #5c5c5c;
    font-size: 16px;
    color: #5c5c5c
}

.sep-lx-header-mb .box-wrap>ul>li#menu {
    float: left;
    width: 70px;
    height: 70px;
    background: #007abe;
    color: #fff
}

.sep-lx-header-mb .box-wrap>ul>li#menu i {
    color: #fff;
    font-size: 26px
}

.sep-lx-header-mb .box-wrap>ul>li#logo {
    border: none;
    float: none;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language {
    position: absolute;
    background: #007abe;
    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: #007abe;
    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: #007abe;
    font-size: 18px
}

.sep-search-box form {
    margin-top: 10px;
    margin-bottom: 25px
}

.sep-search-box form .form-control {
    height: 47px;
    border-radius: 0
}

.sep-search-box form .btn {
    background: #007abe;
    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: #007abe;
    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: #007abe
}

.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: #007abe;
    font-size: 18px
}

.sep-menu-box .bottom .menu-item>li .box i {
    font-size: 20px;
    color: #007abe;
    position: absolute;
    right: 30px;
    top: 26px;
    cursor: pointer;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.sep-menu-box .bottom .menu-item>li>ul {
    padding: 5px 0;
    display: none
}

.sep-menu-box .bottom .menu-item>li>ul>li {
    padding: 4px 20px
}

.sep-menu-box .bottom .menu-item>li>ul>li a {
    color: #fff;
    font-size: 14px
}

.sep-menu-box .bottom-toggle {
    position: absolute;
    width: 100%;
    z-index: 1000;
    top: 54px;
    background: #fff;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden
}

.sep-menu-box .bottom-toggle.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.sep-menu-box .bottom-toggle .toggle {
    display: none
}

.sep-menu-box .bottom-toggle .toggle>ul {
    background: #fff
}

.sep-menu-box .bottom-toggle .toggle>ul>li {
    padding: 0 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    line-height: 60px
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) span {
    width: 60;
    min-width: 60px;
    height: 59px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #ccc
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) span i {
    font-size: 16px
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul {
    display: none;
    border-top: 1px solid #ddd;
    padding-left: 40px
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li {
    line-height: 40px;
    list-style: disc
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li a {
    font-size: 14px;
    padding-left: 0
}

.sep-menu-box .bottom-toggle .toggle>ul>li a {
    color: #007abe;
    font-size: 16px;
    padding-left: 30px
}

.sep-menu-box .bottom-toggle .toggle>ul>li a i {
    font-size: 20px;
    color: #007abe;
    position: absolute;
    right: 30px;
    top: 21px;
    cursor: pointer
}

.sep-menu-box .contact {
    background: #007abe;
    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 {
    width: 90px
}

.gdw-mb-c {
    display: none
}

.sep-banner-mb {
    display: none
}

.sep-banner-mb img {
    width: 100%
}

.mb-bottom-wrap {
    padding-bottom: 24px;
    padding-top: 48px
}

.mb-bottom-wrap ul.info {
    margin-top: 30px
}

.mb-bottom-wrap ul.info li {
    margin-bottom: 4px;
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    padding: 0 20px
}

.mb-bottom-wrap ul.info li:last-child {
    margin-bottom: 0
}

.mb-bottom-wrap ul.info li i {
    color: #000
}

.mb-bottom-wrap ul.info li a {
    color: rgba(0, 0, 0, 0.6)
}

.mb-bottom-wrap ul.info li img {
    position: absolute;
    left: 0;
    top: 10px
}

.mb-bottom-wrap .bottom-menu>li {
    padding: 0 20px
}

.mb-bottom-wrap .bottom-menu>li>ul {
    padding: 5px 0;
    display: none
}

.mb-bottom-wrap .bottom-menu>li>ul li {
    padding: 5px 0;
    color: #666;
    margin-bottom: 8px
}

.mb-bottom-wrap .bottom-menu>li>ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.mb-bottom-wrap .bottom-menu>li>ul li a {
    font-size: 16px;
    color: #666
}

.mb-bottom-wrap .bottom-menu>li>ul li a::before {
    content: '\e671';
    font-family: 'iconfont';
    font-size: 12px;
    position: relative;
    bottom: 2px;
    margin-right: 5px
}

.mb-bottom-wrap .bottom-menu>li:nth-child(1) .box {
    border-top: none
}

.mb-bottom-wrap .bottom-menu>li>.box {
    padding: 13px 0;
    position: relative;
    padding-left: 16px;
    padding-right: 24px
}

.mb-bottom-wrap .bottom-menu>li>.box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 2px;
    height: calc(100% - 30px);
    background: #007abe
}

.mb-bottom-wrap .bottom-menu>li>.box a {
    color: #333;
    font-size: 20px;
    line-height: 1.5em
}

.mb-bottom-wrap .bottom-menu>li>.box>i {
    position: absolute;
    right: 0;
    top: 16px;
    color: #333;
    cursor: pointer;
    font-size: 20px
}

.mb-bottom-wrap .logo {
    margin-bottom: 10px
}

.mb-bottom-wrap .logo img {
    width: 40px
}

.mb-bottom-wrap .info1 {
    margin-top: 10px;
    padding: 0 20px
}

.mb-bottom-wrap .info1 .iwrap {
    min-width: 50px;
    width: 50px;
    height: 50px;
    background: #007abe;
    border-radius: 50%;
    color: #fff;
    margin-right: 16px
}

.mb-bottom-wrap .info1 .iwrap i {
    font-size: 20px
}

.mb-bottom-wrap .info1 .th {
    font-weight: 600
}

.mb-bottom-wrap .info1 .td {
    color: #666
}

.mb-bottom-wrap .info1 .box {
    margin-bottom: 20px
}

.mb-bottom-wrap .info-box {
    padding: 0 0;
    margin-top: 30px
}

.mb-bottom-wrap .info-box .box {
    margin-bottom: 30px
}

.mb-bottom-wrap .info-box .box i {
    margin-right: 20px;
    color: #333;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #333;
    flex-shrink: 0;
    font-size: 22px
}

.mb-bottom-wrap .info-box .box i::before {
    display: none !important
}

.mb-bottom-wrap .info-box .box .hd {
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%
}

.mb-bottom-wrap .info-box .box a {
    font-size: 16px;
    color: #333
}

.mb-bottom-wrap .info-box .box .text {
    font-size: 16px;
    color: #333
}

.mb-bottom-wrap .multi-language {
    margin: 0 auto;
    display: table;
    margin-top: 10px
}

.mb-bottom-wrap .multi-language .icon {
    color: #9f9f9f;
    font-size: 18px;
    position: relative;
    top: 3px
}

.mb-bottom-wrap .multi-language a {
    font-size: 15px;
    padding-right: 10px;
    color: #9f9f9f
}

.mb-bottom-wrap .multi-language a:hover {
    color: #007abe
}

.mb-bottom-wrap .multi-language .fa {
    font-size: 21px;
    color: #9f9f9f;
    position: relative;
    top: 2px
}

.mb-bottom-wrap .sep-share {
    margin-left: auto;
    margin-bottom: 40px;
    margin-top: 0;
    justify-content: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd
}

.mb-bottom-wrap .sep-share li:not(.qrcode) {
    padding: 0 11px;
    float: none
}

.mb-bottom-wrap .sep-share li:not(.qrcode):first-child {
    padding-right: 10px
}

.mb-bottom-wrap .sep-share li:not(.qrcode):last-child {
    padding-right: 0
}

.mb-bottom-wrap .sep-share li:not(.qrcode):hover a {
    border: 1px solid #007abe
}

.mb-bottom-wrap .sep-share li:not(.qrcode):hover a i {
    color: #007abe
}

.mb-bottom-wrap .sep-share li:not(.qrcode) a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #007abe;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.mb-bottom-wrap .sep-share li:not(.qrcode) a i {
    color: #007abe;
    font-size: 16px
}

.mb-bottom-wrap .sep-share .qrcode {
    padding: 0 5px
}

.mb-bottom-wrap .sep-share .qrcode a {
    display: flex;
    align-items: center;
    justify-content: center
}

.mb-bottom-wrap .sep-share .qrcode a:hover i {
    color: #007abe
}

.mb-bottom-wrap .sep-share .qrcode i {
    color: #202122;
    font-size: 30px
}

.mb-bottom-wrap .hd {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: relative;
    white-space: nowrap
}

.mb-bottom-wrap .hd:hover {
    color: #007abe
}

.mb-bottom-wrap .alias {
    color: #c1c1c1;
    font-size: 12px;
    margin-left: auto;
    white-space: nowrap
}

.mb-bottom-wrap .form-box .sep-form {
    background: #eee;
    border-radius: 24px;
    overflow: hidden
}

.mb-bottom-wrap .form-box .sep-form .btn {
    border-radius: 24px;
    overflow: hidden;
    border: none;
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
    padding-bottom: 10px;
    background: -webkit-linear-gradient(to bottom, #00c0fa, #0160ea);
    background: -moz-linear-gradient(to bottom, #00c0fa, #0160ea);
    background: -ms-linear-gradient(to bottom, #00c0fa, #0160ea);
    background: -o-linear-gradient(to bottom, #00c0fa, #0160ea);
    background: linear-gradient(to bottom, #00c0fa, #0160ea)
}

.mb-bottom-wrap .form-box .sep-form .form-control {
    background: #eee;
    padding-left: 15px;
    height: 30px;
    border-right: none;
    outline: none;
    box-shadow: none;
    border: none
}

@media screen and (min-width:769px) {
    .sep-banner-mb {
        display: none
    }

    .sep-search-box, .sep-shadow, .sep-lx-header-mb, .sep-menu-box {
        display: none !important
    }
}

@media screen and (max-width:768px) {
    .sep-banner-pc {
        display: none
    }

    .sep-banner-mb {
        display: block
    }
}

@media screen and (max-width:768px) {
    .sep-mainnav {
        display: none
    }

    .sep-header {
        display: none
    }

    .inside-inner {
        display: none
    }

    .gdw-mb-c {
        display: block
    }

    .sep-lx-header-mb {
        display: block
    }

    .mb-bottom-wrap {
        padding-bottom: 110px
    }

    .gdw-mb-none {
        display: none
    }

    #onlineService {
        position: fixed;
        bottom: 0;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .offside {
        display: flex;
        width: 100%
    }

    .offside li {
        flex-grow: 1;
        flex: 1;
        text-align: center;
        width: auto;
        height: 60px;
        background: #007abe !important;
        border-bottom: none !important;
        border-right: 1px solid rgba(255, 255, 255, 0.15)
    }

    .offside li i {
        color: #fff !important;
        font-size: 20px !important;
        line-height: 60px !important;
        padding: 0;
        font-size: 22px !important
    }

    .offside li.tel {
        width: 47px;
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    .offside li:last-child {
        display: none
    }

    .offside li p {
        display: none !important
    }

    .offside li a {
        position: static;
        display: inline-block
    }
}

@media screen and (max-width:768px) {
    .sep-container {
        padding: 0 10px
    }
}

@media screen and (max-width:1690px) {
    .swiper-box {
        width: 1600px;
        padding: 0 120px
    }
}

@media screen and (max-width:1460px) {
    html {
        font-size: 16px
    }

    .sep-container {
        width: 1200px
    }

    .swiper-box {
        width: 1400px;
        padding: 0 100px
    }

    .sep-footer {
        background-size: cover !important
    }

    .fz50 {
        font-size: 38px
    }

    .sep-mainnav>.sep-container .logo img {
        width: 180px
    }

    .sep-mainnav>.sep-container>ul {
        gap: 20px
    }

    .sep-mainnav>.sep-container>ul>li .drop-down {
        left: -200px
    }

    .sep-mainnav>.sep-container>ul>li .drop-down .fz20 {
        font-size: 18px
    }

    .sep-mainnav>.sep-container>ul>li .drop-down .grid {
        padding: 30px 90px;
        grid-column-gap: 90px
    }

    .sep-mainnav>.sep-container>ul>li .drop-down .grid a {
        height: 45px;
        padding: 0 30px;
        margin-bottom: 2px
    }

    .sep-footer .pt120 {
        padding-top: 90px
    }

    .sep-footer .pb80 {
        padding-bottom: 50px
    }

    .sep-footer .mt20 {
        margin-top: 15px
    }

    .sep-footer .mt50 {
        margin-top: 40px
    }

    .sep-footer .fz20 {
        font-size: 18px
    }

    .sep-footer .footer-box .link1>.icon, .sep-footer .footer-box .link2>.icon {
        left: -12px
    }

    .sep-footer .footer-box .pro-list1-details {
        grid-template-columns: 48% 1fr
    }

    .sep-footer .footer-box .box .iwrap {
        width: 50px;
        height: 50px;
        margin-right: 16px
    }

    .sep-footer .footer-box .box .iwrap .icon {
        font-size: 20px;
        color: #fff
    }
}

@media screen and (max-width:1260px) {
    .sep-sidebar {
        display: none
    }

    .sep-mainbody .sep-primary {
        float: none;
        width: 100%
    }

    .sep-primary {
        width: 100%
    }

    .sep-primary.style2 {
        width: 100%
    }

    .sep-container {
        padding: 0 20px
    }

    .swiper-box {
        padding: 0 90px
    }

    .sep-header .top .info>:first-child {
        margin-right: 60px
    }

    .sep-mainnav>.sep-container .logo img {
        width: 160px
    }

    .sep-mainnav>.sep-container>ul>li>a {
        font-size: 16px
    }

    .sep-mainnav>.sep-container>ul>li .drop-down {
        left: -140px
    }

    .sep-mainnav>.sep-container>ul>li .drop-down .fz20 {
        font-size: 16px
    }

    .sep-mainnav>.sep-container>ul>li .drop-down .grid {
        padding: 20px 70px;
        grid-column-gap: 70px
    }

    .sep-mainnav>.sep-container>ul>li .drop-down .grid a {
        height: 40px;
        padding: 0 20px;
        margin-bottom: 1px
    }

    .sep-mainnav>.sep-container>ul>li .drop-down.nopro a {
        height: 45px
    }

    .sep-footer .pt120 {
        padding-top: 60px
    }

    .sep-footer .pb80 {
        padding-bottom: 36px
    }

    .sep-footer .mt20 {
        margin-top: 11px
    }

    .sep-footer .mt50 {
        margin-top: 30px
    }

    .sep-footer .footer-box .link1>.icon, .sep-footer .footer-box .link2>.icon {
        left: -12px
    }

    .sep-footer .footer-box .pro-list1-details {
        grid-template-columns: 47% 1fr
    }

    .sep-footer .footer-box .box .iwrap {
        width: 50px;
        height: 50px;
        margin-right: 16px
    }

    .sep-footer .footer-box .box .iwrap .icon {
        font-size: 20px;
        color: #fff
    }
}

@media screen and (max-width:1024px) {
    .sep-mainnav>.sep-container .logo img {
        width: 120px
    }

    .sep-mainnav>.sep-container>ul {
        gap: 10px
    }

    .sep-footer .pt120 {
        padding-top: 40px
    }

    .sep-footer .pb80 {
        padding-bottom: 20px
    }

    .sep-footer .mt20 {
        margin-top: 7px
    }

    .sep-footer .mt50 {
        margin-top: 20px
    }

    .sep-footer .footer-box>:first-child {
        width: 56%
    }

    .sep-footer .footer-box>:nth-child(2) {
        width: 21%
    }

    .sep-footer .footer-box>:nth-child(3) {
        width: 19%
    }

    .sep-footer .footer-box .link1>.icon, .sep-footer .footer-box .link2>.icon {
        left: -8px
    }

    .sep-footer .footer-box .pro-list1-details {
        grid-template-columns: 45% 1fr
    }

    .sep-footer .footer-box .link2:hover {
        font-family: unset
    }

    .sep-footer .sep-copyright {
        padding: 16px 0
    }
}

@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
    }

    .richtext img {
        height: auto !important
    }

    .swiper-pagination {
        width: 100%;
        bottom: 0
    }

    .sep-container {
        padding: 0 20px
    }

    .sep-breadcrumb {
        padding: 0
    }

    body {
        padding-top: 0
    }

    .sep-footer {
        display: none
    }

    .btn-hover {
        height: 34px
    }

    .swiper-box {
        padding: 0 74px
    }
}

@media screen and (max-width:768px) {
    .richtext .table-wrap {
        overflow-x: scroll
    }

    #onlineService {
        overflow: visible
    }
}

@media screen and (max-width:1460px) {
    .mt20 {
        margin-top: 16px
    }

    .mb20 {
        margin-bottom: 16px
    }

    .mb30 {
        margin-bottom: 24px
    }

    .mt30 {
        margin-top: 24px
    }

    .mr30 {
        margin-right: 24px
    }

    .pr30 {
        padding-right: 24px
    }

    .mt40 {
        margin-top: 34px
    }

    .mb40 {
        margin-bottom: 34px
    }

    .mt50 {
        margin-top: 40px
    }

    .mb50 {
        margin-bottom: 40px
    }

    .pb50 {
        padding-bottom: 40px
    }

    .pv60 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .pt60 {
        padding-top: 50px
    }

    .mt70 {
        margin-top: 54px
    }

    .pv70 {
        padding-top: 54px;
        padding-bottom: 54px
    }

    .pl80 {
        padding-left: 60px
    }

    .ph80 {
        padding-left: 60px;
        padding-right: 60px
    }

    .mt80 {
        margin-top: 60px
    }

    .mb80 {
        margin-bottom: 60px
    }

    .pt80 {
        padding-top: 60px
    }

    .pb80 {
        padding-bottom: 60px
    }

    .pd80 {
        padding: 60px
    }

    .mb120 {
        margin-bottom: 90px
    }

    .pt120 {
        padding-top: 90px
    }

    .pb120 {
        padding-bottom: 90px
    }

    .pv120 {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .fz18 {
        font-size: 18px
    }

    .fz20 {
        font-size: 18px
    }

    .fz24 {
        font-size: 22px
    }

    .fz26 {
        font-size: 24px
    }

    .fz30 {
        font-size: 27px
    }

    .fz40 {
        font-size: 36px
    }

    .fz46 {
        font-size: 40px
    }

    .richtext h2 {
        font-size: 40px;
        margin-bottom: 24px
    }

    .richtext h2 * {
        font-size: 40px
    }

    .fz48 {
        font-size: 42px
    }

    .fz58 {
        font-size: 46px
    }

    .fz161 {
        font-size: 140px
    }

    .sep-inner-banner .mt50 {
        margin-top: 24px
    }

    .swiper-style2 .swiper-slide .img-box {
        height: 180px
    }

    .last-blog .img-box {
        height: 260px
    }

    .richtext.fz22 * {
        font-size: 20px !important
    }

    .richtext.fz22 {
        font-size: 20px !important
    }

    .sep-inner-body .shot-detail-s3 .description h2 {
        font-size: 40px;
        margin-top: 16px;
        margin-bottom: 50px
    }

    .sep-inner-body .shot-list1-choose .richtext, .shot-detail-s3 .description {
        padding: 0 20px
    }

    .sep-inner-body .shot-list1-parts .content .info, .sep-inner-body .company-s1 .info, .richtext {
        padding-right: 20px
    }

    .sep-inner-body .sand-detail-s2 .richtext {
        padding: 0 20px
    }
}

@media screen and (max-width:1260px) {
    .mt20 {
        margin-top: 12px
    }

    .mb20 {
        margin-bottom: 12px
    }

    .mb30 {
        margin-bottom: 20px
    }

    .mt30 {
        margin-top: 20px
    }

    .mr30 {
        margin-right: 20px
    }

    .pr30 {
        padding-right: 20px
    }

    .mt40 {
        margin-top: 30px
    }

    .mb40 {
        margin-bottom: 30px
    }

    .mt50 {
        margin-top: 34px
    }

    .mb50 {
        margin-bottom: 34px
    }

    .pb50 {
        padding-bottom: 34px
    }

    .pv60 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .pt60 {
        padding-top: 40px
    }

    .mt70 {
        margin-top: 44px
    }

    .pv70 {
        padding-top: 44px;
        padding-bottom: 44px
    }

    .pl80 {
        padding-left: 50px
    }

    .ph80 {
        padding-left: 50px;
        padding-right: 50px
    }

    .mt80 {
        margin-top: 50px
    }

    .mb80 {
        margin-bottom: 50px
    }

    .pt80 {
        padding-top: 50px
    }

    .pb80 {
        padding-bottom: 50px
    }

    .pd80 {
        padding: 50px
    }

    .mb120 {
        margin-bottom: 60px
    }

    .pt120 {
        padding-top: 60px
    }

    .pb120 {
        padding-bottom: 60px
    }

    .pv120 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .fz18 {
        font-size: 16px
    }

    .fz20 {
        font-size: 18px
    }

    .fz24 {
        font-size: 20px
    }

    .fz26 {
        font-size: 22px
    }

    .fz30 {
        font-size: 25px
    }

    .fz40 {
        font-size: 32px
    }

    .fz46 {
        font-size: 36px
    }

    .richtext h2 {
        font-size: 36px;
        margin-bottom: 20px
    }

    .richtext h2 * {
        font-size: 36px
    }

    .fz48 {
        font-size: 38px
    }

    .fz58 {
        font-size: 40px
    }

    .fz161 {
        font-size: 120px
    }

    .sep-inner-banner .fz20 {
        font-size: 16px
    }

    .sep-inner-banner .mt50 {
        margin-top: 20px
    }

    .sep-inner-body .top-title .nav {
        font-size: 18px
    }

    .sep-inner-body .top-title .title {
        margin-top: 10px
    }

    .sep-inner-body .sand-list2-s4>img {
        width: 58%
    }

    .sep-inner-body .shot-detail-s3 .description h2 {
        font-size: 36px;
        margin-top: 10px;
        margin-bottom: 40px
    }

    .swiper-style2 .swiper-slide .img-box {
        height: 160px
    }

    .last-blog .img-box {
        height: 240px
    }

    .contact .link-btn {
        margin-top: 30px
    }

    .sep-tab .item {
        height: 100px
    }
}

@media screen and (max-width:1060px) {
    .richtext.fz22 * {
        font-size: 16px !important
    }

    .richtext.fz22 {
        font-size: 16px !important
    }
}

@media screen and (max-width:1024px) {
    .fz58 {
        font-size: 38px
    }

    .sep-inner-banner .title {
        line-height: 1.3em;
        margin-top: -30px
    }

    .sep-inner-banner .mt30 {
        margin-top: 10px
    }

    .sep-inner-banner .mt50 {
        margin-top: 10px
    }

    .sep-inner-banner .description {
        width: 100%
    }

    .swiper-style1 .swiper-slide .cover {
        gap: 20px;
        padding: 16px
    }

    .swiper-style1 .swiper-slide .main {
        height: calc(100% - 80px)
    }

    .swiper-style1 .swiper-slide .bottom {
        height: 80px
    }

    .swiper-style1 .summary {
        line-height: 1.2em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .sep-inner-body .pro-grid {
        gap: 20px
    }

    .sep-inner-body .pro-grid .item .info {
        padding: 10px 20px
    }

    .sep-inner-body .pro-grid .item .info .circle {
        right: 20px
    }

    .sep-inner-body .pro-grid .item .info .summary {
        line-height: 1.2em;
        width: calc(100% - 32px)
    }

    .sep-inner-body .pro-grid .item:hover .info {
        padding: 10px 20px
    }

    .sep-inner-body .shot-list1-parts .content .info, .sep-inner-body .company-s1 .info, .richtext {
        padding-right: 20px
    }

    .sep-inner-body .sand-detail-s2 .richtext {
        padding: 0 20px
    }
}

@media screen and (max-width:960px) {
    .sep-primary {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .sep-inner-banner {
        padding: 40px 0;
        overflow: hidden
    }

    .sep-inner-banner img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        top: 0
    }

    .sep-inner-banner .sep-container-1280 {
        position: static !important;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        left: 0;
        top: 0
    }

    .sep-container {
        width: 100%
    }

    iframe {
        height: 320px
    }

    .sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb {
        position: static;
        left: 10px;
        top: 15px;
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
        margin-bottom: 20px
    }

    .sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img {
        width: 100%
    }

    .relate-list.relate-article-list .sep-datalist li {
        width: 100%;
        float: left;
        margin: 0 0
    }

    .sep-resource-list .sep-datalist>li:not(.pdf-item) {
        padding-left: 0
    }

    .sep-resource-grid .sep-datalist li {
        width: 100%
    }

    .sep-resource-grid .sep-datalist li .thumb {
        display: block;
        width: 100%;
        height: auto;
        line-height: unset;
        overflow: hidden;
        text-align: center;
        margin-bottom: 8px;
        border: 1px solid #cecece
    }

    .richtext.fz18, .richtext.fz18 * {
        font-size: 16px !important
    }

    .richtext.fz20, .richtext.fz20 * {
        font-size: 16px !important;
        line-height: 1.66666667em !important
    }

    .richtext h2 {
        font-size: 24px
    }

    .sep-resource-grid .sep-datalist li .thumb {
        height: auto !important;
        line-height: unset !important
    }
}

@media screen and (max-width:768px) {
    .row {
        margin: 0
    }

    .relate-list .sep-datalist li {
        width: 100%;
        float: left;
        margin: 0
    }

    .search-btns a {
        height: 48px;
        min-width: unset;
        font-size: 14px;
        background: #f0f0f0;
        padding: 0 10px;
        margin: 0 6px;
        text-align: center
    }

    .mt20 {
        margin-top: 10px
    }

    .mb20 {
        margin-bottom: 10px
    }

    .mb30 {
        margin-bottom: 16px
    }

    .mt30 {
        margin-top: 16px
    }

    .mr30 {
        margin-right: 16px
    }

    .pr30 {
        padding-right: 16px
    }

    .mt40 {
        margin-top: 20px
    }

    .mb40 {
        margin-bottom: 20px
    }

    .pv45 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .mt50 {
        margin-top: 20px
    }

    .mb50 {
        margin-bottom: 20px
    }

    .pb50 {
        padding-bottom: 20px
    }

    .pv60 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .pt60 {
        padding-top: 30px
    }

    .mt70 {
        margin-top: 20px
    }

    .pv70 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .pl80 {
        padding-left: 20px
    }

    .ph80 {
        padding-left: 20px;
        padding-right: 20px
    }

    .mt80 {
        margin-top: 20px
    }

    .mb80 {
        margin-bottom: 20px
    }

    .pt80 {
        padding-top: 20px
    }

    .pb80 {
        padding-bottom: 20px
    }

    .pd80 {
        padding: 20px
    }

    .mb120 {
        margin-bottom: 40px
    }

    .pt120 {
        padding-top: 40px
    }

    .pb120 {
        padding-bottom: 40px
    }

    .pv120 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .fz30 {
        font-size: 24px
    }

    .fz40 {
        font-size: 28px
    }

    .fz46 {
        font-size: 30px
    }

    .richtext h2 {
        font-size: 30px;
        margin-bottom: 10px
    }

    .richtext h2 * {
        font-size: 30px
    }

    .fz48 {
        font-size: 32px
    }

    .fz58 {
        font-size: 36px
    }

    .fz161 {
        font-size: 90px
    }

    .sep-breadcrumb {
        padding: 16px 0
    }

    .sep-inner-banner img {
        position: absolute
    }

    .sep-inner-banner .title {
        line-height: 1.3em
    }

    .sep-inner-banner .description {
        width: 100%
    }

    .sep-inner-banner>.sep-container {
        position: static !important;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        left: 0;
        top: 0;
        margin-bottom: 40px
    }

    .swiper-button-prev, .swiper-button-next {
        width: 36px;
        height: 36px;
        margin-top: -24px
    }

    .swiper-style1 .swiper-slide {
        max-height: 360px;
        min-height: 280px
    }

    .swiper-style1 .swiper-slide .cover {
        top: 0;
        transition: top .3s ease;
        background: rgba(40, 40, 40, 0.7)
    }

    .swiper-style1 .swiper-slide .cover {
        gap: 20px;
        padding: 16px
    }

    .swiper-style1 .swiper-slide .circle {
        color: #007abe
    }

    .swiper-style1 .swiper-slide .main {
        height: calc(100% - 80px)
    }

    .swiper-style1 .swiper-slide .bottom {
        height: 80px
    }

    .swiper-style1 .summary {
        line-height: 1.2em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .link-btn {
        padding: 10px 15px;
        padding-top: 10px;
        line-height: 1.2em
    }

    .sep-tab {
        gap: 16px;
        flex-wrap: wrap
    }

    .sep-inner-body .top-title .title {
        margin-top: 6px
    }

    .sep-inner-body .shot-detail-s3 .description h2 {
        font-size: 30px;
        margin-top: 6px;
        margin-bottom: 16px
    }

    .sep-inner-body .p-bg {
        bottom: 10px
    }

    .sep-inner-body .p-bg.left {
        left: 10px
    }

    .sep-inner-body .p-bg.left2 {
        left: 10px
    }

    .sep-inner-body .p-bg.right {
        right: 10px
    }

    .sep-inner-body .inner-top {
        flex-direction: column
    }

    .sep-inner-body .inner-top .link-btn {
        margin-top: 10px;
        align-self: flex-start
    }

    .sep-inner-body .pro-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .sep-inner-body .pro-grid .item {
        max-height: 360px
    }

    .sep-inner-body .pro-grid .item .info {
        padding: 24px 30px
    }

    .sep-inner-body .pro-grid .item .info .title {
        width: 100%
    }

    .sep-inner-body .pro-grid .item .info .circle {
        right: 30px;
        top: calc(100% - 20px - 14px)
    }

    .sep-inner-body .pro-grid .item .info .summary {
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .sep-inner-body .pro-index-s2 .p-bg {
        right: 10px
    }

    .sep-inner-body .shot-list1-history .thumb, .sep-inner-body .shot-list1-works .thumb {
        position: relative;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        max-height: 400px;
        overflow: hidden
    }

    .sep-inner-body .shot-list1-history .content>.sep-container-1560, .sep-inner-body .shot-list1-works .content>.sep-container-1560 {
        padding: 0 20px
    }

    .sep-inner-body .shot-list1-history .info-box, .sep-inner-body .shot-list1-works .info-box {
        width: 100%
    }

    .sep-inner-body .shot-list1-parts .sep-tab .item {
        width: calc(50% - 8px)
    }

    .sep-inner-body .shot-list1-parts .content>.img-box {
        position: relative;
        width: 100%
    }

    .sep-inner-body .shot-list1-parts .content .info {
        width: 100%
    }

    .sep-inner-body .shot-list1-choose>img {
        min-height: 260px;
        object-fit: cover
    }

    .sep-inner-body .shot-detail-s2 .sep-tab .item {
        width: calc(50% - 8px);
        line-height: 1.3em;
        font-size: 16px;
        height: 80px
    }

    .sep-inner-body .shot-detail-s2 .content {
        position: relative;
        flex-direction: column
    }

    .sep-inner-body .shot-detail-s2 .thumb {
        position: unset;
        width: 100%
    }

    .sep-inner-body .shot-detail-s2 .thumb.style2 {
        min-width: 100%
    }

    .sep-inner-body .shot-detail-s2 .info {
        width: 100%
    }

    .sep-inner-body .shot-detail-s2 .bg {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%
    }

    .sep-inner-body .shot-detail-s2 .basic {
        height: 100px;
        line-height: 1.5em
    }

    .sep-inner-body .shot-detail-s2 .basic .icon {
        width: 60px;
        font-size: 40px
    }

    .sep-inner-body .shot-detail-s2 .basic .fz20 {
        font-size: 16px;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .sep-inner-body .shot-detail-s2 .basic.style2 {
        height: 100px
    }

    .sep-inner-body .sand-list2-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .sep-inner-body .sand-list2-grid .img-box2 {
        margin-bottom: 15px
    }

    .sep-inner-body .sand-list2-grid .container {
        height: 240px
    }

    .sep-inner-body .sand-list2-grid .fz24 {
        margin-right: 16px;
        margin-bottom: 6px
    }

    .sep-inner-body .sand-list2-grid .content {
        padding-right: 10px
    }

    .sep-inner-body .sand-list2-s4 {
        background: #007abe
    }

    .sep-inner-body .sand-list2-s4::before {
        display: none
    }

    .sep-inner-body .sand-list2-s4>img {
        position: relative;
        top: -40px;
        width: 100%;
        z-index: 1
    }

    .sep-inner-body .sand-list2-s4 .p-bg {
        z-index: 100;
        color: #fff;
        opacity: .02;
        bottom: 20px
    }

    .sep-inner-body .sand-list2-s4 .info {
        width: 100%
    }

    .sep-inner-body .sand-list2-s5 {
        padding: 0
    }

    .sep-inner-body .sand-list2-s6>img {
        min-height: 260px;
        object-fit: cover
    }

    .sep-inner-body .sand-list2-s7 .sep-tab>.item {
        width: calc(50% - 8px)
    }

    .sep-inner-body .sand-list2-s7 .content {
        flex-direction: column
    }

    .sep-inner-body .sand-list2-s7 .content>.sep-container {
        padding: 0
    }

    .sep-inner-body .sand-list2-s7 .thumb {
        position: unset
    }

    .sep-inner-body .sand-list2-s7 .thumb>:first-child {
        width: 100%
    }

    .sep-inner-body .sand-list2-s7 .thumb .bg {
        position: absolute;
        top: auto;
        width: 100%;
        bottom: 0
    }

    .sep-inner-body .sand-list2-s7 .info {
        width: 100%
    }

    .sep-inner-body .sand-list2-s7 .basic {
        padding-left: 16px;
        padding-right: 16px;
        height: 110px
    }

    .sep-inner-body .sand-list2-s7 .basic .icon {
        font-size: 44px;
        width: 56px;
        min-width: 56px
    }

    .sep-inner-body .sand-detail-s1>.sep-container .main, .sep-inner-body .sand-detail-s1>.sep-container .thumbs, .sep-inner-body .sand-detail-s1>.sep-container {
        height: unset
    }

    .sep-inner-body .sand-detail-s1>.flex {
        flex-direction: column
    }

    .sep-inner-body .sand-detail-s1 .main {
        width: 100%;
        padding: 0
    }

    .sep-inner-body .sand-detail-s1 .main-swiper {
        padding: 20px
    }

    .sep-inner-body .sand-detail-s1 .main-swiper::before {
        width: 20px
    }

    .sep-inner-body .sand-detail-s1 .main-swiper::after {
        height: 20px
    }

    .sep-inner-body .sand-detail-s1 .thumbs {
        margin-top: 16px;
        width: 100%;
        flex-direction: row
    }

    .sep-inner-body .sand-detail-s1 .thumbs .thumb-swiper {
        margin: 0;
        width: 100%;
        height: unset
    }

    .sep-inner-body .sand-detail-s1 .thumbs .thumb-swiper .swiper-slide {
        overflow: hidden;
        width: auto;
        height: unset !important
    }

    .sep-inner-body .sand-detail-s1 .thumbs .thumb-swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .sep-inner-body .sand-detail-s1 .thumbs .prev, .sep-inner-body .sand-detail-s1 .thumbs .next {
        transform: rotate(-90deg)
    }

    .sep-inner-body .sand-detail-s3 .mt40, .sep-inner-body .sand-detail-s4 .mt40 {
        margin-top: 14px
    }

    .sep-inner-body .sand-detail-s3>.flex, .sep-inner-body .sand-detail-s4>.flex {
        flex-direction: column
    }

    .sep-inner-body .sand-detail-s3>.flex>:last-child, .sep-inner-body .sand-detail-s4>.flex>:last-child {
        margin-top: 20px
    }

    .sep-inner-body .sand-detail-s3 .info, .sep-inner-body .sand-detail-s4 .info {
        width: 100%
    }

    .sep-inner-body .sand-detail-s3 .thumb, .sep-inner-body .sand-detail-s4 .thumb {
        padding: 0;
        max-width: 100%
    }

    .sep-inner-body .sand-detail-s3 .thumb img, .sep-inner-body .sand-detail-s4 .thumb img {
        margin: auto
    }

    .sep-inner-body .sand-detail-s5>.sep-container>.mt80 {
        flex-direction: column
    }

    .sep-inner-body .sand-detail-s5 .item {
        width: 100%;
        margin-right: 0;
        padding: 20px;
        margin-bottom: 16px
    }

    .sep-inner-body .sand-detail-s5 .item .img-box2 {
        height: 50px
    }

    .sep-inner-body .sand-detail-s5 .item .fz24 {
        margin-top: 16px
    }

    .sep-inner-body .sand-detail-s5 .item:last-child {
        margin-bottom: 0
    }

    .sep-inner-body .sand-detail-s5 .item::after {
        width: calc(100% - 100px)
    }

    .sep-inner-body .sand-detail-s5 .item:hover {
        background: #007abe;
        color: #fff
    }

    .sep-inner-body .sand-detail-s5 .item:hover img {
        filter: grayscale(100%) brightness(0) invert(100%)
    }

    .sep-inner-body .company-s1>.flex {
        flex-direction: column
    }

    .sep-inner-body .company-s1 .thumb {
        width: 100%
    }

    .sep-inner-body .company-s1 .info {
        width: 100%;
        padding: 16px
    }

    .sep-inner-body .company-s2 {
        padding-left: 16px;
        padding-right: 16px
    }

    .sep-inner-body .company-s3 .bottom .swiper-container::before {
        top: 90px
    }

    .sep-inner-body .company-s3 .bottom .swiper-slide .date {
        font-size: 50px;
        margin-top: 20px;
        margin-bottom: 14px
    }

    .sep-inner-body .company-s3 .bottom .swiper-slide .richtext {
        margin-top: 14px
    }

    .sep-inner-body .company-s3 .bottom .swiper-slide-active .date {
        transform: scale(1);
        color: #333
    }

    .sep-inner-body .company-s3 .bottom .swiper-slide-active .richtext {
        display: block
    }

    .sep-inner-body .company-s3 .bottom .prev .icon, .sep-inner-body .company-s3 .bottom .next .icon {
        font-size: 34px
    }

    .sep-inner-body .company-s4>.flex {
        flex-direction: column
    }

    .sep-inner-body .company-s4 .info {
        width: 100%
    }

    .sep-inner-body .company-s4 .img {
        width: 100%;
        padding: 0 15px
    }

    .sep-inner-body .company-s4 .prev {
        left: -5px
    }

    .sep-inner-body .company-s4 .next {
        right: -5px
    }

    .sep-inner-body .cases .item {
        flex-wrap: wrap
    }

    .sep-inner-body .cases .item .text {
        width: 100%;
        margin-bottom: 10px
    }

    .sep-inner-body .cases .item .title {
        margin-bottom: 6px;
        line-height: 1.3em
    }

    .sep-inner-body .cases .item .img-box {
        width: calc(100% - 90px);
        order: 1
    }

    .sep-inner-body .cases .item .date {
        width: 80px
    }

    .sep-inner-body .cases .item .day {
        font-size: 24px
    }

    .sep-inner-body .industrys {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .sep-inner-body .industrys .item .img-box {
        margin-bottom: 0
    }

    .sep-inner-body .pdf-list h1 {
        margin-bottom: 20px;
        padding-bottom: 10px
    }

    .sep-inner-body .pdf-list .pdfs {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .sep-inner-body .pdf-list .pdfs .pdf-view {
        display: none
    }

    .sep-inner-body .videos {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .sep-inner-body .videos .title {
        margin-top: 8px;
        line-height: 1.3em
    }

    .sep-inner-body .blogs .item {
        padding: 20px
    }

    .sep-inner-body .blogs .item .title {
        font-size: 22px
    }

    .sep-inner-body .blogs .item .summary {
        padding: 5px 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .sep-inner-body .blogs .item .time-box {
        width: 60px;
        height: 60px;
        right: 20px;
        font-size: 26px;
        padding-top: 13px
    }

    .img-grid {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .contact>.flex {
        flex-direction: column
    }

    .contact .left {
        width: 100%
    }

    .contact .right {
        width: 100%;
        margin-top: 30px
    }

    .contact .title {
        margin-top: 0
    }

    .contact .box {
        padding: 16px 0;
        gap: 12px;
        align-items: start
    }

    .contact .i {
        min-width: 44px
    }

    .contact .sep-form {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 50px 50px 180px auto;
        gap: 15px
    }

    .contact .link-btn {
        margin-top: 16px
    }

    .contact2 {
        padding: 40px 0 40px 0
    }

    .contact2>.flex {
        flex-direction: column
    }

    .contact2 .info {
        width: 100%;
        margin-bottom: 16px
    }

    .contact2 .form-box {
        width: 100%
    }

    .contact2 .line {
        margin: 16px 0;
        height: 4px
    }

    .contact2 .info-box .box {
        align-items: start;
        height: unset;
        padding: 6px 0
    }

    .contact2 .sep-form {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 50px 50px 160px auto;
        gap: 15px
    }

    .contact2 .sep-form .link-btn {
        width: 130px
    }

    .last-blog .news {
        grid-template-columns: 1fr;
        grid-template-columns: auto;
        gap: 20px
    }

    .last-blog .img-box {
        height: 200px;
        height: 44vw
    }

    .last-blog .text {
        padding: 20px;
        margin-bottom: 96px
    }

    .last-blog .more {
        padding: 14px 20px
    }

    .video-btn {
        width: 60px;
        height: 60px
    }

    .video-btn::before {
        width: 76px;
        height: 76px
    }

    .video-btn .icon {
        font-size: 22px
    }

    .info-group .abs {
        position: unset;
        width: 100%;
        height: 100%
    }

    .info-group .abs .thumb {
        width: 100%
    }

    .info-group .abs .bg {
        width: 100%;
        position: absolute;
        bottom: 0
    }

    .info-group .info {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .info-group.style1 .p-bg {
        left: 10px
    }

    .sep-faq-items .item {
        margin-bottom: 16px
    }

    .sep-faq-items .item .box {
        padding-left: 20px;
        height: 70px
    }

    .sep-faq-items .item .box .q {
        margin-right: 10px
    }

    .sep-faq-items .item .box .title {
        font-size: 20px;
        line-height: 1.2em
    }

    .sep-faq-items .item .box .control {
        margin-right: 20px
    }

    .sep-faq-items .item .content {
        line-height: 1.5em;
        font-size: 16px;
        padding: 20px
    }

    .sep-faq-items .item .content ol, .sep-faq-items .item .content ul {
        padding-left: 16px
    }

    .sep-faq-list4 .item {
        margin-bottom: 12px
    }

    .sep-faq-list4 .item .box {
        height: 70px;
        padding-left: 14px;
        padding-right: 14px
    }

    .sep-faq-list4 .item .box .title {
        font-size: 18px
    }

    .sep-faq-list4 .item .box span {
        width: 24px;
        height: 24px;
        font-size: 20px;
        margin-right: 8px
    }

    .sep-faq-list4 .item .box span:after {
        left: 7.5px
    }

    .sep-faq-list4 .item .box i {
        margin-left: auto;
        color: #333;
        font-size: 24px;
        cursor: pointer
    }

    .sep-faq-list4 .item .text-box {
        padding-left: 14px;
        padding-top: 14px;
        padding-right: 20px;
        padding-bottom: 14px
    }

    .sep-faq-list4 .item .text-box span {
        width: 24px;
        height: 24px;
        font-size: 20px;
        margin-right: 8px
    }

    .sep-faq-list4 .item .text-box span:after {
        left: 7.5px
    }

    .sep-faq-list4 .item .text-box .text {
        line-height: 1.6em !important
    }

    .pdf-view {
        display: none
    }

    .sep-inner-body .shot-list1-choose .richtext, .shot-detail-s3 .description {
        padding: 0
    }

    .sep-inner-body .shot-list1-parts .content .info, .sep-inner-body .company-s1 .info, .richtext {
        padding-right: 0
    }

    .sep-inner-body .sand-detail-s2 .richtext {
        padding: 0
    }
}

@media screen and (max-width:490px) {
    .sep-inner-body .company-s3 .circle {
        stroke-dasharray: 691;
        stroke-dashoffset: 691;
        transform: matrix(0, -1, 1, 0, 0, 320)
    }

    .sep-inner-body .company-s3 .box {
        width: 140px;
        height: 140px;
        padding-top: 20px
    }

    .sep-inner-body .company-s3 .box .date {
        font-size: 40px;
        line-height: 1.3em
    }

    .sep-inner-body .company-s3 .bottom .swiper-container::before {
        top: 70px
    }

    .sep-inner-body .company-s3 .bottom .swiper-slide .date {
        font-size: 40px;
        margin-top: 10px
    }

    .sep-inner-body .company-s3 .bottom .swiper-slide .richtext {
        margin-top: 10px
    }

    .sep-inner-body .company-s3 .bottom .swiper-slide-active .date {
        transform: scale(1);
        color: #333
    }

    .sep-inner-body .company-s3 .bottom .swiper-slide-active .richtext {
        display: block
    }

    .sep-inner-body .company-s3 .bottom .prev .icon, .sep-inner-body .company-s3 .bottom .next .icon {
        font-size: 30px
    }
}