@import 'font-awesome.css';
@import 'animate.min.css';
@import 'swiper.min.css';

body {
    overflow-x: hidden;
    position: relative;
    font-family: '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: #0080cb
}

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')
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: unset
}
.sep-header .top .sep-container .text a {
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    transition: all .3s;
}
.sep-header .top .sep-container .text a i {
    color: #02006c;
    font-size: 16px;
}
.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: #0080cb
}

.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-weight: bold
}

.text-black {
    font-family: 'Arial Black'
}

.text-uppercase {
    text-transform: uppercase
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex
}

.flex-mb {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex
}

.flex-item {
    flex: 1
}

.flex-center {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center
}

.flex-v-center {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center
}

.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.text-hover:hover {
    color: #0080cb !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: #0080cb;
    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: #0080cb
}

.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: #0080cb !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 .fa{
    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: #0080cb !important
}

.offside li:nth-child(odd) {
    background: #d5d5d5
}

.offside li:nth-child(odd) .icon {
    color: #0080cb
}

.offside li:nth-child(even) {
    background: #0080cb
}

.offside li:nth-child(even) .icon {
    color: #fff
}

.offside li:nth-child(4) {
    overflow: visible
}

.offside li:nth-child(4):hover img {
    display: block
}

.offside li:nth-child(7) {
    display: none
}

.offside li:nth-child(10) {
    height: 20px
}

.offside li:nth-child(10) .icon {
    line-height: 20px;
    display: none
}

.offside li:hover a,
.offside li:hover div,
.offside li:hover .icon {
    color: #fff
}

.offside li.tel:hover .icon {
    color: #0080cb
}

.offside li:hover a {
    color: #0080cb
}

.offside .tel.email:hover a {
    color: #fff
}

.offside .tel.email:hover a .icon {
    color: #fff
}

.offside .tel.email:hover a p {
    color: #fff
}

.offside li.tel:hover p {
    color: #0080cb
}

.offside .tel.email:hover p {
    color: #fff
}

.offside li:hover p {
    opacity: 1
}

.offside li:not(.li_3):hover {
    background: #0080cb
}

.offside .tel {
    width: 200px;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px)
}

.offside .tel.email {
    width: 279px;
    transform: translateX(-229px);
    -webkit-transform: translateX(-229px)
}

.offside .back_none {
    height: 0;
    border: 0 !important
}

.offside .li {
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.offside .unfold {
    width: 30px;
    transform: translateX(20px);
    -webkit-transform: translateX(20px)
}

.multi-language .website-link {
    margin-right: 20px;
    position: relative;
    padding: 5px 0;
    top: 1px;
    font-size: 14px
}

.multi-language .box {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    font-size: 16px
}

.multi-language .box i {
    font-size: 14px;
    position: relative;
    top: 1px
}

.multi-language .box a {
    font-size: 14px;
    display: inline-block;
    margin: 0 5px
}

.multi-language .box ul {
    position: absolute;
    display: none;
    top: 24px;
    right: 0;
    width: 120px;
    background: #f3f3f3;
    z-index: 10200;
    box-shadow: 0 0 3px #666
}

.multi-language .box ul li {
    padding: 13px 17px;
    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: #0080cb
}

.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: #0080cb
}

.multi-language .box:hover .fa-angle-down {
    top: 1px;
    left: 4px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.multi-language .box:hover ul {
    display: block
}

.sep-share li {
    float: left
}

.sep-share li:last-child {
    padding-right: 0
}

.sep-share li a {
    font-size: 16px;
    position: relative
}

.sep-share li a .qr {
    position: absolute;
    left: 100%;
    bottom: 100%;
    display: none
}

.sep-share li a:hover .qr {
    display: block
}

.sep-share li a:hover i {
    color: #fff
}

.sep-share li a i {
    color: #c7c7c7;
    font-size: 12px
}

.sep-container {
    width: 1280px;
    margin: auto;
    max-width: 100%
}

.sep-container-1920 {
    width: 1920px;
    margin: auto;
    max-width: 100%
}

body {
    padding-top: 150px
}

body.inner .sep-header {
    background: #fff
}

body.inner .sep-header .search i {
    color: #0080cb
}

.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: ""
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #0080cb;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none;
    border-bottom: 3px solid #fff
}

.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    outline: none;
    border: none
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    outline: none;
    border: none
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000
}

.search-popup .form-group input::placeholder,
.search-popup .form-group textarea::placeholder {
    color: #000
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width: auto;
    height: auto;
    top: 25px !important;
    margin: 0;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #fff
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #fff
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.sidenav-bar-visible .search-popup {
    width: 80%
}

.search-active .search-popup {
    transform: translateY(0);
    margin-top: 0
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms
}

.sep-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100000000;
    background: #fff
}

.sep-header.active {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3)
}

.sep-header.active .top .info-wrap {
    height: 32px
}

.sep-header.active .sep-mainnav>.sep-container {
    height: 79px
}

.sep-header.active .sep-mainnav>.sep-container>ul>li>a {
    padding: 14px 0
}

.sep-header.active .search i {
    color: #0080cb
}

.sep-header .top {
    background: #1e1e1e;
    position: relative
}

.sep-header .top .bg {
    height: 51px;
    right: 0;
    background: #0080cb;
    width: 320px;
    z-index: 10;
    top: 0;
    display: block;
    position: absolute
}

.sep-header .top .text {
    font-size: 18px;
    font-style: italic;
    display: flex;
    align-items: center;
}

.sep-header .top .box-wrap {
    align-items: center
}

.sep-header .top .logo {
    position: relative
}

.sep-header .top .info-wrap {
    height: 51px;
    width: 100%;
    justify-content: flex-end
}

.sep-header .top .box-right {
    margin-left: auto;
    background: linear-gradient(-241deg, transparent 31px, #0080cb 0);
    padding-left: 50px;
    position: relative;
    z-index: 20
}

.sep-header .top .info {
    position: relative;
    top: -2px;
    margin-right: 60px
}

.sep-header .top .info a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 0 15px
}

.sep-header .top .info a:nth-child(1) {
    padding-left: 0
}

.sep-header .top .info a:nth-child(2) {
    padding-right: 0;
    position: relative
}

.sep-header .top .info a:nth-child(2) i {
    top: 3px
}

.sep-header .top .info a:nth-child(2):hover {
    color: #cd131c
}

.sep-header .top .info a i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 5px;
    color: #fff
}

.sep-header form {
    z-index: 1000;
    border-radius: 24px;
    position: relative
}

.sep-header form input {
    display: inline-block;
    width: 318px;
    float: left;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #4f7d9f;
    padding-left: 20px;
    font-size: 14px;
    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: #cd131c;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.sep-header form button i {
    font-size: 18px;
    color: #fff
}

.sep-header form button img {
    width: 22px
}

.sep-header .search {
    cursor: pointer;
    margin-left: 20px;
    padding-right: 0;
    position: relative;
    z-index: 100;
    color: #868686;
    font-size: 16px;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.sep-header .search i {
    color: #0080cb;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    margin-right: 5px;
    position: relative;
    top: 1px
}

.sep-header .search i:before {
    content: '\e61c';
    display: inline-block;
    font-family: "iconfont" !important
}

.sep-header .search i.active:before {
    content: '\e615';
    display: inline-block;
    font-family: "iconfont" !important;
    transform: rotate(45deg)
}

.sep-header .multi-language {
    position: relative
}

.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 .fa {
    color: #fff;
    font-size: 22px;
    padding-left: 8px;
    top: 0
}

.sep-header .multi-language .box .box2 .icon {
    font-size: 20px;
    color: #fff;
    top: 1px;
    position: relative;
    margin-right: 3px
}

.sep-header>.sep-container {
    max-width: 100%;
    position: relative
}

.sep-header .nav-box {
    padding: 20px 0
}

.sep-header .nav-box .sep-container {
    display: flex;
    align-items: center
}

.sep-header .form-box {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    background: #0080cb;
    padding: 15px 0;
    display: none
}

.sep-header .form-box>i {
    cursor: pointer;
    color: #fff;
    position: relative;
    top: 41px;
    font-size: 18px
}

.sep-header .form-box .toggle {
    cursor: pointer
}

.sep-header .form-box form {
    z-index: 1000;
    width: 100%;
    border-radius: 6px;
    position: relative
}

.sep-header .form-box form input {
    display: inline-block;
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding-left: 20px;
    font-size: 18px;
    color: #646464;
    height: 48px
}

.sep-header .form-box form input::-webkit-input-placeholder {
    color: #646464;
    font-style: italic
}

.sep-header .form-box form input::-moz-input-placeholder {
    color: #646464;
    font-style: italic
}

.sep-header .form-box form input::-ms-input-placeholder {
    color: #646464;
    font-style: italic
}

.sep-header .form-box form button {
    float: right;
    position: absolute;
    right: 0;
    top: 8px;
    background: transparent;
    color: #cd131c
}

.sep-header .form-box form button i {
    font-size: 24px
}

.sep-header .form-box form button img {
    width: 22px
}

.swiper-pagination-bullet-active {
    background: #0080cb !important
}

.sep-mainnav {
    position: relative
}

.sep-mainnav>.sep-container {
    position: relative;
    height: 99px
}

.sep-mainnav>.sep-container .logo img {
    width: 69px
}

.sep-mainnav>.sep-container>ul {
    margin-left: auto;
    justify-content: space-between;
    width: 860px
}

.sep-mainnav>.sep-container>ul>li {
    position: relative;
    text-align: center;
    float: left;
    padding: 0 15px
}

.sep-mainnav>.sep-container>ul>li.ispro {
    position: static
}

.sep-mainnav>.sep-container>ul>li.ispro>div:before {
    display: none
}

.sep-mainnav>.sep-container>ul>li:first-child {
    padding-left: 0
}

.sep-mainnav>.sep-container>ul>li:hover>a,
.sep-mainnav>.sep-container>ul>li.active>a {
    color: #0080cb
}

.sep-mainnav>.sep-container>ul>li:hover .box3,
.sep-mainnav>.sep-container>ul>li.active .box3 {
    display: block
}

.sep-mainnav>.sep-container>ul>li:last-child {
    padding-right: 0
}

.sep-mainnav>.sep-container>ul>li:last-child>a:after {
    display: none
}

.sep-mainnav>.sep-container>ul>li>a {
    color: #4c4c4c;
    display: inline-block;
    position: relative;
    font-size: 18px;
    padding: 21px 0
}

.sep-mainnav>.sep-container>ul>li .box-drap {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 100%;
    box-shadow: 0 0 6px rgba(192, 192, 192, 0.3);
    text-align: left;
    display: none
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-left {
    width: 210px;
    flex-grow: 0;
    flex-shrink: 0;
    background: #333
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-left .hd {
    background: #0080cb;
    color: #fff;
    font-size: 16px;
    height: 49px;
    align-items: center;
    padding-left: 20px
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-left .sort {
    margin-bottom: 12px
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-left .sort .item {
    padding: 0 10px;
    padding-top: 17px
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-left .sort .item .box {
    padding-left: 40px;
    position: relative;
    padding-bottom: 16px;
    height: 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-left .sort .item.active {
    background: #dd3b57;
    border-left: 3px solid #fff
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-left .sort .item:nth-child(1) i {
    font-size: 33px;
    left: 0
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-left .sort .item i {
    position: absolute;
    color: #fff;
    font-size: 26px;
    left: 8px;
    top: 1px
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-left .sort .item .title:hover {
    color: #e1bf37
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-left .sort .item ul li {
    float: left
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-left .sort .item ul li a {
    font-size: 12px;
    color: #fff
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-left .sort .item ul li a:hover {
    color: #e1bf37
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-left .sort .item ul li+li:before {
    content: '/';
    color: #fff;
    position: relative;
    top: 0;
    font-size: 12px;
    padding: 0 0
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-left .qrcode {
    padding-bottom: 17px
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-left .qrcode .text {
    color: #fff;
    font-size: 12px;
    margin-top: 12px
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right {
    flex: auto
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .toggle {
    display: none
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .toggle:nth-child(1) {
    display: flex
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .hd {
    color: #404040;
    font-size: 14px;
    padding-top: 34px;
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .brand {
    width: 360px;
    margin-left: auto;
    flex-grow: 0;
    flex-shrink: 0;
    border-left: 1px solid #dadada
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .brand .brand-list {
    padding: 40px 60px;
    padding-bottom: 20px
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .brand .brand-list .item {
    margin-bottom: 46px;
    padding: 0 20px
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .brand .brand-list .item:hover {
    opacity: .8
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .brand .channel {
    position: relative
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .brand .channel .info {
    position: absolute;
    left: 40px
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .brand .channel .info .title {
    color: #252525;
    font-size: 20px
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .brand .channel .info .title:hover {
    color: #d56669
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .brand .channel .info .more {
    background: #2b6a57;
    padding: 4px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: auto;
    margin-top: 15px
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .brand .channel .info .more:hover {
    background: #d56669
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .hot {
    padding-left: 20px;
    flex: auto
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .hot .hd {
    padding-left: 0
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .hot .hot-list {
    padding-right: 60px;
    margin-top: 24px;
    margin-bottom: 24px
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .hot .hot-list .item {
    margin-bottom: 10px
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .hot .hot-list .item a {
    color: #404040;
    font-size: 14px
}

.sep-mainnav>.sep-container>ul>li .box-drap .box-right .toggle-wrap .hot .hot-list .item a:hover {
    color: #0080cb
}

.sep-mainnav>.sep-container>ul>li>.box {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 100%;
    display: none;
    padding-top: 0
}

.sep-mainnav>.sep-container>ul>li>.box>ul {
    background: #fff;
    min-width: 180px;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3)
}

.sep-mainnav>.sep-container>ul>li>.box>ul>li {
    text-align: left;
    border-bottom: 1px solid #ddd;
    position: relative
}

.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: #0080cb;
    color: #fff
}

.sep-mainnav>.sep-container>ul>li>.box>ul>li:hover>a {
    color: #fff
}

.sep-mainnav>.sep-container>ul>li>.box>ul>li>a {
    white-space: nowrap;
    color: #333;
    padding: 15px 20px;
    display: block
}

.sep-mainnav>.sep-container>ul>li>.box>ul>li:hover>ul {
    display: block
}

.sep-mainnav>.sep-container>ul>li>.box>ul>li>ul {
    background: #fff;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 100%;
    display: none
}

.sep-mainnav>.sep-container>ul>li>.box>ul>li>ul>li {
    border-bottom: 1px dashed #ddd
}

.sep-mainnav>.sep-container>ul>li>.box>ul>li>ul>li:hover {
    background: #0080cb;
    color: #fff
}

.sep-mainnav>.sep-container>ul>li>.box>ul>li>ul>li:hover>a {
    color: #fff
}

.sep-mainnav>.sep-container>ul>li>.box>ul>li>ul>li>a {
    white-space: nowrap;
    color: #333;
    padding: 8px 20px;
    display: block
}

.sep-section7 {
    padding-top: 60px;
    padding-bottom: 90px
}

.sep-section7 .sep-title {
    font-size: 2.5rem;
    color: #2d2d2d;
    position: relative;
    margin-bottom: 4.62962963vh
}

.sep-section7 .sep-title:before {
    content: '';
    display: block;
    width: 90px;
    height: 2px;
    background: #cd131c;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -34px;
    transition: all .3s
}

.sep-section7 .sep-title:hover:before {
    width: 190px
}

.sep-section7 a.sep-title:hover {
    color: #0080cb
}

.sep-section7 a.sep-title:hover:before {
    background: #0080cb
}

.sep-section7 .sep-title {
    margin-bottom: 60px
}

.sep-section7 .sep-title:before {
    display: none
}

.sep-section7 .box-slide {
    padding-bottom: 60px
}

.sep-section7 .box-slide .box .thumb {
    width: 50%;
    flex-shrink: 0
}

.sep-section7 .box-slide .box .info {
    width: 50%;
    flex: auto;
    background: #f7f7f7;
    padding: 40px 25px
}

.sep-section7 .box-slide .box .info .date {
    margin-bottom: 15px;
    color: #848484;
    font-size: 14px
}

.sep-section7 .box-slide .box .info .date i {
    color: #0080cb
}

.sep-section7 .box-slide .box .info .title {
    color: #333;
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 20px
}

.sep-section7 .box-slide .box .info .btn-hover {
    height: 31px;
    padding: 0 20px
}

.sep-section7 .box-slide .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 0
}

.sep-section7 .box-slide .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #0080cb;
    background: transparent;
    opacity: 1
}

.sep-section6 {
    padding: 90px 0;
    background: url(../image/index6-bg.jpg) no-repeat
}

.sep-section6 .sep-title {
    color: #333;
    font-size: 46px;
    margin-bottom: 26px
}

.sep-section6 .sep-title:hover {
    color: #0080cb
}

.sep-section6 .text {
    color: #666;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 60px
}

.sep-section6 .hd {
    font-size: 34px;
    margin-bottom: 15px
}

.sep-section6 .bd {
    font-size: 20px;
    margin-bottom: 50px;
    position: relative
}

.sep-section6 .bd:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -25px
}

.sep-section6 .text2 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8em
}

.sep-section6 .form-box {
    margin-left: 70px
}

.sep-section6 .form-box .form-group .form-control {
    background: transparent;
    height: 46px;
    font-family: 'Lucida Grande', 'Microsoft Yahei';
    font-size: 16px;
    border-radius: 0;
    padding-left: 20px;
    box-shadow: none;
    border: solid 1px rgba(255, 255, 255, 0.5);
    color: #fff
}

.sep-section6 .form-box .form-group .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6)
}

.sep-section6 .form-box .form-group .form-control::-moz-input-placeholder {
    color: rgba(255, 255, 255, 0.6)
}

.sep-section6 .form-box .form-group .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6)
}

.sep-section6 .form-box .form-group textarea.form-control {
    height: 138px
}

.sep-section6 .form-box .form-group .btn-primary {
    background: #0080cb;
    border: none;
    display: table;
    height: 52px;
    font-size: 18px;
    margin-top: 10px;
    border-radius: 0;
    padding: 0 40px;
    color: #fff
}

.sep-section6 .form-box .form-group .btn-primary i {
    margin-left: 4px
}

.sep-section6 .form-box .form-group .btn-primary:hover {
    opacity: .7
}

.sep-footer {
    position: relative;
    background-size: cover;
    background: #00152f
}

.sep-footer .footer-box {
    padding-top: 100px;
    padding-bottom: 70px;
    background-size: cover;
    position: relative
}

.sep-footer .footer-box .sep-container {
    position: relative
}

.sep-footer .footer-box .sep-container .items {
    justify-content: space-between
}

.sep-footer .footer-box .sep-container .items .item:nth-child(1) {
    width: 23.046875%;
    flex-shrink: 0
}

.sep-footer .footer-box .sep-container .items .item:nth-child(2) {
    width: 25.859375%;
    flex-shrink: 0
}

.sep-footer .footer-box .sep-container .items .item:nth-child(3) {
    width: 14.84375%;
    flex-shrink: 0
}

.sep-footer .footer-box .sep-container .items .item:nth-child(4) {
    width: 17.1875%;
    flex-shrink: 0
}

.sep-footer .footer-box .sep-container .items .item .hd {
    display: block;
    color: #fff;
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: bold
}

.sep-footer .footer-box .sep-container .items .item a.hd:hover {
    color: #cd131c
}

.sep-footer .footer-box .sep-container .items .item .contact .alias {
    color: #0080cb
}

.sep-footer .footer-box .sep-container .items .item .contact .alias span {
    font-size: 16px
}

.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share):not(.contact) li a:hover:before {
    display: inline-block
}

.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share).contact {
    padding-left: 30px
}

.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share).contact li {
    position: relative
}

.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share).contact li i {
    color: #0080cb;
    font-size: 19px;
    position: absolute;
    left: -30px;
    top: 0
}

.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share) li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 1.8em
}

.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share) li .text {
    color: #fff;
    font-size: 16px;
    opacity: .4
}

.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share) li:last-child {
    margin-bottom: 0
}

.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share) li i {
    color: #fff;
    margin-right: 5px;
    font-size: 16px
}

.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share) li a {
    color: #fff;
    font-size: 15px;
    position: relative;
    left: 0;
    opacity: .7;
    transition: all .3s ease-in-out
}

.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share) li a:hover {
    color: #cd131c;
    opacity: 1
}

.sep-footer .footer-box .sep-container .items .item ul:not(.sep-share) li a:hover i {
    color: #cd131c
}

.sep-footer .sep-copyright {
    padding: 0 0;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    padding-bottom: 30px;
    padding-top: 30px
}

.sep-footer .sep-copyright a,
.sep-footer .sep-copyright span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4)
}

.sep-footer .sep-copyright span a {
    font-size: 16px;
    opacity: 1
}

.sep-footer .sep-copyright a:hover {
    color: #cd131c;
    opacity: 1
}

.sep-footer .sep-copyright .copy {
    margin-bottom: 10px
}

.sep-footer .sep-copyright .sep-container {
    align-items: center;
    position: relative
}

.sep-footer .sep-copyright .sep-container .box {
    margin-left: 50px
}

.sep-footer .sep-copyright .sep-container .box a:first-child {
    padding-right: 16px;
    position: relative
}

.sep-footer .sep-copyright .sep-container .box a:first-child:after {
    position: absolute;
    right: 1px;
    top: 3px;
    content: '';
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5)
}

.sep-footer .sep-copyright .sep-container .box a:nth-child(2) {
    padding-left: 10px;
    position: relative;
    padding-right: 10px
}

.sep-footer .sep-copyright .sep-container .box a:last-child {
    padding-left: 10px
}

.sep-footer .sep-copyright .sep-share {
    margin-bottom: 15px
}

.sep-footer .sep-copyright .sep-share li:not(.qrcode) {
    padding: 0 14px
}

.sep-footer .sep-copyright .sep-share li:not(.qrcode):first-child {
    padding-right: 10px;
    padding-left: 0
}

.sep-footer .sep-copyright .sep-share li:not(.qrcode):last-child {
    padding-right: 0
}

.sep-footer .sep-copyright .sep-share li:not(.qrcode):hover a i {
    color: #fff
}

.sep-footer .sep-copyright .sep-share li:not(.qrcode) a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.sep-footer .sep-copyright .sep-share li:not(.qrcode) a i {
    background: rgba(255, 255, 255, 0.33);
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.4);
    line-height: 30px
}

.sep-footer .sep-copyright .sep-share li:not(.qrcode) a i:hover {
    background: #fff;
    color: #0080cb
}

.sep-footer .sep-copyright .sep-share .qrcode {
    padding: 0 5px
}

.sep-footer .sep-copyright .sep-share .qrcode a {
    display: flex;
    align-items: center;
    justify-content: center
}

.sep-footer .sep-copyright .sep-share .qrcode a:hover i {
    color: #cd131c
}

.sep-footer .sep-copyright .sep-share .qrcode i {
    color: #202122;
    font-size: 30px
}

.sep-footer .sep-copyright b {
    font-weight: normal;
    color: #fff;
    opacity: 1;
    font-size: 14px;
    position: relative
}

.clearfix:before {
    display: table;
    clear: both;
    content: ""
}

.clearfix:after {
    display: table;
    clear: both;
    content: ""
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    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: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control {
    vertical-align: middle;
    padding: 6px 8px;
    height: 32;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    background: #fbfbfb;
    outline: none
}

.form-group {
    margin-bottom: 15px;
    position: relative
}

.btn-primary {
    color: #fff !important;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:hover {
    opacity: .7
}

.hide {
    display: none !important
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    right: 20px;
    top: 15px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li:nth-child(1)>a,
.pagination>li:nth-child(1)>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.8;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.form-group.has-success:after {
    content: "\f058";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    bottom: 8px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
    width: 18px;
    color: green
}

.sep-banner {
    overflow: unset;
    max-width: 100%;
    position: relative;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    z-index: 100
}

.sep-banner .sep-container .info-box {
    background: rgba(0, 128, 203, 0.8);
    padding: 70px 50px
}

.sep-banner .sep-container .hd {
    color: #cd131c;
    font-size: 3.375rem;
    display: table;
    margin-bottom: 20px;
    line-height: 1.2em
}

.sep-banner .sep-container .hd:hover {
    color: #cd131c !important
}

.sep-banner .sep-container .bd {
    font-size: 1.375rem;
    margin-bottom: 50px;
    line-height: 1.6em
}

.sep-banner .sep-container .bd:hover {
    color: #cd131c !important
}

.sep-banner .sep-container .more {
    margin-left: auto;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    color: #fff
}

.sep-banner .sep-container .more:hover {
    background: #fff
}

.sep-banner .sep-container .more:hover i {
    color: #0080cb
}

.sep-banner .sep-container .more i {
    font-size: 24px
}

.sep-banner .sep-container .num {
    font-size: 30px;
    position: relative;
    display: inline-block
}

.sep-banner .sep-container .num:after {
    content: '';
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    position: absolute;
    left: 51px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sep-banner .banner {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sep-banner .swiper-pagination {
    flex-direction: column;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    right: 80px;
    width: auto;
    left: auto
}

.sep-banner .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    opacity: 1;
    margin: 10px 0
}

.sep-body .sep-title {
    color: #333;
    font-size: 46px;
    margin-bottom: 26px
}

.sep-body .sep-title:hover {
    color: #0080cb
}

.sep-body .text {
    color: #666;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 60px
}

.sep-body .sep-section1 {
    padding-top: 11.11111111vh;
    padding-bottom: 8.7962963vh
}

.sep-body .sep-section1 .items .item {
    margin-bottom: 20px
}

.sep-body .sep-section1 .items .item .box {
    background: #f5f5f5;
    padding: 9px
}

.sep-body .sep-section1 .items .item .box .full-screen {
    background: rgba(0, 128, 203, 0.7);
    padding: 0 20px
}

.sep-body .sep-section1 .items .item .box .full-screen .title {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff
}

.sep-body .sep-section1 .items .item .box .full-screen .title:hover {
    color: #cd131c
}

.sep-body .sep-section1 .items .item .box .full-screen .summary {
    color: #fff;
    font-size: 18px;
    line-height: 1.6em
}

.sep-body .sep-section1 .items .item .box .info {
    padding: 30px 0;
    height: 144px
}

.sep-body .sep-section1 .items .item .box .info .title {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px
}

.sep-body .sep-section1 .items .item .box .info .title i {
    font-size: 12px
}

.sep-body .sep-section1 .items .item .box .info .title:hover {
    color: #0080cb
}

.sep-body .sep-section2 {
    padding: 95px 0;
    background: #f3f4f6
}

.sep-body .sep-section2 .box-slide {
    max-width: 100%
}

.sep-body .sep-section2 .box-slide .box .full-screen {
    background: rgba(0, 128, 203, 0.7);
    padding: 0 20px;
    height: calc(100% - 62px);
    top: 0
}

.sep-body .sep-section2 .box-slide .box .full-screen .title2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff
}

.sep-body .sep-section2 .box-slide .box .full-screen .title2:hover {
    color: #cd131c
}

.sep-body .sep-section2 .box-slide .box .full-screen .summary {
    color: #fff;
    font-size: 18px;
    line-height: 1.6em
}

.sep-body .sep-section2 .box-slide .box .title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 62px;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 128, 203, 0.5)
}

.sep-body .sep-section2 .box-slide .box .title:hover {
    color: #cd131c
}

.sep-body .sep-section2 .box-slide .swiper-button-prev {
    left: 0;
    top: 0;
    margin-top: 0
}

.sep-body .sep-section2 .box-slide .swiper-button-prev i {
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px
}

.sep-body .sep-section2 .box-slide .swiper-button-next {
    left: 0;
    top: 60px;
    margin-top: 0
}

.sep-body .sep-section2 .box-slide .swiper-button-next i {
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px
}

.sep-body .sep-section2 .box-slide .swiper-button-next,
.sep-body .sep-section2 .box-slide .swiper-button-prev {
    width: auto;
    height: auto
}

.sep-body .sep-section2 .box-slide .swiper-button-next i,
.sep-body .sep-section2 .box-slide .swiper-button-prev i {
    width: 52px;
    height: 52px;
    background: #0080cb;
    color: #fff
}

.sep-body .sep-section3 {
    padding: 95px 0
}

.sep-body .sep-section3 .box-wrap .items {
    width: 484px;
    flex-shrink: 0;
    margin-left: 50px
}

.sep-body .sep-section3 .box-wrap .items .item {
    border-top: 1px solid #eee;
    padding: 23px 0
}

.sep-body .sep-section3 .box-wrap .items .item:last-child {
    border-bottom: 1px solid #eee
}

.sep-body .sep-section3 .box-wrap .items .item i {
    background: #0080cb;
    color: #fff;
    width: 72px;
    height: 72px;
    font-size: 40px;
    flex-shrink: 0;
    margin-right: 15px
}

.sep-body .sep-section3 .box-wrap .items .item .text2 {
    color: #666;
    font-size: 16px;
    line-height: 1.6em
}

.sep-body .sep-section4 {
    padding: 95px 0;
    background: url(../image/index4-bg.jpg) no-repeat;
    background-size: cover
}

.sep-body .sep-section4 .sep-title {
    color: #fff;
    margin-bottom: 55px
}

.sep-body .sep-section4 .sep-title:hover {
    color: #cd131c
}

.sep-body .sep-section4 .items .item .box .title {
    height: 63px;
    background: #fff;
    color: #333;
    font-size: 20px
}

.sep-body .sep-section4 .items .item .box .title:hover {
    color: #0080cb
}

.sep-body .sep-section5 {
    padding: 95px 0
}

.sep-body .sep-section5 .sep-title {
    color: #333;
    font-size: 46px;
    margin-bottom: 26px
}

.sep-body .sep-section5 .sep-title:hover {
    color: #0080cb
}

.sep-body .sep-section5 .text {
    color: #666;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 60px
}

.sep-body .sep-section5 .sep-title {
    margin-bottom: 60px
}

.sep-body .sep-section5 .box-plus .thumb .date {
    position: absolute;
    background: #313131;
    color: #fff;
    width: 210px;
    height: 40px;
    font-size: 16px;
    left: 0;
    top: 0
}

.sep-body .sep-section5 .box-plus .thumb .date i {
    color: #fff;
    font-size: 30px;
    margin-right: 5px
}

.sep-body .sep-section5 .box-plus .thumb .info {
    background: rgba(1, 25, 45, 0.5);
    padding: 25px 20px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.sep-body .sep-section5 .box-plus .thumb .info .title {
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 8px
}

.sep-body .sep-section5 .box-plus .thumb .info .title:hover {
    color: #cd131c
}

.sep-body .sep-section5 .box-plus .thumb .info .more {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.sep-body .sep-section5 .box-plus .thumb .info .more:hover {
    color: #cd131c
}

.sep-body .sep-section5 .box-plus .thumb .info .more i {
    font-size: 12px;
    margin-left: 5px
}

.sep-body .sep-section5 .items {
    width: 615px;
    flex-shrink: 0;
    margin-left: 50px
}

.sep-body .sep-section5 .items .item:nth-child(1) {
    margin-bottom: 48px
}

.sep-body .sep-section5 .items .item .thumb {
    width: 240px;
    flex-shrink: 0
}

.sep-body .sep-section5 .items .item .info {
    margin-left: 25px;
    position: relative
}

.sep-body .sep-section5 .items .item .info .title {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px
}

.sep-body .sep-section5 .items .item .info .summary {
    color: #7e7878;
    font-size: 17px;
    line-height: 1.6em
}

.sep-body .sep-section5 .items .item .info .more-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    align-items: center
}

.sep-body .sep-section5 .items .item .info .more-box .date {
    color: #a1a0a0;
    font-size: 16px
}

.sep-body .sep-section5 .items .item .info .more-box .date i {
    font-size: 26px;
    position: relative;
    top: 4px
}

.sep-body .sep-section5 .items .item .info .more-box .more {
    margin-left: auto;
    color: #0080cb;
    font-size: 15px;
    align-self: flex-end;
    text-transform: uppercase;
    position: relative;
    top: -6px
}

.sep-body .sep-section5 .items .item .info .more-box .more:hover {
    color: #cd131c
}

.sep-body .sep-section5 .items .item .info .more-box .more i {
    font-size: 12px
}

.sep-lx-header-mb {
    display: none
}

.sep-lx-header-mb .mb-top #global {
    width: 74.87922705%;
    flex-shrink: 0;
    background: #f6f5f4;
    padding: 0 20px;
    justify-content: space-between
}

.sep-lx-header-mb .mb-top #global i {
    color: #646464;
    font-size: 16px
}

.sep-lx-header-mb .mb-top #global a {
    color: #646464;
    font-size: 14px
}

.sep-lx-header-mb .mb-top #global .multi-language {
    position: absolute;
    background: #0080cb;
    width: 157px;
    text-align: center;
    padding: 10px 20px;
    z-index: 100000;
    top: 40px;
    right: 0;
    display: none;
    border: 1px solid #fff
}

.sep-lx-header-mb .mb-top #global .multi-language li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff
}

.sep-lx-header-mb .mb-top #global .multi-language li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.sep-lx-header-mb .mb-top #global .multi-language li a {
    color: #fff;
    font-size: 14px
}

.sep-lx-header-mb .mb-top .contact {
    flex: auto;
    text-align: center;
    height: 38px;
    background: #0080cb;
    color: #fff;
    font-size: 18px
}

.sep-lx-header-mb .mb-top .contact i {
    font-size: 20px
}

.sep-lx-header-mb .box-wrap {
    padding: 0 20px;
    position: relative;
    z-index: 1000;
    height: 70px;
    border-bottom: 1px solid #ddd
}

.sep-lx-header-mb .box-wrap .logo {
    float: none;
    display: inline-block
}

.sep-lx-header-mb .box-wrap .logo img {
    width: 40px
}

.sep-lx-header-mb .box-wrap>ul {
    position: relative;
    margin-left: auto
}

.sep-lx-header-mb .box-wrap>ul>li {
    float: left;
    margin-left: 10px;
    width: 39px;
    line-height: 24px;
    text-align: center;
    position: relative
}

.sep-lx-header-mb .box-wrap>ul>li#global {
    float: left
}

.sep-lx-header-mb .box-wrap>ul>li#menu {
    float: left
}

.sep-lx-header-mb .box-wrap>ul>li#logo {
    border: none;
    float: none;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language {
    position: absolute;
    background: #0080cb;
    width: 157px;
    text-align: center;
    padding: 10px 20px;
    z-index: 100000;
    top: 40px;
    left: -67px;
    display: none;
    border: 1px solid #fff
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li a {
    color: #fff;
    font-size: 14px
}

.sep-lx-header-mb .box-wrap>ul>li.active {
    border: 1px solid #1f2256;
    background: #1f2256
}

.sep-lx-header-mb .box-wrap>ul>li.active i {
    color: #fff
}

.sep-lx-header-mb .box-wrap>ul>li i {
    color: #0080cb;
    font-size: 20px;
    line-height: normal
}

.sep-shadow {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000000;
    display: none
}

.sep-search-box {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 66px;
    z-index: 10000000;
    padding: 44px 31px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    display: none
}

.sep-search-box .fa-times {
    color: #000;
    font-size: 20px;
    position: absolute;
    right: 31px;
    top: 24px;
    cursor: pointer
}

.sep-search-box .hd {
    color: #282828;
    font-size: 18px;
    font-family: 'LATO-BOLD'
}

.sep-search-box form {
    margin-top: 10px;
    margin-bottom: 25px
}

.sep-search-box form .form-control {
    height: 47px;
    border-radius: 0
}

.sep-search-box form .btn {
    background: #0080cb;
    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: #0080cb;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 17px;
    padding: 10px 40px;
    font-size: 16px;
    width: 100%;
    border: none
}

.sep-search-box .more i {
    padding-right: 5px
}

.sep-search-box ul li {
    margin-top: 8px
}

.sep-search-box ul li a {
    color: #8c8c8c;
    font-size: 14px;
    display: block
}

.sep-menu-box {
    width: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 10000000;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -o-transform: translateX(-105%);
    transform: translateX(-105%)
}

.sep-menu-box.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.sep-menu-box.active .bottom-toggle {
    visibility: visible
}

.sep-menu-box .top {
    padding: 16px 30px;
    text-align: center;
    box-shadow: 0 0 12px rgba(145, 145, 145, 0.7);
    position: relative;
    z-index: 10000
}

.sep-menu-box .top i {
    color: #000;
    font-size: 22px;
    position: relative;
    top: 0;
    cursor: pointer
}

.sep-menu-box .bottom {
    visibility: visible
}

.sep-menu-box .bottom.no {
    visibility: hidden
}

.sep-menu-box .bottom .menu-item>li {
    border-bottom: 1px solid #ddd
}

.sep-menu-box .bottom .menu-item>li:last-child {
    border-bottom: none
}

.sep-menu-box .bottom .menu-item>li.active {
    background: #0080cb
}

.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: #0080cb;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 0;
    padding: 20px 40px;
    font-size: 22px;
    width: 100%;
    border: none;
    border-radius: 0
}

.sep-menu-box .contact i {
    padding-right: 5px
}

.sep-menu-box .logo img {
    width: 40px
}

.gdw-mb-c {
    display: none
}

.sep-banner-mb {
    display: none
}

.sep-banner-mb img {
    width: 100%
}

.mb-bottom-wrap {
    padding-bottom: 24px;
    background: #00152f;
    padding-top: 10px
}

.mb-bottom-wrap ul.info {
    margin-top: 30px
}

.mb-bottom-wrap ul.info li {
    margin-bottom: 4px;
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding: 0 20px
}

.mb-bottom-wrap ul.info li:last-child {
    margin-bottom: 0
}

.mb-bottom-wrap ul.info li i {
    color: rgba(255, 255, 255, 0.5)
}

.mb-bottom-wrap ul.info li a {
    color: rgba(255, 255, 255, 0.5)
}

.mb-bottom-wrap ul.info li img {
    position: absolute;
    left: 0;
    top: 10px
}

.mb-bottom-wrap .bottom-menu>li>ul {
    padding: 5px 0;
    padding-left: 60px;
    display: none
}

.mb-bottom-wrap .bottom-menu>li>ul li {
    padding: 5px 0;
    list-style: disc;
    color: #fff;
    margin-bottom: 8px
}

.mb-bottom-wrap .bottom-menu>li>ul li a {
    font-size: 16px;
    color: #fff
}

.mb-bottom-wrap .bottom-menu>li:nth-child(1) .box {
    border-top: none
}

.mb-bottom-wrap .bottom-menu>li:last-child .box {
    border-bottom: none
}

.mb-bottom-wrap .bottom-menu>li .box {
    padding: 13px 20px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.mb-bottom-wrap .bottom-menu>li .box a {
    color: #fff;
    font-size: 16px
}

.mb-bottom-wrap .bottom-menu>li .box i {
    position: absolute;
    right: 20px;
    top: 14px;
    color: #fff;
    cursor: pointer;
    font-size: 14px
}

.mb-bottom-wrap .logo {
    margin-bottom: 10px
}

.mb-bottom-wrap .logo img {
    width: 40px
}

.mb-bottom-wrap .info-box {
    padding: 0 20px
}

.mb-bottom-wrap .info-box .box {
    margin-bottom: 10px
}

.mb-bottom-wrap .info-box .box .hd {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%
}

.mb-bottom-wrap .info-box .box .hd i {
    margin-right: 5px;
    color: #0080cb
}

.mb-bottom-wrap .info-box .box a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5)
}

.mb-bottom-wrap .info-box .box .text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5)
}

.mb-bottom-wrap .multi-language {
    margin: 0 auto;
    display: table;
    margin-top: 10px
}

.mb-bottom-wrap .multi-language .icon {
    color: #9f9f9f;
    font-size: 18px;
    position: relative;
    top: 3px
}

.mb-bottom-wrap .multi-language a {
    font-size: 15px;
    padding-right: 10px;
    color: #9f9f9f
}

.mb-bottom-wrap .multi-language a:hover {
    color: #0080cb
}

.mb-bottom-wrap .multi-language .fa {
    font-size: 21px;
    color: #9f9f9f;
    position: relative;
    top: 2px
}

.mb-bottom-wrap .sep-share {
    margin-left: auto;
    margin-bottom: 27px;
    margin-top: 38px;
    justify-content: space-between
}

.mb-bottom-wrap .sep-share li:not(.qrcode) {
    padding: 0 8px;
    float: none
}

.mb-bottom-wrap .sep-share li:not(.qrcode):first-child {
    padding-right: 10px
}

.mb-bottom-wrap .sep-share li:not(.qrcode):last-child {
    padding-right: 0
}

.mb-bottom-wrap .sep-share li:not(.qrcode):hover a i {
    color: #fff
}

.mb-bottom-wrap .sep-share li:not(.qrcode) a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.mb-bottom-wrap .sep-share li:not(.qrcode) a i {
    color: #c1c1c1;
    font-size: 20px
}

.mb-bottom-wrap .sep-share .qrcode {
    padding: 0 5px
}

.mb-bottom-wrap .sep-share .qrcode a {
    display: flex;
    align-items: center;
    justify-content: center
}

.mb-bottom-wrap .sep-share .qrcode a:hover i {
    color: #cd131c
}

.mb-bottom-wrap .sep-share .qrcode i {
    color: #202122;
    font-size: 30px
}

.mb-bottom-wrap .hd {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: relative;
    font-family: 'maderamedium';
    white-space: nowrap
}

.mb-bottom-wrap .hd:hover {
    color: #0080cb
}

.mb-bottom-wrap .alias {
    color: #c1c1c1;
    font-size: 12px;
    margin-left: auto;
    white-space: nowrap
}

.mb-bottom-wrap .form-box .sep-form {
    background: #eee;
    border-radius: 24px;
    overflow: hidden
}

.mb-bottom-wrap .form-box .sep-form .btn {
    border-radius: 24px;
    overflow: hidden;
    border: none;
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
    padding-bottom: 10px;
    background: -webkit-linear-gradient(to bottom, #00c0fa, #0160ea);
    background: -moz-linear-gradient(to bottom, #00c0fa, #0160ea);
    background: -ms-linear-gradient(to bottom, #00c0fa, #0160ea);
    background: -o-linear-gradient(to bottom, #00c0fa, #0160ea);
    background: linear-gradient(to bottom, #00c0fa, #0160ea)
}

.mb-bottom-wrap .form-box .sep-form .form-control {
    background: #eee;
    padding-left: 15px;
    height: 30px;
    border-right: none;
    outline: none;
    box-shadow: none;
    border: none
}

@media screen and (min-width:769px) {
    .sep-banner-mb {
        display: none
    }

    .sep-search-box,
    .sep-shadow,
    .sep-lx-header-mb,
    .sep-menu-box {
        display: none !important
    }
}

@media screen and (max-width:768px) {
    .sep-banner-pc {
        display: none
    }

    .sep-banner-mb {
        display: block
    }
}

@media screen and (max-width:768px) {
    .sep-mainnav {
        display: none
    }

    .sep-header {
        display: none
    }

    .inside-inner {
        display: none
    }

    .gdw-mb-c {
        display: block
    }

    .sep-lx-header-mb {
        display: block
    }

    .mb-bottom-wrap {
        padding-bottom: 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: #0080cb !important;
        border-bottom: none !important;
        border-right: 1px solid rgba(255, 255, 255, 0.15)
    }

    .offside li i {
        color: #fff !important;
        font-size: 20px !important;
        line-height: 60px !important;
        padding: 0;
        font-size: 22px !important
    }

    .offside li.tel {
        width: 47px;
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    .offside li:last-child {
        display: none
    }

    .offside li p {
        display: none !important
    }

    .offside li a {
        position: static;
        display: inline-block
    }
}

@media screen and (max-width:768px) {
    .sep-container {
        padding: 0 10px
    }
}

@media screen and (max-width:1690px) {
    .sep-footer .footer-top {
        padding-top: 80px;
        padding-bottom: 30px
    }

    html {
        font-size: 15px
    }
}

@media screen and (max-width:1440px) {
    html {
        font-size: 14px
    }
}

@media screen and (max-width:1360px) {
    .sep-container {
        width: 1200px
    }
}

@media screen and (max-width:1290px) {
    .sep-container-1280 {
        padding: 0 20px
    }
}

@media screen and (max-width:1260px) {
    .sep-sidebar {
        display: none
    }

    .sep-mainbody .sep-primary {
        float: none;
        width: 100%
    }

    .sep-container {
        padding: 0 20px
    }
}

@media screen and (max-width:768px) {
    .mb-mg0 {
        margin: 0
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-right: 0;
        padding-left: 0
    }

    html {
        font-size: 10px
    }

    .mb-bottom-wrap ul.info li {
        margin-bottom: 14px
    }

    .gallery a {
        width: 100%;
        margin-bottom: 10px
    }

    .flex {
        display: block
    }

    .richtext img {
        height: auto !important
    }

    .swiper-pagination {
        width: 100%;
        bottom: 0
    }

    .sep-container {
        padding: 0 20px
    }

    .sep-breadcrumb {
        padding: 0
    }

    body {
        padding-top: 0
    }

    .sep-footer {
        display: none
    }

    .sep-section6 {
        padding: 30px 0
    }

    .sep-section6 .hd {
        font-size: 24px;
        margin-bottom: 15px
    }

    .sep-section6 .bd {
        font-size: 16px
    }

    .sep-section6 .form-box {
        margin-left: 0;
        margin-top: 20px
    }

    .sep-section6 {
        background-size: cover
    }

    .btn-hover {
        height: 34px
    }
}

@media screen and (max-width:768px) {
    .richtext .table-wrap {
        overflow-x: scroll
    }

    #onlineService {
        overflow: visible
    }
}

@media screen and (max-width:1310px) {
    .sep-body .sep-section5 .items .item:nth-child(1) {
        margin-bottom: 16px
    }

    .sep-body .sep-section5 .items {
        margin-left: 30px
    }
}

@media screen and (max-width:1060px) {
    .sep-banner .sep-container .info-box {
        padding: 40px 30px
    }

    .sep-body .sep-section1 .items .item .box .full-screen {
        display: none
    }

    .sep-body .sep-section5 .items {
        width: 100%
    }

    .sep-body .sep-section5 .box-wrap {
        display: block
    }

    .sep-body .sep-section5 .box-plus {
        width: 100%;
        margin-bottom: 20px;
        display: none
    }

    .sep-body .sep-section5 .box-plus img {
        width: 100%
    }

    .sep-body .sep-section5 .items {
        margin-left: 0
    }
}

@media screen and (max-width:768px) {
    .sep-banner .sep-container .info-box {
        padding: 30px 20px
    }

    .sep-banner .sep-container .hd {
        font-size: 2rem
    }

    .sep-banner .sep-container .bd {
        font-size: 1.6rem;
        margin-bottom: 20px
    }

    .sep-banner .sep-container .more {
        width: 40px;
        height: 40px
    }

    .sep-body .sep-section1 .items .item .box .info .summary {
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-bottom: 15px
    }

    .sep-body .sep-section1 .items {
        margin: 0 -10px !important
    }

    .sep-body .sep-section1 .items .item {
        padding: 0 5px
    }

    .sep-banner .sep-container .more i {
        font-size: 16px
    }

    .sep-banner .sep-container .num {
        font-size: 20px
    }

    .btn-hover {
        padding: 0 20px
    }

    .sep-body .sep-section1 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .sep-body .sep-title {
        font-size: 3rem
    }

    .sep-body .sep-section2 {
        padding: 30px 0
    }

    .sep-body .text {
        margin-bottom: 20px
    }

    .sep-body .sep-section3 {
        padding: 30px 0
    }

    .sep-body .sep-section2 .box-slide .box .title {
        height: 50px
    }

    .sep-body .sep-section3 .box-wrap .items {
        width: 100%;
        flex-shrink: 0;
        margin-left: 0
    }

    .sep-body .sep-section3 .box-wrap .items .item i {
        background: #0080cb;
        color: #fff;
        width: 50px;
        height: 50px;
        font-size: 28px;
        flex-shrink: 0;
        margin-right: 15px
    }

    .sep-body .sep-section4 {
        padding: 30px 0
    }

    .sep-body .sep-section5 {
        padding: 30px 0
    }

    .sep-body .sep-section5 .sep-title {
        margin-bottom: 20px;
        font-size: 24px
    }

    .sep-body .sep-section4 .sep-title {
        margin-bottom: 20px
    }

    .sep-body .sep-section4 .items .item {
        margin-bottom: 20px;
        padding: 0 5px
    }

    .sep-body .sep-section4 .items .item:last-child {
        margin-bottom: 0
    }

    .sep-body .sep-section5 .box-plus {
        margin-bottom: 20px
    }

    .sep-body .sep-section4 .items .item .box .title {
        height: 46px;
        background: #fff;
        color: #333;
        font-size: 16px
    }

    .sep-body .sep-section5 .box-plus .thumb .info {
        padding: 15px 20px
    }

    .sep-body .sep-section5 .items {
        width: 100%;
        flex-shrink: 0;
        margin-left: auto
    }

    .sep-body .sep-section5 .items .item .info .summary {
        display: none
    }

    .sep-body .sep-section5 .items .item .thumb {
        width: 100%;
        flex-shrink: 0;
        margin-bottom: 20px;
        display: block
    }

    .sep-body .sep-section5 .items .item:nth-child(1) {
        margin-bottom: 20px
    }

    .sep-body .sep-section5 .items .item .info {
        padding-bottom: 23px;
        margin-left: 0
    }

    .sep-body .sep-section1 .items .item .box .info {
        padding: 15px 0;
        height: 174px
    }

    .sep-body .sep-section1 .items .item .box .info .title {
        color: #333;
        font-size: 14px;
        margin-bottom: 12px
    }
}

.sep-banner {
    width: 100%;
    overflow: hidden;
    position: relative
}

.sep-banner .back img {
    width: 100%
}

.sep-banner .banner-main {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.sep-banner .banner-main .back {
    display: block;
    width: 100%;
    height: 100%
}

.sep-banner .sep-container {
    position: relative;
    height: 100%;
    display: flex;
    padding-bottom: 50px;
    padding-top: 4%;
    align-items: center
}

.sep-banner .sep-container .banner-div {
    max-width: 100%
}

.sep-banner .sep-container .banner-title1 {
    font-size: 48px;
    color: #fff;
    line-height: 60px;
    transition: all .3s;
    display: block;
    margin-bottom: 12px
}

.sep-banner .sep-container .banner-title1:hover {
    color: #0269b8
}

.sep-banner .sep-container .banner-title {
    font-size: 44px;
    color: #fff;
    line-height: 60px;
    transition: all .3s;
    display: block
}

.sep-banner .sep-container .banner-title:hover {
    color: #0269b8
}

.sep-banner .sep-container .banner-des {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 30px;
    margin-top: 30px
}

.sep-banner .sep-container .banner-des p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 30px
}

.sep-banner .sep-container .banner-more {
    display: inline-block;
    margin-top: 40px
}

.sep-banner .sep-container .banner-more span,
.sep-banner .sep-container .banner-more a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 48px;
    border: 1px solid #fff;
    padding: 0 36px;
    border-radius: 100px;
    text-align: center;
    transition: all .3s;
    position: relative
}

.sep-banner .sep-container .banner-more span:hover,
.sep-banner .sep-container .banner-more a:hover {
    background: #fff;
    color: #0269b8
}

.sep-banner .banner-scroll {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    height: auto;
    display: block;
    transition: all .3s
}

.sep-banner .banner-scroll:hover {
    color: #0269b8
}

.sep-banner .banner-scroll i {
    font-size: 30px;
    margin-left: 10px;
    vertical-align: middle
}
.sep-banner-mb {
    display: none
}

.sep-banner-mb img {
    width: 100%
}
@media screen and (min-width:813px) {
    .sep-banner-mb {
        display: none
    }
}
@media screen and (max-width:813px) {
    .sep-banner-pc {
        display: none
    }

    .sep-banner-mb {
        display: block
    }
}
@media screen and (max-width:1680px) {
    .padding-120 {
        padding: 100px 0
    }

    .sep-banner .sep-container .banner-title1 {
        font-size: 50px;
        line-height: 70px
    }

    .sep-banner .sep-container .banner-title {
        font-size: 38px;
        line-height: 58px
    }

    .sep-banner .sep-container .banner-des {
        font-size: 18px
    }

}
@media screen and (max-width:1460px) {
    .sep-banner .sep-container .banner-div {
        padding-top: 10%
    }
}
@media screen and (max-width:1366px) {
    .swiper-pc .swiper-pagination {
        width: 70px !important
    }

    .sep-banner .sep-container .banner-title1 {
        font-size: 40px;
        line-height: 60px
    }

    .sep-banner .sep-container .banner-title {
        font-size: 30px;
        line-height: 40px
    }
    .swiper-pc .swiper-pagination {
        padding-top: 10%
    }

    .com-box {
        padding: 90px 0
    }

    .sep-banner .banner-scroll {
        display: none
    }
}
@media screen and (max-width:1200px) {
    .sep-banner .sep-container .banner-more {
        margin-top: 20px
    }
}
@media screen and (max-width:1024px) {

    .sep-banner .sep-container .banner-title1 {
        font-size: 36px
    }

    .swiper-pc .swiper-pagination {
        padding-top: 0;
        width: 100% !important;
        height: auto !important;
        left: 0;
        top: auto;
        bottom: 20px !important;
        flex-direction: row
    }

    .swiper-pc .swiper-pagination .swiper-pagination-bullet {
        margin-bottom: 0 !important;
        margin-right: 100px !important
    }

    .swiper-pc .swiper-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0 !important
    }

    .swiper-pc .swiper-pagination .swiper-pagination-bullet::after {
        width: 103px;
        height: 1px;
        bottom: auto;
        right: -94px;
        margin-top: 4px
    }
    .sep-banner .sep-container .banner-des {
        margin-top: 12px
    }
}
@media screen and (max-width:480px) {
    .sep-banner .sep-container .banner-title1 {
        font-size: 34px;
        line-height: 44px
    }

    .sep-banner .sep-container .banner-title {
        font-size: 20px;
        line-height: 30px
    }

    .sep-banner .sep-container .banner-more,
    .sep-banner .sep-container .banner-more {
        display: none
    }

    .sep-banner .sep-container .banner-div {
        padding: 10px
    }

    .sep-banner .sep-container .banner-des {
        font-size: 16px;
        line-height: 28px;
        color: #fff
    }
    .sep-banner .sep-container {
        padding-bottom: 20px
    }
    .sep-banner .sep-container .banner-title1 {
        font-size: 30px
    }
}
@media screen and (max-width:320px) {
    .sep-banner .sep-container .banner-title1 {
        font-size: 26px
    }
}
.swiper-pc .swiper-pagination {
    bottom: auto !important;
    width: 100px !important;
    height: 100%;
    left: -20px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.swiper-pc .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: none;
    border: 2px solid #fff;
    opacity: 1;
    border-radius: 0;
    background-color: none;
    border-radius: 50%;
    margin: 0;
    margin-bottom: 104px !important;
    position: relative
}

.swiper-pc .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 0
}

.swiper-pc .swiper-pagination .swiper-pagination-bullet:last-child::after {
    display: none
}

.swiper-pc .swiper-pagination .swiper-pagination-bullet::after {
    content: '';
    display: block;
    height: 104px;
    width: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    bottom: -106px
}

.swiper-pc .swiper-pagination .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    background: #0269b8;
    opacity: .6;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: -12px;
    display: none
}

.swiper-pc .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    display: block
}

.swiper-pc .pc-page div {
    width: 46px;
    height: 46px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 4;
    cursor: pointer;
    transition: all .3s
}

.swiper-pc .pc-page div:hover {
    background: #0269b8;
    color: #fff
}

.swiper-pc .pc-page div.prev {
    left: 5%;
    transform: rotate(180deg)
}

.swiper-pc .pc-page div.next {
    right: 5%
}