@import 'bootstrap.min.css';
@import 'font-awesome.css';
@import 'richtext.css';
@import 'animate.min.css';
@import 'iconfont.css';

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
select,
th,
td {
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
    font-size: 100%
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

small {
    font-size: 12px
}

ul,
ol {
    list-style-type: none;
    list-style-image: none
}

a {
    color: #333;
    text-decoration: none;
    outline: none
}

a:hover {
    color: #2264b7
}

sup {
    vertical-align: text-top
}

s {
    text-decoration: none
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

div {
    zoom: 1
}

.round {
    display: inline-block;
    border-radius: 50%
}

.link-color:hover {
    color: #2264b7
}

.sep-transition {
    transition: All .8s ease;
    -webkit-transition: All .8s ease;
    -moz-transition: All .8s ease;
    -o-transition: All .8s ease
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.hover-in {
    transition: .3s ease-out
}

.hover-out {
    transition: .3s ease-in
}

.btn-outline {
    border: 1px solid #2264b7;
    border-radius: 4px
}

.btn-hover {
    position: relative
}

.btn-hover:after {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    opacity: 0;
    top: 0;
    border-radius: 4px;
    white-space: nowrap;
    -moz-transform: scale(1, .5);
    -ms-transform: scale(1, .5);
    -o-transform: scale(1, .5);
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 100%;
    z-index: -1;
    content: '';
    background: #ffb600
}

.btn-hover:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #ffb600
}

.btn-hover:hover:after {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.pro_summary {
    display: block;
    margin: 0 auto;
    position: relative
}

.pro_summary .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.pro_summary .overlay div {
    text-align: center;
    position: relative;
    font-size: 14px;
    background-color: transparent;
    color: #ddd;
    padding: 2em 0 .5em;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    letter-spacing: 2px;
    line-height: 1.5em
}

.clear {
    clear: both
}

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

.width1150 {
    width: 1150px;
    margin: 0 auto
}

.rt {
    float: right
}

.lf {
    float: left
}

.fix:before {
    content: " ";
    display: block;
    clear: both
}

@font-face {
    font-family: "iconfont";
    src: url('/themes/simple/font/iconfont.eot');
    src: url('/themes/simple/font/iconfont.eot') format('embedded-opentype'), url('/themes/simple/font/iconfont.woff') format('woff'), url('/themes/simple/font/iconfont.ttf') format('truetype'), url('/themes/simple/font/iconfont.svg') format('svg')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 18px;
    color: #143592;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

body {
    width: 100%;
    overflow-x: hidden
}

#onlineService {
    position: fixed;
    right: 0;
    bottom: 32%;
    z-index: 100998
}

.offside {
    width: 80px;
    box-shadow: 0 0 5px #dfdfdf;
}

.offside li {
    width: 80px;
    height: 80px;
    position: relative;
    background: #fff;
    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 li{
    position: relative;
    overflow: visible;
    background: #fff !important;
}
.offside li a img{
    display: block;
}
.offside li a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.offside li a span{
    font-size: 13px;
    color: #1a1a1a;
}
.offside p {
    position: absolute;
    line-height: 80px;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 0 10px;
    color: #1a1a1a;
    opacity: 0;
    right: 80px;
    top: 0;
    background: #fff;
    white-space: nowrap;
    box-shadow: 0 0 5px #dfdfdf;
    padding:  10px;
    z-index: -1;
    display: none;
}
.offside li:p{
    opacity: 1;
    z-index: 10;
}
.offside .icon {
    font-size: 28px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff
}



.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: #2264b7 !important
}



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

.offside li:hover p {
    opacity: 1;
    display: block;
}

.offside li:not(.li_3):hover {
    background: #2264b7
}

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

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

.sep-container {
    width: 1200px;
    margin: auto
}

.submit {
    border: none;
    outline: none;
    padding: 8px 15px;
    border-radius: 6px;
    background: #323232;
    color: #ddd;
    margin-left: 20px;
    font-size: 18px;
    cursor: pointer;
    font-family: Segoe UI
}

.submit:hover {
    color: #fff
}

.sep-bottom-nav {
    width: 100%;
    margin: 0 auto
}

.richtext {
    font-size: 18px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'proximanova', 'Arial', 'AvenirNextLTPro', 'Lucida Grande', 'Microsoft Yahei';
    font-size: 18px
}

button,
input {
    outline: none
}

* {
    font-size: 14px;
    padding: 0;
    margin: 0
}

body {
    font-family: 'proximanova', 'Arial', 'AvenirNextLTPro', 'Lucida Grande', 'Microsoft Yahei';
    color: #333;
    -webkit-font-smoothing: antialiased
}

form {
    margin: 0
}

ul:before {
    content: '';
    display: table;
    clear: both
}

ul:after {
    content: '';
    display: table;
    clear: both
}

label {
    font-weight: normal
}

input[type="checkbox"],
input[type="radio"] {
    visibility: hidden;
    cursor: pointer
}

input[type="checkbox"]:before,
input[type="radio"]:before {
    visibility: visible;
    content: "\f096";
    float: left;
    font-family: FontAwesome;
    width: 13px;
    height: 13px;
    line-height: 13px;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 8px;
    text-align: left;
    font-weight: normal;
    color: #888
}

input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
    content: "\f046";
    color: #666
}

input[type="radio"]:before {
    content: "\f10c"
}

input[type="radio"]:checked:before {
    content: "\f192";
    color: #2264b7
}

a {
    cursor: pointer
}

a:hover,
a:focus {
    text-decoration: none
}

@keyframes snow {
    0% {
        background-position: 0 0, 0 0
    }

    100% {
        background-position: 500px 500px, 1000px 500px
    }
}

.required {
    color: #f30
}

.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-rotate {
    transition: All .4s ease;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease
}

.sep-rotate:hover {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.notfound {
    padding: 30px;
    text-align: center;
    color: #999;
    font-size: 18px
}

.row {
    margin-right: -10px;
    margin-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 {
    padding-right: 10px;
    padding-left: 10px
}

.table {
    margin: 0
}

.table tr td,
.table tr th {
    padding: 8px 10px
}

.table tr td .input-xs,
.table tr th .input-xs {
    height: 26px;
    padding: 2px 10px;
    margin: -4px 0;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 3px;
    vertical-align: middle
}

.table tr td .btn-xs,
.table tr th .btn-xs {
    margin: -4px 0
}

.table tbody tr td,
.table tbody tr th {
    padding: 8px 10px
}

.table.table-datalist {
    border: dotted 1px #ddd;
    border-radius: 6px
}

.table.table-datalist thead th,
.table.table-datalist thead td {
    background: #fafafa;
    border-right: dotted 1px #ddd;
    padding: 8px
}

.table.table-datalist tbody tr:nth-child(even) {
    background: #f9f9f9
}

.table.table-datalist tbody th,
.table.table-datalist tbody td {
    border-right: dotted 1px #ddd;
    border-top: dotted 1px #ddd;
    padding: 8px
}

.dropdown .open {
    background: none
}

.dropdown-menu {
    border-radius: 0;
    border-color: #ddd;
    box-shadow: 0 0 3px #ccc
}

.dropdown-menu:after,
.dropdown-menu:before {
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    content: " ";
    height: 0;
    left: 15px;
    pointer-events: none;
    position: absolute;
    width: 0
}

.dropdown-menu:before {
    bottom: 100%
}

.dropdown-menu:after {
    border-bottom-color: #fff;
    bottom: 100%;
    margin-bottom: -1px
}

.dropdown-menu.dropdown-menu-right:after,
.dropdown-menu.dropdown-menu-right:before {
    left: auto;
    right: 15px
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: #2264b7;
    color: #fff
}

.panel {
    border-style: solid;
    border-radius: 3px;
    background: #fff;
    overflow: hidden
}

.panel .panel-heading {
    position: relative;
    border-bottom: solid 1px #ddd;
    padding: 8px 10px
}

.panel .panel-heading .panel-title {
    font-size: 14px;
    font-weight: bold
}

.panel .panel-heading .panel-options {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: #333
}

.panel .panel-heading .nav-tabs,
.panel .panel-heading .nav-pills {
    vertical-align: middle
}

.panel .panel-heading .nav-tabs li .active a,
.panel .panel-heading .nav-pills li .active a {
    color: #fff
}

.panel .panel-heading .nav-tabs.nav-tabs,
.panel .panel-heading .nav-pills.nav-tabs {
    margin: 0 -15px -8px -15px;
    border: none
}

.panel .panel-heading .nav-tabs.nav-tabs li a,
.panel .panel-heading .nav-pills.nav-tabs li a,
.panel .panel-heading .nav-tabs.nav-tabs li a:hover,
.panel .panel-heading .nav-pills.nav-tabs li a:hover {
    border-radius: 0;
    border: none;
    border-top: solid 2px transparent;
    background: none;
    padding: 8px 20px
}

.panel .panel-heading .nav-tabs.nav-tabs li.active a,
.panel .panel-heading .nav-pills.nav-tabs li.active a {
    background: #fff;
    border-top: solid 2px #2264b7
}

.panel .panel-body {
    background: #fff;
    padding: 10px
}

.panel.panel-primary .panel-heading .panel-options,
.panel.panel-info .panel-heading .panel-options,
.panel.panel-success .panel-heading .panel-options,
.panel.panel-danger .panel-heading .panel-options,
.panel.panel-warning .panel-heading .panel-options {
    color: #fff
}

.panel.panel-primary .panel-heading .panel-options a,
.panel.panel-info .panel-heading .panel-options a,
.panel.panel-success .panel-heading .panel-options a,
.panel.panel-danger .panel-heading .panel-options a,
.panel.panel-warning .panel-heading .panel-options a {
    color: #fff
}

.panel.panel-primary .panel-heading .nav-pills li a,
.panel.panel-info .panel-heading .nav-pills li a,
.panel.panel-success .panel-heading .nav-pills li a,
.panel.panel-danger .panel-heading .nav-pills li a,
.panel.panel-warning .panel-heading .nav-pills li a,
.panel.panel-primary .panel-heading .nav-pills.nav-justified li a,
.panel.panel-info .panel-heading .nav-pills.nav-justified li a,
.panel.panel-success .panel-heading .nav-pills.nav-justified li a,
.panel.panel-danger .panel-heading .nav-pills.nav-justified li a,
.panel.panel-warning .panel-heading .nav-pills.nav-justified li a {
    color: #fff
}

.panel.panel-primary .panel-heading .nav-pills li a:hover,
.panel.panel-info .panel-heading .nav-pills li a:hover,
.panel.panel-success .panel-heading .nav-pills li a:hover,
.panel.panel-danger .panel-heading .nav-pills li a:hover,
.panel.panel-warning .panel-heading .nav-pills li a:hover,
.panel.panel-primary .panel-heading .nav-pills.nav-justified li a:hover,
.panel.panel-info .panel-heading .nav-pills.nav-justified li a:hover,
.panel.panel-success .panel-heading .nav-pills.nav-justified li a:hover,
.panel.panel-danger .panel-heading .nav-pills.nav-justified li a:hover,
.panel.panel-warning .panel-heading .nav-pills.nav-justified li a:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #fff
}

.panel.panel-primary .panel-heading .nav-pills li.active a,
.panel.panel-info .panel-heading .nav-pills li.active a,
.panel.panel-success .panel-heading .nav-pills li.active a,
.panel.panel-danger .panel-heading .nav-pills li.active a,
.panel.panel-warning .panel-heading .nav-pills li.active a,
.panel.panel-primary .panel-heading .nav-pills.nav-justified li.active a,
.panel.panel-info .panel-heading .nav-pills.nav-justified li.active a,
.panel.panel-success .panel-heading .nav-pills.nav-justified li.active a,
.panel.panel-danger .panel-heading .nav-pills.nav-justified li.active a,
.panel.panel-warning .panel-heading .nav-pills.nav-justified li.active a,
.panel.panel-primary .panel-heading .nav-pills li.active a:hover,
.panel.panel-info .panel-heading .nav-pills li.active a:hover,
.panel.panel-success .panel-heading .nav-pills li.active a:hover,
.panel.panel-danger .panel-heading .nav-pills li.active a:hover,
.panel.panel-warning .panel-heading .nav-pills li.active a:hover,
.panel.panel-primary .panel-heading .nav-pills.nav-justified li.active a:hover,
.panel.panel-info .panel-heading .nav-pills.nav-justified li.active a:hover,
.panel.panel-success .panel-heading .nav-pills.nav-justified li.active a:hover,
.panel.panel-danger .panel-heading .nav-pills.nav-justified li.active a:hover,
.panel.panel-warning .panel-heading .nav-pills.nav-justified li.active a:hover {
    background: #fff;
    color: #333
}

.panel.panel-primary .panel-heading .nav-tabs,
.panel.panel-info .panel-heading .nav-tabs,
.panel.panel-success .panel-heading .nav-tabs,
.panel.panel-danger .panel-heading .nav-tabs,
.panel.panel-warning .panel-heading .nav-tabs {
    margin: -8px -15px;
    padding: 10px 10px 0 10px
}

.panel.panel-primary .panel-heading .nav-tabs.nav-justified,
.panel.panel-info .panel-heading .nav-tabs.nav-justified,
.panel.panel-success .panel-heading .nav-tabs.nav-justified,
.panel.panel-danger .panel-heading .nav-tabs.nav-justified,
.panel.panel-warning .panel-heading .nav-tabs.nav-justified {
    margin: -8px 0;
    padding: 10px 0 0 0
}

.panel.panel-primary .panel-heading .nav-tabs,
.panel.panel-info .panel-heading .nav-tabs,
.panel.panel-success .panel-heading .nav-tabs,
.panel.panel-danger .panel-heading .nav-tabs,
.panel.panel-warning .panel-heading .nav-tabs,
.panel.panel-primary .panel-heading .nav-tabs.nav-justified,
.panel.panel-info .panel-heading .nav-tabs.nav-justified,
.panel.panel-success .panel-heading .nav-tabs.nav-justified,
.panel.panel-danger .panel-heading .nav-tabs.nav-justified,
.panel.panel-warning .panel-heading .nav-tabs.nav-justified {
    border: none
}

.panel.panel-primary .panel-heading .nav-tabs li a,
.panel.panel-info .panel-heading .nav-tabs li a,
.panel.panel-success .panel-heading .nav-tabs li a,
.panel.panel-danger .panel-heading .nav-tabs li a,
.panel.panel-warning .panel-heading .nav-tabs li a,
.panel.panel-primary .panel-heading .nav-tabs.nav-justified li a,
.panel.panel-info .panel-heading .nav-tabs.nav-justified li a,
.panel.panel-success .panel-heading .nav-tabs.nav-justified li a,
.panel.panel-danger .panel-heading .nav-tabs.nav-justified li a,
.panel.panel-warning .panel-heading .nav-tabs.nav-justified li a {
    border: none;
    border-top: solid 2px transparent;
    color: #fff
}

.panel.panel-primary .panel-heading .nav-tabs li a:hover,
.panel.panel-info .panel-heading .nav-tabs li a:hover,
.panel.panel-success .panel-heading .nav-tabs li a:hover,
.panel.panel-danger .panel-heading .nav-tabs li a:hover,
.panel.panel-warning .panel-heading .nav-tabs li a:hover,
.panel.panel-primary .panel-heading .nav-tabs.nav-justified li a:hover,
.panel.panel-info .panel-heading .nav-tabs.nav-justified li a:hover,
.panel.panel-success .panel-heading .nav-tabs.nav-justified li a:hover,
.panel.panel-danger .panel-heading .nav-tabs.nav-justified li a:hover,
.panel.panel-warning .panel-heading .nav-tabs.nav-justified li a:hover {
    background: rgba(0, 0, 0, 0.1)
}

.panel.panel-primary .panel-heading .nav-tabs li.active a,
.panel.panel-info .panel-heading .nav-tabs li.active a,
.panel.panel-success .panel-heading .nav-tabs li.active a,
.panel.panel-danger .panel-heading .nav-tabs li.active a,
.panel.panel-warning .panel-heading .nav-tabs li.active a,
.panel.panel-primary .panel-heading .nav-tabs.nav-justified li.active a,
.panel.panel-info .panel-heading .nav-tabs.nav-justified li.active a,
.panel.panel-success .panel-heading .nav-tabs.nav-justified li.active a,
.panel.panel-danger .panel-heading .nav-tabs.nav-justified li.active a,
.panel.panel-warning .panel-heading .nav-tabs.nav-justified li.active a {
    color: #333
}

.panel.panel-primary .panel-heading .nav-tabs li.active a:hover,
.panel.panel-info .panel-heading .nav-tabs li.active a:hover,
.panel.panel-success .panel-heading .nav-tabs li.active a:hover,
.panel.panel-danger .panel-heading .nav-tabs li.active a:hover,
.panel.panel-warning .panel-heading .nav-tabs li.active a:hover,
.panel.panel-primary .panel-heading .nav-tabs.nav-justified li.active a:hover,
.panel.panel-info .panel-heading .nav-tabs.nav-justified li.active a:hover,
.panel.panel-success .panel-heading .nav-tabs.nav-justified li.active a:hover,
.panel.panel-danger .panel-heading .nav-tabs.nav-justified li.active a:hover,
.panel.panel-warning .panel-heading .nav-tabs.nav-justified li.active a:hover {
    background: #fff
}

.panel.panel-default {
    border-color: #ddd
}

.panel.panel-default .panel-heading {
    background: #fff;
    border: none;
    color: #333
}

.panel.panel-default.panel-full .panel-body {
    background: #fff;
    color: #fff
}

.panel.panel-primary {
    border-color: #2264b7
}

.panel.panel-primary .panel-heading {
    background: #2264b7;
    color: #fff
}

.panel.panel-primary.panel-full .panel-body {
    background: #2264b7;
    color: #fff
}

.panel.panel-info {
    border-color: #5bc0de
}

.panel.panel-info .panel-heading {
    background: #5bc0de;
    color: #fff
}

.panel.panel-info.panel-full .panel-body {
    background: #5bc0de;
    color: #fff
}

.panel.panel-success {
    border-color: #5cb85c
}

.panel.panel-success .panel-heading {
    background: #5cb85c;
    color: #fff
}

.panel.panel-success.panel-full .panel-body {
    background: #5cb85c;
    color: #fff
}

.panel.panel-warning {
    border-color: #f0ad4e
}

.panel.panel-warning .panel-heading {
    background: #f0ad4e;
    color: #fff
}

.panel.panel-warning.panel-full .panel-body {
    background: #f0ad4e;
    color: #fff
}

.panel.panel-danger {
    border-color: #d9534f
}

.panel.panel-danger .panel-heading {
    background: #d9534f;
    color: #fff
}

.panel.panel-danger.panel-full .panel-body {
    background: #d9534f;
    color: #fff
}

.pagination {
    vertical-align: middle
}

.pagination li a {
    color: #333
}

.pagination li.active a,
.pagination li.active a:hover {
    background: #f0f0f0;
    border-color: #ddd;
    color: #333
}

.pagination.pagination-sm {
    margin: 0
}

.pagination.pagination-sm li a {
    height: 28px;
    padding: 4px 10px;
    vertical-align: middle
}

.navbar {
    border: none
}

.nav-tabs li a {
    padding: 4px 15px;
    color: #333
}

.nav-line,
.nav-line.nav-justified {
    border-radius: 3px 3px 0 0;
    border-bottom: solid 1px #ddd
}

.nav-line li,
.nav-line.nav-justified li {
    margin-bottom: -1px
}

.nav-line li a,
.nav-line.nav-justified li a {
    padding: 4px 20px;
    border: none;
    color: #333
}

.nav-line li a:hover,
.nav-line.nav-justified li a:hover {
    background: none;
    color: #000
}

.nav-line li.active a,
.nav-line.nav-justified li.active a,
.nav-line li.active a:hover,
.nav-line.nav-justified li.active a:hover {
    border: none;
    border-bottom: solid 2px #404650;
    background: none;
    color: #404650
}

.nav-pills {
    margin-bottom: 15px
}

.nav-pills li a {
    padding: 4px 15px;
    color: #333;
    font-size: 13px
}

.nav-pills li.active a,
.nav-pills li.active a:hover {
    background: #404650
}

.nav-wizard {
    overflow: hidden
}

.nav-wizard li {
    position: relative
}

.nav-wizard li a {
    display: block;
    padding: 10px;
    padding-left: 40px;
    text-align: left;
    font-weight: 800;
    color: #fff;
    background: #9fa8bc;
    font-size: 14px
}

.nav-wizard li a i {
    display: block;
    float: left;
    background: #fff;
    border-radius: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    color: #666
}

.nav-wizard li a small {
    display: block;
    font-weight: normal
}

.nav-wizard li a::after {
    border-left: 28px solid #9fa8bc;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -28px;
    top: 50%;
    margin-top: -28px;
    z-index: 50
}

.nav-wizard li a:hover {
    background: #464f63
}

.nav-wizard li a:hover::after {
    border-left-color: #464f63
}

.nav-wizard li:first-child>a {
    padding-left: 10px
}

.nav-wizard li:last-child>a::after {
    display: none
}

.nav-wizard li.done>a {
    background: #505b72;
    color: #fff
}

.nav-wizard li.done>a::after {
    border-left-color: #505b72
}

.nav-wizard li.active>a {
    background: #fff;
    color: #404650
}

.nav-wizard li.active>a small {
    color: #666
}

.nav-wizard li.active>a i {
    background: #404650;
    color: #fff
}

.nav-wizard li.active>a::after {
    border-left-color: #fff
}

.nav-wizard li.active>a:hover {
    background: #fff;
    color: #404650
}

.nav-wizard li.active>a:hover small {
    color: #666
}

.nav-wizard li.active>a:hover::after {
    border-left-color: #fff
}

.label,
.badge {
    padding: 3px 6px;
    font-size: 11px;
    line-height: 12px;
    vertical-align: middle
}

.btn {
    padding: 5px 15px;
    height: 32;
    vertical-align: middle
}

.btn.btn-lg {
    padding: 6px 20px;
    height: 40px
}

.btn.btn-sm {
    padding: 3px 10px;
    height: 28px
}

.btn.btn-xs {
    padding: 3px 6px;
    height: 24px;
    font-size: 11px
}

.btn.btn-default {
    border-width: 1px
}

.btn.btn-primary {
    background: #2264b7;
    border-color: #1e58a1
}

.btn.btn-primary:active {
    background: #2670cd;
    border-color: #2670cd
}

.btn.btn-success {
    background: #5cb85c;
    border-color: #4cae4c
}

.btn.btn-warning {
    background: #f0ad4e;
    border-color: #eea236
}

.btn.btn-info {
    background: #5bc0de;
    border-color: #46b8da
}

.btn.btn-danger {
    background: #d9534f;
    border-color: #d43f3a
}

.btn-group {
    vertical-align: middle
}

.btn-group.btn-group-lg>.btn {
    padding: 6px 20px;
    height: 40px
}

.btn-group.btn-group-sm>.btn {
    padding: 3px 10px;
    height: 28px
}

.btn-group.btn-group-xs>.btn {
    padding: 3px 6px;
    height: 24px;
    font-size: 11px
}

.control-label {
    font-weight: bold
}

.form-group {
    position: relative
}

.form-group.has-error .form-control,
.form-group.has-error .control-label,
.form-group.has-error .help-block {
    border-color: #c00;
    color: #c00
}

.form-group.has-error .form-control:focus,
.form-group.has-error .control-label:focus,
.form-group.has-error .help-block:focus {
    box-shadow: none
}

.form-group.has-success .form-control,
.form-group.has-success .control-label,
.form-group.has-success .help-block {
    border-color: green;
    color: green
}

.form-group.has-success .form-control:focus,
.form-group.has-success .control-label:focus,
.form-group.has-success .help-block:focus {
    box-shadow: none
}

.form-group.has-success:after {
    content: "\f058";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    bottom: 15px;
    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
}

.form-group .regex-tip {
    position: absolute;
    right: 20px;
    top: 26px
}

.form-group .regex-tip:before {
    content: "\f071";
    font-family: FontAwesome;
    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
}

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

.form-control.form-control-short {
    width: 300px
}

.form-control.form-control-long {
    width: 300px
}

.form-control:focus {
    box-shadow: none
}

.form-control.input-sm {
    padding: 3px 8px;
    height: 28px
}

.form-control.input-xs {
    padding: 1px 6px;
    height: 24px;
    font-size: 11px
}

.form-control.input-long {
    width: 400px
}

.form-control.input-short {
    width: 200px
}

.form-control-select {
    vertical-align: middle;
    padding: 6px 8px;
    height: 32;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    background: #fbfbfb;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f8f8f8;
    background-position: right 8px center;
    background-repeat: no-repeat;
    -webkit-background-size: 8px 18px;
    background-size: 8px 18px;
    padding-right: 25px
}

.form-control-select.form-control-short {
    width: 300px
}

.form-control-select.form-control-long {
    width: 300px
}

.form-control-select:focus {
    box-shadow: none
}

.form-control-select.input-sm {
    padding: 3px 8px;
    height: 28px
}

.form-control-select.input-xs {
    padding: 1px 6px;
    height: 24px;
    font-size: 11px
}

.form-control-select.input-long {
    width: 400px
}

.form-control-select.input-short {
    width: 200px
}

.form-control-select.input-sm,
.form-control-select.input-xs {
    line-height: 1em
}

.input-group.input-long {
    width: 400px
}

.input-group.input-short {
    width: 200px
}

.input-group .input-group-btn .btn {
    padding: 6px 15px
}

.input-group.input-group-xs .form-control,
.input-group.input-group-xs .input-group-addon,
.input-group.input-group-xs .input-group-btn .btn {
    height: 26px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1
}

.list-group-item {
    background: none;
    padding: 8px;
    color: #000;
    border-radius: 0;
    font-size: 12px
}

.list-group-item label {
    float: left;
    font-weight: bold;
    color: #666
}

.uploadify {
    display: inline
}

.uploadify object {
    max-height: 30px
}

.uploadify-queue {
    margin-bottom: 1em;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999999
}

.uploadify-queue-item {
    background-color: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    max-width: 350px;
    padding: 10px
}

.uploadify-error {
    background-color: #fde5dd !important
}

.uploadify-queue-item .cancel a {
    float: right;
    height: 18px;
    text-indent: -9999px;
    width: 18px
}

.uploadify-queue-item.completed {
    background-color: #e5e5e5
}

.uploadify-progress {
    background-color: #e5e5e5;
    margin-top: 10px;
    width: 100%
}

.uploadify-progress-bar {
    background-color: #09f;
    height: 3px;
    width: 1px
}

.tooltip {
    word-spacing: normal;
    white-space: nowrap;
    z-index: 9999999
}

.alert ul {
    margin: 0;
    padding-left: 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
}

.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: 236px;
    background: #f3f3f3;
    z-index: 10200;
    box-shadow: 0 0 3px #666
}

.multi-language .box ul li {
    padding: 13px 17px;
    background: url(/themes/simple/img/multi-language.png) no-repeat bottom left 10px
}

.multi-language .box ul li a {
    display: block
}

.multi-language .box ul li a img {
    margin-right: 18px
}

.multi-language .box ul li:hover {
    background: #e8e8e8
}

.multi-language .box ul li:hover a {
    color: #2264b7
}

.multi-language .box .fa {
    top: -2px;
    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: #2264b7
}

.multi-language .box:hover .fa {
    top: 8px;
    left: 3px;
    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: 18px;
    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
}

.at-resp-share-element .at-share-btn .at-label {
    display: none
}

#atstbx2 .at-share-btn,
#atstbx3 .at-share-btn,
#atstbx4 .at-share-btn,
#atstbx5 .at-share-btn,
#atstbx6 .at-share-btn {
    padding: 0
}

.sep-container {
    width: 1200px;
    margin: auto
}

.sep-shortcut {
    color: #fff;
    line-height: 45px
}

.sep-shortcut a {
    color: #fff
}

.sep-shortcut a:hover {
    color: #df0011
}

.sep-shortcut .sep-choose-langs {
    float: right
}

.sep-shortcut .sep-choose-langs ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sep-shortcut .sep-choose-langs ul li {
    float: left;
    margin-left: 8px
}

.sep-shortcut .sep-choose-langs ul li a {
    color: #2264b7
}

.sep-shortcut .sep-choose-langs ul li a:hover {
    color: #333
}

.sep-shortcut .sep-choose-langs ul li:after {
    content: '|';
    margin-left: 8px;
    color: #999
}

.sep-shortcut .sep-choose-langs ul li:last-child:after {
    content: '';
    margin: 0
}

.sep-header {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    padding-top: 0
}

.sep-header.sep-header-normal {
    background: #fff;
    box-shadow: 0 0 3px #aaa;
    position: fixed;
    width: 100%
}

.sep-header.sep-header-normal .sep-mainnav>.sep-container>ul>li {
    padding: 8px 15px
}

.sep-header.sep-header-normal>.sep-container {
    height: 43px
}

.sep-header.sep-header-normal>.sep-container .logo {
    margin-top: 0;
    top: 0
}

.sep-header.sep-header-normal>.sep-container .logo img {
    width: 131px
}

.sep-header.sep-header-normal>.sep-container .box1 {
    display: none
}

.sep-header.sep-header-normal>.sep-container .sep-header-contact-info {
    padding-right: 10px
}

.sep-header.sep-header-normal>.sep-container .sep-header-contact-info a {
    color: #8a8a8a;
    display: inline-block;
    font-size: 18px;
    font-family: AvenirNextLTPro-Demi;
    font-style: italic;
    padding: 0 10px;
    border-right: 1px solid #a5a5a5
}

.sep-header.sep-header-normal>.sep-container .sep-header-contact-info a i {
    padding-right: 5px
}

.sep-header.sep-header-normal>.sep-container .sep-header-contact-info a:first-child {
    border-left: 1px solid #a5a5a5
}

.sep-header.sep-header-normal>.sep-container .sep-header-contact-info a:hover {
    color: #2264b7
}

.sep-header.sep-inner-header {
    position: static
}

.sep-header>.sep-container {
    padding: 0 0;
    position: relative
}

.sep-header>.sep-container .logo {
    top: 50px;
    position: relative
}

.sep-header>.sep-container .logo span {
    font-family: 'CalistoMT';
    font-style: italic;
    color: #767676;
    padding-left: 20px;
    font-size: 18px
}

.sep-header>.sep-container .box1 {
    position: relative;
    top: 2px;
    padding: 10px
}

.sep-header>.sep-container .wrap {
    max-width: 950px
}

.sep-header>.sep-container form {
    position: relative;
    display: inline-block;
    float: right;
    margin: 0 18px;
    margin-right: 0;
    margin-left: 41px;
    margin-top: 10px;
    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>.sep-container form div {
    position: relative
}

.sep-header>.sep-container form div img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.sep-header>.sep-container form.active {
    margin-right: 17px
}

.sep-header>.sep-container form.active input[type='text'] {
    border: 1px solid #2264b7;
    width: 143px
}

.sep-header>.sep-container form input[type='text'] {
    box-shadow: none;
    width: 270px;
    padding-left: 10px;
    height: 31px;
    color: #333;
    display: inline-block;
    border-radius: 20px;
    border: none;
    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>.sep-container form input[type='text']::-webkit-input-placeholder {
    color: #9c9c9c
}

.sep-header>.sep-container form .fa1 {
    position: absolute;
    top: 4px;
    right: 14px;
    color: #2264b7;
    font-size: 18px
}

.sep-header>.sep-container form button[type='submit'] {
    border: none;
    position: absolute;
    height: 31px;
    line-height: 31px;
    padding: 0 20px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
    font-size: 12px;
    top: 0;
    right: 0;
    background: transparent
}

.sep-header>.sep-container .sep-header-contact-info {
    padding-right: 0;
    padding-top: 18px;
    position: relative
}

.sep-header>.sep-container .sep-header-contact-info div {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    margin-right: 25px;
    top: 1px
}

.sep-header>.sep-container .sep-header-contact-info div img {
    position: absolute;
    top: 1px;
    left: 5px
}

.sep-header>.sep-container .sep-header-contact-info div span {
    padding-left: 0;
    display: inline-block;
    font-size: 14px;
    color: #191919;
    font-style: italic
}

.sep-header>.sep-container .sep-header-contact-info div span.sp {
    color: #191919;
    font-size: 14px
}

.sep-header>.sep-container .sep-header-contact-info a {
    color: #2f2f2f;
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    padding-left: 35px;
    position: relative;
    font-family: AvenirNextLTPro
}

.sep-header>.sep-container .sep-header-contact-info a img {
    position: absolute;
    top: 3px;
    left: 5px
}

.sep-header>.sep-container .sep-header-contact-info a span {
    padding-left: 0;
    display: inline-block;
    font-size: 14px;
    color: #191919;
    font-family: AvenirNextLTPro;
    font-style: italic
}

.sep-header>.sep-container .sep-header-contact-info a span.sp {
    color: #191919;
    font-size: 12px;
    text-transform: uppercase
}

.sep-header>.sep-container .sep-header-contact-info a i {
    width: 25px;
    height: 25px;
    background: #b3b3b3;
    color: #f1f1f1;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    margin-right: 12px;
    font-size: 14px
}

.sep-header>.sep-container .sep-header-contact-info a:first-child {
    margin-right: 36px;
    font-size: 14px
}

.sep-header>.sep-container .sep-header-contact-info a:first-child i {
    line-height: 26px
}

.sep-header>.sep-container .sep-header-contact-info a:last-child:hover {
    color: #2264b7
}

.sep-header>.sep-container .sep-header-contact-info a:last-child span:hover {
    text-decoration: underline
}

.sep-header>.sep-container .sep-header-contact-info a:last-child i {
    padding-top: 1px;
    line-height: 23px
}

.sep-header>.sep-container .sep-share {
    padding-top: 3px;
    padding-right: 15px
}

.sep-header>.sep-container .sep-share li {
    padding-right: 5px
}

.sep-header>.sep-container .multi-language {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    cursor: pointer
}

.sep-header>.sep-container .multi-language .box {
    padding: 0
}

.sep-header>.sep-container .multi-language .box ul {
    top: 100%
}

.sep-header>.sep-container .multi-language .box .box2 {
    color: #2f2f2f;
    position: relative;
    font-family: AvenirNextLTPro
}

.sep-header>.sep-container .multi-language .box .box2 img {
    margin-top: 7px
}

.sep-header>.sep-container .multi-language .box .box2 i,
.sep-header>.sep-container .multi-language .box .box2 a {
    color: #2f2f2f;
    font-size: 22px
}

.sep-header>.sep-container .multi-language .box .box2 i {
    padding-left: 5px
}

.sep-header>.sep-container .multi-language .box .box2 a {
    font-size: 14px;
    display: inline-block;
    width: 28px;
    height: 27px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #2264b7;
    color: #2f2f2f;
    position: relative;
    top: -2px
}

.sep-mainnav {
    background: #212121;
    width: auto;
    z-index: 1000
}

.sep-mainnav .logo {
    margin-right: 96px
}

.sep-mainnav .logo-box {
    position: absolute;
    left: 0;
    top: -24px;
    text-align: right;
    width: 712px;
    height: 144px;
    padding-top: 36px;
    padding-right: 112px;
    z-index: 100000;
    background: url(/themes/simple/img/logo_bg.png)
}

.sep-mainnav ul:before {
    content: " ";
    clear: both;
    display: table
}

.sep-mainnav ul:after {
    content: " ";
    clear: both;
    display: table
}

.sep-mainnav>.sep-container {
    background: transparent;
    position: relative
}

.sep-mainnav>.sep-container>ul>li {
    float: left;
    position: relative
}

.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:hover>a {
    color: #bbb
}

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

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

.sep-mainnav>.sep-container>ul>li:last-child>a:after {
    content: ''
}

.sep-mainnav>.sep-container>ul>li.active>a {
    color: #bbb
}

.sep-mainnav>.sep-container>ul>li>a {
    font-size: 18px;
    color: #fff;
    padding: 20px 20px;
    display: inline-block;
    position: relative;
    font-family: 'CenturyGothic'
}

.sep-mainnav>.sep-container>ul>li>.box2 {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-top: 4px solid #2264b7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none
}

.sep-mainnav>.sep-container>ul>li>.box2 .sep-container {
    max-width: 1200px;
    margin: 0 auto
}

.sep-mainnav>.sep-container>ul>li>.box2 .sep-container .datalist {
    padding: 0 20px
}

.sep-mainnav>.sep-container>ul>li>.box2 .sep-container .datalist li {
    float: left;
    width: 25%;
    padding: 0 10px
}

.sep-mainnav>.sep-container>ul>li>.box2 .sep-container .datalist li.active a {
    color: #2264b7
}

.sep-mainnav>.sep-container>ul>li>.box2 .sep-container .datalist li a {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    color: #333
}

.sep-mainnav>.sep-container>ul>li>.box2 .sep-container .datalist li a:hover {
    color: #2264b7
}

.sep-mainnav>.sep-container>ul>li>.box2 .sep-container .datalist2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px
}

.sep-mainnav>.sep-container>ul>li>.box2 .sep-container .datalist2 li {
    position: relative;
    padding-left: 150px;
    min-height: 120px;
    margin-bottom: 10px;
    display: none
}

.sep-mainnav>.sep-container>ul>li>.box2 .sep-container .datalist2 li:first-child {
    display: block
}

.sep-mainnav>.sep-container>ul>li>.box2 .sep-container .datalist2 li a.thumb {
    width: 120px;
    position: absolute;
    left: 10px;
    top: 0
}

.sep-mainnav>.sep-container>ul>li>.box2 .sep-container .datalist2 li a.thumb img {
    width: 100%;
    border: 1px solid #ddd
}

.sep-mainnav>.sep-container>ul>li>.box2 .sep-container .datalist2 li a.title {
    color: #2264b7;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 5px
}

.sep-mainnav>.sep-container>ul>li>.box2 .sep-container .datalist2 li .summary {
    color: #646464;
    font-size: 14px;
    line-height: 21px;
    display: block
}

.sep-mainnav>.sep-container>ul>li>.box2 .sep-container .datalist2 li .summary a {
    color: #2264b7
}

.sep-mainnav>.sep-container>ul>li>div {
    position: absolute;
    z-index: 100;
    left: 20px;
    top: 100%;
    display: none;
    padding-top: 10px
}

.sep-mainnav>.sep-container>ul>li>div.haspic>ul {
    width: 646px
}

.sep-mainnav>.sep-container>ul>li>div.haspic>ul>li {
    width: 25%;
    float: left;
    padding: 10px
}

.sep-mainnav>.sep-container>ul>li>div.haspic>ul>li .thumb {
    display: block
}

.sep-mainnav>.sep-container>ul>li>div.haspic>ul>li .thumb img {
    width: 100%
}

.sep-mainnav>.sep-container>ul>li>div.haspic>ul>li .title {
    padding: 15px 0;
    display: block;
    text-align: center
}

.sep-mainnav>.sep-container>ul>li>div.haspic>ul>li .title:hover {
    color: #2264b7
}

.sep-mainnav>.sep-container>ul>li>div.haspic>ul>li:hover {
    background: transparent;
    border-radius: 0
}

.sep-mainnav>.sep-container>ul>li>div.haspic>ul>li:hover .title {
    color: #2264b7
}

.sep-mainnav>.sep-container>ul>li>div:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-bottom: 10px solid #fff
}

.sep-mainnav>.sep-container>ul>li>div>ul {
    background: #fff;
    padding: 6px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.sep-mainnav>.sep-container>ul>li>div>ul>li {
    padding: 6px 8px
}

.sep-mainnav>.sep-container>ul>li>div>ul>li:hover {
    background: #2264b7;
    border-radius: 4px
}

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

.sep-mainnav>.sep-container>ul>li>div>ul>li>a {
    white-space: nowrap
}

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

.sep-banner .bx-wrapper .bx-pager a {
    border: 2px solid #fff;
    background: transparent
}

.sep-banner .bx-wrapper .bx-pager a:hover,
.sep-banner .bx-wrapper .bx-pager a.active {
    background: #fff;
    border: 2px solid #fff
}

.sep-banner .adv div {
    position: relative
}

.sep-banner .adv div .sep-banner-ad {
    position: absolute;
    width: 100%
}

.sep-banner .adv div:nth-child(3) .sep-banner-ad {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    display: table
}

.sep-banner .adv div:nth-child(3) .sep-banner-ad .hd {
    color: #fff;
    font-size: 42px;
    font-family: ARLRDBD;
    font-style: italic
}

.sep-banner .adv div:nth-child(3) .sep-banner-ad .bd {
    color: #fff;
    font-size: 34px;
    font-weight: bold
}

.sep-banner .adv div:nth-child(3) .sep-banner-ad a {
    background: #9e1e1e;
    border-radius: 6px;
    padding: 6px 20px;
    color: #fff;
    font-size: 22px;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    text-transform: uppercase
}

.sep-banner .adv div:nth-child(1) a {
    display: block
}

.sep-banner .adv div:nth-child(1) .sep-banner-ad {
    left: 50%;
    transform: translateX(-50%);
    top: 16%;
    width: auto;
    display: table
}

.sep-banner .adv div:nth-child(1) .sep-banner-ad .hd {
    color: #fff;
    font-size: 50px;
    font-family: ARLRDBD;
    font-style: italic
}

.sep-banner .adv div:nth-child(1) .sep-banner-ad .bd {
    color: #142d53;
    font-size: 40px;
    font-weight: bold
}

.sep-banner .adv div:nth-child(2) .sep-banner-ad {
    left: 65%;
    transform: translateX(-50%);
    top: 26%;
    width: auto
}

.sep-banner .adv div:nth-child(2) .sep-banner-ad .hd {
    color: #fff;
    font-size: 50px;
    font-family: ARLRDBD;
    font-style: italic
}

.sep-banner .adv div:nth-child(2) .sep-banner-ad a {
    background: #9e1e1e;
    border-radius: 6px;
    padding: 6px 20px;
    color: #fff;
    font-size: 22px;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    text-transform: uppercase
}

.sep-banner .adv div:nth-child(2) .sep-banner-ad .bd {
    color: #142d53;
    font-size: 32px;
    font-weight: bold
}

.sep-banner img {
    max-width: 100%;
    margin: 0 auto
}

.sep-body .sep-container {
    width: 1200px
}

.sep-body .sep-title {
    display: table;
    margin: 0 auto;
    color: #2264b7;
    font-size: 50px;
    text-transform: capitalize;
    font-family: 'proximanova';
    margin-bottom: 30px;
    padding-top: 54px;
    position: relative
}

.sep-body .sep-title:before {
    content: '';
    width: 2px;
    height: 43px;
    background: #333565;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.sep-body .sep-section1 {
    padding-top: 45px;
    padding-bottom: 170px;
    background: url(/themes/simple/img/pro_bg.png) no-repeat bottom center
}

.sep-body .sep-section1 .sep-container .datalist {
    max-width: 967px;
    margin: 0 auto;
    position: relative
}

.sep-body .sep-section1 .sep-container .datalist .owl-theme .owl-dots {
    display: none !important
}

.sep-body .sep-section1 .sep-container .datalist .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 29px;
    height: 29px
}

.sep-body .sep-section1 .sep-container .datalist .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: url(/themes/simple/img/prev3.png) no-repeat
}

.sep-body .sep-section1 .sep-container .datalist .owl-carousel .owl-controls .owl-nav .owl-next {
    background: url(/themes/simple/img/next3.png) no-repeat
}

.sep-body .sep-section1 .sep-container .datalist .owl-theme .owl-controls {
    display: table;
    position: absolute;
    right: 9px;
    top: -13px
}

.sep-body .sep-section1 .sep-container .datalist ul li {
    padding-bottom: 38px
}

.sep-body .sep-section1 .sep-container .datalist ul li .box-lf {
    float: left;
    width: 50%
}

.sep-body .sep-section1 .sep-container .datalist ul li .box-lf img {
    width: 100%
}

.sep-body .sep-section1 .sep-container .datalist ul li .box-rt {
    float: right;
    width: 50%;
    background: #303438;
    padding: 80px 30px;
    height: 536px;
    position: relative;
    top: 38px
}

.sep-body .sep-section1 .sep-container .datalist ul li .box-rt .title {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'proximanova'
}

.sep-body .sep-section1 .sep-container .datalist ul li .box-rt .title:hover {
    text-decoration: underline
}

.sep-body .sep-section1 .sep-container .datalist ul li .box-rt .summary {
    color: #fff;
    font-size: 14px;
    line-height: 1.8em;
    font-family: 'proximanova'
}

.sep-body .sep-section1 .sep-container .datalist ul li .box-rt .more {
    color: #fff;
    font-size: 18px;
    border: 1px solid #fcfcfc;
    border-radius: 24px;
    padding: 8px 55px;
    font-family: 'proximanova';
    display: table;
    margin: 0 auto;
    margin-top: 50px
}

.sep-body .sep-section1 .sep-container .datalist ul li .box-rt .more:hover {
    background: #fff;
    color: #2264b7
}

.sep-body .sep-section2 {
    background: url(/themes/simple/img/new_bg.jpg) no-repeat top right;
    padding-bottom: 50px;
    padding-top: 33px;
    margin-top: -105px
}

.sep-body .sep-section2 .sep-container {
    width: 1228px
}

.sep-body .sep-section2 .sep-container>.title {
    color: #fff;
    font-size: 50px;
    font-family: 'proximanova';
    padding-left: 14px
}

.sep-body .sep-section2 .sep-container .datalist {
    margin-top: 20px
}

.sep-body .sep-section2 .sep-container .datalist li {
    width: 25%;
    padding: 0 14px;
    margin-bottom: 28px;
    float: left
}

.sep-body .sep-section2 .sep-container .datalist li:hover .title {
    background: #1f1f1f;
    color: #fff
}

.sep-body .sep-section2 .sep-container .datalist li .thumb {
    display: block;
    overflow: hidden
}

.sep-body .sep-section2 .sep-container .datalist li .thumb img {
    width: 100%
}

.sep-body .sep-section2 .sep-container .datalist li .title {
    display: block;
    background: #fff;
    color: #303030;
    font-family: 'proximanova';
    font-size: 14px;
    padding: 14px 10px;
    transition: all .3s
}

.sep-body .sep-section3 {
    padding-top: 40px
}

.sep-body .sep-section3 .wrap {
    background: #ebf1f2
}

.sep-body .sep-section3 .wrap .sep-container {
    padding-top: 50px
}

.sep-body .sep-section3 .wrap .sep-container .datalist li {
    width: 43%;
    margin-bottom: 40px;
    padding-left: 128px;
    position: relative
}

.sep-body .sep-section3 .wrap .sep-container .datalist li:nth-child(even) {
    float: right
}

.sep-body .sep-section3 .wrap .sep-container .datalist li:nth-child(odd) {
    float: left
}

.sep-body .sep-section3 .wrap .sep-container .datalist li .title {
    display: block;
    color: #333;
    font-size: 30px;
    font-family: 'proximanova';
    margin-bottom: 5px
}

.sep-body .sep-section3 .wrap .sep-container .datalist li .title:hover {
    color: #0da9d9
}

.sep-body .sep-section3 .wrap .sep-container .datalist li .summary {
    color: #767676;
    line-height: 1.8em;
    font-size: 14px;
    display: block
}

.sep-body .sep-section3 .wrap .sep-container .datalist li .thumb {
    position: absolute;
    width: 96px;
    height: 105px;
    left: 10px
}

.sep-body .sep-section3 .wrap .sep-container .datalist li:nth-child(1) .thumb {
    background: url(/themes/simple/img/icon_1.png) no-repeat center center
}

.sep-body .sep-section3 .wrap .sep-container .datalist li:nth-child(2) .thumb {
    background: url(/themes/simple/img/icon_2.png) no-repeat center center
}

.sep-body .sep-section3 .wrap .sep-container .datalist li:nth-child(3) .thumb {
    background: url(/themes/simple/img/icon_3.png) no-repeat center center
}

.sep-body .sep-section3 .wrap .sep-container .datalist li:nth-child(4) .thumb {
    background: url(/themes/simple/img/icon_4.png) no-repeat center center
}

.sep-body .sep-section4 {
    background: url(/themes/simple/img/num_bg.jpg) no-repeat top center;
    padding-top: 30px;
    padding-bottom: 45px
}

.sep-body .sep-section4 .sep-container ul li {
    display: inline-block;
    padding: 0 36px;
    float: left
}

.sep-body .sep-section4 .sep-container ul li:nth-child(1) {
    width: 30%
}

.sep-body .sep-section4 .sep-container ul li:nth-child(2) {
    width: 30%
}

.sep-body .sep-section4 .sep-container ul li:nth-child(3) {
    width: 40%
}

.sep-body .sep-section4 .sep-container ul li .num {
    font-family: 'proximanova-bold';
    font-size: 75px;
    color: #fff;
    display: block
}

.sep-body .sep-section4 .sep-container ul li .alias {
    font-family: 'proximanova';
    color: #fff;
    font-size: 20px
}

.sep-body .sep-section5 {
    padding-top: 55px;
    padding-bottom: 30px;
    background: #ebf1f2
}

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

.sep-body .sep-section5 .box-wrap {
    max-width: 1050px;
    margin: 0 auto
}

.sep-body .sep-section5 .box-wrap ul li {
    margin-bottom: 5px
}

.sep-body .sep-section5 .box-wrap ul li .thumb {
    display: block;
    overflow: hidden
}

.sep-body .sep-section5 .box-wrap ul li .thumb img {
    width: 100%
}

.sep-body .sep-section5 .box-wrap ul li:hover .box {
    top: -50px;
    box-shadow: 1px 1px 1px #ddd
}

.sep-body .sep-section5 .box-wrap ul li .box {
    background: #fff;
    max-width: 425px;
    padding: 20px;
    position: relative;
    top: -30px;
    transition: all .3s ease-in-out
}

.sep-body .sep-section5 .box-wrap ul li .box span {
    color: #9a9a9a;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    font-family: 'proximanova'
}

.sep-body .sep-section5 .box-wrap ul li .box .title {
    font-family: 'proximanova';
    color: #333;
    font-size: 18px;
    display: block;
    margin-bottom: 10px
}

.sep-body .sep-section5 .box-wrap ul li .box .title:hover {
    color: #2264b7
}

.sep-body .sep-section5 .box-wrap ul li .box .summary {
    font-family: 'proximanova';
    color: #767676;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.8em
}

.sep-body .sep-section5 .box-wrap ul li .box .more {
    padding: 7px 20px;
    border-radius: 24px;
    background: #959ca3;
    color: #fff;
    font-family: 'proximanova';
    font-size: 14px;
    display: table;
    margin-top: 15px
}

.sep-body .sep-section5 .box-wrap ul li .box .more:hover {
    background: #1b1b1b
}

.sep-body .sep-section5 .box-wrap .box-lf {
    float: left;
    width: 46.7%
}

.sep-body .sep-section5 .box-wrap .box-rt {
    float: right;
    width: 46.7%;
    margin-top: 67px
}

.sep-footer {
    background: url(/themes/simple/img/footer_bg.jpg) repeat-y top center;
    color: rgba(255, 255, 255, 0.7);
    position: relative
}

.sep-footer .sep-footer-share {
    background: #898989;
    padding: 3px 0
}

.sep-footer .sep-footer-share .sep-share li a i {
    font-size: 18px
}

.sep-footer .bottom-line {
    height: 1px;
    background-image: -webkit-linear-gradient(to right, transparent, #fff, transparent);
    background-image: linear-gradient(to right, transparent, #fff, transparent)
}

.sep-footer .sep-bottom-box {
    position: relative;
    padding: 29px 0;
    padding-top: 50px
}

.sep-footer .sep-bottom-box .logo-center {
    position: absolute;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    top: -77px;
    transform: translateX(-50%);
    z-index: 1000
}

.sep-footer .sep-bottom-box .bottom-top .sep-share {
    bottom: 37px;
    right: 0
}

.sep-footer .sep-bottom-box .bottom-top .sep-share li.qrcode {
    position: relative
}

.sep-footer .sep-bottom-box .bottom-top .sep-share li.qrcode:hover img {
    display: block
}

.sep-footer .sep-bottom-box .bottom-top .sep-share li.qrcode img {
    position: absolute;
    left: 100%;
    max-width: 150px;
    bottom: 100%;
    display: none;
    background: #fff;
    padding: 5px
}

.sep-footer .sep-bottom-box .bottom-top .sep-share li.qrcode a {
    overflow: inherit
}

.sep-footer .sep-bottom-box .bottom-top .sep-share li a {
    display: block;
    line-height: 25px;
    text-align: left;
    margin-right: 30px;
    padding-right: 0
}

.sep-footer .sep-bottom-box .bottom-top .sep-share li a:hover i {
    color: #2264b7
}

.sep-footer .sep-bottom-box .bottom-top .sep-share li a i {
    color: #fff;
    font-size: 18px
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li {
    float: left;
    width: 21.44%
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:nth-child(2) {
    width: 21.44%
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:nth-child(3) {
    width: 21.44%
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child {
    width: 35.66%;
    padding-right: 40px
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child>dl:nth-child(2) dt {
    margin-bottom: 0
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child>dl:nth-child(2) dt:before {
    display: none
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child>dl:nth-child(2) dt:after {
    display: none
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child>dl:nth-child(1) {
    padding-left: 0
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child>dl:nth-child(1) .dd-copyright {
    margin-top: 90px
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child>dl:nth-child(1) dd {
    color: #ebebeb;
    font-size: 14px;
    position: relative;
    margin-bottom: 4px;
    padding-left: 31px;
    line-height: 22px;
    min-height: 25px;
    font-family: 'proximanova';
    text-transform: uppercase
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child>dl:nth-child(1) dd:nth-child(2) {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child>dl:nth-child(1) dd:nth-child(2)>img {
    top: 2px
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child>dl:nth-child(1) dd:nth-child(4)>img {
    top: 4px
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child>dl:nth-child(1) dd>i,
.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child>dl:nth-child(1) dd>img {
    color: #fff;
    display: inline-block;
    position: absolute;
    font-size: 24px;
    text-align: center;
    left: 0;
    top: 7px
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child>dl:nth-child(1) dd span {
    color: #ebebeb;
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    font-family: 'proximanova';
    text-transform: uppercase
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child>dl:nth-child(1) dd>a {
    line-height: 25px;
    display: inline;
    color: #ebebeb;
    font-size: 14px;
    font-family: 'proximanova';
    text-transform: uppercase
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child>dl:nth-child(1) dd>a:hover {
    color: #aaa
}

.sep-footer .sep-bottom-box .bottom-top>ul:not(.sep-share)>li:last-child>dl:nth-child(1) dd>a:before {
    display: none
}

.sep-footer .sep-bottom-box .bottom-top dl {
    float: left;
    width: 100%
}

.sep-footer .sep-bottom-box .bottom-top dl:first-child {
    margin-bottom: 12px
}

.sep-footer .sep-bottom-box .bottom-top dl dt {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase
}

.sep-footer .sep-bottom-box .bottom-top dl dt:before {
    content: '';
    display: block;
    width: 43px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #2264b7;
    position: absolute;
    display: none
}

.sep-footer .sep-bottom-box .bottom-top dl dt a {
    color: #ebebeb;
    font-size: 22px;
    font-weight: normal;
    font-family: 'proximanova';
    text-transform: uppercase
}

.sep-footer .sep-bottom-box .bottom-top dl dd div {
    margin-bottom: 5px
}

.sep-footer .sep-bottom-box .bottom-top dl dd div a {
    color: #6e6e6e;
    font-size: 14px;
    text-transform: uppercase
}

.sep-footer .sep-bottom-box .bottom-top dl dd div a:before {
    display: none
}

.sep-footer .sep-bottom-box .bottom-top dl dd a {
    color: #ebebeb;
    font-size: 14px;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    padding-right: 10px;
    overflow: hidden;
    font-family: 'proximanova'
}

.sep-footer .sep-bottom-box .bottom-top dl dd a:hover {
    color: #aaa
}

.sep-footer .sep-bottom-box .bottom-copyright {
    padding: 20px 0;
    border-top: 1px solid #818181;
    margin-top: 30px
}

.sep-footer .sep-bottom-box .bottom-copyright .box1 {
    margin: 0 auto;
    width: 90%
}

.sep-footer .sep-bottom-box .bottom-copyright .box span,
.sep-footer .sep-bottom-box .bottom-copyright .box a {
    display: block;
    font-size: 14px;
    position: relative;
    color: #474747;
    padding-left: 10px;
    text-transform: capitalize
}

.sep-footer .sep-bottom-box .bottom-copyright .box {
    padding-right: 218px
}

.sep-footer .sep-bottom-box .bottom-copyright .box a,
.sep-footer .sep-bottom-box .bottom-copyright .box b {
    color: #474747;
    font-size: 14px
}

.sep-footer .sep-bottom-box .bottom-copyright .box a:hover {
    color: #2264b7
}

.sep-footer .sep-bottom-box .bottom-copyright .box b {
    padding: 0 2px
}

.sep-footer .sep-bottom-box .bottom-copyright .sep-share {
    position: relative;
    top: 14px;
    right: 20px
}

.sep-footer .sep-bottom-box .bottom-copyright .sep-share li a i {
    font-size: 18px;
    color: #474747
}

.sep-footer .sep-bottom-box .bottom-copyright .sep-share li a i:hover {
    color: #ddd
}

.sep-footer .sep-copyright {
    padding: 0 0;
    font-size: 14px
}

.sep-footer .sep-copyright .box {
    position: relative;
    float: right
}

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

.sep-footer .sep-copyright .box a:first-child:after,
.sep-footer .sep-copyright .box a:nth-child(2):after {
    position: absolute;
    right: 0;
    top: 2px;
    content: '';
    width: 1px;
    height: 14px;
    background: #ededed
}

.sep-footer .sep-copyright .box a:nth-child(2) {
    padding-left: 5px
}

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

.sep-footer .sep-copyright a,
.sep-footer .sep-copyright span {
    font-size: 14px;
    color: #ededed
}

.sep-footer .sep-copyright span {
    position: relative
}

.sep-footer .sep-copyright ul li a {
    color: #ededed
}

.sep-footer .sep-copyright ul li a:hover {
    color: #ededed
}

.sep-footer .sep-copyright .sep-share {
    position: relative
}

.sep-footer .sep-copyright .sep-share li {
    padding-left: 30px
}

.sep-footer .sep-copyright .sep-share li i {
    color: #2264b7;
    text-align: center;
    font-size: 30px
}

.sep-footer .sep-copyright a:hover {
    color: #ededed
}

.sep-footer .sep-copyright .sep-container {
    max-width: 1200px;
    width: auto;
    padding: 25px 20px;
    border-top: 1px solid #5d5a5a
}

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

.gallery img {
    max-height: 200px;
    transition: -webkit-filter .4s, filter .4s;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    max-width: 100%
}

.gallery img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.gallery a {
    width: 31.33%;
    display: inline-block;
    overflow: hidden;
    margin: .5%;
    box-shadow: 0 0 4px -1px #000;
    text-align: center
}

.sep-container.form-down {
    display: none;
    padding-bottom: 20px;
    position: relative;
    top: -50px
}

.sep-container.form-down form {
    position: relative;
    display: table;
    width: 60%;
    float: right
}

.sep-container.form-down .form-control {
    background: #fff;
    border: none;
    border-bottom: 1px solid #2264b7;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding-left: 20px;
    display: inline-block;
    width: 100%
}

.sep-container.form-down .top-btn {
    display: inline-block;
    border-radius: 50%;
    background: #2264b7;
    color: #fff;
    padding: 5px 7px;
    outline: none;
    border: none;
    position: absolute;
    right: 0
}

.sep-container.form-down i {
    position: absolute;
    left: 0;
    top: 10px
}

.social-contact:before {
    content: '';
    display: table;
    clear: both
}

.social-contact:after {
    content: '';
    display: table;
    clear: both
}

.social-contact li {
    float: left;
    margin: 0 2px
}

.social-contact li a {
    border: 1px solid #aaa;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #5b5b5b
}

.social-contact li a:hover {
    color: #2264b7
}

.sep-news-list li {
    padding-left: 277px;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 20px;
    min-height: 152px;
    margin-bottom: 20px;
    background: #f0f0f0
}

.sep-news-list li .thumb {
    display: block;
    width: 259px;
    height: 142px;
    position: absolute;
    left: 8px;
    top: 6px
}

.sep-news-list li .thumb img {
    width: 100%
}

.sep-news-list li .title {
    color: #323232;
    font-size: 18px;
    display: block;
    margin-bottom: 4px
}

.sep-news-list li .title:hover {
    color: #2264b7
}

.sep-news-list li .date {
    color: #969696;
    font-size: 14px;
    display: block;
    margin-top: 0;
    margin-bottom: 4px
}

.sep-news-list li a.summary {
    color: #646464;
    line-height: 18px;
    font-size: 14px
}

.sep-resource-queue>ul:before {
    content: '';
    display: table;
    clear: both
}

.sep-resource-queue>ul:after {
    content: '';
    display: table;
    clear: both
}

.sep-resource-queue>ul>li {
    float: left;
    background: #fff;
    padding: 15px 20px;
    width: 49%;
    margin-bottom: 2%;
    transition: .6s;
    height: 313px
}

.sep-resource-queue>ul>li:hover {
    box-shadow: 0 0 6px #666
}

.sep-resource-queue>ul>li:nth-child(even) {
    float: right
}

.sep-resource-queue>ul>li .title {
    font-size: 20px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px
}

.sep-resource-queue>ul>li .btn-more {
    background: #2264b7;
    color: #fff;
    padding: 5px 15px;
    transition: .5s;
    font-size: 18px
}

.sep-resource-queue>ul>li .btn-more:hover {
    background: transparent;
    color: #2264b7
}

.sep-resource-queue>ul>li .box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px
}

.sep-resource-queue>ul>li .box:before {
    content: '';
    display: table;
    clear: both
}

.sep-resource-queue>ul>li .box:after {
    content: '';
    display: table;
    clear: both
}

.sep-resource-queue>ul>li .box .thumb {
    display: inline-block;
    overflow: hidden;
    width: 282px;
    height: 189px;
    float: left
}

.sep-resource-queue>ul>li .box .thumb img {
    width: 282px;
    height: 189px
}

.sep-resource-queue>ul>li .box .summary {
    float: right;
    display: inline-block;
    height: 189px;
    width: 240px;
    font-size: 14px;
    position: relative
}

.sep-resource-queue>ul>li .box .btn-read {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #2264b7
}

.sep-resource-queue>ul>li .box .btn-read:hover {
    text-decoration: underline
}

.sep-resource-queue>ul>li .box-x {
    margin-top: 10px
}

.sep-resource-queue>ul>li .box-x:before {
    content: '';
    display: table;
    clear: both
}

.sep-resource-queue>ul>li .box-x:after {
    content: '';
    display: table;
    clear: both
}

.sep-resource-queue>ul>li .box-x .box-m {
    float: left;
    width: 49%
}

.sep-resource-queue>ul>li .box-x .box-m .thumb {
    width: 265px;
    height: 175px
}

.sep-resource-queue>ul>li .box-x .box-m .thumb img {
    width: 265px;
    height: 175px;
    border: 1px solid #ddd
}

.sep-resource-queue>ul>li .box-x .box-m .summary {
    margin-top: 10px;
    display: inline-block;
    height: 3em;
    overflow: hidden
}

.sep-resource-queue>ul>li .box-x .box-m:nth-child(2) {
    float: right
}

.sep-resource-queue>ul>li .contact-link {
    padding-top: 15px
}

.sep-resource-queue>ul>li .contact-link>a {
    border: 1px solid #aaa;
    border-radius: 3px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    padding: 0 5px;
    float: right;
    margin-left: 5px
}

.sep-resource-queue>ul>li .contact-link>a i {
    padding-right: 5px;
    font-size: 18px
}

.sep-resource-queue>ul>li .contact-link>a span {
    position: relative;
    top: -2px
}

.sep-resource-list .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0
}

.sep-resource-list .sep-datalist>li {
    border-bottom: dotted 1px #ddd;
    position: relative;
    min-height: 140px;
    padding: 15px 10px 50px 150px;
    line-height: 1em
}

.sep-resource-list .sep-datalist>li.nothumb {
    padding-left: 10px
}

.sep-resource-list .sep-datalist>li.nothumb .thumb {
    display: none
}

.sep-resource-list .sep-datalist>li .thumb {
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center
}

.sep-resource-list .sep-datalist>li .thumb img {
    max-width: 100%;
    height: 90px;
    border: 1px solid #ddd
}

.sep-resource-list .sep-datalist>li .title {
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px
}

.sep-resource-list .sep-datalist>li .title:hover {
    color: #2264b7
}

.sep-resource-list .sep-datalist>li .summary {
    display: block;
    color: #666;
    line-height: 1.5em;
    word-break: break-all
}

.sep-resource-list .sep-datalist>li .published {
    display: block;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px
}

.sep-resource-list .sep-datalist>li .published:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    margin-right: 5px
}

.sep-resource-list .sep-datalist>li .btn-read {
    position: absolute;
    bottom: 10px;
    right: 0;
    border: solid 1px #ccc;
    border-radius: 3px;
    background: #f0f0f0;
    padding: 2px 8px;
    color: #333;
    font-size: 12px
}

.sep-resource-list-nothumb .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0
}

.sep-resource-list-nothumb .sep-datalist li {
    border-bottom: dotted 1px #ddd;
    position: relative;
    min-height: 120px;
    padding: 15px 10px 50px 10px
}

.sep-resource-list-nothumb .sep-datalist li .thumb {
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    display: none
}

.sep-resource-list-nothumb .sep-datalist li .thumb img {
    max-width: 100%;
    height: 90px;
    display: none;
    border: 1px solid #ddd
}

.sep-resource-list-nothumb .sep-datalist li .title {
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    height: auto;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px
}

.sep-resource-list-nothumb .sep-datalist li .title:hover {
    color: #2264b7
}

.sep-resource-list-nothumb .sep-datalist li .summary {
    display: block;
    color: #666;
    line-height: 1.5em;
    word-break: break-all;
    width: 100%
}

.sep-resource-list-nothumb .sep-datalist li .published {
    display: block;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px
}

.sep-resource-list-nothumb .sep-datalist li .published:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    margin-right: 5px
}

.sep-resource-list-nothumb .sep-datalist li .btn-read {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: solid 1px #ccc;
    border-radius: 3px;
    background: #f0f0f0;
    padding: 2px 8px;
    color: #333;
    font-size: 12px;
    display: none
}

.sep-resource-grid .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden
}

.sep-resource-grid .sep-datalist li {
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
    padding: 0 15px
}

.sep-resource-grid .sep-datalist li .thumb {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 8px
}

.sep-resource-grid .sep-datalist li .thumb img {
    max-width: 100%;
    border: 1px solid #ddd
}

.sep-resource-grid .sep-datalist li .title {
    line-height: 1.5em;
    height: 3em;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    color: #333;
    font-weight: bold;
    text-align: center
}

.sep-resource-grid .sep-datalist li .title:hover {
    color: #2264b7
}

.sep-resource-grid .sep-datalist li .summary {
    display: none;
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
    color: #777
}

.sep-resource-grid .sep-datalist li .published {
    display: none
}

.sep-resource-grid .sep-datalist li .btn-read {
    display: none
}

.sep-resource-list-case .sep-datalist li {
    position: relative;
    height: 280px
}

.sep-resource-list-case .sep-datalist li .thumb {
    display: table;
    position: absolute;
    width: 300px;
    top: 30px
}

.sep-resource-list-case .sep-datalist li .thumb img {
    max-width: 300px
}

.sep-resource-list-case .sep-datalist li .title {
    font-size: 18px;
    display: block;
    font-weight: bold;
    text-align: center;
    margin-top: 20px
}

.sep-resource-list-case .sep-datalist li .title:hover {
    text-decoration: underline
}

.sep-resource-list-case .sep-datalist li .summary {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    margin: 10px 0
}

.sep-resource-list-case .sep-datalist li .published {
    display: none
}

.sep-resource-list-case .sep-datalist li .btn-read {
    width: 100px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    background: #2264b7;
    display: table;
    margin: 0 auto
}

.sep-resource-list-case .sep-datalist li .btn-read:hover {
    text-decoration: underline
}

.sep-resource-list-case .sep-datalist li:nth-child(odd) {
    padding: 30px 30px 30px 350px;
    background: rgba(195, 189, 189, 0.16)
}

.sep-resource-list-case .sep-datalist li:nth-child(odd) .thumb {
    left: 30px
}

.sep-resource-list-case .sep-datalist li:nth-child(odd) .title {
    color: #000
}

.sep-resource-list-case .sep-datalist li:nth-child(odd) .summary {
    color: #000
}

.sep-resource-list-case .sep-datalist li:nth-child(even) {
    padding: 30px 350px 30px 30px;
    background: #e8e8e8
}

.sep-resource-list-case .sep-datalist li:nth-child(even) .thumb {
    right: 30px
}

.sep-resource-list-case .sep-datalist li:nth-child(even) .title {
    color: #333
}

.sep-resource-list-case .sep-datalist li:nth-child(even) .summary {
    color: #333
}

.sep-resource-idx dl {
    overflow: hidden;
    margin-bottom: 30px
}

.sep-resource-idx dl dt {
    font-weight: bold;
    font-size: 18px;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 5px 10px
}

.sep-resource-idx dl dt .btn-more {
    float: right;
    font-weight: normal;
    font-size: 12px;
    padding: 2px;
    color: #666
}

.sep-resource-idx dl dt .btn-more:after {
    content: ' >'
}

.sep-resource-idx dl dd {
    margin: 10px -10px
}

.sep-resource-idx dl dd ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sep-resource-idx dl dd ul li {
    float: left;
    width: 25%
}

.sep-resource-idx dl dd ul li a {
    display: block;
    margin: 10px
}

.sep-resource-idx dl dd ul li a .thumb {
    display: block;
    width: 100%;
    height: 190px;
    line-height: 186px;
    background: #fafafa;
    overflow: hidden;
    text-align: center
}

.sep-resource-idx dl dd ul li a .thumb img {
    max-width: 100%;
    max-height: 100%
}

.sep-resource-idx dl dd ul li a .title {
    margin: 5px 0;
    display: block;
    line-height: 1em;
    height: 1em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #333
}

.sep-his-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    padding-top: 36px;
    position: relative
}

.sep-his-list:before {
    content: '';
    display: block;
    background: url("/themes/simple/img/history-bg.png") repeat-y top center;
    position: absolute;
    top: 0;
    left: 47.1%;
    width: 8px;
    height: 100%
}

.sep-his-list:after {
    content: '';
    display: block;
    background: url("/themes/simple/img/history-bg.png") repeat-y top center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    position: absolute;
    top: 0;
    right: 47.1%;
    width: 8px;
    height: 100%
}

.sep-his-list li {
    width: 48%;
    margin-bottom: 30px;
    position: relative
}

.sep-his-list li:nth-child(even) {
    float: right
}

.sep-his-list li:nth-child(even) .his-content {
    text-align: left;
    margin-left: 10px
}

.sep-his-list li:nth-child(odd) {
    float: left
}

.sep-his-list li:nth-child(odd) .his-content {
    text-align: right
}

.sep-his-list li span {
    display: inline-block
}

.sep-his-list li .his-title {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 56px
}

.sep-his-list li .his-content {
    line-height: 18px;
    font-size: 12px;
    width: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.sep-his-list li .his-content * {
    font-size: 12px
}

.sep-his-list li:nth-child(4n+1) .his-title {
    float: right;
    width: 78px;
    height: 56px;
    background: url("/themes/simple/img/history-blue-left.png") left center no-repeat
}

.sep-his-list li:nth-child(4n+1) .his-content {
    float: left
}

.sep-his-list li:nth-child(4n+2) .his-title {
    float: left;
    width: 78px;
    height: 56px;
    background: url("/themes/simple/img/history-blue-right.png") left center no-repeat
}

.sep-his-list li:nth-child(4n+2) .his-content {
    float: right
}

.sep-his-list li:nth-child(4n+3) .his-title {
    float: right;
    width: 78px;
    height: 56px;
    background: url("/themes/simple/img/history-left-red.png") left center no-repeat
}

.sep-his-list li:nth-child(4n+3) .his-content {
    float: left
}

.sep-his-list li:nth-child(4n+4) .his-title {
    float: left;
    width: 78px;
    height: 56px;
    background: url("/themes/simple/img/history-right-red.png") left center no-repeat
}

.sep-his-list li:nth-child(4n+4) .his-content {
    float: right
}

.sep-pagination {
    text-align: center
}

.sep-pagination .pagination li a,
.sep-pagination .pagination li span {
    padding: 3px 10px;
    color: #333
}

.sep-pagination .pagination li.active a,
.sep-pagination .pagination li.active span {
    border-color: #1e58a1;
    background: #2264b7;
    color: #fff
}

.focus-img div.img {
    display: table;
    margin: 0 auto
}

.focus-img div.img img {
    max-width: 100%
}

.focus-img .datalist {
    margin-top: 10px
}

.focus-img .datalist li {
    width: 14.28%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px
}

.focus-img .datalist li.active img {
    -webkit-filter: brightness(1)
}

.focus-img .datalist li img {
    max-width: 100%;
    cursor: pointer;
    -webkit-filter: brightness(.5)
}

.sep-inner-banner {
    text-align: center
}

.sep-inner-banner img {
    max-width: 100%
}

.sep-mainbody {
    position: relative;
    font-size: 14px;
    line-height: 1.8em;
    padding-bottom: 100px
}

.sep-mainbody .sep-container {
    position: relative
}

.sep-mainbody .sep-container:before {
    display: table;
    content: " ";
    clear: both
}

.sep-mainbody .sep-container:after {
    display: table;
    content: " ";
    clear: both
}

.sep-mainbody .faq-list .faq-item {
    overflow: hidden
}

.sep-mainbody .faq-list .faq-item .faq-question {
    clear: both;
    font-size: 18px;
    font-weight: bold
}

.sep-mainbody .faq-list .faq-item .faq-question:before {
    font-family: FontAwesome;
    content: "\f29c";
    font-size: 34px;
    color: #2264b7;
    margin-right: 12px;
    margin-left: 2px;
    vertical-align: middle;
    font-weight: normal
}

.sep-mainbody .faq-list .faq-item .faq-answer {
    box-shadow: 0 1px 4px #ccc;
    border-radius: 8px;
    padding: 10px;
    display: inline-block;
    float: left;
    margin: 5px;
    margin-left: 40px;
    padding-right: 10px;
    background: #ddd url(../image/logo.png) no-repeat right 10px top 5px;
    background-size: auto 30px;
    min-height: 40px;
    font-size: 14px;
    padding-right: 70px
}

.sep-mainbody .faq-list .faq-item .faq-answer p {
    font-size: 14px
}

.sep-mainbody .sep-sidebar {
    width: 280px;
    float: right;
    margin-top: 30px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box {
    margin-bottom: 17px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .sep-headline a {
    font-family: 'Open Sans';
    color: #fff;
    font-size: 24px;
    display: block;
    background: #9e1e1e;
    padding: 12px 20px;
    text-transform: uppercase
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li a {
    color: #3b3b3b;
    display: block;
    background: #e4e4e4;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    transition: all .5s;
    position: relative
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li a:hover {
    color: #2264b7;
    font-weight: bold
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li a.active {
    color: #2264b7;
    font-weight: bold
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li a span {
    font-weight: bold;
    padding-right: 5px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li a i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: all .5s
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li.active a i {
    transform: translateY(-50%) rotate(90deg)
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li ul {
    display: none
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist li ul li a {
    background: #f1f1f1;
    padding-left: 33px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-haspic {
    padding: 20px 12px;
    padding-bottom: 10px;
    background: #f2f2f2
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-haspic li {
    width: 50%;
    float: left;
    padding: 0 12px;
    margin-bottom: 15px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-haspic li .thumb {
    display: block
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-haspic li .thumb img {
    width: 100%
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-haspic li .title {
    color: #242424;
    height: 1.4em;
    overflow: hidden;
    display: block;
    text-align: center;
    margin-top: 2px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-haspic li .title:hover {
    color: #2264b7
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news {
    background: #f2f2f2;
    padding: 20px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news li {
    padding-bottom: 20px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news li:last-child,
.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news li:nth-child(2) {
    border-top: 1px solid #d9d9d9;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 20px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news li:nth-child(2) {
    padding-bottom: 20px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news li .title {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    display: block;
    line-height: 1.4em;
    margin-bottom: 10px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news li .title:hover {
    color: #2264b7
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-news li .summary {
    color: #323232;
    font-size: 12px;
    line-height: 1.4em;
    display: block
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-contact {
    background: #f2f2f2;
    padding-top: 28px;
    padding-left: 14px;
    padding-right: 5px;
    padding-bottom: 48px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-contact li {
    position: relative;
    padding-left: 22px;
    color: #4e4e4e;
    font-size: 14px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-contact li:last-child {
    padding-right: 14px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-contact li:last-child>img:first-child {
    margin-top: 30px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-contact li:nth-child(2) i {
    left: 0
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-contact li i {
    position: absolute;
    color: #adadad;
    left: 2px;
    top: 5px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-contact li a {
    color: #4e4e4e;
    font-size: 14px
}

.sep-mainbody .sep-sidebar .sep-sidebar-box .datalist-contact li a:hover {
    color: #2264b7
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd {
    margin-bottom: 24px
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd.sep-sidebar-jd-pro .sep-headline a {
    font-size: 24px;
    padding-top: 62px;
    padding-bottom: 12px;
    background: url(/themes/simple/img/siderbar_bg.jpg) no-repeat
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-list .datalist>li {
    border-bottom: 1px solid #fff
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-list .datalist>li:last-child {
    border-bottom: none
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-list .datalist>li>a {
    color: #000;
    font-size: 18px;
    font-family: 'proximanova';
    background: #ebf1f2;
    display: block;
    padding: 10px 10px;
    padding-right: 35px;
    position: relative
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-list .datalist>li>a:hover {
    color: #d10631
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-list .datalist>li>a:hover i {
    color: #d10631
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-list .datalist>li>a i {
    color: #000;
    position: absolute;
    top: 4px;
    right: 10px;
    padding: 10px;
    transition: .3s all
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-list .datalist>li.active>a {
    color: #d10631
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-list .datalist>li.active>a>i {
    transform: rotate(90deg);
    top: 4px;
    color: #d10631
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-list .datalist>li ul {
    padding: 8px 0;
    padding-left: 40px;
    display: none;
    background: #fefefe
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-list .datalist>li ul li {
    list-style: disc;
    padding: 0 0;
    font-size: 12px
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-list .datalist>li ul li a {
    color: #565656;
    font-size: 14px;
    display: block;
    font-weight: 400;
    font-family: 'proximanova'
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-list .datalist>li ul li a:hover {
    color: #d10631
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-headline a {
    font-family: 'proximanova';
    color: #fff;
    font-size: 20px;
    display: block;
    background: #110801;
    padding: 9px 14px;
    text-transform: uppercase
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-normal {
    padding: 15px;
    text-align: center;
    border: 1px solid #cfcfcf
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-normal.sep-sidebar-box-normal-adv {
    padding: 26px 26px
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-normal.sep-sidebar-box-normal-adv .bx-wrapper .bx-controls-direction {
    opacity: 1
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-normal.sep-sidebar-box-normal-adv .bx-wrapper .bx-controls-direction a {
    width: 7px;
    height: 12px;
    top: 55%
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-normal.sep-sidebar-box-normal-adv .bx-wrapper .bx-controls-direction a.bx-prev {
    background: url(/themes/simple/img/prev4.png) no-repeat;
    opacity: 1;
    left: -18px
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-normal.sep-sidebar-box-normal-adv .bx-wrapper .bx-controls-direction a.bx-next {
    background: url(/themes/simple/img/next4.png) no-repeat;
    opacity: 1;
    right: -18px
}

.sep-mainbody .sep-sidebar .sep-sidebar-jd .sep-sidebar-box-normal .datalist li img {
    width: 100%
}

.sep-mainbody .history li {
    position: relative;
    padding-left: 110px;
    height: 90px;
    margin-bottom: 20px
}

.sep-mainbody .history li:nth-child(3) span {
    font-size: 14px
}

.sep-mainbody .history li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    background: #2264b7;
    color: #fff;
    font-size: 18px
}

.sep-mainbody .history li div {
    line-height: 90px
}

.sep-mainbody .sep-primary {
    width: 880px;
    float: left;
    margin-top: 30px
}

.sep-mainbody .sep-primary .sep-content-jd {
    margin-bottom: 30px
}

.sep-mainbody .sep-primary .sep-content-jd .thumb {
    max-width: 50%;
    float: left;
    padding-right: 25px;
    padding-bottom: 5px;
    overflow: hidden;
    background: #fff
}

.sep-mainbody .sep-primary .sep-content-jd h1 {
    color: #212121;
    font-size: 26px;
    font-family: 'proximanova';
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-weight: normal
}

.sep-mainbody .sep-primary .sep-content-jd .richtext {
    color: #767676;
    font-size: 14px;
    line-height: 1.6em;
    font-family: 'proximanova'
}

.sep-mainbody .sep-primary .sep-title {
    color: #212121;
    font-size: 26px;
    font-family: 'proximanova';
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

.sep-mainbody .sep-primary .sep-pro-detail {
    margin-bottom: 40px
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf {
    width: 53.6%;
    float: left
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf .thumb a {
    display: block;
    position: relative
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf .thumb a:before {
    content: '';
    width: 57px;
    height: 37px;
    background: url(/themes/simple/img/fdj_bg.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100000
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf .thumb a:hover:before {
    opacity: 0
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf .thumb .zoomPad {
    float: none
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf .thumb img.preview {
    max-width: 100%
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf ul {
    margin-top: 0
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf ul li {
    width: 25%;
    padding: 0 5px;
    float: left;
    margin: 5px 0;
    margin-top: 15px
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf ul li a.zoomThumbActive {
    display: block;
    position: relative
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf ul li a.zoomThumbActive:before {
    content: "";
    border: 6px solid transparent;
    border-bottom: 6px solid #c70f0f;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf ul li a.zoomThumbActive img {
    border: 3px solid #c70f0f
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf ul li a {
    display: block
}

.sep-mainbody .sep-primary .sep-pro-detail .box-lf ul li img {
    width: 100%;
    border: 3px solid transparent
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt {
    width: 43%;
    float: right
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt h1 {
    color: #212121;
    font-size: 26px;
    font-family: 'proximanova';
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt .text {
    color: #767676;
    font-size: 14px;
    line-height: 1.6em;
    height: 16em;
    overflow-y: scroll;
    padding-left: 10px
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt .contact-box {
    margin-top: 50px
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt .contact-box a {
    background: #8d8d8d;
    display: inline-block;
    padding: 0 10px;
    padding-top: 2px;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt .contact-box a:nth-child(1) {
    margin-right: 12px
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt .contact-box a i {
    padding-right: 5px
}

.sep-mainbody .sep-primary .sep-pro-detail .box-rt .contact-box a:hover {
    background: #c2282e
}

.sep-mainbody .sep-primary .sep-pro-detail-hd {
    color: #454545;
    font-size: 24px;
    background: #ebf1f2;
    padding: 8px 24px;
    margin-bottom: 25px;
    margin-top: 24px
}

.sep-mainbody .sep-primary .richtext {
    font-family: 'proximanova'
}

.sep-mainbody .sep-primary .sep-mj-title {
    color: #242424;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #cacaca;
    padding: 22px 0;
    margin-bottom: 21px
}

.sep-mainbody .sep-primary .sep-mj-title2 {
    color: #2264b7;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 11px
}

.sep-mainbody .sep-primary .sep-detail-box .box-lf {
    float: left;
    width: 37%
}

.sep-mainbody .sep-primary .sep-detail-box .box-lf img {
    border: 1px solid #dbdbdb;
    max-width: 100%
}

.sep-mainbody .sep-primary .sep-detail-box .box-lf div.info {
    margin-top: 15px
}

.sep-mainbody .sep-primary .sep-detail-box .box-lf div.info .email {
    display: inline-block;
    background: #2264b7;
    color: #fff;
    font-family: 'Open Sans';
    padding: 5px 15px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #2264b7;
    transition: all .3s ease-in-out
}

.sep-mainbody .sep-primary .sep-detail-box .box-lf div.info .email:hover {
    background: #fff;
    color: #2264b7
}

.sep-mainbody .sep-primary .sep-detail-box .box-lf div.info .email i {
    padding-right: 5px
}

.sep-mainbody .sep-primary .sep-detail-box .box-rt {
    float: right;
    width: 60.8%
}

.sep-mainbody .sep-primary .sep-detail-box .box-rt .title {
    background: #2264b7;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    font-size: 18px
}

.sep-mainbody .sep-primary .sep-detail-box .box-rt .text {
    margin-top: 10px;
    height: 356px;
    overflow-y: scroll
}

.sep-mainbody .sep-primary .sep-detail-box .box-rt .text ul {
    padding-left: 20px
}

.sep-mainbody .sep-primary .sep-detail-box .box-rt .text ul li {
    list-style: disc;
    color: #565656;
    font-size: 14px;
    line-height: 1.6em
}

.sep-mainbody .sep-primary .sep-detail-box .box-rt .text ul li * {
    color: #565656;
    font-size: 14px;
    line-height: 1.6em
}

.sep-mainbody .sep-primary .sep-detail-mj {
    margin-top: 25px
}

.sep-mainbody .sep-primary .sep-detail-mj .title {
    background: #2264b7;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 18px;
    font-size: 18px
}

.sep-mainbody .sep-primary .sep-advantage {
    margin-top: 25px
}

.sep-mainbody .sep-primary .sep-advantage .title {
    background: #2264b7;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 18px;
    font-size: 18px
}

.sep-mainbody .sep-primary .sep-advantage .video {
    text-align: center;
    margin-bottom: 31px;
    margin-top: 30px
}

.sep-mainbody .sep-primary .sep-advantage .sep-pics {
    margin-bottom: 30px
}

.sep-mainbody .sep-primary .sep-advantage .sep-pics li {
    width: 50%;
    float: left;
    margin-top: 30px;
    padding: 0 20px;
    text-align: center
}

.sep-mainbody .sep-primary .sep-advantage .sep-pics li img {
    width: 100%;
    border: 1px solid #ddd
}

.sep-mainbody .sep-primary .sep-advantage .sep-advantage-list {
    margin-bottom: 30px
}

.sep-mainbody .sep-primary .sep-advantage .sep-advantage-list li {
    width: 50%;
    float: left;
    padding-right: 70px;
    margin-top: 30px
}

.sep-mainbody .sep-primary .sep-advantage .sep-advantage-list li .thumb img {
    width: 100%
}

.sep-mainbody .sep-primary .sep-advantage .sep-advantage-list li .alias {
    color: #9e1e1e;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    height: 4.2em
}

.sep-mainbody .sep-primary .sep-advantage .sep-advantage-list li .summary {
    color: #565656;
    font-size: 14px;
    line-height: 1.6em
}

.sep-mainbody .sep-primary .richtext {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px
}

.sep-mainbody .sep-primary .richtext * {
    font-size: 14px
}

.sep-mainbody .sep-primary .richtext table {
    width: 100%
}

.sep-mainbody .sep-primary .richtext table tr:nth-child(even) {
    background: #fff
}

.sep-mainbody .sep-primary .richtext table td {
    border: 1px solid #000;
    color: #545454;
    font-size: 14px
}

.sep-mainbody .sep-primary .richtext table td * {
    color: #545454;
    font-size: 14px
}

.sep-mainbody .sep-primary .richtext table td p {
    margin: 0
}

.sep-mainbody .sep-primary .richtext ul {
    padding-left: 20px
}

.sep-mainbody .sep-primary .richtext ul li {
    list-style: disc;
    color: #565656;
    font-size: 14px
}

.sep-mainbody .sep-primary .sep-category-box {
    position: relative;
    padding-left: 339px;
    height: 312px;
    margin-bottom: 38px
}

.sep-mainbody .sep-primary .sep-category-box .thumb {
    position: absolute;
    left: 0;
    width: 319px;
    height: 312px;
    line-height: 312px;
    top: 0;
    overflow: hidden;
    border: 1px solid #dbdbdb
}

.sep-mainbody .sep-primary .sep-category-box .thumb img {
    width: 100%
}

.sep-mainbody .sep-primary .sep-category-box .title {
    color: #242424;
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 12px
}

.sep-mainbody .sep-primary .sep-category-box .title:hover {
    color: #2264b7
}

.sep-mainbody .sep-primary .sep-category-box .summary {
    color: #565656;
    font-size: 14px;
    line-height: 1.5em;
    display: block;
    height: 227px;
    overflow-y: scroll
}

.sep-mainbody .sep-primary .sep-category-box .summary * {
    color: #565656;
    font-size: 14px;
    line-height: 1.5em
}

.sep-mainbody .sep-primary .sep-category-box .more {
    color: #bf3333;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-top: 10px
}

.sep-mainbody .sep-primary .sep-category-box .more:hover {
    text-decoration: underline
}

.sep-mainbody .sep-primary .sep-category-box .more img {
    position: relative;
    top: -1px
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li {
    width: 48%;
    float: left;
    margin-bottom: 35px;
    transition: all .3s
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li:hover {
    box-shadow: 3px 3px 9px #bcbcbc
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li:nth-child(even) {
    float: right
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .title {
    background: #ddd;
    font-size: 18px;
    font-weight: bold;
    color: #343434;
    display: block;
    padding: 13px 18px
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .title:hover {
    color: #2264b7
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .box {
    border: 1px solid #ddd;
    border-top: 1px solid #bbb;
    background: #eee;
    padding: 24px 13px;
    padding-right: 165px;
    position: relative;
    height: 176px;
    box-shadow: 0 3px 3px #dcdcdc inset
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .box .thumb {
    width: 140px;
    display: block;
    position: absolute;
    right: 13px
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .box .thumb img {
    width: 100%
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .box .summary {
    color: #505050;
    font-size: 12px;
    line-height: 1.8em;
    height: 6.4em;
    display: block;
    overflow: hidden
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .box .more {
    color: #bf3333;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-top: 10px
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .box .more:hover {
    text-decoration: underline
}

.sep-mainbody .sep-primary .sep-resource-grid-mj li .box .more img {
    position: relative;
    top: -1px
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-btns {
    display: box;
    display: -webkit-box;
    display: -o-box;
    display: -moz-box;
    margin-bottom: 70px
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-btns li {
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    text-align: center;
    padding: 13px 0;
    background: #ebf1f2;
    position: relative
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-btns li.active {
    background: #212121
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-btns li.active:before {
    content: ' ';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border: 10px solid transparent;
    border-top: 10px solid #212121
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-btns li.active a {
    color: #fff
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-btns li a {
    color: #2264b7;
    font-size: 24px
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-boxs ul {
    display: none
}

.sep-mainbody .sep-primary .sep-toggle-wrap-jd .toggle-boxs ul:nth-child(1) {
    display: block
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li {
    width: 31%;
    float: left;
    border: 1px solid #e1e1e1;
    border-bottom: 4px solid #e1e1e1;
    padding: 12px;
    margin-bottom: 31px
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li:nth-child(3n+2) {
    margin: 0 3.5%
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li .thumb {
    display: block;
    overflow: hidden
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li .thumb img {
    width: 100%
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li .title {
    display: block;
    color: #1a2f5b;
    text-align: center;
    height: 2.2em;
    line-height: 1.8em;
    margin-top: 10px;
    overflow: hidden;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cacaca;
    font-family: 'proximanova'
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li .title:hover {
    color: #d10631
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li .summary {
    color: #7e7e7e;
    font-size: 14px;
    display: block;
    line-height: 1.6em;
    font-family: 'proximanova';
    height: 4.8em;
    overflow: hidden
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li .more {
    color: #fff;
    font-size: 14px;
    background: #959ca3;
    padding: 4px 20px;
    border-radius: 24px;
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 10px;
    display: table
}

.sep-mainbody .sep-primary .sep-resource-grid-jd li .more:hover {
    background: #212121
}

.sep-mainbody .sep-primary .sep-relate-wrap {
    padding: 0 30px
}

.sep-mainbody .sep-primary .sep-relate-wrap .owl-theme .owl-dots .owl-dot {
    display: none !important
}

.sep-mainbody .sep-primary .sep-relate-wrap .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 11px;
    height: 18px;
    position: absolute;
    top: 41%;
    transform: translateY(-50%)
}

.sep-mainbody .sep-primary .sep-relate-wrap .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: url(/themes/simple/img/prev6.png) no-repeat;
    left: -30px
}

.sep-mainbody .sep-primary .sep-relate-wrap .owl-carousel .owl-controls .owl-nav .owl-next {
    background: url(/themes/simple/img/next6.png) no-repeat;
    right: -30px
}

.sep-mainbody .sep-primary .sep-relate-wrap .datalist>li {
    width: 25%;
    float: left
}

.sep-mainbody .sep-primary .sep-relate-wrap .datalist li {
    border: 2px solid #ddd;
    border-bottom: 2px solid #ebf1f2;
    padding: 8px;
    padding-bottom: 0
}

.sep-mainbody .sep-primary .sep-relate-wrap .datalist li .thumb {
    display: block
}

.sep-mainbody .sep-primary .sep-relate-wrap .datalist li .thumb img {
    width: 100%
}

.sep-mainbody .sep-primary .sep-relate-wrap .datalist li:hover {
    border-bottom: 2px solid #9ba6a8
}

.sep-mainbody .sep-primary .sep-relate-wrap .datalist li:hover .title:hover {
    color: #383838
}

.sep-mainbody .sep-primary .sep-relate-wrap .datalist li .title {
    display: block;
    text-align: center;
    color: #818181;
    font-size: 14px;
    height: 3em;
    overflow: hidden;
    line-height: 3em
}

.sep-mainbody .sep-breadcrumb {
    background: #ececec;
    margin: 0;
    list-style: none
}

.sep-mainbody .sep-breadcrumb .breadcrumb {
    padding-left: 0;
    background: transparent;
    margin-bottom: 0
}

.sep-mainbody .sep-breadcrumb .breadcrumb:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f015";
    margin-right: 5px;
    color: #969696;
    font-size: 18px;
    display: inline-block;
    position: relative;
    top: 1px
}

.sep-mainbody .sep-breadcrumb .breadcrumb li {
    display: inline-block
}

.sep-mainbody .sep-breadcrumb .breadcrumb li a {
    text-decoration: none;
    color: #969696;
    font-size: 14px
}

.sep-mainbody .sep-breadcrumb .breadcrumb li a:hover {
    text-decoration: underline;
    color: #d10631
}

.sep-mainbody .sep-breadcrumb .breadcrumb li:last-child a {
    color: #d10631
}

.sep-mainbody .sep-breadcrumb .breadcrumb>li+li:before {
    content: '>';
    color: #969696;
    position: relative;
    top: 1px
}

.sep-mainbody .sep-breadcrumb .breadcrumb .li-last:after {
    margin-left: 5px;
    content: ' '
}

.bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    *zoom: 1
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 10px;
    width: 100%
}

.bx-wrapper .bx-pager {
    left: 0;
    right: 0;
    bottom: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    z-index: 100
}

.bx-wrapper .bx-pager .bx-pager-item {
    overflow: hidden;
    text-indent: -100px;
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager a {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: 0 3px;
    outline: 0;
    background: #ddd;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 22px;
    font-size: 13px;
    font-weight: normal
}

.bx-wrapper .bx-pager a:hover,
.bx-wrapper .bx-pager a.active {
    background: #2264b7;
    border-color: #2264b7;
    color: #fff
}

.bx-wrapper .bx-controls-direction {
    opacity: 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40%;
    margin-top: -18px;
    outline: 0;
    width: 34px;
    height: 70px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    left: 10px;
    background: #666 url(/themes/simple/img/b1.png) no-repeat -10px -12px;
    opacity: .2
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover {
    opacity: .5
}

.bx-wrapper .bx-controls-direction a.bx-next {
    right: 10px;
    background: #666 url(/themes/simple/img/b1.png) no-repeat -17px -102px;
    opacity: .2
}

.bx-wrapper .bx-controls-direction a.bx-next:hover {
    opacity: .5
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper:hover .bx-controls-direction {
    opacity: 1
}

.gdw-mb-header {
    background: #fff;
    position: relative;
    padding: 4px 24px
}

.gdw-mb-header .gdw-mb-logo {
    display: inline-block
}

.gdw-mb-header .gdw-mb-logo img {
    margin-top: 4px
}

.gdw-mb-header span {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    margin-top: 13px;
    cursor: pointer;
    width: 40px;
    height: 30px;
    margin-left: 0;
    text-align: center;
    line-height: 30px;
    height: 40px;
    transition: all .8s
}

.gdw-mb-header span i {
    background: #596f87;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%
}

.gdw-mb-header span.active {
    color: #0072c1
}

.gdw-mb-header span img {
    position: relative;
    top: -2px
}

.gdw-mb-header span.gdw-mb-lan {
    position: relative;
    margin-top: 0;
    padding-top: 13px
}

.gdw-mb-header span.gdw-mb-lan.active {
    color: #0072c1;
    background: #ededed;
    height: 40px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.gdw-mb-header span.gdw-mb-lan ul {
    position: absolute;
    background: #ededed;
    top: 100%;
    left: 0;
    display: none;
    width: 40px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.gdw-mb-header span.gdw-mb-lan ul li a {
    color: #0072c1;
    font-size: 18px;
    padding: 7px 8px;
    display: block
}

.mb-search-wrap {
    position: absolute;
    width: 95%;
    left: 50%;
    top: 69px;
    transform: translateX(-50%);
    background: #f7f5f5;
    display: none;
    overflow: hidden
}

.mb-search-wrap input[type='text'] {
    border-radius: 0;
    height: 38px;
    outline: none;
    box-shadow: none;
    background: #f7f5f5;
    color: #333;
    border: none
}

.mb-search-wrap [type="submit"] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    background: transparent;
    border: none
}

.gdw-mb-c {
    display: none
}

.mb-nav-wrap {
    position: absolute;
    width: 306px;
    right: 0;
    top: 63px;
    z-index: 100;
    display: none
}

.mb-nav-wrap>ul {
    background: #e7e9eb
}

.mb-nav-wrap>ul>li.has-childs[data-isnot='no']>a:before {
    display: none
}

.mb-nav-wrap>ul>li.has-childs>a {
    position: relative
}

.mb-nav-wrap>ul>li.has-childs>a:before {
    content: '';
    display: block;
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #e7e9eb;
    top: 100%;
    left: 56px;
    z-index: 100;
    display: none
}

.mb-nav-wrap>ul>li:last-child {
    border-bottom: none
}

.mb-nav-wrap>ul>li>a {
    display: block;
    background: #2264b7;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 46px;
    padding-top: 11px;
    padding-bottom: 11px
}

.mb-nav-wrap>ul>li>a img {
    padding-right: 9px
}

.mb-nav-wrap>ul>li>a>span {
    position: absolute;
    left: 27px;
    font-size: 18px
}

.mb-nav-wrap>ul>li>ul {
    display: none;
    background: #444c5e
}

.mb-nav-wrap>ul>li>ul>li>a {
    display: block;
    background: #444c5e;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 28px;
    padding-top: 11px;
    padding-bottom: 11px
}

.mb-nav-wrap>ul>li>ul>li>a span {
    padding-right: 5px
}

.mb-bottom-wrap {
    background: url(/themes/simple/img/mb_bottom.jpg);
    padding-bottom: 10px;
    padding-top: 30px
}

.mb-bottom-wrap .heading {
    display: block;
    color: #fff;
    font-size: 30px;
    padding-left: 28px;
    position: relative;
    padding-bottom: 3px
}

.mb-bottom-wrap .heading:before {
    content: '';
    display: block;
    width: 26px;
    height: 2px;
    left: 28px;
    bottom: 0;
    background: #ae0e0e;
    position: absolute
}

.mb-bottom-wrap .heading:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    left: 57px;
    bottom: 0;
    background: #fff;
    position: absolute
}

.mb-bottom-wrap ul {
    padding: 28px;
    padding-top: 17px;
    padding-bottom: 60px
}

.mb-bottom-wrap ul li {
    position: relative;
    padding-left: 33px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px
}

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

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

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

@media screen and (max-width:1240px) {
    .sep-body .sep-section3 .sep-container {
        width: 100%
    }
}

@media screen and (max-width:1200px) {
    .sep-body .sep-section4 .sep-container {
        width: 100%
    }
}

@media screen and (max-width:1024px) {
    .sep-body .sep-section1 .top {
        display: none
    }
}

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

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

    .sep-banner-mb {
        display: block
    }

    #onlineService {
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        overflow: hidden
    }

    #onlineService .offside {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        width: 100%;
        fliter: alpha(opacity=80);
        background-color: rgba(0, 0, 0, 0.8)
    }

    #onlineService .offside .tel {
        width: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0)
    }

    #onlineService .offside li {
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        width: 0;
        border-right: 1px solid #959090
    }

    #onlineService .offside li:last-child,
    #onlineService .offside li:nth-child(4) {
        border-right: none
    }

    #onlineService .offside li:hover p {
        opacity: 0
    }

    #onlineService .offside li a {
        display: block;
        width: 100%;
        text-align: center
    }

    #onlineService .offside li:nth-child(10) {
        display: none
    }

    #onlineService .offside li:nth-child(n) {
        background: none
    }

    #onlineService .offside li:hover {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0)
    }

    #bottom {
        padding-bottom: 50px;
        padding-top: 20px
    }
}

@media screen and (max-width:640px) {
    .sep-news-list {
        margin-top: 20px
    }

    .sep-news-list li {
        padding: 10px
    }

    .sep-news-list li .thumb {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 5px
    }

    .sep-body .sep-section3 {
        margin-top: 5px
    }

    .gdw-mb-c {
        display: block
    }
}

@media screen and (max-width:640px) {
    .sep-body .sep-section1 {
        padding-top: 20px;
        padding-bottom: 70px
    }

    .sep-body .sep-title:before {
        height: 22px
    }

    .sep-body .sep-section1 .sep-container .datalist .owl-theme .owl-controls {
        right: 50%;
        transform: translateX(50%);
        top: auto;
        bottom: 65px
    }

    .sep-body .sep-title {
        padding-top: 24px;
        font-size: 30px;
        margin-bottom: 10px
    }

    .sep-body .sep-section1 {
        background: #fff
    }

    .sep-body .sep-section1 .sep-container .datalist ul li .box-lf {
        width: 100%;
        padding: 0 10px
    }

    .sep-body .sep-section1 .sep-container .datalist ul li .box-rt {
        width: 100%;
        top: -81px;
        padding: 26px 20px;
        height: auto
    }

    .sep-body .sep-section1 .sep-container .datalist ul li .box-rt .more {
        display: none
    }

    .sep-body .sep-section1 .sep-container .datalist ul li .box-rt .title {
        margin-bottom: 10px
    }

    .sep-body .sep-section2 .sep-container>.title {
        font-size: 30px;
        text-align: center;
        display: block
    }

    .sep-body .sep-section2 .sep-container .datalist {
        margin-top: 10px
    }

    .sep-body .sep-section2 .sep-container .datalist li .title {
        padding: 5px 10px
    }

    .sep-body .sep-section2 {
        padding-bottom: 20px
    }

    .sep-body .sep-section2 .sep-container .more {
        border-radius: 6px;
        padding: 5px 20px;
        border: 1px solid #fff;
        color: #fff;
        font-size: 14px;
        display: table;
        margin: 0 auto
    }

    .sep-body .sep-section2 {
        padding-top: 13px
    }

    .sep-body .sep-section2 .sep-container .datalist li {
        width: 50%
    }

    .sep-body .sep-section2 .sep-container .datalist li:nth-child(5),
    .sep-body .sep-section2 .sep-container .datalist li:nth-child(6),
    .sep-body .sep-section2 .sep-container .datalist li:nth-child(7),
    .sep-body .sep-section2 .sep-container .datalist li:nth-child(8) {
        display: none
    }

    .sep-body .sep-section3 {
        padding-top: 20px
    }

    .sep-body .sep-section3 .wrap .sep-container .datalist li .summary {
        display: none
    }

    .sep-body .sep-section3 .wrap .sep-container .datalist li .title {
        font-size: 18px
    }

    .sep-body .sep-section3 .wrap .sep-container {
        padding-top: 25px
    }

    .sep-body .sep-section3 .wrap .sep-container .datalist li {
        padding-left: 62px;
        margin-bottom: 25px;
        width: 49%
    }

    .sep-body .sep-section3 .wrap .sep-container .datalist li .thumb {
        position: absolute;
        width: 40px;
        height: 48px;
        left: 10px
    }

    .sep-body .sep-section3 .wrap .sep-container .datalist li:nth-child(1) .thumb {
        background: url(/themes/simple/img/icon_1.png) no-repeat center center;
        background-size: 100%
    }

    .sep-body .sep-section3 .wrap .sep-container .datalist li:nth-child(2) .thumb {
        background: url(/themes/simple/img/icon_2.png) no-repeat center center;
        background-size: 100%
    }

    .sep-body .sep-section3 .wrap .sep-container .datalist li:nth-child(3) .thumb {
        background: url(/themes/simple/img/icon_3.png) no-repeat center center;
        background-size: 100%
    }

    .sep-body .sep-section3 .wrap .sep-container .datalist li:nth-child(4) .thumb {
        background: url(/themes/simple/img/icon_4.png) no-repeat center center;
        background-size: 100%
    }

    .sep-body .sep-section4 {
        display: none
    }

    .sep-body .sep-section5 {
        background: #fff;
        padding-top: 20px;
        padding-bottom: 0
    }

    .sep-body .sep-section5 .box-wrap .box-lf {
        width: 100%;
        border-bottom: 1px solid #ddd
    }

    .sep-body .sep-section5 .box-wrap .box-rt {
        width: 100%;
        margin-top: 0
    }

    .sep-body .sep-section5 .box-wrap ul li .box .summary {
        margin-bottom: 0
    }

    .sep-body .sep-section5 .box-wrap ul li {
        display: none
    }

    .sep-body .sep-section5 .box-wrap ul li:first-child {
        display: block
    }

    .sep-body .sep-section5 .box-wrap ul li .thumb {
        display: none
    }

    .sep-body .sep-section5 .box-wrap ul li:hover .box {
        top: 0
    }

    .sep-body .sep-section5 .box-wrap ul li .box .more {
        display: none
    }

    .sep-body .sep-section5 .box-wrap ul li .box {
        padding: 20px 0;
        top: 0;
        box-shadow: none
    }

    .sep-body .sep-section5 .box-wrap ul li .box .title {
        font-family: 'proximanova-bold';
        font-size: 18px
    }

    .offside li .email-box {
        right: auto;
        top: auto;
        bottom: 100%;
        left: 0 !important
    }

    .sep-container {
        padding: 0 10px
    }

    .owl-theme .owl-controls {
        display: none
    }
}

@media screen and (min-width:2100px) {
    .sep-body .sep-section2 {
        background: url(/themes/simple/img/new_bg.jpg) no-repeat top center
    }
}

@media screen and (max-width:1366px) {
    .sep-body .sep-section3 .box-top {
        background: #fff
    }

    .sep-body .sep-section3 .box-bottom {
        background: #fff
    }

    .sep-body .sep-section3 .box-bottom .box-lf {
        padding-right: 20px
    }

    .sep-body .sep-section3 .box-top .box-lf {
        padding-left: 20px
    }

    .sep-footer .bottom-nav .box {
        display: block
    }

    .sep-footer .bottom-nav .box dl {
        float: left;
        padding: 0 23px;
        text-align: center;
        width: 33.33%
    }
}

@media screen and (max-width:1260px) {
    .sep-banner .adv a .sep-banner-ad .banner-zs .item {
        max-width: 60px
    }

    .sep-mainbody .sep-siderbar {
        display: none
    }

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

@media screen and (max-width:1240px) {
    .sep-mainnav>.sep-container>ul>li>a {
        padding: 0 5px
    }

    .sep-container {
        width: 100%;
        padding: 0 20px
    }

    .sep-resource-queue>ul>li {
        float: none;
        margin: 0 auto;
        margin-bottom: 2%;
        width: 588px
    }

    .sep-resource-queue>ul>li:nth-child(even) {
        float: none
    }

    .sep-mainnav .sep-container>ul {
        display: table
    }
}

@media screen and (max-width:1240px) {
    .sep-body .sep-section1 .wrap .sep-container {
        width: 100%
    }

    .sep-body .sep-section1 .sep-container {
        width: 100%
    }
}

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

    .sep-header .sep-container {
        width: 100%;
        padding: 11px 20px
    }

    .sep-body .sep-section2 .sep-container {
        width: 100%
    }
}

@media screen and (max-width:1160px) {
    .sep-header .sep-header-top .multi-language .box-lf {
        padding-right: 5%
    }

    .sep-footer .sep-copyright .sep-container {
        padding: 0
    }

    .sep-footer .sep-copyright .box {
        padding: 0
    }

    .sep-mainbody .sep-container .sep-primary .sep-title {
        margin-top: 15px
    }

    .slick-slide img {
        width: 90%
    }

    .sep-container {
        width: 90%
    }

    .sep-mainnav .sep-container {
        width: 100%;
        padding: 0 20px
    }

    .sep-footer .bottom-nav .list dd {
        overflow: hidden
    }

    .sep-footer .bottom-nav .list dd:before {
        display: none
    }

    .sep-footer .bottom-nav .list dd a {
        overflow: hidden
    }

    .sep-header>.sep-container {
        width: 100%;
        padding: 11px 20px
    }

    .sep-mainbody .sep-sidebar {
        display: none
    }

    .sep-mainbody .sep-primary {
        width: 98%;
        float: none;
        margin: 0 auto
    }

    .sep-mainbody .sep-container {
        width: 100%
    }

    .sep-banner img {
        width: 100%
    }

    .sep-banner {
        width: 100%
    }

    .sep-mainnav {
        width: 100%;
        left: 0
    }

    .slideBox {
        top: 0
    }

    .slideBox .bd ul li .banner-select-hd {
        width: 100%
    }

    .sep-header.sep-header-normal .sep-mainnav>.sep-container>ul>li {
        padding: 8px 7px
    }

    .sep-mainnav>.sep-container>ul>li>a {
        font-size: 14px
    }
}

@media screen and (max-width:1090px) {
    .sep-header .sep-container .sep-header-nav>ul>li>a {
        padding: 0 10px;
        padding-bottom: 17px
    }

    .sep-header .sep-header-top .multi-language .box-lf ul {
        display: none
    }

    .sep-header>.sep-container .box-x .lan-list {
        display: none
    }
}

@media screen and (min-width:1040px) {
    .sep-mainbody {
        min-height: 500px
    }
}

@media screen and (max-width:1040px) {
    .sep-banner .adv a .sep-banner-ad .banner-zs .item {
        display: none
    }

    .sep-footer .sep-bottom-box .bottom-contact-detail {
        width: 30%
    }
}

@media screen and (max-width:1024px) {
    .sep-mainnav>.sep-container>ul>li>a {
        font-size: 14px
    }

    .sep-banner .sep-banner-ad .sep-container span {
        font-size: 24px
    }

    .slideBox {
        top: 0;
        width: 100%;
        float: none;
        margin: 0 auto
    }

    .slideBox2 {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 62%
    }
}

@media screen and (max-width:1010px) {
    .sep-mainnav>.sep-container>ul>li {
        padding: 18px 7px
    }

    .sep-mainnav>.sep-container>ul>li>a {
        font-size: 12px;
        padding: 0
    }

    .sep-mainbody .sep-primary .img-show {
        float: none;
        margin: 0 auto
    }

    .sep-mainbody .sep-container .sep-primary .richtext {
        width: 100%
    }

    .sep-banner .adv a .sep-banner-ad {
        display: none
    }

    .slideBox {
        width: 100%
    }

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

@media screen and (max-width:960px) {
    .sep-body div.sep-section4 .datalist li {
        width: 50%;
        margin-bottom: 20px
    }

    .sep-detail-bd>ul>li:nth-child(odd) .img .kuang {
        display: none
    }

    .sep-detail-bd>ul>li:nth-child(even) .img .kuang {
        display: none
    }

    .sep-detail-bd>ul>li:nth-child(odd) .text span {
        position: static
    }

    .sep-detail-bd>ul>li:nth-child(even) .text span {
        position: static
    }

    .sep-mainnav>.sep-container>ul>li {
        margin: 0 0
    }

    .sep-mainbody .sep-container .sep-primary .relate-list .sep-datalist li {
        width: 31%;
        margin-top: 20px
    }

    .sep-mainbody .sep-container .sep-primary .sep-inner-product-list .sep-datalist li {
        width: 33.33%
    }

    .sep-header .logo-box .logo-text {
        display: none
    }

    .inside-banner .header-text {
        display: none
    }

    .sep-header .sep-container .sep-header-search-form {
        margin-right: 0
    }
}

@media screen and (max-width:910px) {
    .sep-header .sep-header-top .multi-language .box-lf {
        display: none
    }

    .sep-mainnav>.sep-container>a {
        max-width: 150px;
        margin-top: 13px
    }

    .sep-mainnav>.sep-container>a img {
        width: 100%
    }
}

@media screen and (max-width:856px) {
    .sep-header>.sep-container .box-x .top-list {
        display: none
    }

    .sep-mainbody .sep-primary .sep-content .mult-image .cp_rt {
        float: none;
        margin: 0 auto
    }

    .cp_le {
        float: none
    }

    .txtbox_ul li {
        font-size: 11px;
        margin: 0 6px 0 0
    }

    .sep-header .sep-container .sep-header-nav>ul>li>a {
        padding: 0 5px;
        padding-bottom: 20px
    }

    .sep-mainnav ul li a {
        padding: 6px 5px
    }

    .sep-header .sep-header-top .multi-language form input[type='text'] {
        width: 110px
    }

    .sep-mainnav>.sep-container>ul>li {
        padding: 18px 3px
    }
}

@media screen and (max-width:768px) {
    .sep-mainbody .sep-container .box-x .sketch .sep-relate-resource {
        display: none
    }

    .sep-mainbody .sep-container .sep-primary .box-x .sketch {
        display: block
    }

    .sep-mainbody .sep-container .sep-primary .box-x .sketch .sep-relate-resource {
        display: block
    }

    .sep-mainbody .sep-container .sep-title2 {
        display: block
    }

    .sep-mainbody .sep-container .box-x .sketch {
        display: none
    }

    .sep-mainbody .sep-container .box-x .sketch .sep-relate-resource ul li {
        margin-bottom: 10px
    }

    .slideBox {
        margin: 0
    }

    .sep-container {
        width: 100%
    }

    .language_main {
        width: 80%
    }
}

@media screen and (max-width:768px) {
    .cp_le {
        width: 80%;
        margin: 0 auto
    }

    .sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-box {
        float: none;
        margin: 0 auto
    }

    .sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list {
        float: none;
        margin: 0 auto
    }
}

@media screen and (max-width:750px) {
    .sep-header .sep-container .sep-header-nav {
        float: none;
        display: table;
        margin: 0 auto;
        margin-top: 48px
    }
}

@media screen and (max-width:675px) {
    .sep-mainnav .sep-container>ul {
        padding-left: 5%
    }

    .slick-prev,
    .slick-next {
        display: none
    }

    .sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-box {
        width: 100%
    }
}

@media screen and (max-width:640px) {
    .sep-general-form .sep-general-form-prompt {
        display: none
    }

    .sep-general-form .sep-general-form-title {
        text-align: center
    }

    .sep-general-form .sep-form>div.form-group {
        padding: 0 30%;
        padding-right: 0
    }

    .sep-mainbody .sep-primary {
        margin-top: 30px
    }

    .sep-mainbody .sep-primary .sep-pro-detail .box-lf {
        width: 100%
    }

    .sep-mainbody .sep-primary .sep-pro-detail .box-rt {
        width: 100%;
        margin-top: 20px
    }

    .sep-mainbody .sep-primary .sep-relate-wrap .datalist li {
        margin-right: 1px
    }

    .sep-mainbody {
        padding-bottom: 20px
    }

    .sep-mainbody .sep-primary .sep-resource-grid-jd li {
        width: 100%;
        margin-bottom: 15px
    }

    .sep-mainbody .sep-primary .sep-content-jd .thumb {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin-bottom: 10px
    }

    .sep-mainbody .sep-primary .sep-resource-grid-jd li:nth-child(3n+2) {
        margin: 0;
        margin-bottom: 15px
    }

    .sep-mainbody .sep-primary .sep-pro-detail .box-rt .text {
        height: auto;
        overflow-y: inherit;
        padding: 0
    }

    .sep-general-form .sep-form>div.form-group .control-label {
        width: 30%
    }

    .sep-general-form .sep-general-form-title span {
        float: none
    }

    .sep-inner-banner {
        display: none
    }

    .sep-mainbody .sep-primary .sep-category-box {
        padding-left: 0;
        height: auto
    }

    .sep-mainbody .sep-primary .sep-category-box .thumb {
        width: 100%;
        height: auto;
        position: static;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .sep-mainbody .sep-primary .sep-category-box .thumb img {
        width: 100%
    }

    .sep-mainbody .sep-primary .sep-detail-box .box-rt .text {
        height: auto;
        overflow: inherit
    }

    .sep-mainbody .sep-primary .sep-detail-box .box-lf {
        width: 100%
    }

    .sep-mainbody .sep-primary .sep-advantage .video img {
        width: 100%
    }

    .sep-mainbody .sep-primary .sep-advantage .sep-pics li {
        width: 100%
    }

    .sep-mainbody .sep-primary .sep-advantage .sep-advantage-list li .alias {
        height: auto
    }

    .sep-mainbody .sep-primary .sep-advantage .sep-advantage-list li {
        width: 100%;
        padding-right: 0;
        margin-top: 10px
    }

    .sep-mainbody .sep-primary .sep-detail-box .box-rt {
        width: 100%;
        margin-top: 20px
    }

    .sep-mainbody .sep-primary .sep-resource-grid-mj li .title {
        font-size: 14px
    }

    .sep-mainbody .sep-primary .sep-resource-grid-mj li {
        width: 100%
    }

    .sep-mainbody .sep-primary .sep-category-box .summary {
        height: auto;
        overflow: inherit
    }

    body {
        padding-top: 0
    }

    .pgd_product_tedail_show {
        width: 100%;
        float: none
    }

    .pgd_product_tedail_other {
        width: 100%;
        float: none
    }

    .sep-mainbody .sep-container .sep-primary .sep-inner-product-list .sep-datalist li {
        width: 50%
    }

    .sep-banner {
        top: 0
    }

    .sep-resource-list .sep-datalist li .summary {
        height: 2.9em;
        overflow: hidden
    }

    .slick-prev,
    .slick-next {
        opacity: 0
    }

    .slick-slide a img {
        padding: 0;
        border: none
    }

    .tq_online {
        display: none
    }

    .sep_index_aside .index-video {
        display: none
    }

    .sep_index_aside {
        padding-top: 20px
    }

    .slideBox2 {
        width: 90%
    }

    .btn.btn-primary {
        background: #2264b7;
        border-color: #2264b7;
        width: 100%
    }

    .btn.btn-primary:active {
        background: #2670cd;
        border-color: #2670cd
    }

    .sep-footer {
        background: #383d41;
        display: none
    }

    .sep-copyright {
        background: #383d41;
        border-top: 1px solid #fff
    }

    .sep-copyright a {
        display: none
    }

    .sep-footer .sep-copyright .sep-container {
        text-align: center
    }

    .sep-footer .sep-copyright .sep-container span {
        float: none;
        color: #888
    }

    .sep_mask .sep-form .form-group {
        position: relative;
        padding: 0 30%;
        padding-right: 0
    }

    .sep_mask .sep-form .form-group .control-label {
        position: absolute;
        left: 0;
        top: 0;
        width: 30%;
        text-align: right;
        padding-right: 10px
    }

    .sep_mask .sep-form .form-group .control-label .required {
        color: #c00
    }

    .sep_mask .sep-form .form-group .radio,
    .sep_mask .sep-form .form-group .checkbox {
        margin: 0;
        padding: 7px 0
    }

    .sep_mask .sep-form .form-group .regex-tip {
        top: 3px;
        right: 15%;
        padding-right: 15px
    }

    .sep_mask .sep-form .form-group.has-success:after {
        right: 15%
    }

    .sep-mainbody .sep-form {
        padding: 0
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li .thumb {
        display: none
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li .thumb {
        display: none
    }

    .sep-mainbody .sep-primary .sep-content .relate-article-list .sep-datalist li .thumb img {
        top: 0
    }

    .sep-mainbody .sep-primary .sep-content .relate-article-list .sep-datalist li .title {
        height: 100%
    }

    .sep-mainbody .sep-primary .sep-content .mult-image .cp_rt .btns {
        bottom: 0;
        position: relative
    }

    .sep-mainbody .sep-primary .sep-content .mult-image .cp_rt {
        min-height: 100%
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li {
        width: 50%
    }

    .sep-mainbody .sep-container .sep-primary .richtext iframe {
        max-width: 100%;
        height: 300px
    }

    .cp_le {
        width: 100%
    }

    .sep_products {
        width: 100%
    }

    .slick-slide a img {
        width: 95%
    }

    .sep-shortcut {
        display: none
    }

    .banner {
        padding: 0
    }

    .slideBox {
        position: relative;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
        border: none;
        border-radius: 6px;
        box-shadow: none
    }

    .slideBox .hd {
        display: none
    }

    .share .touch {
        display: none
    }

    .share {
        background: #fff
    }

    .kb_footer {
        background: #fff
    }

    .copy {
        color: #666;
        border-top: 1px solid #ddd;
        padding: 10px 0
    }

    .sep-services .bx-wrapper .bx-pager {
        bottom: 0
    }

    .sep-primary .sep-inner-product-box .box-lf {
        width: 100%;
        float: none
    }

    .sep-primary .sep-inner-product-box .box-rt {
        width: 100%;
        float: none;
        margin-top: 15px
    }

    .sep-resource-list-case .sep-datalist li .thumb {
        position: static;
        width: 100%
    }

    .sep-resource-list-case .sep-datalist li:nth-child(odd),
    .sep-resource-list-case .sep-datalist li:nth-child(even) {
        padding: 10px
    }

    .sep-resource-list-case .sep-datalist li .thumb img {
        width: 100%;
        max-width: 100%
    }

    .sep-resource-list-case .sep-datalist li {
        height: auto
    }
}

@media screen and (max-width:610px) {
    .sep-mainbody .sep-container .sep-primary .contact-link {
        text-align: center
    }

    .sep-mainbody .sep-container .sep-primary .contact-link .addthis_inline_share_toolbox_zd2k {
        float: none;
        text-align: center
    }

    .sep-mainbody .sep-container .sep-primary .contact-link>a {
        float: none
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .thumb {
        display: none
    }

    .sep-resource-queue>ul>li .box-x .box-m {
        width: 100%;
        margin-bottom: 20px
    }

    .sep-resource-queue>ul>li {
        overflow: hidden;
        float: none;
        margin: 0 auto;
        margin-bottom: 2%;
        width: 350px;
        height: 521px
    }

    .sep-resource-queue>ul>li .box .thumb {
        width: 100%;
        height: 100%;
        float: left;
        float: none
    }

    .sep-resource-queue>ul>li .box .thumb img {
        width: 100%;
        height: 100%
    }

    .sep-resource-queue>ul>li .box .summary {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    #onlineService {
        overflow: visible
    }

    .offside .code {
        top: auto;
        bottom: 50px
    }

    .sep-resource-grid .sep-datalist li {
        width: 100%
    }

    .faq-list .faq-item .faq-answer {
        background: #ddd;
        margin-left: 0;
        padding-right: 10px
    }

    .sep-mainbody .sep-container .sep-primary .relate-list.relate-article-list .sep-datalist li {
        width: 100%
    }

    .sep-his-list li {
        width: 100%
    }

    .sep-his-list li .his-content {
        width: 75%
    }

    .sep-his-list:before,
    .sep-his-list:after {
        display: none
    }

    .sep-body div.sep-section4 .datalist li .box-s .box .btn {
        width: auto
    }

    .header_left a img {
        margin-left: 20px;
        margin-top: 15px;
        height: 27px
    }

    .sep-mainbody .sep-container .sep-primary .relate-list .sep-datalist li {
        width: 100%
    }

    .sep-primary .sep-inner-product_list .datalist li {
        width: 98%
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li {
        width: 100%
    }

    .language_main li {
        width: 46%
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li {
        width: 100%
    }

    .sep-mainbody .sep-primary .sep-content .relate-article-list .sep-datalist li {
        width: 100%
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li .thumb {
        height: 100%
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li,
    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(1),
    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li {
        width: 99%
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li {
        width: 100%
    }

    .sep-mainbody .sep-form .form-group {
        padding-right: 0
    }

    #sep_page_details .sep_page_container .sep_pagedetails .datalist li {
        width: 100%;
        margin-bottom: 20px
    }

    .pgd_detail .pgd_detail_right a {
        margin-bottom: 10px
    }
}

@media screen and (max-width:420px) {
    .sep-mainbody .sep-container .sep-primary .sep-inner-product-list .sep-datalist li {
        width: 100%
    }

    .sep-mainbody .sep-container .sep-primary .relate-list .sep-datalist li {
        width: 98%;
        margin-top: 20px
    }

    .sep-product .sep-title .sep-container {
        font-size: 18px;
        padding-top: 5px
    }

    .txtbox_ul li {
        padding: 0;
        margin: 0
    }

    .sep-audio-list-mobile .sep-datalist li .summary {
        display: none
    }

    .share ul li a {
        margin-right: 18px
    }

    .sep-mainbody .sep-container .box-x .mutiple-drawings ul {
        float: none;
        width: 100%;
        height: 100%
    }

    .sep-mainbody .sep-container .box-x .mutiple-drawings ul li {
        margin-right: 10px;
        margin-top: 10px;
        float: left
    }

    .sep-mainbody .sep-container .box-x .mutiple-drawings .box-m {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    .sep-mainbody .sep-container .box-x .sketch .sep-relate-resource ul li {
        width: 100%
    }

    .sep-mainbody .sep-container .box-x .sketch .sep-relate-resource ul li .thumb img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:350px) {
    .slideBox2 {
        width: 100%
    }

    .sep_news {
        width: 100%
    }
}

body {
    max-width: 100%
}

* {
    font-size: 18px
}

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

.tops-hes {
    display: block;
    width: 100%;
    height: 147px
}

.tops-hes.ons {
    height: 96px
}

.flex {
    display: flex !important
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
select,
th,
td {
    font-family: Arial, Helvetica, sans-serif
}

.richtext strong,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
    font-weight: normal;
    font-family: "TAILEB"
}

@keyframes loading {
    0% {
        top: 0
    }

    50% {
        top: 3px
    }

    100% {
        top: 0
    }
}

.fly-icons {
    display: block;
    width: 50px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    color: #fff;
    text-align: center;
    font-size: 14px !important;
    -webkit-animation: loading 1s linear infinite alternate;
    -moz-animation: loading 1s linear infinite alternate;
    -ms-animation: loading 1s linear infinite alternate;
    -o-animation: loading 1s linear infinite alternate;
    animation: loading 1s linear infinite alternate;
    position: absolute;
    top: -15px;
    left: 0
}

.bq-sep-header {
    width: 100%;
    z-index: 100;
    /*position: fixed;*/
    left: 0;
    top: 0
}

.bq-sep-header i {
    font: normal normal normal 14px/1 FontAwesome
}

.bq-sep-header.onss {
    box-shadow: 0 0 10px #2264b7
}

.bq-sep-header.onss .h-tops {
    padding: 2px 0
}

.bq-sep-header.onss .header-nav {
    padding: 9px 0
}

.bq-sep-header .logo {
    display: block
}

.bq-sep-header .logo img {
    max-width: 280px
}

.bq-sep-header .logo.homes-ons1 {
    height: auto
}

.bq-sep-header .logo.homes-ons2 {
    height: 0
}

.bq-sep-header .h-tops {
    padding: 8px 0;
    z-index: 100;
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
    transition: all .3s
}

.bq-sep-header .h-tops .bq-sep-container {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.bq-sep-header .h-tops .texts-rights {
    display: flex;
    align-items: center
}

.bq-sep-header .globals {
    position: relative;
    margin-left: 20px
}

.bq-sep-header .globals img {
    max-width: 100%
}

.bq-sep-header .globals .i-boxs {
    display: inline-block;
    vertical-align: middle
}

.bq-sep-header .globals .i-boxs img {
    max-width: 100%
}

.bq-sep-header .globals i {
    color: #666;
    font-size: 18px
}

.bq-sep-header .globals i.ons {
    font-size: 18px
}

.bq-sep-header .globals>a {
    color: #666;
    font-size: 18px;
    padding: 0 4px
}

.bq-sep-header .globals .fix {
    position: absolute;
    display: block;
    height: 0;
    overflow: hidden;
    top: 100%;
    right: 0;
    width: 236px;
    text-align: left;
    background: #f3f3f3;
    z-index: 10200;
    box-shadow: 0 0 3px #666
}

.bq-sep-header .globals .fix li {
    padding: 13px 17px;
    background: #fff;
    line-height: normal
}

.bq-sep-header .globals .fix li a {
    font-size: 14px;
    color: #6d6d6d;
    margin: 0 5px
}

.bq-sep-header .globals .fix li a img {
    margin-right: 30px
}

.bq-sep-header .globals .fix li:hover {
    background: #e8e8e8
}

.bq-sep-header .globals .fix li:hover a {
    color: #188ed2
}

.bq-sep-header .globals:hover .fa-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bq-sep-header .globals:hover ul {
    height: auto
}

.bq-sep-header .forms {
    width: 100%;
    z-index: 103;
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background: #2264b7
}

.bq-sep-header .forms.ons {
    height: 94px;
    padding: 25px 0;
    border-top: 1px solid #fff
}

.bq-sep-header .forms .forms-boxs {
    display: block;
    width: 100%;
    overflow: hidden
}

.bq-sep-header .forms .forms-boxs .sep-container {
    max-width: 1200px
}

.bq-sep-header .forms form {
    line-height: normal;
    position: relative;
    width: 100%;
    overflow: hidden;
    float: right
}

.bq-sep-header .forms form input[type='text'] {
    box-shadow: none;
    width: 100%;
    color: #fff;
    line-height: 26px;
    outline: none;
    display: inline-block;
    border: none;
    font-size: 18px;
    padding-left: 14px;
    padding-right: 40px;
    background: none;
    border-radius: 0;
    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;
    border-bottom: 1px solid #fff
}

.bq-sep-header .forms form input[type='text']::-webkit-input-placeholder {
    color: #fff
}

.bq-sep-header .forms form button[type='submit'] {
    width: 38px;
    height: 100%;
    display: block;
    border: none;
    background: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0
}

.bq-sep-header .forms form button[type='submit'] i {
    font-size: 18px;
    color: #fff;
    border-color: #fff
}

.bq-sep-header .forms form button[type='submit'] i:after {
    background: #fff
}

.bq-sep-header .top-emalls-titles .spans {
    display: block;
    width: auto;
    height: auto;
    line-height: 32px;
    float: left;
    color: #333;
    font-size: 18px;
    padding-left: 24px;
    position: relative
}

.bq-sep-header .top-emalls-titles .spans .i-boxs {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    color: #2264b7
}

.bq-sep-header .top-emalls-titles .spans i {
    color: #2264b7;
    font-size: 20px
}

.bq-sep-header .top-emalls-titles .spans a {
    color: #333;
    font-size: 18px
}

.bq-sep-header .top-emalls-titles .spans a:hover {
    color: #2264b7
}

.bq-sep-header .top-emalls-titles .spans a:hover i {
    color: #2264b7
}

.bq-sep-header .top-emalls-titles .spans+.spans {
    margin-left: 42px
}

.bq-sep-header .top-emalls-titles .top-email {
    padding-left: 80px
}

.bq-sep-header .top-emalls-titles .top-email a .i-boxs {
    width: 60px;
    height: 20px;
    line-height: 20px;
    background: #2264b7;
    color: #fff;
    text-align: center;
    transform: skew(-30deg)
}

.bq-sep-header .top-emalls-titles .top-email a .i-boxs span {
    display: block;
    transform: skew(30deg)
}

.bq-sep-header .link {
    display: inline-block;
    margin-left: 30px
}

.bq-sep-header .link ul li {
    width: 42px;
    position: relative;
    text-align: center
}

.bq-sep-header .link ul li+li {
    margin-left: 0
}

.bq-sep-header .link ul li+li:before {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background: #d4d4d4
}

.bq-sep-header .link ul li a:hover i {
    color: #2264b7
}

.bq-sep-header .link ul li i {
    color: #666;
    font-size: 18px;
    vertical-align: middle
}

.bq-sep-header .nav-search {
    color: #666;
    font-size: 18px;
    margin-left: 30px;
    cursor: pointer
}

.bq-sep-header .nav-search i {
    color: #666;
    font-size: 18px
}

.bq-sep-header .nav-search .s2 {
    transform: rotate(45deg);
    display: none
}

.bq-sep-header .nav-search.ons .s2 {
    display: inline-block
}

.bq-sep-header .nav-search.ons .s1 {
    display: none
}

.bq-sep-header .nav-search:hover {
    color: #2264b7;
    background: none
}

.bq-sep-header .nav-search:hover i {
    color: #2264b7
}

.bq-sep-header .sep-searchs-boxs {
    display: block;
    width: 20px;
    height: 90px;
    cursor: pointer;
    line-height: 96px;
    float: right;
    margin-left: 34px
}

.bq-sep-header .sep-searchs-boxs i {
    font-size: 18px;
    color: #2264b7;
    transition: all .3s
}

.bq-sep-header .sep-searchs-boxs i:hover {
    transform: scale(1.1)
}

.bq-sep-header .sep-searchs-boxs i.s2 {
    display: none;
    transform: rotate(45deg)
}

.bq-sep-header .sep-searchs-boxs.ons .s1 {
    display: none
}

.bq-sep-header .sep-searchs-boxs.ons .s2 {
    display: inline-block
}

.bq-sep-header .header-nav {
    width: 100%;
    padding: 18px 0;
    background: #fff;
    transition: all .3s
}

.bq-sep-header .header-nav .nav-email a {
    display: inline-block;
    width: 140px;
    line-height: 32px;
    border: 1px solid #2264b7;
    background: #2264b7;
    color: #fff;
    text-align: center;
    transition: all .3s
}

.bq-sep-header .header-nav .nav-email a:hover {
    color: #2264b7;
    background: none
}

.bq-sep-header .header-nav .nav-email a i {
    margin-right: 6px
}

.bq-sep-header .header-nav>.bq-sep-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.bq-sep-header .header-nav>.bq-sep-container>ul {
    display: flex
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li {
    margin: 0 15px
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li>a {
    font-size: 20px;
    color: #1a1a1a
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li>a:hover {
    color: #2264b7
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li>a>i {
    display: block;
    width: 18px;
    height: 2px;
    background: #2264b7;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 0;
    opacity: 0
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li.active>a {
    color: #2264b7
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li.active>a i {
    opacity: 1
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li:hover>a {
    color: #2264b7
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li:hover>a i {
    opacity: 1
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li.ons>a {
    color: #333
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li.ons>a i {
    opacity: 0
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .ios {
    position: relative
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .static {
    position: static
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .home-pro-ul {
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 120%;
    padding: 30px 21.8% 30px 15.6%;
    border-top: 1px solid #f5f5f5;
    display: none
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .home-pro-ul::after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: #2264b7;
    position: absolute;
    left: 220px;
    top: -1px
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .home-pro-ul .left {
    width: 50%;
    float: left
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .home-pro-ul .left ul::after {
    display: none
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .home-pro-ul .left ul::before {
    display: none
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .home-pro-ul .left ul li {
    float: none
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .home-pro-ul .left ul li.active a {
    color: #2264b7
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .home-pro-ul .left ul li a {
    font-size: 18px;
    color: #1d1f20;
    line-height: 36px;
    text-align: left
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .home-pro-ul .left ul li a:hover {
    color: #2264b7
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .home-pro-ul .right {
    width: 30%;
    float: right
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .home-pro-ul .right a {
    display: block;
    width: 363px;
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f5f5f5;
    overflow: hidden;
    display: none;
    text-align: center
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .home-pro-ul .right a.active {
    display: block
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .home-pro-ul .right a img {
    max-width: 100%;
    height: 100%;
    transition: all .3s
}

.bq-sep-header .header-nav>.bq-sep-container>ul>li .home-pro-ul .right a img:hover {
    transform: scale(1.1)
}

.bq-sep-header .header-nav ul li {
    float: left;
    width: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.bq-sep-header .header-nav ul li>a {
    color: #393939;
    display: block;
    font-size: 18px;
    text-align: center
}

.bq-sep-header .header-nav ul li>a:hover {
    text-decoration: none
}

.bq-sep-header .header-nav ul li.ios {
    position: relative
}

.bq-sep-header .header-nav ul li.static {
    position: static
}

.bq-sep-header .header-nav ul li .ul {
    background: #fff;
    position: absolute;
    top: 200%;
    left: 0;
    z-index: 9999;
    min-width: 240px;
    float: left;
    display: none;
    border-top: 0;
    padding: 22px 0;
    text-align: left
}

.bq-sep-header .header-nav ul li .ul.ons li {
    width: 50%;
    float: left
}

.bq-sep-header .header-nav ul li .ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    position: relative;
    line-height: normal
}

.bq-sep-header .header-nav ul li .ul li a {
    font-weight: normal;
    padding-left: 32px;
    text-align: left;
    font-size: 18px;
    color: #1d1f20;
    position: relative;
    line-height: 32px;
    display: block
}

.bq-sep-header .header-nav ul li .ul li a i {
    display: block;
    width: 3px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 11px;
    background: #2264b7;
    opacity: 0
}

.bq-sep-header .header-nav ul li .ul li a:hover {
    border: none;
    color: #2264b7
}

.bq-sep-header .header-nav ul li .ul li a:hover i {
    opacity: 1
}

.bq-sep-header .header-nav ul li .pro-ul {
    display: block;
    width: 100%;
    max-height: 0;
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0 30px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.bq-sep-header .header-nav ul li .pro-ul.ons {
    padding: 30px;
    max-height: 1000px
}

.bq-sep-header .header-nav ul li .pro-ul li {
    width: 33.3333%;
    float: left
}

.bq-sep-header .header-nav ul li .pro-ul li .lis-titles {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #323232;
    text-align: left;
    line-height: 24px;
    margin-bottom: 18px
}

.bq-sep-header .header-nav ul li .pro-ul li .lis-titles .lis-lines {
    display: block;
    width: 94%;
    height: 1px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-top: 10px
}

.bq-sep-header .header-nav ul li .pro-ul li .lis-titles:hover {
    color: #2264b7
}

.bq-sep-header .header-nav ul li .pro-ul li .lis-titles:hover .lis-lines {
    background: #2264b7;
    border-bottom: 1px solid #2264b7
}

.bq-sep-header .header-nav ul li .pro-ul li .lis-boxs {
    width: 100%
}

.bq-sep-header .header-nav ul li .pro-ul li .lis-boxs .lists {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #646464;
    position: relative;
    padding-left: 18px;
    padding: 4px 0
}

.bq-sep-header .header-nav ul li .pro-ul li .lis-boxs .lists:hover {
    color: #2264b7
}

.trans {
    transition: all .3s
}

.banner-box .swiper-mb {
    display: none
}

.banner-box .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 60px !important
}

.banner-box .swiper-pc .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: none;
    border: 2px solid #fff;
    opacity: 1;
    border-radius: 0;
    transform: rotate(45deg);
    margin: 0 14px !important
}

.banner-box .swiper-pc .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2264b7;
    border-color: #2264b7;
    position: relative
}

.banner-box .swiper-pc .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -6px;
    top: -6px;
    border: 1px solid #2264b7
}

.banner-box .swiper-mb.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px !important
}

.banner-box .swiper-mb .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: none;
    border: 2px solid #fff;
    opacity: 1;
    border-radius: 0;
    transform: rotate(45deg);
    margin: 0 8px !important
}

.banner-box .swiper-mb .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2264b7;
    border-color: #2264b7;
    position: relative
}

.banner-box .swiper-mb .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -6px;
    top: -6px;
    border: 1px solid #2264b7
}

.banner-box .swiper-mb .swiper-slide1 .bq-sep-container .banner-more span {
    min-width: 150px;
    padding-right: 0
}

.banner-box .swiper-mb .swiper-slide1 .bq-sep-container .banner-more span::after {
    right: -18px
}

.banner-box .swiper-mb .swiper-slide1 .bq-sep-container .banner-more span::before {
    right: -18px
}

.banner-box .swiper-mb .swiper-slide2 .bq-sep-container .banner-des span {
    color: #fff;
    position: relative;
    margin-top: 30px;
    display: block
}

.banner-box .swiper-mb .swiper-slide2 .bq-sep-container .banner-des span:hover {
    color: #2264b7
}

.banner-box .swiper-mb .swiper-slide2 .bq-sep-container .banner-des span::after {
    content: '';
    display: block;
    width: 120px;
    height: 6px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -18px
}

.banner-box .swiper-mb .swiper-slide2 .bq-sep-container .banner-des::after {
    display: none
}

.banner-box .swiper-mb .swiper-slide2 .bq-sep-container .banner-more span {
    background: #2264b7;
    color: #fff
}

.banner-box .swiper-mb .swiper-slide2 .bq-sep-container .banner-more span:hover {
    background: none
}

.banner-box .swiper-mb .swiper-slide3 .bq-sep-container .banner-des {
    line-height: 60px;
    padding-bottom: 0
}

.banner-box .swiper-mb .swiper-slide3 .bq-sep-container .banner-des span {
    color: #fff;
    position: relative;
    margin-top: 20px;
    display: block
}

.banner-box .swiper-mb .swiper-slide3 .bq-sep-container .banner-des span:hover {
    color: #2264b7
}

.banner-box .swiper-mb .swiper-slide3 .bq-sep-container .banner-des::after {
    display: none
}

.banner-box .swiper-mb .swiper-slide3 .bq-sep-container .banner-more {
    margin-top: 12%
}

.banner-box .swiper-mb .swiper-slide3 .bq-sep-container .banner-more span {
    background: #2264b7;
    color: #fff
}

.banner-box .swiper-mb .swiper-slide3 .bq-sep-container .banner-more span:hover {
    background: none
}

.banner-box .bq-sep-container {
    position: relative;
    text-align: left;
    max-width: 1400px
}

.banner-box .bq-sep-container .banner-des {
    font-size: 34px;
    line-height: 50px;
    color: #fff;
    transition: all .3s;
    font-weight: normal;
    display: inline-block;
    position: relative;
    max-width: 100%;
    padding-bottom: 20px
}

.banner-box .bq-sep-container .banner-des:hover {
    color: #2264b7
}

.banner-box .bq-sep-container .banner-des span {
    color: #2264b7;
    font-family: "TAILEB";
    font-weight: normal;
    font-size: 60px;
    line-height: 72px
}

.banner-box .bq-sep-container .banner-des::after {
    content: '';
    display: block;
    width: 120px;
    height: 6px;
    background: #2264b7;
    position: absolute;
    left: 0;
    bottom: 0
}

.banner-box .bq-sep-container .banner-more {
    margin-top: 5%;
    position: relative
}

.banner-box .bq-sep-container .banner-more span {
    display: inline-block;
    text-align: center;
    color: #2264b7;
    min-width: 190px;
    transition: all .3s;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    border: 2px solid #2264b7;
    font-size: 18px;
    position: relative;
    padding-right: 30px
}

.banner-box .bq-sep-container .banner-more span:hover {
    color: #fff;
    border-color: #2264b7;
    background: #2264b7
}

.banner-box .bq-sep-container .banner-more span::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 50%
}

.banner-box .bq-sep-container .banner-more span::before {
    content: '';
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 37%
}

.banner-box .bq-sep-container .banner-more a {
    display: inline-block;
    text-align: center;
    color: #fff;
    min-width: 220px;
    transition: all .3s;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff
}

.banner-box .bq-sep-container .banner-more a:hover {
    color: #fff;
    border-color: #2264b7;
    background: #2264b7
}

.banner-box .swiper-slide1 .bq-sep-container .banner-more span {
    min-width: 150px;
    padding-right: 0
}

.banner-box .swiper-slide1 .bq-sep-container .banner-more span::after {
    right: -18px
}

.banner-box .swiper-slide1 .bq-sep-container .banner-more span::before {
    right: -18px
}

.banner-box .swiper-slide2 .bq-sep-container .banner-des span {
    color: #fff;
    position: relative;
    margin-top: 30px;
    display: block
}

.banner-box .swiper-slide2 .bq-sep-container .banner-des span:hover {
    color: #2264b7
}

.banner-box .swiper-slide2 .bq-sep-container .banner-des span::after {
    content: '';
    display: block;
    width: 120px;
    height: 6px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -18px
}

.banner-box .swiper-slide2 .bq-sep-container .banner-des::after {
    display: none
}

.banner-box .swiper-slide2 .bq-sep-container .banner-more span {
    background: #2264b7;
    color: #fff
}

.banner-box .swiper-slide2 .bq-sep-container .banner-more span:hover {
    background: none
}

.banner-box .swiper-slide3 .bq-sep-container .banner-des {
    line-height: 60px;
    padding-bottom: 0
}

.banner-box .swiper-slide3 .bq-sep-container .banner-des span {
    color: #fff;
    position: relative;
    margin-top: 20px;
    display: block
}

.banner-box .swiper-slide3 .bq-sep-container .banner-des span:hover {
    color: #2264b7
}

.banner-box .swiper-slide3 .bq-sep-container .banner-des::after {
    display: none
}

.banner-box .swiper-slide3 .bq-sep-container .banner-more {
    margin-top: 12%
}

.banner-box .swiper-slide3 .bq-sep-container .banner-more span {
    background: #2264b7;
    color: #fff
}

.banner-box .swiper-slide3 .bq-sep-container .banner-more span:hover {
    background: none
}

.mb-bq-app-box-list {
    display: none
}

.banner {
    position: relative
}

.banner .back a {
    display: block;
    width: 100%;
    height: 100%
}

.banner .back img {
    width: 100%;
    max-width: 100%
}

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

.banner .banner-main .left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.top-title {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 50px
}

.top-title.align-left {
    text-align: left;
    padding: 0
}

.top-title .title {
    font-size: 48px;
    line-height: 48px;
    color: #1a1a1a
}

.top-title .title a {
    font-size: 48px;
    line-height: 48px;
    color: #1a1a1a;
    transition: all .3s
}

.top-title .title a:hover {
    color: #2264b7
}

.top-title .title-des {
    font-size: 18px;
    line-height: 30px;
    color: #666
}

.top-title .title-des p {
    font-size: 18px;
    line-height: 30px;
    color: #666
}

.top-title .title-color {
    margin: 24px auto;
    position: relative;
    display: inline-block
}

.top-title .title-color span {
    width: 10px;
    height: 10px;
    background: #2264b7;
    transform: rotate(45deg);
    display: inline-block
}

.top-title .title-color::after {
    width: 60px;
    height: 2px;
    background: #2264b7;
    content: '';
    display: block;
    position: absolute;
    left: -72px;
    top: 50%;
    margin-top: -1px
}

.top-title .title-color::before {
    width: 60px;
    height: 2px;
    background: #2264b7;
    content: '';
    display: block;
    position: absolute;
    right: -72px;
    top: 50%;
    margin-top: -1px
}

.flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.flex::after {
    display: none
}

.flex::before {
    display: none
}

.bq-sep-body ul::after {
    display: none
}

.bq-sep-body ul::before {
    display: none
}

.bq-sep-body .bq-pro-box {
    padding: 123px 0 100px
}

.bq-sep-body .bq-pro-box-list>ul {
    justify-content: space-between
}

.bq-sep-body .bq-pro-box-list>ul>li {
    background: #f5f5f5;
    width: 32.3%;
    margin-bottom: 18px
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-img {
    padding: 8px 8px 0;
    position: relative
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-img:hover a img {
    transform: scale(1.1)
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-img:hover .pro-img-cover {
    transform: scale(1)
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-img a {
    display: block;
    overflow: hidden
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-img a img {
    width: 100%;
    transition: all .3s
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-img .pro-img-cover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(34, 100, 183, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    align-items: center;
    transition: all .3s;
    transform: scale(0)
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-img .pro-img-cover .pro-img-cover-title {
    font-size: 24px;
    line-height: 30px;
    color: #fff
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-img .pro-img-cover .pro-img-cover-title:hover {
    color: #2264b7
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-img .pro-img-cover .pro-img-cover-des {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8)
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-img .pro-img-cover .pro-img-cover-des p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8)
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-info {
    padding: 30px 0;
    text-align: center
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-info .pro-title a {
    font-size: 14px;
    line-height: 30px;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 15px;
    font-weight: 500;
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-info .pro-title a:hover {
    color: #2264b7
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-info .pro-more {
    margin-top: 18px
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-info .pro-more a {
    display: inline-block;
    width: 220px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background: #2264b7;
    border: 1px solid #2264b7;
    transition: all .3s
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-info .pro-more a i {
    margin-left: 6px;
    font-size: 20px;
    vertical-align: middle
}

.bq-sep-body .bq-pro-box-list>ul>li .pro-info .pro-more a:hover {
    color: #2264b7;
    background: none
}

.bq-sep-body .bq-com-main .left {
    width: 20%;
}

.bq-sep-body .bq-com-main .left a {
    display: block;
    overflow: hidden;
    height: 100%;
}

.bq-sep-body .bq-com-main .left a img {
    width: 100%;
    transition: all .3s;
    height: 100%;
}

.bq-sep-body .bq-com-main .left a img:hover {
    transform: scale(1.1)
}

.bq-sep-body .bq-com-main .right {
    width: 100%;
    background: #f5f5f5;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.bq-sep-body .bq-com-main .right .com-right-title {
    position: relative
}

.bq-sep-body .bq-com-main .right .com-right-title a {
    font-size: 24px;
    color: #1a1a1a
}

.bq-sep-body .bq-com-main .right .com-right-title a:hover {
    color: #2264b7
}

.bq-sep-body .bq-com-main .right .com-right-title::after {
    width: 40px;
    height: 2px;
    background: #2264b7;
    content: '';
    display: block;
    margin: 10px 0
}

.bq-sep-body .bq-com-main .right .com-richtext p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-bottom: 0
}

.bq-sep-body .bq-com-main .right .com-richtext .list-paddingleft-2 {
    list-style: none !important
}

.bq-sep-body .bq-com-main .right .com-richtext .list-paddingleft-2::after {
    display: none
}

.bq-sep-body .bq-com-main .right .com-richtext .list-paddingleft-2::before {
    display: none
}

.bq-sep-body .bq-com-main .right .com-richtext .list-paddingleft-2 li {
    font-size: 18px;
    line-height: 30px;
    color: #2264b7;
    padding-left: 26px;
    position: relative;
    margin-bottom: 6px
}

.bq-sep-body .bq-com-main .right .com-richtext .list-paddingleft-2 li::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #2264b7;
    position: absolute;
    left: 0;
    top: 9px
}

.bq-sep-body .bq-com-main .right .com-richtext .list-paddingleft-2 li * {
    font-size: 18px;
    line-height: 30px;
    color: #2264b7;
    font-style: initial
}

.bq-sep-body .bq-com-main .right .com-right-des {
    font-size: 18px;
    line-height: 30px;
    color: #666
}

.bq-sep-body .bq-com-main .right .com-right-richtext {
    margin-top: 24px
}

.bq-sep-body .bq-com-main .right .com-right-richtext ul::after {
    display: none
}

.bq-sep-body .bq-com-main .right .com-right-richtext ul::before {
    display: none
}

.bq-sep-body .bq-com-main .right .com-right-richtext ul li {
    font-size: 18px;
    line-height: 30px;
    color: #2264b7;
    padding-left: 26px;
    position: relative;
    margin-bottom: 6px
}

.bq-sep-body .bq-com-main .right .com-right-richtext ul li::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #2264b7;
    position: absolute;
    left: 0;
    top: 9px
}

.bq-sep-body .bq-com-main .right .com-right-richtext ul li * {
    font-size: 18px;
    line-height: 30px;
    color: #2264b7
}

.bq-sep-body .bq-com-main .right .com-more {
    margin-top: 40px
}

.bq-sep-body .bq-com-main .right .com-more a {
    display: inline-block;
    width: 220px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background: #2264b7;
    border: 1px solid #2264b7;
    transition: all .3s;
    text-align: center
}

.bq-sep-body .bq-com-main .right .com-more a i {
    margin-left: 6px;
    font-size: 20px;
    vertical-align: middle
}

.bq-sep-body .bq-com-main .right .com-more a:hover {
    color: #2264b7;
    background: none
}

.bq-sep-body .bq-com-icon {
    padding: 34px 0 30px;
    background: #2264b7
}

.bq-sep-body .bq-com-icon .support-ul li {
    width: 25%;
    text-align: center;
    cursor: pointer
}

.bq-sep-body .bq-com-icon .support-ul li:hover .icon {
    background: #fff
}

.bq-sep-body .bq-com-icon .support-ul li:hover .icon .img1 {
    display: none
}

.bq-sep-body .bq-com-icon .support-ul li:hover .icon .img2 {
    display: inline-block
}

.bq-sep-body .bq-com-icon .support-ul li .icon-border {
    width: 99px;
    height: 99px;
    border-radius: 50%;
    text-align: center;
    line-height: 99px;
    transition: all .3s;
    margin: 32px auto;
    border: 2px dashed #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.bq-sep-body .bq-com-icon .support-ul li .icon-border .icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
}

.bq-sep-body .bq-com-icon .support-ul li .icon-border .img2 {
    display: none
}

.bq-sep-body .bq-com-icon .support-ul li .icon-title {
    font-size: 18px;
    color: #fff
}

.bq-sep-body .bq-com-icon .support-ul li .icon-title a {
    font-size: 18px;
    color: #fff
}

.bq-sep-body .bq-cust-box {
    padding: 108px 0 44px;
    background: #f5f5f5
}

.bq-sep-body .bq-cust-box .bq-cust-box-list ul li {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto
}

.bq-sep-body .bq-cust-box .bq-cust-box-list ul li .cust-icon img {
    max-width: 100%
}

.bq-sep-body .bq-cust-box .bq-cust-box-list ul li .cust-con {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin-top: 20px
}

.bq-sep-body .bq-cust-box .bq-cust-box-list ul li .cust-con p {
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin-bottom: 0
}

.bq-sep-body .bq-cust-box .bq-cust-box-list ul li .cust-img {
    margin-top: 30px;
    display: flex;
    align-items: center
}

.bq-sep-body .bq-cust-box .bq-cust-box-list ul li .cust-img .cust-imgs {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    background: #f6f6f6;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.bq-sep-body .bq-cust-box .bq-cust-box-list ul li .cust-img .cust-imgs img {
    width: 100%
}

.bq-sep-body .bq-cust-box .bq-cust-box-list ul li .cust-img .cust-name {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    margin-left: 15px;
    vertical-align: middle
}

.bq-sep-body .bq-cust-box .swiper-pagination {
    display: none
}

.bq-sep-body .bq-cust-box .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #d3d3d3;
    opacity: 1;
    border-radius: 0;
    transform: rotate(45deg);
    margin: 0 10px !important
}

.bq-sep-body .bq-cust-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2264b7;
    border-color: #2264b7
}

.bq-sep-body .bq-cust-box .swiper-container {
    padding-bottom: 60px
}

.bq-sep-body .bq-app-box {
    padding-top: 123px
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img {
    position: relative;
    height: 100%
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img .img-a {
    height: 100%
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img .img-a img {
    height: 100%
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img:hover .app-box-title {
    opacity: 0
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img:hover .app-box-cover {
    transform: scale(1)
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img a {
    display: block;
    overflow: hidden
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img a img {
    width: 100%;
    transition: all .3s
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img .app-box-title {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 20px
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img .app-box-cover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(34, 100, 183, 0.8);
    transition: all .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    align-items: center;
    transform: scale(0)
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img .app-box-cover .cover-title {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: center
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img .app-box-cover .cover-title:hover {
    color: #2264b7
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img .app-box-cover .cover-ul {
    justify-content: space-between;
    margin-top: 30px
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img .app-box-cover .cover-ul li {
    width: 48%;
    padding-left: 26px;
    position: relative;
    margin-bottom: 6px
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img .app-box-cover .cover-ul li:hover a {
    color: #2264b7
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img .app-box-cover .cover-ul li:hover::after {
    background: #2264b7
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img .app-box-cover .cover-ul li::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    left: 0;
    top: 6px
}

.bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img .app-box-cover .cover-ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 24px
}

.bq-sep-body .bq-app-box .bq-app-box-list .bq-app-box-list-top {
    justify-content: space-between
}

.bq-sep-body .bq-app-box .bq-app-box-list .bq-app-box-list-top .left {
    width: 35.5%
}

.bq-sep-body .bq-app-box .bq-app-box-list .bq-app-box-list-top .right {
    width: 64.2%;
    justify-content: space-between
}

.bq-sep-body .bq-app-box .bq-app-box-list .bq-app-box-list-top .right .app-box-item {
    margin-bottom: 10px
}

.bq-sep-body .bq-app-box .bq-app-box-list .bq-app-box-list-top .right .app-box-item:nth-child(1) {
    width: 46.2%
}

.bq-sep-body .bq-app-box .bq-app-box-list .bq-app-box-list-top .right .app-box-item:nth-child(2) {
    width: 53.2%
}

.bq-sep-body .bq-app-box .bq-app-box-list .bq-app-box-list-top .right .app-box-item:nth-child(3) {
    width: 53.2%;
    margin-bottom: 0
}

.bq-sep-body .bq-app-box .bq-app-box-list .bq-app-box-list-top .right .app-box-item:nth-child(4) {
    width: 46.2%;
    margin-bottom: 0
}

.bq-sep-body .bq-app-box .bq-app-box-list .bq-app-box-list-down {
    margin-top: 10px;
    justify-content: space-between
}

.bq-sep-body .bq-app-box .bq-app-box-list .bq-app-box-list-down .app-box-item {
    width: 49.7%
}

.bq-sep-body .bq-form-box {
    padding: 136px 0
}

.bq-sep-body .bq-form-box .bq-form-box-main {
    justify-content: space-between
}

.bq-sep-body .bq-form-box .bq-form-box-main .left {
    width: 31.25%
}

.bq-sep-body .bq-form-box .bq-form-box-main .left .com-ul li {
    padding: 29px 0;
    border-top: 1px solid #f5f5f5;
    padding-left: 68px;
    position: relative
}

.bq-sep-body .bq-form-box .bq-form-box-main .left .com-ul li:last-child {
    border-bottom: 1px solid #f5f5f5
}

.bq-sep-body .bq-form-box .bq-form-box-main .left .com-ul li .icon {
    position: absolute;
    left: 0;
    top: 30px;
    width: 50px;
    height: 50px;
    background: #2264b7;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    transition: all .3s
}

.bq-sep-body .bq-form-box .bq-form-box-main .left .com-ul li .con .con-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #1a1a1a
}

.bq-sep-body .bq-form-box .bq-form-box-main .left .com-ul li .con .con-des {
    margin-top: 4px;
    font-size: 18px;
    color: #333
}

.bq-sep-body .bq-form-box .bq-form-box-main .left .com-ul li .con .con-des a {
    font-size: 18px;
    color: #333
}

.bq-sep-body .bq-form-box .bq-form-box-main .left .com-ul li .con .con-des a:hover {
    color: #2264b7
}

.bq-sep-body .bq-form-box .bq-form-box-main .right {
    width: 56.8%
}

.bq-sep-body .bq-form-box .bq-form-box-main .right .sep-general-form {
    margin-top: 0;
    padding: 0
}

.bq-sep-body .bq-form-box .bq-form-box-main .right .sep-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bq-sep-body .bq-form-box .bq-form-box-main .right .form-group {
    width: 48.5%;
    margin-bottom: 20px;
    padding-left: 0;
    background: #f5f5f5;
    position: relative;
    padding-left: 34px
}

.bq-sep-body .bq-form-box .bq-form-box-main .right .form-group img {
    position: absolute;
    left: 14px;
    top: 12px
}

.bq-sep-body .bq-form-box .bq-form-box-main .right .form-group .form-control {
    border: none;
    height: 50px;
    border-radius: 0;
    box-shadow: none;
    background: none
}

.bq-sep-body .bq-form-box .bq-form-box-main .right .form-group .form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 18px
}

.bq-sep-body .bq-form-box .bq-form-box-main .right .text-box {
    width: 100%
}

.bq-sep-body .bq-form-box .bq-form-box-main .right .text-box .form-control {
    resize: none;
    padding-top: 14px;
    min-height: 150px
}

.bq-sep-body .bq-form-box .bq-form-box-main .right .btn-box {
    margin: auto;
    border: none;
    width: 100%;
    background: none;
    display: flex;
    padding-left: 0
}

.bq-sep-body .bq-form-box .bq-form-box-main .right .btn-box .btn-primary {
    width: 180px;
    line-height: 50px;
    border-radius: 0;
    text-align: center;
    background: #2264b7;
    border-color: #2264b7;
    padding: 0;
    font-size: 18px;
    transition: all .3s;
    margin: 0;
    margin-right: 20px;
    font-size: 20px;
    box-shadow: none
}

.bq-sep-body .bq-form-box .bq-form-box-main .right .btn-box .btn-primary:hover {
    color: #2264b7;
    background: none;
    box-shadow: none;
    outline: none
}

.bq-sep-body .bq-form-box .bq-form-box-main .right .btn-box .btn2 {
    background: none;
    border-color: #e5e5e5;
    color: #1a1a1a
}

.bq-sep-body .bq-news-box {
    padding: 90px 0 70px;
    background: #f5f5f5
}

.bq-sep-body .bq-news-box .bq-news-box-main {
    justify-content: space-between
}

.bq-sep-body .bq-news-box .bq-news-box-main .news-item {
    width: 100%
}

.bq-sep-body .bq-news-box .bq-news-box-main .news-item:hover .news-img img {
    transform: scale(1.1)
}

.bq-sep-body .bq-news-box .bq-news-box-main .news-item:hover .news-info .news-title {
    color: #2264b7
}

.bq-sep-body .bq-news-box .bq-news-box-main .news-item .news-img {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%
}

.bq-sep-body .bq-news-box .bq-news-box-main .news-item .news-img img {
    width: 100%;
    transition: all .3s
}

.bq-sep-body .bq-news-box .bq-news-box-main .news-item .news-img .news-time {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #2264b7;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.bq-sep-body .bq-news-box .bq-news-box-main .news-item .news-img .news-time * {
    font-size: 22px
}

.bq-sep-body .bq-news-box .bq-news-box-main .news-item .news-info {
    padding: 24px 28px
}

.bq-sep-body .bq-news-box .bq-news-box-main .news-item .news-info .news-title {
    font-size: 22px;
    color: #1a1a1a
}

.bq-sep-body .bq-news-box .bq-news-box-main .news-item .news-info .news-des {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #666
}

.bq-sep-body .bq-news-box .bq-news-box-main .news-item .news-info .news-more {
    margin-top: 24px
}

.bq-sep-body .bq-news-box .bq-news-box-main .news-item .news-info .news-more a {
    display: inline-block;
    width: 120px;
    line-height: 32px;
    background: #2264b7;
    color: #fff;
    text-align: center;
    transition: all .3s;
    border: 1px solid #2264b7
}

.bq-sep-body .bq-news-box .bq-news-box-main .news-item .news-info .news-more a:hover {
    color: #2264b7;
    background: none
}

.bq-sep-body .bq-news-box .bq-news-box-main .news-item .news-info .news-more a i {
    margin-left: 14px
}

.bq-sep-body .bq-news-box .bq-news-box-main .left {
    width: 65.6%
}

.bq-sep-body .bq-news-box .bq-news-box-main .right {
    width: 32.8%
}

.bq-sep-body .bq-news-box .bq-news-box-main .right .news-item {
    margin-bottom: 18px
}

.bq-sep-body .bq-news-box .bq-news-box-main .right .news-item:hover .news-img img {
    transform: scale(1.1)
}

.bq-sep-body .bq-news-box .bq-news-box-main .right .news-item:hover .news-info .news-title {
    color: #2264b7
}

.bq-sep-body .bq-news-box .bq-news-box-main .right .news-item .news-info {
    background: #fff;
    padding: 18px 20px
}

.bq-sep-body .bq-news-box .bq-news-box-main .right .news-item .news-info .news-title {
    font-size: 18px;
    color: #1f1f1f;
    line-height: 30px
}

.bq-sep-body .bq-news-box .bq-news-box-main .right .news-item .news-info .news-title:hover {
    color: #2264b7
}

.bq-sep-body .bq-news-box .bq-news-box-main .right .news-item .news-info .news-more {
    margin-top: 20px
}

.bq-sep-footer {
    background: #333
}

.bq-sep-footer .foot-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 50px 0 50px 0;
    position: relative
}

.bq-sep-footer .foot-top .foot-list {
    width: 21.7%
}

.bq-sep-footer .foot-top .foot-list:last-child {
    width: 21.25%
}

.bq-sep-footer .foot-top .foot-list:last-child .li-list .li-lists li {
    padding-left: 0;
    margin-bottom: 6px
}

.bq-sep-footer .foot-top .foot-list:last-child .li-list .li-lists li::after {
    display: none !important
}

.bq-sep-footer .foot-top .foot-list .li-list {
    margin-bottom: 6px
}

.bq-sep-footer .foot-top .foot-list .li-list.ons .li-title i::after {
    display: none
}

.bq-sep-footer .foot-top .foot-list .li-list.onss .li-lists {
    display: block
}

.bq-sep-footer .foot-top .foot-list .li-list.span-deg .li-title span {
    transition: all .3s;
    transform: rotate(30deg)
}

.bq-sep-footer .foot-top .foot-list .li-list .li-title {
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding-bottom: 8px
}

.bq-sep-footer .foot-top .foot-list .li-list .li-title::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 3px;
    background: #2264b7;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10
}

.bq-sep-footer .foot-top .foot-list .li-list .li-title a {
    font-size: 22px;
    color: #fff;
    cursor: pointer
}

.bq-sep-footer .foot-top .foot-list .li-list .li-title a:hover {
    color: #2264b7
}

.bq-sep-footer .foot-top .foot-list .li-list .li-title i {
    display: none;
    transition: all .3s
}

.bq-sep-footer .foot-top .foot-list .li-list .li-title img {
    margin-bottom: 20px
}

.bq-sep-footer .foot-top .foot-list .li-list .li-title span {
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 26px;
    display: none
}

.bq-sep-footer .foot-top .foot-list .li-list .li-lists {
    margin-top: 14px
}

.bq-sep-footer .foot-top .foot-list .li-list .li-lists li {
    line-height: 28px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    position: relative
}

.bq-sep-footer .foot-top .foot-list .li-list .li-lists li:hover::after {
    background: #2264b7
}

.bq-sep-footer .foot-top .foot-list .li-list .li-lists li a {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7)
}

.bq-sep-footer .foot-top .foot-list .li-list .li-lists li a:hover {
    color: #2264b7
}

.bq-sep-footer .foot-top .foot-list .li-list .li-lists li p {
    padding-left: 30px;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7)
}

.bq-sep-footer .foot-top .foot-list .li-list .li-lists li p a {
    line-height: 29px
}

.bq-sep-footer .foot-top .foot-list .li-list .li-lists li p.agent {
    font-size: 14px;
    line-height: 22px
}

.bq-sep-footer .foot-top .foot-list .li-list .li-lists li img {
    position: absolute;
    left: 0;
    top: 8px
}

.bq-sep-footer .foot-top .foot-list .li-list .li-lists li img.mb-img {
    display: none
}

.bq-sep-footer .copyRight {
    background: #1a1a1a
}

.bq-sep-footer .copyRight .main {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.bq-sep-footer .copyRight .main span {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    display: inline-block
}

.bq-sep-footer .copyRight .main span a {
    color: rgba(255, 255, 255, 0.8)
}

.bq-sep-footer .copyRight .main span a:hover {
    color: #2264b7;
    text-decoration: none
}

.bq-sep-footer .copyRight .main .site {
    margin-left: 56px
}

.bq-sep-footer .copyRight .main .site i {
    margin: 0 20px;
    font-style: inherit
}

.bq-sep-footer .copyRight .main .right {
    margin-left: 30px
}

.bq-sep-footer .copyRight .main .right a {
    display: inline-block;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    text-align-last: center;
    background: #2f3031
}

.bq-sep-footer .copyRight .main .right a i {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    transition: all .3s
}

.bq-sep-footer .copyRight .main .right a:hover {
    background: #2264b7
}

.bq-sep-footer .copyRight .main .right a:hover i {
    font-size: 18px
}

.offside li.fold {
    display: block
}

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

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

.sep-lx-header-mb .rt {
    float: right
}

.sep-lx-header-mb .lf {
    float: left
}

.sep-lx-header-mb .sep-bjj-pro-list {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    position: relative
}

.sep-lx-header-mb .sep-bjj-pro-list>li {
    flex: 1
}

.sep-lx-header-mb .sep-bjj-pro-list>li:nth-child(1) a {
    background: #11a4a7
}

.sep-lx-header-mb .sep-bjj-pro-list>li>a {
    display: block;
    background: #11b4b7;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 0
}

.sep-lx-header-mb .sep-bjj-pro-list>li>a i {
    padding-left: 5px
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100000;
    display: none
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul>li {
    display: block;
    background: #11a4a7;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    border-top: 1px solid #4ab3b5
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul>li a {
    color: #fff
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul>li i {
    float: right;
    position: relative;
    top: 3px
}

.sep-lx-header-mb .box-wrap {
    padding: 10px 37px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sep-lx-header-mb .box-wrap .logo {
    float: none;
    margin: 0 auto
}

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

.sep-lx-header-mb .box-wrap>ul {
    position: relative;
    top: 1px;
    display: flex
}

.sep-lx-header-mb .box-wrap>ul>li {
    margin-left: 10px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0
}

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

.sep-lx-header-mb .box-wrap>ul>li#global i {
    font-style: inherit;
    color: #666;
    font-size: 21px
}

.sep-lx-header-mb .box-wrap>ul>li#menu {
    background: #2264b7
}

.sep-lx-header-mb .box-wrap>ul>li#menu i {
    display: inline-block;
    vertical-align: top;
    width: 23px;
    height: 2px;
    position: relative;
    background: #fff
}

.sep-lx-header-mb .box-wrap>ul>li#menu i:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -8px
}

.sep-lx-header-mb .box-wrap>ul>li#menu i:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 8px
}

.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: #2264b7;
    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: #2264b7;
    font-size: 30px;
    line-height: normal
}

.sep-lx-header-mb .stock {
    color: #3a3a3a;
    font-size: 14px;
    background: #f4f4f4;
    text-align: center;
    padding: 8px 0
}

.sep-lx-header-mb .stock .red {
    color: #da2337;
    position: relative;
    padding: 0 7px
}

.sep-lx-header-mb .stock .red:before {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: #da2337;
    position: absolute;
    left: 0;
    top: 3px
}

.sep-lx-header-mb .stock .red:after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: #da2337;
    position: absolute;
    right: 0;
    top: 3px
}

.sep-lx-header-mb .stock .green {
    color: #13ba07
}

.sep-lx-header-mb .stock span {
    padding: 0 5px;
    margin: 0 3px
}

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

i.i-searchs {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #000;
    position: relative
}

i.i-searchs:after {
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    background: #000;
    position: absolute;
    left: 100%;
    top: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

i.i-closes {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

i.i-closes:before {
    content: '';
    display: block;
    width: 17px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 4px;
    top: 11px
}

i.i-closes:after {
    content: '';
    display: block;
    width: 3px;
    height: 17px;
    background: #000;
    position: absolute;
    left: 11px;
    top: 4px
}

i.i-closes.ons {
    position: absolute;
    right: 31px;
    top: 24px;
    cursor: pointer
}

i.i-globals {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid #000;
    position: relative
}

i.i-globals:after {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 0
}

i.i-globals:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #000
}

i.i-menus {
    display: inline-block;
    width: 18px;
    height: 2px;
    position: relative;
    background: #000
}

i.i-menus:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: -5px
}

i.i-menus:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 5px
}

.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: #2264b7;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 17px;
    padding: 10px 40px;
    font-size: 18px;
    width: 100%
}

.sep-search-box form .btn i {
    margin-right: 5px;
    border-color: #fff
}

.sep-search-box form .btn i:after {
    background: #fff
}

.sep-search-box .more {
    background: #2264b7;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 17px;
    padding: 10px 40px;
    font-size: 18px;
    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
}

.logos {
    display: block;
    display: flex;
    align-items: center
}

.logos img {
    max-width: 100%;
    max-width: 77px
}

#search {
    color: #2264b7
}

#search i {
    color: #2264b7 !important
}

.sep-menu-box {
    width: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 10000000;
    max-width: 310px;
    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 .top {
    padding: 20px 30px;
    text-align: center;
    box-shadow: 0 0 12px rgba(145, 145, 145, 0.7);
    position: relative;
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    align-items: center
}

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

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

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

.sep-menu-box .bottom .menu-item {
    margin-bottom: 20px
}

.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: #2264b7
}

.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);
    background: #fff
}

.sep-menu-box .bottom .menu-item>li.active .box i:after {
    border-top-color: #2264b7;
    border-right-color: #2264b7
}

.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 {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 20px;
    border-radius: 100%;
    background: #2264b7;
    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 .box i:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.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: 64px;
    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%)
}

.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) 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: 18px;
    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: #2264b7;
    color: #fff;
    display: table;
    margin: 0 auto 20px;
    margin-top: 0;
    padding: 4px 40px;
    font-size: 22px;
    border: none;
    border-radius: 0
}

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

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

.gdw-mb-c {
    display: none
}

.sep-banner-mb {
    display: none
}

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

.mb-bottom-wrap {
    padding-bottom: 24px;
    background: #131d26
}

.mb-bottom-wrap ul.info {
    padding: 28px 37px
}

.mb-bottom-wrap ul.info li {
    margin-bottom: 4px;
    position: relative;
    padding-left: 36px;
    color: #fff;
    font-size: 14px
}

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

.mb-bottom-wrap ul.info li i {
    color: #fff
}

.mb-bottom-wrap ul.info li a {
    color: #fff
}

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

.mb-bottom-wrap .bottom-menu>li:last-child {
    border-bottom: 1px solid #343e46
}

.mb-bottom-wrap .bottom-menu>li>ul {
    padding: 5px 0;
    padding-left: 60px;
    border-top: 1px solid #343e46;
    display: none
}

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

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

.mb-bottom-wrap .bottom-menu>li .box {
    padding: 13px 37px;
    border-top: 1px solid #343e46;
    position: relative
}

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

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

.mb-bottom-wrap .sep-share {
    display: table;
    margin: 0 auto;
    margin-top: 24px
}

.mb-bottom-wrap .sep-share li {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 6px;
    background: #1e2c39
}

.mb-bottom-wrap .sep-share li:hover {
    background: #2264b7;
    border: 1px solid #2264b7
}

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

.mb-bottom-wrap .sep-share li a i {
    color: #fff;
    font-size: 14px
}

@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:769px) {
    .sep-banner-pc {
        display: none
    }

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

.bq-inner-banner .bq-sep-container .banner-des {
    display: block !important;
    max-width: none !important;
    text-align: center !important
}

.bq-inner-banner .bq-sep-container .banner-des::after {
    display: none
}

.bq-inner-banner .bq-sep-container {
    max-width: 1280px
}

.table-over {
    overflow-x: auto
}

.bq-sep-bread {
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    z-index: 222;
    margin-top: -47px;
    background: rgba(255, 255, 255, 0.8)
}

.bq-sep-bread .bq-sep-container {
    display: flex
}

.bq-sep-bread .bq-sep-container .bread-icon {
    margin-right: 4px
}

.bq-sep-bread .bq-sep-container .bread-icon img {
    vertical-align: top
}

.bq-sep-bread .bq-sep-container .bread-ul {
    display: flex;
    flex-wrap: wrap
}

.bq-sep-bread .bq-sep-container .bread-ul li {
    color: #373737;
    font-size: 18px
}

.bq-sep-bread .bq-sep-container .bread-ul li a {
    color: #373737;
    font-size: 18px;
    margin: 0 4px
}

.bq-sep-bread .bq-sep-container .bread-ul li a:hover {
    color: #2264b7
}

.bq-sep-bread .bq-sep-container .bread-ul li:last-child a {
    color: #2264b7
}

.breadcrumb>li+li:before {
    color: #373737
}

.breadcrumb {
    padding: 0 !important;
    margin-bottom: 0;
    background: none;
    border-radius: none
}

.breadcrumb>li+li:before {
    content: '> ' !important
}

.bq-pro-index-box {
    padding: 60px 0
}

.bq-pro-index-box .bq-sep-container {
    justify-content: space-between
}

.bq-pro-index-box .bq-sep-container .left-con {
    width: 70.3%
}

.bq-pro-index-box .bq-sep-container .left-con .left-con1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px
}

.bq-pro-index-box .bq-sep-container .left-con .left-con1 p {
    font-size: 18px;
    line-height: 32px;
    color: #666;
    margin-bottom: 20px
}

.bq-pro-index-box .bq-sep-container .left-con .left-con2 {
    padding-top: 60px
}

.bq-pro-index-box .bq-sep-container .left-con .left-con2 h2 {
    font-size: 30px;
    color: #1a1a1a;
    margin-bottom: 20px
}

.bq-pro-index-box .bq-sep-container .left-con .left-con2 h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #2264b7;
    margin-top: 20px
}

.bq-pro-index-box .bq-sep-container .left-con .left-con2 p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 32px;
    color: #666
}

.bq-pro-index-box .bq-sep-container .left-con .app-left-con1 {
    border-bottom: none
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul {
    justify-content: space-between
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li {
    width: 48%;
    overflow: hidden;
    margin-bottom: 30px
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li:hover .thumb img {
    transform: scale(1.1)
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li:hover .app-info .info-dis {
    transform: translateY(0)
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .thumb {
    display: block;
    overflow: hidden
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .thumb img {
    width: 100%;
    transition: all .3s
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .app-info {
    position: relative;
    padding: 20px 22px;
    background: #f0f0f0
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .app-info .info-show .thumb-title {
    font-size: 20px;
    line-height: 28px;
    color: #1a1a1a;
    display: block;
    margin-bottom: 6px
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .app-info .info-show .thumb-des {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    min-height: 150px
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .app-info .info-dis {
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    transition: all .3s;
    transform: translateY(0%)
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .app-info .info-dis .dis-title {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #1a1a1a;
    background: none;
    /* padding: 0 30px; */
    position: relative
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .app-info .info-dis .dis-title .iconfont {
    width: 65px;
    height: 65px;
    background: #2264b7;
    color: #fff;
    font-size: 26px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .app-info .info-dis .dis-ul {
    padding: 10px 0;
    display: flex;
    align-items: center;
    height: calc(100% - 65px)
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .app-info .info-dis .dis-ul ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 4px
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .app-info .info-dis .dis-ul ul li::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    left: 0;
    top: 9px
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .app-info .info-dis .dis-ul ul li a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    transition: all .3s
}

.bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .app-info .info-dis .dis-ul ul li a:hover {
    color: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar {
    width: 25.3%;
    height: min-content;
    position: sticky;
    top: 160px;
    top: 100px;
    max-height: 90vh;
    overflow-y: auto
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar.bq-sep-siderbar1 {
    position: static;
    height: auto;
    max-height: none
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar::-webkit-scrollbar-thumb {
    border-radius: 10px
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul {
    margin-bottom: 20px
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li {
    height: 100%
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-show {
    padding: 13px 24px;
    font-size: 18px;
    color: #1a1a1a;
    position: relative;
    height: 100%;
    border-top: 1px solid #e6e6e6;
    padding-right: 40px;
    padding-left: 20px;
    background: #f5f5f5
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-show a {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-show i {
    position: absolute;
    right: 12px;
    top: 11px;
    width: 23px;
    height: 23px;
    cursor: pointer
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-show i:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #2264b7;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -1px
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-show i:after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    background: #2264b7;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -5px
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-show:hover a {
    color: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li.show-actives .li-dis {
    display: none;
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li.show-active .li-show {
    position: relative
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li.show-active .li-show::after {
    content: '';
    display: block;
    width: 2px;
    height: 14px;
    background: #2264b7;
    left: -20px;
    top: 18px;
    position: absolute
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li.show-active .li-show a {
    /* color: #2264b7 */
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li.show-active .li-show i::before {
    background: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li.show-active .li-show i::after {
    display: none
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li.show-active1 .li-show a {
    color: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis {
    display: none;
    position: relative;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li {
    line-height: 20px;
    font-size: 18px;
    line-height: 32px;
    padding-right: 30px;
    padding-left: 12px;
    padding-left: 35px;
    position: relative
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li i {
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 18px
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li>a {
    display: block;
    color: #1a1a1a;
    height: 100%;
    font-size: 16px
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li>a span {
    width: 20px;
    height: 100%
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li>a:hover {
    color: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li .add {
    position: absolute;
    right: 14px;
    top: 6px;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li .add:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #2264b7;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -1px
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li .add:after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    background: #2264b7;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -5px
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li.dis-shows>.li-dis1 {
    display: block
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li.dis-show .add::before {
    background: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li.dis-show .add::after {
    display: none
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li.dis-show>a {
    color: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li.dis-show>.circle {
    color: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li.dis-show>i {
    color: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li:hover>.circle {
    border-color: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li:hover>i {
    color: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis>li:hover>a {
    color: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis .li-dis1 {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding-left: 12px;
    display: none;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis .li-dis1 li a {
    font-size: 14px
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis .li-dis1 li:hover {
    color: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .ul-active>li .li-dis .li-dis1 li.dis-show1 a {
    color: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .news-ul {
    padding: 24px;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .news-ul li {
    margin-bottom: 8px
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .news-ul li:hover .top a img {
    transform: scale(1.1)
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .news-ul li:hover .top a.read-more {
    opacity: 1
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .news-ul li:hover .down A {
    color: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .news-ul li .top {
    position: relative
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .news-ul li .top a {
    display: block;
    overflow: hidden
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .news-ul li .top a img {
    width: 100%;
    max-width: 100%;
    transition: all .3s
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .news-ul li .down {
    padding: 20px 0
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .news-ul li .down a {
    font-size: 18px;
    line-height: 26px;
    color: #1a1a1a
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .news-ul li .down a:hover {
    color: #2264b7
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .plc-con .prcl-ul .news-ul li .down .time {
    font-size: 15px;
    line-height: 30px;
    color: #2264b7;
    margin-top: 4px
}

.bq-pro-index-box .bq-sep-container .bq-sep-siderbar .ul-title a {
    font-size: 24px;
    display: block;
    line-height: 50px;
    color: #fff;
    background: url(../image/pro-title-back.jpg) no-repeat;
    background-size: cover;
    padding: 30px 20px 20px
}

.bq-index-list-box .bq-pro-box-list>ul>li {
    border-bottom: 2px solid #2264b7;
    margin-bottom: 36px
}

.bq-index-list-box .bq-pro-box-list>ul>li:hover {
    border-color: #2264b7
}

.bq-index-list-box .pro-img-ul ul li i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    line-height: 14px
}

.bq-index-list-box .pro-img-ul ul li a {
    font-size: 15px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid transparent
}

.bq-index-list-box .pro-img-ul ul li a:hover {
    color: #2264b7
}

.bq-index-list-box .pro-img-cover {
    align-items: flex-start !important
}

.bq-index-list-box .pro-img-cover .pro-more {
    margin-top: 18px;
    width: 100%
}

.bq-index-list-box .pro-img-cover .pro-more a {
    width: 220px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    transition: all .3s;
    text-align: center;
    margin: 0
}

.bq-index-list-box .pro-img-cover .pro-more a i {
    margin-left: 6px;
    font-size: 20px;
    vertical-align: middle
}

.bq-index-list-box .pro-img-cover .pro-more a:hover {
    background: #2264b7
}

.bq-how-box {
    padding-top: 100px
}

.bq-how-box .flex .left {
    width: 50%
}

.bq-how-box .flex .left img {
    width: 100%;
    max-height: 600px
}

.bq-how-box .flex .right {
    width: 50%;
    display: flex;
    align-items: center
}

.bq-how-box .flex .right .right-con {
    background: url(../image/how-back-2.jpg) no-repeat;
    background-size: cover;
    padding: 80px 59px;
    padding-right: 33%
}

.bq-how-box .flex .right .right-con h2 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 20px
}

.bq-how-box .flex .right .right-con h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #2264b7;
    margin-top: 20px
}

.bq-how-box .flex .right .right-con p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 32px;
    color: #666
}

.bq-index-adv-box {
    padding: 100px 0 120px
}

.bq-index-adv-box .index-adv-list ul {
    justify-content: space-between
}

.bq-index-adv-box .index-adv-list ul li {
    width: 23.9%;
    background: #f5f5f5;
    padding: 36px 26px;
    border-radius: 18px;
    position: relative;
    overflow: hidden
}

.bq-index-adv-box .index-adv-list ul li:hover {
    background: #2264b7
}

.bq-index-adv-box .index-adv-list ul li:hover .adv-con p {
    color: #fff
}

.bq-index-adv-box .index-adv-list ul li:hover .adv-title {
    color: #fff
}

.bq-index-adv-box .index-adv-list ul li:hover .adv-title::before {
    background: #fff
}

.bq-index-adv-box .index-adv-list ul li:hover .adv-icon {
    background: #2264b7
}

.bq-index-adv-box .index-adv-list ul li:hover .adv-icon .img1 {
    display: none
}

.bq-index-adv-box .index-adv-list ul li:hover .adv-icon .img2 {
    display: block
}

.bq-index-adv-box .index-adv-list ul li .adv-con p {
    font-size: 18px;
    line-height: 26px;
    color: #1a1a1a
}

.bq-index-adv-box .index-adv-list ul li .adv-title {
    font-size: 24px;
    color: #2264b7;
    display: inline-block;
    margin-top: 30px
}

.bq-index-adv-box .index-adv-list ul li .adv-title::before {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #ccc;
    margin: auto;
    margin-bottom: 10px
}

.bq-index-adv-box .index-adv-list ul li .adv-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 114px;
    height: 114px;
    background: #fff;
    border-radius: 114px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-top: 20px
}

.bq-index-adv-box .index-adv-list ul li .adv-icon .img2 {
    display: none
}

.bq-form-box.bq-index-form-box {
    padding: 102px 0;
    background: url(../image/index-form-back.jpg) no-repeat;
    background-size: cover
}

.bq-form-box.bq-index-form-box .sep-general-form {
    background: none
}

.bq-form-box.bq-index-form-box .bq-form-box-main .right .form-group {
    background: #fff !important
}

.bq-form-box.bq-index-form-box .bq-form-box-main .right .form-group.btn-box {
    background: none !important
}

.bq-form-box.bq-index-form-box .bq-form-box-main .right .btn-box .btn2 {
    border-color: #ccc !important
}

.bq-form-box.bq-index-form-box .left-title {
    font-size: 40px;
    color: #1a1a1a;
    line-height: 50px;
    margin-bottom: 30px
}

.bq-form-box.bq-index-form-box .left {
    width: 38.25% !important
}

.bq-form-box.bq-index-form-box .bq-form-box-main .left .com-ul li {
    border-bottom: 1px solid #dcdcdc !important;
    border-top: none
}

.bq-index-case-box {
    padding: 120px 0
}

.bq-index-case-box .swiper-container {
    padding-bottom: 80px
}

.bq-index-case-box li {
    position: relative
}

.bq-index-case-box .app-box-item-img {
    position: relative;
    height: 100%
}

.bq-index-case-box .app-box-item-img:hover .app-box-cover {
    transform: scale(1)
}

.bq-index-case-box .app-box-item-img a {
    display: block;
    overflow: hidden
}

.bq-index-case-box .app-box-item-img a img {
    height: 300px;
    width: 100%;
    max-width: none;
    transition: all .3s
}

.bq-index-case-box .app-box-item-img .app-box-cover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(34, 100, 183, 0.8);
    transition: all .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    align-items: center;
    transform: scale(0)
}

.bq-index-case-box .app-box-item-img .app-box-cover .cover-title {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: center
}

.bq-index-case-box .app-box-item-img .app-box-cover .cover-title:hover {
    color: #2264b7
}

.bq-index-case-box .app-box-item-img .app-box-cover .cover-ul {
    justify-content: space-between;
    margin-top: 30px
}

.bq-index-case-box .app-box-item-img .app-box-cover .cover-ul li {
    width: 100%;
    padding-left: 26px;
    position: relative;
    margin-bottom: 6px
}

.bq-index-case-box .app-box-item-img .app-box-cover .cover-ul li:hover a {
    color: #2264b7
}

.bq-index-case-box .app-box-item-img .app-box-cover .cover-ul li:hover::after {
    background: #2264b7
}

.bq-index-case-box .app-box-item-img .app-box-cover .cover-ul li::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    left: 0;
    top: 6px
}

.bq-index-case-box .app-box-item-img .app-box-cover .cover-ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 24px
}

.bq-index-case-box .app-box-item-title {
    position: relative;
    padding: 20px;
    padding-right: 40px;
    width: calc(100% - 40px);
    background: #fff;
    position: absolute;
    left: 20px;
    margin-top: -20px
}

.bq-index-case-box .app-box-item-title .right-more {
    display: block;
    width: 30px;
    height: 30px;
    background: #2264b7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px
}

.bq-index-case-box .app-box-item-title .gtj-ff-bold {
    font-size: 18px;
    line-height: 30px;
    color: #1a1a1a;
    display: block
}

.bq-index-case-box .app-box-item-title .pdf {
    display: block;
    color: #2264b7;
    font-size: 18px;
    margin-top: 10px
}

.bq-index-case-box .index-case-swiper {
    position: relative
}

.bq-index-case-box .case-swiper-btn div {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: #f5f5f5;
    position: absolute;
    top: 40%;
    outline: none;
    transition: all .3s
}

.bq-index-case-box .case-swiper-btn div:hover {
    transform: scale(1.1)
}

.bq-index-case-box .case-swiper-btn div.prev {
    left: -60px
}

.bq-index-case-box .case-swiper-btn div.next {
    right: -60px;
    background: #2264b7;
    color: #fff
}

.bq-list-box .top-title {
    width: 100%
}

.bq-list-box .bq-pro-box-list>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.bq-list-box .bq-pro-box-list>ul>li {
    margin-bottom: 36px;
    width: 19%;
    background: none;
    margin-bottom: 30px;
    margin-right: 1.25%;
    justify-content: space-between
}
.bq-list-box .bq-pro-box-list2>ul>li{
    width: 24%;
}
.bq-list-box .bq-pro-box-list2>ul>li:nth-child(4n) {
    margin-right: 0
}
.bq-list-box .bq-pro-box-list>ul>li:nth-child(5n) {
    margin-right: 0
}
.bq-list-box .bq-pro-box-list2>ul>li:nth-child(6n) {
    margin-right: 1.25%
}
.bq-list-box .bq-pro-box-list>ul>li:hover .left {
    border-color: #2264b7
}

.bq-list-box .bq-pro-box-list>ul>li .left {
    background: #f5f5f5;
    border-bottom: 2px solid #2264b7
}

.bq-list-box .bq-pro-box-list>ul>li .right {
    display: flex;
    align-items: center
}

.bq-list-box .bq-pro-box-list>ul>li .right .list-pro-des {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    /* text-align: justify */
}

.bq-list-box .bq-pro-box-list>ul>li .pro-info {
    padding: 12px 0
}

.bq-list-box .pro-img-cover {
    align-items: center
}

.bq-list-box .pro-img-cover .pro-more {
    margin-top: 18px;
    width: 100%
}

.bq-list-box .pro-img-cover .pro-more a {
    width: 160px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    transition: all .3s;
    text-align: center;
    margin: 0 auto
}

.bq-list-box .pro-img-cover .pro-more a i {
    margin-left: 6px;
    font-size: 20px;
    vertical-align: middle
}

.bq-list-box .pro-img-cover .pro-more a:hover {
    background: #2264b7
}

.bq-list-fea-box {
    background: #f7f7f7
}

.top-title .title-color {
    margin-bottom: 0
}

.richtext1 table tr:nth-child(even) td {
    background: #f7f7f7
}

.richtext1 table tr:nth-child(odd) td {
    background: #fff
}

.richtext1 table tr td {
    padding: 10px;
    text-align: center;
    border-color: #e6e6e6
}

.richtext1 table p {
    font-size: 18px;
    color: #000
}

.richtext1 table tr:first-child td {
    background: #0052a5;
    white-space: nowrap;
    padding: 18px 10px;
    color: #fff
}

.richtext1 table tr:first-child td p {
    color: #fff !important;
    font-family: "TAILEB";
    font-size: 24px
}

.richtext1 ul {
    width: 100%
}

.inner-padding {
    padding: 90px 0
}

.bq-list-app-box .title-des {
    padding: 0 200px
}

.bq-list-app-box .app-list>ul>li {
    border-bottom: 2px solid #2264b7
}

.bq-list-app-box .app-list>ul>li:hover {
    border-color: #2264b7
}

.title-des {
    margin-top: 24px
}

.bq-list-more-box {
    background: #f7f7f7
}

.bq-list-more-box .more-list ul {
    justify-content: space-between
}

.bq-list-more-box .more-list ul li {
    position: relative;
    width: 24.3%;
    background: #ddd
}

.bq-list-more-box .more-list ul li:hover .pro-info {
    border-color: #ddd;
    background: #fff
}

.bq-list-more-box .more-list ul li:hover .pro-info .pro-title {
    opacity: 0
}

.bq-list-more-box .more-list ul li:hover .pro-img-cover {
    opacity: 1
}

.bq-list-more-box .more-list ul li .pro-img {
    border: 1px solid #c3c3c3;
    border-bottom: none;
    padding: 0;
    padding: 20px;
    background: #fff
}

.bq-list-more-box .more-list ul li .pro-info {
    background: #ddd;
    border: 1px solid transparent;
    border-top: none
}

.bq-list-more-box .more-list ul li .pro-img-cover {
    position: absolute;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    left: 7px;
    top: 7px;
    background: rgba(34, 100, 183, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    opacity: 0
}

.bq-list-more-box .more-list ul li .pro-img-cover .pro-more {
    width: 100%
}

.bq-list-more-box .more-list ul li .pro-img-cover .pro-more a {
    width: 220px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    transition: all .3s;
    text-align: center;
    margin: auto;
    display: block
}

.bq-list-more-box .more-list ul li .pro-img-cover .pro-more a i {
    margin-left: 6px;
    font-size: 20px;
    vertical-align: middle
}

.bq-list-more-box .more-list ul li .pro-img-cover .pro-more a:hover {
    background: #2264b7
}

.bq-list-form-box {
    background: url(../image/list-contact.jpg) no-repeat;
    background-size: cover
}

.bq-list-form-box .top-title .title {
    color: #fff
}

.bq-list-form-box .top-title .title-des {
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px
}

.bq-list-form-box .sep-general-form {
    margin-top: 0;
    padding: 0;
    background: none
}

.bq-list-form-box .sep-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bq-list-form-box .form-group {
    width: 48.5%;
    margin-bottom: 20px;
    padding-left: 0;
    background: none;
    border: 1px solid #fff;
    position: relative;
    padding-left: 34px !important
}

.bq-list-form-box .form-group i {
    position: absolute;
    left: 14px;
    top: 8px;
    color: #fff;
    font-size: 22px
}

.bq-list-form-box .form-group .form-control {
    border: none;
    height: 50px;
    border-radius: 0;
    box-shadow: none;
    background: none;
    color: #fff;
    font-size: 18px
}

.bq-list-form-box .form-group .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 18px
}

.bq-list-form-box .email-box i {
    font-size: 18px
}

.bq-list-form-box .text-box {
    width: 100% !important
}

.bq-list-form-box .text-box .form-control {
    resize: none;
    padding-top: 14px;
    min-height: 150px
}

.bq-list-form-box .btn-box {
    margin: auto;
    border: none;
    width: 100%;
    background: none;
    display: flex;
    padding-left: 0 !important;
    text-align: left
}

.bq-list-form-box .btn-box .btn-primary {
    width: 180px;
    line-height: 50px;
    border-radius: 0;
    text-align: center;
    background: #2264b7 !important;
    border-color: #2264b7 !important;
    padding: 0;
    font-size: 18px;
    transition: all .3s;
    margin: 0;
    margin-right: 20px;
    font-size: 20px;
    display: block
}

.bq-list-form-box .btn-box .btn-primary:hover {
    color: #2264b7;
    background: none !important
}

.bq-list-form-box .btn-box .btn2 {
    background: none;
    border-color: #e5e5e5;
    color: #1a1a1a
}

.bq-list-news-box .list-news-main .left {
    width: 50%;
    display: block;
    overflow: hidden;
    position: relative
}

.bq-list-news-box .list-news-main .left img {
    width: 100%;
    transition: all .3s
}

.bq-list-news-box .list-news-main .left img:hover {
    transform: scale(1.1)
}

.bq-list-news-box .list-news-main .left .left-item {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    width: 75%;
    font-size: 17px
}

.bq-list-news-box .list-news-main .left .left-item:hover {
    color: #2264b7
}

.bq-list-news-box .list-news-main .right {
    width: 50%;
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.bq-list-news-box .list-news-main .right .news-item {
    display: block
}

.bq-list-news-box .list-news-main .right .news-item:hover a {
    color: #2264b7
}

.bq-list-news-box .list-news-main .right .news-item a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #000;
    padding: 14px;
    padding-left: 40px;
    background: #f5f5f5;
    min-height: 56px;
    display: flex;
    align-items: center
}

.bq-list-news-box .list-news-main .right .news-item a i {
    position: absolute;
    left: 18px;
    top: 18px;
    font-size: 18px;
    color: #2264b7
}

.bq-detail-app-box {
    background: #f5f5f5
}

.bq-detail-app-box .bq-pro-box-list>ul>li .pro-info {
    background: #fff
}

.bq-detail-app-box .bq-pro-box-list>ul>li .pro-img {
    padding: 8px;
    background: #dadada
}

.bq-detail-box .bq-detail-title {
    width: 100%;
    font-size: 42px;
    color: #1a1a1a;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5
}

.bq-detail-box .bq-detail-img-box {
    padding: 50px;
    padding-right: 110px
}

.bq-detail-box .bq-detail-img-box .detail-img-btn {
    justify-content: space-evenly
}

.bq-detail-box .bq-detail-img-box .detail-img-btn span {
    width: 220px;
    line-height: 66px;
    border: 2px solid #2264b7;
    font-size: 24px;
    color: #2264b7;
    text-align: center;
    display: block;
    transition: all .3s;
    cursor: pointer
}

.bq-detail-box .bq-detail-img-box .detail-img-btn span.active {
    background: #2264b7;
    color: #fff
}

.bq-detail-box .bq-detail-img-box .detail-img-btn span:hover {
    background: #2264b7;
    color: #fff
}

.bq-detail-box .detail-img-box {
    margin-top: 50px;
    display: none
}

.bq-detail-box .detail-img-box.active {
    display: flex
}

.bq-detail-box .detail-img-box .big_img {
    margin: 0;
    border: 2px solid #bbb;
    height: 560px
}

.bq-detail-box .detail-img-box .big_img .swiper-pagination-bullet-active {
    background: #2264b7
}

.bq-detail-box .detail-img-box .big_img .img_sign_li {
    display: flex;
    align-items: center;
    justify-content: center
}

.bq-detail-box .detail-img-box .big_img img {
    height: 100%;
    width: auto
}

.bq-detail-box .detail-img-box .img_group {
    padding: 1px;
    width: 110px;
    height: 560px;
    overflow-y: scroll
}

.bq-detail-box .detail-img-box .img_group::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    background-color: #f5f5f5;
    border-radius: 10px
}

.bq-detail-box .detail-img-box .img_group::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5
}

.bq-detail-box .detail-img-box .img_group::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc
}

.bq-detail-box .detail-img-box .img_group .swiper-button-disabled {
    background: #999 !important
}

.bq-detail-box .detail-img-box .img_group .btns {
    width: 29px;
    height: 29px;
    display: inline-block;
    line-height: 29px;
    text-align: center;
    background-color: #ededed;
    color: #767676;
    position: absolute;
    z-index: 8;
    left: 50%;
    margin-left: -15px;
    font-size: 24px;
    padding: 0;
    color: #080808;
    background: none !important;
    display: none
}

.bq-detail-box .detail-img-box .img_group .btns:hover {
    color: #2264b7
}

.bq-detail-box .detail-img-box .img_group .btns.big-prev {
    top: 0
}

.bq-detail-box .detail-img-box .img_group .btns.big-next {
    bottom: 0
}

.bq-detail-box .detail-img-box .img_group .img_sign_ul .img_sign_li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #c1c1c1;
    height: 100px;
    overflow: hidden;
    box-sizing: border-box
}

.bq-detail-box .detail-img-box .img_group .img_sign_ul .img_sign_li img {
    width: 100%
}

.bq-detail-box .detail-img-box .img_group .img_sign_ul .img_sign_li.swiper-slide-thumb-active {
    border-bottom: 3px solid #2264b7
}

.bq-detail-box .detail-img-box .small-img {
    position: static
}

.bq-detail-box .detail-img-box .small-swiper {
    margin-left: 30px;
    position: relative
}

.bq-detail-box .detail-img-box .img-btn {
    width: 100%;
    text-align: center;
    margin-top: 40px
}

.bq-detail-box .detail-img-box .img-btn a {
    display: inline-block
}

.bq-detail-box .detail-img-box .img-btn .pdf-btn {
    display: inline-block;
    width: 230px;
    line-height: 44px;
    border: 1px solid #2264b7;
    text-align: center;
    color: #fff;
    background: #2264b7;
    margin-top: 12px;
    transition: all .3s;
    border-radius: 50px
}

.bq-detail-box .detail-img-box .img-btn .pdf-btn:hover {
    letter-spacing: 1px
}

.bq-detail-box .detail-img-box .img-btn .pdf-btn i {
    font-size: 20px
}

.bq-detail-box .detail-img-box .img-btn .pdf-btn:nth-child(2) {
    background: #f5f5f5;
    color: #4c4c4c;
    border-color: #f5f5f5
}

.bq-detail-box .bq-sep-siderbar {
    padding-top: 100px
}

.bq-detail-richtext-box .richtext a {
    font-size: 18px
}

.bq-detail-richtext-box .richtext h2 {
    font-size: 30px;
    color: #1a1a1a;
    font-family: "TAILEB";
    margin-bottom: 20px;
    margin-top: 20px;
}
.bq-detail-richtext-box .richtext h2,.bq-detail-richtext-box .richtext h2 *{
    font-size: 24px !important;
    color: #1a1a1a;
}
.bq-detail-richtext-box .richtext3 h2::after{
    display: none !important;
}
.bq-detail-richtext-box .richtext p{
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}
.bq-detail-richtext-box .richtext td{
    vertical-align: middle;
    padding: 10px 5px !important;
}
.bq-detail-richtext-box .richtext td *{
    line-height: 1 !important;
}
.bq-detail-richtext-box .richtext p *{
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    font-size: 17px !important;
    color: #666 !important;
    /* font-family: Arial, Helvetica, sans-serif !important; */
}
.bq-detail-richtext-box .richtext p strong *{
    color: #1a1a1a !important;
}
.bq-detail-richtext-box .richtext h3 *{
    font-size: 20px !important;
}
.bq-detail-richtext-box .richtext h4 strong *{
    font-weight: 500 !important;
}
.bq-detail-richtext-box .richtext h3 {
    margin: 20px 0;
}
.bq-detail-richtext-box .richtext h4{
    margin-top: 10px;
    font-weight: 500 !important;
}
.bq-detail-richtext-box .richtext h4 *{
    font-size: 20px !important;
    font-family: "TAILEB" !important;
    font-weight: 500;
    
}
.bq-detail-richtext-box .richtext h4{
    margin-bottom: 15px;
}
.bq-detail-richtext-box .richtext h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #2264b7;
    margin-top: 10px
}

.bq-detail-richtext-box .richtext p {
    font-size: 18px;
    line-height: 32px;
    color: #666
}

.bq-detail-richtext-box1 {
    padding: 0 0 70px 0
}

.bg-f5 {
    background: #f5f5f5
}

.richtext table td tr {
    font-size: 18px
}

.richtext .list-paddingleft-2 {
    width: 100% !important
}

.richtext2 .table-box {
    justify-content: space-between;
    margin-top: 40px
}

.richtext2 .table-box .left {
    width: 55%
}

.richtext2 .table-box .right {
    width: 42%;
    display: flex;
    align-items: center
}

.richtext2 table {
    border: none;
    width: 100% !important;
}

.richtext2 table tr:nth-child(even) td {
    background: #ededed
}

.richtext2 table tr td {
    padding: 18px 10px;
    text-align: center;
    border: 1px solid #e6e6e6 !important
}

.richtext2 table tr:first-child {
    background: #0052a5;
    text-align: left;
    color: #fff;
    width: 16%
}

.richtext2 table tr:first-child p {
    color: #fff;
    font-weight: bold;
}

.richtext2 table tr:first-child * {
    color: #fff;
    font-weight: bold;
}

.richtext2 table tr:last-child td:first-child {
    /* background: #e6e6e6 */
}

.richtext2 table tr:last-child td:first-child p {
    color: #333
}

.richtext2 table tr:last-child td:first-child * {
    color: #333
}

.richtext-nowrap table tr td {
    white-space: nowrap;
    font-size: 18px
}

.richtext3 table {
    margin-top: 30px;
    width: 100%
}

.richtext3 table tr td {
    padding: 10px;
    text-align: center;
    border: 1px solid #e6e6e6;
    width: auto !important
}

.richtext3 table tr:nth-child(even) td {
    background: #e6e6e6;
    border: 1px solid #fff
}

.richtext3 table tr:first-child td {
    /* font-size: 24px; */
    font-family: "TAILEB"
}

.richtext3 table tr:first-child td p {
    font-family: "TAILEB"
}

.richtext3 table tr:first-child td,
.richtext3 table tr:nth-child(2) td {
    /* background: #0052a5; */
    /* color: #fff */
}
.richtext3 table tr:first-child{
    background: #0052a5;
}

.richtext3 table tr:first-child td,.richtext3 table tr:first-child td *{
    color: #fff !important;
}
.richtext3 table tr:first-child td p,
.richtext3 table tr:nth-child(2) td p {
    color: #fff
}

.richtext-spe table {
    margin-top: 30px;
    width: 100%
}

.richtext-spe table tr td {
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: center
}

.richtext-spe table tr:nth-child(odd) td {
    padding: 10px;
    background: #e6e6e6;
    text-align: center;
    border: 1px solid #fff;
    width: auto !important
}

.richtext-spe table tr:first-child td {
    font-size: 24px;
    font-family: "TAILEB"
}

.richtext-spe table tr:first-child td p {
    font-family: "TAILEB"
}

.richtext-spe table tr:first-child td {
    background: #0052a5;
    color: #fff
}

.richtext-spe table tr:first-child td * {
    color: #fff
}

.richtext-spe table tr:first-child td p {
    color: #fff
}

.bq-contact-box .bq-sep-container {
    justify-content: space-between
}

.bq-contact-box .bq-sep-container .left {
    width: 57%
}

.bq-contact-box .bq-sep-container .left .top-title {
    text-align: left;
    padding: 0;
    margin-bottom: 30px
}

.bq-contact-box .bq-sep-container .left .sep-general-form {
    margin-top: 0;
    padding: 0;
    background: none
}

.bq-contact-box .bq-sep-container .left .sep-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bq-contact-box .bq-sep-container .left .form-group {
    width: 48.5%;
    margin-bottom: 20px;
    padding-left: 0;
    background: none;
    border: none;
    background: #f5f5f5;
    position: relative;
    padding-left: 34px !important
}

.bq-contact-box .bq-sep-container .left .form-group i {
    position: absolute;
    left: 14px;
    top: 8px;
    color: #2264b7;
    font-size: 22px
}

.bq-contact-box .bq-sep-container .left .form-group .form-control {
    border: none;
    height: 50px;
    border-radius: 0;
    box-shadow: none;
    background: none
}

.bq-contact-box .bq-sep-container .left .form-group .form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 18px
}

.bq-contact-box .bq-sep-container .left .email-box i {
    font-size: 18px
}

.bq-contact-box .bq-sep-container .left .text-box {
    width: 100% !important
}

.bq-contact-box .bq-sep-container .left .text-box .form-control {
    resize: none;
    padding-top: 14px;
    min-height: 150px
}

.bq-contact-box .bq-sep-container .left .btn-box {
    margin: auto;
    border: none;
    width: 100%;
    background: none;
    display: flex;
    padding-left: 0 !important;
    text-align: left
}

.bq-contact-box .bq-sep-container .left .btn-box .btn-primary {
    width: 180px;
    line-height: 50px;
    border-radius: 0;
    text-align: center;
    background: #2264b7 !important;
    border-color: #2264b7 !important;
    padding: 0;
    font-size: 18px;
    transition: all .3s;
    margin: 0;
    margin-right: 20px;
    font-size: 20px;
    display: block
}

.bq-contact-box .bq-sep-container .left .btn-box .btn-primary:hover {
    color: #2264b7;
    background: none !important
}

.bq-contact-box .bq-sep-container .left .btn-box .btn2 {
    background: none;
    border-color: #e5e5e5;
    color: #1a1a1a
}

.bq-contact-box .bq-sep-container .right {
    width: 36.7%;
    background: url(../image/contact-right-banner.jpg) no-repeat;
    background-size: cover;
    padding: 36px;
    display: flex;
    align-items: center
}

.bq-contact-box .bq-sep-container .right .com-ul li {
    padding: 12px 0;
    border-top: 1px solid #f5f5f5;
    padding-left: 68px;
    position: relative
}

.bq-contact-box .bq-sep-container .right .com-ul li:last-child {
    border-bottom: 1px solid #f5f5f5
}

.bq-contact-box .bq-sep-container .right .com-ul li .icon {
    position: absolute;
    left: 0;
    top: 12px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    transition: all .3s;
    color: #2264b7;
    font-size: 22px
}

.bq-contact-box .bq-sep-container .right .com-ul li .con .con-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff
}

.bq-contact-box .bq-sep-container .right .com-ul li .con .con-des {
    margin-top: 4px;
    font-size: 18px;
    color: #fff
}

.bq-contact-box .bq-sep-container .right .com-ul li .con .con-des a {
    font-size: 18px;
    color: #fff
}

.bq-contact-box .bq-sep-container .right .com-ul li .con .con-des a:hover {
    color: #2264b7
}

.richtext {
    margin-top: 30px
}

.richtext iframe {
    width: 100%;
    min-height: 300px;
    border: none
}

.bq-relate-box .relate-item:hover .relate-img img {
    transform: scale(1.1)
}

.bq-relate-box .relate-item .relate-img {
    display: block;
    overflow: hidden;
    background: #fff;
    text-align: center
}

.bq-relate-box .relate-item .relate-img img {
    max-width: 100%;
    overflow: hidden;
    transition: all .3s
}

.bq-relate-box .relate-item .relate-title {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #1a1a1a;
    padding: 12px 0
}

.bq-relate-box .relate-item .relate-title:hover {
    color: #2264b7
}

.bq-relate-box .index-contact-swiper {
    position: relative
}

.bq-relate-box .index-contact-swiper .contact-swiper-btn div {
    position: absolute;
    top: 40%;
    z-index: 222
}

.bq-relate-box .index-contact-swiper .contact-swiper-btn div i {
    font-size: 28px;
    color: #848484
}

.bq-relate-box .index-contact-swiper .contact-swiper-btn div:hover i {
    color: #2264b7
}

.bq-relate-box .index-contact-swiper .contact-swiper-btn div.prev {
    left: -30px
}

.bq-relate-box .index-contact-swiper .contact-swiper-btn div.next {
    right: -30px
}

.bq-contact-map img {
    width: 100%
}

.bq-contact-map iframe {
    width: 100%;
    min-height: 600px
}

.bq-company-box {
    padding: 104px 0
}

.bq-company-box .bq-sep-container {
    justify-content: space-between
}

.bq-company-box .bq-sep-container .left {
    width: 45%;
    position: relative;
    /* padding-bottom: 186px; */
    padding-top: 40px
}

.bq-company-box .bq-sep-container .left .top-img {
    display: flex
}

.bq-company-box .bq-sep-container .left .top-img p {
    font-size: 28px;
    color: #333;
    transform: rotate(-90deg) translateX(-70px) translateY(-20px);
    height: 156px;
    width: auto;
    display: flex
}

.bq-company-box .bq-sep-container .left .top-img p span {
    color: #2264b7;
    font-size: 28px;
    display: inline-block;
    white-space: nowrap;
    transform: translateX(-13px)
}

.bq-company-box .bq-sep-container .left .top-img img {
    width: 456px;
    transform: translateX(-140px)
}

.bq-company-box .bq-sep-container .left .left-video {
    width: 448px;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -75px
}

.bq-company-box .bq-sep-container .left .left-video img {
    transition: all .3s
}

.bq-company-box .bq-sep-container .left .left-video:hover .img-cover i {
    background: #2264b7
}

.bq-company-box .bq-sep-container .left .left-video:hover img {
    transform: scale(1.1)
}

.bq-company-box .bq-sep-container .left .left-video .img-cover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.bq-company-box .bq-sep-container .left .left-video .img-cover i {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(247, 147, 30, 0.8);
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bq-company-box .bq-sep-container .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.bq-company-box .bq-sep-container .right .right-subtitle {
    font-size: 24px;
    line-height: 32px;
    color: #2264b7
}

.bq-company-box .bq-sep-container .right .right-title {
    font-size: 40px;
    line-height: 54px;
    color: #333;
    margin-top: 14px
}

.bq-company-box .bq-sep-container .right .right-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #2264b7;
    margin-top: 10px
}

.bq-company-box .bq-sep-container .right .right-richtext {
    font-size: 18px;
    line-height: 32px;
    color: #666;
    margin-top: 18px;
    text-align: justify
}

.bq-company-box .bq-sep-container .right .right-richtext a {
    font-size: 18px
}

.bq-company-box .bq-sep-container .right .right-richtext p {
    font-size: 18px;
    line-height: 32px;
    color: #666;
    margin-bottom: 0;
    text-align: justify
}

.bq-company-box .bq-sep-container .right .right-richtext .list-paddingleft-2 {
    list-style: none !important
}

.bq-company-box .bq-sep-container .right .right-richtext .list-paddingleft-2 li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 18px
}

.bq-company-box .bq-sep-container .right .right-richtext .list-paddingleft-2 li::after {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    background: url(../image/compny-icon.jpg) no-repeat;
    position: absolute;
    left: 0;
    top: 2px
}

.bq-company-box .bq-sep-container .right .right-more {
    width: 270px;
    line-height: 48px;
    background: #2264b7;
    color: #fff;
    margin-left: 30px;
    text-align: center;
    display: inline-block;
    margin-top: 40px;
    border: 1px solid #2264b7;
    transition: all .3s;
    font-size: 20px
}

.bq-company-box .bq-sep-container .right .right-more:hover {
    background: none;
    color: #2264b7
}

.bq-company-box .bq-sep-container .company-icon-box {
    width: 100%;
    margin-top: 100px;
    /* margin-bottom: 50px */
}

.bq-company-box .bq-sep-container .company-icon-box ul {
    justify-content: space-between;
    width: 76%;
    margin: auto
}

.bq-company-box .bq-sep-container .company-icon-box ul li {
    width: 230px;
    height: 230px;
    box-shadow: 0 0 10px #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.bq-company-box .bq-sep-container .company-icon-box ul li:hover .icon i {
    color: #2264b7
}

.bq-company-box .bq-sep-container .company-icon-box ul li .icon i {
    font-size: 80px;
    color: #2264b7;
    transition: all .3s
}

.bq-company-box .bq-sep-container .company-icon-box ul li .icon-title {
    font-size: 18px;
    text-align: center;
    color: #1a1a1a;
    margin-top: 20px
}

.bq-honor-box {
    padding: 110px 0
}

.bq-honor-box .top-title .title {
    font-size: 40px
}

.bq-honor-box .top-title .subtitle {
    font-size: 30px;
    color: #2264b7;
    margin-bottom: 14px
}

.bq-honor-box .swiper-container {
    padding-bottom: 60px
}

.bq-honor-box .swiper-container .swiper-pagination-bullet {
    width: 46px;
    height: 6px;
    border-radius: 6px;
    opacity: 1;
    background: #ccc
}

.bq-honor-box .swiper-container .swiper-pagination-bullet-active {
    background: #2264b7
}

.bq-honor-box .bq-honor-swiper a {
    display: block;
    border: 3px solid #c6c6c6;
    overflow: hidden
}

.bq-honor-box .bq-honor-swiper a:hover {
    border-bottom: 3px solid #2264b7
}

.bq-honor-box .bq-honor-swiper a:hover img {
    transform: scale(1.1)
}

.bq-honor-box .bq-honor-swiper a img {
    transition: all .3s;
    width: 100%
}

.bq-qua-box .subtitle {
    font-size: 20px;
    color: #1a1a1a;
    margin-top: 24px
}

.bq-qua-box .title-des {
    padding: 0 100px;
    font-size: 18px;
    line-height: 32px;
    color: #666
}

.bq-qua-box .qua-icon-box ul {
    justify-content: space-between
}

.bq-qua-box .qua-icon-box ul li {
    width: 19%;
    background: #2264b7;
    min-height: 310px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.bq-qua-box .qua-icon-box ul li:hover .icon {
    background: none;
    border-color: #fff
}

.bq-qua-box .qua-icon-box ul li:hover .icon i {
    color: #fff
}

.bq-qua-box .qua-icon-box ul li .icon {
    width: 94px;
    height: 94px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2264b7
}

.bq-qua-box .qua-icon-box ul li .icon i {
    color: #2264b7;
    font-size: 40px
}

.bq-qua-box .qua-icon-box ul li .icon-title {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    margin-top: 34px
}

.bq-history-box .bq-sep-container {
    justify-content: space-between
}

.bq-history-box .bq-sep-container .left {
    width: 44%
}

.bq-history-box .bq-sep-container .left .top-title {
    text-align: left;
    padding: 0
}

.bq-history-box .bq-sep-container .left .top-title .subtitle {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin-top: 24px
}

.bq-history-box .bq-sep-container .left .top-title .title-des {
    font-size: 18px;
    line-height: 32px
}

.bq-history-box .bq-sep-container .left .history-ul ul {
    justify-content: space-between;
    position: relative;
    padding-top: 35px
}

.bq-history-box .bq-sep-container .left .history-ul ul::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #2264b7;
    position: absolute;
    left: 0;
    top: 0
}

.bq-history-box .bq-sep-container .left .history-ul ul li {
    font-size: 20px;
    color: #1a1a1a;
    width: 80px;
    text-align: center;
    position: relative
}

.bq-history-box .bq-sep-container .left .history-ul ul li:hover::before {
    background: #2264b7
}

.bq-history-box .bq-sep-container .left .history-ul ul li::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #2264b7;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: -46px;
    z-index: 222
}

.bq-history-box .bq-sep-container .left .history-ul ul li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2264b7;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -39px;
    z-index: 223;
    background: #fff
}

.bq-history-box .bq-sep-container .right {
    width: 50%
}

.bq-history-box .bq-sep-container .right .swiper-container {
    padding-bottom: 50px
}

.bq-history-box .bq-sep-container .right .swiper-slide {
    display: block;
    overflow: hidden
}

.bq-history-box .bq-sep-container .right .swiper-slide img {
    width: 100%;
    transition: all .3s
}

.bq-history-box .bq-sep-container .right .swiper-slide img:hover {
    transform: scale(1.1)
}

.bq-history-box .bq-sep-container .right .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 1px solid #343434;
    background: none
}

.bq-history-box .bq-sep-container .right .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #343434
}

.bq-history-box .bq-sep-container .right p {
    font-size: 20px;
    color: #1a1a1a;
    position: absolute;
    right: 0;
    bottom: 10px
}

.text-upper {
    text-transform: uppercase
}

.bg-f7 {
    background: #f7f7f7
}

.app-index-news {
    padding: 84px 0
}

.app-index-news .app-news-ul {
    justify-content: space-between
}

.app-index-news .app-news-ul li {
    width: 49.6%
}

.app-index-news .app-news-ul li:hover .thumb img {
    transform: scale(1.1)
}

.app-index-news .app-news-ul li .thumb {
    width: 45%;
    display: block;
    overflow: hidden
}

.app-index-news .app-news-ul li .thumb img {
    width: 100%;
    transition: all .3s
}

.app-index-news .app-news-ul li .news-info {
    width: 55%;
    background: #f7f7f7;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.app-index-news .app-news-ul li .news-info .news-title {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    display: block
}

.app-index-news .app-news-ul li .news-info .news-title:hover {
    color: #2264b7
}

.app-index-news .app-news-ul li .news-info .news-time {
    font-size: 18px;
    color: #2264b7
}

.app-index-news .app-news-ul li .news-info .news-time i {
    color: #2264b7
}

.app-index-contact {
    justify-content: space-between;
    background: linear-gradient(to right, #2264b7 55%, #ccc 45%)
}

.app-index-contact .left {
    width: 58%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.app-index-contact .left .left-title {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s
}

.app-index-contact .left .left-title:hover {
    color: #2264b7
}

.app-index-contact .left .left-more {
    display: inline-block;
    width: 200px;
    line-height: 50px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    color: #fff;
    margin-top: 30px;
    transition: all .3s
}

.app-index-contact .left .left-more:hover {
    background: #fff;
    color: #2264b7
}

.app-index-contact .right {
    width: 42%;
    padding: 80px 80px 60px
}

.app-index-contact .right a {
    display: block;
    width: 100%
}

.app-index-contact .right a img {
    max-width: 100%
}

.app-index-list1 {
    margin-bottom: 60px
}

.app-index-list1 ul li {
    padding: 33px 20px;
    background: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    transition: all .3s
}

.app-index-list1 ul li:hover {
    background: #fff
}

.app-index-list1 ul li:nth-child(1) {
    border-top: 1px solid #e6e6e6
}

.app-index-list1 ul li .thumb {
    display: block;
    width: 42%;
    overflow: hidden
}

.app-index-list1 ul li .thumb img {
    width: 100%;
    transition: all .3s
}

.app-index-list1 ul li .thumb img:hover {
    transform: scale(1.1)
}

.app-index-list1 ul li .thumb-info {
    width: 58%;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.app-index-list1 ul li .thumb-info .thumb-title {
    font-size: 26px;
    line-height: 30px;
    color: #333
}

.app-index-list1 ul li .thumb-info .thumb-title:hover {
    color: #2264b7
}

.app-index-list1 ul li .thumb-info .thumb-des {
    font-size: 18px;
    line-height: 26px;
    color: #666;
    margin-top: 6px
}

.app-index-list1 ul li .thumb-info .more {
    display: block;
    width: 180px;
    line-height: 35px;
    background: #2264b7;
    color: #fff;
    text-align: center;
    padding-right: 35px;
    position: relative;
    text-transform: uppercase;
    margin-top: 10px
}

.app-index-list1 ul li .thumb-info .more:hover i {
    background: #2264b7
}

.app-index-list1 ul li .thumb-info .more i {
    width: 35px;
    height: 35px;
    background: #4d4d4d;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.app-fea-box {
    padding: 80px 0
}

.app-fea-box .app-fea-swiper {
    position: relative
}

.app-fea-box .fea-item {
    margin-bottom: 20px
}

.app-fea-box .fea-item:hover .thumb img {
    transform: scale(1.1)
}

.app-fea-box .fea-item .thumb {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 28px
}

.app-fea-box .fea-item .thumb .img {
    display: block;
    overflow: hidden
}

.app-fea-box .fea-item .thumb img {
    width: 100%;
    transition: all .3s
}

.app-fea-box .fea-item .thumb .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #acc5e4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    bottom: 0
}

.app-fea-box .fea-item .thumb .icon:hover {
    background: #2264b7
}

.app-fea-box .fea-item .thumb .icon i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #2264b7;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.app-fea-box .fea-item a.thumb-title {
    font-size: 18px;
    line-height: 32px;
    color: #4c4c4c;
    text-align: center;
    margin-top: 20px;
    display: block
}

.app-fea-box .fea-item a.thumb-title:hover {
    color: #2264b7
}

.app-fea-box .app-btn span {
    font-size: 44px;
    color: #999;
    position: absolute;
    top: 38%;
    cursor: pointer
}

.app-fea-box .app-btn span:hover {
    color: #2264b7
}

.app-fea-box .app-btn .app-prev {
    left: -30px
}

.app-fea-box .app-btn .app-next {
    right: -30px
}

.app-detail-more .more-list ul li {
    width: 32.5%
}

.app-detail-more .more-list ul li .pro-info {
    padding: 19px 0
}

.app-detail-con p {
    font-size: 18px;
    line-height: 32px;
    color: #666;
    margin-bottom: 0
}

.app-detail-con strong {
    font-size: 26px !important;
    line-height: 36px !important;
    color: #333 !important;
    margin-bottom: 30px;
    display: block
}

.app-detail-con .list-paddingleft-2 {
    list-style: none !important;
    padding-left: 0 !important
}

.app-detail-con .list-paddingleft-2 li {
    margin-bottom: 40px;
    padding-left: 70px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #4c4c4c
}

.app-detail-con .list-paddingleft-2 li:nth-child(1)::before {
    content: '01'
}

.app-detail-con .list-paddingleft-2 li:nth-child(2)::before {
    content: '02'
}

.app-detail-con .list-paddingleft-2 li:nth-child(3)::before {
    content: '03'
}

.app-detail-con .list-paddingleft-2 li:nth-child(4)::before {
    content: '04'
}

.app-detail-con .list-paddingleft-2 li:nth-child(5)::before {
    content: '05'
}

.app-detail-con .list-paddingleft-2 li:nth-child(6)::before {
    content: '06'
}

.app-detail-con .list-paddingleft-2 li:nth-child(7)::before {
    content: '07'
}

.app-detail-con .list-paddingleft-2 li:nth-child(8)::before {
    content: '08'
}

.app-detail-con .list-paddingleft-2 li::after {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #86aad7;
    position: absolute;
    left: 0;
    top: -6px
}

.app-detail-con .list-paddingleft-2 li::before {
    content: '01';
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    color: #fff;
    line-height: 42px;
    border-radius: 50%;
    background: #2264b7;
    position: absolute;
    left: 18px;
    top: -6px;
    z-index: 3;
    font-family: "TAILEB"
}

.app-detail-con .list-paddingleft-2 li p {
    font-size: 18px;
    line-height: 28px;
    color: #4c4c4c
}

.plc-news {
    margin-top: 30px
}

.plc-news .news-title {
    font-size: 24px;
    line-height: 28px;
    color: #333
}

.plc-news .app-news-ul {
    margin-top: 20px
}

.plc-news .app-news-ul li:hover .thumb img {
    transform: scale(1.1)
}

.plc-news .app-news-ul li .thumb {
    display: block;
    overflow: hidden
}

.plc-news .app-news-ul li .thumb img {
    width: 100%;
    transition: all .3s
}

.plc-news .app-news-ul li .news-info {
    margin-top: 18px
}

.plc-news .app-news-ul li .news-info .news-title {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    display: block
}

.plc-news .app-news-ul li .news-info .news-title:hover {
    color: #2264b7
}

.plc-news .app-news-ul li .news-info .news-time {
    font-size: 18px;
    color: #2264b7;
    margin-bottom: 8px
}

.plc-news .app-news-ul li .news-info .news-time i {
    color: #2264b7
}

.ytgd-inner-news-boxs {
    display: block;
    width: 100%
}

.ytgd-inner-news-boxs.ons {
    margin-top: 30px
}

.ytgd-inner-news-boxs ul li {
    background-color: #f3f5f5;
    margin-bottom: 30px;
    position: relative
}

.ytgd-inner-news-boxs ul li .lis-boxs {
    padding: 40px
}

.ytgd-inner-news-boxs ul li .titles-a {
    width: 100%;
    display: block;
    font-size: 25px;
    font-weight: 500;
    line-height: 37px;
    color: #2264b7;
    padding: 0 80px 0 0
}

.ytgd-inner-news-boxs ul li .times {
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #959595;
    padding: 5px 0;
    display: none
}

.ytgd-inner-news-boxs ul li .spans {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #363636;
    padding: 8px 0
}

.ytgd-inner-news-boxs ul li .mores {
    font-weight: 700;
    color: #2264b7;
    font-size: 18px;
    width: 100%;
    text-align: right;
    display: block
}

.ytgd-inner-news-boxs ul li .mores:after {
    content: '>';
    margin-left: 4px
}

.ytgd-inner-news-boxs ul li .times-boxs {
    width: 70px;
    height: 70px;
    background-color: #2264b7;
    position: absolute;
    top: -8px;
    right: 40px;
    font-size: 30px;
    font-weight: 900;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 18px
}

.ytgd-inner-news-boxs ul li .times-boxs:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -6px;
    left: -6px;
    border: 6px solid transparent;
    border-bottom-color: #2264b7;
    display: block
}

.ytgd-inner-news-boxs ul li .times-boxs .span {
    display: block;
    font-size: 18px;
    color: #fff
}

.ytgd-inner-news-boxs ul li a:hover {
    text-decoration: underline
}

.bg-ff {
    background: #fff
}

.operation {
    margin-top: 30px;
    margin-bottom: 40px
}

.operation ul {
    display: flex;
    flex-wrap: wrap
}

.operation ul li {
    margin-right: 50px;
    width: auto;
    text-align: left
}

.operation ul li .btn-primary {
    background: #2264b7;
    padding: 10px 30px;
    color: #fff;
    border: 1px solid #2264b7;
    transition: all .3s;
    font-size: 18px
}

.operation ul li .btn-primary:hover {
    background: #fff;
    color: #2264b7
}

.v-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px
}

.v-list .i-box {
    width: 49%;
    margin-bottom: 20px
}

.v-list .i-box:hover a img {
    transform: scale(1.1)
}

.v-list .i-box a {
    display: block;
    overflow: hidden
}

.v-list .i-box a img {
    width: 100%;
    transition: all .3s
}

.v-list .i-box .iframe-title {
    padding: 10px
}

.v-list .i-box .iframe-title a {
    color: #323232;
    font-size: 18px
}

.sep-resource-list2 {
    text-align: left;
    margin-top: 30px
}

.sep-resource-list2 li {
    padding-left: 160px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #afafaf;
    padding-top: 5px;
    min-height: 152px;
    margin-bottom: 30px;
    overflow: hidden
}

.sep-resource-list2 li .thumb {
    display: block;
    position: absolute;
    width: 140px;
    overflow: hidden;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 40px;
    height: 130px
}

.sep-resource-list2 li .thumb img {
    width: 100%;
    transition: all .3s
}

.sep-resource-list2 li .thumb img:hover {
    transform: scale(1.1)
}

.sep-resource-list2 li .thumb i {
    font-size: 40px
}

.sep-resource-list2 li .title {
    display: block;
    color: #545454;
    font-weight: bold;
    margin-bottom: 10px
}

.sep-resource-list2 li .title:hover {
    color: #2264b7
}

.sep-resource-list2 li .summary {
    display: block;
    color: #545454;
    line-height: 1.6em;
    margin-bottom: 10px
}

.sep-resource-list2 li .more {
    text-transform: uppercase;
    color: #2264b7;
    font-size: 12px;
    font-weight: bold
}

.sep-resource-list2 li .more:hover {
    color: #323232
}

.sep-resource-list2 .nothumb {
    padding-left: 0
}

.pagination>li>a {
    color: #2264b7
}

.pagination>li>a:hover {
    color: #2264b7
}

.pagination>.active>a {
    background: #2264b7;
    border-color: #2264b7
}

.pagination>.active>a:hover {
    background: #2264b7;
    border-color: #2264b7
}

.nothumb .pdfs-lists {
    width: 100%;
    line-height: 59px;
    border: 1px solid #e0e0e0;
    padding: 0 14px;
    margin-bottom: 20px
}

.nothumb .pdfs-lists a {
    font-size: 18px;
    color: #323232;
    line-height: 59px
}

.nothumb .pdfs-lists .img-pdf {
    color: #2264b7;
    font-size: 24px !important;
    margin-right: 8px
}

.nothumb .pdfs-lists a:hover {
    color: #2264b7
}

.nothumb .pdfs-lists i {
    font-size: 14px;
    color: #2264b7;
    font: normal normal normal 14px/1 FontAwesome
}

.search-btns {
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
    flex-wrap: wrap
}

.search-btns a {
    font-size: 20px;
    display: inline-block;
    width: 220px;
    margin: 0 10px;
    background: #f0f0f0;
    color: #323232;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    border: none;
    transition: all .3s;
    outline: none
}

.search-btns a.active {
    background: #2264b7;
    color: #fff
}

.search-btns a:hover {
    background: #2264b7;
    color: #fff
}

.form-group.has-error .help-block {
    display: none
}

@media screen and (max-width:1920px) {
    .banner-box .swiper-slide3 .bq-sep-container .banner-more {
        margin-top: 6%
    }
}

@media screen and (max-width:1680px) {
    .bq-sep-body .bq-com-main .right .com-more {
        display: none
    }

    .bq-sep-body .bq-com-main .right {
        padding: 28px
    }

    .banner-box .bq-sep-container .banner-des span {
        font-size: 50px;
        line-height: 50px
    }
}

@media screen and (max-width:1460px) {
    .bq-sep-body .bq-com-main .left {
        display: flex;
        align-items: center;
        background: #f5f5f5
    }

    .bq-sep-body .bq-app-box .bq-app-box-list .bq-app-box-list-top .right .app-box-item {
        margin-bottom: 6px
    }

    .banner-box .bq-sep-container {
        max-width: 1280px
    }
}

@media screen and (max-width:1366px) {
    .banner-box .bq-sep-container .banner-des {
        font-size: 30px;
        line-height: 50px
    }

    .banner-box .bq-sep-container .banner-des span {
        font-size: 40px;
        line-height: 50px
    }

    .banner-box .swiper-slide3 .bq-sep-container .banner-more {
        margin-top: 5%
    }

    .banner-box .swiper-slide3 .bq-sep-container .banner-des {
        line-height: 45px
    }

    .banner-box .swiper-slide1 .bq-sep-container .banner-des {
        max-width: 800px
    }

    .bq-sep-body .bq-com-main .right {
        padding-right: 60px
    }
}

@media screen and (max-width:1280px) {
    .bq-sep-container {
        max-width: 96%
    }

    .bq-sep-body .bq-pro-box {
        padding: 100px 0
    }

    .bq-sep-body .bq-form-box {
        padding: 100px 0
    }

    .banner-box .bq-sep-container {
        max-width: 96%
    }

    .top-title .title {
        font-size: 32px;
        line-height: 42px
    }

    .top-title .title a {
        font-size: 32px;
        line-height: 42px
    }
}

@media screen and (max-width:1024px) {
    .bq-sep-header .header-nav>.bq-sep-container>ul>li {
        margin: 0 18px
    }

    .bq-sep-header .header-nav>.bq-sep-container>ul>li a {
        font-size: 17px
    }

    .top-title .title {
        font-size: 32px;
        line-height: 42px
    }

    .top-title .title a {
        font-size: 32px;
        line-height: 42px
    }

    .banner-box .swiper-slide3 .bq-sep-container .banner-des span {
        margin-top: 10px
    }

    .banner-box .bq-sep-container .banner-des span {
        font-size: 34px;
        line-height: 40px
    }
}

@media screen and (max-width:812px) {
    .bq-sep-header .header-nav>.bq-sep-container>ul>li {
        margin: 0 10px
    }

    .bq-sep-header .header-nav>.bq-sep-container>ul>li a {
        font-size: 15px
    }

    .top-title .title {
        font-size: 30px;
        line-height: 32px
    }

    .top-title .title a {
        font-size: 30px;
        line-height: 32px
    }

    .bq-sep-header .top-emalls-titles .spans {
        font-size: 15px
    }

    .bq-sep-header .top-emalls-titles .spans a {
        font-size: 15px
    }

    .bq-sep-header .header-nav {
        padding: 8px 0
    }

    .tops-hes {
        height: 124px
    }

    .bq-sep-body .bq-pro-box {
        padding: 80px 0
    }

    .bq-sep-body .bq-com-main .left {
        width: 100%;
        background: none
    }

    .bq-sep-body .bq-com-main .right {
        width: 100%
    }

    .bq-sep-body .bq-app-box {
        padding-top: 80px
    }

    .bq-sep-body .bq-form-box .bq-form-box-main .left {
        width: 38%
    }

    .bq-sep-body .bq-form-box .bq-form-box-main .left .com-ul li {
        padding: 26px 0 26px 68px
    }

    .bq-sep-body .bq-news-box {
        padding: 80px 0
    }

    .top-title {
        margin-bottom: 40px
    }

    .bq-sep-body .bq-app-box .bq-app-box-list .bq-app-box-list-top .left {
        width: 100%
    }

    .bq-sep-body .bq-app-box .bq-app-box-list .bq-app-box-list-top .right {
        width: 100%;
        margin-top: 10px
    }

    .bq-sep-body .bq-pro-box .bq-pro-box-list ul li {
        width: 49%
    }

    .banner-box .swiper-slide3 .bq-sep-container .banner-des {
        line-height: 32px
    }

    .banner-box .bq-sep-container .banner-des {
        font-size: 20px
    }

    .banner-box .bq-sep-container .banner-des span {
        font-size: 24px;
        line-height: 32px
    }

    .banner-box .swiper-slide2 .bq-sep-container .banner-des span::after {
        width: 60px;
        height: 2px
    }

    .banner-box .bq-sep-container .banner-des::after {
        width: 60px;
        height: 2px
    }

    .banner-box .bq-sep-container .banner-more span {
        height: 36px;
        line-height: 36px
    }

    .banner-box .bq-sep-container .banner-des {
        max-width: 70%
    }

    .banner-box .bq-sep-container .banner-des {
        line-height: 32px
    }

    .bq-contact-box .bq-sep-container .left {
        width: 100%
    }

    .bq-contact-box .bq-sep-container .right {
        display: none
    }
}

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

    .swiper-mb {
        display: block !important
    }

    .swiper-mb.swiper-mb2 {
        display: none !important
    }

    .banner-box .bq-sep-container {
        margin: 0
    }

    .banner .banner-main .left {
        align-items: flex-start;
        padding-top: 14%
    }

    .banner-box .bq-sep-container .banner-des {
        font-size: 36px;
        line-height: 46px
    }

    .tops-hes {
        display: none
    }

    .bq-sep-header {
        display: none
    }

    .bq-sep-body .bq-news-box .bq-news-box-main .left {
        display: none
    }

    .bq-sep-body .bq-news-box .bq-news-box-main .right {
        width: 100%
    }

    #onlineService {
        left: 0;
        bottom: 0
    }

    #onlineService .offside {
        width: 100%;
        display: flex
    }

    #onlineService .offside li {
        flex: 1;
        height: 50px;
        background: #2264b7;
        border-radius: 0;
        border: 1px solid #f8a157
    }

    #onlineService .offside li a {
        width: 100%;
        background: #2264b7
    }

    #onlineService .offside li a i {
        color: #fff;
        font-size: 20px;
        line-height: 50px
    }

    .foot-cover {
        height: 49px;
        width: 100%
    }

    .bq-sep-footer .foot-top {
        flex-wrap: wrap
    }

    .bq-sep-footer .foot-top .foot-list {
        width: 100%
    }

    .bq-sep-footer .foot-top .foot-list {
        width: 100%
    }

    .bq-sep-footer .foot-top .foot-list .li-list .li-title {
        font-size: 23px;
        text-transform: none;
        position: relative;
        color: #fff
    }

    .bq-sep-footer .foot-top .foot-list .li-list .li-title a {
        font-size: 22px;
        text-transform: none;
        color: #fff
    }

    .bq-sep-footer .foot-top .foot-list .li-list .li-title::after {
        width: 100%;
        height: 1px;
        background: #414446
    }

    .bq-sep-footer .foot-top .foot-list .li-list.foot-pro-list .pro-foot .first-title {
        padding-left: 0;
        font-family: "DINPRO-REGULAR";
        margin-top: 9px
    }

    .bq-sep-footer .foot-top .foot-list .li-list.foot-pro-list .pro-foot .first-title:after {
        display: none
    }

    .bq-sep-footer .foot-top .foot-list .li-list.foot-pro-list .pro-normal {
        display: none
    }

    .bq-sep-footer .foot-top .foot-list .li-list {
        width: 100% !important;
        margin-bottom: 10px
    }

    .bq-sep-footer .foot-top .foot-list .li-list.ons .li-title i::after {
        display: none
    }

    .bq-sep-footer .foot-top .foot-list .li-list:last-child {
        border-bottom: none;
        display: block
    }

    .bq-sep-footer .foot-top .foot-list:last-child {
        width: 100%;
        border-bottom: none
    }

    .bq-sep-footer .foot-top .foot-list:last-child .li-lists {
        display: block !important
    }

    .bq-sep-footer .foot-top .foot-list:last-child .li-lists li {
        padding-left: 0
    }

    .bq-sep-footer .foot-top .foot-list:last-child .li-lists li::before {
        display: none !important
    }

    .bq-sep-footer .foot-top .foot-list .li-list .li-lists li {
        border-bottom: none;
        padding-left: 30px;
        position: relative
    }

    .bq-sep-footer .foot-top .foot-list .li-list .li-lists li::before {
        content: '>';
        display: inline-block;
        position: absolute;
        color: rgba(255, 255, 255, 0.7);
        font-size: 18px;
        left: 10px;
        top: 2px
    }

    .bq-sep-footer .foot-top .foot-list .li-list .li-lists {
        padding-left: 10px
    }

    .bq-sep-footer .foot-top .foot-list .li-list .li-lists a {
        color: #fff
    }

    .bq-sep-footer .foot-top .foot-list .li-list .li-lists li .li-lists li {
        padding-left: 40px;
        position: relative;
        color: #fff
    }

    .bq-sep-footer .foot-top .foot-list .li-list .li-lists li .li-lists li img {
        position: absolute;
        left: 0;
        top: 0
    }

    .bq-sep-footer .foot-top .foot-list .li-list .li-lists {
        display: none
    }

    .bq-sep-footer .foot-top .foot-list .li-list .three-circle {
        display: none
    }

    .bq-sep-footer .foot-top .foot-list .li-list:before {
        display: none
    }

    .bq-sep-footer .content .foot-top .foot-ul>li .list-title {
        position: relative;
        padding: 4px !important
    }

    .bq-sep-footer .foot-top {
        padding-top: 30px
    }

    .bq-sep-footer .foot-top .foot-list .li-list .li-title i {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: 3px
    }

    .bq-sep-footer .foot-top .foot-list .li-list .li-title i:before {
        content: '';
        display: block;
        width: 12px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -6px;
        top: 50%;
        margin-top: 1px
    }

    .bq-sep-footer .foot-top .foot-list .li-list .li-title i:after {
        content: '';
        display: block;
        width: 2px;
        height: 12px;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: 50%;
        margin-top: -4px
    }

    .bq-sep-footer .foot-top .foot-list .li-list.foot-pro-list .first-pro {
        margin-top: 20px !important
    }

    .bq-sep-footer .foot-top .foot-list .li-list.foot-pro-list .first-pro {
        position: relative
    }

    .bq-sep-footer .foot-top .foot-list .li-list.foot-pro-list .pro-foot {
        width: 100%
    }

    .bq-sep-footer .foot-top .foot-list .li-list.foot-pro-list .first-pro i {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        top: 3px;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        text-align: center;
        line-height: 24px
    }

    .bq-sep-footer .copyRight .main span {
        width: 100%;
        margin-top: 6px
    }

    .bq-sep-footer .copyRight .main .site {
        margin-left: 0
    }

    .offside p {
        display: none
    }

    .offside .tel {
        width: 50%;
        transform: translateX(0)
    }

    .offside a,
    .offside div {
        line-height: 44px
    }

    .bq-sep-container {
        max-width: 92%
    }

    .banner-box .bq-sep-container .banner-des::after {
        display: none
    }

    .search-btns a {
        width: 180px
    }

    .offside li.fold {
        display: none
    }

    .banner-box .bq-sep-container .banner-more {
        display: none
    }

    .banner-box .swiper-slide1 .bq-sep-container .banner-des {
        font-size: 24px;
        line-height: 32px
    }

    .banner-box .swiper-slide1 .bq-sep-container .banner-des span {
        font-size: 32px;
        line-height: 42px
    }

    .banner-box .swiper-slide1 .bq-sep-container .banner-des::after {
        content: '';
        display: block;
        width: 80px;
        height: 3px;
        background: #2264b7
    }

    .banner-box .swiper-slide2 .bq-sep-container .banner-des {
        font-size: 24px;
        line-height: 32px
    }

    .banner-box .swiper-slide2 .bq-sep-container .banner-des span {
        font-size: 32px;
        line-height: 42px
    }

    .banner-box .swiper-slide3 .bq-sep-container .banner-des {
        font-size: 24px;
        line-height: 32px !important
    }

    .banner-box .swiper-slide3 .bq-sep-container .banner-des span {
        font-size: 32px;
        line-height: 42px
    }

    .bq-sep-body .bq-com-main .right {
        padding-right: 28px
    }
}

@media screen and (max-width:480px) {
    .bq-sep-body .bq-pro-box {
        padding: 40px 0
    }

    .top-title .title {
        font-size: 20px;
        line-height: 30px
    }

    .top-title .title a {
        font-size: 20px;
        line-height: 30px
    }

    .top-title .title-color {
        margin: 18px auto;
        margin-bottom: 0
    }

    .top-title {
        padding: 0
    }

    .banner-box .bq-sep-container .banner-des {
        font-size: 24px;
        line-height: 32px
    }

    .banner-box .bq-sep-container .banner-des p {
        font-size: 24px;
        color: #fff
    }

    .banner .banner-main .left {
        padding-top: 10%
    }

    .bq-sep-body .bq-pro-box .bq-pro-box-list ul li .pro-info .pro-more a {
        width: 150px;
        font-size: 14px;
        line-height: 34px
    }

    .bq-sep-body .bq-pro-box .bq-pro-box-list ul li .pro-info {
        padding: 18px 0
    }

    .bq-sep-body .bq-pro-box .bq-pro-box-list ul li .pro-info .pro-title a {
        font-size: 18px;
        line-height: 22px;
        padding: 0 12px;
        display: block;
        min-height: 43px
    }

    .bq-sep-body .bq-com-main .right .com-right-title a {
        font-size: 20px
    }

    .bq-sep-body .bq-com-main .right {
        padding: 20px
    }

    .bq-sep-body .bq-com-icon .support-ul li {
        width: 50%;
        padding-bottom: 20px
    }

    .bq-sep-body .bq-com-icon .support-ul li:nth-child(1),
    .bq-sep-body .bq-com-icon .support-ul li:nth-child(2) {
        border-bottom: 1px solid #4e83c5
    }

    .bq-sep-body .bq-com-icon .support-ul li .icon-border {
        width: 62px;
        height: 62px;
        line-height: 62px;
        margin: 18px auto
    }

    .bq-sep-body .bq-com-icon .support-ul li .icon-border .icon {
        width: 42px;
        height: 42px;
        line-height: 42px
    }

    .bq-sep-body .bq-com-icon .support-ul li .icon-border .icon img {
        max-width: 30px
    }

    .bq-sep-body .bq-cust-box {
        padding: 50px 0 20px
    }

    .bq-app-box-list {
        display: none
    }

    .mb-bq-app-box-list {
        display: block;
        padding: 0 20px
    }

    .bq-sep-body .bq-form-box .bq-form-box-main .left {
        width: 100%
    }

    .bq-sep-body .bq-form-box .bq-form-box-main .right {
        width: 100%
    }

    .bq-sep-body .bq-news-box .bq-news-box-main .news-item .news-img .news-time * {
        font-size: 14px
    }

    .bq-sep-body .bq-news-box .bq-news-box-main .right .news-item .news-info {
        width: 60%
    }

    .bq-sep-body .bq-news-box .bq-news-box-main .news-item .news-img {
        width: 40%;
        overflow: hidden
    }

    .bq-sep-body .bq-news-box .bq-news-box-main .news-item .news-img img {
        width: auto
    }

    .bq-sep-body .bq-news-box .bq-news-box-main .right .news-item {
        display: flex;
        flex-wrap: wrap
    }

    .bq-sep-body .bq-news-box .bq-news-box-main .right .news-item .news-info .news-more {
        display: none
    }

    .bq-sep-body .bq-news-box {
        padding: 50px 0
    }

    .bq-sep-body .bq-app-box .bq-app-box-list .app-box-item .app-box-item-img .app-box-title {
        font-size: 18px;
        padding: 12px
    }

    .app-prev {
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background: #f5f5f5
    }

    .app-next {
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background: #2264b7;
        color: #fff
    }

    .app-btn {
        margin-top: 28px;
        display: flex;
        justify-content: center
    }

    .app-btn div {
        margin: 0 10px
    }

    .mb-bq-app-box-list .swiper-slide {
        max-height: 200px;
        overflow: hidden;
        height: auto
    }

    .mb-bq-app-box-list .swiper-slide img {
        width: 100%;
        height: auto
    }

    .bq-sep-body .bq-form-box {
        padding: 50px 0
    }

    .bq-sep-body .bq-news-box .bq-news-box-main .news-item .news-img .news-time {
        width: 50px;
        height: 50px
    }

    .bq-sep-body .bq-form-box .bq-form-box-main .right .btn-box .btn-primary {
        font-size: 18px
    }

    .bq-contact-box .bq-sep-container .left .form-group {
        width: 100%
    }

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

    .sep-resource-list2 li .thumb {
        width: 100%;
        position: static;
        margin-bottom: 20px
    }

    .sep-resource-list2 li {
        padding-left: 0
    }

    .bq-sep-body .bq-pro-box-list>ul>li {
        width: 100%
    }

    .operation ul {
        display: flex;
        justify-content: center
    }

    .operation ul li {
        margin-bottom: 10px;
        margin-right: 0
    }

    .operation ul li .btn.btn-primary {
        min-width: 260px;
        text-align: center
    }

    .banner-box .bq-sep-container .banner-des {
        max-width: 100%
    }

    .banner-box .swiper-slide2 .bq-sep-container .banner-des span {
        font-size: 26px;
        line-height: 32px
    }

    .banner.swiper-slide2 .banner-main .left {
        padding-top: 8%
    }

    .banner-box .swiper-slide3 .bq-sep-container .banner-des span {
        font-size: 26px;
        line-height: 32px;
        margin-top: 0 !important
    }
}

@media screen and (max-width:414px) {
    .banner-box .bq-sep-container .banner-des {
        font-size: 20px;
        line-height: 30px
    }

    .logos img {
        max-width: 60px
    }

    .sep-lx-header-mb .box-wrap {
        padding: 10px 18px
    }
}

@media screen and (max-width:375px) {
    .bq-sep-body .bq-form-box .bq-form-box-main .right .form-group {
        width: 100%
    }

    .banner-box .swiper-slide3 .bq-sep-container .banner-des {
        font-size: 19px;
        line-height: 26px !important
    }

    .banner-box .swiper-slide1 .bq-sep-container .banner-des {
        font-size: 19px;
        line-height: 26px
    }

    .banner-box .swiper-slide1 .bq-sep-container .banner-des span {
        font-size: 24px;
        line-height: 32px
    }

    .banner-box .swiper-slide2 .bq-sep-container .banner-des {
        font-size: 19px;
        line-height: 26px
    }

    .banner-box .swiper-slide2 .bq-sep-container .banner-des span {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width:320px) {
    .bq-sep-body .bq-pro-box .bq-pro-box-list ul li {
        width: 100%
    }

    .bq-sep-body .bq-pro-box .bq-pro-box-list ul li .pro-info .pro-title a {
        min-height: 0
    }

    .sep-lx-header-mb .box-wrap {
        padding: 10px 12px
    }

    .banner-box .bq-sep-container .banner-des {
        font-size: 20px;
        line-height: 28px
    }

    .banner-box .bq-sep-container .banner-des {
        max-width: 100%
    }

    .banner-box .swiper-slide3 .bq-sep-container .banner-des span {
        font-size: 23px;
        line-height: 28px
    }

    .banner-box .swiper-slide1 .bq-sep-container .banner-des {
        font-size: 17px;
        line-height: 24px
    }

    .banner-box .swiper-slide1 .bq-sep-container .banner-des span {
        font-size: 20px;
        line-height: 28px
    }

    .banner-box .swiper-slide2 .bq-sep-container .banner-des {
        font-size: 17px;
        line-height: 24px
    }

    .banner-box .swiper-slide2 .bq-sep-container .banner-des span {
        font-size: 20px;
        line-height: 28px
    }

    .banner-box .swiper-mb .swiper-slide2 .bq-sep-container .banner-des span {
        margin-top: 20px
    }

    .banner-box .swiper-mb .swiper-slide2 .bq-sep-container .banner-des span::after {
        top: -10px
    }
}

@media screen and (max-width:1460px) {
    .bq-how-box .flex .right .right-con {
        padding-right: 8%
    }

    .bq-how-box .flex .right .right-con h2 {
        font-size: 34px
    }

    .bq-list-app-box .title-des {
        padding: 0
    }

    .app-index-contact .left .left-title {
        font-size: 38px;
        line-height: 48px
    }
}

@media screen and (max-width:1366px) {
    .bq-index-case-box .case-swiper-btn {
        display: flex;
        justify-content: center;
        margin-top: 20px
    }

    .bq-index-case-box .case-swiper-btn div {
        position: static;
        margin: 0 10px
    }

    .inner-padding {
        padding: 60px 0
    }

    .bq-detail-richtext-box .richtext h2 {
        font-size: 34px
    }
}

@media screen and (max-width:1280px) {
    .bq-inner-banner .bq-sep-container {
        max-width: 96%
    }

    .app-fea-box .app-btn {
        display: flex;
        justify-content: center;
        margin-top: 10px
    }

    .app-fea-box .app-btn span {
        position: static;
        margin: 0 20px
    }

    .bq-relate-box .index-contact-swiper .contact-swiper-btn {
        display: flex;
        justify-content: center;
        margin-top: 10px
    }

    .bq-relate-box .index-contact-swiper .contact-swiper-btn div {
        position: static;
        margin: 0 20px
    }
}

@media screen and (max-width:1200px) {
    .bq-detail-box .bq-detail-img-box {
        padding: 30px
    }

    .bq-detail-box .bq-detail-img-box .detail-img-btn span {
        width: 200px;
        line-height: 50px
    }

    .app-index-contact .left .left-title {
        font-size: 30px;
        line-height: 40px
    }

    .bq-company-box .bq-sep-container .left .top-img img {
        transform: translateX(-174px)
    }

    .bq-company-box .bq-sep-container .left .left-video {
        bottom: 0 !important
    }

    .bq-company-box .bq-sep-container .left {
        padding-bottom: 86px
    }

    .bq-company-box .bq-sep-container .company-icon-box ul {
        width: 92%
    }
}

@media screen and (max-width:1024px) {
    .bq-pro-index-box .bq-sep-container .bq-sep-siderbar {
        display: none
    }

    .bq-pro-index-box .bq-sep-container .left-con {
        width: 100%
    }

    .bq-how-box .flex .right .right-con {
        padding: 30px
    }

    .bq-index-case-box {
        padding: 70px 0
    }

    .bq-form-box.bq-index-form-box .left-title {
        font-size: 30px;
        line-height: 40px
    }

    .bq-index-adv-box {
        padding: 70px 0
    }

    .bq-list-news-box .list-news-main .right .news-item:nth-child(5) {
        display: none
    }

    .bq-list-news-box .list-news-main .right .news-item:nth-child(6) {
        display: none
    }

    .bq-list-app-box {
        padding-top: 0
    }

    .bq-sep-body .bq-cust-box .swiper-pagination {
        display: block
    }

    .bq-company-box .bq-sep-container .left {
        display: none
    }

    .bq-company-box .bq-sep-container .right {
        width: 100%
    }

    .bq-company-box .bq-sep-container .company-icon-box {
        margin-top: 30px
    }

    .bq-company-box .bq-sep-container .company-icon-box ul li {
        width: 23%
    }

    .bq-qua-box .title-des {
        padding: 0
    }

    .bq-qua-box .qua-icon-box ul li {
        min-height: 1px
    }

    .bq-history-box .bq-sep-container .left {
        width: 100%
    }

    .bq-history-box .bq-sep-container .right {
        width: 100%;
        margin-top: 30px
    }
}

@media screen and (max-width:812px) {
    .bq-index-adv-box .index-adv-list ul li {
        width: 49%;
        margin-bottom: 20px
    }

    .bq-how-box .flex .left {
        width: 100%
    }

    .bq-how-box .flex .right {
        width: 100%
    }

    .bq-how-box .flex .right .right-con {
        margin-top: 0
    }

    .bq-how-box {
        padding-top: 40px
    }

    .bq-pro-index-box {
        padding: 40px 0
    }

    .bq-pro-index-box .bq-sep-container .left-con .left-con2 {
        padding-top: 0
    }

    .bq-form-box.bq-index-form-box {
        padding: 60px 0
    }

    .richtext2 .table-box .left {
        width: 100%
    }

    .richtext2 .table-box .right {
        width: 100%
    }

    .bq-list-news-box .list-news-main .left {
        width: 100%
    }

    .bq-list-news-box .list-news-main .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .bq-list-news-box .list-news-main .right .news-item {
        margin-bottom: 10px
    }

    .bq-detail-box .bq-detail-title {
        font-size: 34px
    }

    .app-index-news .app-news-ul li {
        width: 100%;
        margin-bottom: 20px
    }

    .app-index-contact .left .left-title {
        font-size: 24px
    }

    .app-index-contact .left .left-more {
        width: 160px;
        line-height: 40px
    }

    .bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li:hover .app-info .info-dis {
        transform: translateY(100%);
        display: none
    }

    .app-detail-con .list-paddingleft-2 li {
        margin-bottom: 20px
    }

    .bq-company-box {
        padding: 50px 0
    }

    .bq-company-box .bq-sep-container .right .right-title {
        font-size: 26px;
        line-height: 36px
    }

    .bq-company-box .bq-sep-container .right .right-subtitle {
        font-size: 18px;
        line-height: 28px
    }

    .bq-honor-box {
        padding: 50px 0
    }

    .bq-honor-box .top-title .title {
        font-size: 26px;
        line-height: 36px
    }

    .bq-honor-box .top-title .subtitle {
        font-size: 18px;
        line-height: 28px
    }

    .top-title .title {
        font-size: 32px;
        line-height: 42px
    }

    .bq-qua-box .qua-icon-box ul li {
        width: 49%;
        margin-bottom: 20px
    }

    .bq-sep-body .bq-pro-box-list>ul>li .pro-img:hover .pro-img-cover {
        transform: scale(0);
        display: none
    }

    .bq-list-more-box .more-list ul li {
        background: #ddd !important
    }

    .bq-list-more-box .more-list ul li:hover .pro-img-cover {
        opacity: 0;
        display: none
    }

    .bq-list-more-box .more-list ul li:hover .pro-info .pro-title {
        opacity: 1
    }

    .bq-list-more-box .more-list ul li:hover .pro-info {
        background: #ddd
    }

    body {
        overflow-x: hidden
    }
}

@media screen and (max-width:768px) {
    .bq-sep-body .bq-pro-box-list>ul>li {
        width: 49%
    }

    .bq-sep-bread {
        margin-top: 0
    }

    .bq-inner-banner .banner .banner-main .left {
        padding-top: 0;
        align-items: center
    }

    .bq-sep-body .bq-pro-box-list>ul>li {
        margin-right: 0
    }

    .bq-list-box .bq-pro-box-list>ul {
        justify-content: space-between
    }

    .bq-sep-body .bq-pro-box-list>ul>li {
        background: #fff
    }
}

@media screen and (max-width:480px) {
    .bq-pro-index-box .bq-sep-container .left-con .left-con1 {
        margin-top: 0
    }

    .bq-pro-index-box .bq-sep-container .left-con .left-con2 h2 {
        font-size: 22px
    }

    .richtext table tr td {
        white-space: nowrap;
        padding: 5px !important
    }

    .bq-how-box .flex .right .right-con h2 {
        font-size: 20px
    }

    .bq-index-adv-box {
        padding: 40px 0
    }

    .bq-index-adv-box .index-adv-list ul li {
        padding: 19px 12px
    }

    .bq-index-adv-box .index-adv-list ul li .adv-con {
        min-height: 52px
    }

    .bq-index-adv-box .index-adv-list ul li .adv-icon {
        width: 75px;
        height: 75px
    }

    .bq-form-box.bq-index-form-box .left {
        width: 100% !important
    }

    .bq-form-box.bq-index-form-box .left-title {
        font-size: 24px;
        line-height: 30px
    }

    .bq-sep-body .bq-form-box .bq-form-box-main .left .com-ul li .con .con-title {
        font-size: 18px
    }

    .bq-pro-index-box .bq-sep-container .left-con .left-con2 p {
        font-size: 18px
    }

    .bq-detail-richtext-box .richtext h2 {
        font-size: 24px
    }

    .richtext {
        margin-top: 0
    }

    .inner-padding {
        padding: 40px 0
    }

    .bq-detail-richtext-box1 {
        padding-bottom: 40px
    }

    .bq-detail-box .bq-detail-title {
        font-size: 26px;
        padding-bottom: 10px
    }

    .bq-detail-box .bq-detail-img-box .detail-img-btn span {
        width: auto;
        padding: 0 20px;
        line-height: 40px;
        font-size: 15px
    }

    .bq-detail-box .detail-img-box {
        flex-wrap: wrap
    }

    .bq-detail-box .detail-img-box .big_img {
        width: 100%;
        height: auto
    }

    .bq-detail-box .detail-img-box .big_img img {
        width: 100%
    }

    .bq-detail-box .detail-img-box .img_group {
        height: auto;
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll
    }

    .bq-detail-box .detail-img-box .small-swiper {
        margin-left: 0;
        margin-top: 30px;
        width: 100%
    }

    .bq-detail-box .bq-detail-img-box {
        padding: 20px 0
    }

    .bq-detail-box .detail-img-box .img_group .img_sign_ul .img_sign_li {
        height: auto
    }

    .bq-inner-banner .bq-sep-container .banner-des {
        padding-bottom: 0
    }

    .bq-list-form-box .top-title .title-des {
        font-size: 18px;
        line-height: 26px
    }

    .sep-general-form .sep-form>div.form-group {
        width: 100%
    }

    .bq-list-app-box {
        padding-top: 0 !important
    }

    .bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .app-info .info-dis {
        display: none
    }

    .bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .app-info .info-show .thumb-des {
        display: none
    }

    .bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .app-info {
        padding: 10px 14px
    }

    .bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li .app-info .info-show .thumb-title {
        font-size: 17px
    }

    .bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li {
        margin-bottom: 18px
    }

    .app-index-news {
        padding: 50px 0
    }

    .app-index-news .app-news-ul li {
        width: 49%
    }

    .app-index-news .app-news-ul li .thumb {
        width: 100%
    }

    .app-index-news .app-news-ul li .news-info {
        width: 100%;
        padding: 20px 0
    }

    .app-index-news .app-news-ul li .news-info .news-time {
        margin-top: 10px
    }

    .app-index-contact .right {
        width: 100%;
        display: none
    }

    .app-index-contact .left {
        width: 100%;
        text-align: center
    }

    .app-index-contact .left .left-more {
        margin: 0 auto;
        margin-top: 18px
    }

    .app-index-contact {
        padding: 40px 0;
        background: #2264b7
    }

    .app-index-list1 ul li .thumb {
        width: 100%
    }

    .app-index-list1 ul li .thumb-info {
        width: 100%;
        margin-top: 12px;
        padding: 0
    }

    .app-index-list1 ul li .thumb-info .thumb-title {
        font-size: 18px
    }

    .app-index-list1 {
        margin-bottom: 0
    }

    .app-fea-box {
        padding: 50px 0
    }

    .app-fea-box .app-btn .app-next {
        background: none
    }

    .app-index-news .app-news-ul li {
        width: 100%
    }

    .app-index-news .app-news-ul li .news-info {
        padding: 20px
    }

    .bq-company-box .bq-sep-container .company-icon-box ul li {
        width: 49%;
        margin-bottom: 10px
    }

    .bq-company-box .bq-sep-container .company-icon-box ul {
        width: 100%
    }

    .bq-honor-box .swiper-pagination {
        display: none
    }

    .top-title .title {
        font-size: 24px;
        line-height: 30px
    }

    .bq-company-box .bq-sep-container .right .right-more {
        margin-top: 20px
    }

    .bq-company-box .bq-sep-container .company-icon-box {
        margin-bottom: 0
    }

    .bq-history-box .bq-sep-container .left .top-title .subtitle {
        font-size: 20px
    }

    .v-list .i-box {
        width: 100%
    }

    .sep-faq-list2 li .faq-question {
        line-height: 30px
    }

    .ytgd-inner-news-boxs ul li .times-boxs {
        display: none
    }

    .ytgd-inner-news-boxs ul li .titles-a {
        padding-right: 0
    }

    .ytgd-inner-news-boxs ul li .times {
        display: block
    }

    .ytgd-inner-news-boxs ul li .titles-a {
        font-size: 18px;
        line-height: 28px;
        font-weight: bold
    }

    .ytgd-inner-news-boxs ul li .lis-boxs {
        padding: 22px
    }

    .ytgd-inner-news-boxs ul li .spans {
        display: none
    }

    .bq-detail-app-box {
        padding-top: 50px !important
    }
}

@media screen and (max-width:414px) {
    .bq-sep-body .bq-form-box .bq-form-box-main .right .form-group {
        width: 100%
    }

    .bq-list-form-box .form-group {
        width: 100%
    }

    .bq-list-news-box .list-news-main .left .left-item {
        width: 100%
    }

    .bq-list-box .bq-pro-box-list>ul>li .right .list-pro-des {
        display: none
    }

    .bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li {
        background: #f0f0f0
    }

    .bq-company-box .bq-sep-container .right .right-title {
        font-size: 24px
    }

    .bq-qua-box .qua-icon-box ul li {
        width: 100%
    }
}
.com-more1 a {
  display: block;
  width: 220px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  background: #2264b7;
  border: 1px solid #2264b7;
  transition: all .3s;
  text-align: center;
  margin:auto;
}
@media screen and (max-width:414px) {
    .bq-sep-body .bq-pro-box-list>ul>li {
        width: 100%
    }

    .bq-sep-body .bq-pro-box-list>ul>li .pro-info {
        padding: 12px 0
    }

    .bq-pro-index-box .bq-sep-container .left-con .app-index-list>ul>li {
        width: 100%
    }

    .app-index-news .app-news-ul li {
        width: 100%
    }

    .bq-company-box .bq-sep-container .right .right-more {
        margin-left: 0;
        line-height: 42px
    }
}