@charset "utf-8";

.sep_breadcrumb {
    width: 100%;
    background-color: #f0f0f0
}

.sep_breadcrumb .sep_container {
    padding: 12px 0 12px 0
}

.sep_breadcrumb .sep_container .div_boxs i {
    margin-right: 10px;
    line-height: 24px
}

.sep_breadcrumb .sep_container .div_boxs .breadcrumb {
    width: 100%;
    flex-wrap: wrap
}

.sep_breadcrumb .sep_container .div_boxs .breadcrumb li {
    display: inline-block
}

.sep_breadcrumb .sep_container .div_boxs .breadcrumb li:last-child a {
    color: #ff7e00
}

.sep_breadcrumb .sep_container .div_boxs .breadcrumb li a {
    line-height: 24px;
    font-size: 12px
}

.sep_breadcrumb .sep_container .div_boxs .breadcrumb li a:hover {
    color: #ff7e00
}

.sep_breadcrumb .sep_container .div_boxs .breadcrumb li:after {
    content: '>';
    margin: 0 3px
}

.sep_breadcrumb .sep_container .div_boxs .breadcrumb li:last-child:after {
    content: '';
    display: none
}

.sep-resource-list2 li {
    padding-left: 160px;
    position: relative;
    border-bottom: 1px solid #ff7e00;
    padding-top: 5px;
    min-height: 152px;
    margin-bottom: 30px
}

.sep-resource-list2 li.nothumb {
    padding-left: 0
}

.sep-resource-list2 li.nothumb .thumb {
    display: none
}

.sep-resource-list2 li .thumb {
    display: block;
    position: absolute;
    width: 140px;
    overflow: hidden;
    left: 0;
    top: 0
}

.sep-resource-list2 li .thumb img {
    width: 100%
}

.sep-resource-list2 li .times {
    display: block;
    font-size: 14px;
    color: #545454;
    margin-bottom: 6px
}

.sep-resource-list2 li .titles {
    display: block;
    color: #545454;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px
}

.sep-resource-list2 li .titles:hover {
    color: #ff7e00
}

.sep-resource-list2 li .summary {
    display: block;
    color: #545454;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 10px
}

.sep-resource-list2 li .more {
    text-transform: uppercase;
    color: #ff7e00;
    font-size: 12px;
    font-weight: bold
}

.sep-resource-list2 li .more:hover {
    text-decoration: underline
}

.sep-pagination {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center
}

.sep-pagination .pagination {
    margin: 29px 0;
    display: inline-block;
    padding-left: 0;
    border-radius: 4px
}

.sep-pagination .pagination .active a {
    background: #ff7e00;
    color: #fff;
    border: 1px solid #ff7e00
}

.sep-pagination .pagination li {
    display: inline;
    border-radius: 5px
}

.sep-pagination .pagination li a {
    padding: 11px 20px;
    margin: 0 5px;
    border-radius: 5px;
    background: #ebebeb;
    color: #333;
    border: 1px solid #ebebeb
}

.sep-pagination .pagination li a:hover {
    background: #ff7e00 !important;
    color: #fff !important;
    border: 1px solid #ff7e00 !important
}

.sep-pagination .pagination li:first-child a {
    border-radius: 5px;
    padding: 11px 20px;
    color: #333;
    background-color: #ebebeb;
    border: 1px solid #ebebeb
}

.sep-pagination .pagination li:last-child a {
    border-radius: 5px;
    padding: 11px 19.5px;
    color: #333;
    background-color: #ebebeb;
    border: 1px solid #ebebeb
}

@media screen and (max-width:768px) {
    .sep-pagination .pagination {
        margin: 10px 0
    }

    .sep-pagination .pagination li a {
        padding: 5px 8px !important;
        margin: 0 !important
    }
}

.receiver_btn_group {
    justify-content: space-around;
    margin-top: 20px;
    flex-wrap: wrap
}

.receiver_btn_group .btn {
    min-width: 220px;
    margin: 5px 0;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ff7e00;
    background-color: #ff7e00;
    color: #fff;
    border-radius: 5px
}

.receiver_btn_group .btn:hover {
    color: #ff7e00;
    background-color: #fff
}

.sep-resource-grid .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden
}

.sep-resource-grid .sep-datalist li {
    position: relative;
    float: left;
    width: 33.33%;
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 18px;
    box-sizing: border-box
}

.sep-resource-grid .sep-datalist li .thumb {
    display: block;
    width: 100%;
    line-height: 159px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 8px;
    border: 1px solid #cecece
}

.sep-resource-grid .sep-datalist li .thumb img {
    max-width: 100%;
    margin: 0 auto
}

.sep-resource-grid .sep-datalist li .thumb img:hover {
    transform: scale(1.1)
}

.sep-resource-grid .sep-datalist li .title {
    line-height: 1.5em;
    height: 1.5em;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 20px;
    color: #323232;
    margin-top: 20px;
    text-align: center
}

.sep-resource-grid .sep-datalist li .title:hover {
    color: #ff7e00
}

.sep-resource-grid .sep-datalist li .summary {
    display: none;
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
    color: #777
}

.sep-resource-grid .sep-datalist li .published {
    display: none
}

.sep-resource-grid .sep-datalist li .btn-read {
    display: none
}

@media screen and (max-width:768px) {
    .sep-resource-grid .sep-datalist li {
        width: 100%
    }
}

.sep-faq-list3 li {
    margin-bottom: 20px
}

.sep-faq-list3 li:nth-child(1) .faq-answer {
    display: block
}

.sep-faq-list3 li.active .faq-question .q {
    background: #ff7e00
}

.sep-faq-list3 li .faq-question {
    position: relative;
    min-height: 42px;
    padding-left: 40px;
    background: #f0f0f0;
    cursor: pointer
}

.sep-faq-list3 li .faq-question .q {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #ebebeb;
    background: #9d9d9d;
    width: 40px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
    font-size: 16px
}

.sep-faq-list3 li .faq-question .faq_title {
    color: #333;
    font-size: 16px;
    padding: 0 15px;
    display: inline-block;
    line-height: 42px;
    height: 42px;
    padding-right: 45px
}

.sep-faq-list3 li .faq-question i {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.sep-faq-list3 li .faq-answer {
    color: #292929;
    font-size: 14px;
    line-height: 1.8em;
    padding: 30px 0;
    padding-bottom: 10px;
    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: 120px;
    padding: 15px 10px 50px 10px
}

.sep-resource-list-nothumb .sep-datalist li .thumb {
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    display: none
}

.sep-resource-list-nothumb .sep-datalist li .thumb img {
    max-width: 100%;
    height: 90px;
    display: none;
    border: 1px solid #ddd
}

.sep-resource-list-nothumb .sep-datalist li .title {
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    height: auto;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px
}

.sep-resource-list-nothumb .sep-datalist li .title:hover {
    color: #ff7e00
}

.sep-resource-list-nothumb .sep-datalist li .summary {
    display: block;
    color: #666;
    line-height: 1.5em;
    word-break: break-all;
    width: 100%
}

.sep-resource-list-nothumb .sep-datalist li .published {
    display: block;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px
}

.sep-resource-list-nothumb .sep-datalist li .published:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    margin-right: 5px
}

.sep-resource-list-nothumb .sep-datalist li .btn-read {
    position: absolute;
    bottom: 50px;
    left: 10px;
    border: solid 1px #ccc;
    border-radius: 3px;
    background: #f0f0f0;
    padding: 2px 8px;
    color: #333;
    font-size: 12px
}

.overflow-x {
    overflow-x: auto
}

.detail_module {
    margin-top: 50px
}

.detail_module .module_title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    line-height: 30px;
    font-size: 24px;
    border-bottom: 1px solid #d8d8d8
}

.detail_module .module_title:after {
    content: '';
    width: 55px;
    height: 3px;
    background-color: #ff7e00;
    left: 0;
    position: absolute;
    bottom: -1px
}

.detail_module .submit_group {
    flex-wrap: wrap
}

.detail_module .submit_group .input {
    width: calc(50% - 7.5px);
    height: 45px;
    margin-bottom: 20px;
    line-height: 43px;
    color: #888383;
    background-color: #fcfcfc;
    position: relative
}

.detail_module .submit_group .input i {
    position: absolute;
    right: 10px;
    line-height: 45px;
    color: green;
    top: 0
}

.detail_module .submit_group .input p {
    line-height: 19px;
    display: none
}

.detail_module .submit_group .input:nth-child(2n+1) {
    margin-right: 15px
}

.detail_module .submit_group .input.file {
    text-indent: 18px;
    position: relative
}

.detail_module .submit_group .input.file input {
    position: absolute;
    opacity: 0;
    width: 82px;
    right: 10px;
    cursor: pointer
}

.detail_module .submit_group .input.file .text {
    color: #00a0e9;
    font-size: 12px;
    line-height: 43px;
    position: absolute;
    right: 10px;
    top: 0
}

.detail_module .submit_group .input input {
    border: 1px solid #d8d8d8;
    outline: none;
    text-indent: 18px;
    background-color: #fcfcfc;
    height: 100%;
    width: 100%
}

.detail_module .submit_group .input input.has-success {
    border-color: green
}

.detail_module .submit_group .input input.has-error {
    border-color: red
}

.detail_module .submit_group .textarea {
    width: 100%;
    height: 165px;
    padding: 15px;
    background-color: #fcfcfc;
    border: 1px solid #d8d8d8;
    margin-bottom: 20px
}

.detail_module .submit_group .textarea textarea {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    background-color: #fcfcfc;
    resize: none;
    margin-bottom: 12px
}

.detail_module .submit_group .captcha {
    width: 260px;
    position: relative;
    border: 1px solid #d8d8d8;
    height: 45px;
    margin-right: calc(100% - 260px)
}

.detail_module .submit_group .captcha .img {
    width: 80px;
    height: 33px;
    position: absolute;
    top: 6px;
    right: 5px
}

.detail_module .submit_group .captcha input {
    border: none;
    outline: none;
    text-indent: 18px;
    background-color: #fcfcfc;
    height: 100%
}

.detail_module .submit_group button {
    font-size: 18px;
    width: 140px;
    height: 40px;
    background-color: #fff;
    border-radius: 3px;
    line-height: 40px;
    border: none;
    outline: none;
    border: 1px solid #ff7e00;
    margin-top: 30px;
    color: #ff7e00
}

.detail_module .submit_group button:hover {
    color: #fff;
    background-color: #ff7e00
}

.map iframe {
    border: none;
    width: 100%;
    height: 400px
}

@media screen and (max-width:768px) {
    .map iframe {
        height: 200px
    }
}

.video_group {
    flex-wrap: wrap
}

.video_group .video_item {
    width: calc(100%/3 - 40px/3);
    margin-right: 20px
}

.video_group .video_item .img {
    width: 100%;
    overflow: hidden
}

.video_group .video_item .img img {
    width: 100%
}

.video_group .video_item .img img:hover {
    transform: scale(1.2)
}

.video_group .video_item .video_title {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 10px 0;
    width: 100%
}

.video_group .video_item .video_title:hover {
    color: #144b9e
}

.video_group .video_item:nth-child(3n) {
    margin-right: 0
}

@media screen and (max-width:768px) {
    .video_group .video_item {
        width: 100%;
        margin-right: 0
    }
}

.fz50 {
    font-size: 50px;
    line-height: 55px
}

.mb50 {
    margin-bottom: 50px !important
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.mb0 {
    margin-bottom: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.fz44 {
    font-size: 44px;
    line-height: 50px
}

.fz40 {
    font-size: 40px
}

.fz24 {
    font-size: 24px
}

.fz30 {
    font-size: 30px
}

.color-white {
    color: #fff !important
}

a.color-white:hover {
    color: #ff7e00 !important
}

.text-uppercase {
    text-transform: uppercase
}

.text-bold {
    font-family: Poppins-Bold
}

.flex-center {
    justify-content: center
}

.block {
    display: block
}

.sep-transition {
    transition: All .4s ease;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease
}

.full-screen {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.scale-hide,
.sep-scale-mask {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}

.black {
    color: #000
}

.color333 {
    color: #333
}

.form-group {
    margin-bottom: 15px
}

.sep-app-list .richtext h2 {
    margin-bottom: 30px;
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-family: Poppins-Bold
}

.sep-map {
    height: 800px
}

.sep-breadcrumb {
    min-height: 50px;
    background: rgba(0, 0, 0, 0.2)
}

.sep-breadcrumb.active {
    margin-top: 150px
}

.sep-breadcrumb .breadcrumb {
    display: flex;
    flex-wrap: wrap
}

.sep-breadcrumb .breadcrumb.color-white li:last-child a {
    color: #fff
}

.sep-breadcrumb .breadcrumb.color-white li a {
    font-size: 18px;
    color: #fff
}

.sep-breadcrumb .breadcrumb.color-white li a:hover {
    color: #fff
}

.sep-breadcrumb .breadcrumb:before {
    content: '\e67a';
    font-family: "iconfont" !important;
    display: inline-block;
    color: #ff7e00;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 3px
}

.sep-breadcrumb .breadcrumb li {
    margin-right: 10px
}

.sep-breadcrumb .breadcrumb li+li:before {
    content: '/';
    display: inline-block;
    margin-right: 7px
}

.sep-breadcrumb .breadcrumb li:last-child a {
    color: #ff7e00
}

.sep-breadcrumb .breadcrumb li:last-child a:hover {
    text-decoration: underline
}

.sep-breadcrumb .breadcrumb li a {
    font-size: 18px;
    color: #000
}

.sep-breadcrumb .breadcrumb li a:hover {
    color: #ff7e00
}

.sep-inner-banner {
    margin-top: 150px
}

.sep-inner-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.sep-inner-banner .richtext a {
    color: #ff7e00
}

.sep-inner-banner .sep-breadcrumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.sep-inner-banner .sep-breadcrumb li+li:before {
    content: '/';
    display: inline-block;
    color: #fff;
    margin-right: 7px
}

.sep-inner-banner .sep-breadcrumb li a {
    color: #fff
}

.sep-inner-banner .info-box .title {
    margin-bottom: 60px;
    position: relative
}

.sep-inner-banner .info-box .title.active:before {
    left: calc(50% - 30px)
}

.sep-inner-banner .info-box .title:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #ff7e00;
    position: absolute;
    left: 0;
    bottom: -30px
}

.sep-inner-banner .info-box .more-box {
    height: 46px;
    background: #fff;
    font-size: 18px;
    padding-left: 20px;
    color: #ff7e00;
    margin-right: 50px
}

.sep-inner-banner .info-box .more-box:last-child {
    margin-right: 0
}

.sep-inner-banner .info-box .more-box:hover {
    background: #ff7e00;
    color: #fff
}

.sep-inner-banner .info-box .more-box i:not(.iconx) {
    font-size: 26px;
    margin-right: 3px
}

.sep-inner-banner .info-box .more-box .iconx {
    height: 46px;
    margin-left: 20px;
    width: 67px;
    background: #ff7e00;
    color: #fff;
    font-size: 20px
}

.sep-inner-banner .scroll-down {
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 127px;
    bottom: 69px
}

.sep-inner-banner .scroll-down i {
    color: #fff;
    font-size: 20px;
    margin-left: 2px
}

.sep-app-banner .info-box {
    top: 60%
}

.sep-app-banner .info-box .title {
    font-size: 45px
}

.sep-section-normal {
    padding-top: 100px;
    padding-bottom: 90px
}

.sep-section-normal.bg {
    background: #fafafa
}

.sep-section-normal.bg2 {
    background: #f6faff
}

.sep-section-normal.bg3 {
    background: #eee
}

.sep-section-normal.bg4 {
    background: #f7f9ff
}

.sep-section-normal.bg5 {
    background: url(../img/gkc-bg.jpg) no-repeat;
    background-size: cover
}

.sep-section-normal.bg404 {
    padding-top: 40px;
    background: url(../img/404-bg.jpg) no-repeat center center
}

.sep-section-normal .normal-title i {
    color: #ff7e00;
    font-size: 20px;
    margin-right: 5px
}

.sep-section-normal .sep-pro-grid .item {
    margin-bottom: 80px
}

.sep-section-normal .sep-pro-grid .item .box:hover .mask .summary {
    opacity: 1
}

.sep-section-normal .sep-pro-grid .item .box:hover .mask .title-box .title {
    color: #ff7e00
}

.sep-section-normal .sep-pro-grid .item .box:hover .mask .title-box .more {
    opacity: 1
}

.sep-section-normal .sep-pro-grid .item .box .mask {
    position: absolute;
    width: 100%;
    height: 120%;
    left: 0;
    top: 0;
    flex-direction: column
}

.sep-section-normal .sep-pro-grid .item .box .mask .summary {
    background: rgba(255, 102, 0, 0.7);
    padding: 27px;
    color: #fff;
    font-size: 18px;
    line-height: 1.6em;
    flex: auto;
    opacity: 0;
    overflow: auto;
    max-height: calc(100% - 80px)
}

.sep-section-normal .sep-pro-grid .item .box .title-box {
    flex-shrink: 0;
    height: 80px
}

.sep-section-normal .sep-pro-grid .item .box .title-box .title {
    background: #fff;
    height: 80px;
    font-size: 18px;
    padding: 0 24px;
    width: 360px
}

.sep-section-normal .sep-pro-grid .item .box .title-box .more {
    height: 80px;
    opacity: 0
}

.sep-section-normal .sep-pro-grid .item .box .title-box .more i {
    width: 49px;
    height: 49px;
    background: #ff7e00;
    color: #fff;
    font-size: 20px
}

.sep-section-normal .sep-faq-items-second .item {
    border-top: 1px solid #dbdbdb;
    padding: 42px 0;
    padding-right: 42px
}

.sep-section-normal .sep-faq-items-second .item:last-child {
    border-bottom: 1px solid #dbdbdb
}

.sep-section-normal .sep-faq-items-second .item .title {
    width: 510px;
    padding-left: 20px;
    flex-shrink: 0;
    color: #333;
    font-size: 18px;
    padding-right: 90px;
    line-height: 28px
}

.sep-section-normal .sep-faq-items-second .item .title i {
    font-size: 30px;
    margin-right: 22px
}

.sep-section-normal .sep-faq-items-second .item:hover {
    background: #ff7e00
}

.sep-section-normal .sep-faq-items-second .item:hover * {
    color: #fff !important
}

.sep-section-normal .sep-faq-items {
    margin: 0 -15px
}

.sep-section-normal .sep-faq-items .item {
    padding: 0 15px
}

.sep-section-normal .sep-faq-items .item .box {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #ff7e00;
    padding: 0 20px;
    padding-top: 30px;
    padding-bottom: 20px
}

.sep-section-normal .sep-faq-items .item .box:hover .title i {
    color: #ff7e00
}

.sep-section-normal .sep-faq-items .item .box:hover .content i {
    color: #ff7e00
}

.sep-section-normal .sep-faq-items .item .box .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px
}

.sep-section-normal .sep-faq-items .item .box .title i {
    color: #cfcfcf;
    font-size: 20px;
    margin-right: 5px;
    margin-left: 3px;
    position: relative;
    top: -2px
}

.sep-section-normal .sep-faq-items .item .box .content i {
    color: #cfcfcf;
    font-size: 30px;
    margin-right: 2px
}

.sep-section-normal .sep-faq-items .item .box .alias {
    position: absolute;
    color: #666;
    font-size: 56px;
    opacity: .06;
    bottom: 0;
    left: 20px
}

.sep-section-normal .contain-h2 h2 {
    font-size: 44px;
    font-family: Poppins-Bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center
}

.sep-section-normal .contain-h2 p {
    opacity: .6
}

.sep-section-normal .contain-h2-normal h2 {
    font-size: 44px;
    font-family: Poppins-Bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: normal
}

.sep-section-normal .list-video-box {
    width: 975px;
    height: 548px
}

.sep-section-normal .title-line {
    padding-bottom: 18px;
    border-bottom: 6px solid rgba(218, 37, 28, 0.2);
    position: relative
}

.sep-section-normal .title-line:before {
    content: '';
    display: block;
    width: 450px;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -6px;
    border-bottom: 6px solid #da251c
}

.sep-section-normal.app-wrap {
    background: url(../img/app-bg.jpg) no-repeat top center
}

.sep-section-normal.app-wrap .info-box {
    padding-left: 450px
}

.sep-section-normal.app-wrap .info-box .alias {
    color: #ff7e00;
    letter-spacing: 5px;
    font-size: 20px
}

.sep-section-normal.app-wrap .box-slide .thumb {
    max-height: 451px
}

.sep-section-normal.app-wrap .box-slide .thumb img {
    height: 100%
}

.sep-section-normal.app-wrap .box-slide .thumb {
    z-index: 1
}

.sep-section-normal.app-wrap .box-slide .box:hover .mask {
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    padding-top: 50px
}

.sep-section-normal.app-wrap .box-slide .box:hover .mask .title {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 29px;
    padding-left: 0
}

.sep-section-normal.app-wrap .box-slide .box:hover .mask .title:before {
    height: 3px;
    background: #fff;
    top: auto;
    bottom: -2px
}

.sep-section-normal.app-wrap .box-slide .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 84%;
    left: 0;
    padding-left: 50px;
    padding-right: 40px
}

.sep-section-normal.app-wrap .box-slide .mask .title {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-left: 25px;
    z-index: 3;
    margin-bottom: 50px
}

.sep-section-normal.app-wrap .box-slide .mask .title:hover {
    color: #ff7e00
}

.sep-section-normal.app-wrap .box-slide .mask .title:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: #ff7e00;
    position: absolute;
    left: 0;
    top: -8px;
    z-index: -1
}

.sep-section-normal.app-wrap .box-slide .mask .more {
    width: 160px;
    height: 40px;
    background: #fff;
    color: #ff7e00;
    margin-top: 60px
}

.sep-section-normal.app-wrap .box-slide .mask .more:hover {
    background: #ff7e00;
    color: #fff
}

.sep-section-normal.app-wrap .box-slide .mask .more:hover i {
    color: #fff
}

.sep-section-normal.app-wrap .box-slide .mask .more i {
    margin-left: 5px
}

.sep-section-normal.app-wrap .box-slide .swiper-button-next,
.sep-section-normal.app-wrap .box-slide .swiper-button-prev {
    width: auto;
    height: auto;
    margin-top: 0;
    background-image: none
}

.sep-section-normal.app-wrap .box-slide .swiper-button-next i,
.sep-section-normal.app-wrap .box-slide .swiper-button-prev i {
    width: 50px;
    height: 50px;
    color: #ff7e00;
    border: 1px solid #ff7e00
}

.sep-section-normal.app-wrap .box-slide .swiper-button-next:not(.swiper-button-disabled):hover i,
.sep-section-normal.app-wrap .box-slide .swiper-button-prev:not(.swiper-button-disabled):hover i {
    background: #ff7e00;
    color: #fff
}

.sep-section-normal.app-wrap .box-slide .swiper-button-prev {
    left: -100px;
    top: 77px
}

.sep-section-normal.app-wrap .box-slide .swiper-button-next {
    left: -100px;
    right: auto;
    top: 167px
}

.sep-section-normal.how-bgs {
    background-size: cover
}

.sep-section-normal.how-bg .richtext.opacity {
    opacity: .6
}

.sep-section-normal.how-bg .summary {
    line-height: 32px;
    color: #333
}

.sep-section-normal.how-bg .thumb a {
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.2)
}

.sep-section-normal.how-bg .thumb a:hover i {
    color: #ff7e00
}

.sep-section-normal.how-bg .thumb i {
    color: #fff;
    font-size: 60px
}

.sep-section-normal.how-bg .items {
    margin: 0 -20px
}

.sep-section-normal.how-bg .items .item {
    padding: 0 20px
}

.sep-section-normal.how-bg .items .item .num {
    color: #ff7e00;
    font-size: 20px
}

.sep-section-normal.how-bg .items .item .num .line {
    height: 1px;
    margin-left: 18px;
    background: #ff7e00;
    display: inline-block;
    flex: auto
}

.sep-section-normal.how-bg .items .item .title {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px
}

.sep-section-normal.how-bg .items .item .richtext {
    text-align: justify
}

.sep-section-normal .app-bg {
    background: url(../img/dot-bg.png) no-repeat bottom center
}

.sep-section-normal .app-box .alias {
    font-size: 16px;
    color: #c3c3c3;
    letter-spacing: 10px
}

.sep-section-normal .app-box .info {
    flex: auto;
    margin-right: 40px
}

.sep-section-normal .app-box .thumb {
    width: 410px;
    flex-shrink: 0
}

.sep-section-normal .equipment-bg {
    background: url(../img/contact-bg.jpg) no-repeat;
    background-size: 100%;
    padding-top: 100px;
    padding-bottom: 30px
}

.sep-section-normal.contact-bg {
    background: #333;
    padding: 60px 0
}

.sep-section-normal.contact-bg .contact-title {
    margin-bottom: 50px;
    position: relative
}

.sep-section-normal.contact-bg .contact-title:before {
    content: '';
    display: block;
    height: 3px;
    width: 60px;
    background: #ff7e00;
    position: absolute;
    bottom: -26px
}

.sep-section-normal.contact-bg .text {
    font-size: 20px;
    color: #fff;
    margin-top: 10px
}

.sep-section-normal.contact-bg .contact-items {
    margin-bottom: 25px
}

.sep-section-normal.contact-bg .contact-items .item {
    margin-bottom: 10px;
    align-items: flex-start
}

.sep-section-normal.contact-bg .contact-items .item:last-child {
    margin-bottom: 0
}

.sep-section-normal.contact-bg .contact-items .item i {
    min-width: 30px;
    color: #ff7e00;
    margin-right: 10px;
    line-height: 30px
}

.sep-section-normal.contact-bg .contact-items .item .info {
    display: flex
}

.sep-section-normal.contact-bg .contact-items .item .hd {
    color: #ff7e00;
    opacity: .6;
    font-size: 20px;
    margin-bottom: 5px;
    margin-right: 30px
}

.sep-section-normal.contact-bg .contact-items .item .content {
    max-width: 380px;
    line-height: 1.6em;
    font-size: 16px
}

.sep-section-normal.contact-bg .contact-items .item .content a {
    color: #fff
}

.sep-section-normal.contact-bg .contact-items .item .content a:hover {
    color: #ff7e00
}

.sep-section-normal.contact-bg .form-box {
    padding-top: 146px
}

.sep-section-normal.contact-bg .form-box .sep-form .form-group {
    position: relative;
    margin-bottom: 15px
}

.sep-section-normal.contact-bg .form-box .sep-form .form-group label {
    position: absolute;
    left: 0;
    top: 11px;
    display: none
}

.sep-section-normal.contact-bg .form-box .sep-form .form-group label i {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.3)
}

.sep-section-normal.contact-bg .form-box .sep-form .form-group .form-control {
    height: 48px;
    background: transparent;
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding-left: 10px
}

.sep-section-normal.contact-bg .form-box .sep-form .form-group .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px
}

.sep-section-normal.contact-bg .form-box .sep-form .form-group .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px
}

.sep-section-normal.contact-bg .form-box .sep-form .form-group .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px
}

.sep-section-normal.contact-bg .form-box .sep-form .form-group textarea.form-control {
    height: 120px
}

.sep-section-normal.contact-bg .form-box .sep-form .form-group .btn-primary {
    background: #ff7e00;
    border-radius: 0;
    border: none;
    width: 220px;
    height: 60px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer
}

.sep-section-normal.contact-bg .form-box .sep-form .form-group .btn-primary i {
    margin-left: 10px
}

.sep-section-normal.culture-bg {
    background: url(../img/culture.jpg) no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 274px
}

.sep-section-normal.culture-bg:before {
    content: '';
    display: block;
    width: 280px;
    height: 40px;
    background: #da251c;
    position: absolute;
    right: 0;
    bottom: 0
}

.sep-section-normal.case-bg {
    background: url(../img/case-bg3.jpg) no-repeat center center
}

.sep-section-normal .contact-title {
    margin-bottom: 50px;
    position: relative
}

.sep-section-normal .contact-title:before {
    content: '';
    display: block;
    height: 3px;
    width: 60px;
    background: #ff7e00;
    position: absolute;
    bottom: -26px
}

.sep-section-normal h1.sep-title {
    font-size: 50px
}

.sep-section-normal .sep-title {
    font-size: 44px;
    margin-bottom: 10px;
    color: #000
}

.sep-section-normal .sep-title span {
    font-family: Poppins-Bold
}

.sep-section-normal .sep-alias {
    font-size: 36px;
    color: #000
}

.sep-section-normal .show-detail-wrap {
    background: url(../img/shadow.png) no-repeat bottom center
}

.sep-section-normal .show-detail-wrap .btn {
    position: absolute;
    width: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    top: calc(50% - 25px);
    font-size: 25px;
    color: #333;
    cursor: pointer;
    z-index: 2;
    text-align: center
}

.sep-section-normal .show-detail-wrap .btn.swiper-button-disabled {
    pointer-events: none
}

.sep-section-normal .show-detail-wrap .btn:hover {
    background-color: #ff7e00;
    color: #fff
}

.sep-section-normal .show-detail-wrap .btn.btn_left {
    left: 0
}

.sep-section-normal .show-detail-wrap .btn.btn_right {
    right: 0
}

.sep-section-normal .show-detail-wrap .thumb {
    position: relative;
    background: url(../img/tb.png) no-repeat top 120px center;
    background-size: 100%;
    overflow: hidden
}

.sep-section-normal .show-detail-wrap .thumb img {
    width: 100%
}

.sep-section-normal .show-detail-wrap .thumb img:hover {
    transform: scale(1.1)
}

.sep-section-normal .show-detail-wrap .thumb .cover-box {
    padding: 20px;
    background-color: rgba(18, 56, 132, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
    transform: scale(0);
    transition: all .5s
}

.sep-section-normal .show-detail-wrap .thumb .cover-box .item {
    margin-bottom: 20px
}

.sep-section-normal .show-detail-wrap .thumb .cover-box a {
    color: #fff
}

.sep-section-normal .show-detail-wrap .thumb .cover-box a:hover {
    color: #ff7e00
}

.sep-section-normal .show-detail-wrap .thumb:hover .cover-box {
    transform: scale(1)
}

.sep-section-normal .show-detail-wrap .info-box .title {
    font-size: 30px;
    color: #333;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ff7e00;
    padding-left: 30px;
    position: relative
}

.sep-section-normal .show-detail-wrap .info-box .title:hover {
    color: #ff7e00
}

.sep-section-normal .show-detail-wrap .info-box .more {
    width: 250px;
    height: 60px;
    background: #333;
    color: #fff;
    font-size: 20px;
    margin-top: 50px;
    margin-left: 65px
}

.sep-section-normal .show-detail-wrap .info-box .more:hover {
    background: #ff7e00
}

.sep-section-normal .show-detail-wrap .info-box .more i {
    font-size: 20px;
    margin-left: 10px
}

.sep-section-normal .show-detail-wrap .info-box .richtext {
    padding-right: 65px
}

.sep-section-normal .page {
    margin-left: auto;
    margin-bottom: 34px
}

.sep-section-normal .page i {
    color: #ff7e00;
    font-size: 16px
}

.sep-section-normal .page .box {
    font-size: 20px;
    color: #333
}

.sep-section-normal .page .box .current {
    color: #333;
    font-size: 20px
}

.sep-section-normal .page .box .total {
    color: #999
}

.sep-section-normal .pro-slide {
    padding: 0 124px
}

.sep-section-normal .pro-slide .swiper-slide-thumb-active .pic {
    border: 1px solid #ff7e00
}

.sep-section-normal .pro-slide .swiper-button-next,
.sep-section-normal .pro-slide .swiper-button-prev {
    background-image: none;
    width: auto;
    height: auto;
    top: 41%
}

.sep-section-normal .pro-slide .swiper-button-next i,
.sep-section-normal .pro-slide .swiper-button-prev i {
    width: 40px;
    height: 40px;
    border: 1px solid #ff7e00;
    border-radius: 50%;
    color: #ff7e00;
    padding-left: 1px
}

.sep-section-normal .pro-slide .swiper-button-next:not(.swiper-button-disabled):hover i,
.sep-section-normal .pro-slide .swiper-button-prev:not(.swiper-button-disabled):hover i {
    background: #ff7e00;
    color: #fff
}

.sep-section-normal .pro-slide .title {
    font-size: 20px;
    margin-top: 25px;
    text-align: center
}

.sep-section-normal .pro-slide .title:before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 0;
    background: #ff7e00;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.sep-section-normal .pro-slide .title:hover {
    color: #ff7e00;
    text-align: left
}

.sep-section-normal .pro-slide .title:hover:before {
    width: 65px;
    margin-right: 10px
}

.sep-section-normal .sep-choose-items .item {
    padding: 0 40px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 50px;
    width: 25%
}

.sep-section-normal .sep-choose-items .item:nth-child(1) {
    background: url(../img/choose.jpg) no-repeat;
    background-size: cover;
    padding-right: 20px;
    position: relative
}

.sep-section-normal .sep-choose-items .item:nth-child(1)::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0
}

.sep-section-normal .sep-choose-items .item:nth-child(2) {
    background: #ff7e00
}

.sep-section-normal .sep-choose-items .item:nth-child(3) {
    background: rgba(255, 126, 0, 0.8)
}

.sep-section-normal .sep-choose-items .item:nth-child(4) {
    background: rgba(255, 126, 0, 0.6)
}

.sep-section-normal .sep-choose-items .item .box-info {
    position: relative;
    z-index: 1
}

.sep-section-normal .sep-choose-items .item .box-info .title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px
}

.sep-section-normal .sep-choose-items .item .box-info .alias {
    color: #fff;
    font-size: 36px;
    line-height: 1.6em;
    margin-bottom: 66px
}

.sep-section-normal .sep-choose-items .item .box-info .icons i {
    color: #fff;
    font-size: 20px;
    margin-right: 10px
}

.sep-section-normal .sep-choose-items .item .info .num {
    color: #fff;
    font-size: 60px;
    margin-bottom: 15px
}

.sep-section-normal .sep-choose-items .item .info .alias {
    color: #fff;
    font-size: 24px;
    margin-bottom: 54px
}

.sep-section-normal .sep-choose-items .item .info .alias:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #f51b24;
    position: absolute;
    left: 0;
    bottom: -22px
}

.sep-section-normal .sep-choose-items .item .info .text {
    color: #fff;
    font-size: 16px;
    line-height: 1.8em
}

.sep-section-normal .sep-choose-items .item .info .text * {
    color: #fff;
    font-size: 16px
}

.sep-section-normal .industrial-wrap {
    padding-left: 95px
}

.sep-section-normal .industrial-wrap .thumb {
    width: 288px;
    flex-shrink: 0
}

.sep-section-normal .industrial-wrap .info-box {
    padding-top: 135px;
    padding-left: 90px;
    padding-right: 90px;
    flex: auto
}

.sep-section-normal .industrial-wrap .box-slide {
    max-width: 708px;
    margin-top: 20px
}

.sep-section-normal .industrial-wrap .box-slide .num {
    color: rgba(0, 47, 167, 0.06);
    font-size: 60px
}

.sep-section-normal .industrial-wrap .box-slide .title {
    font-size: 24px;
    color: #ff7e00;
    margin-bottom: 15px;
    margin-top: -30px
}

.sep-section-normal .industrial-wrap .box-slide .richtext {
    color: #666
}

.sep-section-normal .industrial-wrap .box-slide .richtext * {
    color: #666
}

.sep-section-normal .box-slide2 {
    padding-left: 236px;
    margin-top: -48px
}

.sep-section-normal .box-slide2 .swiper-button-next,
.sep-section-normal .box-slide2 .swiper-button-prev {
    position: static;
    margin-top: 0;
    width: auto;
    height: auto;
    margin-right: 10px;
    background-image: none
}

.sep-section-normal .box-slide2 .swiper-button-next i,
.sep-section-normal .box-slide2 .swiper-button-prev i {
    width: 60px;
    height: 60px;
    border: 1px solid #ff7e00;
    color: #ff7e00;
    font-size: 20px
}

.sep-section-normal .box-slide2 .swiper-button-next i:hover,
.sep-section-normal .box-slide2 .swiper-button-prev i:hover {
    background-color: #ff7e00;
    color: #fff
}

.sep-section-normal .box-slide2 .swiper-slide img {
    transform: scale(.95);
    transition: all .3s
}

.sep-section-normal .box-slide2 .swiper-slide-thumb-active img {
    transform: scale(1)
}

.sep-section-normal .box-slide2 .swiper-pagination {
    position: static;
    margin-left: 80px
}

.sep-section-normal .box-slide2 .swiper-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 28px;
    background: transparent;
    position: relative;
    margin: 0;
    margin-right: 15px;
    opacity: 1
}

.sep-section-normal .box-slide2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(0, 47, 167, 0.1)
}

.sep-section-normal .box-slide2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #ff7e00
}

.sep-section-normal .box-slide2 .swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #d3d3d3;
    border-radius: 50%;
    top: 8px;
    left: 8px
}

.sep-section-normal .box-slide2 .control-box {
    margin-top: 30px;
    padding-left: 47px
}

.sep-section-normal .equipment-wrap {
    align-items: center
}

.sep-section-normal .equipment-wrap .thumb {
    text-align: center;
    flex-shrink: 0
}

.sep-section-normal .equipment-wrap .info .items {
    position: relative
}

.sep-section-normal .equipment-wrap .info .items .item {
    margin-bottom: 40px
}

.sep-section-normal .equipment-wrap .info .items .item:last-child {
    margin-bottom: 0
}

.sep-section-normal .equipment-wrap .info .items .item i {
    color: #ff7e00;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 4px
}

.sep-section-normal .faq-slide {
    padding-bottom: 46px
}

.sep-section-normal .faq-slide .swiper-pagination {
    width: 100%;
    margin-top: 46px
}

.sep-section-normal .faq-slide .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #7da0fa;
    margin: 0 5px;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.sep-section-normal .faq-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background: #ff7e00;
    border-radius: 6px
}

.sep-section-normal .faq-slide .swiper-slide {
    padding-top: 50px
}

.sep-section-normal .faq-slide .box {
    background: #fff;
    height: 460px;
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 20px;
    top: 0
}

.sep-section-normal .faq-slide .box:hover {
    box-shadow: 6px 8px 24px rgba(0, 0, 0, 0.2);
    top: -50px
}

.sep-section-normal .faq-slide .box:hover .round {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff
}

.sep-section-normal .faq-slide .box:hover .round:before {
    background: #fff
}

.sep-section-normal .faq-slide .box:hover .round:after {
    content: '\e631'
}

.sep-section-normal .faq-slide .box:hover .full-screen {
    transform: scale(1)
}

.sep-section-normal .faq-slide .box .q {
    width: 27px;
    height: 27px;
    background: #ff7e00;
    color: #fff;
    border-radius: 4px;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px
}

.sep-section-normal .faq-slide .box .q:before {
    content: '';
    display: block;
    border: 5px solid transparent;
    border-top: 8px solid #ff7e00;
    position: absolute;
    top: 100%;
    left: 9px
}

.sep-section-normal .faq-slide .box .title {
    font-size: 24px;
    line-height: 1.4em;
    color: #000
}

.sep-section-normal .faq-slide .box .round {
    width: 87px;
    height: 87px;
    border-left: 2px solid #ececec;
    border-top: 2px solid #ececec;
    border-radius: 100% 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5
}

.sep-section-normal .faq-slide .box .round:before {
    content: '';
    display: block;
    width: 76px;
    height: 76px;
    background: #ececec;
    border-radius: 100% 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0
}

.sep-section-normal .faq-slide .box .round:after {
    content: '\e615';
    font-family: "iconfont" !important;
    display: inline-block;
    color: #ff7e00;
    z-index: 10;
    font-size: 36px;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.sep-section-normal .faq-slide .box .full-screen {
    background: #ff7e00;
    padding: 0 36px;
    padding-top: 60px
}

.sep-section-normal .faq-slide .box .full-screen .richtext {
    font-size: 16px
}

.sep-section-normal .faq-slide .box .full-screen .q {
    background: #fff;
    color: #ff7e00
}

.sep-section-normal .faq-slide .box .full-screen .q:before {
    border-top: 8px solid #fff
}

.sep-section-normal .custom-slide {
    width: 1083px;
    margin: 0 auto;
    margin-bottom: 50px
}

.sep-section-normal .custom-slide .box {
    height: 305px;
    background: url(../img/custom.png) no-repeat;
    background-size: cover;
    align-items: start;
    padding-top: 47px;
    padding-right: 134px;
    padding-left: 50px
}

.sep-section-normal .custom-slide .box .author {
    color: #fff;
    opacity: .4;
    font-size: 16px
}

.sep-section-normal .custom-slide .box .info {
    padding-left: 75px
}

.sep-section-normal .custom-logo-slide {
    padding: 38px 50px 0
}

.sep-section-normal .custom-logo-slide .box:hover img {
    filter: grayscale(0)
}

.sep-section-normal .custom-logo-slide .swiper-slide-thumb-active img {
    filter: grayscale(0)
}

.sep-section-normal .custom-logo-slide .swiper-button-next,
.sep-section-normal .custom-logo-slide .swiper-button-prev {
    width: auto;
    height: auto;
    margin-top: -12px;
    background-image: none
}

.sep-section-normal .custom-logo-slide .swiper-button-next i,
.sep-section-normal .custom-logo-slide .swiper-button-prev i {
    color: #ff7e00;
    font-size: 20px
}

.sep-section-normal .inner-news-wrap {
    background: url(../img/title.jpg) no-repeat left 70px bottom 114px
}

.sep-section-normal .inner-news-wrap .news-items {
    width: 906px;
    margin-left: auto;
    margin-top: -93px
}

.sep-section-normal .inner-news-wrap .news-items .item {
    height: 201px;
    padding: 0 150px
}

.sep-section-normal .inner-news-wrap .news-items .item.active {
    background: url(../img/news-back.jpg) no-repeat;
    background-size: cover
}

.sep-section-normal .inner-news-wrap .news-items .item.active .info .date {
    color: #fff
}

.sep-section-normal .inner-news-wrap .news-items .item.active .info .title {
    color: #fff
}

.sep-section-normal .inner-news-wrap .news-items .item.active .info .title:hover {
    color: #ff7e00
}

.sep-section-normal .inner-news-wrap .news-items .item.active .info .more .img1 {
    display: none
}

.sep-section-normal .inner-news-wrap .news-items .item.active .info .more .img2 {
    display: block
}

.sep-section-normal .inner-news-wrap .news-items .item .info {
    flex: 1;
    justify-content: space-between
}

.sep-section-normal .inner-news-wrap .news-items .item .info .date {
    color: #ff7e00;
    font-size: 16px;
    margin-bottom: 10px
}

.sep-section-normal .inner-news-wrap .news-items .item .info .title {
    font-size: 18px;
    margin-bottom: 10px
}

.sep-section-normal .inner-news-wrap .news-items .item .info .summary {
    color: #fff
}

.sep-section-normal .inner-news-wrap .news-items .item .info .more {
    margin-left: 20px
}

.sep-section-normal .inner-news-wrap .news-items .item .info .more .img2 {
    display: none
}

.sep-section-normal .pro-list-slide {
    margin-bottom: 74px
}

.sep-section-normal .pro-list-slide .swiper-button-prev {
    left: auto;
    right: 70px
}

.sep-section-normal .pro-list-slide .swiper-button-next,
.sep-section-normal .pro-list-slide .swiper-button-prev {
    width: auto;
    height: auto;
    margin-top: 0;
    opacity: 1;
    top: 50px;
    background-image: none
}

.sep-section-normal .pro-list-slide .swiper-button-next.swiper-button-disabled,
.sep-section-normal .pro-list-slide .swiper-button-prev.swiper-button-disabled {
    opacity: .4
}

.sep-section-normal .pro-list-slide .swiper-button-next:hover:not(.swiper-button-disabled) i,
.sep-section-normal .pro-list-slide .swiper-button-prev:hover:not(.swiper-button-disabled) i {
    background: #ff7e00;
    color: #fff
}

.sep-section-normal .pro-list-slide .swiper-button-next i,
.sep-section-normal .pro-list-slide .swiper-button-prev i {
    border: 1px solid #ff7e00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ff7e00
}

.sep-section-normal .pro-list-slide .num {
    font-size: 90px;
    color: rgba(0, 0, 0, 0.05);
    line-height: normal
}

.sep-section-normal .pro-list-slide .title {
    font-size: 30px;
    color: #333;
    margin-top: -50px;
    margin-bottom: 30px
}

.sep-section-normal .pro-list-slide .title a {
    color: #333
}

.sep-section-normal .pro-list-slide .title a:hover {
    color: #ff7e00
}

.sep-section-normal .pro-list-slide .title:hover {
    color: #ff7e00
}

.sep-section-normal .pro-list-slide .more {
    width: 252px;
    height: 60px;
    background: #333;
    color: #fff;
    font-size: 20px
}

.sep-section-normal .pro-list-slide .more:hover {
    background: #ff7e00
}

.sep-section-normal .pro-list-slide .more i {
    margin-left: 8px;
    font-size: 20px
}

.sep-section-normal .pro-list-slide2 {
    position: relative
}

.sep-section-normal .pro-list-slide2 .text-bg {
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(-70%)
}

.sep-section-normal .pro-list-slide2 .swiper-slide-thumb-active .title {
    display: none
}

.sep-section-normal .pro-list-slide2 .box .title {
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 81px;
    padding: 5px 10px;
    background: #ff7e00;
    text-align: center
}

.sep-section-normal .pro-list-slide2 .box .title:hover {
    color: #ff7e00
}

.sep-section-normal .sep-blog-detail .richtext h2 {
    position: relative;
    padding-left: 30px;
    color: #333
}

.sep-section-normal .sep-blog-detail .richtext h2::before {
    content: url(../img/i-news-title.png);
    position: absolute;
    left: 0;
    top: 0
}

.sep-section-normal .sep-blog-detail .richtext li::marker {
    color: #ff7e00
}

.sep-section-normal .detail-wrap {
    padding-top: 90px;
    padding-bottom: 90px
}

.sep-section-normal .detail-wrap .box-wrap .icon:not(.iconx) {
    position: absolute;
    right: 13px;
    bottom: 13px;
    z-index: 5;
    color: #666;
    font-size: 20px
}

.sep-section-normal .detail-wrap .box-wrap .zoomWrapperImage img {
    max-width: none
}

.sep-section-normal .detail-wrap .box-wrap .swiper-container {
    width: 100%;
    height: 100%
}

.sep-section-normal .detail-wrap .box-wrap .swiper-container .swiper-slide {
    overflow: hidden
}

.sep-section-normal .detail-wrap .box-wrap .thumb-box {
    width: 50%;
    background: #fff;
    flex-shrink: 0;
    padding: 60px 0;
    justify-content: flex-end
}

.sep-section-normal .detail-wrap .box-wrap .thumb-box .thumb {
    flex: auto;
    text-align: center
}

.sep-section-normal .detail-wrap .box-wrap .thumb-box .thumbs {
    width: 110px;
    flex-shrink: 0;
    margin-right: 10px
}

.sep-section-normal .detail-wrap .box-wrap .thumb-box .thumbs .gg {
    height: 380px;
    width: 100%;
    overflow: hidden;
    position: relative
}

.sep-section-normal .detail-wrap .box-wrap .thumb-box .thumbs .gg .active {
    border-left: 2px solid #ff7e00
}

.sep-section-normal .detail-wrap .box-wrap .thumb-box .thumbs .gg .img {
    height: 100%;
    border-left: 2px solid transparent
}

.sep-section-normal .detail-wrap .box-wrap .thumb-box .thumbs .gg .img.active a {
    border: 1px solid #ff7e00
}

.sep-section-normal .detail-wrap .box-wrap .thumb-box .thumbs .gg .swiper-slide-thumb-active {
    border-left: 2px solid #ff7e00
}

.sep-section-normal .detail-wrap .box-wrap .thumb-box .big-swiper {
    width: 550px;
    padding-right: 20px
}

.sep-section-normal .detail-wrap .box-wrap .info-box {
    width: 48%;
    margin-left: auto
}

.sep-section-normal .detail-wrap .box-wrap .info-box .title {
    font-size: 48px;
    color: #ff7e00;
    margin-bottom: 40px;
    position: relative;
    line-height: 55px;
    max-width: 650px
}

.sep-section-normal .detail-wrap .box-wrap .info-box .title:before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #ff7e00;
    position: absolute;
    left: 0;
    bottom: -20px
}

.sep-section-normal .detail-wrap .box-wrap .info-box .subtitle {
    font-size: 25px;
    color: #ff7e00
}

.sep-section-normal .detail-wrap .box-wrap .info-box .richtext {
    max-width: 650px
}

.sep-section-normal .detail-wrap .more-box {
    height: 46px;
    background: #ff7e00;
    justify-content: space-between;
    font-size: 18px;
    padding-left: 20px;
    color: #fff;
    margin-right: 50px;
    margin-top: 80px
}

.sep-section-normal .detail-wrap .more-box:last-child {
    margin-right: 0
}

.sep-section-normal .detail-wrap .more-box:hover {
    background: #fff;
    color: #ff7e00
}

.sep-section-normal .detail-wrap .more-box i:not(.iconx) {
    font-size: 26px;
    margin-right: 3px
}

.sep-section-normal .detail-wrap .more-box .iconx {
    height: 46px;
    margin-left: 20px;
    width: 67px;
    background: #fff;
    color: #ff7e00;
    font-size: 20px
}

.sep-section-normal .detail-wrap .logox {
    padding-left: 90px
}

.sep-section-normal .detail-wrap .scroll-down {
    font-size: 16px;
    color: #ff7e00;
    position: absolute;
    right: 127px;
    bottom: 150px
}

.sep-section-normal .detail-wrap .scroll-down i {
    color: #ff7e00;
    font-size: 20px;
    margin-left: 2px
}

.sep-section-normal .pd67 {
    padding: 0 67px
}

.sep-section-normal .table-box h2 {
    margin-top: 56px;
    margin-bottom: 22px;
    font-size: 44px;
    font-family: Poppins-Bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    line-height: normal
}

.sep-section-normal .table-box h2:first-of-type {
    margin-top: 0
}

.sep-section-normal .table-box>p {
    font-size: 20px;
    line-height: 30px;
    color: #333
}

.sep-section-normal .table-box>p strong {
    position: relative;
    padding-left: 28px
}

.sep-section-normal .table-box>p strong::before {
    content: url(../img/i-table.png);
    position: absolute;
    left: 0;
    top: 0
}

.sep-section-normal .table-box table {
    width: 100%;
    border: none;
    border-collapse: collapse
}

.sep-section-normal .table-box tr td {
    border: 1px solid #fff;
    padding: 20px 10px;
    text-align: center
}

.sep-section-normal .table-box tr td:nth-child(1) {
    font-family: Poppins-Bold;
    text-align: left
}

.sep-section-normal .table-box tr:nth-child(1) {
    background: #ff7e00
}

.sep-section-normal .table-box tr:nth-child(1) td {
    color: #fff;
    font-family: Poppins-Bold;
    text-align: center
}

.sep-section-normal .table-box tr:nth-child(1) td:nth-child(1) {
    text-align: left
}

.sep-section-normal .table-box tr:nth-child(even) {
    background: #f3f3f3
}

.sep-section-normal .sep-container-1920.flex.active {
    align-items: start
}

.sep-section-normal .sep-container.flex.active {
    align-items: start
}

.sep-section-normal .sep-sidebar {
    position: sticky;
    top: 158px;
    width: 280px;
    flex-shrink: 0;
    padding-left: 60px
}

.sep-section-normal .sep-sidebar .items .item {
    padding-bottom: 30px;
    position: relative
}

.sep-section-normal .sep-sidebar .items .item.active .box a {
    color: #ff7e00
}

.sep-section-normal .sep-sidebar .items .item.active .box .icon {
    transform: rotate(90deg);
    color: #ff7e00
}

.sep-section-normal .sep-sidebar .items .item ul {
    padding-top: 20px;
    display: none
}

.sep-section-normal .sep-sidebar .items .item ul li {
    margin-bottom: 20px
}

.sep-section-normal .sep-sidebar .items .item ul li:last-child {
    margin-bottom: 0
}

.sep-section-normal .sep-sidebar .items .item ul li a {
    color: #666;
    font-size: 16px;
    display: block;
    position: relative
}

.sep-section-normal .sep-sidebar .items .item ul li a.active {
    color: #ff7e00
}

.sep-section-normal .sep-sidebar .items .item ul li a.active:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 1px solid #ff7e00;
    border-radius: 50%;
    position: absolute;
    left: -26px;
    top: 6px;
    background: #ff7e00;
    z-index: 10
}

.sep-section-normal .sep-sidebar .items .item ul li a:hover {
    color: #ff7e00
}

.sep-section-normal .sep-sidebar .items .item ul li a:hover:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 1px solid #ff7e00;
    border-radius: 50%;
    position: absolute;
    left: -26px;
    top: 6px;
    background: #ff7e00;
    z-index: 10
}

.sep-section-normal .sep-sidebar .items .item ul li:hover a {
    color: #ff7e00
}

.sep-section-normal .sep-sidebar .items .item ul li:hover i {
    color: #ff7e00
}

.sep-section-normal .sep-sidebar .items .item:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 1px solid #ff7e00;
    border-radius: 50%;
    position: absolute;
    left: -26px;
    top: 6px;
    background: #fff;
    z-index: 10
}

.sep-section-normal .sep-sidebar .items .item:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #ff7e00;
    top: 6px;
    left: -22px
}

.sep-section-normal .sep-sidebar .items .item:last-child {
    padding-bottom: 0
}

.sep-section-normal .sep-sidebar .items .item:last-child:after {
    display: none
}

.sep-section-normal .sep-sidebar .items .item .box a {
    color: #333;
    font-size: 16px;
    flex: auto;
    margin-right: 5px
}

.sep-section-normal .sep-sidebar .items .item .box a:hover {
    color: #ff7e00
}

.sep-section-normal .sep-sidebar .items .item .box i {
    margin-left: auto;
    color: #333;
    font-size: 20px;
    cursor: pointer
}

.sep-section-normal .sep-primary {
    flex: auto;
    max-width: 100%;
    margin-left: 50px
}

.sep-section-normal .has-line {
    position: relative;
    margin-bottom: 38px
}

.sep-section-normal .has-line:before {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #ff7e00;
    position: absolute;
    left: 0;
    bottom: -20px
}

.sep-section-normal .has-line2 {
    position: relative
}

.sep-section-normal .has-line2:before {
    content: '';
    display: block;
    width: 60px;
    height: 8px;
    background: #ff7e00;
    position: absolute;
    left: 0;
    top: -30px
}

.sep-section-normal .highlight-items .item {
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.sep-section-normal .highlight-items .item:nth-child(5) .box,
.sep-section-normal .highlight-items .item:nth-child(6) .box,
.sep-section-normal .highlight-items .item:nth-child(7) .box,
.sep-section-normal .highlight-items .item:nth-child(8) .box {
    padding-top: 60px
}

.sep-section-normal .highlight-items .item:nth-child(-n+4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.sep-section-normal .highlight-items .item:nth-child(4n) {
    border-right: none
}

.sep-section-normal .highlight-items .item:nth-child(1) .box,
.sep-section-normal .highlight-items .item:nth-child(5) .box {
    padding-left: 0
}

.sep-section-normal .highlight-items .item .box {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px
}

.sep-section-normal .highlight-items .num {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 10px
}

.sep-section-normal .recommended-wrap {
    display: block
}

.sep-section-normal .recommended-wrap .info-box {
    width: 100%;
    line-height: 50px
}

.sep-section-normal .recommended-wrap .info-box h2 {
    font-family: Poppins-Regular;
    font-weight: normal
}

.sep-section-normal .recommended-wrap .btn-wrap {
    margin-top: 20px
}

.sep-section-normal .recommended-wrap .btn-wrap .swiper-button-next,
.sep-section-normal .recommended-wrap .btn-wrap .swiper-button-prev {
    position: static;
    margin-top: 0;
    width: auto;
    height: auto;
    background-image: none;
    cursor: pointer
}

.sep-section-normal .recommended-wrap .btn-wrap .swiper-button-next i,
.sep-section-normal .recommended-wrap .btn-wrap .swiper-button-prev i {
    width: 62px;
    height: 62px;
    border: 1px solid #c2c2c2;
    border-radius: 50%;
    font-size: 20px
}

.sep-section-normal .recommended-wrap .btn-wrap .swiper-button-next:hover i,
.sep-section-normal .recommended-wrap .btn-wrap .swiper-button-prev:hover i {
    color: #ff7e00
}

.sep-section-normal .recommended-wrap .btn-wrap .swiper-button-prev {
    margin-right: 25px
}

.sep-section-normal .recommended-wrap .box-slide {
    width: 100%;
    flex-shrink: 0;
    margin-left: auto
}

.sep-section-normal .recommended-wrap .box-slide .swiper-slide {
    padding: 24px
}

.sep-section-normal .recommended-wrap .box-slide .box {
    background: #f5f5f5
}

.sep-section-normal .recommended-wrap .box-slide .box:hover {
    background: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2)
}

.sep-section-normal .recommended-wrap .box-slide .box:hover .more .view {
    width: 158px
}

.sep-section-normal .recommended-wrap .box-slide .box:hover .more i {
    border-radius: 0
}

.sep-section-normal .recommended-wrap .box-slide .box .thumb {
    text-align: center;
    margin-bottom: 24px
}

.sep-section-normal .recommended-wrap .box-slide .box .info {
    padding: 0 30px;
    min-height: 132px
}

.sep-section-normal .recommended-wrap .box-slide .box .info .title {
    color: #ff7e00;
    font-size: 26px;
    margin-bottom: 20px
}

.sep-section-normal .recommended-wrap .box-slide .box .info .title:hover {
    color: #ff7e00
}

.sep-section-normal .recommended-wrap .box-slide .box .info .summary {
    color: #333;
    font-size: 20px
}

.sep-section-normal .recommended-wrap .box-slide .box .info .summary:hover {
    color: #ff7e00
}

.sep-section-normal .recommended-wrap .box-slide .box .more {
    margin-left: auto;
    margin-right: 30px;
    margin-bottom: -23px
}

.sep-section-normal .recommended-wrap .box-slide .box .more i {
    width: 46px;
    height: 46px;
    border: 4px solid #ff7e00;
    color: #ff7e00;
    font-size: 20px;
    border-radius: 3px
}

.sep-section-normal .recommended-wrap .box-slide .box .more .view {
    font-size: 18px;
    height: 46px;
    background: #ff7e00;
    color: #fff;
    width: 0;
    overflow: hidden;
    white-space: nowrap
}

.sep-section-normal.latest-wrap {
    background: #fff
}

.sep-section-normal.latest-wrap .title-box {
    padding-left: 100px;
    position: relative;
    margin-top: 36px;
    margin-bottom: 68px
}

.sep-section-normal.latest-wrap .title-box:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #ff7e00;
    border-radius: 50%;
    top: 48px;
    position: absolute;
    left: 75px;
    background: #fff
}

.sep-section-normal.latest-wrap .title-box:after {
    content: '';
    display: block;
    width: 130px;
    height: 1px;
    background: #ff7e00;
    position: absolute;
    top: 50px;
    left: -55px
}

.sep-section-normal.latest-wrap .items .item {
    height: 180px;
    background: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    padding-right: 60px;
    padding-left: 96px;
    margin-bottom: 20px
}

.sep-section-normal.latest-wrap .items .item:last-child {
    margin-bottom: 0
}

.sep-section-normal.latest-wrap .items .item:hover {
    background: linear-gradient(to bottom, #1b50d6, #002fa7)
}

.sep-section-normal.latest-wrap .items .item:hover .info .date {
    color: #fff
}

.sep-section-normal.latest-wrap .items .item:hover .info .title {
    color: #fff
}

.sep-section-normal.latest-wrap .items .item:hover .more i {
    color: #fff
}

.sep-section-normal.latest-wrap .items .item .info {
    flex: auto
}

.sep-section-normal.latest-wrap .items .item .info .date {
    color: #ff7e00;
    font-size: 16px;
    margin-bottom: 10px
}

.sep-section-normal.latest-wrap .items .item .info .date i {
    font-size: 20px
}

.sep-section-normal.latest-wrap .items .item .info .title {
    font-size: 18px;
    color: #1a1a1a
}

.sep-section-normal.latest-wrap .items .item .more i {
    font-size: 40px;
    color: #ff7e00
}

.sep-section-normal.case-bg2 {
    background: url(../img/case-bg4.jpg) no-repeat;
    background-size: cover
}

.sep-section-normal.case-bg2 .more-box {
    height: 46px;
    background: #fff;
    font-size: 18px;
    padding-left: 30px;
    color: #ff7e00;
    margin-right: 0
}

.sep-section-normal.case-bg2 .more-box:last-child {
    margin-right: 0
}

.sep-section-normal.case-bg2 .more-box:hover {
    background: #ff7e00;
    color: #fff
}

.sep-section-normal.case-bg2 .more-box i:not(.iconx) {
    font-size: 26px;
    margin-right: 3px
}

.sep-section-normal.case-bg2 .more-box .iconx {
    height: 46px;
    margin-left: 30px;
    width: 67px;
    background: #ff7e00;
    color: #fff;
    font-size: 20px
}

.sep-section-normal .about-wrap {
    padding-top: 60px;
    margin-bottom: 210px
}

.sep-section-normal .about-wrap .box .title {
    color: #333;
    font-size: 20px
}

.sep-section-normal .about-wrap .info {
    max-width: 680px;
    position: absolute;
    top: 0;
    right: 0;
    background: #002fa7;
    padding: 140px 45px 75px 45px
}

.sep-section-normal .about-wrap .info .alias {
    position: absolute;
    color: #fff;
    opacity: .04;
    font-size: 104px;
    right: -21px;
    top: -21px;
    letter-spacing: 20px
}

.sep-section-normal .about-wrap .info .title {
    font-size: 44px;
    color: #fff;
    letter-spacing: 8px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    left: -150px
}

.sep-section-normal .about-wrap .info .title:before {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #da251c;
    position: absolute;
    left: 150px;
    bottom: -33px
}

.sep-section-normal .about-wrap .info .richtext {
    line-height: 1.8em
}

.sep-section-normal .culture-box {
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.9);
    width: 1000px;
    max-width: 100%
}

.sep-section-normal .culture-box .title {
    font-size: 44px
}

.sep-section-normal.quality-bg {
    background: url(../img/qualiity-bg.jpg) no-repeat;
    background-size: cover
}

.sep-section-normal .quality-items .item {
    position: relative
}

.sep-section-normal .quality-items .item:last-child:before {
    display: none
}

.sep-section-normal .quality-items .item:before {
    content: '';
    display: block;
    width: 30px;
    height: 6px;
    background: url(../../images/three-dots.png) no-repeat;
    position: absolute;
    right: -15px;
    top: 50px
}

.sep-section-normal .quality-items .item .num {
    color: #586cbb;
    font-size: 100px
}

.sep-section-normal .quality-items .item .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px
}

.sep-section-normal .quality-items .item:hover .num {
    color: #fff
}

.sep-section-normal.cert-wrap {
    padding-bottom: 189px;
    position: relative;
    background: url(../img/cert-bg.jpg) no-repeat bottom right
}

.sep-section-normal .cert-box .info {
    flex: auto;
    flex-direction: column
}

.sep-section-normal .cert-box .info .pagex {
    font-size: 40px;
    color: rgba(51, 51, 51, 0.3);
    white-space: nowrap;
    margin-bottom: 10px
}

.sep-section-normal .cert-box .info .pagex .current {
    color: #333;
    font-size: 56px
}

.sep-section-normal .cert-box .info .text {
    font-size: 24px
}

.sep-section-normal .cert-box .info .btns {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.sep-section-normal .cert-box .info .btns .swiper-button-next,
.sep-section-normal .cert-box .info .btns .swiper-button-prev {
    width: auto;
    height: auto;
    position: static;
    background-image: none
}

.sep-section-normal .cert-box .info .btns .swiper-button-next i,
.sep-section-normal .cert-box .info .btns .swiper-button-prev i {
    font-size: 36px
}

.sep-section-normal .cert-box .info .btns .swiper-button-next {
    margin-left: 20px
}

.sep-section-normal .cert-box .box-slide {
    width: 1360px;
    padding-left: 60px
}

.sep-section-normal .cert-box .box-slide img {
    width: 100%
}

.sep-section-normal .factory-box .box-slide .swiper-button-next,
.sep-section-normal .factory-box .box-slide .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -17px;
    background-image: none;
    color: #ff7e00;
    border: 1px solid #ff7e00;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    opacity: 1
}

.sep-section-normal .factory-box .box-slide .swiper-button-prev {
    left: -50px
}

.sep-section-normal .factory-box .box-slide .swiper-button-next {
    right: -50px
}

.sep-section-normal .factory-box .box-slide .swiper-button-disabled {
    border: 0
}

.sep-section-normal .factory-box .thumb .full-screen {
    width: calc(100% - 54px);
    height: calc(100% - 54px);
    left: 27px;
    top: 27px;
    background: rgba(0, 47, 167, 0.8);
    padding: 15px 15px 0
}

.sep-section-normal .factory-box .thumb .full-screen .num {
    font-size: 50px
}

.sep-section-normal .factory-box .thumb .full-screen .title {
    font-size: 18px;
    line-height: 1.8em
}

.sep-section-normal .factory-box .thumb:hover .full-screen {
    transform: scale(1)
}

.sep-section-normal .factory-bar {
    height: 120px;
    background: #f3f3f3;
    padding-left: 58px;
    padding-right: 26px
}

.sep-section-normal .factory-bar .text {
    font-size: 24px;
    color: #333;
    text-transform: uppercase
}

.sep-section-normal .factory-bar .more {
    margin-left: auto;
    width: 200px;
    height: 60px;
    background: #da251c;
    color: #fff;
    font-size: 20px
}

.sep-section-normal .factory-bar .more:hover i {
    margin-left: 20px
}

.sep-section-normal .factory-bar .more i {
    margin-left: 10px;
    font-size: 20px
}

.sep-section-normal .box-404 .title {
    color: #1552f0;
    font-size: 350px;
    line-height: normal;
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.2)
}

.sep-section-normal .box-404 .text-box {
    margin-top: -30px;
    margin-bottom: 40px
}

.sep-section-normal .box-404 .text-box .hd {
    font-size: 100px;
    color: #002fa7
}

.sep-section-normal .box-404 .text-box .text {
    font-size: 30px;
    color: #666;
    margin-left: 20px
}

.sep-section-normal .box-404 .more-box {
    height: 46px;
    background: #fff;
    font-size: 18px;
    padding-left: 50px;
    color: #ff7e00
}

.sep-section-normal .box-404 .more-box:hover {
    background: #ff7e00;
    color: #fff
}

.sep-section-normal .box-404 .more-box i:not(.iconx) {
    font-size: 26px;
    margin-right: 3px
}

.sep-section-normal .box-404 .more-box .iconx {
    height: 46px;
    margin-left: 50px;
    width: 67px;
    background: #ff7e00;
    color: #fff;
    font-size: 20px
}

.sep-section-normal .choose-wrap .thumb {
    margin-top: 60px
}

.sep-section-normal .choose-wrap .thumb .hd {
    font-size: 120px;
    color: #999;
    opacity: .1;
    margin-left: 25px
}

.sep-section-normal .choose-wrap .text-box {
    padding-top: 55px
}

.sep-section-normal .choose-wrap .box-slide {
    margin-top: 80px;
    padding: 0 100px
}

.sep-section-normal .choose-wrap .box-slide .swiper-button-next,
.sep-section-normal .choose-wrap .box-slide .swiper-button-prev {
    width: auto;
    height: auto;
    margin-top: -50px
}

.sep-section-normal .choose-wrap .box-slide .swiper-button-next i,
.sep-section-normal .choose-wrap .box-slide .swiper-button-prev i {
    width: 100px;
    height: 100px;
    background: #ff7e00;
    color: #fff;
    font-size: 36px
}

.sep-section-normal .choose-wrap .box-slide .swiper-button-prev {
    left: -50px
}

.sep-section-normal .choose-wrap .box-slide .swiper-button-next {
    right: -50px
}

.sep-section-normal .contact-box .info-box {
    width: 428px;
    flex-shrink: 0;
    background: #002fa7;
    padding: 67px 100px 90px 90px
}

.sep-section-normal .contact-box .info-box .items .item .hd {
    position: relative;
    font-size: 26px;
    margin-bottom: 16px
}

.sep-section-normal .contact-box .info-box .items .item .hd i {
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -54px;
    top: -3px
}

.sep-section-normal .contact-box .info-box .items .item:last-child ul {
    margin-bottom: 0
}

.sep-section-normal .contact-box .info-box .items .item ul {
    margin-bottom: 35px
}

.sep-section-normal .contact-box .info-box .items .item ul li {
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 5px
}

.sep-section-normal .contact-box .info-box .items .item ul li:last-child {
    margin-bottom: 0
}

.sep-section-normal .contact-box .info-box .items .item ul li a {
    color: #fff;
    font-size: 16px
}

.sep-section-normal .contact-box .info-box .items .item ul li a:hover {
    text-decoration: underline
}

.sep-section-normal .contact-box .info-box .items .item ul li:last-child {
    margin-bottom: 0
}

.sep-section-normal .contact-box .form-box {
    flex: auto;
    margin: 0 80px
}

.sep-section-normal .contact-box .form-box .hd {
    color: #333;
    margin-bottom: 48px
}

.sep-section-normal .contact-box .form-box .hd:before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #da251c;
    position: absolute;
    left: 0;
    bottom: -20px
}

.sep-section-normal .contact-box .form-box .sep-form .form-group {
    position: relative
}

.sep-section-normal .contact-box .form-box .sep-form .form-group label {
    position: absolute;
    left: 21px;
    top: 17px
}

.sep-section-normal .contact-box .form-box .sep-form .form-group label i {
    font-size: 20px;
    color: #bdbebf
}

.sep-section-normal .contact-box .form-box .sep-form .form-group .form-control {
    height: 60px;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #333;
    padding-left: 50px;
    box-shadow: none;
    background: #f4f5f9;
    font-size: 16px
}

.sep-section-normal .contact-box .form-box .sep-form .form-group .form-control::-webkit-input-placeholder {
    color: #bdbebf;
    font-size: 16px
}

.sep-section-normal .contact-box .form-box .sep-form .form-group .form-control::-moz-placeholder {
    color: #bdbebf;
    font-size: 16px
}

.sep-section-normal .contact-box .form-box .sep-form .form-group .form-control:-ms-input-placeholder {
    color: #bdbebf;
    font-size: 16px
}

.sep-section-normal .contact-box .form-box .sep-form .form-group textarea.form-control {
    height: 160px;
    font-family: 'Roboto-Regular', 'Microsoft Yahei', 'Lucida Grande'
}

.sep-section-normal .contact-box .form-box .sep-form .form-group .btn-primary {
    background: #da251c;
    border-radius: 0;
    border: none;
    width: 220px;
    height: 60px;
    font-size: 16px;
    margin-top: 50px
}

.sep-section-normal .contact-box .form-box .sep-form .form-group .btn-primary i {
    margin-left: 10px
}

.sep-section-normal .video-wrap .video-title:before {
    content: '';
    display: block;
    width: 60px;
    height: 8px;
    background: #da251c;
    margin-bottom: 20px
}

.sep-section-normal .video-wrap .toggle-btns {
    align-self: flex-end;
    margin-left: auto
}

.sep-section-normal .video-wrap .toggle-btns a {
    font-size: 20px;
    color: #333;
    margin-left: 60px;
    display: inline-block
}

.sep-section-normal .video-wrap .toggle-btns a.active {
    color: #da251c;
    position: relative
}

.sep-section-normal .video-wrap .toggle-btns a.active:before {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #da251c;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sep-section-normal .video-wrap .toggle-btns a:nth-child(1) {
    margin-left: 0
}

.sep-section-normal .video-wrap .toggle-btns a:hover {
    color: #ff7e00
}

.sep-section-normal .video-wrap .items {
    margin-top: 100px
}

.sep-section-normal .video-wrap .items .item {
    margin-bottom: 60px
}

.sep-section-normal .video-wrap .items .item .box .full-screen {
    background: rgba(0, 0, 0, 0.4)
}

.sep-section-normal .video-wrap .items .item .box .full-screen i {
    color: #fff;
    font-size: 56px
}

.sep-section-normal .video-wrap .items .item .box .full-screen i:hover {
    color: #ff7e00
}

.sep-section-normal .video-wrap .items .item .box .title {
    color: #333;
    font-size: 24px
}

.sep-section-normal .video-wrap .items .item .box .title:hover {
    color: #0231a8
}

.sep-section-normal .video-wrap .items .item:hover .full-screen {
    transform: scale(1)
}

.sep-section-normal .video-box .video-thumb {
    height: 585px
}

.sep-section-normal .video-box .box-wrap {
    background: url(../img/video-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 87px;
    margin-top: -120px
}

.sep-section-normal .video-box .box-wrap .info {
    padding-left: 30px;
    border-left: 6px solid #fff
}

.sep-section-normal .video-box .box-wrap .btns-more {
    margin-left: auto
}

.sep-section-normal .video-box .box-wrap .btns-more .more-box {
    height: 46px;
    background: #fff;
    font-size: 18px;
    padding-left: 20px;
    color: #ff7e00;
    margin-right: 30px
}

.sep-section-normal .video-box .box-wrap .btns-more .more-box:last-child {
    margin-right: 0
}

.sep-section-normal .video-box .box-wrap .btns-more .more-box:hover {
    background: #ff7e00;
    color: #fff
}

.sep-section-normal .video-box .box-wrap .btns-more .more-box i:not(.iconx) {
    font-size: 26px;
    margin-right: 3px
}

.sep-section-normal .video-box .box-wrap .btns-more .more-box .iconx {
    height: 46px;
    margin-left: 20px;
    width: 67px;
    background: #ff7e00;
    color: #fff;
    font-size: 20px
}

.sep-section-normal .sep-schedule-grid .item {
    margin-bottom: 50px
}

.sep-section-normal .sep-schedule-grid .box .title {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px
}

.sep-section-normal .sep-schedule-grid .box .title:hover {
    color: #ff7e00
}

.sep-section-normal .sep-schedule-grid .box .date {
    color: #999;
    font-size: 18px
}

.sep-section-normal .sep-schedule-grid .box .more {
    margin-left: 100px
}

.sep-section-normal .sep-schedule-grid .box .more i {
    width: 40px;
    height: 40px;
    border: 1px solid #ff7e00;
    border-radius: 50%;
    color: #ff7e00
}

.sep-section-normal .sep-schedule-grid .box .full-screen {
    background: #002fa7;
    padding: 45px 36px;
    transition: all .5s
}

.sep-section-normal .sep-schedule-grid .box .full-screen .title2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px
}

.sep-section-normal .sep-schedule-grid .box .full-screen .title2:hover {
    color: #ff7e00
}

.sep-section-normal .sep-schedule-grid .box .full-screen .date2 {
    color: #999;
    font-size: 18px;
    margin-bottom: 20px
}

.sep-section-normal .sep-schedule-grid .box .full-screen .summary {
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.sep-section-normal .sep-schedule-grid .box .full-screen .more2 {
    margin-left: auto;
    margin-top: 20px
}

.sep-section-normal .sep-schedule-grid .box .full-screen .more2 i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ff7e00;
    background: #fff
}

.sep-section-normal .sep-schedule-grid .box .full-screen .more2 i:hover {
    background: #ff7e00;
    color: #fff
}

.sep-section-normal .sep-schedule-grid .box:hover .full-screen {
    transform: scale(1)
}

.sep-section-normal .sep-case-list .item {
    margin-bottom: 50px
}

.sep-section-normal .sep-case-list .item:last-child {
    margin-bottom: 0
}

.sep-section-normal .sep-case-list .item:nth-child(even) {
    flex-direction: row-reverse
}

.sep-section-normal .sep-case-list .item:nth-child(even) .info {
    padding-right: 26px;
    padding-left: 60px
}

.sep-section-normal .sep-case-list .item .info {
    width: 50%;
    padding-right: 60px;
    padding-left: 26px
}

.sep-section-normal .sep-case-list .item .info .title {
    margin-bottom: 50px;
    position: relative
}

.sep-section-normal .sep-case-list .item .info .title:before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #ff7e00;
    position: absolute;
    left: 0;
    bottom: -20px
}

.sep-section-normal .sep-case-list .item .info .title:hover {
    color: #ff7e00
}

.sep-section-normal .sep-case-list .item .info .more {
    color: #333;
    font-size: 20px
}

.sep-section-normal .sep-case-list .item .info .more:before {
    content: '';
    display: inline-block;
    height: 6px;
    width: 0;
    transition: All .4s ease;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease;
    margin-right: 0;
    background: #ff7e00
}

.sep-section-normal .sep-case-list .item .info .more:hover {
    color: #ff7e00
}

.sep-section-normal .sep-case-list .item .info .more:hover:before {
    width: 60px;
    margin-right: 15px
}

.sep-section-normal .sep-case-list .item .thumb {
    width: 50%
}

.sep-section-normal .num-items {
    margin-top: 80px
}

.sep-section-normal .num-items .num {
    margin-bottom: 8px
}

.sep-section-normal .num-items .summary {
    font-size: 16px;
    color: #999
}

.sep-section-normal .case-box-slide .swiper-slide {
    filter: opacity(.5)
}

.sep-section-normal .case-box-slide .swiper-slide.swiper-slide-active {
    filter: opacity(1)
}

.sep-section-normal .case-box-slide .swiper-slide.swiper-slide-active .info {
    opacity: 1
}

.sep-section-normal .case-box-slide .swiper-slide img {
    width: 100%
}

.sep-section-normal .case-box-slide .info {
    opacity: 0;
    padding: 30px 60px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8))
}

.sep-section-normal .case-box-slide .info .tag {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px
}

.sep-section-normal .case-box-slide .info .title {
    color: #fff;
    font-size: 24px;
    line-height: 1.6em
}

.sep-section-normal .case-box-slide .info .title:hover {
    color: #ff7e00
}

.sep-section-normal .case-box-slide .swiper-button-next,
.sep-section-normal .case-box-slide .swiper-button-prev {
    width: auto;
    height: auto;
    background-image: none
}

.sep-section-normal .case-box-slide .swiper-button-next i,
.sep-section-normal .case-box-slide .swiper-button-prev i {
    width: 40px;
    height: 40px;
    border: 1px solid #ff7e00;
    font-size: 18px;
    color: #ff7e00;
    border-radius: 50%
}

.sep-section-normal .case-box-slide .swiper-button-prev {
    left: 240px
}

.sep-section-normal .case-box-slide .swiper-button-next {
    right: 240px
}

.sep-section-normal .case-box-slide .swiper-pagination {
    text-align: center;
    width: 100%;
    position: static;
    margin-top: 40px
}

.sep-section-normal .case-box-slide .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    border-radius: 4px;
    margin: 0 8px
}

.sep-section-normal .case-box-slide .swiper-pagination .swiper-pagination-bullet-active {
    background: #ff7e00
}

.sep-section-normal .sep-faq-grid {
    margin-bottom: 50px
}

.sep-section-normal .sep-faq-grid .item .box:before {
    content: '';
    display: block;
    height: 13px;
    background: #002fa7;
    width: calc(100% - 50px);
    position: absolute;
    left: 25px;
    bottom: -6.5px
}

.sep-section-normal .sep-faq-grid .item .box:hover:before {
    opacity: 0
}

.sep-section-normal .sep-faq-grid .item .box:hover .thumb img {
    filter: brightness(0)
}

.sep-section-normal .sep-faq-grid .item .box:hover .info .text-box {
    height: auto;
    margin-top: 20px
}

.sep-section-normal .sep-faq-grid .item .box .info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.sep-section-normal .sep-faq-grid .item .box .info .box-s {
    padding: 0 30px
}

.sep-section-normal .sep-faq-grid .item .box .info .title {
    color: #fff;
    font-size: 24px
}

.sep-section-normal .sep-faq-grid .item .box .info .title span {
    width: 27px;
    height: 27px;
    font-size: 24px;
    background: #fff;
    border-radius: 4px;
    color: #002fa7;
    margin-right: 12px;
    position: relative
}

.sep-section-normal .sep-faq-grid .item .box .info .title span:after {
    content: '';
    display: block;
    position: absolute;
    border: 4px solid transparent;
    border-top: 6px solid #fff;
    left: 10px;
    top: 100%
}

.sep-section-normal .sep-faq-grid .item .box .info .text-box {
    height: 0;
    overflow: hidden
}

.sep-section-normal .sep-faq-grid .item .box .info .text-box span {
    width: 27px;
    height: 27px;
    font-size: 24px;
    background: #d70f05;
    border-radius: 4px;
    color: #fff;
    margin-right: 12px;
    position: relative;
    flex-shrink: 0
}

.sep-section-normal .sep-faq-grid .item .box .info .text-box span:after {
    content: '';
    display: block;
    position: absolute;
    border: 4px solid transparent;
    border-top: 6px solid #d70f05;
    left: 10px;
    top: 100%
}

.sep-section-normal .sep-faq-list .item {
    margin-bottom: 20px
}

.sep-section-normal .sep-faq-list .item.active .box {
    background-color: #fff;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1)
}

.sep-section-normal .sep-faq-list .item.active .box i {
    transform: rotate(90deg);
    color: #ff7e00
}

.sep-section-normal .sep-faq-list .item .box {
    height: 80px;
    background: #f9f9f9;
    padding-left: 26px;
    padding-right: 30px
}

.sep-section-normal .sep-faq-list .item .box .title {
    color: #333;
    font-size: 24px
}

.sep-section-normal .sep-faq-list .item .box span {
    width: 27px;
    height: 27px;
    font-size: 24px;
    background: #002fa7;
    border-radius: 4px;
    color: #fff;
    margin-right: 12px;
    position: relative
}

.sep-section-normal .sep-faq-list .item .box span:after {
    content: '';
    display: block;
    position: absolute;
    border: 4px solid transparent;
    border-top: 6px solid #002fa7;
    left: 10px;
    top: 100%
}

.sep-section-normal .sep-faq-list .item .box i {
    margin-left: auto;
    color: #333;
    font-size: 24px;
    cursor: pointer
}

.sep-section-normal .sep-faq-list .item .text-box {
    padding-left: 26px;
    padding-top: 26px;
    padding-right: 100px;
    padding-bottom: 26px;
    display: none
}

.sep-section-normal .sep-faq-list .item .text-box span {
    width: 27px;
    height: 27px;
    font-size: 24px;
    background: #d70f05;
    border-radius: 4px;
    color: #fff;
    margin-right: 12px;
    position: relative;
    flex-shrink: 0
}

.sep-section-normal .sep-faq-list .item .text-box span:after {
    content: '';
    display: block;
    position: absolute;
    border: 4px solid transparent;
    border-top: 6px solid #d70f05;
    left: 10px;
    top: 100%
}

.sep-section-normal .sep-pdf-grid .item {
    margin-bottom: 20px
}

.sep-section-normal .sep-pdf-grid .item .box {
    background: #fbfbfb;
    padding: 28px;
    height: 396px
}

.sep-section-normal .sep-pdf-grid .item .box:hover {
    background: #fff;
    box-shadow: 0 6px 24px rgba(0, 47, 167, 0.3)
}

.sep-section-normal .sep-pdf-grid .item .box .date {
    color: #666;
    font-size: 16px;
    margin-bottom: 27px
}

.sep-section-normal .sep-pdf-grid .item .box .thumb {
    margin-bottom: 40px
}

.sep-section-normal .sep-pdf-grid .item .box .title {
    color: #333;
    font-size: 20px;
    margin-bottom: 20px
}

.sep-section-normal .sep-pdf-grid .item .box .title:hover {
    color: #ff7e00
}

.sep-section-normal .sep-pdf-grid .item .box .summary {
    color: #666;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 25px
}

.sep-section-normal .sep-pdf-grid .item .box .down {
    width: 40px;
    height: 40px;
    background: #ff7e00;
    color: #fff
}

.sep-section-normal .sep-pdf-grid .item .box .down:hover {
    width: 150px
}

.sep-section-normal .sep-pdf-grid .item .box .down:hover span {
    width: auto
}

.sep-section-normal .sep-pdf-grid .item .box .down i {
    font-size: 30px
}

.sep-section-normal .sep-pdf-grid .item .box .down span {
    font-size: 16px;
    width: 0;
    overflow: hidden
}

.sep-section-normal .support-wrap {
    padding-left: 65px
}

.sep-section-normal .support-wrap .thumb {
    width: 50%;
    flex-shrink: 0
}

.sep-section-normal .support-wrap .info-box {
    flex: auto;
    padding-left: 80px
}

.sep-section-normal .support-wrap .info-box li {
    list-style-type: decimal-leading-zero
}

.sep-section-normal .support-wrap .info-box li::marker {
    font-size: 24px;
    font-family: Poppins-Bold;
    color: #ff7e00
}

.sep-section-normal .after-sale .text-box {
    max-width: 450px
}

.sep-section-normal .after-sale .sale-slide {
    width: 71.95121951%;
    flex-shrink: 0;
    margin-left: auto;
    padding-left: 4.87804878%
}

.sep-section-normal .after-sale .sale-btns {
    margin-top: -40px
}

.sep-section-normal .after-sale .sale-btns .box {
    width: 733px;
    height: 151px;
    background: url(../img/sale-bg.jpg) no-repeat;
    background-size: cover;
    margin-left: auto;
    padding-top: 31px;
    padding-left: 50px
}

.sep-section-normal .after-sale .sale-btns .swiper-pagination {
    position: static;
    margin: 0 10px
}

.sep-section-normal .after-sale .sale-btns .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    margin: 0 5px
}

.sep-section-normal .after-sale .sale-btns .swiper-button-next,
.sep-section-normal .after-sale .sale-btns .swiper-button-prev {
    width: auto;
    height: auto;
    margin-top: 0;
    position: static;
    background-image: none
}

.sep-section-normal .after-sale .sale-btns .swiper-button-next i,
.sep-section-normal .after-sale .sale-btns .swiper-button-prev i {
    color: #fff;
    font-size: 12px
}

.sep-section-normal .sep-research-grid {
    margin-top: 90px
}

.sep-section-normal .sep-research-grid .item {
    top: 0
}

.sep-section-normal .sep-research-grid .item:hover {
    top: -60px
}

.sep-section-normal .sep-research-grid .item:hover .num {
    color: #ff7e00
}

.sep-section-normal .sep-research-grid .item:hover .thumb {
    border-bottom: 5px solid #ff7e00
}

.sep-section-normal .sep-research-grid .num {
    font-size: 26px;
    padding-left: 30px;
    color: #999;
    margin-bottom: 20px
}

.sep-section-normal .sep-research-grid .thumb {
    margin-bottom: 30px;
    border-bottom: 5px solid transparent
}

.sep-section-normal .sep-research-grid .thumb img {
    width: 100%
}

.richtext {
    font-size: 18px;
    line-height: 1.6em;
    color: #333
}

.richtext b {
    font-weight: normal
}

.richtext.c666 {
    color: #666
}

.richtext.pd150 {
    padding: 0 150px
}

.richtext.fz16 {
    font-size: 16px
}

.richtext.fz16 * {
    font-size: 16px
}

.richtext h2 {
    font-family: Poppins-Bold;
    color: #333;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 20px
}

.richtext h2:before {
    font-family: "iconfont" !important;
    color: #ff7e00;
    margin-right: 5px
}

.richtext .list-paddingleft-2 {
    padding-left: 20px
}

.richtext .list-paddingleft-2 li {
    list-style: outside disc
}

.richtext ol {
    padding-left: 20px
}

.richtext ol li {
    margin-bottom: 50px
}

.richtext ol li:last-child {
    margin-bottom: 0
}

.sep-resource-list .sep-datalist>li .thumb img {
    height: 73px;
    object-fit: cover
}

.sep-resource-banner .info-box {
    top: 55%
}

.sep-blog-video {
    height: 680px
}

.relate-news-items {
    margin: 0 -32px
}

.relate-news-items .item {
    padding: 0 32px
}

.relate-news-items .item .box:hover .thumb .box-s .more {
    opacity: 1
}

.relate-news-items .item .box .thumb .box-s {
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.relate-news-items .item .box .thumb .box-s .date {
    width: 224px;
    height: 80px;
    background: #fff;
    flex-shrink: 0
}

.relate-news-items .item .box .thumb .box-s .date i {
    color: #ff7e00;
    font-size: 40px
}

.relate-news-items .item .box .thumb .box-s .date .d {
    font-size: 30px;
    margin: 0 10px
}

.relate-news-items .item .box .thumb .box-s .date .ym {
    color: #666
}

.relate-news-items .item .box .thumb .box-s .more {
    flex: auto;
    background: #ff7e00;
    color: #fff;
    font-size: 18px;
    opacity: 0
}

.relate-news-items .item .box .title {
    font-size: 20px;
    color: #333;
    line-height: 36px;
    margin-top: 29px
}

.relate-news-items .item .box .title:hover {
    color: #ff7e00
}

@media screen and (max-width:1700px) {
    .sep-section-normal .sep-choose-items .item .box-info .alias {
        font-size: 32px
    }
}

.sep-add-text .richtext h2 {
    margin-top: 50px;
    font-size: 44px;
    line-height: 1.4em;
    text-transform: uppercase
}

@media screen and (max-width:1360px) {
    .fz44 {
        font-size: 30px
    }

    .sep-section-normal .detail-wrap .scroll-down {
        right: 50px;
        bottom: 20px
    }
}

@media screen and (max-width:1280px) {
    .sep-blog-video {
        height: 512px
    }

    .sep-inner-banner .info-box .title {
        margin-bottom: 20px
    }

    .sep-inner-banner .info-box .title:before {
        display: none
    }
}

@media screen and (max-width:768px) {
    .sep-inner-banner .scroll-down {
        display: none
    }

    .sep-section-normal .pro-list-slide {
        margin-bottom: 20px
    }

    .fz44 {
        font-size: 25px
    }

    .sep-add-text .richtext h2 {
        margin: 28px 0 10px;
        padding-left: 0;
        font-size: 24px
    }

    .sep-blog-video {
        height: 360px
    }
}

.max-img {
    width: 100%;
    object-fit: cover
}

.sep-container {
    width: 1360px;
    margin: auto;
    max-width: 100%
}

.sep-container-1920 {
    width: 1920px;
    margin: auto;
    max-width: 100%
}

.sep-transition {
    transition: All .8s ease;
    -webkit-transition: All .8s ease;
    -moz-transition: All .8s ease;
    -o-transition: All .8s ease
}

.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex
}

.flex-mb {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex
}

.flex-center {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center
}

.flex-v-center {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center
}

.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.overflow {
    overflow: hidden
}

.block {
    display: block
}

.width100 {
    width: 100%
}

.height100 {
    height: 100%
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.sep-scale {
    transition: All .8s ease;
    -webkit-transition: All .8s ease;
    -moz-transition: All .8s ease;
    -o-transition: All .8s ease
}

.sep-scale:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.full-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6)
}

.sep-scale-wrap:hover .sep-scale-mask {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.sep-scale-mask {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}

.color-white {
    color: #fff !important
}

.vertical-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.horizontal-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.translate-center {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute !important
}

.clearfix:before {
    display: table;
    clear: both;
    content: ""
}

.clearfix:after {
    display: table;
    clear: both;
    content: ""
}

ul:before {
    content: '';
    display: table;
    clear: both
}

ul:after {
    content: '';
    display: table;
    clear: both
}

.row:before {
    display: table;
    clear: both;
    content: ""
}

.row:after {
    display: table;
    clear: both;
    content: ""
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.sep-md-5 {
    width: 20%;
    padding: 0 10px
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

@media screen and (max-width:640) {
    .sep-md-5 {
        width: 100%
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control {
    vertical-align: middle;
    padding: 6px 8px;
    height: 32px;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    background: #fbfbfb;
    outline: none
}

input[type=text]::-ms-clear {
    display: none
}

input::-webkit-search-cancel-button {
    display: none
}

.form-group {
    margin-bottom: 15px;
    position: relative
}

.btn-primary {
    color: #fff !important;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:hover {
    opacity: .7
}

.hide {
    display: none !important
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    right: 20px;
    top: 15px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li:nth-child(1)>a,
.pagination>li:nth-child(1)>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.8;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.form-group.has-success:after {
    content: "\f058";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    bottom: 8px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
    width: 18px;
    color: green
}

@media screen and (max-width:768px) {
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-right: 0;
        padding-left: 0;
        width: 100%
    }

    .sep-container {
        padding: 0 20px
    }

    .sep-container {
        width: 100%
    }
}

.sep-company-style1 .sep-section-normal {
    padding-top: 140px;
    padding-bottom: 120px
}

.sep-company-style1 .sep-section-normal .fz50 {
    font-size: 50px
}

.sep-company-style1 .sep-section-normal .mb50 {
    margin-bottom: 50px
}

.sep-company-style1 .sep-section-normal.website-bg {
    background: #ff7e00
}

.sep-company-style1 .sep-section-normal.website-bg .box-wrap {
    width: 950px;
    max-width: 100%;
    margin-left: auto
}

.sep-company-style1 .sep-section-normal.website-bg .box-wrap .more {
    height: 70px;
    background: #fff;
    padding: 0 40px;
    font-size: 22px;
    color: #ff7e00;
    margin-top: 30px
}

.sep-company-style1 .sep-section-normal.website-bg .box-wrap .more:hover {
    border-radius: 36px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.21)
}

.sep-company-style1 .sep-section-normal.website-bg .box-wrap .more:hover i:last-child {
    margin-left: 40px
}

.sep-company-style1 .sep-section-normal.website-bg .box-wrap .more i {
    font-size: 30px
}

.sep-company-style1 .sep-section-normal.website-bg .box-wrap .more i:nth-child(1) {
    margin-right: 20px
}

.sep-company-style1 .sep-section-normal.website-bg .box-wrap .more i:last-child {
    margin-left: 20px
}

.sep-company-style1 .sep-section-normal.business-wrap {
    background: #252a37;
    padding-bottom: 140px
}

.sep-company-style1 .sep-section-normal.business-wrap .sep-container-1920 {
    padding-right: 280px
}

.sep-company-style1 .sep-section-normal.business-wrap .sep-container-1920 .box-wrap {
    padding-top: 120px;
    background: #202327;
    padding-right: 4.63541667%;
    height: 660px;
    align-items: flex-start
}

.sep-company-style1 .sep-section-normal.business-wrap .sep-container-1920 .box-wrap .thumb img {
    object-fit: cover
}

.sep-company-style1 .sep-section-normal.business-wrap .sep-container-1920 .box-wrap .info {
    width: 591px;
    flex-shrink: 0;
    margin-left: 4.16666667%
}

.sep-company-style1 .sep-section-normal.business-wrap .sep-container-1920 .box-wrap .info .title {
    color: #ff7e00;
    line-height: 1em;
    margin-bottom: 61px
}

.sep-company-style1 .sep-section-normal.company-strength {
    background: #f7f7f7;
    padding-top: 0;
    padding-bottom: 200px
}

.sep-company-style1 .sep-section-normal.company-strength .box-wrap {
    align-items: flex-start
}

.sep-company-style1 .sep-section-normal.company-strength .box-wrap .box-slide {
    width: 50%;
    position: sticky;
    top: 50px;
    padding-top: 140px
}

.sep-company-style1 .sep-section-normal.company-strength .box-wrap .box-slide .swiper-button-next,
.sep-company-style1 .sep-section-normal.company-strength .box-wrap .box-slide .swiper-button-prev {
    width: auto;
    height: auto;
    margin-top: unset;
    position: static
}

.sep-company-style1 .sep-section-normal.company-strength .box-wrap .box-slide .swiper-button-next i,
.sep-company-style1 .sep-section-normal.company-strength .box-wrap .box-slide .swiper-button-prev i {
    width: 80px;
    height: 80px;
    background: #ff7e00;
    color: #fff;
    font-size: 24px
}

.sep-company-style1 .sep-section-normal.company-strength .box-wrap .box-slide .swiper-button-next.swiper-button-disabled,
.sep-company-style1 .sep-section-normal.company-strength .box-wrap .box-slide .swiper-button-prev.swiper-button-disabled {
    opacity: 1
}

.sep-company-style1 .sep-section-normal.company-strength .box-wrap .box-slide .swiper-button-next.swiper-button-disabled i,
.sep-company-style1 .sep-section-normal.company-strength .box-wrap .box-slide .swiper-button-prev.swiper-button-disabled i {
    background: #f0f0f0;
    color: #666
}

.sep-company-style1 .sep-section-normal.company-strength .box-wrap .info {
    padding-top: 140px;
    padding-right: 80px;
    width: 50%
}

.sep-company-style1 .sep-section-normal.company-strength .box-wrap .info .title {
    line-height: 1.4em;
    margin-bottom: 50px
}

.sep-company-style1 .sep-section-normal.company-strength .box-wrap .info .richtext_swiper {
    overflow: hidden
}

.sep-company-style1 .sep-section-normal.company-scale {
    padding-top: 0
}

.sep-company-style1 .sep-section-normal.company-scale .box-wrap .box-slide {
    width: 50%;
    flex-shrink: 0;
    position: relative;
    margin-top: -80px
}

.sep-company-style1 .sep-section-normal.company-scale .box-wrap .box-slide .control {
    position: absolute;
    bottom: 0;
    right: -80px
}

.sep-company-style1 .sep-section-normal.company-scale .box-wrap .box-slide .swiper-button-next,
.sep-company-style1 .sep-section-normal.company-scale .box-wrap .box-slide .swiper-button-prev {
    width: auto;
    height: auto;
    margin-top: unset;
    position: static
}

.sep-company-style1 .sep-section-normal.company-scale .box-wrap .box-slide .swiper-button-next i,
.sep-company-style1 .sep-section-normal.company-scale .box-wrap .box-slide .swiper-button-prev i {
    width: 80px;
    height: 80px;
    background: #ff7e00;
    color: #fff;
    font-size: 24px
}

.sep-company-style1 .sep-section-normal.company-scale .box-wrap .box-slide .swiper-button-next.swiper-button-disabled,
.sep-company-style1 .sep-section-normal.company-scale .box-wrap .box-slide .swiper-button-prev.swiper-button-disabled {
    opacity: 1
}

.sep-company-style1 .sep-section-normal.company-scale .box-wrap .box-slide .swiper-button-next.swiper-button-disabled i,
.sep-company-style1 .sep-section-normal.company-scale .box-wrap .box-slide .swiper-button-prev.swiper-button-disabled i {
    background: #f0f0f0;
    color: #666
}

.sep-company-style1 .sep-section-normal.company-scale .box-wrap .info {
    padding-left: 86px;
    max-width: 680px;
    flex: auto;
    margin-top: -80px
}

.sep-company-style1 .sep-section-normal.history-wrap {
    background: url(../img/company1-history-bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 0
}

.sep-company-style1 .sep-section-normal.history-wrap .box-slide {
    position: relative
}

.sep-company-style1 .sep-section-normal.history-wrap .box-slide .title {
    color: #ff7e00;
    position: absolute;
    left: 0;
    top: 0;
    width: 231px;
    line-height: 1.1em
}

.sep-company-style1 .sep-section-normal.history-wrap .box-slide .box-wrap .thumb {
    width: 46.91176471%;
    flex-shrink: 0;
    margin-top: 181px
}

.sep-company-style1 .sep-section-normal.history-wrap .box-slide .box-wrap .richtext {
    margin-bottom: 0;
    height: 181px
}

.sep-company-style1 .sep-section-normal.history-wrap .box-slide .box-wrap .year {
    width: 221px;
    height: 221px;
    background: #ff7e00
}

.sep-company-style1 .sep-section-normal.history-wrap .box-slide .box-wrap .year .num-big {
    color: rgba(255, 255, 255, 0.05);
    font-size: 72px
}

.sep-company-style1 .sep-section-normal.history-wrap .box-slide .box-wrap .year .num {
    font-size: 30px;
    color: #fff
}

.sep-company-style1 .sep-section-normal.history-wrap .box-slide .control {
    position: absolute;
    bottom: 0;
    right: 0
}

.sep-company-style1 .sep-section-normal.history-wrap .box-slide .swiper-button-next,
.sep-company-style1 .sep-section-normal.history-wrap .box-slide .swiper-button-prev {
    width: auto;
    height: auto;
    margin-top: unset;
    position: static
}

.sep-company-style1 .sep-section-normal.history-wrap .box-slide .swiper-button-next i,
.sep-company-style1 .sep-section-normal.history-wrap .box-slide .swiper-button-prev i {
    width: 80px;
    height: 80px;
    background: #ff7e00;
    color: #fff;
    font-size: 24px
}

.sep-company-style1 .sep-section-normal.history-wrap .box-slide .swiper-button-next.swiper-button-disabled i,
.sep-company-style1 .sep-section-normal.history-wrap .box-slide .swiper-button-prev.swiper-button-disabled i {
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

.sep-company-style1 .sep-section-normal .relate-news-items {
    margin: 0 -55px;
    margin-top: 60px
}

.sep-company-style1 .sep-section-normal .relate-news-items .item {
    padding: 0 55px
}

.sep-company-style1 .sep-section-normal .relate-news-items .item:nth-child(even) .box {
    flex-direction: column-reverse
}

.sep-company-style1 .sep-section-normal .relate-news-items .item:nth-child(even) .box .info {
    margin-bottom: 0;
    margin-top: 50px
}

.sep-company-style1 .sep-section-normal .relate-news-items .item .box {
    flex-direction: column
}

.sep-company-style1 .sep-section-normal .relate-news-items .item .box .info {
    margin-bottom: 50px
}

.sep-company-style1 .sep-section-normal .relate-news-items .item .box .info .date {
    width: 86px
}

.sep-company-style1 .sep-section-normal .relate-news-items .item .box .info .date .day {
    font-size: 60px;
    color: #ff7e00;
    line-height: 1em
}

.sep-company-style1 .sep-section-normal .relate-news-items .item .box .info .date .ym {
    font-size: 16px;
    color: #ff7e00
}

.sep-company-style1 .sep-section-normal .relate-news-items .item .box .info .title-box {
    margin-left: 50px;
    flex: auto
}

.sep-company-style1 .sep-section-normal .relate-news-items .item .box .info .title-box .title {
    font-size: 22px;
    color: #030303;
    margin-bottom: 20px
}

.sep-company-style1 .sep-section-normal .relate-news-items .item .box .info .title-box .title:hover {
    color: #ff7e00
}

.sep-company-style1 .sep-section-normal .relate-news-items .item .box .info .title-box .more {
    color: #ff7e00;
    font-size: 16px
}

.sep-company-style1 .sep-section-normal .relate-news-items .item .box .info .title-box .more:hover i {
    margin-left: 20px
}

.sep-company-style1 .sep-section-normal .relate-news-items .item .box .info .title-box .more i {
    margin-left: 5px
}

.sep-company-style1 .sep-section-normal.company1-contact-wrap {
    background: url(../img/company1-contact-bg.jpg) no-repeat;
    background-size: cover
}

.sep-company-style1 .sep-section-normal.company1-contact-wrap .title {
    font-size: 40px;
    color: #ff7e00;
    line-height: 1.2em;
    margin-bottom: 30px
}

.sep-company-style1 .sep-section-normal.company1-contact-wrap .form-box .form-group label {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    display: block
}

.sep-company-style1 .sep-section-normal.company1-contact-wrap .form-box .form-group .form-control {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    height: 50px;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    border-radius: 0
}

.sep-company-style1 .sep-section-normal.company1-contact-wrap .form-box .form-group .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px
}

.sep-company-style1 .sep-section-normal.company1-contact-wrap .form-box .form-group .form-control::-moz-placeholder {
    color: #fff;
    font-size: 16px
}

.sep-company-style1 .sep-section-normal.company1-contact-wrap .form-box .form-group .form-control:-ms-input-placeholder {
    color: #fff;
    font-size: 16px
}

.sep-company-style1 .sep-section-normal.company1-contact-wrap .form-box .form-group textarea.form-control {
    height: 170px
}

.sep-company-style1 .sep-section-normal.company1-contact-wrap .form-box .form-group .btn {
    height: 50px;
    padding: 0 35px;
    background: #ff7e00;
    color: #fff;
    font-size: 18px;
    border: none;
    padding-top: 0;
    margin-top: 20px;
    box-shadow: 0 14px 51px 0 rgba(8, 79, 93, 0.25);
    border-radius: 0
}

.sep-company-style1 .sep-section-normal.company1-contact-wrap .form-box .form-group .btn i {
    font-size: 20px;
    margin-left: 10px
}

.sep-company-style1 .sep-section-normal.company1-contact-wrap .form-box .form-group .btn:hover {
    background: #fff;
    color: #ff7e00 !important;
    opacity: 1
}

@media screen and (max-width:1780px) {
    .sep-company-style1 .sep-section-normal.business-wrap .sep-container-1920 .box-wrap {
        height: 600px
    }

    .sep-company-style1 .sep-section-normal.company-strength .box-wrap .info {
        padding-top: 80px
    }

    .sep-company-style1 .sep-section-normal .mb50 {
        margin-bottom: 30px
    }
}

@media screen and (max-width:1560px) {
    .sep-company-style1 .sep-section-normal.business-wrap .sep-container-1920 .box-wrap {
        height: 510px;
        padding-top: 80px
    }
}

@media screen and (max-width:1410px) {
    .sep-company-style1 .sep-section-normal {
        padding-top: 90px;
        padding-bottom: 70px
    }

    .sep-company-style1 .sep-section-normal.business-wrap {
        padding-bottom: 70px
    }

    .sep-company-style1 .sep-section-normal.company-scale .box-wrap .info {
        padding: 0 50px 0 20px
    }
}

.support-wrap .thumb:hover i {
    color: #ff7e00
}

.support-wrap .thumb i {
    font-size: 50px;
    color: red
}

.support-wrap .info {
    padding-left: 50px;
    position: relative
}

.support-wrap .info:before {
    content: '\e817';
    font-family: "iconfont" !important;
    position: absolute;
    left: 0;
    top: 0;
    color: #ff7e00;
    font-size: 36px
}

.support-wrap .info .alias {
    font-size: 24px;
    font-style: italic;
    letter-spacing: 8px
}

.manual-wrap {
    background-image: url(../img/manual.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.manual-wrap .title-box {
    border-left: 6px solid #ff7e00;
    padding-left: 30px
}

.manual-wrap .manual-slide .box .hd {
    background: #ff7e00;
    height: 80px;
    padding: 0 10px;
    font-size: 22px;
    color: #000
}

.manual-wrap .manual-slide .box .hd i {
    font-size: 36px;
    margin-right: 10px
}

.manual-wrap .manual-slide .box .info {
    background: #3b3b3b;
    padding: 28px 30px;
    height: 550px;
    overflow: auto
}

.manual-wrap .manual-slide .box .info::-webkit-scrollbar {
    width: 4px
}

.manual-wrap .manual-slide .box .info::-webkit-scrollbar-track {
    background-color: #ccc
}

.manual-wrap .manual-slide .box .info::-webkit-scrollbar-thumb {
    background-color: #666
}

.manual-wrap .manual-slide .box .info .richtext b {
    font-family: 'POPPINS-BOLD';
    font-size: 24px
}

.manual-wrap .manual-slide .box .info .richtext ul {
    padding-left: 20px
}

.manual-wrap .manual-slide .box .info .richtext ul li {
    list-style-type: disc;
    margin-bottom: 5px
}

.manual-wrap .manual-slide .swiper-button-next,
.manual-wrap .manual-slide .swiper-button-prev {
    width: auto;
    height: auto;
    margin-top: 0
}

.manual-wrap .manual-slide .swiper-button-next i,
.manual-wrap .manual-slide .swiper-button-prev i {
    color: #fff;
    font-size: 24px
}

.manual-wrap .manual-slide .swiper-button-next:not(.swiper-button-disabled):hover i,
.manual-wrap .manual-slide .swiper-button-prev:not(.swiper-button-disabled):hover i {
    color: #ff7e00
}

.manual-wrap .manual-slide .swiper-button-prev {
    left: -50px
}

.manual-wrap .manual-slide .swiper-button-next {
    right: -50px
}

.order_btm {
    margin-top: 60px
}

.order_btm .btm_tel {
    padding: 20px 0
}

.order_btm .btm_tel .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    border: 1px solid #ff7e00;
    border-radius: 0 15px 0 15px;
    transition: all .36s;
    color: #ff7e00;
    margin-right: 30px
}

.order_btm .btm_tel .iconfont:hover {
    color: #fff;
    background-color: #ff7e00
}

.order_btm .btm_tel a {
    font-size: 20px;
    color: #333
}

.order_btm .btm_tel a:hover {
    color: #ff7e00
}

.for-wrap .info-box {
    padding-left: 60px
}

.after-wrap {
    align-items: flex-start
}

.after-wrap .info-box {
    padding-top: 80px
}

.after-wrap .thumb {
    position: sticky;
    top: 100px
}

.after-wrap .step {
    margin: 20px 0
}

.after-wrap .step ul {
    margin-top: 30px
}

.after-wrap .step li {
    font-size: 20px;
    color: #333;
    height: 40px;
    display: flex;
    align-items: center
}

.after-wrap .step li i {
    color: #ff7e00;
    font-size: 30px;
    margin-right: 10px
}

.after-wrap .step li::before {
    content: "\e633";
    font-family: "iconfont" !important;
    color: #ff7e00;
    font-size: 30px;
    margin-right: 10px
}

.application_group {
    flex-wrap: wrap;
    justify-content: space-between
}

.application_group .application_item {
    width: 48.67%;
    margin-bottom: 38px
}

.application_group .application_item .text {
    width: 100%;
    float: left;
    padding-right: 10px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-top: 20px
}

.application_group .application_item .text .title {
    font-size: 20px;
    line-height: 32px;
    color: #2b2b2b;
    padding-left: 30px
}

.application_group .application_item .text .title:hover {
    color: #ff7e00
}

.application_group .application_item .text .content {
    line-height: 32px;
    color: #343434;
    margin-top: 8px;
    padding-left: 30px;
    padding-bottom: 50px
}

.application_group .application_item .text .href {
    width: 100%;
    background: #f6f6f6;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 32px;
    color: #ff7e00;
    padding: 9px 0;
    padding-left: 30px
}

.application_group .application_item .text .href:hover {
    background-color: #ff7e00;
    color: #fff
}

.application_group .application_item .text .href:hover i {
    color: #fff
}

.sep-video-grid .item {
    margin-bottom: 60px
}

.sep-video-grid .item .box {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06)
}

.sep-video-grid .item .box .thumb .play {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    z-index: 100;
    bottom: -35px
}

.sep-video-grid .item .box .thumb .play:hover i {
    background: #ff7e00
}

.sep-video-grid .item .box .thumb .play i {
    width: 60px;
    height: 60px;
    background: #ff7e00;
    color: #fff;
    border-radius: 50%
}

.sep-video-grid .item .box .info {
    background: #fff;
    height: 170px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 54px
}

.sep-video-grid .item .box .info .title {
    font-size: 18px;
    margin-bottom: 20px
}

.sep-video-grid .item .box .info .more {
    font-size: 16px
}

.sep-video-grid .item .box .info .more:hover {
    color: #ff7e00
}

.sep-news-list .item {
    margin-bottom: 60px
}

.sep-news-list .item:last-child {
    margin-bottom: 0
}

.sep-news-list .item .thumb {
    width: 400px;
    height: 300px;
    flex-shrink: 0;
    margin-right: 80px
}

.sep-news-list .item .thumb img {
    object-fit: cover
}

.sep-news-list .item .thumb .date {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff7e00;
    color: #fff;
    width: 200px;
    height: 60px;
    padding-left: 20px;
    padding-top: 15px
}

.sep-news-list .item .thumb .date .day {
    font-size: 30px;
    line-height: 1em;
    margin-right: 24px
}

.sep-news-list .item .thumb .date .ym {
    font-size: 16px;
    position: relative
}

.sep-news-list .item .thumb .date .ym::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 25px;
    background: #fff;
    opacity: .2;
    position: absolute;
    left: -17px;
    top: -5px
}

.sep-news-list .item .info {
    flex: auto
}

.sep-news-list .item .info .tag {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
    display: block
}

.sep-news-list .item .info .tag:hover {
    color: #ff7e00
}

.sep-news-list .item .info .title {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    display: block
}

.sep-news-list .item .info .title:hover {
    color: #ff7e00
}

.sep-news-list .item .info .summary {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 1.875em;
    margin-bottom: 20px
}

.sep-news-list .item .info .more i {
    width: 50px;
    height: 50px;
    background: #ff7e00;
    box-shadow: 0 39px 49px 0 rgba(0, 67, 232, 0.1);
    border-radius: 25px;
    color: #fff
}

.sep-news-list .item .info .more i:hover {
    opacity: .5
}

.contact-box .info-box {
    width: 428px;
    flex-shrink: 0;
    background: #ff7e00;
    padding: 67px 100px 90px 90px
}

.contact-box .info-box .items .item {
    margin-bottom: 50px
}

.contact-box .info-box .items .item:last-child {
    margin-bottom: 0
}

.contact-box .info-box .items .item .hd {
    position: relative;
    font-size: 24px;
    margin-bottom: 16px
}

.contact-box .info-box .items .item .hd i {
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -54px;
    top: 3px
}

.contact-box .info-box .items .item .richtext b {
    font-family: 'Roboto-Bold'
}

.contact-box .info-box .items .item:last-child ul {
    margin-bottom: 0
}

.contact-box .info-box .items .item ul {
    margin-bottom: 35px
}

.contact-box .info-box .items .item ul li {
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 15px
}

.contact-box .info-box .items .item ul li:last-child {
    margin-bottom: 0
}

.contact-box .info-box .items .item ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline
}

.contact-box .info-box .items .item ul li a:hover {
    text-decoration: none
}

.contact-box .info-box .items .item ul li:last-child {
    margin-bottom: 0
}

.contact-box .form-box {
    flex: auto;
    margin: 0 0 0 80px
}

.contact-box .form-box .hd {
    color: #333;
    margin-bottom: 48px
}

.contact-box .form-box .hd:before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #da251c;
    position: absolute;
    left: 0;
    bottom: -20px
}

.contact-box .form-box .sep-form .form-group {
    position: relative
}

.contact-box .form-box .sep-form .form-group label {
    position: absolute;
    left: 21px;
    top: 17px
}

.contact-box .form-box .sep-form .form-group label i {
    font-size: 20px;
    color: #bdbebf
}

.contact-box .form-box .sep-form .form-group .form-control {
    height: 60px;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #333;
    padding-left: 20px;
    box-shadow: none;
    background: #f4f5f9;
    font-size: 16px
}

.contact-box .form-box .sep-form .form-group .form-control::-webkit-input-placeholder {
    color: #bdbebf;
    font-size: 16px
}

.contact-box .form-box .sep-form .form-group .form-control::-moz-placeholder {
    color: #bdbebf;
    font-size: 16px
}

.contact-box .form-box .sep-form .form-group .form-control:-ms-input-placeholder {
    color: #bdbebf;
    font-size: 16px
}

.contact-box .form-box .sep-form .form-group textarea.form-control {
    height: 160px;
    padding-top: 20px
}

.contact-box .form-box .sep-form .form-group .btn-primary {
    background: #ff7e00;
    border-radius: 0;
    border: none;
    width: 220px;
    height: 60px;
    font-size: 20px;
    margin-top: 30px;
    color: #fff;
    cursor: pointer
}

.contact-box .form-box .sep-form .form-group .btn-primary i {
    margin-left: 10px
}

.sep-pdf-items {
    margin: -25px
}

.sep-pdf-items .item {
    padding: 0 25px;
    margin-bottom: 50px
}

.sep-pdf-items .item .box {
    height: 370px;
    padding: 40px 30px;
    border: 1px solid #ccc;
    position: relative
}

.sep-pdf-items .item .box:hover {
    border: 2px solid #ff7e00
}

.sep-pdf-items .item .box:hover .line:before {
    background: #ff7e00;
    height: 2px
}

.sep-pdf-items .item .box:hover .download {
    background: #ff7e00;
    color: #fff
}

.sep-pdf-items .item .box:hover .download i {
    color: #fff
}

.sep-pdf-items .item .box .line {
    width: 75px;
    height: 75px;
    background: #fff;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 10
}

.sep-pdf-items .item .box .line:before {
    content: '';
    display: block;
    height: 1px;
    width: 106px;
    background: #ccc;
    transform: rotate(45deg);
    position: absolute;
    left: -16px;
    top: 37px
}

.sep-pdf-items .item .box .pdf-icon {
    margin-bottom: 20px
}

.sep-pdf-items .item .box .pdf-icon i {
    color: #ff7e00;
    font-size: 46px
}

.sep-pdf-items .item .box .title {
    color: #333;
    font-size: 22px;
    line-height: 1.4em;
    height: 2.8em;
    margin-bottom: 106px
}

.sep-pdf-items .item .box .title i {
    font-size: 24px
}

.sep-pdf-items .item .box .title:hover {
    color: #ff7e00
}

.sep-pdf-items .item .box .download {
    background: #f0f0f0;
    height: 54px;
    padding: 0 30px;
    margin-left: -30px;
    color: #4c4c4c
}

.sep-pdf-items .item .box .download i {
    margin-left: auto;
    font-size: 28px
}

.search-btns {
    margin-bottom: 40px !important
}

.search-btns a {
    height: 48px;
    min-width: 220px;
    font-size: 18px;
    background: #f0f0f0;
    margin: 0 15px
}

.search-btns a.active {
    background: #ff7e00;
    color: #fff
}

.search-btns a:hover {
    background: #ff7e00;
    color: #fff
}

@media screen and (max-width:768px) {
    .search-btns {
        flex-wrap: wrap
    }

    .search-btns a {
        margin-bottom: 5px;
        min-width: 345px
    }

    .sep-pdf-items {
        margin: 0
    }

    .sep-pdf-items .item {
        padding: 0
    }

    .contact-box {
        flex-wrap: wrap
    }

    .contact-box .info-box {
        width: 100%;
        padding: 20px
    }

    .contact-box .form-box {
        width: 100%;
        margin: 10px 0 0 0
    }
}

.search-toggles .toggle {
    display: none
}

.search-toggles .toggle:nth-child(1) {
    display: block
}

.flex-center {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    justify-content: center
}

.sep-resource-list .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) {
    border-bottom: dotted 1px #ddd;
    position: relative;
    min-height: 140px;
    padding: 15px 10px 50px 150px;
    line-height: 1em;
    margin-bottom: 20px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb {
    padding-left: 10px;
    min-height: auto;
    padding-bottom: 30px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb .thumb {
    display: none
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb {
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #ddd
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img:hover {
    transform: scale(1.1)
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .title {
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .title:hover {
    color: #ff7e00
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .summary {
    display: block;
    color: #666;
    line-height: 1.5em
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .published {
    display: block;
    color: #999;
    font-size: 16px;
    margin-bottom: 10px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .published:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f073";
    margin-right: 5px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .btn-read {
    position: absolute;
    bottom: 10px;
    right: 0;
    border: solid 1px #ccc;
    border-radius: 3px;
    background: #f0f0f0;
    padding: 2px 8px;
    color: #333;
    font-size: 12px
}

.sep-resource-list {
    display: block
}

.sep-resource-list .sep-datalist li.pdf-item {
    border-bottom: dotted 1px #ddd;
    position: relative;
    padding: 15px 10px 50px 0;
    line-height: 1em;
    margin-bottom: 20px
}

.sep-resource-list .sep-datalist li.pdf-item div {
    display: flex;
    width: 100%;
    max-width: 60%;
    justify-content: space-between;
    border: 1px solid #dcdcdc;
    padding: 20px 10px
}

.sep-resource-list .sep-datalist li.pdf-item div:hover {
    border-color: #ff7e00
}

.sep-resource-list .sep-datalist li.pdf-item div .titles-a {
    display: flex
}

.sep-resource-list .sep-datalist li.pdf-item div .titles-a i {
    margin-right: 5px
}

@media screen and (max-width:1460px) {
    .sep-section-normal .detail-wrap .box-wrap .thumb-box {
        padding-left: 50px
    }

    .sep-section-normal .detail-wrap .box-wrap .thumb-box .big-swiper {
        width: calc(100% - 120px)
    }

    .sep-section-normal .detail-wrap .box-wrap .info-box {
        padding-right: 50px
    }
}

@media screen and (max-width:1360px) {
    .fz44 {
        line-height: 40px
    }

    .sep-section-normal .sep-title {
        font-size: 30px
    }

    .sep-section-normal .sep-choose-items .item {
        padding: 20px
    }

    .sep-section-normal .recommended-wrap .box-slide .box .info {
        padding: 0 10px
    }

    .sep-section-normal .recommended-wrap .box-slide .box .info .summary {
        font-size: 16px
    }
}

@media screen and (max-width:1200px) {
    .sep-section-normal {
        padding: 60px 0
    }

    .sep-section-normal .sep-choose-items .item {
        width: 50%
    }

    .sep-section-normal .faq-slide .box {
        padding-left: 20px
    }

    .sep-section-normal .faq-slide .box .full-screen {
        padding: 10px
    }
}

@media screen and (max-width:768px) {
    .sep-inner-banner {
        margin-top: 0
    }

    .sep-inner-banner .translate-center {
        position: inherit !important;
        transform: translate(0, 0);
        left: 0;
        top: 0;
        background-color: #000;
        padding: 20px
    }

    .sep-inner-banner .info-box .title {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 20px
    }
    
    .sep-inner-banner .richtext{
        font-size: 14px;
    }

    .sep-inner-banner .info-box .title::before {
        display: none
    }

    .sep-breadcrumb.active {
        margin-top: 0
    }

    .mb50 {
        margin-bottom: 20px !important
    }

    .sep-news-list .item {
        flex-wrap: wrap;
        margin-bottom: 30px
    }

    .sep-news-list .item .thumb {
        width: 100%
    }

    .sep-news-list .item .info {
        width: 100%;
        margin-top: 20px
    }

    .sep-company-style1 .sep-section-normal {
        padding: 35px 0 !important
    }

    .sep-company-style1 .sep-section-normal.company-strength .box-wrap {
        flex-wrap: wrap;
        padding: 20px 0
    }

    .sep-company-style1 .sep-section-normal.company-strength .box-wrap .info {
        width: 100%;
        padding: 0
    }

    .sep-company-style1 .sep-section-normal.company-strength .box-wrap .box-slide {
        position: relative;
        top: 0;
        width: 100%;
        padding-top: 0
    }

    .sep-company-style1 .sep-section-normal.company-scale .box-wrap {
        flex-wrap: wrap
    }

    .sep-company-style1 .sep-section-normal.company-scale .box-wrap .box-slide {
        top: 20px;
        width: 100%
    }

    .sep-company-style1 .sep-section-normal.company-scale .box-wrap .info {
        padding-left: 20px;
        margin-top: 40px
    }

    .after-wrap .thumb {
        position: inherit;
        margin-top: 20px
    }

    .after-wrap .info-box {
        padding-top: 20px
    }

    .manual-wrap .manual-slide .box .hd {
        padding-left: 0
    }

    .manual-wrap .manual-slide .box .info {
        min-height: auto
    }

    .sep-section-normal {
        padding: 35px 0
    }

    .sep-section-normal.contact-bg .contact-items {
        margin-top: 30px
    }

    .sep-section-normal.contact-bg .form-box {
        padding-top: 20px
    }

    .sep-section-normal .sep-faq-items-second .item {
        width: 100%;
        flex-wrap: wrap;
        padding-right: 0
    }

    .sep-section-normal .sep-faq-items-second .item .title {
        width: 100%;
        padding-right: 0
    }

    .sep-section-normal .sep-faq-items-second .item .richtext {
        width: 100%;
        margin-top: 20px
    }

    .sep-section-normal .detail-wrap {
        padding: 20px 0
    }

    .sep-section-normal .detail-wrap .scroll-down {
        display: none
    }

    .sep-section-normal .detail-wrap .more-box {
        margin-top: 20px
    }

    .sep-section-normal .detail-wrap .box-wrap {
        flex-wrap: wrap
    }

    .sep-section-normal .detail-wrap .box-wrap .thumb-box {
        width: 100%;
        padding: 10px
    }

    .sep-section-normal .detail-wrap .box-wrap .thumb-box .thumbs {
        display: none
    }

    .sep-section-normal .detail-wrap .box-wrap .thumb-box .big-swiper {
        width: 100%;
        padding-right: 0
    }

    .sep-section-normal .detail-wrap .box-wrap .info-box {
        width: 100%;
        padding: 10px
    }

    .sep-section-normal .detail-wrap .box-wrap .info-box .title {
        font-size: 20px;
        line-height: 1.5;
    }

    .sep-section-normal.how-bg .items .item {
        padding: 0
    }

    .sep-section-normal .sep-title {
        font-size: 25px
    }

    .sep-section-normal .pro-list-slide .title {
        margin-bottom: 10px
    }

    .sep-section-normal .show-detail-wrap .btn {
        display: none
    }

    .sep-section-normal .show-detail-wrap .info-box .title {
        margin: 0;
        border-bottom: none
    }

    .sep-section-normal .show-detail-wrap .info-box .title::before {
        display: none
    }

    .sep-section-normal .show-detail-wrap .info-box .title:after {
        display: none
    }

    .sep-section-normal .show-detail-wrap .info-box .richtext {
        padding-left: 0
    }

    .sep-section-normal .show-detail-wrap .info-box .more {
        margin: 30px auto 0
    }

    .sep-section-normal .equipment-wrap .info {
        padding-top: 30px
    }

    .sep-section-normal .equipment-wrap .info .items::before {
        display: none
    }

    .sep-section-normal .equipment-wrap .info .items:after {
        display: none
    }

    .sep-section-normal .equipment-wrap .info .items .item {
        margin-bottom: 15px
    }

    .sep-section-normal .sep-faq-items .item {
        margin-bottom: 20px
    }

    .sep-section-normal .sep-choose-items .item {
        width: 100%;
        padding: 20px
    }

    .sep-section-normal .sep-choose-items .item .info .num {
        font-size: 40px;
        margin-bottom: 0
    }

    .sep-section-normal .sep-choose-items .item .info .alias {
        margin-bottom: 20px
    }

    .sep-section-normal .sep-choose-items .item .info .alias::before {
        bottom: -10px
    }

    .sep-section-normal .sep-choose-items .item .info-box .alias {
        font-size: 25px;
        margin-bottom: 0
    }

    .sep-section-normal h1.sep-title {
        font-size: 25px;
        line-height: 1.5;
    }
    
    .order_btm .btm_tel a{
        font-size: 18px !important;
    }

    .sep-section-normal .recommended-wrap {
        flex-wrap: wrap
    }

    .sep-section-normal .recommended-wrap .btn-wrap {
        margin-top: 20px
    }

    .sep-section-normal .recommended-wrap .info-box {
        width: 100%
    }

    .sep-section-normal .recommended-wrap .box-slide {
        width: 100%
    }

    .sep-section-normal .faq-slide .box {
        padding-top: 20px;
        height: auto
    }

    .sep-section-normal .faq-slide .box .full-screen {
        transform: scale(1);
        position: initial
    }
}