﻿@import 'font-awesome.css';
@import 'animate.min.css';
@import 'swiper.min.css';
body {
    overflow-x: hidden;
    position: relative;
    font-family: 'Gilroy-Regular', 'Arial', 'Lucida Grande', 'Microsoft Yahei';
    -webkit-font-smoothing: antialiased;
    width: 100%
}
html {
    font-size: 16px
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}
button,
input {
    outline: none
}
* {
    padding: 0;
    margin: 0
}
form {
    margin: 0
}
img {
    max-width: 100%
}
ul,
ol {
    list-style-type: none;
    list-style-image: none
}
a {
    color: #333;
    text-decoration: none;
    outline: none
}
a:hover {
    color: #1360ac
}
img {
    border: 0;
    vertical-align: middle
}
table {
    border-spacing: 0;
    border-collapse: collapse
}
div {
    zoom: 1
}
.rt {
    float: right
}
.lf {
    float: left
}
@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg') format('svg')
}
@font-face {
    font-family: 'gilroy-Light';
    src: url("../font/gilroy-Light.otf");
    font-style: normal;
    font-weight: normal
}
@font-face {
    font-family: 'Gilroy-Regular';
    src: url("../font/Gilroy-Regular.otf");
    font-style: normal;
    font-weight: normal
}
@font-face {
    font-family: 'Gilroy-Medium';
    src: url("../font/Gilroy-Medium.otf");
    font-style: normal;
    font-weight: normal
}
@font-face {
    font-family: 'Gilroy-Bold';
    src: url("../font/Gilroy-Bold.otf");
    font-style: normal;
    font-weight: normal
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: unset
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}
.color-icon {
    width: 2em;
    height: 2em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden
}
.round {
    display: inline-block;
    border-radius: 50%
}
.link-color:hover {
    color: #1360ac
}
.sep-transition {
    transition: All .8s ease;
    -webkit-transition: All .8s ease;
    -moz-transition: All .8s ease;
    -o-transition: All .8s ease
}
.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.text-center {
    text-align: center
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-bold {
    font-family: 'Gilroy-Bold'
}
.text-medium {
    font-family: 'Gilroy-Medium'
}
.text-light {
    font-family: 'Gilroy-Light'
}
.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-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-item {
    flex: 1
}
.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}
.flex-col {
    flex-direction: column
}
.flex-reverse {
    flex-direction: row-reverse
}
.text-hover:hover {
    color: #1360ac !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: #1360ac;
    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: #1360ac
}
.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: #1360ac !important
}
.opacity:hover {
    opacity: .8
}
.vertical-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.horizontal-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}
.translate-center {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute !important
}
.full-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6)
}
.margin-auto {
    display: table;
    margin: 0 auto
}
#onlineService {
    position: fixed;
    right: 0;
    bottom: 32%;
    z-index: 100998
}
.offside {
    width: 50px
}
.offside li {
    width: 50px;
    height: 50px;
    position: relative;
    background: #b1b1b1;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    text-align: center;
    transition: all .7s;
    -webkit-transition: all .7s
}
.offside .code {
    position: absolute;
    top: 0;
    right: 50px;
    display: none;
    margin: 0
}
.offside a,
.offside div {
    color: #333;
    position: absolute;
    z-index: 11;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}
.offside p {
    float: left;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 0 10px;
    color: #fff;
    opacity: 0;
    overflow: hidden
}
.offside .icon {
    font-size: 28px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff
}
.offside li:not(.li_3) a,
.offside li:not(.li_3) div {
    left: 0
}
.offside .li_3 a,
.offside .li_3 div {
    width: 50px
}
.offside li.email {
    overflow: visible
}
.offside li:hover .email-box {
    display: block !important
}
.offside li:hover a {
    color: #333
}
.offside li .email-box {
    position: absolute;
    background: #d5d5d5;
    right: 100%;
    top: 0;
    left: auto !important;
    padding: 10px 5px;
    border-right: 2px solid #fff;
    height: 99px;
    display: none
}
.offside li .email-box a {
    display: block;
    font-size: 14px;
    color: #fff !important;
    position: static;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 10px
}
.offside li .email-box a:hover {
    color: #1360ac !important
}
.offside li:nth-child(odd) {
    background: #d5d5d5
}
.offside li:nth-child(odd) .icon {
    color: #1360ac
}
.offside li:nth-child(even) {
    background: #1360ac
}
.offside li:nth-child(even) .icon {
    color: #fff
}
.offside li:nth-child(4) {
    overflow: visible
}
.offside li:nth-child(4):hover img {
    display: block
}
.offside li:nth-child(7) {
    display: none
}
.offside li:nth-child(10) {
    height: 20px
}
.offside li:nth-child(10) .icon {
    line-height: 20px;
    display: none
}
.offside li:hover a,
.offside li:hover div,
.offside li:hover .icon {
    color: #fff
}
.offside .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,
.offside .tel.email:hover p {
    color: #fff
}
.offside li:hover p {
    opacity: 1
}
.offside li:not(.li_3):hover {
    background: #1360ac
}
.offside .tel {
    width: 200px;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px)
}
.offside .tel.email {
    width: 279px;
    transform: translateX(-229px);
    -webkit-transform: translateX(-229px)
}
.offside .back_none {
    height: 0;
    border: 0 !important
}
.offside .li {
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
}
.offside .unfold {
    width: 30px;
    transform: translateX(20px);
    -webkit-transform: translateX(20px)
}
.multi-language .website-link {
    margin-right: 20px;
    position: relative;
    padding: 5px 0;
    top: 1px;
    font-size: 14px
}
.multi-language .box {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    font-size: 16px
}
.multi-language .box i {
    font-size: 14px;
    position: relative;
    top: 1px
}
.multi-language .box a {
    font-size: 14px;
    display: inline-block;
    margin: 0 5px
}
.multi-language .box ul {
    position: absolute;
    display: none;
    top: 24px;
    right: 0;
    /* width: 120px; */
    
    background: #f3f3f3;
    z-index: 10200;
    box-shadow: 0 0 3px #666;
    width: 150px;
    max-height: 500px;
    overflow-y: scroll;
}
.multi-language .box ul li {
    padding: 13px 17px;
    background: url(../image/multi-language.png) no-repeat bottom left 10px
}
.multi-language .box ul li a {
    display: block;
    text-transform: uppercase
}
.multi-language .box ul li a img {
    margin-right: 16px
}
.multi-language .box ul li:hover {
    background: #e8e8e8
}
.multi-language .box ul li:hover a {
    color: #1360ac
}
.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: #1360ac
}
.multi-language .box:hover .fa-angle-down {
    top: 1px;
    left: 4px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}
.multi-language .box:hover ul {
    display: block
}
.sep-share li {
    float: left
}
.sep-share li:last-child {
    padding-right: 0
}
.sep-share li a {
    font-size: 16px;
    position: relative
}
.sep-share li a .qr {
    position: absolute;
    left: 100%;
    bottom: 100%;
    display: none
}
.sep-share li a:hover .qr {
    display: block
}
.sep-share li a:hover i {
    color: #fff
}
.sep-share li a i {
    color: #c7c7c7;
    font-size: 12px
}
input[type=text]::-ms-clear {
    display: none
}
input::-webkit-search-cancel-button {
    display: none
}
.mobile {
    display: none
}
.sep-container {
    width: 1360px;
    margin: auto;
    max-width: 100%
}
.sep-container-1520 {
    width: 1520px;
    margin: 0 auto
}
.sep-container-1920 {
    width: 1920px;
    margin: auto;
    max-width: 100%
}
body {
    padding-top: 0
}
body.inner .sep-header {
    background: #fff
}
body.inner .sep-header .search i {
    color: #1360ac
}
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999900000;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 500ms cubic-bezier(.86, 0, .07, 1);
    -moz-transition: all 500ms cubic-bezier(.86, 0, .07, 1);
    -o-transition: all 500ms cubic-bezier(.86, 0, .07, 1);
    transition: all 800ms cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -moz-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -o-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}
.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../image/waves-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0;
    content: "";
    pointer-events: none
}
.search-popup .close-search {
    border: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    background-color: #1360ac;
    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;
    border-bottom: 3px solid #fff;
    cursor: pointer
}
.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;
    -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;
    cursor: pointer
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #1360ac
}
.search-popup .form-group input::placeholder,
.search-popup .form-group textarea::placeholder {
    color: #000
}
.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width: auto;
    height: auto;
    top: 25px !important;
    margin: 0;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}
.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #fff
}
.search-popup .close-search.style-two span:hover {
    top: 0;
    color: #1360ac
}
.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    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;
    top: 0
}
.search-popup .close-search span:hover {
    top: -10px
}
.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;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000000;
    background: rgba(0, 0, 0, 0.8)
}
.sep-header.active {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1)
}
.sep-header.active .sep-mainnav {
    background: #000
}
.sep-header.active .sep-mainnav .logo img {
    max-width: 90px
}
.sep-header.active .sep-mainnav>.sep-container {
    height: 70px
}
.sep-header.active .sep-mainnav>.sep-container>ul>li>a {
    font-size: 16px
}
.sep-header.active .sep-mainnav>.sep-container>ul>li>a:after {
    height: 2px;
    bottom: -5px
}
.sep-header.active .sep-mainnav>.sep-container>ul>li {
    padding: 26px 20px
}
.sep-header .top {
    height: 44px;
    width: 100%
}
.sep-header .top .info a {
    color: #fff;
    font-size: 16px;
    display: inline-block
}
.sep-header .top .info a i {
    font-size: 20px;
    margin-right: 5px;
    color: #fff
}
.sep-header .top .info a:hover {
    color: #1360ac
}
.sep-header .top .info a:hover i {
    color: #1360ac
}
.sep-header .top .info a:nth-child(1) {
    margin-right: 60px
}
.sep-header form {
    z-index: 1000;
    border-radius: 24px;
    position: relative
}
.sep-header form input {
    display: inline-block;
    width: 318px;
    float: left;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #4f7d9f;
    padding-left: 20px;
    font-size: 16px;
    color: #646464;
    height: 43px;
    transition: all .3s ease-in-out
}
.sep-header form input:focus {
    width: 450px
}
.sep-header form input::-webkit-input-placeholder {
    color: #646464;
    font-style: italic
}
.sep-header form input::-moz-input-placeholder {
    color: #646464;
    font-style: italic
}
.sep-header form input::-ms-input-placeholder {
    color: #646464;
    font-style: italic
}
.sep-header form button {
    float: right;
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 0 22px;
    height: 41px;
    line-height: 34px;
    background: #4f7d9f;
    border: none;
    color: #ef040b;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.sep-header form button i {
    font-size: 18px;
    color: #fff
}
.sep-header form button img {
    width: 22px
}
.sep-header .search {
    cursor: pointer
}
.sep-header .search i {
    width: 34px;
    height: 34px;
    background: #1360ac;
    border-radius: 50%;
    font-size: 18px;
    color: #fff
}
.sep-header .search i:hover {
    background: #fff;
    color: #1360ac;
    font-weight: 600
}
.sep-header .multi-language {
    position: relative;
    margin-left: auto
}
.sep-header .multi-language .box {
    padding: 0
}
.sep-header .multi-language .box .box2 {
    align-items: center;
    justify-content: center;
    cursor: pointer
}
.sep-header .multi-language .box .box2 a {
    color: #fff;
    font-size: 16px
}
.sep-header .multi-language .box .box2:hover .fa {
    transform: rotate(180deg);
    left: 6px
}
.sep-header .multi-language .box .box2 .fa {
    color: #fff;
    font-size: 22px;
    padding-left: 8px
}
.sep-header>.sep-container {
    max-width: 100%;
    position: relative
}
.swiper-pagination-bullet-active {
    background: #1360ac !important
}
.sep-mainnav {
    position: relative
}
.sep-mainnav>.sep-container {
    height: 90px
}
.sep-mainnav>.sep-container .logo {
    width: 150px
}
.sep-mainnav>.sep-container .logo img {
    width: 100%;
    object-fit: contain
}
.sep-mainnav>.sep-container>ul {
    margin-left: auto;
    margin-right: 20px
}
.sep-mainnav>.sep-container>ul>li {
    position: relative;
    text-align: center;
    float: left;
    padding: 33px 0;
    margin: 0 20px
}
.sep-mainnav>.sep-container>ul>li.ispro {
    position: static
}
.sep-mainnav>.sep-container>ul>li:hover>a,
.sep-mainnav>.sep-container>ul>li.active>a {
    color: #1360ac
}
.sep-mainnav>.sep-container>ul>li:hover>a:after,
.sep-mainnav>.sep-container>ul>li.active>a:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}
.sep-mainnav>.sep-container>ul>li>a {
    color: #fff;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 20px
}
.sep-mainnav>.sep-container>ul>li>a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #1360ac;
    position: absolute;
    left: 0;
    bottom: -28px;
    border-radius: 2px;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}
.sep-mainnav>.sep-container>ul>li .box-drap {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    z-index: 100
}
.sep-mainnav>.sep-container>ul>li .box-drap .wrap {
    max-width: 1030px;
    background: #fff;
    margin-left: auto;
    width: 100%;
    padding: 35px;
    padding-right: 0
}
.sep-mainnav>.sep-container>ul>li .box-drap .wrap .item {
    width: 33.3%;
    padding-right: 20px;
    margin-bottom: 20px
}
.sep-mainnav>.sep-container>ul>li .box-drap .wrap .box {
    width: 120px;
    height: 120px;
    background: #fff;
    flex-shrink: 0
}
.sep-mainnav>.sep-container>ul>li .box-drap .wrap .box a {
    display: none
}
.sep-mainnav>.sep-container>ul>li .box-drap .wrap .box a.active {
    height: 100%;
    display: flex;
    align-items: center
}
.sep-mainnav>.sep-container>ul>li .box-drap .wrap .box a img {
    width: 100%
}
.sep-mainnav>.sep-container>ul>li .box-drap .wrap .info {
    margin-left: 20px
}
.sep-mainnav>.sep-container>ul>li .box-drap .wrap .info .hd {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 24px;
    margin-bottom: 5px
}
.sep-mainnav>.sep-container>ul>li .box-drap .wrap .info a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 24px
}
.sep-mainnav>.sep-container>ul>li .box-drap .wrap .info a i {
    font-size: 12px
}
.sep-mainnav>.sep-container>ul>li .box-drap .wrap .info a:hover {
    color: #1360ac
}
.sep-mainnav>.sep-container>ul>li>.box {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%
}
.sep-mainnav>.sep-container>ul>li>.box>ul {
    background: #fff;
    min-width: 180px;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3)
}
.sep-mainnav>.sep-container>ul>li>.box>ul>li {
    text-align: left;
    border-bottom: 1px solid #ddd
}
.sep-mainnav>.sep-container>ul>li>.box>ul>li:last-child {
    border-bottom: none
}
.sep-mainnav>.sep-container>ul>li>.box>ul>li:hover {
    background: #1360ac
}
.sep-mainnav>.sep-container>ul>li>.box>ul>li:hover>a {
    color: #fff
}
.sep-mainnav>.sep-container>ul>li>.box>ul>li>a {
    padding: 15px 20px;
    display: block;
    white-space: nowrap;
    color: #333
}
.sep-footer {
    background: #f7f7f7
}
.sep-footer .footer-box {
    padding-top: 100px;
    padding-bottom: 60px
}
.sep-footer .footer-box .sep-container-1520 {
    position: relative
}
.sep-footer .footer-box .sep-container-1520 .items {
    justify-content: space-between
}
.sep-footer .footer-box .sep-container-1520 .items .item {
    flex: 1;
    padding-right: 20px
}
.sep-footer .footer-box .sep-container-1520 .items .item:last-child {
    padding-right: 0
}
.sep-footer .footer-box .sep-container-1520 .items .item .hd {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 20px
}
.sep-footer .footer-box .sep-container-1520 .items .item a.hd:hover {
    color: #1360ac
}
.sep-footer .footer-box .sep-container-1520 .items .item ul:not(.sep-share) li {
    margin-bottom: 10px
}
.sep-footer .footer-box .sep-container-1520 .items .item ul:not(.sep-share) li a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 26px
}
.sep-footer .footer-box .sep-container-1520 .items .item ul:not(.sep-share) li a:hover {
    color: #1360ac
}
.sep-footer .footer-box .sep-container-1520 .items .item .sep-share {
    margin-top: 20px
}
.sep-footer .footer-box .sep-container-1520 .items .item .sep-share a {
    width: 36px;
    height: 36px;
    background: #e6e6e6;
    border-radius: 50%;
    color: #808080;
    margin-right: 13px
}
.sep-footer .footer-box .sep-container-1520 .items .item .sep-share a i {
    font-size: 20px
}
.sep-footer .footer-box .sep-container-1520 .items .item .sep-share a:hover {
    background: #1360ac;
    color: #fff
}
.sep-footer .sep-copyright {
    padding: 40px 0;
    font-size: 16px;
    border-top: 1px solid #dbdbdb
}
.sep-footer .sep-copyright a,
.sep-footer .sep-copyright span {
    font-size: 16px;
    color: #4d4d4d
}
.sep-footer .sep-copyright a:hover {
    color: #1360ac
}
.sep-footer .sep-copyright .sep-container-1520 .box {
    margin-left: auto
}
.sep-footer .sep-copyright .sep-container-1520 .box a:first-child {
    padding-right: 15px;
    position: relative
}
.sep-footer .sep-copyright .sep-container-1520 .box a:first-child:after {
    content: '';
    position: absolute;
    right: 1px;
    top: 6px;
    width: 1px;
    height: 14px;
    background: #4d4d4d
}
.sep-footer .sep-copyright .sep-container-1520 .box a:nth-child(2) {
    padding-left: 15px;
    position: relative;
    padding-right: 10px
}
.sep-footer .sep-copyright .sep-container-1520 .box a:last-child {
    padding-left: 10px
}
.more-common {
    height: 44px;
    border: 2px solid #089140;
    border-radius: 22px;
    padding: 0 26px;
    color: #333;
    font-size: 18px
}
.more-common:hover {
    background: #1360ac;
    color: #fff
}
.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
}
.iframeVideo {
    width: 100%;
    display: block;
    height: 800px;
}
@media screen and (max-width:950px) {
    .iframeVideo {
        width: 100%;
        height: 400px;
    }   
}
.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 {
    width: 100%
}
.sep-resource-list .sep-datalist>li:not(.pdf-item) {
    border-bottom: dotted 1px #ddd;
    position: relative;
    min-height: 150px;
    padding: 15px 10px 50px 150px;
    line-height: 1em;
    margin-bottom: 20px
}
.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb {
    padding-left: 10px;
    min-height: auto;
    padding-bottom: 30px
}
.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb .thumb {
    display: none
}
.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb {
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center
}
.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img {
    max-width: 100%;
    border: 1px solid #ddd
}
.sep-resource-list .sep-datalist>li:not(.pdf-item) .title {
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-size: 16px
}
.sep-resource-list .sep-datalist>li:not(.pdf-item) .title:hover {
    color: #1360ac
}
.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 #1360ac;
    background: #1360ac;
    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: #1360ac;
    color: #fff
}
.pdf-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    float: none
}
.pdf-item>div {
    width: 100%;
    line-height: 44px;
    border: 1px solid #ddd;
    padding: 8px 14px;
    display: flex;
    align-items: center
}
.pdf-item>div:hover {
    border: 1px solid #1360ac
}
.pdf-item:nth-child(even) {
    float: none
}
.pdf-item .title:hover {
    color: #1360ac
}
.pdf-item .titles-a {
    display: block
}
.pdf-item .titles-a:hover {
    color: #1360ac
}
.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: #1360ac;
    font: normal normal normal 14px/1 FontAwesome
}
.sep-pagination {
    text-align: center
}
.sep-pagination .pagination li a,
.sep-pagination .pagination li span {
    padding: 3px 10px;
    color: #333
}
.sep-pagination .pagination li a:hover,
.sep-pagination .pagination li span:hover {
    color: #1360ac
}
.sep-pagination .pagination li.active a,
.sep-pagination .pagination li.active span {
    border-color: #105395;
    background: #1360ac;
    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: #1360ac
}
.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%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 8px;
    border: 1px solid #cecece;
    position: relative;
    padding-bottom: 100%;
}
.sep-resource-grid .sep-datalist li .thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.sep-resource-grid .sep-datalist li .title {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #323232;
    text-align: center
}
.sep-resource-grid .sep-datalist li .title:hover {
    color: #1360ac
}
.sep-resource-grid .sep-datalist li .summary {
    display: none;
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
    color: #777
}
.sep-resource-grid .sep-datalist li .published {
    display: none
}
.sep-resource-grid .sep-datalist li .btn-read {
    display: none
}
.sep-breadcrumb {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    list-style: none;
    text-align: left
}
.sep-breadcrumb .breadcrumb {
    padding: 20px 0;
    margin: 0;
    background: transparent
}
.sep-breadcrumb .breadcrumb li {
    display: inline-block
}
.sep-breadcrumb .breadcrumb li a {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
}
.sep-breadcrumb .breadcrumb li a:hover {
    text-decoration: underline;
    color: #1360ac
}
.sep-breadcrumb .breadcrumb li:last-child a {
    color: #1360ac
}
.sep-breadcrumb .breadcrumb>li+li:before {
    content: '->';
    color: #4d4d4d;
    font-size: 16px;
    padding: 0 6px
}
.sep-breadcrumb.cfff {
    background: rgba(0, 0, 0, 0.4)
}
.sep-breadcrumb.cfff .breadcrumb:before {
    color: #fff
}
.sep-breadcrumb.cfff .breadcrumb li a {
    color: #fff
}
.sep-breadcrumb.cfff .breadcrumb li+li:before {
    color: #fff
}
.sep-breadcrumb.cfff .breadcrumb li:last-child a {
    font-family: 'Gilroy-Bold'
}
.sep-breadcrumb.relative {
    position: relative
}
.fz22 {
    font-size: 22px
}
.fz24 {
    font-size: 24px
}
.fz26 {
    font-size: 26px
}
.fz30 {
    font-size: 30px
}
.fz32 {
    font-size: 32px
}
.fz36 {
    font-size: 36px
}
.fz40 {
    font-size: 40px
}
.fz44 {
    font-size: 44px
}
.fz50 {
    font-size: 50px
}
.pt0 {
    padding-top: 0 !important
}
.pb0 {
    padding-bottom: 0 !important
}
.pt60 {
    padding-top: 60px !important
}
.pb60 {
    padding-bottom: 60px !important
}
.pt80 {
    padding-top: 80px !important
}
.pb80 {
    padding-bottom: 80px !important
}
.pt100 {
    padding-top: 100px !important
}
.pb100 {
    padding-bottom: 100px !important
}
.mt0 {
    margin-top: 0 !important
}
.mb0 {
    margin-bottom: 0 !important
}
.mb20 {
    margin-bottom: 20px !important
}
.mb30 {
    margin-bottom: 30px !important
}
.mb50 {
    margin-bottom: 50px !important
}
.mb80 {
    margin-bottom: 80px !important
}
.sep-header {
    background: rgba(0, 0, 0, 0.8)
}
.sep-inner-banner {
    width: 100%;
    margin: 0 auto;
    position: relative
}
.sep-inner-banner.nobanner {
    margin-top: 134px
}
.sep-inner-banner .horizontal-center {
    top: 30%
}
.sep-inner-banner .title {
    font-size: 60px;
    color: #fff;
    line-height: 74px
}
.sep-inner-banner.bg {
    background: #1360ac
}
.sep-inner-banner .min250 {
    min-height: 250px
}
.sep-brightness {
    filter: brightness(.8)
}
.width100 {
    width: 100%
}
.border-b {
    border-bottom: 1px solid #dbdbdb
}
.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.back {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10
}
.swiper-button-next,
.swiper-button-prev {
    cursor: pointer
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none
}
.mobile {
    display: none
}
.sep-inner-body .sep-title,.septitTTT {
    font-size: 52px;
    color: #1a1a1a;
    display: block;
    line-height: 68px
}
.sep-inner-body .sep-title.fz38 {
    font-size: 38px;
    line-height: 44px
}
.sep-inner-body a.sep-title:hover {
    color: #1360ac
}
.sep-inner-body .sep-section-normal {
    padding: 120px 0
}
.sep-inner-body .sep-section-normal.bg {
    background: #f7f7f7
}
.sep-inner-body .index-pro .list .item {
    width: 260px;
    height: 46px;
    background: #f3f3f3;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 32px;
    margin-right: 10px;
    cursor: pointer
}
.sep-inner-body .index-pro .list .item:last-child {
    margin-right: 0
}
.sep-inner-body .index-pro .list .item.active {
    border-color: #1360ac;
    background: #1360ac;
    color: #fff
}
.sep-inner-body .index-pro .wrap .boxs {
    display: none
}
.sep-inner-body .index-pro .wrap .boxs.active {
    display: flex
}
.sep-inner-body .index-pro .wrap .boxs .box {
    width: calc(50% - 10px);
    background: #fff;
    padding: 25px;
    margin-bottom: 20px
}
.sep-inner-body .index-pro .wrap .boxs .box:nth-child(odd) {
    margin-right: 10px
}
.sep-inner-body .index-pro .wrap .boxs .box:nth-child(even) {
    margin-left: 10px
}
.sep-inner-body .index-pro .wrap .boxs .title {
    line-height: 1.5em;
    padding: 20px 0
}
.sep-inner-body .index-pro .wrap .boxs .title:hover {
    color: #1360ac
}
.sep-inner-body .index-pro .wrap .boxs .summary {
    max-width: 560px;
    margin: 0 auto;
    color: #666;
    line-height: 28px;
    margin-bottom: 40px
}
.sep-inner-body .index-pro .wrap .boxs .thumb {
    margin-top: auto
}
.sep-inner-body .index-pro .wrap .boxs .mask {
    background: rgba(26, 26, 26, 0.8)
}
.sep-inner-body .index-pro .wrap .boxs .mask li a {
    line-height: 1.5em;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 20px;
    position: relative
}
.sep-inner-body .index-pro .wrap .boxs .mask li a::before {
    content: '>';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 1.5em;
    color: #fff
}
.sep-inner-body .index-pro .wrap .boxs .mask li a:hover {
    text-decoration: underline
}
.sep-inner-body .index-pro .more {
    width: 200px;
    height: 50px;
    background: #1360ac;
    color: #fff;
    margin-top: 100px
}
.sep-inner-body .index-pro .more i {
    margin-left: 5px
}
.sep-inner-body .index-pro .more:hover {
    color: #1360ac;
    background: #fff
}
.sep-inner-body .index-basic1 .sep-title {
    max-width: 871px
}
.sep-inner-body .index-basic1 .wrap {
    height: 400px
}
.sep-inner-body .index-basic1 .item {
    width: 50%;
    padding-right: 20px
}
.sep-inner-body .index-basic1 .item .box {
    width: 80px;
    height: 80px;
    background: #1360ac;
    border-radius: 2px;
    padding: 10px;
    flex-shrink: 0;
    margin-right: 30px
}
.sep-inner-body .index-basic1 .item .box img {
    width: 100%
}
.sep-inner-body .index-basic1 .item .hd {
    margin-bottom: 20px
}
.sep-inner-body .index-basic1 .item .richtext.fz18 {
    opacity: .6
}
.sep-inner-body .index-basic2 .thumb {
    position: relative
}
.sep-inner-body .index-basic2 .thumb::before {
    content: '';
    height: calc(100% - 220px);
    width: 60px;
    background: #1360ac;
    position: absolute;
    right: -50px;
    top: 110px
}
.sep-inner-body .index-basic2 .info {
    width: 800px;
    padding-left: 80px;
    text-align: right
}
.sep-inner-body .index-basic2 .sep-title {
    /* max-width: 560px;
    margin-left: auto */
}
.sep-inner-body .index-basic3 .richtext {
    padding-left: 70px
}
.sep-inner-body .index-basic3 .richtext ul li {
    color: #4d4d4d;
    line-height: 32px;
    margin-bottom: 10px
}
.sep-inner-body .index-basic3 .richtext ul li::before {
    content: '√';
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    top: 0;
    left: 0
}
.sep-inner-body .sep-form-box .info {
    width: 40%;
    padding-right: 40px
}
.sep-inner-body .sep-form-box .info .box {
    width: 50px;
    height: 50px;
    background: #1360ac;
    border-radius: 2px;
    margin-right: 25px;
    flex-shrink: 0
}
.sep-inner-body .sep-form-box .info .box i {
    color: #fff;
    font-size: 30px
}
.sep-inner-body .sep-form-box .info .hd {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px
}
.sep-inner-body .sep-form-box .info .content {
    font-size: 18px;
    line-height: 28px
}
.sep-inner-body .sep-form-box .info a.content:hover {
    text-decoration: underline
}
.sep-inner-body .sep-form-box .form-box {
    width: 60%
}
.sep-inner-body .sep-form-box .form-box .form-group {
    margin-bottom: 20px
}
.sep-inner-body .sep-form-box .form-box .form-control {
    height: 52px;
    font-size: 18px;
    border-radius: 0;
    background: #fff;
    color: #4d4d4d;
    font-family: 'Gilroy-Regular', 'Arial', 'Lucida Grande', 'Microsoft Yahei'
}
.sep-inner-body .sep-form-box .form-box .form-control::-webkit-input-placeholder {
    color: #4d4d4d;
    font-size: 18px
}
.sep-inner-body .sep-form-box .form-box .form-control::-moz-placeholder {
    color: #4d4d4d;
    font-size: 18px
}
.sep-inner-body .sep-form-box .form-box .form-control:-ms-input-placeholder {
    color: #4d4d4d;
    font-size: 18px
}
.sep-inner-body .sep-form-box .form-box textarea.form-control {
    height: 160px
}
.sep-inner-body .sep-form-box .form-box .btn-primary {
    display: block;
    width: 400px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #1360ac;
    margin: 0 auto;
    padding: 0;
    border-radius: 0
}
.sep-inner-body .sep-news .sep-title {
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 60px
}
.sep-inner-body .sep-news .box {
    margin-right: 40px;
    background: #fff;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.1)
}
.sep-inner-body .sep-news .box:last-child {
    margin-right: 0
}
.sep-inner-body .sep-news .box .info {
    flex: auto;
    padding: 40px
}
.sep-inner-body .sep-news .box .info .title {
    font-size: 20px;
    color: #1360ac;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
    top: 0
}
.sep-inner-body .sep-news .box .info .title:hover {
    top: -10px
}
.sep-inner-body .sep-news .box .info .read {
    color: #1360ac;
    line-height: 30px
}
.sep-inner-body .sep-news .box .info .read i {
    margin-left: 5px
}
.sep-inner-body .sep-news .box .info .read:hover span {
    text-decoration: underline
}
.sep-inner-body .sep-news .box .info .date {
    color: #666;
    line-height: 30px;
    margin-left: auto
}
.sep-inner-body .sep-news .box .info .date i {
    margin-right: 5px
}
.sep-inner-body .sep-news .box .flex {
    margin-top: auto
}
.sep-inner-body .list-pro .wrap .box .thumb {
    width: 540px;
    background: #fff;
    margin-right: 5px;
    flex-shrink: 0
}
.sep-inner-body .list-pro .wrap .box .info {
    flex: auto;
    background: #fff
}
.sep-inner-body .list-pro .wrap .title:hover {
    color: #1360ac
}
.sep-inner-body .list-pro .wrap .summary {
    max-width: 500px;
    color: #666;
    line-height: 28px;
    margin: 0 auto
}
.sep-inner-body .list-pro .wrap .mask {
    background: rgba(19, 96, 172, 0.8);
    padding: 40px;
    padding-left: 60px
}
.sep-inner-body .list-pro .wrap .mask li a {
    line-height: 1.5em;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}
.sep-inner-body .list-pro .wrap .mask li a::before {
    content: '>';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 1.5em;
    color: #fff
}
.sep-inner-body .list-pro .wrap .mask li a:hover {
    text-decoration: underline
}
.sep-inner-body .list-pro .more {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #4d4d4d;
    background: #fff;
    font-size: 18px;
    color: #4d4d4d
}
.sep-inner-body .list-pro .more i {
    margin-left: 5px
}
.sep-inner-body .list-pro .more:hover {
    background: #1360ac;
    color: #fff;
    border: 1px solid #1360ac
}
.sep-inner-body .list-basic1 {
    background: url(../image/solid-state-drive-manufacturer.jpg);
    background-size: cover
}
.sep-inner-body .list-basic1 .sep-title,.septitTTT {
    max-width: 900px;
    margin: 0 auto
}
.sep-inner-body .list-basic1 .richtext table tr:nth-child(1) td {
    border-left: 1px solid rgba(19, 96, 172, 0.3);
    color: #1360ac;
    font-family: 'Gilroy-Bold'
}
.sep-inner-body .list-basic1 .richtext table tr:nth-child(1) td p,.sep-inner-body .list-basic1 .richtext table tr:nth-child(1) td p span{
       color: #1360ac !important;
    font-family: 'Gilroy-Bold'
}
.sep-inner-body .list-basic1 .richtext table tr:nth-child(1):first-child {
    border-left: none
}
.sep-inner-body .list-basic1 .richtext table tr:nth-child(even) {
    background: transparent
}
.sep-inner-body .list-basic1 .richtext table tr td {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    padding: 15px 30px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    font-family: 'Gilroy-Regular', 'Arial', 'Lucida Grande', 'Microsoft Yahei'
}
.sep-inner-body .list-basic1 .richtext table tr td:first-child {
    border-left: none;
    font-family: 'Gilroy-Regular', 'Arial', 'Lucida Grande', 'Microsoft Yahei';
    text-align: center
}
.sep-inner-body .list-basic2 .sep-title {
    max-width: 900px;
    margin: 0 auto
}
.sep-inner-body .list-basic2 .box {
    background: #fff;
    border-top: 4px solid #1360ac;
    padding: 50px;
    padding-top: 40px;
    height: auto
}
.sep-inner-body .list-basic2 .num {
    width: 100%;
    font-size: 90px;
    color: #1360ac;
    line-height: 34px;
    opacity: .06;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 0
}
.sep-inner-body .list-basic2 .swiper-button-next.swiper-button-disabled,
.sep-inner-body .list-basic2 .swiper-button-prev.swiper-button-disabled {
    display: none
}
.sep-inner-body .list-basic2 .swiper-button-prev {
    margin-right: 20px
}
.sep-inner-body .list-basic2 .swiper-button-next,
.sep-inner-body .list-basic2 .swiper-button-prev {
    position: static;
    margin-top: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%
}
.sep-inner-body .list-basic2 .swiper-button-next:hover,
.sep-inner-body .list-basic2 .swiper-button-prev:hover {
    width: 50px;
    height: 50px;
    background: #1360ac;
    border-radius: 50%
}
.sep-inner-body .list1-pro .wrap .box .thumb {
    /* width: 50% */
    width: 35%
}
.sep-inner-body .list1-pro .wrap .box .info {
    width: 600px
}
.sep-inner-body .list1-pro .wrap .box:nth-child(odd) .info {
    margin-left: 80px
}
.sep-inner-body .list1-pro .wrap .box:nth-child(even) {
    flex-direction: row-reverse
}
.sep-inner-body .list1-pro .wrap .box:nth-child(even) .info {
    margin-right: 80px;
    /* margin-left: auto */
}
.sep-inner-body .list1-pro .wrap .box .info .richtext{
    text-align: left;
}
.sep-inner-body .list1-pro .wrap .title {
    font-size: 28px;
    color: #333;
    line-height: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    position: relative
}
.sep-inner-body .list1-pro .wrap .title:after {
    content: '';
    width: 70px;
    height: 3px;
    background: #1360ac;
    position: absolute;
    left: 0;
    bottom: -2px
}
.sep-inner-body .list1-pro .wrap .title:hover {
    color: #1360ac
}
.sep-inner-body .list1-pro .wrap .summary {
    max-width: 350px
}
.sep-inner-body .list1-pro .more {
    width: 200px;
    height: 50px;
    border: 1px solid #4d4d4d;
    background: #fff;
    font-size: 18px;
    color: #4d4d4d
}
.sep-inner-body .list1-pro .more i {
    margin-left: 5px
}
.sep-inner-body .list1-pro .more:hover {
    background: #1360ac;
    color: #fff;
    border: 1px solid #1360ac
}
.sep-inner-body .list1-basic1 .box {
    margin-right: 35px;
    background: #fff;
    border-radius: 0 60px 0 0;
    padding: 50px 40px 70px 40px
}
.sep-inner-body .list1-basic1 .box:last-child {
    margin-right: 0
}
.sep-inner-body .list1-basic1 .box .text {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 32px
}
.sep-inner-body .list1-basic1 .box .text * {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 32px
}
.sep-inner-body .list1-basic1 .box .text a {
    text-decoration: underline;
    font-style: italic
}
.sep-inner-body .list1-basic1 .box .text a:hover {
    font-style: normal;
    text-decoration: none
}
.sep-inner-body .list1-basic1 .box .thumb {
    width: 104px;
    height: 104px;
    background: rgba(19, 96, 172, 0.2);
    border-radius: 50%;
    margin: 0 auto
}
.sep-inner-body .list1-basic1 .box .thumb .img {
    width: 90px;
    height: 90px;
    background: #1360ac;
    border-radius: 50%;
    padding: 20px
}
.sep-inner-body .list1-basic1 .box:nth-child(even) {
    background: #1360ac
}
.sep-inner-body .list1-basic1 .box:nth-child(even) .text {
    color: #fff
}
.sep-inner-body .list1-basic1 .box:nth-child(even) .text * {
    color: #fff
}
.sep-inner-body .list1-basic1 .box:nth-child(even) .thumb {
    background: #fff;
    background-color: rgba(255, 255, 255, 0.2)
}
.sep-inner-body .list1-basic1 .box:nth-child(even) .thumb .img {
    background: #fff
}
.sep-inner-body .list1-basic2 .col-md-6 {
    padding: 0
}
.sep-inner-body .list1-basic2 .col-md-6 img{
    transition: all .3s;
}
.sep-inner-body .list1-basic2 .col-md-6 img:hover{
    transform: scale(1.1);
}
.sep-inner-body .list1-basic2 .info {
    /* max-width: 500px; */
    margin-left: 90px
}
.sep-inner-body .detail .swiper-slide {
    border: 1px solid #e6e6e6
}
.sep-inner-body .detail #thumbs {
    padding: 0 80px
}
.sep-inner-body .detail #thumbs i:hover {
    cursor: pointer;
    color: #1360ac
}
.sep-inner-body .detail .col-md-6 {
    padding: 0
}
.sep-inner-body .detail .info {
    padding-left: 80px
}
.sep-inner-body .detail .info .sep-title {
    font-size: 40px;
    color: #1a1a1a;
    line-height: 54px
}
.sep-inner-body .detail .info .item {
    width: 90px;
    height: 40px;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-right: 15px;
    color: #4d4d4d;
    line-height: 30px
}
.sep-inner-body .detail .info .item:last-child {
    margin-right: 0
}
.sep-inner-body .detail .info .item.active {
    border-color: #1360ac;
    color: #1360ac
}
.sep-inner-body .detail .info .more {
    width: 200px;
    height: 50px;
    border: 1px solid #4d4d4d;
    background: #fff;
    font-size: 18px;
    color: #4d4d4d
}
.sep-inner-body .detail .info .more i {
    margin-left: 5px
}
.sep-inner-body .detail .info .more:hover {
    background: #1360ac;
    color: #fff;
    border: 1px solid #1360ac
}
.sep-inner-body .detail-primary {
    background: #f5f5f5 !important
}
.sep-inner-body .detail-primary .richtext table tr:nth-child(1) {
    background: transparent
}
.sep-inner-body .detail-primary .richtext table tr:nth-child(1) td {
    border-top: 1px solid #dbdbdb
}
.sep-inner-body .detail-primary .richtext table tr td {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 30px;
    padding: 10px 20px;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    /* border-left: 1px solid #dbdbdb; */
    /* border-right: 1px solid #dbdbdb */
}
.tabwrap table{border-right: none;border-left: none;}
.sep-inner-body .detail-primary .richtext table tr td:first-child {
    border-left: none;
    font-family: 'Gilroy-Regular'
}
.sep-inner-body .detail-primary .richtext table tr td:last-child {
    border-right: none
}
.sep-inner-body .detail-swiper .swiper-slide {
    filter: brightness(.4)
}
.sep-inner-body .detail-swiper .swiper-slide-active {
    filter: brightness(1)
}
.sep-inner-body .detail-swiper .swiper-button-next,
.sep-inner-body .detail-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    margin-top: -25px;
    color: #fff
}
.sep-inner-body .detail-swiper .swiper-button-next:hover,
.sep-inner-body .detail-swiper .swiper-button-prev:hover {
    background: #1360ac
}
.sep-inner-body .detail-swiper .swiper-button-prev {
    left: calc(50% - 680px)
}
.sep-inner-body .detail-swiper .swiper-button-next {
    right: calc(50% - 680px)
}
.sep-inner-body .rel-pro .box {
    width: calc(33.3% - 20px);
    margin-right: 30px;
    border: 1px solid #e6e6e6;
    padding: 40px
}
.sep-inner-body .rel-pro .box:last-child {
    margin-right: 0
}
.sep-inner-body .rel-pro .box .title {
    font-size: 20px;
    color: #1360ac;
    line-height: 30px
}
.sep-inner-body .rel-pro .box .title:hover {
    text-decoration: underline
}
.sep-inner-body .rel-pro .box .read {
    color: #1360ac;
    line-height: 30px
}
.sep-inner-body .rel-pro .box .read i {
    font-size: 14px;
    padding-left: 5px;
    position: relative;
    left: 0
}
.sep-inner-body .rel-pro .box .read:hover i {
    left: 10px
}
.relate {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #1360ac;
    margin: 20px 0;
    padding: 5px 0
}
.relate-list .sep-pagination {
    display: none
}
.relate-list .sep-datalist li {
    width: 31%;
    float: left;
    margin: 0 1.16%
}
.relate-list .sep-datalist li .title {
    display: block;
    margin-top: 10px;
    background: #fff;
    color: #333;
    text-align: center
}
.relate-list .sep-datalist li h3 {
    text-align: center;
    margin-top: 5px
}
.relate-list .sep-datalist li .title:hover {
    color: #1360ac;
    text-decoration: underline
}
.relate-list .sep-datalist li .thumb {
    width: 100%;
    display: block;
    border: 1px solid #bbb
}
.relate-list .sep-datalist li .thumb img {
    width: 100%;
    min-height: 165px
}
.relate-list .sep-datalist li .summary {
    display: none
}
.relate-list .sep-datalist li .published {
    display: none
}
.relate-list .sep-datalist li .btn-read {
    display: none
}
.relate-list.relate-article-list .sep-datalist li {
    width: 100%;
    float: left;
    margin: 0 0
}
.relate-list.relate-article-list .sep-datalist li h2 {
    overflow: hidden
}
.relate-list.relate-article-list .sep-datalist li .title {
    display: inline-block;
    background: transparent;
    color: #000;
    text-align: left;
    display: block;
    height: auto
}
.relate-list.relate-article-list .sep-datalist li .title:before {
    content: '●';
    color: #000;
    padding-right: 5px;
    font-size: 12px
}
.relate-list.relate-article-list .sep-datalist li .title:hover {
    color: #1360ac;
    text-decoration: underline
}
.relate-list.relate-article-list .sep-datalist li .thumb {
    width: 100%;
    display: block;
    border: 1px solid #bbb;
    display: none
}
.relate-list.relate-article-list .sep-datalist li .thumb img {
    width: 100%
}
.relate-list.relate-article-list .sep-datalist li .summary {
    display: none
}
.relate-list.relate-article-list .sep-datalist li .published {
    display: none
}
.relate-list.relate-article-list .sep-datalist li .btn-read {
    display: none
}
.richtext {
    word-spacing: normal;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
    text-align: center;
}
.richtext * {
    max-width: 100%;
    word-spacing: normal;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.5em
}
.richtext.fz18 {
    font-size: 18px;
    line-height: 32px
}
.richtext.fz18 * {
    font-size: 18px;
    line-height: 32px
}
.richtext.fz20 {
    font-size: 20px;
    line-height: 34px
}
.richtext.fz20 * {
    font-size: 20px;
    line-height: 34px
}
.richtext.fz22 {
    font-size: 22px
}
.richtext.fz22 * {
    font-size: 22px
}
.richtext.color-white {
    color: #fff
}
.richtext.color-white * {
    color: #fff
}
.richtext.color-white ul li:before {
    background: #fff
}
.richtext strong {
    color: #000;
    font-size: 18px
}
.richtext strong * {
    color: #000;
    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 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: #1360ac;
    position: absolute;
    left: 7px;
    top: 12px;
    z-index: 3
}
.richtext ol {
    padding-left: 20px
}
.richtext ol li {
    list-style: decimal
}
.richtext p {
    margin-bottom: 0
}
.richtext a {
    font-style: italic;
    text-decoration: underline
}
.richtext a:hover {
    text-decoration: none;
    font-style: normal
}
.richtext h2,.richtextH2ttt {
    font-size: 28px !important;
    color: #1a1a1a;
    font-family: 'Gilroy-Bold';
    line-height: 1.4em;
    position: relative;
    margin-bottom: 30px
}
.richtext h2 * {
    font-size: 28px !important
}
.richtext h3 {
    font-size: 20px !important;
    font-family: 'Gilroy-Bold';
    color: #1360ac;
    line-height: 34px;
    margin-bottom: 20px
}
.richtext h3 * {
    font-size: 20px !important
}
.richtext table {
    width: 100%;
    margin-top: 10px
}
.richtext table tr:nth-child(1) {
    background: #fff
}
.richtext table tr:nth-child(even) {
    background: #f5f5f5
}
.richtext table tr td {
    border: 1px solid #e6e6e6;
    font-size: 16px;
    word-break: normal;
    padding: 10px 15px;
    color: #333
}
.richtext table tr td:nth-child(1) {
    font-family: 'Gilroy-Bold'
}
.richtext .tabwrap {
    overflow-x: scroll
}
.has-sidebar {
    align-items: flex-start
}
.sep-sidebar {
    width: 320px;
    margin-left: 60px;
    margin-bottom: 70px;
    position: sticky;
    align-self: flex-start;
    top: 100px
}
.sep-sidebar .sep-sidebar-list {
    margin-bottom: 40px
}
.sep-sidebar .sep-sidebar-list .hd {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px
}
.sep-sidebar .sep-sidebar-list .list>li {
    background: #e6e6e6;
    margin-bottom: 10px
}
.sep-sidebar .sep-sidebar-list .list>li.active>.box {
    background: #1360ac
}
.sep-sidebar .sep-sidebar-list .list>li.active>.box a {
    color: #fff
}
.sep-sidebar .sep-sidebar-list .list>li.active>.box i {
    color: #fff;
    transform: rotate(90deg);
    transition: All .4s ease;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease
}
.sep-sidebar .sep-sidebar-list .list>li>.box {
    padding: 10px 20px
}
.sep-sidebar .sep-sidebar-list .list>li>.box a {
    font-size: 18px;
    line-height: 26px;
    color: #333
}
.sep-sidebar .sep-sidebar-list .list>li>.box i {
    margin-left: auto;
    color: #666;
    cursor: pointer
}
.sep-sidebar .sep-sidebar-list .list>li>.box:hover {
    background: #1360ac
}
.sep-sidebar .sep-sidebar-list .list>li>.box:hover a {
    color: #fff
}
.sep-sidebar .sep-sidebar-list .list>li>.box:hover i {
    color: #fff
}
.sep-sidebar .sep-sidebar-list .list2 {
    display: none;
    padding: 0 20px
}
.sep-sidebar .sep-sidebar-list .list2>li {
    border-bottom: 1px solid #ccc
}
.sep-sidebar .sep-sidebar-list .list2>li.active>.box a {
    color: #1360ac
}
.sep-sidebar .sep-sidebar-list .list2>li.active>.box i:before {
    content: '\e631';
    color: #1360ac
}
.sep-sidebar .sep-sidebar-list .list2>li>.box {
    padding: 10px 0
}
.sep-sidebar .sep-sidebar-list .list2>li>.box a {
    font-size: 18px;
    line-height: 25px;
    color: #333
}
.sep-sidebar .sep-sidebar-list .list2>li>.box a:hover {
    color: #1360ac
}
.sep-sidebar .sep-sidebar-list .list2>li>.box i {
    position: relative
}
.sep-sidebar .sep-sidebar-list .list2>li>.box i::before {
    content: '\e615';
    font-family: 'iconfont';
    color: #333;
    font-size: 14px;
    line-height: 25px;
    padding-right: 5px;
    cursor: pointer
}
.sep-sidebar .sep-sidebar-list .list2>li>.box i:hover::before {
    color: #1360ac
}
.sep-sidebar .sep-sidebar-list .list3 {
    padding: 20px 0;
    display: none;
    border-top: 1px solid #ccc
}
.sep-sidebar .sep-sidebar-list .list3 li {
    margin-bottom: 10px
}
.sep-sidebar .sep-sidebar-list .list3 li.active>.box a,
.sep-sidebar .sep-sidebar-list .list3 li.active>.box i {
    color: #1360ac
}
.sep-sidebar .sep-sidebar-list .list3 li .box i {
    color: #666;
    font-size: 14px;
    margin-right: 10px
}
.sep-sidebar .sep-sidebar-list .list3 li .box a {
    color: #666;
    font-size: 18px
}
.sep-sidebar .sep-sidebar-list .list3 li .box:hover a,
.sep-sidebar .sep-sidebar-list .list3 li .box:hover i {
    color: #1360ac
}
.sep-primary {
    flex: auto;
    width: 0
}
.sep-company-style4 .sep-section-normal.company-section .item {
    margin-right: 20px
}
.sep-company-style4 .sep-section-normal.company-section .item:last-child {
    margin-right: 0
}
.sep-company-style4 .sep-section-normal.company-section .item .box .icon-box {
    margin-bottom: 30px;
    position: relative;
    width: 70px
}
.sep-company-style4 .sep-section-normal.company-section .item .box .icon-box::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: rgba(19, 96, 172, 0.6);
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 3px
}
.sep-company-style4 .sep-section-normal.company-section .item .box .icon-box .icon {
    color: #1360ac;
    font-size: 60px;
    height: 70px
}
.sep-company-style4 .sep-section-normal.company-sectionno .info {
    padding-left: 60px
}
.sep-company-style4 .sep-section-normal.company-sectionno .info .color {
    color: #c4a675
}
.sep-company-style4 .sep-section-normal.company-sectionno .info .richtext.color {
    color: #c4a675
}
.sep-company-style4 .sep-section-normal.company-sectionno .info .richtext.color * {
    color: #c4a675
}
.sep-company-style4 .sep-section-normal.company-sectionno .info .item {
    width: 150px;
    margin-right: 30px
}
.sep-company-style4 .sep-section-normal.company-section2 {
    background: #1360ac;
    padding-bottom: 210px
}
.sep-company-style4 .sep-section-normal.company-section2 .info-box {
    padding-right: 70px
}
.sep-company-style4 .sep-section-normal.company-section2 .info-box .alias {
    color: #fff;
    font-size: 18px
}
.sep-company-style4 .sep-section-normal.company-section2 .info-box .richtext {
    opacity: .8;
    margin-bottom: 50px
}
.sep-company-style4 .sep-section-normal.company-section2 .info-box .richtext.rich2 p {
    padding-left: 40px;
    padding-bottom: 20px;
    position: relative
}
.sep-company-style4 .sep-section-normal.company-section2 .info-box .richtext.rich2 p:nth-child(1)::before {
    content: '\e60e';
    font-family: "iconfont" !important;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 0
}
.sep-company-style4 .sep-section-normal.company-section2 .info-box .richtext.rich2 p:nth-child(2)::before {
    content: '\e66d';
    font-family: "iconfont" !important;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 0
}
.sep-company-style4 .sep-section-normal.company-section2 .items {
    background: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
    position: absolute;
    z-index: 100;
    left: 0;
    width: 100%;
    bottom: -320px
}
.sep-company-style4 .sep-section-normal.company-section2 .items .item:last-child .box .box-s {
    border-right: none
}
.sep-company-style4 .sep-section-normal.company-section2 .items .item .box {
    height: 286px
}
.sep-company-style4 .sep-section-normal.company-section2 .items .item .box .box-s {
    width: 100%;
    border-right: 1px solid rgba(19, 96, 172, 0.6)
}
.sep-company-style4 .sep-section-normal.company-section2 .items .item .box .box-s .num-box {
    font-size: 60px;
    color: #1360ac
}
.sep-company-style4 .sep-section-normal.company-section2 .items .item .box .box-s .text {
    font-size: 18px
}
.sep-company-style4 .sep-section-normal.company-section3 .box-slide {
    padding: 0 60px
}
.sep-company-style4 .sep-section-normal.company-section3 .box-slide .box-wrap {
    position: relative
}
.sep-company-style4 .sep-section-normal.company-section3 .box-slide .box-wrap .control {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #1360ac;
    position: absolute;
    z-index: 100;
    top: 65px
}
.sep-company-style4 .sep-section-normal.company-section3 .box-slide .box-wrap .control:hover {
    background: #1360ac;
    color: #fff
}
.sep-company-style4 .sep-section-normal.company-section3 .box-slide .box-wrap .control.swiper-button-prev {
    left: -55px
}
.sep-company-style4 .sep-section-normal.company-section3 .box-slide .box-wrap .control.swiper-button-next {
    right: -55px
}
.sep-company-style4 .sep-section-normal.company-section3 .box-slide .box-wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 66px
}
.sep-company-style4 .sep-section-normal.company-section3 .box-slide .r {
    width: 20px;
    height: 20px;
    background: #1360ac;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 auto
}
.sep-company-style4 .sep-section-normal.company-section4 .box-slide .swiper-container {
    padding: 30px 0
}
.sep-company-style4 .sep-section-normal.company-section4 .box-slide .thumb {
    padding: 30px;
    background: url(../image/cerbg.png) no-repeat;
    background-position: center
}
.sep-company-style4 .sep-section-normal.company-section4 .box-slide .thumb img {
    width: 100%;
    padding: 20px
}
.sep-company-style4 .sep-section-normal.company-section4 .box-slide .swiper-slide.swiper-slide-active {
    transform: scale(1.1)
}
.sep-company-style4 .sep-section-normal.company-section4 .box-slide .swiper-pagination {
    width: 100%;
    margin-top: 30px
}
.sep-company-style4 .sep-section-normal.company-section4 .box-slide .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    border-radius: 8px
}
.sep-company-style4 .sep-section-normal.company-section4 .box-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 27px
}
.sep-company-style4 .sep-section-normal.company-section5 .box-slide .swiper-slide-next {
    margin-top: -70px
}
.sep-company-style4 .sep-section-normal.company-section5 .box-slide .swiper-pagination {
    width: 100%;
    margin-top: 30px
}
.sep-company-style4 .sep-section-normal.company-section5 .box-slide .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    border-radius: 8px
}
.sep-company-style4 .sep-section-normal.company-section5 .box-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px
}
.sep-company-style4 .sep-section-normal.company-section5 .box-slide .box {
    margin-top: 70px
}
.sep-company-style4 .sep-section-normal.company-section5 .box-slide .box img{transition: all .3s;}
.sep-company-style4 .sep-section-normal.company-section5 .box-slide .box:hover img{transform: scale(1.1);}
.sep-company-style4 .sep-section-normal.company-section5 .box-slide .box .title-box .title {
    color: #333;
    margin-left: 63px;
    margin-top: 30px;
    position: relative
}
.sep-company-style4 .sep-section-normal.company-section5 .box-slide .box .title-box .title::before {
    content: '';
    display: block;
    width: 5px;
    height: 26px;
    background: #1360ac;
    position: absolute;
    left: -20px;
    top: 5px
}
.sep-company-style4 .sep-section-normal.company-section5 .box-slide .box .title-box .title::after {
    content: '';
    display: block;
    width: 1px;
    height: 140px;
    background: #1360ac;
    position: absolute;
    left: -18px;
    bottom: 26px
}
.sep-company-style4 .sep-section-normal.company-section5 .box-slide .box .title-box .count {
    font-size: 90px;
    color: #1360ac;
    margin-left: auto;
    line-height: 1em
}
.sep-application-list .item {
    margin-bottom: 60px
}
.sep-application-list .item:last-child {
    margin-bottom: 0
}
.sep-application-list .item:nth-child(even) {
    flex-direction: row-reverse
}
.sep-application-list .item:nth-child(even) .info {
    margin-left: 0;
    margin-right: 60px
}
.sep-application-list .item .thumb {
    width: 660px;
    flex-shrink: 0
}
.sep-application-list .item .info {
    flex: auto;
    margin-left: 60px;
    padding-top: 30px
}
.sep-application-list .item .info .num {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1em
}
.sep-application-list .item .info .num .cur {
    color: #a1a1a1
}
.sep-application-list .item .info .num .total {
    color: #d5d5d5
}
.sep-application-list .item .info .title {
    color: #4d4d4d;
    position: relative
}
.sep-application-list .item .info .title:hover {
    color: #1360ac
}
.sep-application-list .item .info .title:hover:before {
    width: 80px
}
.sep-application-list .item .info .title:before {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: #1360ac;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: All .4s ease;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease
}
.sep-application-list .item .info .more {
    padding: 0 25px;
    color: #fff;
    font-size: 18px;
    height: 50px;
    background: #1360ac;
    box-shadow: 0 14px 51px 0 rgba(19, 96, 172, 0.25);
    border-radius: 10px
}
.sep-application-list .item .info .more:hover i {
    position: relative;
    margin-left: 15px
}
.sep-application-list .item .info .more i {
    margin-left: 10px;
    font-size: 18px
}
.sep-single-page .sep-video-grid {
    display: flex;
    flex-wrap: wrap
}
.sep-single-page .sep-video-grid .item .box {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06)
}
.sep-single-page .sep-video-grid .item .box .thumb .play {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    z-index: 100;
    bottom: -35px
}
.sep-single-page .sep-video-grid .item .box .thumb .play:hover i {
    background: #ef040b
}
.sep-single-page .sep-video-grid .item .box .thumb .play i {
    width: 60px;
    height: 60px;
    background: #1360ac;
    color: #fff;
    border-radius: 50%
}
.sep-single-page .sep-video-grid .item .box .info {
    background: #fff;
    height: 170px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 54px
}
.sep-single-page .sep-video-grid .item .box .info .title {
    font-size: 18px;
    margin-bottom: 20px
}
.sep-single-page .sep-video-grid .item .box .info .more {
    font-size: 16px;
    color: #1360ac
}
.sep-single-page .sep-video-grid .item .box .info .more:hover {
    color: #ef040b
}
.sep-single-page .sep-pdf-list .item {
    margin-bottom: 20px
}
.sep-single-page .sep-pdf-list .item .box {
    height: 120px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 0 30px
}
.sep-single-page .sep-pdf-list .item .box .icon-box {
    margin-right: 20px
}
.sep-single-page .sep-pdf-list .item .box .icon-box i {
    color: #1360ac;
    font-size: 36px
}
.sep-single-page .sep-pdf-list .item .box .title {
    font-size: 18px;
    color: #333;
    padding-right: 20px
}
.sep-single-page .sep-pdf-list .item .box .title:hover {
    color: #1360ac
}
.sep-single-page .sep-pdf-list .item .box .eye {
    margin-left: auto;
    margin-right: 15px
}
.sep-single-page .sep-pdf-list .item .box .eye:hover i {
    background: #1360ac;
    color: #fff
}
.sep-single-page .sep-pdf-list .item .box .eye i {
    width: 44px;
    height: 44px;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 20px
}
.sep-single-page .sep-pdf-list .item .box .download:hover i {
    background: #1360ac;
    color: #fff
}
.sep-single-page .sep-pdf-list .item .box .download i {
    width: 44px;
    height: 44px;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 20px
}
.sep-single-page .sep-faq-items .item {
    margin-bottom: 30px
}
.sep-single-page .sep-faq-items .item:last-child {
    margin-bottom: 0
}
.sep-single-page .sep-faq-items .item.active .box {
    background: #1360ac
}
.sep-single-page .sep-faq-items .item.active .box .control {
    transform: rotate(90deg);
    color: #fff
}
.sep-single-page .sep-faq-items .item.active .box .title {
    color: #fff
}
.sep-single-page .sep-faq-items .item.active .box .q {
    color: #fff
}
.sep-single-page .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-single-page .sep-faq-items .item .box .q {
    color: #1360ac;
    font-size: 24px;
    text-align: center;
    font-style: normal;
    margin-right: 24px
}
.sep-single-page .sep-faq-items .item .box .icon {
    color: #1360ac;
    font-size: 28px
}
.sep-single-page .sep-faq-items .item .box .title {
    font-size: 24px;
    position: relative;
    color: #000
}
.sep-single-page .sep-faq-items .item .box .control {
    font-size: 16px;
    transition: all .4s;
    transform: rotate(0deg);
    text-align: center;
    font-size: 20px;
    color: #1360ac;
    margin-left: auto;
    margin-right: 35px
}
.sep-single-page .sep-faq-items .item .content {
    line-height: 1.6em;
    font-size: 18px;
    display: none;
    padding: 30px;
    position: relative;
    background: #fff
}
.sep-single-page .sep-faq-items .item .content ul {
    padding-left: 20px
}
.sep-single-page .sep-faq-items .item .content a {
    text-decoration: underline;
    display: none
}
.sep-single-page .sep-faq-items .item .content a:hover {
    color: #1360ac
}
.sep-single-page .sep-faq-items .item .content i {
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 24px;
    font-style: normal;
    display: none
}
.sep-single-page .sep-news-list .item {
    margin-bottom: 60px;
    background: #ebebeb
}
.sep-single-page .sep-news-list .item:last-child {
    margin-bottom: 0
}
.sep-single-page .sep-news-list .item .thumb {
    width: 400px;
    min-height: 300px;
    flex-shrink: 0;
    height: auto
}
.sep-single-page .sep-news-list .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain
}
.sep-single-page .sep-news-list .item .thumb .date {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1360ac;
    color: #fff;
    width: 200px;
    height: 60px;
    padding-left: 20px;
    padding-top: 15px
}
.sep-single-page .sep-news-list .item .thumb .date .day {
    font-size: 30px;
    line-height: 1em;
    margin-right: 24px
}
.sep-single-page .sep-news-list .item .thumb .date .ym {
    font-size: 16px;
    position: relative
}
.sep-single-page .sep-news-list .item .thumb .date .ym::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 25px;
    background: #fff;
    opacity: .2;
    position: absolute;
    left: -17px;
    top: -5px
}
.sep-single-page .sep-news-list .item .info {
    flex: auto;
    padding: 20px 30px
}
.sep-single-page .sep-news-list .item .info .tag {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
    display: block
}
.sep-single-page .sep-news-list .item .info .tag:hover {
    color: #1360ac
}
.sep-single-page .sep-news-list .item .info .title {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    display: block
}
.sep-single-page .sep-news-list .item .info .title:hover {
    color: #1360ac
}
.sep-single-page .sep-news-list .item .info .summary {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 20px
}
.sep-single-page .sep-news-list .item .info .more i {
    width: 50px;
    height: 50px;
    background: #1360ac;
    box-shadow: 0 39px 49px 0 rgba(0, 67, 232, 0.1);
    border-radius: 25px;
    color: #fff
}
.sep-single-page .sep-news-list .item .info .more i:hover {
    opacity: .5
}
.sep-single-page .service-wrap .info .title,
.sep-single-page .service-wrap .info .richtext {
    padding-right: 40px
}
.sep-single-page .service-wrap .flex-reverse .info .title,
.sep-single-page .service-wrap .flex-reverse .info .richtext {
    padding-right: 0;
    padding-left: 40px
}
.sep-single-page .contact2-wrap .box-wrap {
    background: #fff;
    padding: 80px 60px
}
.sep-single-page .contact2-wrap .box-wrap .info {
    width: 37.5%;
    flex-shrink: 0;
    padding-right: 76px
}
.sep-single-page .contact2-wrap .box-wrap .info .hd {
    color: #1360ac;
    font-size: 38px;
    margin-bottom: 10px
}
.sep-single-page .contact2-wrap .box-wrap .info .text {
    font-size: 18px;
    line-height: 30px;
    color: #194872
}
.sep-single-page .contact2-wrap .box-wrap .info .text.hasline {
    padding-top: 46px;
    margin-top: 46px;
    position: relative
}
.sep-single-page .contact2-wrap .box-wrap .info .text.hasline::before {
    content: '';
    display: block;
    width: 118px;
    height: 2px;
    background: #1360ac;
    position: absolute;
    left: 0;
    top: 0
}
.sep-single-page .contact2-wrap .box-wrap .info .sep-share {
    margin-top: 45px
}
.sep-single-page .contact2-wrap .box-wrap .info .sep-share li {
    margin-right: 8px
}
.sep-single-page .contact2-wrap .box-wrap .info .sep-share li a {
    width: 33px;
    height: 32px;
    background: #1360ac;
    display: flex;
    justify-content: center;
    align-items: center
}
.sep-single-page .contact2-wrap .box-wrap .info .sep-share li a:hover {
    opacity: .7
}
.sep-single-page .contact2-wrap .box-wrap .info .sep-share li a i {
    color: #fff;
    font-size: 18px
}
.sep-single-page .contact2-wrap .box-wrap .items {
    width: 25%;
    flex-shrink: 0
}
.sep-single-page .contact2-wrap .box-wrap .items .item {
    margin-bottom: 38px
}
.sep-single-page .contact2-wrap .box-wrap .items .item i {
    width: 35px;
    height: 35px;
    background: #f2f6f9;
    color: #1360ac;
    flex-shrink: 0;
    margin-right: 19px;
    font-size: 20px
}
.sep-single-page .contact2-wrap .box-wrap .items .item .title {
    color: #1360ac
}
.sep-single-page .contact2-wrap .box-wrap .items .item .text {
    color: #666;
    font-size: 16px
}
.sep-single-page .contact2-wrap .box-wrap .items .item a.text:hover {
    text-decoration: underline
}
.sep-single-page .contact2-wrap .box-wrap .form-wrap {
    flex: auto;
    max-width: 33.33333333%;
    margin-left: auto
}
.sep-single-page .contact2-wrap .box-wrap .form-wrap .form-group label {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    display: block
}
.sep-single-page .contact2-wrap .box-wrap .form-wrap .form-group .form-control {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    height: 44px;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    border-radius: 0;
    border: 1px solid rgba(210, 210, 210, 0.6);
    font-family: 'Gilroy-Regular', 'Microsoft Yahei', 'Lucida Grande';
    box-shadow: none
}
.sep-single-page .contact2-wrap .box-wrap .form-wrap .form-group .form-control::-webkit-input-placeholder {
    color: #666;
    font-size: 16px
}
.sep-single-page .contact2-wrap .box-wrap .form-wrap .form-group .form-control::-moz-placeholder {
    color: #666;
    font-size: 16px
}
.sep-single-page .contact2-wrap .box-wrap .form-wrap .form-group .form-control:-ms-input-placeholder {
    color: #666;
    font-size: 16px
}
.sep-single-page .contact2-wrap .box-wrap .form-wrap .form-group textarea.form-control {
    height: 157px;
    font-family: 'Gilroy-Regular', 'Microsoft Yahei', 'Lucida Grande'
}
.sep-single-page .contact2-wrap .box-wrap .form-wrap .form-group .btn {
    height: 50px;
    padding: 0 35px;
    background: #1360ac;
    color: #fff;
    font-size: 18px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.2);
    border: none;
    padding-top: 2px;
    margin-top: 10px;
    border-radius: 0
}
.sep-single-page .contact2-wrap .box-wrap .form-wrap .form-group .btn:hover {
    background: #fff;
    color: #1360ac !important;
    opacity: 1
}
.sep-lx-header-mb {
    display: none
}
.sep-lx-header-mb .box-wrap {
    height: 70px;
    background: #09111b;
    padding: 0 20px;
    position: relative;
    z-index: 1000
}
.sep-lx-header-mb .box-wrap .logo {
    height: 40px
}
.sep-lx-header-mb .box-wrap .logo img {
    height: 100%
}
.sep-lx-header-mb .box-wrap>ul {
    margin-left: auto
}
.sep-lx-header-mb .box-wrap>ul>li {
    margin-left: 15px
}
.sep-lx-header-mb .box-wrap>ul>li#headerSearch i,
.sep-lx-header-mb .box-wrap>ul>li#global i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff
}
.sep-lx-header-mb .box-wrap>ul>li#menu i{
    color: #fff
}
.sep-lx-header-mb .box-wrap>ul>li#menu {
    width: 36px;
    height: 36px;
    background: #1360ac;
    border-radius: 50%
}
.sep-lx-header-mb .box-wrap>ul>li .multi-language {
    position: absolute;
    background: #fff;
    width: 157px;
    text-align: center;
    padding: 10px 20px;
    z-index: 100000;
    top: 40px;
    left: -67px;
    display: none;
    border: 1px solid #1360ac
}
.sep-lx-header-mb .box-wrap>ul>li .multi-language li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #1360ac;
    text-align: left;
}
.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: #000;
    font-size: 14px
}
.sep-lx-header-mb .box-wrap>ul>li i {
    font-style: normal;
    color: #1360ac;
    font-size: 16px;
    line-height: 36px
}
.sep-shadow {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000000;
    display: none
}
.sep-search-box {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 66px;
    z-index: 10000000;
    padding: 44px 31px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    display: none
}
.sep-search-box .fa-times {
    color: #000;
    font-size: 20px;
    position: absolute;
    right: 31px;
    top: 24px;
    cursor: pointer
}
.sep-search-box .hd {
    color: #282828;
    font-size: 18px;
    font-family: 'LATO-BOLD'
}
.sep-search-box form {
    margin-top: 10px;
    margin-bottom: 25px
}
.sep-search-box form .form-control {
    height: 47px;
    border-radius: 0
}
.sep-search-box form .btn {
    background: #1360ac;
    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: #1360ac;
    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: fixed;
    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: 12px 25px;
    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: #1360ac
}
.sep-menu-box .bottom .menu-item>li.active .box {
    border-bottom: 1px solid #fff
}
.sep-menu-box .bottom .menu-item>li.active .box a {
    color: #fff
}
.sep-menu-box .bottom .menu-item>li.active .box i {
    color: #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}
.sep-menu-box .bottom .menu-item>li .box {
    position: relative;
    padding: 22px 30px;
    border-bottom: 1px solid transparent
}
.sep-menu-box .bottom .menu-item>li .box a {
    color: #282828;
    font-size: 18px
}
.sep-menu-box .bottom .menu-item>li .box i {
    font-size: 20px;
    color: #282828;
    position: absolute;
    right: 30px;
    top: 26px;
    cursor: pointer;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}
.sep-menu-box .bottom .menu-item>li>ul {
    padding: 5px 0;
    display: none
}
.sep-menu-box .bottom .menu-item>li>ul>li {
    padding: 4px 20px
}
.sep-menu-box .bottom .menu-item>li>ul>li a {
    color: #fff;
    font-size: 14px
}
.sep-menu-box .bottom-toggle {
    position: absolute;
    width: 100%;
    z-index: 1000;
    top: 70px;
    background: #fff;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden
}
.sep-menu-box .bottom-toggle.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}
.sep-menu-box .bottom-toggle .toggle {
    display: none
}
.sep-menu-box .bottom-toggle .toggle>ul {
    background: #fff
}
.sep-menu-box .bottom-toggle .toggle>ul>li {
    padding: 0 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    line-height: 60px
}
.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) span {
    width: 60;
    min-width: 60px;
    height: 59px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #ccc
}
.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) span i {
    font-size: 16px
}
.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) a {
    font-family: 'LATO-BOLD'
}
.sep-menu-box .bottom-toggle .toggle>ul>li>ul {
    display: none
}
.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li {
    line-height: 40px
}
.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li a {
    font-size: 14px
}
.sep-menu-box .bottom-toggle .toggle>ul>li a {
    color: #282828;
    font-size: 16px;
    padding-left: 30px
}
.sep-menu-box .bottom-toggle .toggle>ul>li a i {
    font-size: 20px;
    color: #282828;
    position: absolute;
    right: 30px;
    top: 21px;
    cursor: pointer
}
.sep-menu-box .contact {
    background: #1360ac;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 0;
    padding: 20px 40px;
    font-size: 22px;
    width: 100%;
    border: none;
    border-radius: 0
}
.sep-menu-box .contact i {
    padding-right: 5px
}
.sep-menu-box .logo img {
    height: 30px
}
.gdw-mb-c {
    display: none
}
.sep-banner-mb {
    display: none
}
.sep-banner-mb img {
    width: 100%
}
.mb-bottom-wrap {
    background: #f7f7f7;
    padding: 20px
}
.mb-bottom-wrap ul.info li {
    margin-top: 25px;
    color: #4d4d4d;
    line-height: 24px;
    opacity: .8
}
.mb-bottom-wrap ul.info li:last-child {
    margin-top: 15px
}
.mb-bottom-wrap ul.info li i,
.mb-bottom-wrap ul.info li a {
    color: #4d4d4d
}
.mb-bottom-wrap .bottom-menu>li {
    border-bottom: 1px solid #dbdbdb
}
.mb-bottom-wrap .bottom-menu>li>.box {
    padding: 15px 0;
    position: relative;
    padding-right: 20px
}
.mb-bottom-wrap .bottom-menu>li>.box a,
.mb-bottom-wrap .bottom-menu>li>.box div {
    font-size: 18px;
    color: #333;
    font-family: 'Roboto-Bold';
    line-height: 30px
}
.mb-bottom-wrap .bottom-menu>li>.box i {
    position: absolute;
    right: 5px;
    top: 22px;
    color: #333;
    font-size: 16px;
    cursor: pointer
}
.mb-bottom-wrap .bottom-menu>li>.box i:after {
    content: '\e615';
    font-weight: 600
}
.mb-bottom-wrap .bottom-menu>li>.box i::before {
    display: none !important
}
.mb-bottom-wrap .bottom-menu>li.active .box i:after {
    content: "\e631"
}
.mb-bottom-wrap .bottom-menu>li>ul {
    display: none;
    padding: 10px 0
}
.mb-bottom-wrap .bottom-menu>li>ul>li {
    margin-bottom: 5px
}
.mb-bottom-wrap .bottom-menu>li>ul>li i {
    color: #666;
    margin: 0 8px;
    font-size: 14px
}
.mb-bottom-wrap .bottom-menu>li>ul>li i::before {
    display: none
}
.mb-bottom-wrap .bottom-menu>li>ul>li a {
    font-size: 16px;
    color: #666;
    line-height: 30px
}
.mb-bottom-wrap .info-box {
    padding-top: 20px
}
.mb-bottom-wrap .info-box .hd {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    margin-bottom: 20px
}
.mb-bottom-wrap .info-box .box {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-bottom: 6px
}
.mb-bottom-wrap .info-box .box * {
    color: #666;
    line-height: 26px
}
.mb-bottom-wrap .sep-share {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb
}
.mb-bottom-wrap .sep-share li {
    padding-right: 12px
}
.mb-bottom-wrap .sep-share li:last-child {
    padding-right: 0
}
.mb-bottom-wrap .sep-share li:hover a {
    background: #1360ac;
    color: #fff
}
.mb-bottom-wrap .sep-share li a {
    width: 36px;
    height: 36px;
    background: #e6e6e6;
    border-radius: 50%
}
.mb-bottom-wrap .sep-share li a i {
    color: #808080;
    font-size: 16px
}
@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) {
    .flex_direction{flex-direction: column;}

    .sep-banner-pc {
        display: none
    }
    .sep-banner-mb {
        display: block
    }
}
@media screen and (max-width:768px) {
    .sitemap-content{padding-top: 140px !important;}
    .sep-mainnav {
        display: none
    }
    .sep-header {
        display: none
    }
    .inside-inner {
        display: none
    }
    .gdw-mb-c {
        display: block
    }
    .sep-lx-header-mb {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99;
    }
    .sep-inner-banner{margin-top: 70px;}
    /* .sep-inner-banner {
        padding-bottom: 84px
    } */
    .mb-bottom-wrap {
        padding-bottom: 84px
    }
    .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: #1360ac !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:1920px) {
    .sep-container-1920 {
        width: 100%;
        margin: auto;
        padding: 0 20px
    }
}
@media screen and (max-width:1560px) {
    .sep-container-1520 {
        width: 100%;
        padding: 0 20px
    }
}
@media screen and (max-width:1400px) {
    .sep-container {
        width: 100%;
        padding: 0 20px
    }
}
@media screen and (max-width:1024px) {
    #onlineService{display: none;}
}
@media screen and (max-width:1280px) {
    .sep-sidebar {
        display: none
    }
    .sep-primary {
        float: none;
        width: 100%
    }
    .sep-mainnav>.sep-container>ul>li>a {
        font-size: 16px
    }
    .sep-mainnav>.sep-container>ul>li .box-drap .wrap {
        padding: 20px
    }
    .sep-header.active .sep-mainnav>.sep-container>ul>li {
        padding-left: 0;
        padding-right: 0
    }
}
@media screen and (max-width:768px) {
    .flex {
        display: block
    }
    .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
    }
    body {
        padding-top: 0
    }
    .sep-footer {
        display: none
    }
    .sep-breadcrumb {
        padding: 0
    }
    .btn-hover {
        height: 34px
    }
    #onlineService {
        overflow: visible
    }
    .mobile {
        display: block
    }
    .pc {
        display: none
    }
}
@media screen and (max-width:1800px) {
    .list1-pc {
        display: none
    }
    .list1-mobile {
        display: block
    }
}
@media screen and (max-width:1560px) {
    .sep-inner-banner .title {
        font-size: 44px;
        line-height: 1.2em
    }
    .sep-inner-body .sep-title,
    .fz50,.septitTTT {
        font-size: 40px;
        line-height: 1.3em
    }
    .fz44 {
        font-size: 34px
    }
    .sep-inner-body .detail .info .sep-title,
    .fz40 {
        font-size: 32px
    }
    .sep-inner-body .sep-title.fz38,
    .fz36,.septitTTT {
        font-size: 30px
    }
    .fz32 {
        font-size: 28px
    }
    .fz30 {
        font-size: 26px
    }
    .richtext.fz22 h2,
    .richtext.fz20 h2,
    .richtext.fz18 h2,
    .richtext h2,
    .richtextH2ttt,
    .sep-inner-body .list1-pro .wrap .title {
        font-size: 24px !important
    }
    .richtext h2,.richtextH2ttt {
        margin-bottom: 20px
    }
    .fz26 {
        font-size: 22px
    }
    .fz24 {
        font-size: 20px
    }
    .fz22 {
        font-size: 18px
    }
    .sep-inner-body .rel-pro .box .title,
    .richtext h3,
    .richtext.fz22 *,
    .richtext.fz20 * {
        font-size: 18px !important
    }
    .sep-inner-body .list-pro .more,
    .sep-inner-body .list1-pro .more,
    .sep-inner-body .list1-basic1 .box .text *,
    .sep-inner-body .detail .info .more,
    .sep-application-list .item .info .more,
    .sep-inner-body .detail-primary .richtext table tr td,
    .sep-inner-body .list-basic1 .richtext table tr td,
    .richtext.fz18,
    .richtext.fz18 * {
        font-size: 16px !important
    }
    .pt60 {
        padding-top: 40px !important
    }
    .pb60 {
        padding-bottom: 40px !important
    }
    .pt80 {
        padding-top: 60px !important
    }
    .pb80 {
        padding-bottom: 60px !important
    }
    .pt100 {
        padding-top: 80px !important
    }
    .pb100 {
        padding-bottom: 80px !important
    }
    .mb50 {
        margin-bottom: 40px !important
    }
    .mb80 {
        margin-bottom: 50px !important
    }
    .sep-inner-body .sep-section-normal {
        padding: 80px 0
    }
    .sep-inner-body .index-pro .wrap .boxs .title {
        padding-top: 0
    }
    .sep-inner-body .index-pro .wrap .boxs .summary {
        margin-bottom: 20px
    }
    .sep-inner-body .index-pro .more {
        margin-top: 20px
    }
    .sep-inner-body .index-basic1 .wrap {
        height: 450px
    }
    .sep-inner-body .index-basic2 .info {
        width: 50%;
        padding-left: 80px
    }
    .sep-inner-body .sep-news .sep-title {
        margin-bottom: 40px
    }
    .sep-inner-body .list-basic2 .hd {
        margin-bottom: 10px !important
    }
    .sep-inner-body .list1-pro .wrap .box:nth-child(odd) .info {
        width: 50%;
        padding-left: 40px;
        margin-left: 0
    }
    .sep-inner-body .list1-pro .wrap .box:nth-child(even) .info {
        width: 50%;
        padding-right: 40px;
        margin-right: 0
    }
    .sep-inner-body .list1-basic2 .info {
        width: 50%;
        margin-left: 0;
        padding-left: 40px
    }
    .sep-inner-body .detail #thumbs {
        padding: 0 40px
    }
    .sep-inner-body .detail .info {
        padding-left: 40px
    }
    .sep-application-list .item .thumb {
        width: 500px
    }
    .sep-company-style4 .sep-section-normal.company-section3 .box-slide .box-wrap::before {
        top: 60px
    }
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1280px) {
    .sep-inner-banner .title {
        font-size: 40px
    }
    .sep-inner-body .sep-title,
    .fz50,
    .fz44,.septitTTT {
        font-size: 32px;
        line-height: 1.4em
    }
    .sep-inner-body .detail .info .sep-title,
    .fz40 {
        font-size: 30px
    }
    .sep-inner-body .sep-title.fz38,
    .fz36,.septitTTT {
        font-size: 28px
    }
    .fz32 {
        font-size: 26px
    }
    .fz30 {
        font-size: 24px
    }
    .richtext.fz22 h2,
    .richtext.fz20 h2,
    .richtext.fz18 h2,
    .richtext h2,
    .richtextH2ttt,
    .sep-inner-body .list1-pro .wrap .title {
        font-size: 24px !important
    }
    .pt80 {
        padding-top: 50px !important
    }
    .pb80 {
        padding-bottom: 50px !important
    }
    .pt100 {
        padding-top: 60px !important
    }
    .pb100 {
        padding-bottom: 60px !important
    }
    .sep-inner-banner .wid100 {
        width: 100%
    }
    .sep-inner-banner .wid100 .mb50 {
        margin-bottom: 20px !important
    }
    .sep-inner-body .sep-section-normal {
        padding: 60px 0
    }
    .sep-inner-body .index-pro .list .item {
        width: auto;
        min-width: 130px;
        padding: 0 20px
    }
    .sep-inner-body .list-pro .more,
    .sep-inner-body .list1-pro .more,
    .sep-inner-body .detail .info .more,
    .sep-inner-body .index-pro .more {
        height: 40px
    }
    .sep-inner-body .index-pro .wrap .boxs .mask li a {
        margin-bottom: 5px
    }
    .sep-inner-body .index-basic1 .wrap {
        height: 500px
    }
    .sep-inner-body .sep-form-box .form-box .form-control {
        font-size: 16px
    }
    .sep-inner-body .sep-form-box .form-box .form-control::-webkit-input-placeholder {
        font-size: 16px
    }
    .sep-inner-body .sep-form-box .form-box .form-control::-moz-placeholder {
        font-size: 16px
    }
    .sep-inner-body .sep-form-box .form-box .form-control:-ms-input-placeholder {
        font-size: 16px
    }
    .sep-inner-body .sep-news .sep-title {
        margin-bottom: 30px
    }
    .sep-inner-body .sep-news .box .info {
        padding: 20px
    }
    .sep-inner-body .sep-news .box .info .content {
        margin-bottom: 20px
    }
    .sep-inner-body .sep-news .box .info .title {
        font-size: 18px
    }
    .sep-inner-body .sep-news .box {
        margin-right: 20px
    }
    .sep-inner-body .list1-basic1 .box {
        padding: 40px 20px
    }
    .sep-inner-body .list1-basic1 .box {
        margin-right: 20px
    }
    .sep-inner-body .rel-pro .box {
        padding: 20px
    }
    .sep-application-list .item:nth-child(even) .info {
        margin-right: 40px
    }
    .sep-application-list .item .info {
        margin-left: 40px
    }
    .sep-application-list .item .info {
        padding-top: 0
    }
    .sep-single-page .contact2-wrap .box-wrap {
        padding: 40px
    }
}
.footer_p_bottom{display: none;}

@media screen and (max-width:768px) {
    .footer_p_bottom {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-area: 0;
        z-index: 99;
    }
    .footer_p_bottom::before{display: none;}

    .footer_p_bottom li {
        background-color: #1360ac;
        color: #fff;
        font-size: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 50px;
        border-right: 1px solid #fff;
        padding: 4px 0;
    }

    .footer_p_bottom li:last-child {
        display: flex !important;
        border-right: none;
    }

    .footer_p_bottom li a i {
        color: #fff;
        font-size: 28px;
    }
    iframe {
        height: 320px
    }
    .row {
        margin: 0
    }
    .sep-resource-grid .sep-datalist li {
        width: 100%;
        margin-bottom: 20px
    }
    .sep-resource-list .sep-datalist>li:not(.pdf-item) {
        padding-left: 0
    }
    .sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb {
        position: static;
        left: 10px;
        top: 15px;
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
        margin-bottom: 20px
    }
    .sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img {
        width: 100%
    }
    .relate-list.relate-article-list .sep-datalist li {
        width: 100%;
        float: left;
        margin: 0 0
    }
    .relate-list .sep-datalist li {
        width: 100%;
        float: left;
        margin: 0
    }
    .search-btns a {
        height: 48px;
        min-width: unset;
        font-size: 16px;
        background: #f0f0f0;
        padding: 0 10px;
        margin: 0 6px;
        text-align: center
    }
    .notfound {
        margin: 0 15px
    }
    .sep-inner-body .sep-title,
    .sep-inner-body .detail .info .sep-title,
    .fz50,
    .fz44,
    .fz40,.septitTTT {
        font-size: 24px;
        line-height: 32px
    }
    .sep-inner-body .sep-title.fz38,
    .fz36,
    .fz32,
    .fz30,.septitTTT {
        font-size: 22px
    }
    .fz26,
    .fz24 {
        font-size: 18px
    }
    .sep-inner-banner .title {
        font-size: 26px
    }
    .pt60 {
        padding-top: 30px !important
    }
    .pb60 {
        padding-bottom: 30px !important
    }
    .pt80 {
        padding-top: 40px !important
    }
    .pb80 {
        padding-bottom: 40px !important
    }
    .pt100 {
        padding-top: 50px !important
    }
    .pb100 {
        padding-bottom: 50px !important
    }
    .mb50 {
        margin-bottom: 30px !important
    }
    .mb80 {
        margin-bottom: 40px !important
    }
    .sep-inner-banner .min250 {
        min-height: 0
    }
    .sep-inner-body .sep-section-normal {
        padding: 40px 0
    }
    .sep-inner-body .index-pro .list .item {
        margin: 0;
        margin-bottom: 10px
    }
    .sep-inner-body .index-pro .wrap .boxs.active {
        display: block
    }
    .sep-inner-body .index-pro .wrap .boxs .box {
        width: 100%;
        padding: 10px;
        margin: 0;
        margin-bottom: 20px
    }
    .sep-inner-body .index-pro .wrap .boxs ul a {
        font-style: normal;
        text-decoration: none
    }
    .sep-inner-body .index-pro .wrap .boxs ul a:hover {
        color: #1360ac
    }
    .sep-inner-body .index-pro .wrap .boxs .summary {
        text-align: left
    }
    .sep-inner-body .index-basic1 .wrap {
        height: auto
    }
    .sep-inner-body .index-basic1 .item {
        width: 100%;
        margin-bottom: 20px !important
    }
    .sep-inner-body .index-basic1 .item .box {
        width: 60px;
        height: 60px;
        margin-right: 10px
    }
    .sep-inner-body .index-basic1 .item .hd {
        margin-bottom: 10px
    }
    .sep-inner-body .index-basic2 .thumb::before {
        display: none
    }
    .sep-inner-body .index-basic2 .info {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        text-align: left
    }
    .sep-inner-body .index-basic3 .richtext {
        padding-left: 0
    }
    .sep-inner-body .index-basic3 .richtext ul li::before {
        top: 8px
    }
    .sep-inner-body .sep-form-box .info {
        width: 100%;
        padding: 0
    }
    .sep-inner-body .sep-form-box .form-box {
        width: 100%
    }
    .sep-inner-body .sep-form-box .form-box .btn-primary {
        width: 100%
    }
    .sep-inner-body .sep-news .box {
        margin: 0;
        margin-bottom: 20px
    }
    .sep-inner-body .list-pro .wrap .box .thumb {
        width: 100%
    }
    .sep-inner-body .list-pro .wrap .box .info {
        padding: 15px
    }
    .sep-inner-body .list-basic1 .richtext table tr td {
        padding: 10px
    }
    .sep-inner-body .list-basic2 .box {
        padding: 20px 20px 40px 20px
    }
    .sep-inner-body .list1-pro .wrap .box .thumb {
        width: 100%
    }
    .sep-inner-body .list1-pro .wrap .box:nth-child(even) .info,
    .sep-inner-body .list1-pro .wrap .box:nth-child(odd) .info {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 40px
    }
    .sep-inner-body .list1-pro .wrap .title {
        font-size: 20px !important;
        padding-bottom: 15px;
        margin-bottom: 15px !important
    }
    .sep-inner-body .list1-basic1 .box {
        margin: 0;
        margin-bottom: 20px
    }
    .sep-inner-body .list1-basic1 .box .thumb {
        width: 84px;
        height: 84px
    }
    .sep-inner-body .list1-basic1 .box .thumb .img {
        width: 70px;
        height: 70px
    }
    .sep-inner-body .list1-basic2 .info {
        width: 100%;
        padding: 0;
        padding-top: 20px
    }
    .sep-inner-banner.nobanner {
        margin-top: 70px
    }
    .sep-inner-body .detail .info {
        padding: 0;
        margin-top: 20px
    }
    .sep-inner-body .detail .info .item {
        margin-bottom: 20px
    }
    .richtext h2,.richtextH2ttt {
        font-size: 22px !important;
        margin-bottom: 15px !important
    }
    .sep-inner-body .detail-primary .richtext table tr td {
        padding: 10px
    }
    .sep-inner-body .detail-swiper .swiper-button-prev {
        left: 0
    }
    .sep-inner-body .detail-swiper .swiper-button-next {
        right: 0
    }
    .sep-inner-body .rel-pro .box {
        width: 100%;
        margin-bottom: 20px
    }
    .sep-resource-grid .sep-datalist li .title {
        margin: 15px 0
    }
    .sep-application-list .item {
        display: block;
        margin-bottom: 40px
    }
    .sep-application-list .item:nth-child(even) .info {
        margin-right: 0
    }
    .sep-application-list .item .thumb {
        width: 100%;
        flex-shrink: 0
    }
    .sep-application-list .item .info {
        padding-top: 20px;
        margin-left: 0
    }
    .sep-application-list .item .info .more {
        padding: 0 10px;
        height: 40px;
        font-size: 16px
    }
    .sep-application-list .item .info .more i {
        font-size: 16px
    }
    .sep-single-page .service-wrap .info .title,
    .sep-single-page .service-wrap .info .richtext {
        padding: 0
    }
    .sep-single-page .service-wrap .thumb {
        margin-bottom: 40px
    }
    .sep-single-page .sep-pdf-list .item .box .eye {
        display: none
    }
    .sep-single-page .sep-pdf-list .item .box .download {
        margin-left: auto
    }
    .sep-single-page .sep-faq-items .item .box {
        padding: 10px;
        min-height: 60px;
        height: auto
    }
    .sep-single-page .sep-faq-items .item .box .q {
        margin-right: 10px;
        font-size: 20px
    }
    .sep-single-page .sep-faq-items .item .box .title {
        font-size: 18px;
        line-height: 22px
    }
    .sep-single-page .sep-faq-items .item .box .control {
        margin-right: 0;
        font-size: 16px;
        padding-left: 5px
    }
    .sep-single-page .sep-faq-items .item .content {
        padding: 10px;
        font-size: 16px
    }
    .sep-single-page .sep-faq-items .item .content * {
        font-size: 16px
    }
    .sep-single-page .sep-news-list .item .thumb {
        width: 100%;
        min-height: 0
    }
    .sep-single-page.contact2-wrap .box-wrap {
        padding: 20px
    }
    .sep-single-page.contact2-wrap .box-wrap .info {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }
    .sep-single-page.contact2-wrap .box-wrap .info .hd {
        font-size: 24px;
        line-height: 30px
    }
    .sep-single-page.contact2-wrap .box-wrap .info .text {
        margin-top: 15px;
        padding-top: 20px
    }
    .sep-single-page.contact2-wrap .box-wrap .items {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }
    .sep-single-page.contact2-wrap .box-wrap .items .sep-share {
        margin-top: 15px
    }
    .sep-single-page.contact2-wrap .box-wrap .form-wrap {
        width: 100%;
        max-width: 100%;
        margin: 0
    }
    .sep-company-style4 .sep-section-normal.company-section1 .item {
        margin-right: 0;
        margin-bottom: 20px
    }
    .sep-inner-banner.company .title {
        padding: 30px 0
    }
    .sep-company-style4 .sep-section-normal.company-section5 .box-slide .swiper-pagination,
    .sep-company-style4 .sep-section-normal.company-section4 .box-slide .swiper-pagination {
        position: static
    }
    .sep-company-style4 .sep-section-normal.company-section5 .box-slide .box,
    .sep-company-style4 .sep-section-normal.company-section5 .box-slide .swiper-slide-next {
        margin-top: 0
    }
    .sep-company-style4 .sep-section-normal.company-section3 .box-slide .box-wrap .control,
    .sep-company-style4 .sep-section-normal.company-section3 .box-slide .box .dot .r,
    .sep-company-style4 .sep-section-normal.company-section3 .box-slide .box-wrap::before {
        display: none
    }
    .sep-company-style4 .sep-section-normal.company-section3 .sep-container-1920,
    .sep-company-style4 .sep-section-normal.company-section3 .box-slide,
    .sep-company-style4 .sep-section-normal.company-section3 .box-slide .box-wrap {
        padding: 0
    }
    .sep-company-style4 .sep-section-normal.company-section3 .swiper-wrapper {
        display: block
    }
    .sep-company-style4 .sep-section-normal.company-section3 .swiper-wrapper .swiper-slide {
        margin-bottom: 30px
    }
    .sep-single-page .service-wrap .flex-reverse .info .title,
    .sep-single-page .service-wrap .flex-reverse .info .richtext {
        padding-left: 0
    }
    .sep-single-page .sep-pdf-list .item .box {
        height: auto;
        padding: 10px
    }
    .sep-single-page .sep-news-list .item .info {
        padding: 15px
    }
    .sep-single-page .sep-news-list .item .info .title {
        font-size: 18px
    }
    .sep-single-page .contact2-wrap .box-wrap {
        padding: 20px
    }
    .sep-single-page .contact2-wrap .box-wrap .items,
    .sep-single-page .contact2-wrap .box-wrap .info {
        width: 100%;
        padding: 0
    }
    .sep-single-page .contact2-wrap .box-wrap .info .hd {
        font-size: 24px
    }
    .sep-single-page .contact2-wrap .box-wrap .info .text.hasline {
        padding-top: 20px;
        margin-top: 20px
    }
    .sep-single-page .contact2-wrap .box-wrap .info .sep-share {
        margin: 20px 0
    }
    .sep-single-page .contact2-wrap .box-wrap .form-wrap {
        width: 100%;
        max-width: 100%
    }
    .sep-single-page .sep-404 .richtext h1 {
        line-height: 80px
    }
}
.multi-language .box ul li a{
    display: flex;
}
.change-language-cont li {
    width: 100%;
}
.change-language-cont {
    display: flex;
    flex-wrap: wrap;
}
.language--img {
    background: url(yuzhongBG.jpg)no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 5px;
}
.language-en {
    background-position: 0 -218px;
}
.language-af {
    background-position: 0 -1px;
}
.language-sq {
    background-position: 0 -940px;
}
.language-am {
    background-position: 0 -9px;
}
.language-be {
    background-position: 0 -48px;
}
.language-eu {
    background-position: 0 -252px;
}
.language-az {
    background-position: 0 -36px;
}
.language-hy {
    background-position: 0 -456px;
}
.language-ar {
    background-position: 0 -24px;
}
.language-am {
    background-position: 0 -12px;
}
.language-fy {
    background-position: 0px -300px;
}
.language-fr {
    background-position: 0px -288px;
}
.language-fi {
    background-position: 0px -276px;
}
.language-et {
    background-position: 0px -240px;
}
.language-eo {
    background-position: 0px -192px;
}
.language-en {
    background-position: 0 -216px;
}
.language-da {
    background-position: 0px -168px;
}
.language-cs {
    background-position: 0px -144px;
}
.language-hr {
    background-position: 0px -420px;
}
.language-co {
    background-position: 0px -132px;
}
.language-ceb {
    background-position: 0px -108px;
}
.language-ca {
    background-position: 0px -96px;
}
.language-bg {
    background-position: 0 -448px;
}
.language-bs {
    background-position: 0 -84px;
}
.language-bn {
    background-position: 0 -72px;
}
.language-be {
    background-position: 0 -48px;
}
.language-is {
    background-position: 0px -492px;
}
.language-sm {
    background-position: 0px -972px;
}
.language-ro {
    background-position: 0px -888px;
}
.language-pa {
    background-position: 0px -840px;
}
.language-pt {
    background-position: 0px -876px;
}
.language-pl {
    background-position: 0px -852px;
}
.language-fa {
    background-position: 0px -264px;
}
.language-ps {
    background-position: 0px -264px;
}
.language-or {
    background-position: 0px -827px;
}
.language-no {
    background-position: 0px -780px;
}
.language-ne {
    background-position: 0px -792px;
}
.language-my {
    background-position: 0px -768px;
}
.language-mn {
    background-position: 0px -720px;
}
.language-mr {
    background-position: 0px -732px;
}
.language-mi {
    background-position: 0px -684px;
}
.language-mt {
    background-position: 0px -756px;
}
.language-ml {
    background-position: 0px -708px;
}
.language-ms {
    background-position: 0px -744px;
}
.language-mg {
    background-position: 0px -672px;
}
.language-mk {
    background-position: 0px -696px;
}
.language-lb {
    background-position: 0px -624px;
}
.language-lt {
    background-position: 0px -648px;
}
.language-lv {
    background-position: 0px -660px;
}
.language-la {
    background-position: 0px -613px;
}
.language-lo {
    background-position: 0px -636px;
}
.language-ky {
    background-position: 0px -600px;
}
.language-ku {
    background-position: 0px -120px;
}
.language-ko {
    background-position: 0px -588px;
}
.language-rw {
    background-position: 0px -912px;
}
.language-km {
    background-position: 0px -564px;
}
.language-kk {
    background-position: 0px -552px;
}
.language-kn {
    background-position: 0px -576px;
}
.language-jv {
    background-position: 0px -528px;
}
.language-ja {
    background-position: 0px -516px;
}
.language-it {
    background-position: 0px -504px;
}
.language-ga {
    background-position: 0px -312px;
}
.language-id {
    background-position: 0px -467px;
}
.language-ig {
    background-position: 0px -480px;
}
.language-hu {
    background-position: 0px -443px;
}
.language-hmn {
    background-position: 0px -408px;
}
.language-hi {
    background-position: 0px -397px;
}
.language-he {
    background-position: 0px -384px;
}
.language-haw {
    background-position: 0px -300px;
}
.language-ha {
    background-position: 0px -1079px;
}
.language-ht {
    background-position: 0px -432px;
}
.language-gu {
    background-position: 0px -348px;
}
.language-el {
    background-position: 0px -204px;
}
.language-de {
    background-position: 0px -180px;
}
.language-ka {
    background-position: 0px -540px;
}
.language-gl {
    background-position: 0px -336px;
}
.language-ru {
    background-position: 0px -900px;
}
.language-gd {
    background-position: 0px -324px;
}
.language-sr {
    background-position: 0px -1006px;
}
.language-st {
    background-position: 0px -1017px;
}
.language-sn {
    background-position: 0px -984px;
}
.language-sd {
    background-position: 0px -984px;
}
.language-si {
    background-position: 0px -1271px;
}
.language-sk {
    background-position: 0px -1223px;
}
.language-sl {
    background-position: 0px -960px;
}
.language-so {
    background-position: 0px -994px;
}
.language-es {
    background-position: 0px -227px;
}
.language-su {
    background-position: 0px -1031px;
}
.language-sw {
    background-position: 0px -1055px;
}
.language-sv {
    background-position: 0px -1043px;
}
.language-tl {
    background-position: 0px -1115px;
}
.language-tg {
    background-position: 0px -1091px;
}
.language-ta {
    background-position: 0px -1067px;
}
.language-tt {
    background-position: 0px -1151px;
}
.language-te {
    background-position: 0px -1079px;
}
.language-th {
    background-position: 0px -1103px;
}
.language-tr {
    background-position: 0px -1138px;
}
.language-tk {
    background-position: 0px -1115px;
}
.language-uk {
    background-position: 0px -1175px;
}
.language-ur {
    background-position: 0px -1187px;
}
.language-ug {
    background-position: 0px -1163px;
}
.language-uz {
    background-position: 0px -1175px;
}
.language-vi {
    background-position: 0px -1211px;
}
.language-cy {
    background-position: 0px -156px;
}
.language-xh {
    background-position: 0px -1223px;
}
.language-yi {
    background-position: 0px -1235px;
}
.language-yo {
    background-position: 0px -1247px;
}
.language-zu {
    background-position: 0px -1259px;
}
.language-zh {
    background-position: 0px -1282px;
}
.language-zh-TW {
    background-position: 0px -1282px;
}
.septitTTT{
        color: #fff !important;
        font-family: 'Gilroy-Bold';
        text-align: center;
}
.fix_slide_foot{display: none;}

#cont>ul>li>ul>li.has-childs>ul>li.has-childs>a:hover{text-decoration: underline;}
#cont>ul>li>ul>li.has-childs>ul>li>ul>li>a:hover{text-decoration: underline;}
#cont>ul>li>ul>li>ul a:hover{text-decoration: underline;}
#cont>ul>li>ul>li>a{text-transform: capitalize;}





/*page*/
.page_bar {
	position: relative;
	line-height: 31px;
	height: 33px;
	margin: 40px 0;
	text-align: center;
	font-size: 12px;
}

.page_bar a,
.page_bar span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	border: 1px solid #999;
	margin: 0 4px;
	text-align: center;
	border-radius: 3px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fff 65%', endColorStr='#ececec', gradientType='0');
	background: -webkit-linear-gradient(top, #fff 65%, #ececec);
	background: -moz-linear-gradient(bottom, #fff 65%, #ececec);
	background: -o-linear-gradient(bottom, #fff 65%, #ececec);
	background: linear-gradient(to bottom, #fff 65%, #ececec);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.page_bar a.current,
.page_bar a:hover {
	color: #FFF;
	background: #1360ac;
	border-color: #1360ac
}

.page_bar a:not(.current):hover {
	border-color: #1360ac;
	background-color: #1360ac;
	color: #fff !important;
}

.page_bar span.current2 {
	margin-left: 8px;
}
.pages .active span{
	background: linear-gradient(to bottom, #1360ac 65%, #1360ac);
	border-color: #1360ac;
	background-color: #1360ac;
	color: #fff;
}
