@charset "utf-8";
@import '../../../assets/css/bootstrap.min.css';
@import '../../../assets/css/font-awesome.min.css';
@import '../../../assets/css/richtext.css';
@import '../../../assets/css/swiper.min.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: 16px
}

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: #2ba6d9
}

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: #2ba6d9
}

.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 #2ba6d9;
    border-radius: 4px
}

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

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

.overflow {
    overflow: hidden
}

.block {
    display: block
}

.text-hover:hover {
    color: #2ba6d9 !important
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.scale-hide {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}

.scale-mask:hover .mask {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.scale-mask:hover .scale-hover-hide {
    opacity: 0
}

.color-white {
    color: #fff
}

.color-black {
    color: #000
}

.color-website {
    color: #2ba6d9
}

.vertical-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.horizontal-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.translate-center {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute
}

.full-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4)
}

.margin-auto {
    display: table;
    margin: 0 auto
}

.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";
    font-display: auto;
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg') format('svg')
}

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

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

#banner {
    margin-top: 5px;
    padding-bottom: 40px
}

.footer {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #222;
    width: 100%;
    color: #bbb;
    clear: both
}

.language {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    color: #fff
}

.language .icon {
    width: 17px;
    height: 17px;
    margin: 6px 6px 0 0;
    float: left;
    color: #333;
    line-height: 17px;
    font-size: 18px
}

.language a {
    color: #fff;
    position: relative;
    display: block;
    min-width: 60px;
    padding: 0 15px 0 0;
    float: left
}

.language a:after {
    position: absolute;
    right: 0;
    top: 12px;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid #143592;
    border-color: #fff transparent transparent
}

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

.language_main {
    background: rgba(51, 51, 51, 0.73);
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999999;
    display: none;
    padding: 30px;
    width: 740px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 20px
}

.language_main ul {
    position: relative;
    z-index: 9999
}

.language_main li {
    float: left;
    width: 32.3%;
    line-height: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 1px 1px 0
}

.language_main a {
    font-size: 14px;
    display: block;
    color: #fff;
    padding: 0 0 0 20px;
    position: relative
}

.language_main a:after {
    position: absolute;
    left: 7px;
    top: 7px;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid #fff;
    border-color: transparent transparent transparent #fff
}

.language_main li:hover,
.language_main .on {
    background: rgba(0, 238, 238, 0.3)
}

.language_main li:hover a,
.language_main .on a,
.language_main .b {
    color: #0ee
}

.language_main li:hover a:after,
.language_main .on a:after,
.language_main .b:after {
    border-color: transparent transparent transparent #0ee
}

.language_main .close {
    position: absolute;
    top: -45px;
    right: -45px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(51, 51, 51, 0.7);
    cursor: pointer;
    color: #db6e07;
    font-size: 25px;
    border-radius: 50%;
    transition: all .8s;
    -webkit-transition: all .8s
}

.language_main .close:hover {
    background: #333;
    color: #0ee
}

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

.offside {
    width: 50px
}

.offside li {
    width: 50px;
    height: 50px;
    position: relative;
    background: #b1b1b1;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    text-align: center;
    transition: all .7s;
    -webkit-transition: all .7s
}

.offside .code {
    position: absolute;
    top: 0;
    right: 50px;
    display: none;
    margin: 0
}

.offside a,
.offside div {
    color: #333;
    position: absolute;
    z-index: 11;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.offside p {
    float: left;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 0 10px;
    color: #fff;
    opacity: 0
}

.offside .icon {
    font-size: 28px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff
}

.offside li:not(.li_3) a,
.offside li:not(.li_3) div {
    left: 0
}

.offside .li_3 a,
.offside .li_3 div {
    width: 50px
}

.offside li.email {
    overflow: visible
}

.offside li:hover .email-box {
    display: block !important
}

.offside li:hover a {
    color: #333
}

.offside li .email-box {
    position: absolute;
    background: #d5d5d5;
    right: 100%;
    top: 0;
    left: auto !important;
    padding: 10px 5px;
    border-right: 2px solid #fff;
    height: 99px;
    display: none
}

.offside li .email-box a {
    display: block;
    font-size: 14px;
    color: #fff !important;
    position: static;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 10px
}

.offside li .email-box a:hover {
    color: #2ba6d9 !important
}

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

.offside li:nth-child(odd) .icon {
    color: #2ba6d9
}

.offside li:nth-child(even) {
    background: #2ba6d9
}

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

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

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

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

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

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

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

.offside li:hover p {
    opacity: 1
}

.offside li:not(.li_3):hover {
    background: #2ba6d9
}

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

.submit:hover {
    color: #fff
}

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

.sep-shortcut {
    background: #00aead;
    min-height: 45px
}

#tq_float_container {
    z-index: 999999
}

.richtext {
    font-size: 16px
}

.down-lists {
    height: auto;
    overflow: hidden
}

.down-lists dl {
    display: block;
    padding: 40px 0;
    height: auto;
    overflow: hidden;
    border-bottom: dotted 1px #cfcfcf
}

.down-lists dl dt img {
    width: 100%
}

.down-lists dl dd {
    width: 100%;
    float: right;
    position: relative
}

.down-lists dl dd .content {
    width: 90%;
    float: left
}

.down-lists dl dd .content h3.title {
    font-size: 18px;
    font-weight: normal;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.down-lists dl dd .content .con {
    height: 54px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666
}

.down-lists dl dd .content a.more {
    width: 126px;
    height: 42px;
    border: solid 1px #2ba6d9;
    color: #2ba6d9;
    line-height: 42px;
    text-align: center;
    display: block;
    margin-top: 24px;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out
}

.down-lists dl:hover {
    border-bottom: solid 2px #2ba6d9
}

.down-lists dl:hover dd .content h3.title a {
    color: #2ba6d9
}

.down-lists dl:hover dd .content a.more {
    background-color: #2ba6d9;
    color: #fff
}

.down-lists dl dd .time {
    line-height: 42px;
    width: 68px;
    float: right;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.down-lists dl dd .time p:nth-child(1) {
    font-size: 42px;
    border-bottom: solid 1px #999;
    line-height: 50px
}

.sep-share li {
    float: left
}

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

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

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

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

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

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

.mask-wrap {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.mask-wrap .c-form {
    max-width: 100%;
    width: 950px;
    padding: 30px 120px;
    background: rgba(8, 129, 198, 0.8);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block !important
}

.mask-wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.chat {
    position: fixed;
    left: 0;
    border: 20%;
    bottom: 20%;
    z-index: 1000
}

.mask-wrap .c-form .title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    font-family: arial;
    background: #0881c6;
    padding: 20px;
    margin-bottom: 20px
}

.mask-wrap .c-form .title:hover {
    color: #fff !important
}

.mask-wrap .c-form .title span {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    font-family: arial
}

.mask-wrap .sep-general-form {
    background: transparent;
    padding: 0;
    color: #fff
}

.mask-wrap .sep-general-form .sep-form .form-group:nth-child(2) {
    width: 48.5%;
    float: left
}

.mask-wrap .sep-general-form .sep-form .form-group:nth-child(3) {
    width: 48.5%;
    float: right
}

.mask-wrap .sep-general-form .sep-form .form-group:nth-child(4) {
    width: 100%
}

.mask-wrap .sep-general-form .sep-form .form-group:nth-child(5) {
    width: 100%
}

.mask-wrap .sep-general-form .sep-form .form-group:nth-child(6) {
    width: 100%
}

.mask-wrap .sep-general-form .sep-form .form-group:nth-child(6) .form-control {
    height: 94px
}

.mask-wrap .sep-general-form .sep-form .form-group {
    margin-bottom: 10px;
    padding-left: 0
}

.mask-wrap .sep-general-form .sep-form .form-group .form-control {
    width: 100%;
    height: 34px;
    color: #828282;
    font-size: 14px;
    background: #fff;
    padding-left: 20px;
    border: none;
    outline: none;
    border-radius: 0;
    font-weight: normal
}

.mask-wrap .sep-general-form .sep-form .form-group .btn-primary {
    background: #0881c6 !important;
    border: none !important;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    font-family: arial;
    padding: 15px 0;
    border-radius: 24px;
    outline: none;
    border: none;
    display: table;
    margin: 0 auto
}

.mask-wrap .tt {
    color: #fff;
    font-size: 18px;
    font-family: arial;
    font-weight: bold;
    margin-bottom: 10px
}

.mask-wrap .tt2 {
    color: #fff;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
    margin-bottom: 10px
}

.mask-wrap ul {
    padding-left: 30px
}

.mask-wrap ul li {
    list-style: disc;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px
}

.c-form .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    z-index: 10000;
    cursor: pointer;
    font-size: 20px;
    opacity: 1
}

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

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

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

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

.multi-language .box ul li:hover a {
    color: #2ba6d9
}

.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: #2ba6d9
}

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

@media screen and (min-width:1200px) {
    .container {
        width: 1200px;
        margin: 0 auto
    }
}

.font-con {
    font-family: 'Arial';
    color: #666;
    font-size: 16px
}

.font-con p {
    font-family: 'Arial' !important;
    color: #666
}

.font-con li {
    font-family: 'Arial' !important;
    color: #666;
    font-size: 16px
}

.font-con strong {
    font-family: 'Arial' !important;
    color: #666;
    font-size: 16px
}

.font-con h2 {
    font-family: 'Arial' !important;
    color: #333;
    font-weight: bold
}

.font-con div {
    font-family: 'Arial' !important;
    color: #666;
    font-size: 16px
}

.font-con img {
    max-width: 100%
}

body {
    padding-top: 140px
}

.index .sep-container {
    width: 1650px
}

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

.sep-header .bg {
    background: #2ba6d9;
    height: 47px;
    position: relative;
    z-index: 101
}

.sep-header .bg .logo {
    position: absolute;
    left: 0;
    top: 0
}

.sep-header .bg .sep-container {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

.sep-header .search {
    cursor: pointer;
    padding-right: 0;
    position: relative;
    top: 37px;
    padding-left: 34px;
    z-index: 100
}

.sep-header .search i {
    color: #2ba6d9
}

.sep-header .links {
    margin-right: 37px;
    position: relative;
    z-index: 100;
    top: 12px
}

.sep-header .links a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 10px
}

.sep-header .links a:hover {
    color: #df0011
}

.sep-header .links span {
    position: relative
}

.sep-header .links span:first-child {
    position: relative
}

.sep-header .links span:first-child:before {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0
}

.sep-header .links span:hover ul {
    display: block
}

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

.sep-header .links span>ul>li {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #ddd
}

.sep-header .links span>ul>li:last-child {
    border-bottom: none
}

.sep-header .links span>ul>li:hover {
    background: #2ba6d9;
    color: #fff
}

.sep-header .links span>ul>li:hover>a {
    color: #fff
}

.sep-header .links span>ul>li>a {
    white-space: nowrap;
    color: #333
}

.sep-header .info {
    position: relative;
    top: 11px
}

.sep-header .info span,
.sep-header .info a {
    color: #fff;
    font-size: 14px;
    padding-right: 34px
}

.sep-header .info span .icon,
.sep-header .info a .icon {
    color: #fff;
    top: 3px;
    font-size: 14px;
    opacity: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    line-height: 24px;
    color: #2ba6d9;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 1px
}

.sep-header .info a:hover {
    color: #df0011
}

.sep-header .multi-language {
    position: relative;
    top: 8px;
    z-index: 100
}

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

.sep-header .multi-language .box ul {
    top: 22px
}

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

.sep-header .multi-language .box .box2 img {
    padding-right: 3px
}

.sep-header .multi-language .box .box2 a {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding-right: 3px;
    text-transform: uppercase
}

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

.sep-header .multi-language .box .box2 .fa-globe {
    color: #2ba6d9;
    font-size: 15px
}

.sep-header .multi-language .box .box2 i {
    color: #7e7e7e;
    font-size: 20px
}

.sep-header .multi-language .box .box2 .fa {
    color: #fff;
    top: 2px
}

.sep-mainnav {
    line-height: normal;
    background: #b8dfee
}

.sep-mainnav.bg {
    background: #fff
}

.sep-mainnav.bg>.sep-container>ul>li>a {
    color: #3b3b3b
}

.sep-mainnav .logo-box {
    padding-top: 36px
}

.sep-mainnav .logo {
    margin-top: 17px;
    display: inline-block;
    float: left
}

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

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

.sep-mainnav>.sep-container {
    position: relative
}

.sep-mainnav>.sep-container>ul {
    float: right
}

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

.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:before {
    opacity: 1
}

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

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

.sep-mainnav>.sep-container>ul>li.active>a:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.sep-mainnav>.sep-container>ul>li:first-child:before {
    display: none
}

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

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

.sep-mainnav>.sep-container>ul>li>a {
    font-size: 16px;
    color: #234074;
    display: inline-block;
    position: relative;
    padding: 37px 0;
    text-transform: uppercase
}

.sep-mainnav>.sep-container>ul>li>a:after {
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #2ba6d9;
    transition: All .4s ease;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}

.sep-mainnav>.sep-container>ul>li>a:hover {
    color: #2ba6d9
}

.sep-mainnav>.sep-container>ul>li>a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.sep-mainnav>.sep-container>ul>li>.box3 {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 40px 20px;
    text-align: left;
    box-shadow: 0 0 6px rgba(100, 100, 100, 0.4)
}

.sep-mainnav>.sep-container>ul>li>.box3 .items .item {
    padding: 0 30px;
    border-right: 1px solid #ddd;
    flex: 1;
    width: 20%
}

.sep-mainnav>.sep-container>ul>li>.box3 .items .item:last-child {
    border-right: none
}

.sep-mainnav>.sep-container>ul>li>.box3 .items .item .thumb {
    display: block
}

.sep-mainnav>.sep-container>ul>li>.box3 .items .item .thumb img {
    width: 100%;
    height: 126px
}

.sep-mainnav>.sep-container>ul>li>.box3 .items .item .title {
    display: block;
    text-align: left;
    color: #222;
    font-size: 14px;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.sep-mainnav>.sep-container>ul>li>.box3 .items .item .title:hover {
    color: #2ba6d9
}

.sep-mainnav>.sep-container>ul>li>.box3 .items .item ul li {
    margin-bottom: 10px
}

.sep-mainnav>.sep-container>ul>li>.box3 .items .item ul li:last-child {
    margin-bottom: 0
}

.sep-mainnav>.sep-container>ul>li>.box3 .items .item ul li a {
    display: block;
    color: #222;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sep-mainnav>.sep-container>ul>li>.box3 .items .item ul li a:hover {
    color: #2ba6d9
}

.sep-mainnav>.sep-container>ul>li>.box3 .items .item ul li a:hover i {
    color: #2ba6d9
}

.sep-mainnav>.sep-container>ul>li>.box3 .items .item ul li a i {
    color: #222;
    font-size: 12px
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-lf {
    width: 47%;
    float: left
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-lf .name {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 12px;
    margin-bottom: 20px;
    position: relative
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-lf .name:before {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #2ba6d9
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-lf .name:hover a {
    color: #2ba6d9
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-lf .name a {
    color: #343434;
    font-size: 26px
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-lf ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    list-style: disc;
    padding-left: 20px
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-lf ul li {
    width: 50%;
    color: #2ba6d9;
    padding: 10px 0
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-lf ul li a {
    color: #343434;
    font-size: 16px
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-lf ul li a:hover {
    color: #2ba6d9
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-rt {
    width: 47%;
    float: right
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-rt .datalist {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 -17px
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-rt .datalist li {
    width: calc('100% - 34px');
    width: -webkit-calc('100% - 34px');
    width: -moz-calc('100% - 34px');
    margin: 0 17px
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-rt .datalist li .thumb {
    display: block
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-rt .datalist li .thumb img {
    width: 100%;
    border: 1px solid #ddd
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-rt .datalist li .title {
    color: #343434;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 10px
}

.sep-mainnav>.sep-container>ul>li>.box3 .box-rt .datalist li .title:hover {
    color: #2ba6d9
}

.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 #2ba6d9;
    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 .nav-titles {
    width: 100%;
    font-size: 18px;
    color: #2ba6d9;
    display: block;
    padding: 0 30px;
    line-height: 42px;
    text-align: left
}

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

.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: #2ba6d9
}

.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;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis
}

wh .sep-mainnav>.sep-container>ul>li>.box2 .sep-container .datalist li a:hover {
    color: #2ba6d9
}

.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: #2ba6d9;
    font-weight: bold;
    font-size: 16px;
    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: #2ba6d9
}

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

.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: #2ba6d9
}

.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: #2ba6d9
}

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

.sep-mainnav>.sep-container>ul>li>div>ul>li {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #ddd
}

.sep-mainnav>.sep-container>ul>li>div>ul>li:last-child {
    border-bottom: none
}

.sep-mainnav>.sep-container>ul>li>div>ul>li:hover {
    background: #2ba6d9;
    color: #fff
}

.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;
    color: #333
}

.sep-mainnav>.sep-container>ul>li>div.hsbox {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    padding-top: 10px;
    z-index: 100;
    width: 100%;
    border-top: 2px solid #2ba6d9;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 6px #aaa
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .leftbox {
    float: left;
    width: 23%
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .leftbox .hd a {
    background: transparent;
    color: #2ba6d9;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-style: italic;
    text-transform: uppercase;
    display: block
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .leftbox.other-down li .sep-title {
    color: #2ba6d9;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .leftbox.other-down li .sep-text {
    font-size: 14px;
    line-height: 1.4em
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .leftbox li {
    border-bottom: 1px solid #fff
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .leftbox li a {
    font-size: 16px;
    color: #000;
    background: #fff;
    padding: 8px 20px;
    padding-left: 0;
    text-align: left;
    display: block;
    padding-left: 10px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .leftbox li.active a {
    background: #2ba6d9;
    color: #fff
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s {
    float: right;
    width: 76%;
    padding-left: 10px;
    border-left: 1px solid #2ba6d9;
    min-height: 280px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s.box-other .box-s1 .rightbox li {
    background: transparent
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s.box-other .box-s1 .rightbox li .thumb {
    display: block;
    margin-bottom: 20px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s.box-other .box-s1 .rightbox li .thumb img {
    max-width: 100%;
    width: auto
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s.box-other .box-s1 .rightbox li .summary {
    font-size: 14px;
    line-height: 1.4em;
    display: block
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 {
    display: none
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1:first-child {
    display: block
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox {
    float: left;
    width: 60%;
    padding-right: 10px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox div.hd {
    width: 100%
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox div.hd a {
    background: transparent;
    color: #2ba6d9;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-style: italic;
    text-transform: uppercase;
    display: block
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox li {
    width: 100%
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox li:nth-child(odd) {
    float: left
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox li:nth-child(even) {
    float: right
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox li a {
    font-size: 14px;
    color: #000;
    padding: 8px 15px;
    display: block;
    text-align: left
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox li.active {
    background: #2ba6d9
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox li.active a {
    color: #fff
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .rightbox {
    float: right;
    width: 40%
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .rightbox li {
    display: none;
    background: #f3f3f3;
    padding: 15px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .rightbox li:first-child {
    display: block
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .rightbox li .title {
    color: #414141;
    font-size: 18px;
    display: block;
    margin-bottom: 10px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .rightbox li .box-x .thumb {
    display: block;
    margin-bottom: 10px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .rightbox li .box-x .thumb img {
    max-width: 100%
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .rightbox li .box-x .summary {
    display: block;
    color: #727171;
    font-size: 14px;
    line-height: 1.4em;
    width: 100%;
    float: none
}

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

.sep-banner .re {
    position: relative
}

.sep-banner .swiper-button-prev,
.sep-banner .swiper-button-next {
    width: auto;
    height: auto;
    top: 76%
}

.sep-banner .swiper-button-prev i,
.sep-banner .swiper-button-next i {
    color: #fff;
    font-size: 13px
}

.sep-banner .swiper-button-prev {
    left: 10px
}

.sep-banner .swiper-button-next {
    right: 10px
}

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

.sep-banner .sep-container {
    left: 0;
    right: 0
}

.sep-banner .contorl {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100000
}

.sep-banner .contorl .items {
    position: relative;
    display: table
}

.sep-banner .contorl .items .item {
    padding-bottom: 60px;
    padding-right: 38px;
    padding-left: 15px;
    opacity: .7;
    float: left;
    cursor: pointer
}

.sep-banner .contorl .items .item.active {
    opacity: 1;
    border-left: 1px solid #fff
}

.sep-banner .contorl .items .item .num {
    font-size: 16px;
    margin-bottom: 10px
}

.sep-banner .contorl .items .item .hd {
    font-size: 16px
}

.sep-banner .contorl .contorl-box {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    position: absolute;
    right: -48px;
    top: 0;
    z-index: 100
}

.sep-banner .text-box {
    width: 70%
}

.sep-banner .text-box .hd {
    color: #fff;
    font-size: 4.6875rem;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-shadow: 3px 2px 4px rgba(100, 100, 100, 0.4)
}

.sep-banner .text-box .text {
    color: #fff;
    font-size: 22px;
    text-shadow: 3px 2px 4px rgba(100, 100, 100, 0.4)
}

.sep-banner .text-box .more {
    background: #fff;
    border-radius: 24px;
    color: #234074;
    padding: 8px 35px;
    padding-top: 10px;
    font-size: 16px;
    display: table;
    letter-spacing: 2.5px;
    margin-top: 8.33333333vh
}

.sep-banner .text-box .more:hover {
    background: #234074;
    color: #fff
}

.sep-body .sep-title {
    font-size: 2.75rem;
    color: #282828;
    margin: 5px 0
}

.sep-body .sep-title:hover {
    color: #2ba6d9
}

.sep-body .text {
    color: #424242;
    font-size: 18px;
    margin-bottom: 4.62962963vh
}

.sep-body .sep-icon-box2 i {
    color: #2ba6d9;
    font-size: 30px
}

.sep-body .sep-section1 {
    padding-top: 9.07407407vh;
    padding-bottom: 9.90740741vh;
    background: url(../img/index1-bg.jpg) no-repeat center top
}

.sep-body .sep-section1 .sep-icon-box {
    color: #2ba6d9;
    border: 2px solid #2ba6d9;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 33px
}

.sep-body .sep-section1 .sep-icon-box i {
    color: #2ba6d9;
    font-size: 20px
}

.sep-body .sep-section1 .text {
    padding-right: 160px
}

.sep-body .sep-section1 .items {
    margin-top: 8.33333333vh
}

.sep-body .sep-section1 .items .item {
    flex: 1;
    position: relative
}

.sep-body .sep-section1 .items .item:last-child:before {
    display: none
}

.sep-body .sep-section1 .items .item:before {
    content: '';
    display: block;
    width: 1px;
    height: 156px;
    background: linear-gradient(to bottom, rgba(42, 167, 218, 0), #2aa7da);
    position: absolute;
    right: 0;
    top: 0
}

.sep-body .sep-section1 .items .icon-box {
    width: 93px;
    height: 93px;
    line-height: 89px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #2ba6d9;
    display: inline-block;
    box-shadow: 0 0 6px rgba(42, 167, 218, 0.6);
    margin-bottom: 25px
}

.sep-body .sep-section1 .items .icon-box i {
    color: #fff;
    font-size: 50px
}

.sep-body .sep-section1 .items .title {
    color: #313232;
    font-size: 16px;
    display: block
}

.sep-body .sep-section1 .items .title:hover {
    color: #2ba6d9
}

.sep-body .sep-section1 .box-slide {
    z-index: 100
}

.sep-body .sep-section1 .box-slide .swiper-button-next,
.sep-body .sep-section1 .box-slide .swiper-button-prev {
    width: 49px;
    height: 49px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 47px;
    top: -8.05555556vh;
    z-index: 1000;
    outline: none
}

.sep-body .sep-section1 .box-slide .swiper-button-next i,
.sep-body .sep-section1 .box-slide .swiper-button-prev i {
    color: #000;
    font-size: 20px
}

.sep-body .sep-section1 .box-slide .swiper-button-prev {
    left: auto;
    right: 68px
}

.sep-body .sep-section1 .box-slide .swiper-slide:nth-child(2n) .box .title {
    background: #d1dde0
}

.sep-body .sep-section1 .box-slide .swiper-slide:nth-child(3n) .box .title {
    background: #b9d9ed
}

.sep-body .sep-section1 .box-slide .box .thumb img {
    width: 100%
}

.sep-body .sep-section1 .box-slide .box .title {
    background: #d5edf3;
    color: #000;
    font-size: 20px;
    padding: 30px 0
}

.sep-body .sep-section1 .box-slide .box .mask {
    padding: 5.92592593vh 50px 0 50px;
    background: rgba(53, 61, 66, 0.85)
}

.sep-body .sep-section1 .box-slide .box .mask .summary {
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 20px
}

.sep-body .sep-section1 .box-slide .box .mask ul {
    position: relative
}

.sep-body .sep-section1 .box-slide .box .mask ul:before {
    content: '';
    width: 1px;
    height: 86%;
    background: #2ba6d9;
    position: absolute;
    left: 6px;
    top: 5px;
    display: block
}

.sep-body .sep-section1 .box-slide .box .mask ul li {
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative
}

.sep-body .sep-section1 .box-slide .box .mask ul li:last-child {
    margin-bottom: 0
}

.sep-body .sep-section1 .box-slide .box .mask ul li:before {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #24a3de;
    position: absolute;
    left: 0;
    top: 4px
}

.sep-body .sep-section1 .box-slide .box .mask ul li:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #79defc;
    left: 4px;
    top: 8px;
    position: absolute
}

.sep-body .sep-section1 .box-slide .box .mask ul li a {
    color: #f4f4f4;
    font-size: 16px
}

.sep-body .sep-section1 .box-slide .box .mask ul li a:hover {
    color: #79defc
}

.sep-body .sep-section1 .box-slide .box .mask .more {
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    border-radius: 24px;
    margin-top: 24px
}

.sep-body .sep-section1 .box-slide .box .mask .more:hover {
    background: #24a3de;
    border: 1px solid #24a3de
}

.sep-body .sep-section2 .bg {
    background: #f7f7f7;
    padding-top: 5.55555556vh
}

.sep-body .sep-section2 .bg .more {
    padding: 8px 25px;
    border-radius: 24px;
    padding-top: 10px;
    border: 1px solid #91b1cb;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 8.33333333vh;
    color: #91b1cb;
    text-transform: uppercase
}

.sep-body .sep-section2 .bg .more:hover {
    background: #2ba6d9;
    border: 1px solid #2ba6d9;
    color: #fff
}

.sep-body .sep-section2 .bg .more:hover i {
    color: #fff
}

.sep-body .sep-section2 .bg .more i {
    color: #91b1cb;
    font-size: 14px;
    padding-left: 8px
}

.sep-body .sep-section2 .box-toggle {
    width: 28.54166667%
}

.sep-body .sep-section2 .box-toggle .items {
    flex-flow: column;
    height: 100%
}

.sep-body .sep-section2 .box-toggle .items .item {
    flex: 1;
    display: flex;
    background: url(../img/app-item1.jpg) no-repeat;
    background-size: cover;
    align-content: center;
    align-items: center;
    margin-bottom: 4px;
    position: relative
}

.sep-body .sep-section2 .box-toggle .items .item:before {
    cursor: pointer;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: linear-gradient(to right, rgba(7, 133, 184, 0.85), rgba(7, 133, 184, 0), rgba(7, 133, 184, 0))
}

.sep-body .sep-section2 .box-toggle .items .item.active:before {
    background: rgba(36, 163, 222, 0.77)
}

.sep-body .sep-section2 .box-toggle .items .item.active:after {
    content: '';
    display: block;
    border: 12px solid transparent;
    border-right: 12px solid #2ba6d9;
    position: absolute;
    left: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000
}

.sep-body .sep-section2 .box-toggle .items .item:last-child {
    margin-bottom: 0
}

.sep-body .sep-section2 .box-toggle .items .item a {
    display: block;
    padding-left: 43px;
    font-size: 22px;
    position: relative;
    z-index: 100;
    pointer-events: none
}

.sep-body .sep-section2 .box-toggle .items .item:nth-child(2) {
    background: url(../img/app-item2.jpg) no-repeat
}

.sep-body .sep-section2 .box-toggle .items .item:nth-child(3) {
    background: url(../img/app-item3.jpg) no-repeat
}

.sep-body .sep-section2 .box-toggle .items .item:nth-child(4) {
    background: url(../img/app-item4.jpg) no-repeat
}

.sep-body .sep-section2 .box-toggle .items .item:nth-child(5) {
    background: url(../img/app-item5.jpg) no-repeat
}

.sep-body .sep-section2 .box-toggle .items .item:nth-child(6) {
    background: url(../img/app-item6.jpg) no-repeat
}

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

.sep-body .sep-section2 .box-slide .mask {
    width: 44.58333333vw;
    position: absolute;
    left: 135px;
    bottom: 59px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
    border-left: 4px solid #2ba6d9;
    padding: 46px 40px
}

.sep-body .sep-section2 .box-slide .mask .title {
    font-size: 24px;
    color: #282828;
    margin-bottom: 8px
}

.sep-body .sep-section2 .box-slide .mask .summary {
    color: #424242;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 15px
}

.sep-body .sep-section2 .box-slide .mask .items {
    padding-left: 20px
}

.sep-body .sep-section2 .box-slide .mask .items .item {
    list-style: disc;
    color: #2ba6d9;
    display: list-item;
    padding-left: 0;
    margin-bottom: 5px
}

.sep-body .sep-section2 .box-slide .mask .items .item a {
    color: #2ba6d9;
    font-size: 16px
}

.sep-body .sep-section2 .box-slide .mask .items .item a:hover {
    text-decoration: underline
}

.sep-body .sep-section2 .box-slide .mask .more {
    color: #fff;
    background: #24a3de;
    padding: 8px 25px;
    border-radius: 24px;
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    border: 1px solid #2ba6d9
}

.sep-body .sep-section2 .box-slide .mask .more:hover {
    background: transparent;
    color: #2ba6d9
}

.sep-body .sep-section3 {
    padding-top: 13.7037037vh
}

.sep-body .sep-section3 .info {
    padding-left: 135px;
    padding-right: 20px
}

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

.sep-body .sep-section3 .info .text {
    font-size: 16px;
    line-height: 1.8em
}

.sep-body .sep-section3 .info .more {
    color: #fff;
    background: #2ba6d9;
    padding: 8px 25px;
    padding-top: 10px;
    border-radius: 24px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #2ba6d9
}

.sep-body .sep-section3 .info .more:hover {
    background: transparent;
    color: #2ba6d9
}

.sep-body .sep-section3 .info .more:hover i {
    color: #2ba6d9
}

.sep-body .sep-section3 .info .more i {
    color: #fff;
    padding-left: 10px;
    font-size: 12px
}

.sep-body .sep-section3 .thumb {
    padding-left: 0;
    position: relative
}

.sep-body .sep-section3 .thumb .vr {
    padding: 6px 25px;
    padding-top: 8px;
    border-radius: 18px;
    color: #fff;
    background: rgba(255, 255, 255, 0.35);
    position: absolute;
    right: 82px;
    bottom: 40px
}

.sep-body .sep-section3 .thumb .vr img {
    padding-right: 5px;
    width: 24px;
    position: relative;
    top: -1px
}

.sep-body .sep-section3 .thumb .vr:hover {
    background: #2ba6d9
}

.sep-body .sep-section3 .items .item {
    background: #cbdeeb;
    padding: 70px 64px
}

.sep-body .sep-section3 .items .item:nth-child(even) {
    background: #e4f6fb
}

.sep-body .sep-section3 .items .item .title {
    color: #313232;
    font-size: 28px;
    line-height: 1.2em;
    border-left: 3px solid #2ba6d9;
    padding-left: 20px;
    margin-bottom: 30px
}

.sep-body .sep-section3 .items .item .summary {
    color: #1a2633;
    font-size: 16px;
    line-height: 1.6em
}

.sep-body .sep-section4 {
    background: url(../img/index4-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 5.55555556vh;
    padding-bottom: 8.33333333vh
}

.sep-body .sep-section4 .sep-icon-box {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 33px;
    margin-bottom: 10px
}

.sep-body .sep-section4 .sep-icon-box i {
    color: #fff;
    font-size: 20px
}

.sep-body .sep-section4 .sep-title {
    color: #fff
}

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

.sep-body .sep-section4 .text {
    color: #fff;
    padding-top: 10px
}

.sep-body .sep-section4 .more {
    padding: 8px 25px;
    border-radius: 24px;
    padding-top: 10px;
    border: 1px solid #c2d4e0;
    font-size: 14px;
    float: right;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    display: table
}

.sep-body .sep-section4 .more:hover {
    background: #2ba6d9;
    border: 1px solid #2ba6d9;
    color: #fff
}

.sep-body .sep-section4 .more:hover i {
    color: #fff
}

.sep-body .sep-section4 .more i {
    color: #fff;
    font-size: 14px;
    padding-left: 8px
}

.sep-body .sep-section4 .box-slide .info,
.sep-body .sep-section4 .box-slide .thumb {
    width: 50%
}

.sep-body .sep-section4 .box-slide .swiper-button-prev {
    background: #2ba6d9;
    left: -webkit-calc(50% - 71px);
    left: -moz-calc(50% - 71px);
    left: -ms-calc(50% - 71px);
    left: -o-calc(50% - 71px);
    left: calc(50% - 71px)
}

.sep-body .sep-section4 .box-slide .swiper-button-prev i {
    color: #fff
}

.sep-body .sep-section4 .box-slide .swiper-button-next {
    background: #fff;
    left: -webkit-calc(50%);
    left: -moz-calc(50%);
    left: -ms-calc(50%);
    left: -o-calc(50%);
    left: calc(50%)
}

.sep-body .sep-section4 .box-slide .swiper-button-next i {
    color: #2ba6d9
}

.sep-body .sep-section4 .box-slide .swiper-button-next,
.sep-body .sep-section4 .box-slide .swiper-button-prev {
    width: 71px;
    height: 71px;
    text-align: center;
    line-height: 71px;
    bottom: 0;
    top: auto
}

.sep-body .sep-section4 .box-slide .swiper-button-next i,
.sep-body .sep-section4 .box-slide .swiper-button-prev i {
    font-size: 24px
}

.sep-body .sep-section4 .box-slide .info {
    background: rgba(255, 255, 255, 0.5);
    padding: 69px 142px 0 70px
}

.sep-body .sep-section4 .box-slide .info .title {
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
    display: block
}

.sep-body .sep-section4 .box-slide .info .title:hover {
    color: #2ba6d9
}

.sep-body .sep-section4 .box-slide .info .summary {
    color: #424242;
    line-height: 1.6em;
    font-size: 16px
}

.sep-body .sep-section4 .box-slide .info .more2 {
    color: #2ba6d9;
    margin-top: 40px;
    display: table
}

.sep-body .sep-section4 .box-slide .info .more2:hover {
    color: #2576aa
}

.sep-body .sep-section4 .box-slide .info .more2:hover i {
    color: #2576aa
}

.sep-body .sep-section4 .box-slide .info .more2 i {
    padding-left: 10px
}

.sep-body .sep-section5 {
    padding-bottom: 11.11111111vh;
    padding-top: 4.62962963vh
}

.sep-body .sep-section5 .more {
    color: #2ba6d9;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    top: 28px
}

.sep-body .sep-section5 .more i {
    color: #2ba6d9;
    font-size: 12px;
    padding-left: 10px
}

.sep-body .sep-section5 .items {
    margin: 0 -13px;
    margin-top: 3.33333333vh
}

.sep-body .sep-section5 .items .item {
    padding: 0 13px
}

.sep-body .sep-section5 .items .item .box {
    box-shadow: 0 0 6px rgba(100, 100, 100, 0.4)
}

.sep-body .sep-section5 .items .item .box .info {
    padding: 25px 20px
}

.sep-body .sep-section5 .items .item .box .info .date {
    color: #2ba6d9
}

.sep-body .sep-section5 .items .item .box .info .title {
    color: #313232;
    font-size: 18px;
    line-height: 1.2em;
    margin: 10px 0
}

.sep-body .sep-section5 .items .item .box .info .summary {
    color: #1a2633;
    font-size: 16px;
    line-height: 1.6em
}

.sep-footer {
    position: relative
}

.sep-footer .bg {
    background: url(../img/footer-bg.jpg) no-repeat;
    background-size: cover
}

.sep-footer .footer-body {
    padding-top: 9.25925926vh;
    padding-bottom: 3.88888889vh
}

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

.sep-footer .footer-body .sep-container .items .item {
    float: left
}

.sep-footer .footer-body .sep-container .items .item:nth-child(1) {
    width: 22.12121212%
}

.sep-footer .footer-body .sep-container .items .item:nth-child(2) {
    width: 22.18181818%
}

.sep-footer .footer-body .sep-container .items .item:nth-child(3) {
    width: 19.51515152%
}

.sep-footer .footer-body .sep-container .items .item:nth-child(4) {
    width: 18.78787879%
}

.sep-footer .footer-body .sep-container .items .item:nth-child(5) {
    width: 17.33333333%
}

.sep-footer .footer-body .sep-container .items .item .hd {
    color: #fff;
    font-size: 26px;
    display: table;
    margin-bottom: 3.24074074vh;
    position: relative
}

.sep-footer .footer-body .sep-container .items .item .hd.mt10 {
    margin-top: 10px
}

.sep-footer .footer-body .sep-container .items .item .hd:hover {
    color: #df0011
}

.sep-footer .footer-body .sep-container .items .item>ul li {
    margin-bottom: 15px;
    color: #f0f0f0;
    font-size: 14px;
    position: relative;
    left: 0
}

.sep-footer .footer-body .sep-container .items .item>ul li:hover a {
    opacity: 1;
    color: #df0011
}

.sep-footer .footer-body .sep-container .items .item>ul li a {
    display: inline-block;
    color: #f0f0f0;
    font-size: 14px;
    opacity: .8
}

.sep-footer .footer-body .sep-container .items .item:not(.contact) li a {
    position: relative;
    transition: all .8s
}

.sep-footer .footer-body .sep-container .items .item .alias {
    margin-top: 10px;
    margin-bottom: 25px;
    color: #323232;
    font-size: 14px
}

.sep-footer .footer-body .sep-container .items .item.contact .code {
    margin-top: 3.33333333vh
}

.sep-footer .footer-body .sep-container .items .item.contact>ul {
    padding-left: 0
}

.sep-footer .footer-body .sep-container .items .item.contact>ul li {
    padding-left: 28px;
    position: relative;
    list-style: none;
    color: #f0f0f0
}

.sep-footer .footer-body .sep-container .items .item.contact>ul li:nth-child(1) {
    display: inline-block
}

.sep-footer .footer-body .sep-container .items .item.contact>ul li span {
    opacity: .8
}

.sep-footer .footer-body .sep-container .items .item.contact>ul li:nth-child(2) {
    display: inline-block
}

.sep-footer .footer-body .sep-container .items .item.contact>ul li:nth-child(2) .icon {
    font-size: 20px
}

.sep-footer .footer-body .sep-container .items .item.contact>ul li:before {
    display: none
}

.sep-footer .footer-body .sep-container .items .item.contact>ul li:hover {
    left: 0;
    list-style: none
}

.sep-footer .footer-body .sep-container .items .item.contact>ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 20px
}

.sep-footer .footer-body .sep-container .sep-share {
    margin-top: 6.48148148vh
}

.sep-footer .footer-body .sep-container .sep-share li {
    margin-right: 5px;
    list-style: none;
    color: #a2aec1;
    font-size: 16px
}

.sep-footer .footer-body .sep-container .sep-share li a i {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 6px;
    background: #fff;
    line-height: 45px;
    text-align: center;
    color: #2ba6d9;
    font-size: 24px
}

.sep-footer .footer-body .sep-container .sep-share li a i:hover {
    background: #df0011
}

.sep-footer .sep-footer-share {
    padding: 3px 0
}

.sep-footer .sep-copyright {
    padding: 0 0;
    font-size: 16px;
    text-align: center;
    background: #178ec9
}

.sep-footer .sep-copyright .box {
    left: 55%
}

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

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

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

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

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

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

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

.sep-footer .sep-copyright .sep-container {
    padding: 28px 0;
    position: relative
}

.sep-footer .sep-copyright .sep-container>.lf {
    position: relative;
    top: 1px
}

.sep-footer .sep-copyright .sep-share {
    font-size: 15px;
    color: #8f8f8f
}

.sep-footer .sep-copyright .sep-share span {
    position: relative;
    top: 5px
}

.sep-footer .sep-copyright .sep-share ul {
    float: right;
    padding-left: 40px
}

.sep-footer .sep-copyright .sep-share li {
    padding-left: 28px;
    font-size: 16px;
    color: #0f0f0f;
    float: left
}

.sep-footer .sep-copyright .sep-share li:nth-child(1) {
    padding-left: 0
}

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

.sep-footer .sep-copyright .sep-share li.qrcode img {
    position: absolute;
    right: 0;
    bottom: 100%;
    padding: 5px;
    background: #fff;
    width: 150px;
    display: none
}

.sep-footer .sep-copyright .sep-share li.qrcode:hover img {
    display: block
}

.sep-footer .sep-copyright .sep-share li.qrcode a i {
    font-size: 24px;
    color: #636363;
    position: relative;
    top: 2px
}

.sep-footer .sep-copyright .sep-share li.qrcode a i:hover {
    color: #2ba6d9
}

.sep-footer .sep-copyright .sep-share li:not(.qrcode) {
    color: #676767;
    font-size: 14px;
    font-size: 16px;
    color: #0f0f0f
}

.sep-footer .sep-copyright .sep-share li:not(.qrcode) a {
    color: #fff;
    text-align: center;
    display: inline-block;
    opacity: .5
}

.sep-footer .sep-copyright .sep-share li:not(.qrcode) a i {
    font-size: 18px;
    color: #fff
}

.sep-footer .sep-copyright .sep-share li:not(.qrcode) a:hover {
    opacity: 1
}

.sep-footer .sep-copyright .sep-share li:not(.qrcode) a:hover i {
    color: #2ba6d9;
    opacity: 1
}

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

html {
    font-size: 16px
}

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

button,
input {
    outline: none
}

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

body {
    font-family: 'gilroy-regular', '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: 16px;
    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: #0068a8
}

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: #0068a8;
    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 #0068a8
}

.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: #0068a8
}

.panel.panel-primary .panel-heading {
    background: #0068a8;
    color: #fff
}

.panel.panel-primary.panel-full .panel-body {
    background: #0068a8;
    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: #0068a8;
    border-color: #00588f
}

.btn.btn-primary:active {
    background: #0078c2;
    border-color: #0078c2
}

.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: 8px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
    width: 18px;
    color: green
}

.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 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    vertical-align: middle;
    padding: 6px 8px;
    height: 32;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    background: #fbfbfb;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f8f8f8;
    background-position: right 8px center;
    background-repeat: no-repeat;
    -webkit-background-size: 8px 16px;
    background-size: 8px 16px;
    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: 16px;
    text-indent: -9999px;
    width: 16px
}

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

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

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

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

.multi-language .box ul li:hover a {
    color: #2ba6d9
}

.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: #2ba6d9
}

.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-general-form {
    margin-top: 30px;
    background: #fff;
    padding: 25px
}

.sep-general-form .sep-general-form-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px
}

.sep-general-form .sep-general-form-title span {
    font-family: Arial;
    font-size: 24px;
    color: #000
}

.sep-general-form .sep-general-form-title a {
    font-size: 16px;
    color: #ff6800
}

.sep-general-form .sep-general-form-title a i {
    font-size: 16px;
    color: #ff6800;
    padding-right: 10px
}

.sep-general-form .sep-general-form-prompt {
    font-family: Arial;
    font-size: 14px;
    color: #d10631
}

.sep-general-form .sep-form {
    padding: 0
}

.sep-general-form .sep-form.has-error input::-webkit-input-placeholder {
    display: none
}

.sep-general-form .sep-form>div {
    display: inline-block
}

.sep-general-form .sep-form>div.form-group {
    width: 49%;
    padding: 0;
    padding-right: 0;
    padding-left: 10%
}

.sep-general-form .sep-form>div.form-group.has-success:after {
    right: 0
}

.sep-general-form .sep-form>div.form-group .regex-tip {
    top: -2px;
    right: 3%;
    display: none
}

.sep-general-form .sep-form>div.form-group .control-label {
    width: 21%;
    font-weight: normal;
    color: #414141;
    font-family: Arial;
    font-size: 13px
}

.sep-general-form .sep-form>div:nth-child(4) {
    width: 49%
}

.sep-general-form .sep-form>div:nth-child(4) textarea.form-control {
    width: 98%
}

.sep-general-form .sep-form>div:nth-child(4).has-success:after {
    right: 12px
}

.sep-general-form .sep-form>div:nth-child(5) {
    width: 49%
}

.sep-general-form .sep-form>div:nth-child(5) textarea.form-control {
    width: 98%
}

.sep-general-form .sep-form>div:nth-child(5).has-success:after {
    right: 12px
}

.sep-general-form .sep-form>div:nth-child(8) {
    width: 100%
}

.sep-general-form .sep-form>div:nth-child(8) .control-label {
    width: 10.5%
}

.sep-general-form .sep-form>div:nth-child(8) textarea.form-control {
    width: 98%
}

.sep-general-form .sep-form>div:nth-child(8).has-success:after {
    right: 12px
}

.sep-general-form .sep-form>div:nth-child(9) {
    width: 60%
}

.sep-general-form .sep-form>div:nth-child(9) .control-label {
    width: 18%
}

.sep-general-form .sep-form>div:nth-child(9) .regex-tip {
    display: none
}

.sep-general-form .sep-form>div:last-child {
    width: 100%
}

.sep-general-form .sep-form>div:last-child .btn.btn-primary {
    width: 213px;
    text-align: center;
    display: table;
    margin: 0 auto;
    background: #2ba6d9;
    border-color: #2ba6d9;
    border-radius: 6px;
    outline: none
}

.sep-form {
    padding: 30px 15px;
    padding-top: 0
}

.sep-form .close {
    display: none
}

.sep-form .form-group {
    position: relative;
    padding: 0 15%
}

.sep-form .form-group .control-label {
    position: absolute;
    left: 0;
    top: 6px;
    width: 15%;
    text-align: right;
    padding-right: 10px
}

.sep-form .form-group .control-label .required {
    color: #c00
}

.sep-form .form-group .radio,
.sep-form .form-group .checkbox {
    margin: 0;
    padding: 7px 0
}

.sep-form .form-group .regex-tip {
    top: 3px;
    right: 15%;
    padding-right: 15px
}

.sep-form .form-group.has-success:after {
    right: 15%
}

@media screen and (max-width:640px) {
    .sep-general-form .sep-form>div.form-group {
        width: 98%;
        padding: 0 20%;
        padding-right: 0
    }

    .sep-general-form .sep-form>div.form-group .control-label {
        width: 20%
    }
}

.sep-share li {
    float: left
}

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

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

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

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

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

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

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

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

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

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

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

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

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

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

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

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

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

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

.hide {
    display: none !important
}

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

.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: 16px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #5b5b5b
}

.social-contact li a:hover {
    color: #2ba6d9
}

.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: 16px;
    display: block;
    margin-bottom: 4px
}

.sep-news-list li .title:hover {
    color: #2ba6d9
}

.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: #2ba6d9;
    color: #fff;
    padding: 5px 15px;
    transition: .5s;
    font-size: 16px
}

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

.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: #2ba6d9
}

.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: 16px
}

.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: #2ba6d9
}

.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-list4 li {
    margin-bottom: 25px
}

.sep-resource-list4 li .thumb {
    display: block;
    margin-bottom: 30px
}

.sep-resource-list4 li .thumb img {
    max-width: 100%;
    width: 576px
}

.sep-resource-list4 li .date {
    display: block;
    color: #a7a7a7;
    font-size: 14px;
    margin-bottom: 5px;
    height: 19px;
    line-height: 19px
}

.sep-resource-list4 li .date img {
    padding-right: 10px;
    position: relative;
    top: -1px
}

.sep-resource-list4 li .title {
    color: #545454;
    font-size: 18px;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: 13px 0;
    margin-bottom: 20px
}

.sep-resource-list4 li .title:hover {
    color: #2ba6d9
}

.sep-resource-list4 li .summary {
    display: block;
    color: #545454;
    line-height: 1.6em;
    font-size: 14px;
    margin-bottom: 15px
}

.sep-resource-list4 li .more {
    text-transform: uppercase;
    color: #0088df;
    height: 12px;
    line-height: 12px;
    display: inline-block
}

.sep-resource-list4 li .more:hover {
    text-decoration: underline
}

.sep-resource-list4 li .more img {
    padding-left: 10px;
    position: relative;
    top: -1px
}

.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: #2ba6d9
}

.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: #2ba6d9
}

.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: 16px;
    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: #2ba6d9;
    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: 16px;
    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;
    position: absolute;
    top: 0;
    left: 47.1%;
    width: 8px;
    height: 100%
}

.sep-his-list:after {
    content: '';
    display: block;
    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: 16px;
    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
}

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

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

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

.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: #2497c7;
    background: #2ba6d9;
    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)
}

.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: #2ba6d9;
    border-color: #2ba6d9;
    color: #fff
}

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

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

.bx-wrapper .bx-controls-direction a.bx-prev {
    left: 10px;
    opacity: .2
}

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

.bx-wrapper .bx-controls-direction a.bx-next {
    right: 10px;
    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
}

.sep-case-boxs {
    margin-top: 30px
}

.sep-case-boxs .sep-case-box {
    margin-bottom: 30px
}

.sep-case-boxs .sep-case-box .case-title {
    font-weight: bold;
    font-size: 24px;
    color: #333;
    font-family: arial;
    margin-bottom: 15px;
    position: relative
}

.sep-case-boxs .sep-case-box .case-title:before {
    content: '';
    width: 320px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 1px;
    background: -webkit-linear-gradient(left, #416797, #6dadd7);
    background: -o-linear-gradient(right, #416797, #6dadd7);
    background: -moz-linear-gradient(right, #416797, #6dadd7);
    background: linear-gradient(to right, #416797, #6dadd7)
}

.sep-case-boxs .sep-case-box .hd {
    background: #4493a3;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    margin-bottom: 15px
}

.sep-case-boxs .sep-case-box .case-table table {
    width: 100%
}

.sep-case-boxs .sep-case-box .case-table table tr:nth-child(odd) {
    background: #e7e7e9
}

.sep-case-boxs .sep-case-box .case-table table tr td {
    padding: 3px 10px
}

.sep-case-boxs .sep-case-box .thumb {
    margin-bottom: 20px
}

.sep-case-boxs .sep-case-box .thumb img {
    max-width: 100%
}

.xj-onlineservice {
    display: none
}

.jw-bt-top {
    padding-right: 28px
}

.jw-bt-top.jw-bt-top-index {
    background: rgba(61, 189, 242, 0.6);
    padding-top: 18px
}

.jw-bt-top.jw-bt-top-index .head-contact>ul .head-li .jw-nav-list>li {
    border-right: none
}

.jw-bt-top.jw-bt-top-index .head-contact>ul .head-li .jw-nav-list>li a {
    color: #0087bf
}

.jw-bt-top.jw-bt-top-index .head-contact>ul>li {
    padding: 10px 0
}

.jw-bt-top.jw-bt-top-index .head-contact>ul>li.head-phone {
    margin-left: 10px
}

.jw-bt-top.jw-bt-top-index .head-contact>ul .head-li {
    margin-right: 20px;
    position: relative;
    top: -2px
}

.jw-bt-top.jw-bt-top-index .head-contact>ul .head-phone {
    margin-left: 10px;
    display: inline-block;
    color: #6b6b6b;
    margin-right: 30px
}

.jw-bt-top.jw-bt-top-index .head-contact>ul .head-phone i {
    color: #23a9e0
}

.jw-bt-top.jw-bt-top-index .head-contact>ul .head-mail {
    display: inline-block;
    color: #6b6b6b
}

.jw-bt-top.jw-bt-top-index .head-contact>ul .head-mail i {
    color: #23a9e0
}

.jw-bt-top.jw-bt-top2 {
    background: #eaeaea;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%
}

.jw-bt-top.jw-bt-top2 .head-contact>ul>li {
    padding: 10px 0
}

.sep-resource-grid-faq li {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px
}

.sep-resource-grid-faq li .box {
    border: 1px solid #eaeaea
}

.sep-resource-grid-faq li .box .thumb {
    display: block;
    height: 220px;
    line-height: 220px
}

.sep-resource-grid-faq li .box .thumb img {
    width: 100%
}

.sep-resource-grid-faq li .box .box-s {
    padding: 30px 20px
}

.sep-resource-grid-faq li .box .title {
    display: block;
    color: #191919;
    line-height: 1.4em;
    height: 5.8em;
    overflow: hidden;
    padding-bottom: 25px;
    font-size: 25px;
    border-bottom: 1px solid #eaeaea
}

.sep-resource-grid-faq li .box .title:hover {
    color: #2ba6d9
}

.sep-resource-grid-faq li .box .summary {
    color: #707070;
    line-height: 1.8em;
    height: 9.2em;
    font-weight: 400;
    display: block;
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
    margin-top: 5px;
    margin-bottom: 30px
}

.sep-resource-grid-faq li .box .more {
    color: #191919;
    font-size: 13px
}

.sep-resource-grid-faq li .box .more i {
    padding-left: 5px
}

.jw-banner-img .banner-list img {
    width: 100%
}

.sep-pro-index h1 {
    font-family: 'Roboto-Bold';
    text-align: center;
    color: #3b3b3b;
    font-size: 40px;
    position: relative;
    margin-bottom: 30px
}

.sep-pro-index h1:before {
    display: block;
    content: '';
    width: 50px;
    height: 4px;
    background: #2dade1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px
}

.sep-pro-index .text {
    color: #636363;
    font-size: 15px;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center
}

.sep-pro-index .sep-pro-list {
    margin-top: 40px;
    margin-bottom: 20px
}

.sep-pro-index .sep-pro-list .datalist {
    margin: 0 -15px
}

.sep-pro-index .sep-pro-list .datalist li {
    width: 25%;
    padding: 0 15px;
    float: left
}

.sep-pro-index .sep-pro-list .datalist li .box .thumb {
    display: block;
    padding: 20px;
    box-shadow: 0 0 12px rgba(102, 102, 102, 0.2)
}

.sep-pro-index .sep-pro-list .datalist li .box .thumb img {
    width: 100%
}

.sep-pro-index .sep-pro-list .datalist li .box .title {
    display: block;
    background: #79ccee;
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 16px;
    text-align: center;
    padding: 10px 0
}

.sep-pro-index .sep-pro-list .datalist li .box .summary {
    line-height: 1.4em;
    color: #636363;
    font-size: 15px;
    display: block;
    margin-top: 20px;
    height: 5.6em;
    overflow: hidden;
    margin-bottom: 15px
}

.sep-pro-index .sep-pro-list .datalist li .box .more {
    color: #737373;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    display: inline-block;
    border: 1px solid #d9d9d9;
    padding: 5px 10px
}

.sep-pro-index .sep-pro-list .datalist li .box .more:hover {
    color: #2dade1;
    border: 1px solid #2dade1
}

.sp-style {
    font-family: 'Arial', 'AvenirNextLTPro', 'Lucida Grande', 'Microsoft Yahei';
    color: #333
}

.sp-style * {
    font-family: 'Arial', 'AvenirNextLTPro', 'Lucida Grande', 'Microsoft Yahei';
    color: #333
}

.sp-style h2 {
    font-family: 'Roboto-Bold';
    color: #3b3b3b;
    font-size: 24px;
    border-bottom: 2px solid #2dade1;
    display: table;
    margin-bottom: 28px;
    padding-bottom: 3px;
    font-weight: normal
}

.sp-style h2 span {
    font-family: 'Roboto-Condensed' !important;
    color: #3b3b3b !important;
    font-size: 24px !important
}

.sp-style ul:before {
    content: '';
    display: table;
    clear: both
}

.sp-style ul:after {
    content: '';
    display: table;
    clear: both
}

.sp-style ul li {
    width: 50%;
    float: left;
    padding-right: 10px
}

.sep-pro-hd {
    font-family: 'Roboto-Bold';
    color: #2dade1;
    font-size: 28px;
    position: relative;
    margin-bottom: 30px
}

.sep-pro-hd img {
    position: relative;
    top: -3px;
    padding-right: 8px
}

.jw-tech-index {
    margin-top: 30px
}

.jw-tech-index .sep-tech .datalist li .thumb .box {
    top: 0;
    padding-top: 40px
}

.jw-tech-index .sep-tech .datalist li .thumb .box .title {
    font-size: 20px;
    text-align: left
}

.sep-tech {
    margin-top: 20px
}

.sep-tech .datalist {
    margin: 0 -24px
}

.sep-tech .datalist li {
    width: 50%;
    float: left;
    padding: 0 24px;
    margin-bottom: 48px
}

.sep-tech .datalist li .thumb {
    overflow: hidden;
    position: relative;
    transition: all .3s
}

.sep-tech .datalist li .thumb img {
    width: 100%
}

.sep-tech .datalist li .thumb:hover .box {
    top: 0;
    padding-top: 40px
}

.sep-tech .datalist li .thumb:hover .box .title {
    font-size: 20px;
    text-align: left
}

.sep-tech .datalist li .thumb .box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(54, 60, 62, 0.8);
    left: 0;
    top: 254px;
    padding: 0 48px;
    transition: all .3s
}

.sep-tech .datalist li .thumb .box .title {
    font-family: 'Roboto-Bold';
    color: #fff;
    font-size: 16px;
    display: block;
    padding-top: 16px;
    transition: all .3s;
    text-align: center
}

.sep-tech .datalist li .thumb .box .summary {
    font-family: 'Roboto-Bold';
    color: #fff;
    font-size: 15px;
    line-height: 1.8em;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: all .3s
}

.sep-tech .datalist li .thumb .box .more {
    color: #9dcff2;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    transition: all .3s
}

.sep-pro-bottom {
    background: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 50px
}

.sep-pro-bottom .container {
    padding: 0
}

.sep-pro-bottom .datalist {
    padding-left: 20px
}

.sep-pro-bottom .datalist li {
    width: 50%;
    float: left;
    color: #2dade1;
    list-style: disc;
    margin-bottom: 9px
}

.sep-pro-bottom .datalist li a {
    color: #3b3b3b;
    text-decoration: underline
}

.head-contact>ul>li {
    float: left;
    padding: 20px 20px
}

.head-contact>ul>li a {
    font-size: 14px;
    color: #6b6b6b
}

.head-contact>ul .head-phone {
    margin-left: 40px
}

.head-contact>ul .head-lan {
    position: relative;
    margin-right: 30px
}

.head-contact>ul .head-lan i {
    color: #5bc0ec
}

.head-contact>ul .head-lan .lan-menu-show {
    background: #4ac5f7;
    position: absolute;
    z-index: 9999;
    width: 180px;
    visibility: hidden;
    right: 0;
    top: 45px
}

.head-contact>ul .head-lan .lan-menu-show li {
    float: initial;
    padding-bottom: 0;
    border-bottom: 1px solid #fff;
    margin-left: 0;
    padding-top: 0
}

.head-contact>ul .head-lan .lan-menu-show li a {
    font-size: 14px;
    padding: 13px 17px;
    display: block;
    margin: 0 5px;
    color: #fff
}

.head-contact>ul .head-lan .lan-menu-show li a:hover {
    color: #0088df
}

.head-contact>ul .head-input {
    padding: 0;
    cursor: pointer;
    position: relative
}

.head-contact>ul .head-input .jw-search-b {
    background: #23a9e0;
    text-align: center;
    color: #fff;
    padding: 19px 20px
}

.head-contact>ul .head-input .jw-search-b i {
    font-size: 24px
}

.head-contact>ul .head-input .search-box {
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 75px;
    display: none
}

.head-contact>ul .head-input .search-box input {
    background: #fff;
    border-radius: 8px;
    width: 376px;
    border: none;
    padding: 14px 10px;
    box-shadow: 0 0 10px #ddd
}

.head-contact>ul .head-input .search-box button {
    border: none;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 14px
}

.head-contact>ul .head-li {
    margin-right: 30px
}

.head-contact>ul .head-li .jw-nav-list>li {
    float: left;
    position: relative;
    border-right: 1px solid #2dade1
}

.head-contact>ul .head-li .jw-nav-list>li:last-child {
    border-right: none
}

.head-contact>ul .head-li .jw-nav-list>li a {
    font-size: 14px;
    color: #2dade1;
    padding: 2px 12px;
    display: block;
    position: relative;
    top: 2px
}

.head-contact>ul .head-li .jw-nav-list>li a:hover {
    color: #0088df
}

.head-contact>ul .head-li .jw-nav-list>li:last-child .nav-more-list,
.head-contact>ul .head-li .jw-nav-list>li:nth-last-child(2) .nav-more-list {
    right: 0;
    left: auto
}

.head-contact>ul .head-li .jw-nav-list>li .nav-more-list {
    position: absolute;
    background: #e0f4ff;
    padding: 20px;
    top: 25px;
    visibility: hidden;
    z-index: 9999
}

.head-contact>ul .head-li .jw-nav-list>li .nav-more-list li {
    float: inherit
}

.head-contact>ul .head-li .jw-nav-list>li .nav-more-list li a {
    position: relative;
    color: #707070;
    padding: 5px 20px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.head-contact>ul .head-li .jw-nav-list>li .nav-more-list li a img {
    position: absolute;
    left: 8px;
    top: 13px
}

.head-contact>ul .head-li .jw-nav-list>li .nav-more-list li a:hover {
    color: #29b3ea
}

.jw-header {
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 99;
    background: rgba(61, 189, 242, 0.6)
}

.jw-header.jw-header2 {
    background: #fff;
    position: fixed;
    top: 44px;
    box-shadow: 3px 4px 12px rgba(150, 150, 150, 0.5)
}

.jw-header.jw-header2 .jw-pc-nav {
    background: #fff
}

.jw-header.jw-header2 .jw-pc-nav .logo {
    display: inline-block;
    margin-top: 20px
}

.jw-header.jw-header2 .jw-pc-nav .jw-nav-list>li {
    padding: 0 20px
}

.jw-header.jw-header2 .jw-pc-nav .jw-nav-list>li>a {
    color: #3b3b3b;
    font-size: 16px;
    padding: 37px 0;
    border-bottom: 3px solid #fff
}

.jw-header.jw-header2 .jw-pc-nav .jw-nav-list>li>a:hover {
    border-bottom: 3px solid #23a9e0
}

.jw-header.jw-header2 .jw-pc-nav .jw-nav-list>li .nav-more-list {
    top: 99px
}

.jw-header.jw-header2 .nav-search {
    float: right;
    position: relative
}

.jw-header.jw-header2 .nav-search .jw-search-b {
    text-align: center;
    color: #23a9e0;
    padding: 34px 20px;
    cursor: pointer
}

.jw-header.jw-header2 .nav-search .jw-search-b i {
    font-size: 24px
}

.jw-header.jw-header2 .nav-search .search-box {
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 112px;
    display: none
}

.jw-header.jw-header2 .nav-search .search-box input {
    background: #fff;
    border-radius: 8px;
    width: 376px;
    border: none;
    padding: 14px 10px;
    box-shadow: 0 0 10px #ddd
}

.jw-header.jw-header2 .nav-search .search-box button {
    border: none;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 14px
}

.jw-header.jw-header2 .jw-header-content {
    padding: 0
}

.jw-header.jw-header-index {
    position: static
}

.jw-header.jw-header-index .nav-search {
    float: right;
    position: relative
}

.jw-header.jw-header-index .nav-search .jw-search-b {
    text-align: center;
    color: #23a9e0;
    padding: 15px 20px;
    cursor: pointer
}

.jw-header.jw-header-index .nav-search .jw-search-b i {
    font-size: 24px;
    color: #fff
}

.jw-header.jw-header-index .nav-search .search-box {
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 112px;
    display: none
}

.jw-header.jw-header-index .nav-search .search-box input {
    background: #fff;
    border-radius: 8px;
    width: 376px;
    border: none;
    padding: 14px 10px;
    box-shadow: 0 0 10px #ddd
}

.jw-header.jw-header-index .nav-search .search-box button {
    border: none;
    background: transparent;
    position: absolute;
    right: 15px;
    top: 14px
}

.jw-header.jw-header-index .pull-right {
    position: relative;
    top: 4px
}

.jw-header.jw-header-index .jw-pc-nav {
    background: transparent
}

.jw-header.jw-header-index .jw-pc-nav .jw-nav-list li a {
    padding-bottom: 27px
}

.jw-header.jw-header-index .jw-pc-nav .jw-nav-list li .nav-more-list {
    top: 65px;
    width: 600px
}

.jw-header.jw-header-index .jw-pc-nav .jw-nav-list li .nav-more-list li {
    width: 50%;
    float: left
}

.jw-header.jw-header-index .jw-header-content {
    padding-top: 5px;
    padding-bottom: 0
}

.jw-header.jw-header-index .jw-nav-list li:nth-child(1) a {
    padding-left: 0
}

.jw-header .jw-header-content {
    padding: 35px 0 20px 0
}

.jw-header .jw-bt-nav {
    background: transparent !important
}

.jw-header .jw-bt-nav .jw-nav-list li a {
    color: #666 !important
}

.jw-header .jw-pc-nav {
    background: -moz-linear-gradient(left, rgba(35, 169, 224, 0) 10%, rgba(35, 169, 224, 0.6) 18%, #23a9e0 92%, rgba(255, 255, 255, 0.02) 99.9%);
    background: -webkit-linear-gradient(left, rgba(35, 169, 224, 0) 10%, rgba(35, 169, 224, 0.6) 18%, #23a9e0 92%, rgba(255, 255, 255, 0.02) 99.9%);
    background: linear-gradient(to right, rgba(35, 169, 224, 0) 10%, rgba(35, 169, 224, 0.6) 18%, #23a9e0 92%, rgba(35, 169, 224, 0.02) 99.9%)
}

.jw-header .jw-pc-nav .jw-nav-list li {
    float: left;
    position: relative
}

.jw-header .jw-pc-nav .jw-nav-list li a {
    font-size: 16px;
    color: #fff;
    font-family: 'Microsoft Yahei';
    padding: 17px 28px;
    display: block
}

.jw-header .jw-pc-nav .jw-nav-list li a:hover {
    color: #0088df
}

.jw-header .jw-pc-nav .jw-nav-list li:last-child .nav-more-list,
.jw-header .jw-pc-nav .jw-nav-list li:nth-last-child(2) .nav-more-list {
    right: 0;
    left: auto
}

.jw-header .jw-pc-nav .jw-nav-list li .nav-more-list {
    position: absolute;
    background: #e0f4ff;
    padding: 20px;
    top: 56px;
    visibility: hidden;
    z-index: 9999
}

.jw-header .jw-pc-nav .jw-nav-list li .nav-more-list li {
    float: inherit
}

.jw-header .jw-pc-nav .jw-nav-list li .nav-more-list li a {
    position: relative;
    color: #707070;
    padding: 5px 20px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.jw-header .jw-pc-nav .jw-nav-list li .nav-more-list li a img {
    position: absolute;
    left: 8px;
    top: 13px
}

.jw-header .jw-pc-nav .jw-nav-list li .nav-more-list li a:hover {
    color: #29b3ea
}

.jw-banner {
    position: relative
}

.jw-banner .jw-banner-swiper img {
    width: 100%
}

.jw-banner .jw-banner-swiper .banner-list {
    position: relative
}

.jw-banner .jw-banner-swiper .banner-list div {
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    color: #000;
    z-index: 999;
    top: 40%;
    left: 20%;
    font-style: italic
}

.jw-banner .jw-banner-swiper .banner-list div .banner-about-btn {
    display: block;
    font-style: normal;
    padding: 5px 0;
    width: 120px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    background: #21a5dd
}

.jw-banner .jw-banner-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    background: #4ac5f7;
    z-index: 100;
    height: 100%;
    flex-direction: row-reverse;
    display: flex;
    justify-content: center;
    align-items: center
}

.jw-banner .jw-banner-right .right-text {
    position: absolute;
    top: 27%;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.jw-banner .jw-banner-right .right-text span {
    display: inline-block;
    border: 1px solid #fff;
    width: 100px;
    height: 1px;
    margin-right: 50px
}

.jw-banner .jw-banner-right .right-text p {
    color: #fff;
    white-space: nowrap
}

.jw-banner .jw-banner-right .banner-contacts {
    align-self: flex-end
}

.jw-banner .jw-banner-right .banner-contacts li a {
    line-height: 74px
}

.jw-banner .jw-banner-right .banner-contacts li a i {
    font-size: 28px;
    color: #fff
}

.jw-banner .jw-banner-right .banner-contacts li {
    position: relative;
    text-align: center;
    margin-bottom: 40px
}

.jw-banner .jw-banner-right .banner-contacts li a {
    display: block;
    width: 58px;
    height: 58px;
    line-height: 72px;
    border-radius: 50%;
    margin: 0 auto
}

.jw-banner .jw-banner-right .banner-contacts li a:hover {
    background: #fff
}

.jw-banner .jw-banner-right .banner-contacts li a:hover i {
    color: #4ac5f7
}

.jw-banner .jw-banner-right .banner-contacts .right-call-box .right-call {
    position: absolute;
    left: -165px;
    padding: 10px;
    background: #4ac5f7;
    color: #fff;
    top: 0;
    visibility: hidden
}

.jw-banner .jw-banner-right .banner-contacts .right-call-box:hover .right-call {
    visibility: visible
}

.jw-banner .jw-banner-right .banner-contacts .wechat-tect .wechat-qrcode {
    position: absolute;
    left: -193px;
    top: -50px;
    height: 120px;
    width: 120px;
    visibility: hidden
}

.jw-banner .jw-banner-right .banner-contacts .wechat-tect:hover .wechat-qrcode {
    visibility: visible
}

.jw-banner .jw-banner-right .banner-contacts .jw-qq .jw-qq-num {
    position: absolute;
    left: -111px;
    padding: 10px;
    background: #4ac5f7;
    color: #fff;
    top: 16px;
    visibility: hidden
}

.jw-banner .jw-banner-right .banner-contacts .jw-qq:hover .jw-qq-num {
    visibility: visible
}

.jw-product-shows {
    background: #fafafa;
    padding-bottom: 60px
}

.jw-product-shows .jw-product-title {
    text-align: center;
    padding: 60px 0
}

.jw-product-shows .jw-product-title .title {
    font-size: 30px
}

.jw-product-shows .jw-product-title .title img {
    vertical-align: top;
    margin-top: 6px
}

.jw-product-shows .jw-product-part li .product-list {
    background: #fff;
    border: 1px solid #fff;
    position: relative
}

.jw-product-shows .jw-product-part li .product-list:hover .info {
    opacity: 1
}

.jw-product-shows .jw-product-part li .product-list .info {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.jw-product-shows .jw-product-part li .product-list .info .box {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left
}

.jw-product-shows .jw-product-part li .product-list .info .box a {
    color: #333;
    font-size: 14px;
    display: table;
    list-style: disc;
    display: inline-block;
    margin: 1px 0;
    padding: 5px 15px;
    background: rgba(221, 221, 221, 0.5);
    border-radius: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.jw-product-shows .jw-product-part li .product-list .info .box a:hover {
    background: rgba(221, 221, 221, 0.8);
    color: #1a2f5b
}

.jw-product-shows .jw-product-part li .product-list a {
    display: block;
    text-align: center;
    overflow: hidden
}

.jw-product-shows .jw-product-part li .product-list a img {
    max-width: 100%
}

.jw-product-shows .jw-product-part li .product-list a img: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)
}

.jw-product-shows .jw-product-part li .product-list .arrows {
    display: block;
    background: url(../img/arrow-b.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 42px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    transition: all .5s
}

.jw-product-shows .jw-product-part li .product-name {
    background: #efefef;
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
    color: #129fd9;
    display: block;
    transition: All .8s ease;
    -webkit-transition: All .8s ease;
    -moz-transition: All .8s ease;
    -o-transition: All .8s ease
}

.jw-product-shows .jw-product-part li:hover .product-list {
    border: 1px solid #4ac5f7
}

.jw-product-shows .jw-product-part li:hover .arrows {
    background: url(../img/arrow-l.png);
    background-repeat: no-repeat;
    right: 20px
}

.jw-product-shows .jw-product-part li:hover .product-name {
    background: #4ac5f7;
    color: #fff;
    font-weight: bold
}

.jw-appli-box .jw-appli-title {
    text-align: center;
    padding: 60px 0
}

.jw-appli-box .jw-appli-title .title {
    font-size: 30px
}

.jw-appli-box .jw-appli-title .title img {
    vertical-align: top;
    margin-top: 6px
}

.jw-appli-box .jw-appli-part li {
    position: relative
}

.jw-appli-box .jw-appli-part li .arrows {
    display: block;
    background: url(../img/arrow-w.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 42px;
    position: absolute;
    right: 60px;
    top: 60px;
    z-index: 9;
    transition: all .5s
}

.jw-appli-box .jw-appli-part li .appli-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    height: 614px;
    cursor: pointer;
    position: relative
}

.jw-appli-box .jw-appli-part li .appli-list .appli-box {
    z-index: 9
}

.jw-appli-box .jw-appli-part li .appli-list .appli-hover-show {
    width: 80%;
    margin: 0 auto;
    display: none
}

.jw-appli-box .jw-appli-part li .appli-list .appli-hover-show a {
    display: inline-block;
    margin: 1px 0;
    padding: 5px 15px;
    background: rgba(221, 221, 221, 0.5);
    border-radius: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px
}

.jw-appli-box .jw-appli-part li .appli-list .appli-hover-show a:hover {
    background: rgba(221, 221, 221, 0.8)
}

.jw-appli-box .jw-appli-part li .appli-list .appli-text {
    text-align: center
}

.jw-appli-box .jw-appli-part li .appli-list .appli-text p {
    font-size: 30px;
    color: #fff;
    margin-top: 40px
}

.jw-appli-box .jw-appli-part li:hover .arrows {
    right: 50px
}

.jw-appli-box .jw-appli-part li:hover .appli-text img {
    width: 12%
}

.jw-appli-box .jw-appli-part li:hover .appli-shadows {
    display: block
}

.jw-appli-box .jw-appli-part li:hover .appli-hover-show {
    display: block
}

.jw-appli-box .jw-appli-part li:nth-child(1) .appli-list {
    transition: All .8s ease;
    -webkit-transition: All .8s ease;
    -moz-transition: All .8s ease;
    -o-transition: All .8s ease;
    background: -webkit-linear-gradient(left top, #1870d9, #1ea3ba);
    background: -o-linear-gradient(bottom right, #1870d9, #1ea3ba);
    background: -moz-linear-gradient(bottom right, #1870d9, #1ea3ba);
    background: linear-gradient(to bottom right, #1870d9, #1ea3ba)
}

.jw-appli-box .jw-appli-part li:nth-child(1) .appli-list .appli-logo {
    height: 128px;
    width: 128px;
    background: url(../img/med.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto
}

.jw-appli-box .jw-appli-part li:nth-child(1):hover .appli-list {
    background: url(../img/wier.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.jw-appli-box .jw-appli-part li:nth-child(1):hover .appli-logo {
    height: 55px;
    width: 55px;
    background: url(../img/med-s.png);
    background-repeat: no-repeat
}

.jw-appli-box .jw-appli-part li:nth-child(2) .appli-list {
    background: -webkit-linear-gradient(left top, #463478, #54367d);
    background: -o-linear-gradient(bottom right, #463478, #54367d);
    background: -moz-linear-gradient(bottom right, #463478, #54367d);
    background: linear-gradient(to bottom right, #463478, #54367d)
}

.jw-appli-box .jw-appli-part li:nth-child(2) .appli-list .appli-logo {
    height: 128px;
    width: 128px;
    background: url(../img/mbd.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto
}

.jw-appli-box .jw-appli-part li:nth-child(2):hover .appli-list {
    background: url(../img/appli2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.jw-appli-box .jw-appli-part li:nth-child(2):hover .appli-list .appli-logo {
    height: 55px;
    width: 55px;
    background: url(../img/mbd-s.png);
    background-repeat: no-repeat
}

.jw-appli-box .jw-appli-part li:nth-child(3) .appli-list {
    background: -webkit-linear-gradient(left top, #f5709d, #f5926f);
    background: -o-linear-gradient(bottom right, #f5709d, #f5926f);
    background: -moz-linear-gradient(bottom right, #f5709d, #f5926f);
    background: linear-gradient(to bottom right, #f5709d, #f5926f)
}

.jw-appli-box .jw-appli-part li:nth-child(3) .appli-list .appli-logo {
    height: 128px;
    width: 128px;
    background: url(../img/mcd.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto
}

.jw-appli-box .jw-appli-part li:nth-child(3):hover .appli-list {
    background: url(../img/appli3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.jw-appli-box .jw-appli-part li:nth-child(3):hover .appli-list .appli-logo {
    height: 55px;
    width: 55px;
    background: url(../img/mcd-s.png);
    background-repeat: no-repeat
}

.jw-appli-box .jw-appli-part li:nth-child(4) .appli-list {
    background: -webkit-linear-gradient(left top, #51c584, #4ec8f3);
    background: -o-linear-gradient(bottom right, #51c584, #4ec8f3);
    background: -moz-linear-gradient(bottom right, #51c584, #4ec8f3);
    background: linear-gradient(to bottom right, #51c584, #4ec8f3)
}

.jw-appli-box .jw-appli-part li:nth-child(4) .appli-list .appli-logo {
    height: 128px;
    width: 128px;
    background: url(../img/mad.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto
}

.jw-appli-box .jw-appli-part li:nth-child(4):hover .appli-list {
    background: url(../img/appli4.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.jw-appli-box .jw-appli-part li:nth-child(4):hover .appli-list .appli-logo {
    height: 55px;
    width: 55px;
    background: url(../img/mad-s.png);
    background-repeat: no-repeat
}

.jw-news-bg {
    background: url(../img/bg.jpg) no-repeat
}

.jw-news-box {
    padding: 60px 0;
    padding-top: 0
}

.jw-news-box .bx-controls .bx-pager {
    bottom: 2px
}

.jw-news-box .bx-pager-item a {
    background: #fff !important;
    margin-top: 6px
}

.jw-news-box .bx-pager-item .active {
    border: 1px solid #117cd2 !important;
    background: transparent !important
}

.jw-news-box .left-half .news-content .title {
    font-size: 24px;
    color: #4a8fd0;
    padding: 30px 0;
    display: block
}

.jw-news-box .left-half .news-content .title img {
    vertical-align: top;
    margin-top: 6px
}

.jw-news-box .left-half .news-content .news-box {
    background: #fff
}

.jw-news-box .left-half .news-content .news-box li:nth-child(1) {
    padding: 0
}

.jw-news-box .left-half .news-content .news-box li:nth-child(1) img {
    width: 100%
}

.jw-news-box .left-half .news-content .news-box li:nth-child(2) {
    position: relative
}

.jw-news-box .left-half .news-content .news-box li:nth-child(2) div {
    padding: 20px 10px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.jw-news-box .left-half .news-content .news-box li:nth-child(2) span {
    display: block;
    background: url(../img/arrow-l.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 42px;
    right: 20px;
    position: absolute;
    bottom: -46px;
    transition: all .5s
}

.jw-news-box .left-half .news-content .news-box li:nth-child(2) span:hover {
    right: 10px
}

.jw-news-box .left-half .news-content .news-box .news-small-swiper {
    position: relative
}

.jw-news-box .left-half .jw-Technology-teak .title {
    font-size: 24px;
    color: #4a8fd0;
    padding: 30px 0;
    display: block
}

.jw-news-box .left-half .jw-Technology-teak .title img {
    vertical-align: top;
    margin-top: 6px
}

.jw-news-box .left-half .jw-Technology-teak .technology-text {
    padding: 30px 30px 60px 30px;
    background: #fff;
    font-size: 18px;
    border-left: 2px solid #37baf0;
    position: relative
}

.jw-news-box .left-half .jw-Technology-teak .technology-text .technology-btn a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 0 5px;
    position: absolute;
    bottom: -10px;
    transition: all .5s
}

.jw-news-box .left-half .jw-Technology-teak .technology-text .technology-btn a:nth-child(1) {
    background: #4ec7f9;
    padding: 10px 15px
}

.jw-news-box .left-half .jw-Technology-teak .technology-text .technology-btn a:nth-child(1):hover {
    bottom: -20px
}

.jw-news-box .left-half .jw-Technology-teak .technology-text .technology-btn a:nth-child(2) {
    background: #51c688;
    padding: 10px 12px;
    left: 100px
}

.jw-news-box .left-half .jw-Technology-teak .technology-text .technology-btn a:nth-child(2):hover {
    bottom: -20px
}

.jw-news-box .right-half .title {
    font-size: 24px;
    color: #4a8fd0;
    padding: 30px 0;
    display: block
}

.jw-news-box .right-half .title img {
    vertical-align: top;
    margin-top: 6px
}

.jw-news-box .right-half .news-show-swiper {
    position: relative
}

.jw-news-box .right-half .news-show-swiper .owl-stage-outer {
    padding-bottom: 62px
}

.jw-news-box .right-half .news-show-swiper .news-msg {
    padding: 10px;
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8)
}

.jw-news-box .right-half .news-show-swiper .news-msg .name {
    font-size: 16px;
    display: block;
    font-weight: bold;
    color: #129fd9
}

.jw-news-box .right-half .news-show-swiper .news-msg .name:hover {
    color:
}

.jw-news-box .right-half .news-show-swiper .news-msg div:nth-child(2) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 10px;
    height: 57px
}

.jw-news-box .right-half .news-show-swiper .news-msg span {
    display: block;
    background: url(../img/arrow-l.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 42px;
    float: right;
    margin-right: 10px;
    transition: all .5s
}

.jw-news-box .right-half .news-show-swiper .news-msg span:hover {
    margin-right: 0
}

.jw-news-box .right-half .news-show-swiper .owl-controls {
    position: absolute;
    right: 10%;
    bottom: 20px
}

.jw-footer {
    padding: 49px 0 0 0;
    background: -webkit-linear-gradient(left, #4ec8fb, #079cda);
    background: -o-linear-gradient(right, #4ec8fb, #079cda);
    background: -moz-linear-gradient(right, #4ec8fb, #079cda);
    background: linear-gradient(to right, #4ec8fb, #079cda)
}

.jw-footer .col-md-6 {
    padding: 0
}

.jw-footer .bottom-nav {
    margin-bottom: 20px
}

.jw-footer .bottom-nav .headling {
    margin-bottom: 10px
}

.jw-footer .bottom-nav .headling a {
    color: #fefefe;
    font-size: 16px;
    font-weight: bold
}

.jw-footer .bottom-nav ul li {
    margin-bottom: 5px
}

.jw-footer .bottom-nav ul li a {
    color: #fff;
    font-size: 14px
}

.jw-footer .bottom-nav ul li a:hover {
    text-decoration: underline
}

.jw-footer .footer-link-group .footer-follow-title {
    font-size: 16px;
    color: #fff;
    padding: 20px 0;
    display: block
}

.jw-footer .footer-link-group ul li {
    float: left;
    margin-left: 10px
}

.jw-footer .footer-link-group ul li a {
    display: block;
    height: 60px;
    width: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 75px
}

.jw-footer .footer-link-group ul li a i {
    font-size: 30px;
    color: #fff
}

.jw-footer .footer-link-group ul li a:hover {
    background: #1a4b94;
    border: 1px solid #1a4b94
}

.jw-footer .footer-link-group .qrcode {
    padding: 5px;
    background: #fff;
    max-width: 100px;
    margin-top: 20px
}

.jw-footer .footer-link-group .qrcode img {
    max-width: 100%
}

.jw-footer .jw-footer-msg .footer-link-msg {
    margin-left: 50px
}

.jw-footer .jw-footer-msg .footer-link-msg li {
    padding: 5px 0
}

.jw-footer .jw-footer-msg .footer-link-msg li a {
    font-size: 14px;
    color: #fff
}

.jw-footer .jw-footer-msg .footer-link-msg li a:hover {
    color: #0a5465
}

.jw-footer .jw-footer-msg .footer-title {
    font-size: 16px;
    color: #fff;
    padding: 20px 0;
    display: block
}

.jw-footer .jw-footer-msg .footer-title-empty {
    margin-bottom: 62px
}

.jw-footer .jw-stock-code p {
    text-align: right
}

.jw-footer .jw-stock-code a {
    font-size: 30px;
    color: #fff
}

.jw-footer .jw-copyright .container {
    padding: 10px
}

.jw-footer .jw-copyright .footer-line {
    width: 100%;
    border-bottom: 1px solid #1687b6;
    padding: 30px 0 0 0
}

.jw-footer .jw-copyright .copyright-msg {
    width: 40%;
    color: #0a5465
}

.jw-footer .jw-copyright .copyright-msg a {
    color: #0088df;
    text-decoration: underline
}

.jw-footer .jw-copyright .links-btn a {
    color: #fff
}

.jw-footer .jw-copyright .links-btn a:hover {
    color: #0a5465
}

.jw-footer .jw-copyright .links-btn span {
    color: #0a5465
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent !important;
    border: 2px solid #37baf0
}

.large-page {
    padding: 30px 0
}

.jw-slider .slider-title {
    height: auto;
    position: relative;
    padding: 10px 0;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    border-bottom: 2px solid #79ccee
}

.jw-slider .slider-title a {
    font-size: 20px;
    color: #1b1b1b;
    display: block;
    width: 100%;
    text-align: left
}

.jw-slider .slider-choose-menu.slider-choose-menu-news>ul {
    margin: 5px 0
}

.jw-slider .slider-choose-menu.slider-choose-menu-news li {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0
}

.jw-slider .slider-choose-menu.slider-choose-menu-news li span {
    color: #9a9a9a;
    font-size: 14px
}

.jw-slider .slider-choose-menu.slider-choose-menu-news li .slider-list {
    padding: 5px 10px 0 0
}

.jw-slider .slider-choose-menu>ul {
    margin: 10px 0
}

.jw-slider .slider-choose-menu li {
    margin: 0 0;
    position: relative
}

.jw-slider .slider-choose-menu li i {
    position: absolute;
    right: 17px;
    top: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #79ccee;
    cursor: pointer
}

.jw-slider .slider-choose-menu li .slider-list {
    padding: 10px 30px 10px 0;
    display: block;
    background: #fff;
    color: #565656
}

.jw-slider .slider-choose-menu li .slider-list:hover {
    color: #79ccee
}

.jw-slider .slider-choose-menu li .slider-tow-level {
    display: none
}

.jw-slider .slider-choose-menu li .slider-tow-level li {
    padding: 0 10px 0 20px;
    position: relative;
    margin: 0 0
}

.jw-slider .slider-choose-menu li .slider-tow-level li:before {
    content: "";
    display: table;
    width: 4px;
    height: 4px;
    background: #333;
    position: absolute;
    left: 10px;
    top: 10px
}

.jw-slider .slider-choose-menu li .slider-tow-level li:hover:before {
    background: #117cd2
}

.jw-slider .slider-choose-menu .action .slider-list {
    color: #79ccee
}

.jw-slider .slider-title2 {
    height: auto;
    position: relative;
    padding: 10px 0;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    background-position: 0 -10px;
    margin: 5px 0;
    border-bottom: 2px solid #79ccee
}

.jw-slider .slider-title2 a {
    font-size: 20px;
    color: #1b1b1b;
    display: block;
    width: 100%;
    text-align: left
}

.jw-slider .slider-contact-list {
    padding: 5px 20px
}

.jw-slider .slider-contact-list li {
    padding-left: 30px;
    position: relative;
    margin: 10px 0
}

.jw-slider .slider-contact-list li img {
    position: absolute;
    left: 0;
    top: 5px
}

.jw-slider .slider-contact-list li a:hover {
    color: #0088df
}

.jw-slider .slider-contact-list .slider-search {
    padding-left: 0;
    margin: 20px 0 0 0;
    position: relative
}

.jw-slider .slider-contact-list .slider-search img {
    position: absolute;
    left: 10px;
    top: 14px
}

.jw-slider .slider-contact-list .slider-search button {
    position: absolute;
    right: 3px;
    top: 3px;
    border: none;
    padding: 6px;
    background: #117cd2
}

.jw-slider .slider-contact-list .slider-search button i {
    color: #fff
}

.jw-slider .slider-contact-list .slider-search input {
    border: 1px solid #117cd2;
    padding: 8px 5px;
    display: block;
    width: 100%;
    padding-left: 30px
}

.jw-slider .slider-links {
    padding: 20px 0 0 20px
}

.jw-slider .slider-links li {
    float: left;
    margin-left: 10px
}

.form-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 10000000000
}

.form-wrap .form-box {
    width: 900px;
    max-width: 90%;
    position: absolute;
    background: #fff;
    padding-top: 50px;
    border-radius: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.form-wrap .form-box .x-close {
    position: absolute;
    color: #79ccee;
    font-size: 39px;
    cursor: pointer;
    right: -32px;
    top: 4px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.form-wrap .form-box .regex-tip {
    display: none !important
}

.large-product-menu {
    overflow: hidden;
    padding: 20px;
    background: #e4f3ff;
    display: flex;
    margin-bottom: 25px;
    min-height: 245px
}

.large-product-menu .left-box {
    padding: 0
}

.large-product-menu .left-box .imgs {
    display: block;
    padding: 30px 0
}

.large-product-menu .left-box .imgs img {
    width: 100%
}

.large-product-menu .right-box {
    display: flex;
    justify-content: center;
    align-items: center
}

.large-product-menu .right-box .lar-product-title {
    font-size: 26px;
    font-weight: bold;
    padding: 10px 0;
    color: #0088df
}

.large-product-menu .right-box .lar-product-title span {
    display: block;
    height: 5px;
    width: 245px;
    background: url(../img/xian2.png)
}

.large-product-menu .right-box .lar-product-text {
    padding: 20px 0
}

.large-product-menu .right-box .lar-product-button {
    text-align: center;
    position: relative
}

.large-product-menu .right-box .lar-product-button i {
    color: red
}

.large-product-menu .right-box .lar-product-button:before {
    content: "";
    background: url(../img/left-q.png);
    width: 229px;
    height: 2px;
    display: table;
    position: absolute;
    top: 8px
}

.large-product-menu .right-box .lar-product-button:after {
    content: "";
    background: url(../img/right-q.png);
    width: 229px;
    height: 2px;
    display: table;
    position: absolute;
    top: 8px;
    right: 0
}

@media screen and (max-width:769px) {
    .large-product-menu {
        display: inherit
    }

    .large-product-menu .imgs {
        text-align: center
    }
}

.jw-second-level {
    padding: 50px 0
}

.jw-second-level h1 {
    font-size: 26px;
    color: #0088df;
    margin-bottom: 30px
}

.jw-second-level h1 span {
    display: block;
    height: 5px;
    width: 245px;
    background: url(../img/xian2.png)
}

.jw-second-level .second-list li {
    padding-left: 0;
    padding-right: 50px;
    margin: 20px 0
}

.jw-second-level .second-list li .second-product .imgs {
    display: block;
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center
}

.jw-second-level .second-list li .second-product .imgs img {
    width: 100%
}

.jw-second-level .second-list li .second-product .name {
    font-size: 20px;
    font-weight: bold;
    padding: 16px 0;
    display: block
}

.jw-second-level .second-list li .second-product .name:hover {
    color: #117cd2
}

.jw-second-level .second-list li .second-product p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 66px
}

@media screen and (max-width:994px) {
    .second-list li {
        padding: 0 10px !important
    }
}

.jw-detail-page {
    padding: 50px 0
}

.jw-detail-page .relate {
    background: #117cd2 !important;
    color: #fff !important;
    padding: 10px 0
}

.jw-detail-page h1 {
    font-size: 26px;
    color: #0088df;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: bold
}

.jw-detail-page h1 span {
    display: block;
    height: 5px;
    width: 245px;
    background: url(../img/xian2.png)
}

.jw-detail-page .first-part {
    position: relative;
    margin-bottom: 20px
}

.jw-detail-page .first-part .title {
    border-bottom: 1px solid #117cd2
}

.jw-detail-page .first-part .title a {
    font-size: 24px;
    font-weight: bold;
    color: #117cd2
}

.jw-detail-page .first-part .detail-text {
    line-height: 2;
    padding: 10px 0
}

.jw-detail-page .first-part .detail-text a {
    font-family: 'Arial';
    color: #666;
    font-size: 16px;
    text-decoration: underline
}

.jw-detail-page .first-part .details-contact {
    position: absolute;
    left: 10px;
    bottom: 0
}

.jw-detail-page .first-part .details-contact a {
    display: inline-block;
    background: #117cd2;
    color: #fff;
    font-size: 18px;
    padding: 4px 24px
}

.jw-detail-page .first-part .details-img {
    text-align: center;
    background: #f4f4f6;
    padding: 40px 0
}

.jw-detail-page .first-part .detail-thumb .bx-wrapper {
    margin-top: 20px !important;
    padding: 0 50px
}

.jw-detail-page .first-part .detail-thumb .bx-wrapper .bx-controls-direction {
    opacity: 1
}

.jw-detail-page .first-part .detail-thumb .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: 0;
    z-index: 9999;
    background: transparent;
    font-size: 50px;
    text-align: center;
    line-height: 30px
}

.jw-detail-page .first-part .detail-thumb .bx-wrapper .bx-controls-direction a:hover {
    opacity: 1
}

.jw-detail-page .first-part .detail-thumb .bx-wrapper .bx-controls-direction .bx-prev {
    left: 20px
}

.jw-detail-page .first-part .detail-thumb .bx-wrapper .bx-controls-direction .bx-next {
    right: 20px
}

.jw-detail-page .first-part .detail-thumb .thumb {
    padding: 40px 0;
    position: relative;
    display: block;
    text-align: center
}

.jw-detail-page .first-part .detail-thumb .thumb img {
    width: 80%
}

.jw-detail-page .first-part .detail-thumb .detail-small-img {
    padding: 0 40px 0 47px;
    height: 76px;
    overflow: hidden
}

.jw-detail-page .first-part .detail-thumb .detail-small-img>li {
    width: 33.33%;
    padding: 0 0
}

.jw-detail-page .first-part .detail-thumb .detail-small-img li {
    overflow: hidden;
    margin-right: 10px;
    cursor: pointer;
    float: left
}

.jw-detail-page .first-part .detail-thumb .detail-small-img li img {
    width: 75%;
    margin: 0 auto
}

.jw-detail-page .first-part .detail-thumb .detail-small-img .owl-controls .owl-nav div {
    position: absolute;
    top: 17px;
    font-size: 24px;
    background: transparent;
    color: #666
}

.jw-detail-page .first-part .detail-thumb .detail-small-img .owl-controls .owl-nav .owl-prev {
    left: 28px
}

.jw-detail-page .first-part .detail-thumb .detail-small-img .owl-controls .owl-nav .owl-next {
    right: 35px
}

@media screen and (max-width:993px) {
    .jw-detail-page .first-part {
        padding-bottom: 100px
    }
}

.jw-detail-page .de-titles {
    position: relative;
    text-align: center;
    padding: 25px 0;
    font-weight: bold
}

.jw-detail-page .de-titles span {
    font-size: 24px;
    font-weight: bold;
    color: #117cd2;
    position: relative;
    text-align: center;
    background: #fff;
    z-index: 10
}

.jw-detail-page .de-titles a {
    font-size: 24px;
    font-weight: bold;
    color: #117cd2;
    position: relative;
    text-align: center;
    background: #fff;
    z-index: 10;
    cursor: inherit
}

.jw-detail-page h5 {
    font-size: 24px;
    font-weight: bold;
    color: #117cd2;
    padding: 40px 0
}

.jw-detail-page .second-part .long-text {
    line-height: 2
}

.jw-detail-page .details-table table {
    width: 100%
}

.jw-detail-page .details-table table td {
    padding: 10px 20px;
    border: 1px solid #ddd
}

.jw-detail-page .details-advan .details-advan-list {
    padding: 40px;
    background: #fbfbfb;
    overflow: hidden
}

.jw-detail-page .details-advan .details-advan-list li {
    padding: 15px 0;
    color: #727272;
    font-size: 16px
}

.jw-detail-page .details-others li {
    padding: 15px 0
}

.jw-detail-page .details-others .others-title {
    font-size: 20px;
    color: #333
}

.jw-detail-page .details-others .others-q {
    font-size: 16px;
    color: #727272
}

.jw-detail-page .details-group {
    padding: 20px 0
}

.jw-detail-page .details-pdf {
    margin-top: 30px
}

.jw-detail-page .details-pdf h5 {
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}

.jw-detail-page .details-pdf h2 {
    font-size: 24px;
    font-weight: bold;
    color: #117cd2;
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}

.jw-detail-page .details-pdf ul li div {
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #ddd
}

.jw-detail-page .details-pdf ul li div a {
    font-size: 16px
}

.jw-detail-page .details-pdf ul li div a i {
    color: #117cd2;
    display: inline-block;
    padding: 9px 5px 0 5px
}

@media screen and (max-width:769px) {

    .jw-header,
    .jw-banner,
    .jw-footer,
    .jw-slider {
        display: none !important
    }

    .jw-mb-footer {
        display: block !important
    }
}

@media screen and (max-width:1200px) {
    .jw-header .jw-pc-nav .jw-nav-list li a {
        padding: 16px 10px
    }

    .jw-banner-right {
        display: none !important
    }

    .jw-footer .jw-footer-msg .footer-link-msg {
        margin-left: 30px
    }
}

@media screen and (max-width:993px) {
    .jw-header .jw-header-content {
        width: 100% !important
    }

    .jw-header .jw-pc-nav .jw-nav-list li a {
        font-size: 14px;
        padding: 16px 5px
    }

    .jw-pc-nav a .logo {
        width: 80%
    }

    .jw-footer>.cantainer {
        width: 100% !important
    }
}

@media screen and (max-width:1500px) {
    .head-contact {
        float: none !important
    }

    .jw-banner-right {
        width: auto !important
    }

    .jw-banner .jw-banner-right .right-text {
        display: none
    }

    .jw-banner .jw-banner-right .banner-contacts .right-call-box .right-call {
        left: -134px !important;
        top: 10px !important
    }

    .jw-banner .jw-banner-right .banner-contacts .wechat-tect .wechat-qrcode {
        left: -162px !important
    }

    .jw-banner .jw-banner-right .banner-contacts .jw-qq .jw-qq-num {
        top: 7px !important;
        left: -98px !important
    }
}

.jw-mb-footer {
    padding: 20px;
    background: #129fd9;
    margin-bottom: 54px;
    display: none
}

.jw-mb-footer .jw-mb-title {
    display: block;
    font-size: 24px;
    color: #fff
}

.jw-mb-footer .mb-foot-msg li {
    position: relative;
    padding-left: 30px;
    margin: 10px 0
}

.jw-mb-footer .mb-foot-msg li p {
    color: #fff
}

.jw-mb-footer .mb-foot-msg li img {
    position: absolute;
    left: 0
}

.jw-mb-footer .mb-foot-msg li:nth-child(4) img {
    top: 5px
}

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

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

.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-breadcrumb .breadcrumb li {
    display: inline-block
}

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

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

.sep-breadcrumb .breadcrumb li:last-child a {
    color: #0088df
}

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

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

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

.sep-mainbody .faq-list .faq-item .faq-answer {
    padding-right: 114px
}

.appli-shadows {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 1
}

.richtext ul {
    padding-left: 30px
}

.richtext ul li {
    list-style-type: disc
}

.richtext a {
    color: #666;
    font-family: 'Arial'
}

.richtext a:hover {
    text-decoration: underline
}

.jw-banner {
    max-height: 861px;
    overflow: hidden
}

.jw-banner .bx-pager-item {
    height: 20px
}

.jw-banner .bx-pager-item a {
    background: #ddd !important;
    margin-top: 6px
}

.jw-banner .bx-pager-item .active {
    border: 1px solid #ddd !important;
    background: transparent !important;
    height: 13px;
    width: 13px;
    margin-top: 5px
}

.jw-appli li {
    margin: 10px 0
}

.jw-appli li .box {
    position: relative
}

.jw-appli li .box .summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 45px 0 20px;
    font-size: 14px;
    text-align: left
}

.jw-appli li .box .view-more {
    border-radius: 100px;
    padding: 0 5px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #0088df;
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 0;
    bottom: 3px
}

.jw-appli li .box .view-more:hover {
    color: #fff;
    background: #44cef6
}

.jw-appli li a {
    display: block;
    overflow: hidden
}

.jw-appli li a img {
    width: 100%
}

.jw-appli li .box a {
    text-align: center;
    font-size: 20px;
    padding: 10px 0
}

.jw-appli li .box a:hover {
    color: #0088df
}

.title:hover {
    color: #0088df !important
}

.jw-news-box a:hover {
    text-decoration: underline
}

.jw-news-list .jw-datalist li {
    position: relative;
    padding: 10px 100px 10px 10px;
    height: 178px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 3px #ddd;
    margin-bottom: 20px
}

.jw-news-list .jw-datalist li .btn-read {
    color: #0088df
}

.jw-news-list .jw-datalist .title {
    color: #0088df;
    font-size: 16px;
    display: block
}

.jw-news-list .jw-datalist .title:hover {
    text-decoration: underline
}

.jw-news-list .jw-datalist .published {
    position: absolute;
    display: block;
    width: 68px;
    height: 125px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.jw-news-list .jw-datalist .published .date {
    display: block;
    line-height: 70px;
    font-size: 60px;
    color: #ccc;
    border-bottom: 1px solid #ccc
}

.jw-news-list .jw-datalist .published .year {
    line-height: 24px;
    padding-top: 8px;
    font-size: 18px;
    color: #ccc
}

.jw-news-list .jw-datalist .summary {
    font-size: 16px;
    display: block;
    line-height: 1.8em;
    margin-top: 20px;
    margin-bottom: 20px
}

.jw-news-list .jw-datalist .btn-read {
    color: #999;
    font-size: 13px
}

.jw-news-list .jw-datalist .btn-read:hover {
    text-decoration: underline
}

.jw-page-faq .faq-list .faq-item {
    margin-bottom: 30px
}

.jw-page-faq .faq-list .faq-item .faq-answer {
    background: #f2f2f2;
    border-radius: 12px;
    padding: 46px 35px;
    color: #666;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 34px;
    position: relative
}

.jw-page-faq .faq-list .faq-item .faq-answer:before {
    content: '';
    display: inline-block;
    width: 37px;
    height: 30px;
    position: absolute;
    top: 100%;
    left: 25px
}

.jw-page-faq .faq-list .faq-item .faq-answer div {
    font-weight: bold
}

.jw-page-faq .faq-list .faq-item .faq-answer li {
    font-size: 16px;
    color: #666
}

.jw-page-faq .faq-list .faq-item .faq-question {
    background: url(../img/q.png) no-repeat top left;
    min-height: 33px;
    padding-left: 47px;
    padding-top: 7px;
    color: #0088df;
    font-weight: bold;
    font-size: 16px;
    margin-left: 50px;
    position: relative;
    top: -9px
}

.jw-contact-list ul li {
    margin: 10px 0
}

.jw-contact-list ul li dl {
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px 0;
    background: #f6f6f6;
    min-height: 164px
}

.jw-contact-list ul li dl dd {
    font-style: normal;
    margin-bottom: 10px
}

.jw-contact-list ul li dl dd i {
    font-size: 40px;
    color: #0088df
}

.jw-contact-list ul li dl dt {
    font-weight: 100;
    font-size: 16px
}

.jw-contact-list ul li dl .title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-bottom: 5px
}

.jw-contact-list ul li:hover dd i {
    color: #44cef6
}

.jw-history li {
    width: 562px;
    float: left;
    position: relative;
    padding-right: 90px;
    min-height: 180px
}

.jw-history li:after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    top: 22px;
    right: 118px;
    background: url(../img/line_dot.png) top center
}

.jw-history li .text {
    background: #f7f7f7;
    padding: 30px 20px;
    border-radius: 18px;
    color: #666;
    line-height: 1.6em;
    width: 366px;
    float: left;
    left: 0;
    position: relative;
    font-size: 16px
}

.jw-history li .text:before {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-left: 10px solid #f7f7f7;
    position: absolute;
    left: 100%;
    top: 30px
}

.jw-history li .text .date {
    position: absolute;
    right: -190px;
    top: 30px
}

.jw-history li .text .date .m {
    color: #343436;
    font-weight: bold;
    display: table;
    margin-bottom: 5px
}

.jw-history li .text .date .y {
    color: #343436;
    font-weight: bold;
    font-size: 30px;
    display: table
}

.jw-history li .text .clock {
    position: absolute;
    right: -105px;
    top: 14px;
    z-index: 100
}

.jw-history li:nth-child(even) {
    float: right;
    padding-left: 90px;
    padding-right: 0;
    min-height: 130px
}

.jw-history li:nth-child(even) .text {
    float: right;
    top: -63px
}

.jw-history li:nth-child(even) .text .date {
    left: -185px;
    top: auto;
    bottom: 26px
}

.jw-history li:nth-child(even) .text:before {
    border-left: 10px solid transparent;
    border-right: 10px solid #f7f7f7;
    left: auto;
    right: 100%;
    top: auto;
    bottom: 30px
}

.jw-history li:nth-child(even) .clock {
    bottom: 12px;
    top: auto;
    left: -100px;
    right: auto
}

.jw-history li:nth-child(even):after {
    left: 120px;
    right: auto;
    top: 26px
}

.faq-answer ul {
    padding-left: 20px
}

.faq-answer ul li {
    list-style-type: disc
}

.profile-bg {
    background: #4ec8fb;
    padding: 30px;
    color: #fff !important;
    margin: 30px 0
}

.profile-bg p,
.profile-bg li,
.profile-bg strong {
    color: #fff
}

.richtext {
    font-size: 16px
}

.richtext ul {
    list-style: disc;
    padding-left: 16px
}

.richtext ul li {
    list-style: inherit;
    font-size: 16px;
    line-height: 28px
}

.sep-datalist-history2 {
    position: relative;
    padding: 60px 0
}

.sep-datalist-history2:before {
    content: "";
    width: 1px;
    left: 50%;
    top: 0;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(rgba(52, 52, 52, 0), #343434, #343434, #343434, rgba(52, 52, 52, 0))
}

.sep-datalist-history2 .box-lf {
    width: 48%;
    float: left;
    padding-left: 40px
}

.sep-datalist-history2 .box-lf ul li {
    position: relative;
    padding-top: 50px;
    margin-bottom: 40px
}

.sep-datalist-history2 .box-lf ul li .date {
    position: absolute;
    right: -15px;
    top: 0;
    color: #f6f7fb;
    padding: 3px 20px;
    border-radius: 12px;
    background: #0088df;
    display: inline-block
}

.sep-datalist-history2 .box-lf ul li .date:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1c88e3;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%)
}

.sep-datalist-history2 .box-lf ul li .thumb {
    text-align: center;
    margin-bottom: 20px
}

.sep-datalist-history2 .box-lf ul li .thumb img {
    max-width: 100%
}

.sep-datalist-history2 .box-lf ul li .text {
    color: #666;
    font-size: 15px;
    line-height: 1.4em;
    text-align: center
}

.sep-datalist-history2 .box-rt {
    width: 48%;
    float: right;
    padding-right: 40px;
    margin-top: 150px
}

.sep-datalist-history2 .box-rt ul li {
    position: relative;
    padding-top: 50px;
    margin-bottom: 40px
}

.sep-datalist-history2 .box-rt ul li .date {
    position: absolute;
    left: -15px;
    right: auto;
    top: 0;
    color: #f6f7fb;
    padding: 3px 20px;
    border-radius: 12px;
    background: #0088df;
    display: inline-block
}

.sep-datalist-history2 .box-rt ul li .date:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1c88e3;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%)
}

.sep-datalist-history2 .box-rt ul li .thumb {
    margin-bottom: 20px;
    text-align: center
}

.sep-datalist-history2 .box-rt ul li .thumb img {
    max-width: 100%
}

.sep-datalist-history2 .box-rt ul li .text {
    color: #666;
    font-size: 16px;
    line-height: 1.4em;
    text-align: center
}

.relate {
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
    padding: 5px 0;
    color: #117cd2
}

.relate-list .sep-pagination {
    display: none
}

.relate-list .sep-datalist h3:before {
    display: none
}

.relate-list .sep-datalist h3 a:before {
    display: none
}

.relate-list .sep-datalist h3 a:after {
    display: none
}

.relate-list .sep-datalist h3 span:before {
    display: none
}

.relate-list .sep-datalist h3 span:after {
    display: none
}

.relate-list .sep-datalist li {
    width: 31%;
    float: left;
    margin: 0 1.16%
}

.relate-list .sep-datalist li.rel-pro {
    margin: 0
}

.relate-list .sep-datalist li.rel-pro .thumb {
    overflow: hidden
}

.relate-list .sep-datalist li.rel-pro .title {
    margin-top: 10px;
    display: block
}

.relate-list .sep-datalist li .title {
    display: inline-block;
    margin-top: 5px;
    display: block;
    font-size: 16px;
    background: #fff;
    color: #333;
    text-align: center
}

.relate-list .sep-datalist li .title:hover {
    color: #2ba6d9;
    text-decoration: underline
}

.relate-list .sep-datalist li .thumb {
    width: 100%;
    display: block;
    border: 1px solid #bbb;
    text-align: center
}

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

.relate-list .sep-datalist li .summary {
    display: none
}

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

.relate-list .sep-datalist li .btn-read {
    display: none
}

.relate-article-list2 .sep-datalist {
    padding-left: 0
}

.relate-article-list2 .sep-datalist li {
    width: 46%;
    float: left;
    margin: 0 2%;
    list-style: disc
}

.relate-article-list2 .sep-datalist li h2 {
    overflow: hidden
}

.relate-article-list2 .sep-datalist li .title {
    display: inline-block;
    font-size: 14px;
    background: #fff;
    color: #000;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    height: auto;
    font-weight: normal
}

.relate-article-list2 .sep-datalist li .title:hover {
    color: #2ba6d9;
    text-decoration: underline
}

.relate-article-list2 .sep-datalist li .thumb {
    width: 100%;
    display: block;
    border: 1px solid #bbb;
    display: none
}

.relate-article-list2 .sep-datalist li .thumb img {
    width: 100%
}

.relate-article-list2 .sep-datalist li .summary {
    display: none
}

.relate-article-list2 .sep-datalist li .published {
    display: none
}

.relate-article-list2 .sep-datalist li .btn-read {
    display: none
}

.relate-article-list strong {
    color: #666;
    font-size: 18px
}

.relate-article-list .sep-datalist li:nth-child(1) {
    margin-right: 17px
}

.relate-article-list .sep-datalist li {
    width: 48%;
    padding: 15px;
    border: 1px solid #bbb;
    margin: 0;
    margin-bottom: 17px
}

.relate-article-list .sep-datalist li .summary {
    border-left: 4px solid #a4e2e2;
    padding-left: 10px;
    font-size: 12px;
    display: block;
    color: #333;
    height: 6em;
    overflow: hidden
}

.relate-article-list .sep-datalist li .published {
    display: block;
    border-left: 4px solid #a4e2e2;
    color: #aaa;
    font-size: 15px;
    padding: 10px 0;
    padding-left: 10px;
    margin-bottom: 0
}

.relate-article-list .sep-datalist li .thumb {
    display: block;
    height: 97px;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 8px
}

.relate-article-list .sep-datalist li .thumb img {
    width: 100%;
    position: relative;
    top: -94px
}

.relate-article-list .sep-datalist li .title {
    display: block;
    font-weight: normal;
    font-size: 19px;
    height: 3em;
    text-align: left;
    border-left: 4px solid #a4e2e2;
    padding-left: 10px;
    margin-bottom: 0;
    background: #fff;
    color: #000
}

.relate-article-list .sep-datalist li .title:hover {
    color: #2ba6d9
}

@media screen and (min-width:993px) and (max-width:1500px) {
    .appli-list {
        height: 460px !important
    }

    .appli-list .appli-hover-show {
        max-height: 152px;
        overflow: hidden
    }
}

@media screen and (min-width:1199px) and (max-width:1366px) {
    .jw-banner .jw-banner-right {
        height: 70% !important
    }

    .jw-banner .jw-banner-right .banner-contacts li {
        margin-bottom: 20px
    }
}

@media screen and (max-width:1700px) {
    .jw-banner .jw-banner-right .right-text span {
        display: none !important
    }
}

.gdw-mb-header span i {
    background: #129fd9;
    color: #fff
}

.mb-nav-wrap>ul>li>a {
    background: #129fd9 !important
}

.mb-search-wrap {
    width: 100%;
    background: #129fd9;
    padding: 5px;
    z-index: 10000
}

.mb-search-wrap input[type='text'] {
    background: #fff
}

.child-name {
    margin-top: 20px !important;
    position: relative;
    text-align: center;
    padding: 25px 0
}

.child-name:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    z-index: 9
}

.child-name span {
    font-size: 24px;
    font-weight: bold;
    color: #117cd2;
    position: relative;
    text-align: center;
    background: #fff;
    z-index: 10
}

.child-name span:before {
    display: inline-block;
    content: " ";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #999;
    margin: 0 20px 4px 15px
}

.child-name span:after {
    display: inline-block;
    content: " ";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #999;
    margin: 0 20px 4px 15px
}

.richtext table td {
    border: 1px solid #fff !important
}

.richtext table tr:nth-child(1) td:nth-child(1) {
    width: 40%
}

.richtext table tr:nth-child(1) td {
    font-weight: bold;
    color: #fff;
    padding: 5px;
    background: #117cd2
}

.richtext table tr:nth-child(n+1) {
    background: #8ed9f9
}

.btn-primary {
    background: #117cd2 !important;
    border: 1px solid #117cd2 !important
}

.relate-products li {
    width: 100% !important;
    margin: 0
}

.lishg-fter .thumb {
    overflow: hidden !important
}

.lishg-fter .title {
    padding-top: 10px !important;
    display: block !important;
    text-align: center !important
}

.pro-rela .thumb {
    overflow: hidden !important
}

.pro-rela .title {
    padding-top: 10px !important;
    display: block !important;
    text-align: center !important
}

.service-div {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    color: #5f5f5f;
    padding: 0 20px
}

.jw-service {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0
}

.jw-service .left-box {
    width: 49%;
    float: left
}

.jw-service .right-box {
    width: 49%;
    float: right
}

.jw-service:nth-child(2n+1) .left-box {
    left: 50%;
    position: relative
}

.jw-service:nth-child(2n+1) .right-box {
    right: 50%;
    position: relative
}

.jw-service img {
    width: 100%;
    height: 240px
}

.jw-service .service-h2 {
    margin: 10px;
    font-size:
}

.jw-service p {
    margin: 10px 0
}

.service-h2 {
    border-top: 2px solid #a8adb4;
    border-bottom: 2px solid #a8adb4
}

.service-h2 h2 {
    display: inline-block;
    margin: 0;
    line-height: 23px;
    font-size: 22px;
    font-weight: 400;
    padding: 17px 0;
    color: #5f5f5f
}

.service-before {
    position: relative
}

.jw-service:nth-child(2n) .service-before:before {
    content: "";
    position: absolute;
    top: 44%;
    left: -36px;
    width: 5px;
    height: 7px;
    border: 18px solid transparent;
    border-right-color: #c9c9c9
}

.jw-service:nth-child(2n+1) .service-before:before {
    content: "";
    position: absolute;
    top: 44%;
    right: -36px;
    width: 5px;
    height: 7px;
    border: 18px solid transparent;
    border-left-color: #c9c9c9
}

.sev-head .sev-img {
    text-align: center
}

.sev-text h1:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    display: block;
    text-align: center;
    background: #fff;
    width: 14%;
    margin: 25px auto 35px;
    z-index: 1;
    position: relative
}

.sev-text {
    background: url("http://en.jiuwu.com/system/modules/org.opencms.apollo.theme/resources/img/background/template-35/service-bg01.jpg");
    background-size: cover;
    width: 100%;
    height: 200px
}

.sev-text hr {
    border-top: 2px solid #000;
    width: 25%;
    margin: -50px auto 40px
}

.mask-wrap {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.mask-wrap .c-form {
    max-width: 100%;
    width: 950px;
    padding: 30px 120px;
    background: rgba(8, 129, 198, 0.8);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block !important
}

.mask-wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.chat {
    position: fixed;
    left: 0;
    border: 20%;
    bottom: 20%;
    z-index: 1000
}

.mask-wrap .c-form .title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    font-family: arial;
    background: #0881c6;
    padding: 20px;
    margin-bottom: 20px
}

.mask-wrap .c-form .title:hover {
    color: #fff !important
}

.mask-wrap .c-form .title span {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    font-family: arial
}

.mask-wrap .sep-general-form {
    background: transparent;
    padding: 0;
    color: #fff
}

.mask-wrap .sep-general-form .sep-form .form-group:nth-child(2) {
    width: 48.5%;
    float: left
}

.mask-wrap .sep-general-form .sep-form .form-group:nth-child(3) {
    width: 48.5%;
    float: right
}

.mask-wrap .sep-general-form .sep-form .form-group:nth-child(4) {
    width: 100%
}

.mask-wrap .sep-general-form .sep-form .form-group:nth-child(5) {
    width: 100%
}

.mask-wrap .sep-general-form .sep-form .form-group:nth-child(6) {
    width: 100%
}

.mask-wrap .sep-general-form .sep-form .form-group:nth-child(6) .form-control {
    height: 94px
}

.mask-wrap .sep-general-form .sep-form .form-group {
    margin-bottom: 10px;
    padding-left: 0
}

.mask-wrap .sep-general-form .sep-form .form-group .form-control {
    width: 100%;
    height: 34px;
    color: #828282;
    font-size: 14px;
    background: #fff;
    padding-left: 20px;
    border: none;
    outline: none;
    border-radius: 0;
    font-weight: normal
}

.mask-wrap .sep-general-form .sep-form .form-group .btn-primary {
    background: #0881c6 !important;
    border: none !important;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    font-family: arial;
    padding: 15px 0;
    border-radius: 24px;
    outline: none;
    border: none;
    display: table;
    margin: 0 auto
}

.mask-wrap .tt {
    color: #fff;
    font-size: 18px;
    font-family: arial;
    font-weight: bold;
    margin-bottom: 10px
}

.mask-wrap .tt2 {
    color: #fff;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
    margin-bottom: 10px
}

.mask-wrap ul {
    padding-left: 30px
}

.mask-wrap ul li {
    list-style: disc;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px
}

.c-form .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    z-index: 10000;
    cursor: pointer;
    font-size: 20px;
    opacity: 1
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

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

.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: 16px;
    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: 16px;
    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: 11px 37px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 1000
}

.sep-lx-header-mb .box-wrap .logo {
    float: none;
    margin: 0 auto
}

.sep-lx-header-mb .box-wrap .logo img {
    max-height: 37px
}

.sep-lx-header-mb .box-wrap>ul {
    position: relative;
    top: 1px
}

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

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

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

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

.sep-lx-header-mb .box-wrap>ul>li .multi-language {
    position: absolute;
    background: #2ba6d9;
    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: #2ba6d9;
    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
}

.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: #2ba6d9;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 17px;
    padding: 10px 40px;
    font-size: 16px;
    width: 100%
}

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

.sep-search-box .more {
    background: #2ba6d9;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 17px;
    padding: 10px 40px;
    font-size: 16px;
    width: 100%;
    border: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.sep-menu-box .bottom .menu-item>li.active {
    background: #2ba6d9
}

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

.sep-menu-box .bottom .menu-item>li.active .box a {
    color: #fff
}

.sep-menu-box .bottom .menu-item>li.active .box i {
    color: #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.sep-menu-box .bottom .menu-item>li .box {
    position: relative;
    padding: 22px 30px;
    border-bottom: 1px solid transparent
}

.sep-menu-box .bottom .menu-item>li .box a {
    color: #282828;
    font-size: 18px
}

.sep-menu-box .bottom .menu-item>li .box i {
    font-size: 20px;
    color: #282828;
    position: absolute;
    right: 30px;
    top: 26px;
    cursor: pointer;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.sep-menu-box .bottom .menu-item>li>ul {
    padding: 5px 0;
    display: none
}

.sep-menu-box .bottom .menu-item>li>ul>li {
    padding: 4px 20px
}

.sep-menu-box .bottom .menu-item>li>ul>li a {
    color: #fff;
    font-size: 14px
}

.sep-menu-box .bottom-toggle {
    position: absolute;
    width: 100%;
    z-index: 1000;
    top: 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%);
    visibility: hidden
}

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

.sep-menu-box .bottom-toggle .toggle {
    display: none
}

.sep-menu-box .bottom-toggle .toggle>ul {
    background: #fff
}

.sep-menu-box .bottom-toggle .toggle>ul>li {
    padding: 0 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    line-height: 60px
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) span {
    width: 60;
    min-width: 60px;
    height: 59px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #ccc
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) a {
    font-family: 'LATO-BOLD'
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul {
    display: none
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li {
    line-height: 40px
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li a {
    font-size: 14px
}

.sep-menu-box .bottom-toggle .toggle>ul>li a {
    color: #282828;
    font-size: 16px;
    padding-left: 30px
}

.sep-menu-box .bottom-toggle .toggle>ul>li a i {
    font-size: 20px;
    color: #282828;
    position: absolute;
    right: 30px;
    top: 21px;
    cursor: pointer
}

.sep-menu-box .contact {
    background: #2ba6d9;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 0;
    padding: 20px 40px;
    font-size: 22px;
    width: 100%;
    border: none;
    border-radius: 0
}

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

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

.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: #2ba6d9;
    border: 1px solid #2ba6d9
}

.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:768px) {
    .sep-banner-pc {
        display: none
    }

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

@media screen and (max-width:640px) {
    .flex {
        display: block
    }

    .sep-mainnav {
        display: none
    }

    .sep-header {
        display: none
    }

    .inside-inner {
        display: none
    }

    .gdw-mb-c {
        display: block
    }

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

    .mb-bottom-wrap {
        padding-bottom: 84px
    }

    #onlineService {
        right: 6px;
        bottom: 10%
    }

    .offside li.fold {
        display: none
    }

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

    .offside li {
        border-radius: 50%;
        border: 1px solid #fff
    }

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

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

    .owl-theme .owl-controls {
        display: none
    }
}

.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 div {
    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 div i {
    background: #0088df;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%
}

.gdw-mb-header div.active {
    color: #0072c1
}

.gdw-mb-header div img {
    position: relative;
    top: -2px
}

.gdw-mb-header div.gdw-mb-lan {
    position: relative;
    margin-top: 0;
    padding-top: 13px
}

.gdw-mb-header div.gdw-mb-lan.active {
    color: #0072c1;
    background: #ededed;
    height: 40px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.gdw-mb-header div.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 div.gdw-mb-lan ul li a {
    color: #0072c1;
    font-size: 16px;
    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: #2ba6d9;
    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: 16px
}

.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 {
    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: 10px
}

.mb-bottom-wrap ul li {
    position: relative;
    color: #fff;
    font-size: 14px
}

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

    #onlineService .offside li:last-child {
        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
    }

    #onlineService {
        border-top: 4px solid #697897
    }

    #onlineService .offside {
        background: #fff
    }

    #onlineService .offside li:last-child {
        border-right: none
    }

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

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

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

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

@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-size: 100%
    }

    .sep-body .sep-section3 .wrap .sep-container .datalist li:nth-child(2) .thumb {
        background-size: 100%
    }

    .sep-body .sep-section3 .wrap .sep-container .datalist li:nth-child(3) .thumb {
        background-size: 100%
    }

    .sep-body .sep-section3 .wrap .sep-container .datalist li:nth-child(4) .thumb {
        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: 16px
    }

    .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 (max-width:1750px) {
    .index .sep-container {
        width: 1400px
    }

    html {
        font-size: 12px
    }
}

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

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

    .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-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-case-boxs .sep-case-box .case-title:before {
        display: none
    }

    .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: 16px 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: 16px 3px
    }
}

@media screen and (max-width:768px) {
    body {
        padding-top: 0
    }

    .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-body .sep-section1 .text {
        padding-right: 0
    }

    .sep-body .sep-section1 .text {
        margin-bottom: 13.62963vh
    }

    .sep-body .sep-section1 .items .item:before {
        display: none
    }

    .sep-body .sep-section1 {
        padding-bottom: 20px
    }

    .sep-body .sep-title {
        padding-top: 0;
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 1.2em
    }

    .sep-body .sep-section1 .box-slide .box .title {
        padding: 10px 0;
        font-size: 16px
    }

    .sep-body .sep-section2 .sep-container .more {
        display: none
    }

    .sep-body .text {
        margin-bottom: 4.62963vh
    }

    .sep-body .sep-section2 .box-slide .mask {
        width: 100%;
        left: 0;
        bottom: 10px;
        padding: 20px
    }

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

    .sep-body .sep-section3 {
        padding-top: 0
    }

    img {
        max-width: 100%
    }

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

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

    .sep-body .sep-section5 .more {
        display: none
    }

    .sep-body .sep-section3 .items .item {
        padding: 30px 20px
    }

    .sep-body .sep-section2 .box-slide .mask .summary {
        display: none
    }

    .sep-body .sep-section2 .box-slide .mask .items {
        display: none
    }

    .sep-body .sep-section3 .info {
        margin-bottom: 40px
    }

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

    .sep-body .sep-section3 .info {
        padding-left: 20px;
        padding-right: 20px
    }

    .sep-body .sep-section2 .box-toggle .items .item a {
        font-size: 16px;
        padding: 15px 20px
    }

    .sep-body .sep-section1 .items {
        margin-top: 5.333333vh
    }

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

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

    .jw-news-box .right-half .news-show-swiper .owl-stage-outer {
        padding-bottom: 0
    }

    .jw-product-shows .jw-product-title .title img {
        margin-top: 0
    }

    .jw-appli-box .jw-appli-title .title {
        font-size: 18px
    }

    .jw-appli-box .jw-appli-title .title img {
        margin-top: -3px
    }

    .jw-product-shows .jw-product-title {
        text-align: center;
        padding: 20px 0
    }

    .jw-product-shows .jw-product-title .title {
        font-size: 18px
    }

    .jw-appli-box .jw-appli-title {
        text-align: center;
        padding: 20px 0
    }

    .jw-news-box {
        padding: 20px 0
    }

    .jw-news-box {
        padding-bottom: 20px
    }

    .chat {
        display: none
    }

    .jw-bt-top {
        display: none
    }

    .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: #2ba6d9;
        border-color: #2ba6d9;
        width: 100%
    }

    .btn.btn-primary:active {
        background: #41afdd;
        border-color: #41afdd
    }

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

    .jw-history li {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0
    }

    .jw-history li:after {
        display: none
    }

    .jw-history li:nth-child(even) .text {
        top: 0
    }

    .jw-history li .text {
        width: 50%
    }

    .jw-history li .clock {
        display: none
    }

    .jw-history li:nth-child(odd) .date,
    .jw-history li:nth-child(3) .date {
        right: 0;
        left: 110%;
        width: 100%
    }

    .jw-history li:nth-child(even) .text .date {
        left: -96px
    }

    .jw-history li .date .y {
        font-size: 18px
    }

    .jw-history li:nth-child(even) .date {
        left: auto;
        right: 110%
    }

    .jw-history li:nth-child(even) .text {
        width: 90%
    }

    .jw-history li:nth-child(even) {
        padding-bottom: 20px
    }
}

@media screen and (max-width:610px) {
    .jw-detail-page .details-pdf {
        display: none
    }

    .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) {
    .sep-tech .datalist li {
        width: 100%
    }

    .sep-pro-index {
        padding: 0 15px
    }

    .sep-tech .datalist li .thumb .box {
        position: static;
        padding-bottom: 10px
    }

    .sep-tech .datalist li .thumb .box .summary {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .sep-pro-index .sep-pro-list .datalist li {
        width: 100%;
        margin-bottom: 20px
    }

    .sp-style ul li {
        width: 100%
    }

    .sep-pro-index .sep-pro-list .datalist {
        margin: 0
    }

    .relate-list .sep-datalist li {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px
    }

    .jw-news-list .jw-datalist li {
        height: auto
    }

    .font-con div img {
        max-width: 100%;
        height: auto
    }

    #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%
    }
}


/***********诚邀代理0914************/
.sep-partner h1 {
    font-family: 'Roboto-Bold';
    text-align: center;
    color: #3b3b3b;
    font-size: 40px;
    position: relative;
    margin-bottom: 30px
}

.sep-partner h2 {
    font-family: 'Roboto-Bold';
    text-align: center;
    color: #3b3b3b;
    font-size: 32px;
    position: relative;
    margin-bottom: 30px
}
.sep-partner .mb1{
    margin-bottom: 16px !important;
}
.sep-partner .mb2{
    margin-bottom: 32px !important;
}
.sep-partner .mb3{
    margin-bottom: 48px !important;
}
.sep-partner .mb4{
    margin-bottom: 64px !important;
}
.sep-partner .mb5{
    margin-bottom: 80px !important;
}
.sep-partner h2:before {
    display: block;
    content: '';
    width: 50px;
    height: 4px;
    background: #2dade1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px
}

.sep-partner .text {
    color: #636363;
    font-size: 15px;
    max-width: 100%;
    margin: 0 auto;
}
.sep-partner .text b{
    font-size: 16px;
}

.sep-partner .four_img {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}

.sep-partner .four_img .left {
  width: 32.5%;
  margin-right: 2%;
}

.sep-partner .four_img .four {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.sep-partner .four_img .four .h_img {
  width: 100%;
  height: 100%;
}

.sep-partner .four_img .four .h_img img {
  width: 100%;
  height: 100%;
}

.sep-partner .four_img .four .bbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(43, 166, 217, 0.7);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sep-partner .four_img .four .bbox .s_img {
  width: 70px;
  height: 70px;
  position: relative;
  margin-bottom: 74px;
}

.sep-partner .four_img .four .bbox .s_img img {
  width: 70px !important;
  height: 70px !important;
}
.sep-partner .four_img .four .bbox .h_text {
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    z-index: 2;
    text-align: center;
}
.f_26 {
    font-size: 19px;
}
.sep-partner .four_img .four .bbox .s_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-animation: warn 1s ease-out;
  -moz-animation: warn 1s ease-out;
  animation: warn 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 4;
}

.sep-partner .four_img .four .bbox .h_text {
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  z-index: 2;
}

.sep-partner .four_img .four .bbox .ul1 {
  display: none;
  z-index: 2;
}

.sep-partner .four_img .four .bbox .ul1 li {
  text-align: center;
}

.sep-partner .four_img .four .bbox .ul1 li a {
  color: #fff;
  margin-bottom: 22px;
  position: relative;
}

.sep-partner .four_img .four .bbox .ul1 li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sep-partner .four_img .four .bbox .ul1 li a:hover::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.sep-partner .four_img .four:hover .bbox {
  background-color: rgba(5, 49, 130, 0.9);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sep-partner .four_img .four:hover .bbox .s_img {
  display: none;
}

.sep-partner .four_img .right {
  width: 65.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sep-partner .four_img .right .down {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2.5%;
}

.sep-partner .four_img .right .down .left1 {
  width: 48.5%;
  margin-right: 3%;
}

.sep-partner .four_img .right .down .right1 {
  width: 48.5%;
}

.sep-partner h3{
    background-color: #2ba6d9;
    line-height: 32px;
    text-align: center;
    width: 180px;
    border-radius: 2px;
    color: white;
    margin: auto;
}
.sep-partner .prod_line{
    border-bottom: 1px #333 solid;
    padding-bottom: 27px;
}
.sep-partner .prod_line li{
    width: 15%;
    margin-right: 2%;
    float: left;
    min-height: 180px;
    box-shadow: 0 0 12px rgba(102, 102, 102, 0.2);
}
.sep-partner .prod_line li:last-child{
    width: 49%;
    margin-right: 0;
    box-shadow:none;
    padding-top: 16px;
    padding-right: 16px;
}
.sep-partner .prod_line li img{
    width: 100%;
    vertical-align: middle;
}
.sep-partner .prod_line li:last-child h4{
    font-size: 18px;
    font-weight: 600;
}
.sep-partner .prod_line_last{
    border-bottom: 0 !important;
}
.sep-partner .industry_solutions{

}
.sep-partner .industry_solutions li{
    width: 32%;
    float: left;
    background-color: #E2E3E8;
    overflow: hidden;
    border-radius: 3px;
}
.sep-partner .industry_solutions li:nth-child(2){
    margin-left: 2%;
    margin-right: 2%;
}
.sep-partner .industry_solutions li img{
    width: 100%;
}
.sep-partner .industry_solutions li h5{
    font-size: 18px;
    font-weight: 600;
   padding: 12px 12px 4px 12px;
}
.sep-partner .industry_solutions li p{
    padding: 4px 12px 12px 12px;
    height: 86px;
}
.sep-partner .looking_for{}
.sep-partner .looking_for .box{
    width: 48%;
    overflow: hidden;
    
}
.sep-partner .looking_for .box img{
    width: 100%;
}
.sep-partner .looking_for .boxtxt{
    font-size: 30px;
    font-weight: 600;
    color: #3896D4;
    padding-top: 10px;
}
.sep-partner .looking_for .boxtxt span{
    background: #0088df;
    color: white;
    font-size: 18px;
    font-weight: 100 !important;
    padding: 8px 15px;
    border-radius: 16px;
    height: 32px;
}
.sep-partner .looking_for .boxtxt i{
    color: white;
    margin-right: 5px;
}
.sep-partner .looking_for li{
    width: 50%;
    float: left;
    padding: 30px;
    height: 250px;
    text-align: center;
}
.sep-partner .looking_for li:nth-child(1){
    border-bottom: 1px #3896D4 solid;
    border-right: 1px #3896D4 solid;
}
.sep-partner .looking_for li:nth-child(2){
    border-bottom: 1px #3896D4 solid;
}
.sep-partner .looking_for li:nth-child(3){
    border-right: 1px #3896D4 solid;
}
.sep-partner .looking_for li div{
    margin-bottom: 16px;
}
.sep-partner .offerbrief{
    font-size: 20px;
    font-weight: 600;
    color: #3896D4;
}
.sep-partner .offer_ls{
    border-top: 1px #3896D4 solid;
    text-align: center;
}
.sep-partner .offer_ls li{
    float: left;
    padding-top: 60px;
    padding-bottom: 54px;
}
.sep-partner .offer_ls li:nth-child(1),.sep-partner .offer_ls li:nth-child(2),.sep-partner .offer_ls li:nth-child(3){
    width: 33%;
}
.sep-partner .offer_ls li:nth-child(4),.sep-partner .offer_ls li:nth-child(5){
    width: 50%;
    border-top: 1px #3896D4 solid;
}
.sep-partner .offer_ls img{
    height: 100px;
}
.sep-partner .offer_ls li h4{
    margin: 30px auto;
    font-size: 18px;
    font-weight: 600;
}
.sep-partner .offer_ls li p{
    padding: 1px 20px;
}
.sep-partner .offer_notice{
    padding-top: 5px;
    border-top: 1px #3896D4 solid;
}
.sep-partner .offer_notice p{
    background-color: #3896D4;
    padding: 3px 6px;
    color: white;
     font-size: 18px;
}
.sep-partner .offer_notice p strong{
    font-size: 18px;
}
.sep-partner-contact{
    background-color: #F7F7F7;
    padding: 30px 0;
}
.sep-partner-contact .lftxt{
    width: 50%;
    float: left;
    padding: 60px 10px;
    background-color: #3896D4;
    height: 440px;
    overflow: hidden;    
}
.sep-partner-contact .lftxt h2 {
    font-family: 'Roboto-Bold';
    font-size: 32px;
    margin-bottom: 30px;
    padding-left: 40px;
    color: #fff;
}
.sep-partner-contact .lftxt p{
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    margin-bottom: 20px;
}
.sep-partner-contact .lftxt hr{
    margin-bottom: 60px;
}
.sep-partner-contact .lftxt ul{
    padding-left: 40px;
}
.sep-partner-contact .lftxt ul li{
    color: white;
    margin-bottom: 20px;
}
.sep-partner-contact .lftxt ul li i{
    color: #3896D4 !important;
    margin-right: 8px;
}
.sep-partner-contact .lftxt ul li span .icon, .sep-partner-contact .lftxt ul li a .icon {
    color: #3896D4;
    top: 3px;
    font-size: 14px;
    opacity: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    line-height: 24px;
    color: #2ba6d9;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.sep-partner-contact .lftxt ul a{
    color: white;
}
.sep-partner-contact .rfpic{
    width: 50%;
    float: left;
    height: 440px;
    overflow: hidden;
}
.sep-partner-contact .rfpic img{
    width: 100%;
}

@media screen and (max-width:750px) {
    .sep-partner{
        padding: 0 15px;
    }
 
.sep-partner .text {
    text-align: justify;
}


.sep-partner .four_img {
  display: block;
}

.sep-partner .four_img .left {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.sep-partner .four_img .four {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.sep-partner .four_img .four .h_img {
  width: 100%;
  height: 230px;
}

.sep-partner .four_img .four .h_img img {
  width: 100%;
  height: 100%;
}

.sep-partner .four_img .four .bbox .s_img {

  margin-bottom: 40px;
}


.sep-partner .four_img .four .bbox .s_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-animation: warn 1s ease-out;
  -moz-animation: warn 1s ease-out;
  animation: warn 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 4;
}

.sep-partner .four_img .four .bbox .h_text {
  margin-bottom: 15px;
}

.sep-partner .four_img .four .bbox .ul1 li a {
  margin-bottom: 12px;
}


.sep-partner .four_img .right {
  width: 100%;
}

.sep-partner .four_img .right .down {
  margin-top: 20px;
  display: block;
 
}

.sep-partner .four_img .right .down .left1 {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.sep-partner .four_img .right .down .right1 {
  width: 100%;
}


.sep-partner .prod_line{
    padding-bottom: 27px;
}
.sep-partner .prod_line li{
    width: 31.3%;
    margin-right: 2%;
    min-height: auto;
}
.sep-partner .prod_line li:last-child{
    width: 100%;
    margin-right: 0;
}


.sep-partner .industry_solutions{

}
.sep-partner .industry_solutions li{
    width: 100%;
    margin-bottom: 20px;
}
.sep-partner .industry_solutions li:nth-child(2){
    margin-left: 0;
    margin-right: 0;
}


.sep-partner .looking_for .box{
    width: 100%;
    margin-bottom: 20px;
}

.sep-partner .looking_for li{
    padding: 30px 10px 10px 10px;
    height: 350px;
}

.sep-partner .looking_for li:nth-child(3),.sep-partner .looking_for li:nth-child(4){
    height: 250px;
}

.sep-partner .offer_ls{
    border-top: 1px #3896D4 solid;
    text-align: center;
}
.sep-partner .offer_ls li{
    float: left;
    padding-top: 60px;
    padding-bottom: 54px;
}
.sep-partner .offer_ls li:nth-child(1),.sep-partner .offer_ls li:nth-child(2),.sep-partner .offer_ls li:nth-child(3){
    width: 100%;
    border-top: 1px #3896D4 solid;
}
.sep-partner .offer_ls li:nth-child(4),.sep-partner .offer_ls li:nth-child(5){
    width: 100%;
}

.sep-partner-contact .lftxt{
    width: 100%;
    float: left;
    padding: 60px 10px;
    background-color: #3896D4;
    height: 440px;
    overflow: hidden;    
}
.sep-partner-contact .rfpic{
    width: 100%;
    height: auto;
}
}