@charset "utf-8";
@import '../../../assets/css/bootstrap.min.css';
@import '../../../assets/css/font-awesome.css';
@import '../../../assets/css/richtext.css';
@import '../../../assets/css/animate.min.css';



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

.link-color:hover {
    color: #00469b
}

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

.btn-hover {
    position: relative
}

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

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

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






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

.submit:hover {
    color: #fff
}

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

.sep-copyright {
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    background: #313131
}

.sep-copyright a {
    color: #fff
}




.slideBox2 .hd ul li {
    height: 15px;
    width: 15px;
    display: none;
    border-radius: 50%;
    background: #ddd;
    margin: 10px 5px;
    cursor: pointer;
    float: left;
    color: #ddd;
    font-size: 0
}

.slideBox2 .hd ul .on {
    background: #fff;
    color: #fff
}

.slideBox2 .bd ul li:hover .banner-select-hd {
    bottom: 0
}

.slideBox2 .bd ul li {
    overflow: hidden
}

.slideBox2 .bd ul li .banner-select-bd {
    width: 300px;
    position: absolute;
    top: 100px;
    text-align: left
}

.slideBox2 .bd ul li .banner-select-bd span {
    color: #fff;
    font-size: 16px;
    line-height: 25px
}

.slideBox2 .bd ul li .banner-select-hd span {
    position: relative;
    color: #fff;
    font-size: 30px;
    height: 68px;
    display: inline-block;
    line-height: 68px;
    padding-left: 38px
}

.slideBox2 .prev, .slideBox .next {
    display: none;
    width: 31px;
    height: 31px;
    overflow: hidden;
    margin: 0 5px;
    vertical-align: top
}

.slideBox2 .prev {
    background: url('../img/prev.png') no-repeat;
    bottom: 236px;
    position: relative;
    right: 701px
}

.slideBox2 .next {
    background: url('../img/next.png') no-repeat;
    bottom: 236px;
    position: relative;
    right: 15px;
    display: none
}

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

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-slide:hover p {
    color: #000;
    text-decoration: underline
}

.slick-slide p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px
}

.slick-slide img {
    display: block;
    width: 235px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ababab
}

.slick-slide img.slick-loading {
    padding-bottom: 100%
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

@font-face {
    font-family: "slick";
    src: url("fonts/slick.eot");
    src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 29px;
    width: 16px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 45%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:focus, .slick-next:focus {
    outline: none
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: .85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -3px;
    background: url('../img/prev1.png') no-repeat
}

.slick-next {
    right: -4px;
    background: url('../img/next2.png') no-repeat
}

.slick-slider {
    margin-top: 37px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: none;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: none
}

.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\8226';
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75
}

.txtbox {
    clear: both;
    margin: 30px 0
}

.txtbox_ul {
    border-bottom: 1px solid #bbb;
    height: 44px
}

.txtbox_ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #00469b;
    float: left;
    height: 42px;
    line-height: 42px;
    padding: 0 13px;
    border: 1px solid #71c0ba;
    cursor: pointer;
    margin: 0 13px 0 0
}

.txtbox_ul .on {
    border: 1px solid #bbb;
    border-bottom: 2px solid #fff;
    color: #333;
    background: #fff
}

.sep-mainbody .sep-primary .sep-content .txtbox_cen {
    border: 1px solid #bbb;
    border-width: 0 1px 1px;
    clear: both;
    display: none;
    padding: 30px 24px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0
}

.txtbox_cen img {
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto
}

.block {
    display: block
}

.cp_le {
    width: 400px;
    position: relative;
    float: left
}

.cp_small li {
    display: none
}

.cp_small li img {
    border: 1px solid #ddd;
    width: 100%
}

.cp_small li:first-child {
    display: block
}

.cp_bigimg {
    position: absolute;
    left: 0;
    bottom: 10px
}

.cp_bigimg li {
    width: 42px;
    height: 42px;
    float: left;
    margin: 0 0 0 10px;
    border-radius: 50%;
    border: 3px solid #a5bcbb;
    overflow: hidden;
    cursor: pointer
}

.cp_bigimg img {
    border-radius: 50%
}

.cp_bigimg .on {
    border-color: #ad393f
}

.cp_bigimg_11 {
    width: 200%;
    margin: 15px 0 0
}

.cp_bigimg_11 .on {
    border-color: #1c3f77
}

.cp_bigimg_11 li {
    width: 11.5%;
    float: left;
    margin: 0 0 0 1%;
    border: 1px solid #999;
    overflow: hidden;
    cursor: pointer
}

.cp_bigimg_11 li img {
    width: 100%
}

#tq_float_container {
    z-index: 999999
}


button, input {
    outline: none
}




form {
    margin: 0
}


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: #21a675
}

a {
    cursor: pointer
}

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

.required {
    color: #f30
}

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

.sep-scale:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2)
}

.sep-rotate {
    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-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: #21a675;
    color: #fff
}

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





.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: #21a675;
    border-color: #1d9166
}

.btn.btn-primary:active {
    background: #25bb84;
    border-color: #25bb84
}

.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 {
    vertical-align: middle;
    padding: 6px 8px;
    height: 32;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    background: #fbfbfb;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f8f8f8;
    background-position: right 8px center;
    background-repeat: no-repeat;
    -webkit-background-size: 8px 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: 30px;
    right: 0;
    width: 236px;
    background: #f3f3f3;
    z-index: 10200;
    box-shadow: 0 0 3px #666
}

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

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

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

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

.multi-language .box ul li:hover a {
    color: #00469b
}

.multi-language .box .fa-angle-down {
    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: #00469b
}

.multi-language .box:hover .fa-angle-down {
    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-mainbody .sep-general-form {
    margin-top: 30px;
    background: #ebebeb;
    padding: 25px
}

.sep-mainbody .sep-general-form .sep-general-form-title span {
    font-family: Arial;
    font-size: 20px;
    color: #00469b
}

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

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

.sep-mainbody .sep-general-form .sep-general-form-prompt {
    font-family: Arial;
    font-size: 20px;
    color: #009844;
    margin: 15px 0;
    margin-bottom: 20px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sep-share {
    margin-right: 20px
}

.sep-share li {
    float: left;
    padding: 4px 0;
    padding-right: 20px
}

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

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

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

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

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

.sep-shortcut a {
    color: #fff
}

.sep-shortcut a:hover {
    color: #1f9244
}

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

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

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

.sep-shortcut .sep-choose-langs ul li a {
    color: #21a675
}

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

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

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

.sep-header {
    position: relative;
    padding-bottom: 5px
}

.sep-header .sep-header-top .kt-language li {
    float: left;
    margin-right: 50px
}

.sep-header .sep-header-top .kt-language li a {
    font-size: 12px;
    color: #00469b
}

.sep-header .sep-header-top .kt-language li a:hover {
    color: #1f9244
}

.sep-header .sep-header-top .kt-language li a img {
    margin-right: 5px
}

.sep-header .sep-header-top .multi-language {
    margin-top: 13px
}

.sep-header .sep-header-top .multi-language .box {
    padding: 5px 0;
    position: relative;
    top: 1px
}

.sep-header .sep-header-top .multi-language .box:hover>i, .sep-header .sep-header-top .multi-language .box:hover>a {
    color: #00469b
}

.sep-header .sep-header-top .multi-language .box>i {
    color: #818181;
    font-size: 18px;
    top: 3px
}

.sep-header .sep-header-top .multi-language .box>a {
    color: #818181;
    position: relative
}

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

.sep-header .sep-header-top .sep-header-contact-info {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    color: #818181
}

.sep-header .sep-header-top .sep-header-contact-info a {
    color: #818181;
    font-family: Candara;
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #aaa;
    display: inline-block;
    height: 100%
}

.sep-header .sep-header-top .sep-header-contact-info a:hover {
    color: #21a675
}

.sep-header .sep-header-top .sep-header-contact-info a:hover i {
    color: #21a675
}

.sep-header .sep-header-top .sep-header-contact-info a i {
    margin-right: 10px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    color: #818181
}

.sep-header .sep-logo {
    display: block;
    margin: 10px
}

.sep-header .sep-searchbar {
    position: absolute;
    right: 0;
    top: 20px
}

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

.sep-header .sep-container .sep-header-search-form {
    margin-top: 16px;
    margin-right: 80px
}

.sep-header .sep-container .sep-header-search-form form {
    position: relative
}

.sep-header .sep-container .sep-header-search-form form input[type='text'] {
    width: 315px;
    border: none;
    padding-left: 30px;
    display: inline-block;
    border: 1px solid #ffbf00;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.sep-header .sep-container .sep-header-search-form form i {
    position: absolute;
    top: 12px;
    left: 11px;
    color: #dadada
}

.sep-header .sep-container .sep-header-search-form form button[type='submit'] {
    background: #ffbf00;
    outline: none;
    color: #fff;
    border-radius: 0;
    border: 2px solid #ffbf00;
    position: relative;
    left: -5px
}

.sep-header .sep-container .sep-header-search-form form button[type='submit'] i {
    color: #fff
}

.sep-header .sep-container .sep-header-search-form span {
    font-size: 14px;
    display: inline-block;
    color: #808080;
    margin-top: 7px
}

.sep-header .sep-container .sep-search-down {
    position: absolute;
    top: 119px;
    right: 0;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    padding: 25px 165px 10px 35px;
    z-index: 100
}

.sep-header .sep-container .sep-search-down .close {
    opacity: 1;
    position: absolute;
    right: 8px;
    top: 8px;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.sep-header .sep-container .sep-search-down .close:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg)
}

.sep-header .sep-container .sep-search-down .box {
    color: #fff
}

.sep-header .sep-container .sep-search-down .box span {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 15px
}

.sep-header .sep-container .sep-search-down .box span:first-child {
    margin-right: 103px
}

.sep-header .sep-container .sep-search-down .box span i {
    color: #fff;
    padding-right: 10px
}

.sep-header .sep-container .sep-search-down .box a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 25px;
    margin-right: 15px
}

.sep-header .sep-container .sep-search-down .box a:hover {
    color: #ffbf00
}

.sep-header .sep-container .sep-search-down .box a:first-child {
    margin-right: 15px
}

.sep-header .sep-container .sep-search-down .box a:last-child {
    margin-left: 15px;
    margin-right: 0
}

.sep-header .sep-container .sep-search-down .box a i {
    color: #fff;
    padding-right: 10px
}

.sep-header .sep-container .sep-search-down form {
    position: relative
}

.sep-header .sep-container .sep-search-down form input[type='text'] {
    width: 315px;
    border: none;
    background: transparent;
    padding-left: 30px;
    color: #fff;
    display: inline-block;
    border: 1px solid #00ca46;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.sep-header .sep-container .sep-search-down form i {
    position: absolute;
    top: 12px;
    left: 11px;
    color: #dadada
}

.sep-header .sep-container .sep-search-down form button[type='submit'] {
    background: #00ca46;
    outline: none;
    color: #fff;
    border-radius: 0;
    border: 2px solid #00ca46;
    position: relative;
    left: -5px
}

.sep-header .sep-container .sep-search-down form button[type='submit'] i {
    color: #fff
}

.sep-mainnav {
    position: relative;
    background: url(../img/logo_bg.png) no-repeat bottom -43px center;
    min-height: 120px;
    z-index: 100
}

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

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

.sep-mainnav>.sep-container-box {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 50%;
    transform: translateX(-50%)
}

.sep-mainnav>.sep-container>.logo_box .logo img {
    margin: 0;
    margin-top: 56px
}

.sep-mainnav .kt-language li {
    float: left;
    margin-right: 10px
}

.sep-mainnav .kt-language li:last-child {
    margin-right: 20px
}

.sep-mainnav .kt-language li a {
    font-size: 14px;
    color: #00469b
}

.sep-mainnav .kt-language li a:hover {
    color: #1f9244
}

.sep-mainnav .kt-language li a img {
    margin-right: 5px
}

.sep-mainnav .kt-language li.contact-us {
    position: relative;
    top: 3px;
    margin-right: 10px
}

.sep-mainnav .kt-language li.contact-us:nth-child(3) {
    margin-right: 50px
}

.sep-mainnav .kt-language li.contact-us a {
    color: #878788
}

.sep-mainnav .kt-language li.contact-us a:hover {
    color: #00469b
}

.sep-mainnav>.sep-container>.pc-nav {
    margin-top: 78px;
    padding-left: 73px
}

.sep-mainnav>.sep-container>.pc-nav>li {
    float: left;
    position: relative;
    z-index: 100
}

.sep-mainnav>.sep-container>.pc-nav>li:nth-child(3)>ul, .sep-mainnav>.sep-container>.pc-nav>li:nth-child(4)>ul, .sep-mainnav>.sep-container>.pc-nav>li:nth-child(5)>ul, .sep-mainnav>.sep-container>.pc-nav>li:nth-child(6)>ul, .sep-mainnav>.sep-container>.pc-nav>li:nth-child(7)>ul, .sep-mainnav>.sep-container>.pc-nav>li:nth-child(8)>ul {
    width: 250px
}

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

.sep-mainnav>.sep-container>.pc-nav>li>ul {
    position: absolute;
    display: none;
    top: 100%;
    width: 100%;
    box-shadow: 0 0 6px #666;
    background-image: linear-gradient(to bottom, rgba(0, 70, 155, 0.35) 0, rgba(0, 151, 69, 0.35) 100%)
}

.sep-mainnav>.sep-container>.pc-nav>li>ul>li {
    text-align: center;
    padding: 5px 0
}

.sep-mainnav>.sep-container>.pc-nav>li>ul>li>a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize
}

.sep-mainnav>.sep-container>.pc-nav>li>ul>li>a:hover {
    color: #1f9244;
    text-decoration: underline
}

.sep-mainnav>.sep-container>.pc-nav>li.home>a {
    font-size: 33px;
    line-height: 53px;
    padding: 0 35px
}

.sep-mainnav>.sep-container>.pc-nav>li.home:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 124px;
    height: 73px;
    z-index: 99;
    top: -19px;
    left: -4px;
    background: url(../img/home.png) no-repeat
}

.sep-mainnav>.sep-container>.pc-nav>li:not(.home):hover:before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 46px;
    width: 71px;
    left: 0;
    top: 0;
    z-index: 99;
    background: url('../img/shadow_prev.png') no-repeat
}

.sep-mainnav>.sep-container>.pc-nav>li:not(.home):hover:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 46px;
    width: 71px;
    right: 0;
    top: 0;
    z-index: 99;
    background: url('../img/shadow_next.png') no-repeat
}

.sep-mainnav>.sep-container>.pc-nav>li>a {
    font-family: MOOLBOR;
    text-transform: uppercase;
    font-size: 25px;
    display: inline-block;
    height: 46px;
    line-height: 54px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    z-index: 100
}

.sep-banner {
    overflow: hidden;
    max-height: 750px;
    width: 100%;
    position: relative;
    top: 0
}

.sep-banner.sep-inner-banner {
    max-height: none
}

.sep-banner form {
    position: absolute;
    z-index: 99;
    top: 30px;
    right: 370px;
    border: 1px solid #96d1b2;
    border-radius: 6px;
    width: 300px
}

.sep-banner form button[type='submit'] {
    position: absolute;
    right: 10px;
    top: 7px;
    background: #99cfb8;
    border-radius: 50%;
    outline: none;
    border: none
}

.sep-banner form button[type='submit'] i {
    color: #fff;
    width: 23px;
    height: 20px;
    line-height: 20px
}

.sep-banner .adv a .sep-banner-ad {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center
}

.sep-banner .adv a .sep-banner-ad .hd {
    color: #e6b422;
    font-size: 43px
}

.sep-banner .adv a .sep-banner-ad .bd {
    color: #fff;
    font-size: 30px
}

.sep-banner .banner-text {
    background: url(../img/inner_banner_bottom.png) no-repeat;
    background-size: 100%;
    padding-top: 145px;
    margin-top: -139px;
    position: relative;
    z-index: 100;
    padding-bottom: 30px
}

.sep-banner .banner-text .title {
    background: url(../img/banner_title_bg.jpg) no-repeat;
    background-size: 100%;
    padding: 0 20px;
    height: 52px;
    display: inline-block;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    line-height: 52px
}

.sep-banner .banner-text .summary {
    padding-left: 74px;
    position: relative;
    margin-top: 13px;
    max-width: 751px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    height: 7em;
    overflow: hidden
}

.sep-banner .banner-text .summary p {
    color: #fff;
    font-size: 18px;
    line-height: 25px
}

.sep-banner .banner-text .summary:before {
    content: '>>>>';
    display: inline-block;
    position: absolute;
    color: #fff;
    left: 22px;
    top: 0
}

.sep-banner .banner-text .btn {
    margin-left: 74px;
    margin-top: 20px
}

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

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

.sep-mainbody .sep-container {
    min-height: 700px;
    background: #fff;
    position: relative;
    width: 1200px
}

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

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

.sep-mainbody .sep-breadcrumb {
    padding: 10px 15px;
    padding-left: 5px;
    margin: 0;
    list-style: none
}

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

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

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

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

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

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

.sep-mainbody .sep-breadcrumb .breadcrumb>li+li:before {
    content: '>';
    color: #8c8c8d
}

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

.sep-mainbody .sep-sidebar {
    float: left;
    width: 264px;
    padding: 15px;
    padding-top: 0;
    font-size: 13px;
    padding-left: 0;
    border-radius: 6px
}

.sep-mainbody .sep-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.sep-mainbody .sep-sidebar ul li {
    padding: 5px 10px;
    margin-bottom: 1px;
    margin: 5px 0
}

.sep-mainbody .sep-sidebar ul li a {
    display: block;
    color: #333
}

.sep-mainbody .sep-sidebar ul li.active {
    background: #c7c7c7
}

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

.sep-mainbody .sep-sidebar .sep-box .sep-box-heading {
    padding: 8px;
    padding-bottom: 15px;
    background: #00469b;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-family: Open Sans;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body {
    background: #fff
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body>ul>li {
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
    background: #dadada;
    margin: 0
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body>ul>li:nth-child(1) {
    border-top: none
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 100;
    width: 100%;
    background: #dfdfdf
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body>ul>li>ul>li {
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
    margin: 0
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body>ul>li>ul>li:nth-child(1) {
    border-top-left-radius: 0
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body>ul>li>ul>li>ul {
    position: absolute;
    display: none;
    left: 100%;
    top: -1px;
    z-index: 100;
    width: 100%;
    background: #dfdfdf;
    border: 1px solid #bbb
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body>ul>li>ul>li>ul>li {
    border-bottom: 1px dotted #bbb;
    margin: 0
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body>ul>li>ul>li>ul>li:nth-child(1) {
    border-top-left-radius: 0
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body>ul>li>a {
    color: #000;
    font-size: 12px;
    padding-left: 10px
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body>ul>li>a:hover {
    text-decoration: underline;
    font-weight: bold
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body>ul>li>ul a:hover {
    text-decoration: underline
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body>ul>li>ul>li>a {
    color: #000
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body>ul>li>ul>li>a:hover {
    text-decoration: underline
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body>ul>li>ul a {
    padding-left: 20px
}

.sep-mainbody .sep-sidebar .sep-box .sep-box-body>ul>.has-childs>ul {
    display: none
}

.sep-mainbody .sep-primary {
    width: 888px;
    float: right;
    margin-right: 0;
    padding-bottom: 60px
}

.sep-mainbody .sep-primary .sep-content {
    padding: 10px 20px
}

.sep-mainbody .sep-primary .sep-content .fanye {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    margin-top: 30px
}

.sep-mainbody .sep-primary .sep-content .fanye h3 {
    font-size: 14px;
    color: #00469b
}

.sep-mainbody .sep-primary .sep-content .fanye h3 a {
    color: #00469b;
    font-size: 14px;
    max-width: 300px;
    display: inline-block;
    height: 1em;
    line-height: 14px;
    position: relative;
    top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sep-mainbody .sep-primary .sep-content .fanye h3 a:hover {
    text-decoration: underline
}

.sep-mainbody .sep-primary .sep-content .relate {
    text-align: center;
    font-size: 18px;
    font-family: Open Sans;
    color: #fff;
    background: #00469b;
    margin: 20px 0;
    padding: 5px 0
}

.sep-mainbody .sep-primary .sep-content .relate-list .sep-pagination {
    display: none
}

.sep-mainbody .sep-primary .sep-content .relate-list .sep-datalist li {
    width: 31%;
    float: left;
    margin: 0 1.16%
}

.sep-mainbody .sep-primary .sep-content .relate-list .sep-datalist li .title {
    display: inline-block;
    font-size: 14px;
    background: #fff;
    color: #333;
    text-align: center
}

.sep-mainbody .sep-primary .sep-content .relate-list .sep-datalist li .title:hover {
    color: #00469b;
    text-decoration: underline
}

.sep-mainbody .sep-primary .sep-content .relate-list .sep-datalist li .thumb {
    width: 100%;
    display: block;
    border: 1px solid #bbb
}

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

.sep-mainbody .sep-primary .sep-content .relate-list .sep-datalist li .summary {
    display: none
}

.sep-mainbody .sep-primary .sep-content .relate-list .sep-datalist li .published {
    display: none
}

.sep-mainbody .sep-primary .sep-content .relate-list .sep-datalist li .btn-read {
    display: none
}

.sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li {
    width: 46%;
    float: left;
    margin: 10px 1.16%
}

.sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li h2 {
    overflow: hidden
}

.sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .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: 1.2em
}

.sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li .title:before {
    content: '●';
    color: #000;
    padding-right: 5px
}

.sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li .title:hover {
    color: #00469b;
    text-decoration: underline
}

.sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li .thumb {
    width: 100%;
    display: block;
    border: 1px solid #bbb;
    display: none
}

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

.sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li .summary {
    display: none
}

.sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li .published {
    display: none
}

.sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li .btn-read {
    display: none
}

.sep-mainbody .sep-primary .sep-content .relate-article-list .sep-datalist li:nth-child(1) {
    margin-right: 17px
}

.sep-mainbody .sep-primary .sep-content .relate-article-list .sep-datalist li {
    width: 48%;
    padding: 15px;
    border: 1px solid #bbb;
    margin: 0;
    margin-bottom: 17px
}

.sep-mainbody .sep-primary .sep-content .relate-article-list .sep-datalist li .summary {
    border-left: 4px solid #a4e2e2;
    padding-left: 10px;
    font-size: 12px;
    display: block;
    font-family: Open Sans;
    color: #333;
    height: 6em;
    overflow: hidden
}

.sep-mainbody .sep-primary .sep-content .relate-article-list .sep-datalist li .published {
    display: block;
    border-left: 4px solid #a4e2e2;
    color: #aaa;
    font-size: 15px;
    font-family: Open Sans;
    padding: 10px 0;
    padding-left: 10px;
    margin-bottom: 0
}

.sep-mainbody .sep-primary .sep-content .relate-article-list .sep-datalist li .thumb {
    display: block;
    height: 97px;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 8px
}

.sep-mainbody .sep-primary .sep-content .relate-article-list .sep-datalist li .thumb img {
    width: 100%;
    position: relative;
    top: -94px
}

.sep-mainbody .sep-primary .sep-content .relate-article-list .sep-datalist li .title {
    display: block;
    font-family: Open Sans;
    font-weight: normal;
    font-size: 19px;
    height: 3em;
    border-left: 4px solid #a4e2e2;
    padding-left: 10px;
    margin-bottom: 0;
    background: #fff;
    color: #000
}

.sep-mainbody .sep-primary .sep-content .relate-article-list .sep-datalist li .title:hover {
    color: #00469b
}

.sep-mainbody .sep-primary .sep-content .title {
    font-size: 23px;
    padding: 10px;
    margin: 0;
    background: #00469b;
    color: #fff
}

.sep-mainbody .sep-primary .sep-content .title .sep-title-icon {
    display: inline-block;
    width: 14px;
    height: 23px;
    margin-right: 20px;
    position: relative;
    top: 3px
}

.sep-mainbody .sep-primary .sep-content .mult-image {
    margin: 20px 0
}

.sep-mainbody .sep-primary .sep-content .mult-image .preview {
    width: 100%
}

.sep-mainbody .sep-primary .sep-content .mult-image .cp_rt {
    float: right;
    width: 365px;
    position: relative
}

.sep-mainbody .sep-primary .sep-content .mult-image .cp_rt .hd {
    font-size: 18px;
    font-weight: bold;
    color: #333
}

.sep-mainbody .sep-primary .sep-content .mult-image .cp_rt span {
    max-height: 23em;
    display: block;
    overflow: hidden;
    height: 19em
}

.sep-mainbody .sep-primary .sep-content .mult-image .cp_rt .btns {
    bottom: 120px
}

.sep-mainbody .sep-primary .sep-content .mult-image .cp_rt .btns a {
    background: #00469b;
    color: #fff;
    padding: 4px 5px;
    border-radius: 4px;
    max-width: 127px
}

.sep-mainbody .sep-primary .sep-content .mult-image .cp_le {
    width: 100%
}

.sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-box {
    border: 1px solid #aaa;
    width: 400px;
    float: left
}

.sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list {
    margin-top: 10px;
    float: right;
    width: 365px
}

.sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list ul {
    width: 100%
}

.sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list ul li {
    width: 20%;
    float: left;
    border: 1px solid transparent
}

.sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list ul li:hover {
    border: 1px solid #00469b
}

.sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list ul li a img {
    width: 100%
}

.sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list ul li:nth-child(5) {
    display: none
}

.sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list ul li:nth-child(6) {
    display: none
}

.sep-mainbody .sep-primary .sep-content .published {
    display: block;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px
}

.sep-mainbody .sep-primary .sep-content .published:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    margin-right: 5px
}

.sep-mainbody .sep-primary .sep-content .richtext {
    padding: 0;
    margin-top: 15px
}

.sep-mainbody .sep-primary .sep-content .list-des {
    height: 7em;
    overflow: scroll;
    padding: 5px;
    border: 1px solid #00469b;
    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-mainbody .sep-primary .sep-content .txtbox_cen {
    margin-top: 0;
    padding-top: 15px
}

.sep-mainbody .sep-primary .sep-content .txtbox_cen p {
    padding: 5px
}

.sep-mainbody .sep-primary .sep-content .txtbox_cen:nth-child(2) {
    display: block
}

.sep-mainbody .sep-primary .sep-content .article-control {
    margin-top: 30px;
    border-top: 1px solid #bbb;
    padding: 10px
}

.sep-mainbody .sep-primary .sep-box {
    padding: 15px;
    padding-top: 10px
}

.sep-mainbody .sep-primary .sep-box .sep-box-heading {
    background: #f0f0f0;
    padding: 3px 15px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li .summary {
    display: none
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li .thumb {
    border: 1px solid #ddd;
    height: 100%
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li .title {
    font-weight: normal;
    text-align: center;
    margin-top: 20px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li .title:hover {
    color: #00469b
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li:hover .title {
    color: #00469b
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li {
    width: 48%;
    border: none;
    float: left;
    min-height: 178px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li:hover {
    box-shadow: 0 0 3px rgba(102, 102, 102, 0.75)
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .thumb {
    cursor: default
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .thumb img {
    width: 100%;
    height: 100%
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .title {
    height: 3em;
    line-height: 20px;
    white-space: normal;
    cursor: default
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .title:hover {
    color: #333
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .pdf {
    text-decoration: underline;
    display: block;
    margin-top: 10px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .pdf:hover {
    color: #00469b
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .photo {
    text-decoration: underline;
    display: block;
    margin-top: 10px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .photo:hover {
    color: #00469b
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li:nth-child(2n+1) {
    margin-right: 17px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li {
    width: 48%;
    border: 1px solid #bbb;
    margin-bottom: 17px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li .summary {
    border-left: 4px solid #a4e2e2;
    padding-left: 10px;
    font-size: 12px;
    font-family: Open Sans;
    color: #333
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li .published {
    display: block;
    border-left: 4px solid #a4e2e2;
    color: #aaa;
    font-size: 15px;
    font-family: Open Sans;
    padding: 10px 0;
    padding-left: 10px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li .thumb {
    height: 160px;
    line-height: 0
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li .thumb img {
    width: 100%;
    position: relative;
    top: -34px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li .title {
    font-family: Open Sans;
    font-weight: normal;
    font-size: 19px;
    border-left: 4px solid #a4e2e2;
    padding-left: 10px;
    margin-bottom: 0
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li .title:hover {
    color: #00469b
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li {
    width: 48%;
    margin-bottom: 17px;
    padding: 10px;
    border: 1px solid #ddd;
    min-height: 150px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li:brfore {
    content: " ";
    display: table;
    clear: both
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li:after {
    content: " ";
    display: table;
    clear: both
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .thumb {
    width: 130px;
    float: right;
    background: #fff;
    height: 100%;
    line-height: normal
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .thumb img {
    height: 103px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .title {
    margin-top: 20px;
    font-family: Open Sans;
    color: #323232;
    font-size: 14px;
    font-weight: normal
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .title:hover {
    color: #00469b
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .summary {
    display: none
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .btn-read {
    display: inline;
    background: #00469b;
    color: #fff;
    padding: 3px 10px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .btn-read:hover {
    background: #fff;
    color: #00469b;
    text-decoration: underline
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li:nth-child(2n-1) {
    margin-right: 17px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-audio-list-fix .sep-datalist li .thumb {
    width: 160px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-audio-list-fix .sep-datalist li .thumb img {
    height: 120px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-audio-list-fix .sep-datalist li .title {
    padding-left: 40px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-audio-list-fix .sep-datalist li .published {
    padding-left: 40px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-audio-list-fix .sep-datalist li .summary {
    padding-left: 40px
}

.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-case-list .sep-datalist li:nth-child(3) {
    margin-right: 17px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5), .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6), .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) {
    width: 98%;
    border: none
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5) .thumb, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) .thumb, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) .thumb {
    display: none
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5) .summary, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) .summary, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) .summary {
    border-left: none
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5) .published, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) .published, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) .published {
    border-left: none
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5) .title, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) .title, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) .title {
    border-left: none
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5) .title:hover, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) .title:hover, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) .title:hover {
    color: #00469b
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5) .btn-read, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) .btn-read, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) .btn-read {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 30px;
    border: 1px solid #333;
    color: #000
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5) .btn-read:hover, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) .btn-read:hover, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) .btn-read:hover {
    background: #000;
    color: #fff
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5), .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) {
    border-bottom: 1px solid #bbb;
    margin-bottom: 0;
    padding-bottom: 25px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(2n) {
    margin-right: 0
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li {
    width: 48%;
    border: 1px solid #bbb;
    margin-bottom: 17px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li .summary {
    border-left: 4px solid #a4e2e2;
    padding-left: 10px;
    font-size: 12px;
    font-family: Open Sans;
    color: #000
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li .published {
    display: none;
    border-left: 4px solid #a4e2e2;
    color: #aaa;
    font-size: 15px;
    font-family: Open Sans;
    padding: 10px 0;
    padding-left: 10px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li .thumb {
    height: 160px;
    line-height: 0
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li .thumb img {
    width: 100%;
    position: relative;
    top: -34px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li .title {
    font-family: Open Sans;
    font-weight: normal;
    font-size: 19px;
    border-left: 4px solid #a4e2e2;
    padding-left: 10px;
    margin-bottom: 0
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li .title:hover {
    color: #00469b
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(1) {
    width: 48%;
    background: #fff
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(1) .summary {
    color: #333
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(1) .published {
    color: #333
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(1) .thumb {
    line-height: 0;
    height: 160px
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(1) .title {
    border-left: none;
    color: #333
}

.sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(1) .title:hover {
    color: #00469b
}

.sep-mainbody .sep-form {
    padding: 30px 15px
}

.sep-mainbody .sep-form .close {
    display: none
}

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

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

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

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

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

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

.sep-body .sep-container .sep-index-product .sep-title {
    background: #00469b;
    color: #fff;
    font-family: OswaldBold;
    font-size: 24px;
    padding: 10px 0;
    padding-left: 90px;
    padding-right: 20px
}

.sep-body .sep-container .sep-index-product .sep-title .btn-read {
    float: right;
    border-radius: 16px;
    color: #00469b;
    font-size: 16px;
    font-family: Candara;
    outline: none;
    border: none;
    padding: 2px 10px;
    margin-top: 5px
}

.sep-body .sep-container .sep-index-product ul {
    background: #dcf0f1;
    padding-top: 10px
}

.sep-body .sep-container .sep-index-product ul li {
    float: left;
    width: 20%;
    padding: 30px 20px;
    text-align: center;
    border-right: 1px solid #fff
}

.sep-body .sep-container .sep-index-product ul li:last-child {
    border: none
}

.sep-body .sep-container .sep-index-product ul li .thumb {
    display: inline-block;
    margin-bottom: 35px;
    width: 151px;
    height: 90px
}

.sep-body .sep-container .sep-index-product ul li .thumb img {
    width: 151px;
    height: 90px;
    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-body .sep-container .sep-index-product ul li .thumb img:hover {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.sep-body .sep-container .sep-index-product ul li .title {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    height: 2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: inline-block
}

.sep-body .sep-container .sep-index-product ul li .title:hover {
    color: #00469b
}

.sep-body .sep-container .sep-index-product ul li .summary {
    display: inline-block;
    color: #565656;
    font-size: 16px;
    overflow: hidden;
    height: 7em;
    margin-bottom: 15px
}

.sep-body .sep-container .sep-index-product ul li .btn-read {
    padding: 2px 10px;
    border-radius: 16px;
    border: none;
    color: #fff;
    transition: all .4s
}

.sep-body .sep-container .sep-index-product ul li:nth-child(1) .btn-read {
    background: #8f63db
}

.sep-body .sep-container .sep-index-product ul li:nth-child(1) .btn-read:hover {
    background: transparent;
    color: #8f63db
}

.sep-body .sep-container .sep-index-product ul li:nth-child(3) .btn-read {
    background: #00469b
}

.sep-body .sep-container .sep-index-product ul li:nth-child(3) .btn-read:hover {
    background: transparent;
    color: #00469b
}

.sep-body .sep-container .sep-index-product ul li:nth-child(2) .btn-read {
    background: #ffbf00
}

.sep-body .sep-container .sep-index-product ul li:nth-child(2) .btn-read:hover {
    background: transparent;
    color: #ffbf00
}

.sep-body .sep-container .sep-index-product ul li:nth-child(4) .btn-read {
    background: #ff6501
}

.sep-body .sep-container .sep-index-product ul li:nth-child(4) .btn-read:hover {
    background: transparent;
    color: #ff6501
}

.sep-body .sep-container .sep-index-product ul li:nth-child(5) .btn-read {
    background: #2f80e5
}

.sep-body .sep-container .sep-index-product ul li:nth-child(5) .btn-read:hover {
    background: transparent;
    color: #2f80e5
}

.sep-body .sep-container .sep-index-about {
    background: #00469b;
    padding: 37px 100px;
    padding-bottom: 50px
}

.sep-body .sep-container .sep-index-about .sep-title {
    color: #fff;
    font-size: 24px;
    font-family: OswaldBold;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin-bottom: 15px;
    display: block
}

.sep-body .sep-container .sep-index-about .sep-title:hover {
    color: #ffbf00
}

.sep-body .sep-container .sep-index-about .summary {
    font-size: 16px;
    color: #fff;
    line-height: 25px
}

.sep-body .sep-container .sep-index-company {
    margin-top: 15px;
    position: relative
}

.sep-body .sep-container .sep-index-company .line {
    position: absolute;
    width: 100%;
    height: 10px;
    background: #e0e2e1;
    top: 16px
}

.sep-body .sep-container .sep-index-company .sep-why-selsect {
    width: 465px;
    border-top: 1px solid #ff6501;
    padding-top: 40px
}

.sep-body .sep-container .sep-index-company .sep-why-selsect .sep-title {
    font-family: OswaldBold;
    background: #00469b;
    color: #fff;
    font-size: 24px;
    display: block;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 12px
}

.sep-body .sep-container .sep-index-company .sep-why-selsect .sep-title:hover {
    color: #ffbf00
}

.sep-body .sep-container .sep-index-company .sep-why-selsect .content .thumb {
    width: 50%;
    float: left;
    display: inline-block;
    overflow: hidden
}

.sep-body .sep-container .sep-index-company .sep-why-selsect .content .thumb img {
    width: 100%;
    transition: All .8s ease-in-out;
    -webkit-transition: All .8s ease-in-out;
    -moz-transition: All .8s ease-in-out;
    -o-transition: All .8s ease-in-out
}

.sep-body .sep-container .sep-index-company .sep-why-selsect .content .thumb img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2)
}

.sep-body .sep-container .sep-index-company .sep-why-selsect .content .summary {
    width: 50%;
    float: right;
    padding-top: 15px;
    padding-left: 15px;
    color: #565656;
    font-size: 16px;
    line-height: 25px
}

.sep-body .sep-container .sep-index-company .sep-news {
    width: 700px;
    border-top: 1px solid #ff6501;
    padding-top: 40px
}

.sep-body .sep-container .sep-index-company .sep-news .sep-title {
    font-family: OswaldBold;
    background: #00469b;
    color: #fff;
    font-size: 24px;
    display: block;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 8px
}

.sep-body .sep-container .sep-index-company .sep-news .sep-title:hover {
    color: #ffbf00
}

.sep-body .sep-container .sep-index-company .sep-news ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #dcf0f1;
    padding-bottom: 20px;
    border: 1px solid #dcf0f1
}

.sep-body .sep-container .sep-index-company .sep-news ul li:last-child {
    margin-right: 0
}

.sep-body .sep-container .sep-index-company .sep-news ul li .thumb {
    width: 100%;
    display: inline-block;
    overflow: hidden
}

.sep-body .sep-container .sep-index-company .sep-news ul li .thumb img {
    width: 100%;
    transition: All .8s ease-in-out;
    -webkit-transition: All .8s ease-in-out;
    -moz-transition: All .8s ease-in-out;
    -o-transition: All .8s ease-in-out
}

.sep-body .sep-container .sep-index-company .sep-news ul li .thumb img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2)
}

.sep-body .sep-container .sep-index-company .sep-news ul li .title {
    color: #565656;
    font-size: 16px;
    display: block;
    line-height: 25px;
    width: 90%;
    margin: 20px auto;
    margin-bottom: 0;
    text-align: center;
    height: 3em;
    overflow: hidden
}

.sep-body .sep-container .sep-index-company .sep-news ul li .title:hover {
    color: #00469b
}

.sep-body .sep-container .sep-index-company .sep-news ul li .summary {
    border-top: 1px solid #00469b;
    padding-top: 20px;
    color: #565656;
    font-size: 16px;
    display: block;
    height: 9.5em;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    margin-top: 28px
}

.sep-body .sep-index-product-slider .hd {
    background: #e0e2e1
}

.sep-body .sep-index-product-slider .hd .sep-container ul li {
    float: left;
    padding-top: 13px;
    width: 18%;
    margin-right: 2.5%;
    padding-bottom: 43px;
    position: relative;
    padding-left: 82px;
    height: 135px
}

.sep-body .sep-index-product-slider .hd .sep-container ul li:last-child {
    margin-right: 0
}

.sep-body .sep-index-product-slider .hd .sep-container ul li:hover .thumb img {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.sep-body .sep-index-product-slider .hd .sep-container ul li:hover .title {
    color: #00469b
}

.sep-body .sep-index-product-slider .hd .sep-container ul li .thumb {
    display: inline-block;
    width: 60px;
    height: 73px;
    float: left;
    position: absolute;
    left: 0
}

.sep-body .sep-index-product-slider .hd .sep-container ul li .thumb img {
    line-height: 73px;
    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-body .sep-index-product-slider .hd .sep-container ul li .title {
    color: #000;
    font-size: 16px;
    display: inline-block;
    margin-top: 19px
}

.sep-body .sep-index-product-slider .hd .sep-container ul li:nth-child(1) {
    border-top: 13px solid #8f63db
}

.sep-body .sep-index-product-slider .hd .sep-container ul li:nth-child(1):hover .title {
    color: #8f63db
}

.sep-body .sep-index-product-slider .hd .sep-container ul li:nth-child(2) {
    border-top: 13px solid #ffbf00
}

.sep-body .sep-index-product-slider .hd .sep-container ul li:nth-child(2):hover .title {
    color: #ffbf00
}

.sep-body .sep-index-product-slider .hd .sep-container ul li:nth-child(3) {
    border-top: 13px solid #00469b
}

.sep-body .sep-index-product-slider .hd .sep-container ul li:nth-child(3):hover .title {
    color: #00469b
}

.sep-body .sep-index-product-slider .hd .sep-container ul li:nth-child(4) {
    border-top: 13px solid #ff6501
}

.sep-body .sep-index-product-slider .hd .sep-container ul li:nth-child(4):hover .title {
    color: #ff6501
}

.sep-body .sep-index-product-slider .hd .sep-container ul li:nth-child(5) {
    border-top: 13px solid #2f80e5
}

.sep-body .sep-index-product-slider .hd .sep-container ul li:nth-child(5):hover .title {
    color: #2f80e5
}

.sep-body .sep-index-product-slider .bd .box {
    display: none;
    padding-top: 74px;
    padding-bottom: 38px
}

.sep-body .sep-index-product-slider .bd .box.active {
    display: block
}

.sep-body .sep-index-product-slider .bd .box .lg-thumb {
    width: 558px;
    display: inline-block;
    text-align: center
}

.sep-body .sep-index-product-slider .bd .box .lg-thumb img {
    width: 496px;
    max-width: 100%;
    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-body .sep-index-product-slider .bd .box .lg-thumb img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05)
}

.sep-body .sep-index-product-slider .bd .box .content .sep-title {
    font-family: OswaldBold;
    color: #fff;
    font-size: 24px
}

.sep-body .sep-index-product-slider .bd .box .content .sep-title:hover {
    color: #ffbf00
}

.sep-body .sep-index-product-slider .bd .box .content .summary {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 48px
}

.sep-body .sep-index-product-slider .bd .box .content .summary * {
    font-size: 16px;
    color: #fff;
    line-height: 25px
}

.sep-body .sep-index-product-slider .bd .box .content .other-color ul li {
    float: left;
    margin-right: 38px
}

.sep-body .sep-index-product-slider .bd .box .content .other-color ul li a {
    display: inline-block;
    width: 80px;
    text-align: center;
    line-height: 74px
}

.sep-body .sep-index-product-slider .bd .box .content .other-color ul li a img {
    max-width: 100%;
    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-body .sep-index-product-slider .bd .box .content .other-color ul li a img:hover {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.sep-body .sep-index-product-slider .bd .box .content .other-color .btn-read {
    margin-top: 20px
}

.sep-body .sep-index-product-slider .bd .box:nth-child(1) {
    background: #8f63db
}

.sep-body .sep-index-product-slider .bd .box:nth-child(2) {
    background: #ffbf00
}

.sep-body .sep-index-product-slider .bd .box:nth-child(2) .content .sep-title {
    font-family: OswaldBold;
    color: #fff;
    font-size: 24px
}

.sep-body .sep-index-product-slider .bd .box:nth-child(2) .content .sep-title:hover {
    color: #00469b
}

.sep-body .sep-index-product-slider .bd .box:nth-child(3) {
    background: #00469b
}

.sep-body .sep-index-product-slider .bd .box:nth-child(4) {
    background: #ff6501
}

.sep-body .sep-index-product-slider .bd .box:nth-child(5) {
    background: #2f80e5
}

.sep-footer {
    color: rgba(255, 255, 255, 0.7);
    min-height: 433px;
    background: url(../img/bottom_bg2.png) no-repeat
}

.sep-footer .sep-bottom-box {
    padding: 65px 0 10px 0
}

.sep-footer .sep-bottom-box .bottom-contact-detail {
    width: 50.75%;
    float: left
}

.sep-footer .sep-bottom-box .bottom-contact-detail .title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
    color: #565656;
    font-style: italic
}

.sep-footer .sep-bottom-box .bottom-contact-detail ul li {
    font-size: 14px;
    color: #565656;
    margin-bottom: 5px
}

.sep-footer .sep-bottom-box .bottom-contact-detail ul li span {
    font-size: 14px;
    padding-right: 5px
}

.sep-footer .sep-bottom-box .bottom-contact-detail ul li a {
    font-size: 14px;
    color: #565656
}

.sep-footer .sep-bottom-box .bottom-contact-detail ul li a:hover {
    color: #00469b
}

.sep-footer .sep-bottom-box .bottom-company {
    width: 370px;
    float: right;
    padding-top: 5px
}

.sep-footer .sep-bottom-box .bottom-company ol {
    padding-top: 40px
}

.sep-footer .sep-bottom-box .bottom-company ol li {
    font-size: 14px;
    color: #565656;
    margin-bottom: 5px
}

.sep-footer .sep-bottom-box .bottom-company ol li span {
    font-size: 14px;
    padding-right: 5px
}

.sep-footer .sep-bottom-box .bottom-company ol li a {
    font-size: 14px;
    color: #565656
}

.sep-footer .sep-bottom-box .bottom-company ol li a:hover {
    color: #00469b
}

.sep-footer .sep-bottom-box .bottom-company ul {
    float: none;
    margin-top: 30px
}

.sep-footer .sep-bottom-box .bottom-company ul li a img {
    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-footer .sep-bottom-box .bottom-company ul li a img:hover {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.sep-footer .sep-bottom-box .bottom-form {
    width: 385px;
    float: right
}

.sep-footer .sep-bottom-box .bottom-form .title {
    font-size: 21px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px
}

.sep-footer .sep-bottom-box .bottom-form .sep-form {
    max-width: 420px
}

.sep-footer .sep-bottom-box .bottom-form .sep-form .close {
    display: none
}

.sep-footer .sep-bottom-box .bottom-form .sep-form .form-group {
    position: relative;
    padding: 0 28%;
    padding-right: 10%;
    line-height: 25px;
    margin-bottom: 7px
}

.sep-footer .sep-bottom-box .bottom-form .sep-form .form-group .form-control {
    height: 20px;
    border-radius: 6px
}

.sep-footer .sep-bottom-box .bottom-form .sep-form .form-group .control-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 28%;
    text-align: left;
    padding-right: 10px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0
}

.sep-footer .sep-bottom-box .bottom-form .sep-form .form-group .control-label .required {
    color: #fff
}

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

.sep-footer .sep-bottom-box .bottom-form .sep-form .form-group .regex-tip {
    top: 3px;
    right: 15%;
    padding-right: 15px;
    opacity: 0;
    width: 0;
    height: 0
}

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

.sep-footer .sep-bottom-box dl {
    width: 300px;
    float: left;
    position: relative;
    top: 9px
}

.sep-footer .sep-bottom-box dl dt {
    height: 76px;
    line-height: 76px;
    font-size: 41px;
    font-family: MOOLBOR;
    color: #fff;
    display: table;
    padding: 0 10px;
    background: #1f9244;
    position: relative;
    box-shadow: 3px 4px 6px #2376d0;
    margin-bottom: 25px
}

.sep-footer .sep-bottom-box dl dt span {
    font-size: 41px;
    font-family: MOOLBOR;
    color: #fff;
    font-weight: normal;
    position: relative;
    top: 12px
}

.sep-footer .sep-bottom-box dl dt:before {
    content: '';
    position: absolute;
    left: -14px;
    width: 14px;
    height: 76px;
    background: url('../img/title.png') no-repeat
}

.sep-footer .sep-bottom-box dl dd {
    padding-left: 5px;
    display: table;
    position: relative;
    padding-right: 20px;
    margin-bottom: 15px
}

.sep-footer .sep-bottom-box dl dd i {
    padding-right: 10px
}

.sep-footer .sep-bottom-box dl dd:last-child ul {
    bottom: -600%;
    top: auto
}

.sep-footer .sep-bottom-box dl dd a {
    color: #fff;
    font-family: Calibri;
    font-size: 15px
}

.sep-footer .sep-bottom-box dl dd a:hover {
    color: #00469b
}

.sep-footer .sep-bottom-box dl dd:hover ul {
    display: block
}

.sep-footer .sep-bottom-box dl dd ul {
    position: absolute;
    left: 100%;
    top: 10px;
    display: none;
    background: rgba(255, 255, 255, 0.33);
    box-shadow: 0 0 6px #fff;
    padding: 0 20px
}

.sep-footer .sep-bottom-box dl dd ul li {
    padding: 3px 0;
    border-bottom: 1px solid #fff
}

.sep-footer .sep-bottom-box dl dd ul li a {
    font-size: 15px;
    white-space: nowrap
}

.sep-footer .sep-bottom-box dl dd ul li:last-child {
    border: none
}

.sep-footer .sep-bottom-box dl:nth-child(2) {
    top: -3px;
    margin: 0 108px
}

.sep-footer .sep-bottom-box dl:nth-child(2) dd {
    margin-bottom: 10px
}

.sep-footer .sep-bottom-box dl:nth-child(2) dd a {
    font-size: 15px
}

.sep-footer .sep-bottom-box dl:nth-child(2) dd a i {
    font-size: 12px;
    position: relative;
    top: -3px;
    color: #00469b;
    margin-right: 0
}

.sep-footer .sep-bottom-box dl:nth-child(3) {
    top: -19px
}

.sep-footer .sep-bottom-box dl:nth-child(3) dd {
    margin-bottom: 15px;
    font-size: 15px;
    color: #fff;
    font-family: Calibri
}

.sep-footer .sep-bottom-box dl:nth-child(3) dd a {
    font-size: 15px
}

.sep-footer .sep-bottom-box dl:nth-child(3) dd a i {
    font-size: 12px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    top: -3px;
    padding: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    margin-right: 10px
}

.sep-footer .sep-bottom-box dl:nth-child(3) dd i {
    font-size: 12px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    top: -3px;
    padding: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    margin-right: 10px
}

.sep-footer .sep-bottom-box dl:nth-child(3) dd span {
    font-size: 15px;
    color: #fff;
    font-family: Calibri
}

.sep-footer .sep-bottom-box dl:nth-child(3) dd:nth-child(4) {
    padding-left: 42px
}

.sep-footer .sep-bottom-box dl:nth-child(3) dd:nth-child(4):before {
    content: '\f015';
    font-size: 12px;
    font-family: FontAwesome;
    position: absolute;
    left: 6px;
    top: 4px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #fff
}

.sep-footer .sep-bottom-box dl:nth-child(3) dd:nth-child(5) {
    padding-right: 0;
    padding-left: 43px
}

.sep-footer .sep-bottom-box dl:nth-child(3) dd ol {
    float: none;
    position: relative;
    top: 11px
}

.sep-footer .sep-bottom-box dl:nth-child(3) dd ol li {
    padding-right: 5px
}

.sep-footer .sep-bottom-box dl:nth-child(3) dd ol li.code {
    position: relative
}

.sep-footer .sep-bottom-box dl:nth-child(3) dd ol li.code .qrcode {
    position: absolute;
    left: 100%;
    bottom: 100%;
    display: none
}

.sep-footer .sep-bottom-box dl:nth-child(3) dd ol li.code:hover .qrcode {
    display: block
}

.sep-footer .sep-bottom-box dl:nth-child(3) dd ol li a img {
    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-footer .sep-bottom-box dl:nth-child(3) dd ol li a img:hover {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.sep-footer .copyright .sitemap {
    font-size: 15px;
    color: #fff;
    margin-right: 30px
}

.sep-footer .copyright .sitemap:hover {
    color: #00469b;
    text-decoration: underline
}

.sep-footer .copyright span {
    padding-right: 65px;
    color: #fefeff;
    font-size: 15px
}

.sep-footer .sep-copyright {
    background: #00469b;
    padding: 7px 15px;
    border-top: solid 1px #fff;
    text-align: center;
    font-size: 18px
}

.sep-footer .sep-copyright .box {
    line-height: 33px;
    padding-left: 100px
}

.sep-footer .sep-copyright .box a:first-child {
    padding-right: 5px
}

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

.sep-footer .sep-copyright a, .sep-footer .sep-copyright span {
    font-size: 18px;
    color: #fff;
    padding: 4px 0
}

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

.sep-footer .sep-copyright .sep-container {
    max-width: 1200px
}

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

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

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

.sep-services {
    background: #eaeaea;
    padding: 35px 45px 20px 45px
}

.sep-services .title {
    font-size: 24px;
    text-align: center;
    display: block
}

.sep-services .bx-wrapper {
    padding: 25px 0
}

.sep-services .sep-slider {
    width: 100%
}

.sep-services .sep-slider a {
    padding: 0 110px;
    box-sizing: content-box;
    width: 100%
}

.sep-services .sep-slider a .box {
    width: 100%;
    display: block
}

.sep-services .sep-slider a .pic1 {
    position: absolute;
    left: 0;
    top: 10px;
    opacity: .5
}

.sep-services .sep-slider a .pic2 {
    position: absolute;
    right: 0;
    top: 10px;
    opacity: .5
}

.sep-services .sep-slider a .question {
    color: #00469b;
    font-size: 18px
}

.sep-services .sep-slider a .answer {
    font-size: 18px
}

.sep-box-news {
    margin-top: 50px;
    margin-bottom: 50px
}

.sep-box-news .sep-news {
    width: 420px
}

.sep-box-news .sep-news .sep-title {
    background: #eaeaea;
    border-left: 10px solid #449dae;
    padding: 10px 0 10px 20px;
    font-size: 18px;
    color: #000;
    display: block
}

.sep-box-news .sep-news .sep-title:hover {
    color: #00469b
}

.sep-box-news .sep-news .thumb {
    display: table;
    padding: 0 10px;
    margin-top: 15px;
    overflow: hidden
}

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

.sep-box-news .sep-news ul li {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaeaea
}

.sep-box-news .sep-news ul li:last-child {
    border-bottom: none
}

.sep-box-news .sep-news ul li .title {
    font-family: ERASMD;
    font-size: 18px;
    color: #449dae;
    padding-left: 10px;
    display: block
}

.sep-box-news .sep-news ul li .title:hover {
    color: #00469b
}

.sep-box-news .sep-news ul li .summary {
    font-family: ERASMD;
    font-size: 13px;
    padding-left: 20px;
    line-height: 25px;
    color: #000;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 16px
}

.sep-box-news .sep-news ul li .box {
    padding-left: 20px
}

.sep-box-news .sep-news ul li .box .date {
    font-family: ERASMD;
    font-size: 14px;
    color: #000
}

.sep-box-news .sep-news ul li .box .date:hover {
    color: #00469b
}

.sep-box-news .sep-news ul li .box .read-more {
    font-family: ERASMD;
    font-size: 14px;
    color: #000
}

.sep-box-news .sep-news ul li .box .read-more:hover {
    color: #00469b
}

.sep-box-news .sep-right-box {
    width: 732px
}

.sep-box-news .sep-right-box .box .sep-customers {
    width: 48%
}

.sep-box-news .sep-right-box .box .sep-customers .title {
    background: #eaeaea;
    border-left: 10px solid #449dae;
    padding: 10px 0 10px 20px;
    font-size: 18px;
    color: #000;
    display: block
}

.sep-box-news .sep-right-box .box .sep-customers .title:hover {
    color: #00469b
}

.sep-box-news .sep-right-box .box .sep-customers .thumb {
    display: block;
    margin: 15px 0;
    overflow: hidden
}

.sep-box-news .sep-right-box .box .sep-customers .thumb img {
    width: 100%
}

.sep-box-news .sep-right-box .box .sep-customers .summary {
    font-family: ERASMD;
    font-size: 13px;
    color: #000
}

.sep-box-news .sep-right-box .box .sep-partners {
    width: 48%
}

.sep-box-news .sep-right-box .box .sep-partners .title {
    background: #eaeaea;
    border-left: 10px solid #449dae;
    padding: 10px 0 10px 20px;
    font-size: 18px;
    color: #000;
    display: block
}

.sep-box-news .sep-right-box .box .sep-partners .title:hover {
    color: #00469b
}

.sep-box-news .sep-right-box .box .sep-partners .bx-wrapper {
    margin-top: 15px;
    border: 1px solid #ddd;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 35px
}

.sep-box-news .sep-right-box .box .sep-partners .bx-wrapper a {
    text-align: center
}

.sep-box-news .sep-right-box .box .sep-partners .bx-wrapper a img {
    display: table;
    margin: 0 auto
}

.sep-box-news .sep-right-box .sep-why {
    margin-top: 35px;
    background: #eaeaea;
    padding: 30px 20px 25px 20px
}

.sep-box-news .sep-right-box .sep-why .sep-title {
    font-size: 18px;
    color: #000;
    text-align: center
}

.sep-box-news .sep-right-box .sep-why .summary {
    margin: 20px 0;
    font-family: ERASMD;
    font-size: 13px
}

.sep-box-news .sep-right-box .sep-why ul li {
    float: left;
    padding: 0 6px
}

.sep-box-news .sep-right-box .sep-why ul li .thumb {
    border: 1px solid #449dae;
    display: block;
    overflow: hidden
}

.sep-box-news .sep-right-box .sep-why ul li .thumb img {
    width: 100%
}

.sep-box-news .sep-right-box .sep-why ul li .title {
    background: #449dae;
    text-align: center;
    display: block;
    color: #fff;
    padding: 10px 0
}

.sep-product {
    margin-top: 40px
}

.sep-product .sep-title {
    color: #00469b;
    font-family: EnterSansmanBoldItalic;
    font-size: 54px;
    text-align: center;
    position: relative
}

.sep-product .sep-title:before {
    content: '';
    height: 1px;
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #00469b
}

.sep-product .sep-container .mis-stage .mis-slider {
    background: #fff
}

.sep-product .sep-container .mis-stage .mis-slider li a img {
    border-radius: 16px
}

.sep-product .sep-container .mis-stage .mis-slider li .shadow img {
    box-shadow: none
}

.sep-product .sep-container .mis-stage .mis-slider li .box {
    max-width: 320px;
    position: relative;
    margin: 0 auto
}

.sep-product .sep-container .mis-stage .mis-slider li .box:hover .mask {
    opacity: 1
}

.sep-product .sep-container .mis-stage .mis-slider li .box .mask {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: url(../img/pro_mask.png) no-repeat;
    top: 0;
    left: 0;
    padding-top: 50px;
    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-product .sep-container .mis-stage .mis-slider li .box .mask .title {
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px;
    font-family: Calibri;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #fff
}

.sep-product .sep-container .mis-stage .mis-slider li .box .mask .summary {
    color: #fff;
    margin-top: 20px
}

.sep-product .sep-container .mis-stage .mis-slider li .box .mask .summary a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 14px
}

.sep-product .sep-container .mis-stage .mis-slider li .box .mask .summary a:hover {
    text-decoration: underline
}

.sep-product .sep-container .mis-stage .mis-slider li .box .mask .btn-read {
    background: transparent;
    display: inline-block;
    color: #fff;
    margin-top: 20px
}

.sep-product .sep-container .mis-stage .mis-nav-list {
    display: none
}

.sep-product .sep-container .mis-stage .mis-nav-buttons a {
    color: #d3d4d5
}

.sep-about {
    height: 814px;
    background: url(../img/about_bg.png) no-repeat;
    margin-top: -141px;
    position: relative;
    z-index: 90
}

.sep-about .bottom-title {
    font-size: 50px;
    font-family: MOOLBOR;
    color: #fff;
    text-align: right
}

.sep-about .box {
    padding-top: 170px
}

.sep-about .box .title {
    font-size: 50px;
    font-family: MOOLBOR;
    color: #fff
}

.sep-about .box .summary, .sep-about .box p {
    color: #fff;
    font-size: 16px;
    display: block;
    width: 80%
}

.sep-about .dateline {
    background: url('../img/dateline.png') no-repeat center center;
    min-height: 314px;
    position: relative;
    margin-top: 50px
}

.sep-about .dateline ul li {
    float: left;
    width: 171px;
    position: relative
}

.sep-about .dateline ul li .dot {
    text-align: center
}

.sep-about .dateline ul li .dot b {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.6);
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.sep-about .dateline ul li .dot:hover b {
    border: 7px solid rgba(107, 195, 13, 0.6)
}

.sep-about .dateline ul li:hover .infobox {
    display: block
}

.sep-about .dateline ul li .infobox {
    background: rgba(255, 255, 255, 0.4);
    padding: 15px;
    position: absolute;
    z-index: 100;
    box-shadow: 0 0 6px #1f9244;
    width: 600px;
    display: none
}

.sep-about .dateline ul li .infobox:hover {
    display: none
}

.sep-about .dateline ul li .infobox .infobox-title {
    font-size: 60px;
    opacity: .4;
    font-weight: bold;
    color: #fff;
    text-align: right
}

.sep-about .dateline ul li .infobox .infobox-summary {
    color: #006d31;
    font-size: 20px
}

.sep-about .dateline ul li .infobox .infobox-summary p {
    color: #006d31;
    font-size: 20px
}

.sep-about .dateline ul li .date {
    display: block;
    text-align: center;
    color: #fff;
    font-family: Open Sans;
    font-size: 30px
}

.sep-about .dateline ul li .summary {
    display: block;
    text-align: center;
    color: #fff;
    font-family: Open Sans;
    font-size: 18px
}

.sep-about .dateline ul li:nth-child(1) .dot {
    position: relative;
    top: 139px
}

.sep-about .dateline ul li:nth-child(2) .dot {
    position: relative;
    top: 97px;
    left: -11px
}

.sep-about .dateline ul li:nth-child(2) .date {
    position: relative;
    top: 85px;
    left: -11px
}

.sep-about .dateline ul li:nth-child(2) .summary {
    position: relative;
    top: 167px;
    left: -11px
}

.sep-about .dateline ul li:nth-child(2) .infobox {
    top: 0;
    left: 100%
}

.sep-about .dateline ul li:nth-child(3) .dot {
    position: relative;
    top: 89px;
    left: -8px
}

.sep-about .dateline ul li:nth-child(3) .date {
    position: relative;
    top: 85px;
    left: -6px
}

.sep-about .dateline ul li:nth-child(3) .summary {
    position: relative;
    top: 7px;
    left: -11px
}

.sep-about .dateline ul li:nth-child(3) .infobox {
    top: 0;
    left: 100%
}

.sep-about .dateline ul li:nth-child(4) .dot {
    position: relative;
    top: 97px;
    left: -6px
}

.sep-about .dateline ul li:nth-child(4) .date {
    position: relative;
    top: 85px;
    left: -6px
}

.sep-about .dateline ul li:nth-child(4) .summary {
    position: relative;
    top: 167px;
    left: -6px
}

.sep-about .dateline ul li:nth-child(4) .infobox {
    top: 0;
    left: 100%
}

.sep-about .dateline ul li:nth-child(5) .dot {
    position: relative;
    top: 89px;
    left: -5px
}

.sep-about .dateline ul li:nth-child(5) .date {
    position: relative;
    top: 85px;
    left: -5px
}

.sep-about .dateline ul li:nth-child(5) .summary {
    position: relative;
    top: 7px;
    left: -5px
}

.sep-about .dateline ul li:nth-child(5) .infobox {
    top: 0;
    right: 100%
}

.sep-about .dateline ul li:nth-child(6) .dot {
    position: relative;
    top: 97px;
    left: -3px
}

.sep-about .dateline ul li:nth-child(6) .date {
    position: relative;
    top: 85px;
    left: -3px
}

.sep-about .dateline ul li:nth-child(6) .summary {
    position: relative;
    top: 167px;
    left: -3px
}

.sep-about .dateline ul li:nth-child(6) .infobox {
    top: 0;
    right: 100%
}

.sep-about .dateline ul li:nth-child(7) .dot {
    position: relative;
    top: 89px;
    left: 0
}

.sep-about .dateline ul li:nth-child(7) .date {
    position: relative;
    top: 85px;
    left: 0
}

.sep-about .dateline ul li:nth-child(7) .summary {
    position: relative;
    top: -7px;
    left: 0
}

.sep-about .dateline ul li:nth-child(7) .infobox {
    top: 0;
    right: 100%
}

.contact-right {
    position: fixed;
    right: 100px;
    z-index: 10000;
    bottom: 20%
}

.contact-right img {
    width: 150px
}

.contact-right span {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0
}

.sep-mainbody.sep-page-service {
    background: url(../img/contact_bg.png) no-repeat left 160px bottom 30px #c6c6c6;
    padding-bottom: 240px
}

.sep-mainbody.sep-page-service .sep-container {
    background: transparent
}

.sep-mainbody.sep-page-service .sep-container .sep-primary {
    width: 927px;
    background: #f3f3f3;
    border-radius: 6px;
    box-shadow: 0 0 15px #999
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .richtext {
    padding: 20px
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .richtext * {
    color: #8c8c8d
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li {
    float: left;
    width: 26%;
    margin: 30px 3.6%;
    margin-bottom: 106px;
    background: #009a45;
    border-radius: 4px;
    height: 150px;
    padding: 13px 8px;
    padding-bottom: 40px;
    text-align: center;
    position: relative
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li .title {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li .summary {
    font-weight: bold;
    color: #fff;
    font-size: 14px
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li .box {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -70px;
    z-index: 100
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li .thumb {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    border: 5px solid #009a45;
    text-align: center
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(1) .thumb {
    background: url(../img/step1.png) no-repeat center center #fff
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(1):after {
    content: '';
    width: 45px;
    height: 21px;
    display: inline-block;
    background: url(../img/to_right.png) no-repeat;
    position: absolute;
    right: -56px;
    top: 59px
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(2) .thumb {
    background: url(../img/step2.png) no-repeat center center #fff
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(2):after {
    content: '';
    width: 45px;
    height: 21px;
    display: inline-block;
    background: url(../img/to_right.png) no-repeat;
    position: absolute;
    right: -56px;
    top: 59px
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(3) .thumb {
    background: url(../img/step3.png) no-repeat center center #fff
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(3):after {
    content: '';
    width: 22px;
    height: 46px;
    display: inline-block;
    background: url(../img/to_down.png) no-repeat;
    position: absolute;
    right: -16px;
    bottom: -84px
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(4) .thumb {
    background: url(../img/step6.png) no-repeat center center #fff
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(4):after {
    content: '';
    width: 45px;
    height: 21px;
    display: inline-block;
    background: url(../img/to_left.png) no-repeat;
    position: absolute;
    right: -56px;
    top: 59px
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(5) .thumb {
    background: url(../img/step5.png) no-repeat center center #fff
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(5):after {
    content: '';
    width: 45px;
    height: 21px;
    display: inline-block;
    background: url(../img/to_left.png) no-repeat;
    position: absolute;
    right: -56px;
    top: 59px
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(6) .thumb {
    background: url(../img/step4.png) no-repeat center center #fff
}

.sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step1 {
    display: none
}

.sep-mainbody.sep-page-detail {
    background: url(../img/contact_bg.png) no-repeat left 160px bottom 30px #c6c6c6;
    padding-bottom: 240px
}

.sep-mainbody.sep-page-detail .sep-container {
    background: transparent
}

.sep-mainbody.sep-page-detail .sep-container .sep-primary {
    width: 927px;
    background: #f3f3f3;
    border-radius: 6px;
    box-shadow: 0 0 15px #999
}

.sep-mainbody.sep-page-detail .sep-container .sep-primary .richtext {
    padding: 20px
}

.sep-mainbody.sep-page-detail .sep-container .sep-primary .richtext .sep-title {
    color: #009844;
    font-size: 34px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #8c8c8d
}

.sep-mainbody.sep-page-detail .sep-container .sep-primary .richtext .sep-title span {
    display: block;
    color: #8c8c8d
}

.sep-mainbody.sep-page-detail .sep-container .sep-primary .richtext * {
    color: #8c8c8d
}

.sep-page-contact {
    background: url(../img/contact_bg.png) no-repeat left 160px bottom 30px #c6c6c6;
    padding-bottom: 240px
}

.sep-page-contact .sep-container {
    background: transparent
}

.sep-page-contact .sep-container .sep-primary {
    width: 935px;
    float: none;
    margin: 0 auto
}

.sep-page-contact .sep-container .sep-primary .sep-contact-container {
    box-shadow: 0 0 20px #666
}

.sep-page-contact .sep-container .sep-primary .sep-contact-container .title {
    background: #00469b;
    color: #fff;
    font-size: 30px;
    padding: 10px 20px
}

.sep-page-contact .sep-container .sep-primary .sep-contact-container .datalist {
    background: #fff;
    padding: 40px 20px
}

.sep-page-contact .sep-container .sep-primary .sep-contact-container .datalist li {
    float: left;
    width: 31%;
    margin: 0 1%;
    text-align: center;
    padding: 2px;
    background: -webkit-linear-gradient(#009844, #00469b);
    background: -o-linear-gradient(#009844, #00469b);
    background: -moz-linear-gradient(#009844, #00469b);
    background: linear-gradient(#009844, #00469b);
    border-radius: 6px
}

.sep-page-contact .sep-container .sep-primary .sep-contact-container .datalist li .box {
    background: #fff;
    padding-top: 24px;
    padding-bottom: 15px;
    height: 250px
}

.sep-page-contact .sep-container .sep-primary .sep-contact-container .datalist li a, .sep-page-contact .sep-container .sep-primary .sep-contact-container .datalist li span {
    display: block;
    color: #009844;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px
}

.sep-page-contact .sep-container .sep-primary .sep-contact-container .datalist li a:hover {
    color: #00469b
}

.sep-page-contact .sep-container .sep-primary .sep-contact-container .datalist li:nth-child(1) a, .sep-page-contact .sep-container .sep-primary .sep-contact-container .datalist li:nth-child(2) a, .sep-page-contact .sep-container .sep-primary .sep-contact-container .datalist li:nth-child(1) span, .sep-page-contact .sep-container .sep-primary .sep-contact-container .datalist li:nth-child(2) span {
    padding-top: 30px
}

.sep-page-download {
    background: #ededed
}

.sep-page-download .sep-container {
    background: transparent
}

.sep-page-download .sep-container .sep-primary .btns a {
    display: inline-block;
    float: left;
    width: 25%;
    font-size: 20px;
    color: #b5b5b5;
    border-bottom: 4px solid #b5b5b5;
    text-align: center
}

.sep-page-download .sep-container .sep-primary .btns a.active {
    border-bottom: 4px solid #009844;
    color: #009844
}

.sep-page-download .sep-container .sep-primary .btns a:hover {
    color: #009844;
    border-bottom: 4px solid #009844
}

.sep-page-download .sep-container .sep-primary .sep-resource-download {
    background: #f6f6f6;
    padding: 20px
}

.sep-page-download .sep-container .sep-primary .sep-resource-download .sep-datalist li .thumb {
    position: relative
}

.sep-page-download .sep-container .sep-primary .sep-resource-download .sep-datalist li .thumb .title {
    position: absolute;
    background: rgba(209, 209, 209, 0.5);
    display: block;
    width: 100%;
    top: 0;
    color: #009844;
    height: 100%;
    border: 4px solid #009844;
    font-size: 20px;
    line-height: 246px;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}

.sep-page-download .sep-container .sep-primary .sep-resource-download .sep-datalist li .thumb .title button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #009844;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 0
}

.sep-page-download .sep-container .sep-primary .sep-resource-download .sep-datalist li .thumb .title button:after {
    content: '\f103';
    font-family: FontAwesome;
    padding-left: 5px
}

.sep-page-download .sep-container .sep-primary .sep-resource-download .sep-datalist li .thumb:hover .title {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.xp {
    position: fixed;
    right: 60px;
    bottom: 0;
    z-index: 1000
}

.xp i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 13px;
    font-weight: normal;
    cursor: pointer
}

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

.sep-pwd form {
    width: 50%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 6px
}

.sep-pwd form .close {
    display: inline-block;
    position: absolute;
    top: -18px;
    right: -18px;
    font-size: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    color: #209fd6;
    background: #fff;
    border-radius: 50%
}

.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: #00469b
}

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

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

.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: #00469b
}

.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 .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: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px
}

.sep-resource-list .sep-datalist li .title:hover {
    color: #00469b
}

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

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

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

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

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

.sep-resource-list-news .sep-datalist li {
    border: 2px solid transparent;
    position: relative;
    min-height: 170px;
    padding: 15px 10px 50px 200px;
    line-height: 1em;
    margin-bottom: 20px
}

.sep-resource-list-news .sep-datalist li:hover {
    border: 2px solid #009844
}

.sep-resource-list-news .sep-datalist li:hover .btn-read {
    display: inline-block
}

.sep-resource-list-news .sep-datalist li:hover .title {
    color: #009844
}

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

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

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

.sep-resource-list-news .sep-datalist li .title:hover {
    color: #00469b
}

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

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

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

.sep-resource-list-news .sep-datalist li .btn-read {
    position: absolute;
    bottom: 10px;
    right: 20px;
    border: solid 1px #009844;
    border-radius: 3px;
    background: #009844;
    padding: 2px 8px;
    color: #fff;
    font-size: 12px;
    display: none
}

.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: 140px;
    padding: 15px 10px 50px 10px;
    line-height: 1em
}

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

.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: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px
}

.sep-resource-list-nothumb .sep-datalist li .title:hover {
    color: #00469b
}

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

.sep-resource-list-nothumb .sep-datalist li .published {
    display: block;
    color: #999;
    font-size: 12px;
    margin-bottom: 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
}

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

.sep-resource-grid .sep-datalist li {
    position: relative;
    float: left;
    width: 33.3%;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 10px
}

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

.sep-resource-grid .sep-datalist li .thumb img {
    max-width: 100%;
    border: none
}

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

.sep-resource-grid .sep-datalist li .summary {
    display: block;
    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-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-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: #1d9166;
    background: #21a675;
    color: #fff
}

.inside-inner {
    margin-top: 5px
}

.inside-inner img {
    width: 100%
}

.sep-mainbody .sep-container .sep-sidebar {
    padding: 0;
    background: #00469b;
    border-radius: 0;
    padding-bottom: 30px
}

.sep-mainbody .sep-container .sep-sidebar.sidebar-normal {
    border: 2px solid #00469b;
    border-radius: 6px;
    background: transparent;
    padding-bottom: 10px
}

.sep-mainbody .sep-container .sep-sidebar.sidebar-normal dl {
    text-align: center
}

.sep-mainbody .sep-container .sep-sidebar.sidebar-normal dl dt {
    background: #00469b;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0
}

.sep-mainbody .sep-container .sep-sidebar.sidebar-normal dl dd {
    margin-top: 10px
}

.sep-mainbody .sep-container .sep-sidebar.sidebar-normal dl dd a {
    color: #8c8c8d;
    font-size: 18px;
    padding: 5px 0
}

.sep-mainbody .sep-container .sep-sidebar.sidebar-normal dl dd a:hover {
    color: #009844;
    text-decoration: underline
}

.sep-mainbody .sep-container .sep-sidebar.sidebar-box {
    border-radius: 10px;
    padding-bottom: 0;
    padding: 2px
}

.sep-mainbody .sep-container .sep-sidebar.sidebar-top {
    margin-top: 30px
}

.sep-mainbody .sep-container .sep-sidebar .datalist {
    background: #ededed
}

.sep-mainbody .sep-container .sep-sidebar .datalist li {
    text-align: center
}

.sep-mainbody .sep-container .sep-sidebar .datalist li a {
    text-transform: uppercase;
    font-size: 20px;
    color: #8c8c8d
}

.sep-mainbody .sep-container .sep-sidebar .datalist li a:hover {
    color: #009a45;
    text-decoration: underline
}

.sep-mainbody .sep-container .sep-sidebar .sep-sidebar-heading {
    background: url(../img/sidebar.png) no-repeat;
    height: 88px;
    font-size: 35px;
    line-height: 88px;
    text-align: center;
    color: #fff;
    position: relative;
    top: -16px
}

.sep-mainbody .sep-container .sep-sidebar .sep-sidebar-heading-nobg {
    color: #fff;
    height: 68px;
    font-size: 35px;
    line-height: 68px;
    text-align: center;
    font-weight: bold
}

.sep-mainbody .sep-container .sep-sidebar .panel {
    background: transparent;
    margin-bottom: 15px
}

.sep-mainbody .sep-container .sep-sidebar .panel.active ul {
    display: block
}

.sep-mainbody .sep-container .sep-sidebar .panel .panel-heading, .sep-mainbody .sep-container .sep-sidebar .panel .panel-heading a {
    height: 80px;
    color: #00469b;
    font-size: 40px;
    font-weight: bold;
    border-bottom: none;
    line-height: 65px;
    border-radius: 0;
    padding-left: 25px;
    cursor: pointer
}

.sep-mainbody .sep-container .sep-sidebar .panel ul {
    display: none
}

.sep-mainbody .sep-container .sep-sidebar .panel ul li a {
    color: #fff;
    text-align: center
}

.sep-mainbody .sep-container .sep-sidebar .panel ul li:hover {
    background: -webkit-linear-gradient(to right, #002d64, #00469b, #002d64);
    background: -o-linear-gradient(to right, #002d64, #00469b, #002d64);
    background: -moz-linear-gradient(to right, #002d64, #00469b, #002d64);
    background: linear-gradient(to right, #002d64, #00469b, #002d64)
}

.sep-mainbody .sep-container .sep-sidebar .panel:nth-child(2) .panel-heading {
    background: url(../img/pcr.jpg) no-repeat
}

.sep-mainbody .sep-container .sep-sidebar .panel:nth-child(3) .panel-heading {
    background: url(../img/tbr.jpg) no-repeat
}

.sep-mainbody .sep-container .sep-sidebar .panel:nth-child(4) .panel-heading {
    background: url(../img/otr.jpg) no-repeat
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .sep-box-heading {
    background: #565656;
    color: #fff;
    font-size: 24px;
    border-radius: 0;
    text-align: left;
    padding-left: 12px;
    padding-bottom: 8px
}

.sep-mainbody .sep-container .sep-sidebar .sep-box:last-child {
    background: #f2f2f2
}

.sep-mainbody .sep-container .sep-sidebar .sep-box:last-child .sep-box-body {
    background: #f2f2f2;
    padding-top: 15px;
    padding-bottom: 5px
}

.sep-mainbody .sep-container .sep-sidebar .sep-box:last-child .sep-box-body>div {
    padding-left: 73px;
    position: relative;
    min-height: 25px
}

.sep-mainbody .sep-container .sep-sidebar .sep-box:last-child .sep-box-body i {
    width: 17px;
    position: absolute;
    left: 10px;
    top: 5px
}

.sep-mainbody .sep-container .sep-sidebar .sep-box:last-child .sep-box-body .hd {
    position: absolute;
    display: inline-block;
    width: 42px;
    left: 28px;
    font-size: 13px;
    text-align: right
}

.sep-mainbody .sep-container .sep-sidebar .sep-box:last-child .sep-box-body:before {
    content: '';
    display: table;
    clear: both
}

.sep-mainbody .sep-container .sep-sidebar .sep-box:last-child .sep-box-body:after {
    content: '';
    display: table;
    clear: both
}

.sep-mainbody .sep-container .sep-sidebar .sep-box:last-child .sep-box-body .s_code {
    float: left;
    margin-top: 25px;
    padding-left: 10px
}

.sep-mainbody .sep-container .sep-sidebar .sep-box:last-child .sep-box-body .chat {
    float: right;
    padding-right: 3px
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .sep-box-body ul li {
    background: #f2f2f2;
    border: none
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .sep-box-body ul li:last-child .summary {
    border: none
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .sep-box-body ul li .summary {
    padding-left: 16px;
    position: relative;
    font-family: Arial;
    color: #666;
    padding-bottom: 5px;
    border-bottom: 1px solid #9e9e9e
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .sep-box-body ul li .summary:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f0c8';
    color: #565656;
    font-family: FontAwesome
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .sep-box-body ul li:hover .summary {
    text-decoration: none;
    color: #666;
    font-family: Arial;
    font-weight: normal
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .sep-box-body ul li:hover .summary:before {
    color: #00469b
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .panel-body {
    padding: 0
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .panel-body ul li {
    background: #f2f2f2
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .panel-body ul li:before {
    content: '';
    display: table;
    clear: both
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .panel-body ul li:after {
    content: '';
    display: table;
    clear: both
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .panel-body ul li .title {
    text-transform: uppercase;
    color: #00469b;
    font-size: 14px
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .panel-body ul li .title:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 6px
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .panel-body ul li .summary {
    width: 140px;
    float: left;
    height: 4em;
    overflow: hidden;
    padding-left: 12px
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .panel-body ul li .thumb {
    width: 86px;
    float: right;
    position: relative;
    top: -14px
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .panel-body ul li .thumb img {
    width: 86px
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .panel-body ul li:hover {
    background: #00469b
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .panel-body ul li:hover .title {
    color: #fff
}

.sep-mainbody .sep-container .sep-sidebar .sep-box .panel-body ul li:hover .summary {
    color: #fff
}

.sep-mainbody .sep-container .sep-sidebar-margin-top {
    margin-top: 50px
}

.sep-mainbody .sep-container .sep-primary .relate-list {
    padding: 20px
}

.sep-mainbody .sep-container .sep-primary .relate-list .sep-pagination {
    display: none
}

.sep-mainbody .sep-container .sep-primary .relate-list .sep-datalist li {
    width: 31%;
    float: left;
    margin: 0 1.16%
}

.sep-mainbody .sep-container .sep-primary .relate-list .sep-datalist li .title {
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-align: center
}

.sep-mainbody .sep-container .sep-primary .relate-list .sep-datalist li .title:hover {
    color: #00469b;
    text-decoration: underline
}

.sep-mainbody .sep-container .sep-primary .relate-list .sep-datalist li .thumb {
    width: 100%;
    display: block;
    border: 1px solid #bbb
}

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

.sep-mainbody .sep-container .sep-primary .relate-list .sep-datalist li .summary {
    display: none
}

.sep-mainbody .sep-container .sep-primary .relate-list .sep-datalist li .published {
    display: none
}

.sep-mainbody .sep-container .sep-primary .relate-list .sep-datalist li .btn-read {
    display: none
}

.sep-mainbody .sep-container .sep-primary .relate-list.relate-article-list .sep-datalist li {
    width: 46%;
    float: left;
    margin: 10px 1.16%
}

.sep-mainbody .sep-container .sep-primary .relate-list.relate-article-list .sep-datalist li h2 {
    overflow: hidden
}

.sep-mainbody .sep-container .sep-primary .relate-list.relate-article-list .sep-datalist li .title {
    display: inline-block;
    font-size: 14px;
    color: #000;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    height: 1.2em
}

.sep-mainbody .sep-container .sep-primary .relate-list.relate-article-list .sep-datalist li .title:before {
    content: '●';
    color: #000;
    padding-right: 5px
}

.sep-mainbody .sep-container .sep-primary .relate-list.relate-article-list .sep-datalist li .title:hover {
    color: #00469b;
    text-decoration: underline
}

.sep-mainbody .sep-container .sep-primary .relate-list.relate-article-list .sep-datalist li .thumb {
    width: 100%;
    display: block;
    border: 1px solid #bbb;
    display: none
}

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

.sep-mainbody .sep-container .sep-primary .relate-list.relate-article-list .sep-datalist li .summary {
    display: none
}

.sep-mainbody .sep-container .sep-primary .relate-list.relate-article-list .sep-datalist li .published {
    display: none
}

.sep-mainbody .sep-container .sep-primary .relate-list.relate-article-list .sep-datalist li .btn-read {
    display: none
}

.sep-mainbody .sep-container .sep-primary .sep-title {
    font-size: 20px;
    font-family: Arial;
    color: #565656;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px
}

.sep-mainbody .sep-container .sep-primary .contact-link {
    padding: 15px 10px;
    border-top: 1px solid #d9d9d9;
    margin-top: 5px
}

.sep-mainbody .sep-container .sep-primary .contact-link>a {
    line-height: 30px;
    height: 30px;
    display: inline-block;
    padding: 0 5px;
    float: right;
    margin-left: 5px;
    color: #00469b;
    font-size: 14px
}

.sep-mainbody .sep-container .sep-primary .contact-link>a:hover {
    color: #ffbf00
}

.sep-mainbody .sep-container .sep-primary .contact-link>a i {
    padding-right: 5px;
    font-size: 16px
}

.sep-mainbody .sep-container .sep-primary .contact-link>a span {
    position: relative;
    top: -1px;
    font-size: 14px
}

.sep-mainbody .sep-container .sep-primary .list-des {
    height: 9em;
    font-size: 1.2em;
    overflow: hidden;
    padding: 5px 10px
}

.sep-mainbody .sep-container .sep-primary .list-des ul li:before {
    content: '●'
}

.sep-mainbody .sep-container .sep-primary .list-des p {
    margin-bottom: 0
}

.sep-mainbody .sep-container .sep-primary .richtext {
    padding: 0 10px
}

.sep-mainbody .sep-container .sep-primary .richtext h3 {
    background: #00469b;
    color: #fff;
    display: table;
    padding: 0 3px
}

.sep-mainbody .sep-container .sep-primary .richtext .xtitle {
    color: #009844;
    font-size: 21px;
    font-weight: bold
}

.sep-mainbody .sep-container .sep-primary .richtext ul li:before {
    content: '■';
    color: #009844
}

.sep-mainbody .sep-container .sep-primary .richtable {
    padding: 0
}

.sep-mainbody .sep-container .sep-primary .richtable table {
    border-bottom: 3px solid #00469b;
    padding: 0 40px
}

.sep-mainbody .sep-container .sep-primary .richtable table tr td {
    border: none;
    text-align: center;
    color: #727171;
    font-size: 14px;
    word-break: normal
}

.sep-mainbody .sep-container .sep-primary .richtable table tr td:first-child {
    font-size: 12px;
    color: #5b5858;
    font-weight: bold
}

.sep-mainbody .sep-container .sep-primary .richtable table tr td:nth-child(2) {
    width: 50px
}

.sep-mainbody .sep-container .sep-primary .richtable table tr:nth-child(1), .sep-mainbody .sep-container .sep-primary .richtable table tr:nth-child(2) {
    background: -webkit-linear-gradient(to right, #00408e, #002f67, #004599);
    background: -o-linear-gradient(to right, #00408e, #002f67, #004599);
    background: -moz-linear-gradient(to right, #00408e, #002f67, #004599);
    background: linear-gradient(to right, #00408e, #002f67, #004599)
}

.sep-mainbody .sep-container .sep-primary .richtable table tr:nth-child(1) td, .sep-mainbody .sep-container .sep-primary .richtable table tr:nth-child(2) td {
    color: #fff
}

.sep-mainbody .sep-container .sep-primary .richtable table tr:nth-child(1) td:nth-child(1), .sep-mainbody .sep-container .sep-primary .richtable table tr:nth-child(2) td:nth-child(1) {
    font-size: 32px;
    width: 100px
}

.sep-mainbody .sep-container .sep-primary .richtable2 {
    padding: 0;
    overflow-x: scroll
}

.sep-mainbody .sep-container .sep-primary .richtable2 table {
    border-bottom: 3px solid #00469b;
    padding: 0 40px
}

.sep-mainbody .sep-container .sep-primary .richtable2 table tr td {
    border: none;
    text-align: center;
    color: #727171;
    font-size: 14px;
    word-break: normal;
    border: 1px solid #ddd
}

.sep-mainbody .sep-container .sep-primary .richtable2 table tr td:first-child {
    font-size: 12px;
    color: #5b5858;
    font-weight: bold
}

.sep-mainbody .sep-container .sep-primary .richtable2 table tr td:nth-child(2) {
    width: 50px
}

.sep-mainbody .sep-container .sep-primary .richtable2 table tr:nth-child(1) td:nth-child(1) {
    font-size: 32px;
    width: 100px
}

.sep-mainbody .sep-container .sep-primary .sep-des-more {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 20px;
    background: url(../img/des_bg.png) no-repeat center bottom;
    padding-bottom: 20px
}

.sep-mainbody .sep-container .sep-primary .sep-des-more a {
    font-size: 14px;
    display: inline-block;
    padding-right: 5px
}

.sep-mainbody .sep-container .sep-primary .sep-des-more a i {
    font-size: 24px;
    color: #d5d5d5;
    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-mainbody .sep-container .sep-primary .sep-des-more a i.rot {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.sep-mainbody .sep-container .sep-primary .sep-resource-inner-product-grid li .thumb {
    position: relative
}

.sep-mainbody .sep-container .sep-primary .sep-resource-inner-product-grid li .thumb .title {
    position: absolute;
    background: rgba(99, 99, 99, 0.8);
    display: block;
    width: 100%;
    top: 0;
    color: #fff;
    height: 85%;
    font-size: 14px;
    line-height: 246px;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}

.sep-mainbody .sep-container .sep-primary .sep-resource-inner-product-grid li .thumb:hover .title {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.sep-mainbody .sep-container .sep-primary .sep-inner-product-list .sep-datalist li {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.sep-mainbody .sep-container .sep-primary .sep-inner-product-list .sep-datalist li .summary {
    display: none
}

.sep-mainbody .sep-container .sep-primary .sep-inner-product-list .sep-datalist li .thumb {
    background: transparent;
    border: 1px solid #ddd;
    height: 100%
}

.sep-mainbody .sep-container .sep-primary .sep-inner-product-list .sep-datalist li .title {
    font-weight: normal;
    text-align: center;
    margin-top: 20px
}

.sep-mainbody .sep-container .sep-primary .sep-inner-product-list .sep-datalist li .title:hover {
    color: #00469b
}

.sep-mainbody .sep-container .sep-primary .sep-inner-product-list .sep-datalist li:hover .title {
    color: #00469b
}

.sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0
}

.sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li {
    border-bottom: solid 1px #ddd;
    position: relative;
    min-height: 287px;
    padding: 15px 10px 50px 420px;
    line-height: 1em;
    margin-bottom: 15px
}

.sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li .thumb {
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 391px;
    height: 262px;
    overflow: hidden;
    text-align: center
}

.sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li .thumb img {
    max-width: 100%;
    width: 391px;
    height: 262px;
    border: 1px solid #ddd
}

.sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li .title {
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    padding-top: 3px;
    text-transform: uppercase
}

.sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li .title:hover {
    color: #00469b
}

.sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li .summary {
    display: block;
    color: #666;
    line-height: 1.5em;
    word-break: break-all;
    height: 7.4em;
    overflow: hidden;
    font-size: 14px
}

.sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li .published {
    display: none;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px
}

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

.sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li .btn-read {
    position: absolute;
    bottom: 10px;
    left: 420px;
    right: auto;
    border-radius: 0;
    background: #565655;
    padding: 5px 25px;
    color: #fff;
    font-size: 12px;
    border: none
}

.sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li .btn-read:hover {
    background: #00469b;
    color: #fff
}

.sep-mainbody .sep-container .sep-primary .sep-content-toggle {
    margin-bottom: 3px
}

.sep-mainbody .sep-container .sep-primary .sep-content-toggle button {
    font-size: 16px;
    position: relative;
    color: #565655;
    font-family: Arial;
    background: #fff;
    border: none;
    padding: 10px 30px;
    outline: none;
    text-transform: uppercase
}

.sep-mainbody .sep-container .sep-primary .sep-content-toggle button i {
    position: absolute;
    z-index: 100;
    top: 83%;
    left: 0;
    right: 0;
    font-size: 30px;
    display: none;
    color: #ddd
}

.sep-mainbody .sep-container .sep-primary .sep-content-toggle button.active {
    color: #00469b
}

.sep-mainbody .sep-container .sep-primary .sep-content-toggle button.active i {
    display: block;
    color: #ddd
}

.sep-mainbody .sep-container .sep-primary .sep-content-toggle button:hover {
    color: #ddd
}

.sep-mainbody .sep-container .sep-primary .sep-content-toggle button:nth-child(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #000
}

.sep-mainbody .sep-container .sep-primary .sep-content-box {
    box-shadow: 0 0 6px #aaa;
    padding: 37px 20px
}

.sep-mainbody .sep-container .sep-primary .sep-content-box .sep-details {
    font-size: 14px;
    font-family: Open Sans;
    color: #565656
}

.sep-mainbody .sep-container .box-x {
    margin-top: 13px;
    padding-bottom: 30px
}

.sep-mainbody .sep-container .box-x .text {
    width: 538px;
    float: right
}

.sep-mainbody .sep-container .box-x .text h1 {
    color: #009844;
    font-size: 30px;
    padding-left: 8px
}

.sep-mainbody .sep-container .box-x .mutiple-drawings {
    width: 329px;
    float: left
}

.sep-mainbody .sep-container .box-x .mutiple-drawings ul {
    width: 329px;
    margin-top: 20px
}

.sep-mainbody .sep-container .box-x .mutiple-drawings ul li {
    margin-bottom: 15px;
    float: left;
    padding: 10px;
    margin-top: 20px;
    width: 33.33%
}

.sep-mainbody .sep-container .box-x .mutiple-drawings ul li a img {
    width: 100%;
    border: 1px solid #ddd
}

.sep-mainbody .sep-container .box-x .mutiple-drawings .box-m {
    width: 100%
}

.sep-mainbody .sep-container .box-x .mutiple-drawings .box-m .zoomPad {
    width: 100%;
    text-align: center;
    border: 1px solid #ddd
}

.sep-mainbody .sep-container .box-x .mutiple-drawings .box-m a .preview {
    max-width: 100%
}

.sep-mainbody .sep-container .box-x .sketch {
    width: 600px;
    float: right
}

.sep-mainbody .sep-container .box-x .sketch .sep-detail-title {
    font-size: 20px;
    color: #000;
    display: block;
    padding: 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px
}

.sep-mainbody .sep-container .box-x .sketch .sep-relate-resource {
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
    margin-bottom: 40px
}

.sep-mainbody .sep-container .box-x .sketch .sep-relate-resource ul li {
    width: 220px;
    float: left;
    margin-right: 32px
}

.sep-mainbody .sep-container .box-x .sketch .sep-relate-resource ul li .thumb img {
    width: 220px;
    height: 170px;
    border: 1px solid #ddd;
    padding: 13px 0
}

.sep-mainbody .sep-container .box-x .sketch .sep-relate-resource ul li .title {
    text-transform: uppercase;
    font-size: 14px;
    color: #565656;
    margin-top: 15px;
    text-align: center;
    display: block
}

.sep-mainbody .sep-container .box-x .sketch .sep-relate-resource ul li .title:hover {
    color: #00469b
}

.sep-mainbody .sep-container .box-x .sketch .contact-link>a {
    background: #00469b;
    color: #fff;
    padding: 5px 10px;
    margin-right: 20px
}

.sep-mainbody .sep-container .pro-relate {
    margin-top: 30px
}

.sep-mainbody .sep-container .pro-relate .hd {
    margin-bottom: 30px;
    padding: 10px 20px;
    color: #fff;
    font-size: 30px;
    background: -webkit-linear-gradient(right, #00469b, #002d64, #004599);
    background: -o-linear-gradient(right, #00469b, #002d64, #004599);
    background: -moz-linear-gradient(right, #00469b, #002d64, #004599);
    background: linear-gradient(to right, #00469b, #002d64, #004599);
    box-shadow: 0 0 6px #002d64
}

.sep-mainbody .sep-container .pro-relate ul li {
    float: left;
    width: 50%;
    border: 4px solid transparent;
    position: relative;
    padding: 20px 20px 20px 206px;
    min-height: 310px
}

.sep-mainbody .sep-container .pro-relate ul li:hover {
    border: 4px solid #009844
}

.sep-mainbody .sep-container .pro-relate ul li:hover .title {
    color: #009844;
    border-bottom: 2px solid #009844
}

.sep-mainbody .sep-container .pro-relate ul li:hover .btn-read {
    display: block
}

.sep-mainbody .sep-container .pro-relate ul li .thumb {
    display: inline-block;
    width: 170px;
    height: 170px;
    position: absolute;
    left: 20px;
    top: 20px;
    overflow: hidden
}

.sep-mainbody .sep-container .pro-relate ul li .thumb img {
    width: 170px;
    height: 170px;
    max-width: 100%
}

.sep-mainbody .sep-container .pro-relate ul li .title {
    color: #8c8c8d;
    font-size: 40px;
    font-family: MOOLBOR;
    border-bottom: 2px solid #8c8c8d
}

.sep-mainbody .sep-container .pro-relate ul li span {
    color: #8c8c8d;
    font-size: 14px;
    display: block;
    margin-top: 15px
}

.sep-mainbody .sep-container .pro-relate ul li .btn-read {
    color: #fff;
    background: #009844;
    font-size: 16px;
    position: absolute;
    right: 20px;
    bottom: 40px;
    display: none
}

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

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

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

.faq-list .faq-item .faq-answer {
    box-shadow: 0 1px 4px #ccc;
    border-radius: 8px;
    padding: 10px;
    display: inline-block;
    float: right;
    margin: 5px;
    margin-left: 40px;
    padding-right: 130px;
    background-size: auto 30px;
    min-height: 40px;
    font-size: 14px
}

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

@media screen and (max-width:1110px) {
    .sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li .thumb {
        width: 195px;
        height: 131px
    }

    .sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li .thumb img {
        width: 195px;
        height: 131px
    }

    .sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li {
        min-height: 200px;
        padding: 15px 10px 50px 231px
    }

    .sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li .btn-read {
        left: 231px
    }
}

@media screen and (max-width:640px) {
    .sep-mainbody .sep-container .box-x .mutiple-drawings .box-m {
        width: 80%
    }

    .sep-mainbody .sep-container .pro-relate ul li {
        width: 100%
    }

    .sep-mainbody .sep-container .box-x .sketch {
        width: 100%
    }

    .sep-mainbody .sep-container .box-x .sketch .sep-relate-resource ul li {
        width: 40%
    }

    .sep-mainbody .sep-container .box-x .mutiple-drawings {
        width: 100%
    }
}

@media screen and (max-width:610px) {
    .sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li .thumb {
        width: 120px;
        height: 90px
    }

    .sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li .thumb img {
        width: 120px;
        height: 90px
    }

    .sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li {
        min-height: 140px;
        padding: 15px 10px 50px 154px
    }

    .sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li .btn-read {
        left: 154px
    }

    .sep-mainbody .sep-container .sep-primary .sep-details-list .sep-datalist li .summary {
        height: 4.4em
    }
}

.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: #21a675;
    border-color: #21a675;
    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;
    background: #666 url(../img/b1.png) no-repeat -10px -12px;
    opacity: .2
}

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

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

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

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

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





#change1, #change {
    display: inline-block;
    line-height: 27px;
    font-size: 14px;
    height: 27px;
    margin-left: 10px;
    cursor: pointer;
    color: #00aead
}

#change1:hover, #change:hover {
    color: #1f9244
}

.lanbox {
    overflow-x: hidden;
    position: absolute;
    top: 60px;
    z-index: 1000;
    width: 100%;
    transition: all 1s
}

.lanbox .language_main2 {
    width: 90%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    z-index: 1000;
    right: 0;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: transform .7s ease-out;
    -webkit-transition: transform .7s ease-out
}

.lanbox .language_main2 ul li {
    background: #2e2e2e;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #404040;
    position: relative
}

.lanbox .language_main2 ul li:hover {
    background: #00469b
}

.lanbox .language_main2 ul li a {
    display: block;
    padding: 20px 0 20px 0;
    padding-left: 60px;
    color: #fff
}

.lanbox .language_main2 ul li a:hover {
    background: #00469b
}

.lanbox .language_main2 ul li a img {
    position: absolute;
    right: 60px
}

.lanbox .lan_fixed {
    transform: translateX(0);
    -webkit-transform: translateX(0)
}



.form {
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 7px
}

.form .top-btn.btn {
    background: #00469b;
    color: #fff;
    position: relative;
    left: -3px;
    top: -1px;
    border-radius: 0;
    height: 33px
}

.change a {
    color: #00aead;
    font-size: 14px
}

.change a:hover {
    color: #0c9
}



#bottom {
    display: none
}

.bottom {
    padding-top: 30px
}

.bottom a {
    font-size: 14px;
    color: #a6a6a6
}

.bottom a:hover {
    text-decoration: underline;
    color: #fff
}

.bottom ul li {
    float: left;
    font-size: 14px;
    color: #a6a6a6;
    line-height: 30px;
    margin: 0 10px
}

.bottom .ul_3 {
    margin: 15px auto
}

@media screen and (max-width:640px) {
 
 

    .bottom {
        background: #383d41;
        border-top: 13px solid #00469b
    }

    .bottom .ul_3 div {
        display: block
    }

 
 

    .change3 {
        position: relative;
        right: 20px
    }

  

  

    #change1 {
        margin-top: 10px;
        margin-left: 0;
        text-align: center;
        width: 100%;
        color: #fff
    }



    #bottom {
        display: block
    }

    #bottom .ul_3 {
        float: none;
        margin-left: 0;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 15px;
        margin-top: 15px
    }

    #bottom .ul_3 a:hover {
        color: #666
    }

    .bottom .ul_3 div {
        width: 100%;
        margin: 0
    }

    #bottom .ul_3 h4 {
        padding: 10px 30px;
        background: #00aead;
        color: #fff;
        cursor: pointer;
        position: relative
    }

    #bottom .ul_3 div li {
        color: #fff
    }

    #bottom .ul_3 div li a {
        color: #fff
    }

    #bottom .ul_3 h4 span {
        display: inline-block;
        position: absolute;
        width: 7px;
        height: 12px;
        left: 10px;
        top: 10px;
        z-index: 10;
        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
    }

    #bottom .ul_3 h4 .active {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg)
    }

    .bottom ul li {
        float: none
    }

    #bottom .ul_1 li a .r {
        opacity: 0;
        position: relative;
        left: 50px;
        text-decoration: none;
        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
    }
}



@media screen and (max-width:1366px) {
    .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:1280px) {
    .sep-footer .copyright {
        padding: 0 20px
    }
}

@media screen and (max-width:1240px) {
    .sep-footer {
        background: #009170;
        min-height: auto;
        padding-bottom: 20px
    }

    .sep-footer .sep-bottom-box dl dt {
        box-shadow: none
    }

    .sep-footer .sep-bottom-box {
        padding: 0;
        width: 100%
    }

    .sep-footer .sep-bottom-box dl {
        padding: 20px;
        top: 0;
        width: 33.33%
    }

    .sep-footer .sep-bottom-box dl:nth-child(2) {
        top: 0;
        margin: 0
    }

    .sep-footer .sep-bottom-box dl:nth-child(3) {
        top: 0
    }

    .sep-footer .sep-bottom-box dl dt {
        background: transparent
    }

    .sep-footer .sep-bottom-box dl dt:before {
        display: none
    }

    .sep-about .dateline {
        display: none
    }

    .sep-about .box .summary {
        width: 100%
    }

    .sep-container {
        width: 100%;
        padding: 0 20px
    }

    .sep-about {
        height: auto
    }

    .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-body .sep-index-product-slider .bd .box .content .other-color ul li {
        margin-right: 10px
    }

    .sep-body .sep-container .sep-index-company .sep-why-selsect {
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        border: none
    }

    .sep-body .sep-container .sep-index-company .sep-news {
        width: 100%;
        border: none
    }

    .sep-body .sep-container .sep-index-company .sep-why-selsect .content .thumb {
        display: none
    }

    .sep-body .sep-container .sep-index-company .sep-why-selsect .content .summary {
        width: 100%
    }
}

@media screen and (max-width:1210px) {
    .sep-box-news .sep-news {
        width: 732px;
        float: none;
        margin: 0 auto
    }

    .sep-inner-banner {
        padding: 0
    }

    .sep-box-news .sep-news .thumb {
        margin: 15px auto
    }

    .sep-box-news .sep-right-box {
        float: none;
        margin: 0 auto
    }
}

@media screen and (max-width:1200px) {
    .sep-header .sep-container {
        width: 100%;
        padding: 0 20px
    }
}

@media screen and (max-width:1160px) {
    .sep-mainbody .sep-container .sep-primary .sep-title {
        margin-top: 15px
    }

    .slick-slide img {
        width: 90%
    }

    .sep-mainnav>.sep-container>.logo_box .logo img {
        margin: 0;
        margin-top: 67px;
        width: 200px
    }

    .sep-mainnav .kt-language li a {
        font-size: 12px;
        color: #00469b
    }

    .sep-mainnav>.sep-container-box {
        width: 100%
    }

    .sep-mainnav>.sep-container>.pc-nav {
        margin-top: 78px;
        padding-left: 85px
    }

    .sep-mainnav>.sep-container>.pc-nav>li>a {
        font-family: MOOLBOR;
        text-transform: uppercase;
        font-size: 25px;
        display: inline-block;
        height: 46px;
        line-height: 54px;
        padding: 0 10px;
        color: #fff;
        position: relative;
        z-index: 100
    }

    .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: 0 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%
    }

    .slideBox {
        top: 0
    }

    .slideBox .bd ul li .banner-select-hd {
        width: 100%
    }
}

@media screen and (max-width:1090px) {
    .sep-header .sep-container .sep-header-nav>ul>li>a {
        padding: 0 10px;
        padding-bottom: 17px
    }

    .sep-product .sep-title {
        background: transparent;
        color: #00469b;
        padding-left: 0;
        text-align: center
    }

    .sep-product .sep-container .mis-stage {
        margin-top: 0
    }
}

@media screen and (max-width:1040px) {
    .sep-body .sep-index-product-slider .bd .box {
        padding-top: 24px
    }

    .sep-mainnav .kt-language li.contact-us {
        display: none
    }

    .sep-body .sep-index-product-slider .bd .box .content .sep-title {
        display: block;
        text-align: center;
        padding-top: 10px
    }

    .sep-body .sep-index-product-slider .hd .sep-container ul li {
        padding-left: 0;
        text-align: center;
        padding-bottom: 13px;
        height: 100%
    }

    .sep-body .sep-index-product-slider .hd .sep-container ul li .thumb {
        position: static;
        float: none
    }

    .sep-body .sep-index-product-slider .bd .box .content .summary {
        text-align: justify;
        margin-top: 10px;
        margin-bottom: 15px
    }

    .sep-body .sep-index-product-slider .bd .box .content .other-color {
        display: table;
        margin: 0 auto
    }

    .sep-body .sep-index-product-slider .bd .box .lg-thumb {
        float: none;
        width: auto;
        display: table;
        text-align: center;
        display: block;
        margin: 0 auto
    }

    .sep-body .sep-index-product-slider .bd .box .lg-thumb img {
        width: 300px
    }

    .sep-footer .sep-bottom-box .bottom-contact-detail {
        width: 30%
    }
}

@media screen and (max-width:1024px) {
    .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%
    }

    .sep-mainnav ul li a {
        padding: 6px 10px
    }
}

@media screen and (max-width:1010px) {
    .sep-page-contact .sep-container .sep-primary {
        width: 100%
    }

    .sep-mainbody.sep-page-service .sep-container .sep-primary {
        width: 100%
    }

    .slideBox {
        width: 100%
    }

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

    .sep-mainbody.sep-page-detail .sep-container .sep-primary {
        width: 100%
    }

    .sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(1):after, .sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(2):after, .sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(3):after, .sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(4):after, .sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(5):after, .sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li:nth-child(6):after {
        display: none;
        opacity: 0
    }
}

@media screen and (max-width:960px) {
    .sep-mainnav>.sep-container>.logo_box .logo img {
        margin: 0;
        margin-top: 81px;
        width: 146px
    }

    .sep-mainnav>.sep-container>.pc-nav {
        margin-top: 78px;
        padding-left: 42px
    }

    .sep-mainbody .sep-container .box-x .mutiple-drawings {
        float: none;
        margin: 0 auto
    }

    .sep-mainbody .sep-container .box-x .text {
        float: none;
        width: 100%
    }

    .sep-header .sep-container .top_code {
        display: none
    }

    .sep-header .sep-container .sep-header-search-form {
        margin-right: 0
    }

    .sep-body .sep-container .sep-index-product ul li .thumb {
        width: 100%;
        height: 100%
    }

    .sep-body .sep-container .sep-index-product ul li .thumb img {
        width: 100%;
        height: 100%
    }

    .sep-mainnav>.sep-container>.pc-nav>li>a {
        padding: 0 5px
    }
}

@media screen and (max-width:856px) {
    .sep-mainnav>.sep-container>.logo_box .logo img {
        display: none
    }

    .sep-mainnav>.sep-container>.pc-nav {
        margin-top: 78px;
        padding-left: 135px
    }

    .sep-footer .sep-bottom-box dl dd a {
        font-size: 23px
    }

    .sep-footer .sep-bottom-box dl:nth-child(3) dd {
        font-size: 14px
    }

    .sep-footer .sep-bottom-box dl:nth-child(3) dd span {
        font-size: 14px
    }

    .sep-footer .sep-bottom-box dl:nth-child(3) dd a {
        font-size: 14px
    }

    .sep-footer .sep-bottom-box dl:nth-child(2) dd a {
        font-size: 14px
    }

    .sep-footer .copyright span {
        font-size: 12px
    }

    .sep-footer .copyright .sitemap {
        font-size: 12px
    }

    .sep-footer .sep-bottom-box dl dt span {
        font-size: 40px
    }

    .sep-footer .sep-bottom-box dl dt {
        height: auto;
        line-height: normal
    }

    .sep-box-news .sep-news {
        width: 100%
    }

    .sep-box-news .sep-right-box {
        width: 100%
    }

    .sep-mainbody .sep-primary .sep-content .mult-image .cp_rt {
        float: none;
        margin: 0 auto
    }

    .sep-body .sep-container .sep-index-product ul li {
        width: 33.333%
    }

    .cp_le {
        float: none
    }

    .txtbox_ul li {
        font-size: 11px;
        margin: 0 6px 0 0
    }

    .sep-share {
        display: none
    }

    .sep-header .sep-container .sep-header-nav>ul>li>a {
        padding: 0 5px;
        padding-bottom: 20px
    }

    .sep-box-news .sep-right-box .sep-why ul li {
        float: none;
        width: 280px;
        margin: 15px auto
    }
}

@media screen and (max-width:768px) {
    .sep-mainnav>.sep-container>.pc-nav {
        margin-top: 78px;
        padding-left: 95px
    }

    .sep-page-contact .sep-container .sep-primary .sep-contact-container .datalist li {
        width: 100%;
        margin: 2% 0
    }

    .slideBox {
        margin: 0
    }

    .sep-container {
        width: 100%
    }

    .language_main {
        width: 80%
    }
}

@media screen and (max-width:768px) {
    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li {
        background: none
    }

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

    .sep-body .sep-container .sep-index-product ul li {
        width: 50%
    }

    .sep-body .sep-container .sep-index-about {
        padding: 37px 30px;
        padding-bottom: 50px
    }
}

@media screen and (max-width:640px) {
    .sep-about {
        background: none;
        margin-top: auto
    }

    .sep-about .box .summary, .sep-about .box p, .sep-about .box .title {
        color: #333
    }

    .sep-about .box {
        padding-top: 20px
    }

    .sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li {
        width: 42%
    }

    .sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step {
        display: none
    }

    .sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step1 {
        display: block
    }

    .xp {
        display: none
    }

    .sep-banner form {
        display: none
    }

    .sep-services {
        padding: 35px 5px 20px 5px
    }

    .sep-services .sep-slider a {
        padding: 0 20px
    }

    .sep-services .sep-slider a .pic1 {
        width: 10px
    }

    .sep-services .sep-slider a .pic2 {
        width: 10px
    }

    .sep-body .sep-container .sep-index-product .sep-datalist li {
        width: 50%
    }

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

    .sep-body .sep-container .sep-consult ul li:nth-child(2) {
        margin: 0 auto;
        margin-bottom: 2%
    }

    .sep-body .sep-container .sep-application .toggle .btn {
        font-size: 12px
    }

    .tq_online {
        display: none
    }

    .sep_index_aside .index-video {
        display: none
    }

    .sep_index_aside {
        padding-top: 20px
    }

    .slideBox2 {
        width: 90%
    }

    .btn.btn-primary {
        background: #00469b;
        border-color: #00469b;
        width: 100%
    }

    .btn.btn-primary:active {
        background: #0052b4;
        border-color: #0052b4
    }

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

    #onlineService {
        display: none
    }

    .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-resource-grid .sep-datalist li .thumb {
        height: auto;
        line-height: normal
    }

    .sep-banner .banner-text {
        background: none
    }

    .sep-banner .banner-text .summary {
        color: #333;
        padding-left: 0
    }

    .sep-banner .banner-text .btn {
        margin-left: 0
    }

    .sep-banner .banner-text .summary:before {
        content: '>>>>';
        display: inline-block;
        position: static;
        color: #333
    }

    .sep-about .box .summary, .sep-about .box p {
        width: 100%
    }

    .sep-mainbody .sep-container .sep-primary .richtable {
        overflow-x: scroll
    }
}

@media screen and (max-width:610px) {
    .sep-resource-list-news .sep-datalist li .summary {
        height: 3em;
        overflow: hidden
    }

    .sep-resource-list-news .sep-datalist li .thumb {
        width: 100px
    }

    .sep-mainbody .sep-container .sep-primary .sep-resource-inner-product-grid li .thumb .title {
        display: none
    }

    .sep-product .sep-title {
        font-size: 36px;
        min-height: auto
    }

    .sep-mainbody .sep-container .sep-primary .relate-list.relate-article-list .sep-datalist li {
        width: 100%
    }

    .sep-resource-list-news .sep-datalist li {
        padding: 15px 10px 15px 120px;
        min-height: 80px
    }

    .sep-mainbody.sep-page-detail .sep-container .sep-primary .richtext .sep-title {
        font-size: 18px
    }

    .sep-banner form {
        display: none
    }

    .sep-about .bottom-title {
        display: none
    }

    .sep-about .box .summary {
        font-size: 16px
    }

    .sep-body .sep-container .sep-index-company .sep-news {
        width: 320px;
        float: none;
        margin: 0 auto
    }

    .sep-body .sep-container .sep-index-company .sep-news ul li {
        width: 100%;
        margin-right: 0
    }

    .sep-body .sep-index-product-slider .hd .sep-container ul li .title {
        display: 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-body .sep-index-product-slider .bd .box .content .other-color ul li {
        margin-right: 0
    }

    .sep-index-companyfile .btn-tab button {
        width: 100%
    }

    .sep-body .sep-container .sep-company .list2 .box .box-lf {
        width: 100%;
        margin-bottom: 10px
    }

    .sep-body .sep-container .sep-company .list2 .box .box-rt {
        width: 100%
    }

    .sep-body .sep-container .sep-company .list2 .box .box-rt .summary {
        height: 10em;
        display: block;
        overflow: hidden
    }

    .sep-body .sep-container .sep-company .list5 .box dl dd {
        width: 48%
    }

    .sep-body .sep-container .sep-company .list4 .box img {
        width: 100%;
        margin-bottom: 10px
    }

    .sep-body .sep-container .sep-company .list3 .box dl dd {
        width: 40%
    }

    .sep-body .sep-container .sep-company .list3 .box dl dd:nth-child(3), .sep-body .sep-container .sep-company .list3 .box dl dd:nth-child(4) {
        width: 48%
    }

    .sep-body .sep-container .sep-company .list3 .box dl dd .summary {
        display: none
    }

    .sep-body .sep-container .sep-company .bx-wrapper .bx-pager a {
        width: 30px
    }

    .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:520px) {
    .sep-box-news .sep-right-box .box .sep-customers {
        width: 100%;
        margin-bottom: 20px
    }

    .sep-box-news .sep-right-box .box .sep-partners {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .sep-body .sep-index-product-slider .bd .box .content .other-color {
        text-align: center
    }

    .sep-body .sep-container .sep-index-product ul li {
        width: 100%;
        border: none
    }

    .sep-body .sep-container .sep-index-product .sep-datalist li {
        width: 100%
    }

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

@media screen and (max-width:420px) {
    .sep-mainbody.sep-page-service .sep-container .sep-primary .sep-step li {
        width: 90%;
        margin: 0 auto;
        float: none;
        margin-bottom: 103px
    }

    .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 {
        padding: 5px;
        margin-top: 10px;
        float: left
    }

    .sep-mainbody .sep-container .pro-relate ul li .thumb {
        width: 100%;
        height: auto;
        position: static
    }

    .sep-mainbody .sep-container .pro-relate ul li .thumb img {
        width: 100%;
        height: auto;
        max-width: 100%
    }

    .sep-mainbody .sep-container .pro-relate .hd {
        font-size: 20px
    }

    .sep-mainbody .sep-container .pro-relate ul li {
        padding: 20px
    }

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