body,
dd,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0
}

ol,
ul {
    padding: 0;
    list-style: none
}

a {
    text-decoration: none
}

img {
    vertical-align: top;
    border: none;
    content: none !important
}

input,
textarea {
    margin: 0;
    padding: 0;
    outline: none
}

select {
    outline: none
}

textarea {
    overflow: auto;
    resize: none
}

table {
    border-collapse: collapse
}

td,
th {
    padding: 0
}

input,
textarea {
    font-family: Arial;
    font-size: 14px;
    border: none;
    outline: 0;
    background: 0 0;
    -webkit-appearance: none
}

body,
html {
    font: 14px Arial;
    line-height: 1.2;
    width: 100%;
    height: 100%;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

body {
    overflow-x: hidden
}

a {
    display: inline-block;
    color: #666
}

a.active {
    color: #333
}

img {
    max-width: 100%
}

.clear {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

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

.clearfix {
    zoom: 1
}

.fw {
    width: 1180px;
    margin: 0 auto
}

.hide,
.obHide {
    display: none
}

.obHide {
    position: absolute;
    z-index: 99;
    visibility: hidden
}

.show {
    display: block
}

.fa {
    line-height: inherit;
    color: inherit
}



.fixed {
    position: fixed;
    z-index: 9999;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8)
}

.fixed.show {
    z-index: 999
}

.fixed.show,
.popup {
    display: block
}

.popup .fixed-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 600px
}

#counterBgdx {
    display: none
}



@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes fadeInLeftMin {
    0% {
        opacity: 0;
        transform: translate3d(-6vw, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftMin {
    0% {
        opacity: 0;
        transform: translate3d(-6vw, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInLeftMin {
    -webkit-animation-name: fadeInLeftMin;
    animation-name: fadeInLeftMin
}

@-webkit-keyframes fadeInRightMin {
    0% {
        opacity: 0;
        transform: translate3d(6vw, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRightMin {
    0% {
        opacity: 0;
        transform: translate3d(6vw, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInRightMin {
    -webkit-animation-name: fadeInRightMin;
    animation-name: fadeInRightMin
}

@-webkit-keyframes fadeInUpMin {
    0% {
        opacity: 0;
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUpMin {
    0% {
        opacity: 0;
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInUpMin {
    -webkit-animation-name: fadeInUpMin;
    animation-name: fadeInUpMin
}

#shares {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 63px;
    height: 124px
}

#shares a {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    transition: all .3s ease-out 0s;
    text-align: center;
    border: 1px solid #e6e6e6;
    background-color: #fff
}

#shares a .fa {
    padding-left: 0
}

#shares a:hover {
    z-index: 1;
    border-color: #091e39;
    background-color: #091e39
}

#shares a:hover i {
    color: #fff
}

#shares a i {
    transition: all .3s ease-out 0s
}

#shares a i.fa-mobile {
    font-size: 24px
}

#shares a#sweixin {
    top: -1px
}

#shares a#gotop {
    font-size: 22px;
    margin-top: -2px
}

#fixed_weixin .fixed-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    height: auto;
    margin-top: -140px;
    margin-left: -110px;
    padding: 20px 20px 0;
    background: #fff
}

#fixed_weixin .fixed-container div {
    height: 220px
}

#fixed_weixin .fixed-container p {
    font-size: 14px;
    color: #000
}

#fixed_weixin .fixed-container p,
#online_open {
    line-height: 40px;
    height: 40px;
    text-align: center
}

#online_open {
    font-size: 16px;
    position: fixed;
    z-index: 99;
    right: -40px;
    bottom: 186px;
    display: block;
    width: 40px;
    margin-right: -3px;
    cursor: pointer;
    transform: translateX(7px);
    border: 1px solid #e6e6e6;
    background-color: #fff
}

#online_open i {
    transition: all .3s ease-out 0s
}

#online_open:hover {
    z-index: 1;
    border-color: #091e39;
    background-color: #091e39
}

#online_open:hover i {
    color: #fff
}

#online_lx {
    position: fixed;
    z-index: 99999;
    right: 7px;
    bottom: 188px;
    width: 180px;
    height: auto;
    margin-right: -10px;
    background-color: #fff;
    box-shadow: 0 5px 9px rgba(4, 0, 0, .17)
}

#olx_head {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    padding: 20px;
    color: #fff;
    background: #091e39
}

#olx_head i {
    font-size: 18px;
    cursor: pointer;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #fff
}

#olx_head i:hover {
    transform: rotate(90deg);
    color: #fff
}

#olx_qq {
    border-bottom: 1px solid hsla(0, 0%, 66.7%, .2)
}

#olx_qq li a {
    font-size: 12px;
    line-height: 18px;
    display: block;
    height: 18px;
    padding: 12px 30px;
    transition: all .3s ease-out;
    color: #666
}

#olx_qq li a i {
    font-size: 16px;
    margin-right: 18px;
    vertical-align: middle;
    color: inherit
}

#olx_qq li a:hover {
    background: #eee
}

#olx_tel {
    padding: 20px 30px
}

#olx_tel div {
    line-height: 14px;
    height: 14px;
    margin-bottom: 10px
}

#olx_tel div i {
    font-size: 18px;
    margin-right: 20px;
    vertical-align: middle
}

#olx_tel p {
    font-size: 16px;
    line-height: 18px
}

#fixed_mp .fixed-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 258px;
    height: 298px;
    margin-top: -149px;
    margin-left: -129px;
    background: #fff
}

#fixed_mp .fixed-container p {
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
    color: #000
}

#openAssist {
    position: fixed;
    z-index: 99;
    right: 20px;
    bottom: 40px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    background-color: #3b3b3b
}

#openAssist.active i {
    transform: translateZ(0) rotate(135deg)
}

#openAssist i {
    font-size: 30px;
    position: relative;
    top: 8px;
    display: inline-block;
    transition: all .3s ease-out;
    color: #fff
}

#assistBtn {
    position: fixed;
    z-index: 99;
    right: 25px;
    bottom: 90px;
    display: none
}

#assistBtn a {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    transform: translate3d(0, 8px, 0) scale(.3);
    transform-origin: center bottom;
    text-align: center;
    opacity: 0;
    border-radius: 20px;
    background-color: #3b3b3b
}

#assistBtn a i {
    font-size: 18px;
    position: relative;
    top: 10px;
    color: #fff
}

.mcustomize .module_container {
    position: relative
}

.mcustomize .module_container:after {
    display: block;
    clear: both;
    content: ""
}

.mcustomize .module_container .container_header {
    display: none
}

.mcustomize .container_content:after {
    display: block;
    clear: both;
    content: ""
}

.mcustomize .container_content .contentbody,
.mcustomize .container_content .mediabody {
    width: 50%
}

.mcustomize .container_content .mediabody .image {
    background-repeat: no-repeat;
    background-size: cover
}

.mcustomize .container_content .mediabody .link_icon,
.mcustomize .link_icon {
    display: none
}

.mcustomize.tlir .contentbody {
    float: left
}

.mcustomize.tlir .mediabody,
.mcustomize.tril .contentbody {
    float: right
}

.mcustomize.tril .mediabody {
    float: left
}

.vPlayArea {
    width: 100%;
    height: 100%
}

.vPlayArea .vPlayItem {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 960px;
    height: 618px;
    margin-top: -366px;
    margin-left: -480px;
    padding: 10px;
    transition: margin .36s ease, background 1s ease, border-color 1s ease;
    border: 1px solid #252525;
    background: #fff
}

.vPlayArea .vPlayItem video {
    width: 100%
}

.vPlayArea.vshow .vPlayItem {
    margin-top: -336px
}

.videoTabBtns {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
    transition: opacity 1s ease;
    transform: translateY(-50%)
}

.videoTabBtns .videoTabBtn {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    cursor: pointer;
    text-align: center;
    background: #fff
}

.videoTabBtns .videoTabBtn .icon {
    text-align: center
}

.videoTabBtns .videoTabBtn.next {
    right: 0
}

.videoTabBtns .videoTabBtn.next .icon:after {
    font-family: FontAwesome;
    font-size: 14px;
    font-size: 29px;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
    line-height: 50px;
    content: "";
    text-transform: none;
    color: inherit;
    color: #848484;
    -webkit-font-smoothing: antialiased;
    speak: none;
    text-rendering: auto
}

.videoTabBtns .videoTabBtn.prev {
    left: 0
}

.videoTabBtns .videoTabBtn.prev .icon:after {
    font-family: FontAwesome;
    font-size: 14px;
    font-size: 29px;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
    line-height: 50px;
    content: "";
    text-transform: none;
    color: inherit;
    color: #848484;
    -webkit-font-smoothing: antialiased;
    speak: none;
    text-rendering: auto
}

.videoInfor {
    position: relative;
    width: 100%;
    height: 48px;
    padding: 15px 0 0;
    transition: opacity 1s ease
}

.videoInfor .title {
    font-size: 16px;
    color: #2e2e2e
}

.videoInfor .subtitle {
    font-size: 13px;
    line-height: 22px;
    margin-top: 6px;
    color: #7d7d7d
}

.videoInfor .description {
    display: -webkit-box;
    overflow: hidden;
    height: 32px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.videoBg {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background 1s ease;
    background: rgba(0, 0, 0, .8)
}

.videoBg.deepView {
    background: rgba(0, 0, 0, .9)
}

.videoBg.deepView .vPlayItem {
    border-color: transparent;
    background: transparent
}

.videoBg.deepView .videoInfor,
.videoBg.deepView .videoTabBtns {
    opacity: 0
}

.theme-b .videoTabBtns .videoTabBtn {
    background: #252525
}

.theme-b .vPlayArea .vPlayItem {
    border-color: #252525;
    background: #252525
}

.theme-b .videoInfor .title {
    color: #fff
}

.agent-mobile .videom .content .wrapper {
    width: 96%;
    margin: 20px 2% 0
}

.agent-mobile .videom .content_list .item_block {
    float: left;
    width: 49%;
    margin-bottom: 10px
}

.agent-mobile .videom .content_list .item_block:nth-child(2n) {
    float: right
}

.imagelink .item_block .title {
    display: none
}

.mcontact .contactform p:not(.contactform_submit) {
    border-bottom: 1px solid
}

.mcontact .contactform_submit input {
    cursor: pointer
}

.ff_topSlider .item_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.ff_topSlider a {
    display: table;
    width: 100%;
    height: 100%
}

.ff_topSlider .description {
    display: table-cell;
    padding: 5.2083333333vw;
    text-align: center;
    vertical-align: middle
}

.ff_topSlider .description .title {
    font-size: 36px;
    line-height: 68px;
    color: #fff
}

.ff_topSlider .description .subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #a6a6a6
}

.ff_topSlider .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.ff_indexPage .mcounter .container_content {
    position: absolute;
    width: 100%;
    height: 190px
}

.ff_indexPage .mcounter .content_list {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0;
    transform: translateX(-50%) translateY(-50%)
}

.ff_indexPage .mcounter .content_list:after {
    display: block;
    clear: both;
    content: ""
}

.ff_indexPage .mcounter .content_list li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center
}

.ff_indexPage .mcounter .content_list li:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 45px;
    content: "";
    transform: translateY(-50%);
    background-color: hsla(0, 0%, 66.7%, .2)
}

.ff_indexPage .mcounter .content_list li .title {
    font-size: 13px;
    line-height: 30px;
    color: #999
}

.ff_indexPage .mcounter .content_list li p {
    font-size: 14px;
    text-align: center
}

.ff_indexPage .mcounter .content_list li p.number .counterDX {
    font-family: helveticaneuethn, Arial;
    font-size: 50px;
    line-height: 52px;
    margin-top: 15px;
    text-align: center;
    vertical-align: top
}

.ff_indexPage .mcounter .content_list li p.number .title {
    font-size: 13px;
    line-height: 30px
}

.ff_indexPage .mcounter .content_list li p.number .unit {
    font-size: 14px;
    position: relative;
    top: 1px;
    left: 3px;
    vertical-align: top
}

.ff_indexPage .mcounter .module_container {
    position: relative;
    height: 190px
}

body {
    background: #fff
}


body {
    color: #908f8f
}

.owl-carousel .owl-nav {
    position: absolute;
    margin-top: 0
}

.owl-carousel .owl-nav {
    position: absolute;
    width: 38px;
    height: 73;
    margin: 0;
    padding: 0;
   

}

.owl-carousel .owl-nav [class*=owl-]:hover {
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    
}

.owl-carousel .owl-nav [class*=owl-]:hover .iconfont {
    color: #fff
}

.owl-carousel .owl-nav [class*=owl-].disabled:hover {
    
}

.owl-carousel .owl-nav [class*=owl-] .iconfont {
    font-family: mofont;
    font-size: 18px;
    line-height: 54px;
    display: none;
    color: #bababa
    
}

.owl-carousel .owl-nav .owl-prev .iconfont {
    transform: translateX(-1px)
}

.owl-carousel .owl-nav .owl-prev .iconfont:before {
    content: ""
}

.owl-carousel .owl-nav .owl-next .iconfont {
    transform: translateX(1px)
}

.owl-carousel .owl-nav .owl-next .iconfont:before {
    content: ""
}

.owl-carousel .owl-dots {
    display: none
}

.owl-carousel .owl-dots .owl-dot {
    position: relative;

    width: 12px;
    height: 12px;
    margin-left: 11px;
    background-color: #cccccc;
    border-radius: 50%
}

.owl-carousel .owl-dots .owl-dot span {}

.owl-carousel .owl-dots .owl-dot.active {}

.owl-carousel .owl-dots .owl-dot.active span {
    transition: all .3s ease-in-out 0s;
    background-color: initial
}


.longPage .container_category a {
    font-size: 15px;
    line-height: 1;
    position: relative;
    transition: all .3s ease-in-out 0s;
    color: #737373
}

.longPage .container_category a:before {
    position: absolute;
    top: 50%;
    left: -22px;
    width: 0;
    height: 1px;
    content: "";
    transition: all .3s ease-in-out 0s;
    background-color: #091e39
}

.longPage .container_category a.active,
.longPage .container_category a:hover {
    color: #091e39
}

.longPage .container_category a.active:before,
.longPage .container_category a:hover:before {
    width: 12px
}

.bodylist .mlist .more {
    display: none
}

.bodylistpost #page_body_editor-wrapper .layout_group[data-limit_width=true]>.layout_limit_wrapper,
.bodylistpost #sitecontent .npagePage.content_editor .module_container {
    max-width: 70%
}

.item_block .date_wrap,
.item_block .details,
.item_block .item_index,
.item_block .item_tags {
    display: none
}

.item_block .item_img {
    position: relative;

    width: 100%
}

.item_block .item_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.item_block .item_box {
    display: block
}

.item_block .title {
    color: #404040
}

.item_block .description {
    color: #8c8c8c
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes horizontalAnime {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(4%)
    }
}

@keyframes horizontalAnime {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(4%)
    }
}

@-webkit-keyframes colorAnime {
    0% {
        color: rgba(0, 0, 0, .5)
    }

    50% {
        color: #fff
    }

    to {
        color: rgba(0, 0, 0, .5)
    }
}

@keyframes colorAnime {
    0% {
        color: rgba(0, 0, 0, .5)
    }

    50% {
        color: #fff
    }

    to {
        color: rgba(0, 0, 0, .5)
    }
}

@-webkit-keyframes cfadeOut {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes cfadeOut {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInRight1 {
    0% {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@keyframes fadeInRight1 {
    0% {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@-webkit-keyframes fadeInLeft1 {
    0% {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@keyframes fadeInLeft1 {
    0% {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }
}

@-webkit-keyframes cZoomIn {
    0% {
        transform: translateZ(0) scale(1.2)
    }

    to {
        transform: translateZ(0) scale(1)
    }
}

@keyframes cZoomIn {
    0% {
        transform: translateZ(0) scale(1.2)
    }

    to {
        transform: translateZ(0) scale(1)
    }
}

.cZoomIn {
    -webkit-animation-name: cZoomIn;
    animation-name: cZoomIn
}

.fadeInRight1 {
    -webkit-animation-name: fadeInRight1;
    animation-name: fadeInRight1
}

.fadeInLeft1,
.owl-carousel.anime-rtl .cFadeIn {
    -webkit-animation-name: fadeInLeft1;
    animation-name: fadeInLeft1
}

.owl-carousel .cFadeIn {
    -webkit-animation-name: fadeInRight1;
    animation-name: fadeInRight1
}

.owl-carousel .cFadeOut {
    -webkit-animation-name: cfadeOut;
    animation-name: cfadeOut
}

.mo-form .mo-text input {
    font-size: 1rem
}

@media screen and (min-width:2561px) {
    .ff_sitecontent {
        min-height: calc(100vh - 50px)
    }

    #page_body_editor-wrapper .layout_group[data-limit_width=true]>.layout_limit_wrapper,
    #sitecontent .npagePage.content_editor .module_container {
        max-width: 1600px
    }

    #online_open,
    #shares a {
        font-size: 30px;
        line-height: 90px;
        width: 90px;
        height: 90px
    }

    #online_open#gotop,
    #online_open i.fa-mobile,
    #shares a#gotop,
    #shares a i.fa-mobile {
        font-size: 36px
    }

    #online_lx,
    #online_open {
        bottom: 456px
    }

    #shares {
        bottom: 333px
    }

    #online_lx {
        width: 300px
    }

    #olx_head {
        font-size: 24px;
        line-height: 28px;
        height: 28px
    }

    #olx_head,
    #olx_tel {
        padding: 30px 30px 30px 50px
    }

    #olx_tel div,
    #olx_tel p {
        font-size: 24px;
        line-height: 36px;
        height: 36px
    }

    #olx_tel div {
        margin-bottom: px
    }

    #olx_tel div i {
        font-size: 22px
    }

    .npagePage.formPage .module_container {
        padding: 200px 0
    }

    .npagePage.formPage .mFormPage {
        font-size: 32px
    }

    .npagePage.formPage .mFormPage .container_header {
        font-size: 48px
    }

    .npagePage.formPage .mFormPage .mo-form-list {
        max-width: 1400px
    }

    .npagePage.formPage .mFormPage .mo-input-title {
        font-size: 32px;
        line-height: 82px;
        width: 160px;
        margin-right: 40px
    }

    .npagePage.formPage .mo-input-wrap {
        line-height: 84px;
        width: calc(100% - 200px)
    }

    .npagePage.formPage .mo-form .mo-text input {
        font-size: 32px
    }

    .npagePage.formPage .mo-input-items {
        padding: 20px 0
    }

    .npagePage.formPage .mo-fakeoption {
        padding-left: 30px
    }

    .npagePage.formPage .mo-option-selected {
        line-height: 75px;
        padding-left: 30px
    }

    .npagePage.formPage .mo-option-selected:after {
        line-height: 70px;
        right: 30px
    }

    .npagePage.formPage .mo-select {
        width: 250px
    }

    .npagePage.formPage .mo-radio-wrap {
        padding-top: 0
    }

    .npagePage.formPage .mo-radio {
        margin-right: 70px
    }

    .npagePage.formPage .mo-radio .mo-inputName {
        font-size: 32px;
        line-height: 32px;
        padding-left: 40px
    }

    .npagePage.formPage .mo-radio .mo-inputName:before {
        top: 14px;
        left: 8px
    }

    .npagePage.formPage .mo-radio .mo-inputName:after {
        top: 5px;
        width: 20px;
        height: 20px
    }

    .npagePage.formPage .mo-text.mo-code input {
        width: 270px
    }

    .npagePage.formPage .mo-text.mo-code img {
        width: 180px
    }

    .npagePage.formPage .mo-button input {
        font-size: 32px;
        line-height: 80px;
        width: 220px
    }
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track-piece {
    width: 5px
}

::-webkit-scrollbar-track-piece {
    background-color: #101012
}

::-webkit-scrollbar {
    background-color: #091e39
}

::-webkit-scrollbar-thumb {
    background-color: #333
}

::-webkit-scrollbar-thumb:hover {
    background-color: #091e39
}

#header {
    font-family: Montserrat-Regular-8;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    transition: .36s ease
}

#header #hcontact {
    display: none
}

#header #logo {
    height: 43px;
    transition: .36s ease
}

#header #logo img {
    height: 100%
}

#header .wrapper {
    width: 70%;

    margin: 0 auto
}

#header .wrapper>.content {
    display: flex;
    width: 100%;
    height: 90px;
    transition: .36s ease;
    align-items: center;
    justify-content: space-between
}

#header .wrapper>.content .clear {
    display: none
}

#header #navWrapper {
    height: 100%;
    color: #908f8f
}

#header #navWrapper>.content {
    display: flex;
    height: 100%;
    align-items: center
}

#header #navWrapper .nav {
    display: flex;
    height: 100%;
    transition: .26s ease
}

#header #navWrapper .nav:hover {
    color: #091e39
}

#header #navWrapper .navitem {
    position: relative;
    display: flex;
    margin-left: 67px;
    align-items: center
}

#header #navWrapper .navitem .fa {
    margin-left: 4px
}

#header #navWrapper .navitem a {
    color: grey
}

#header #navWrapper .navitem a.active,
#header #navWrapper .navitem a:hover {
    color: #091e39
}

#header #navWrapper .navitem a.active span:before,
#header #navWrapper .navitem a:hover span:before {
    width: 100%;
    opacity: 1
}

#header #navWrapper .navitem a span {
    position: relative
}

#header #navWrapper .navitem a span:before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    transition: all .36s ease 0s;
    opacity: 0;
    background-color: #091e39
}

#header #navWrapper .subnav {
    line-height: 62px;
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    overflow: hidden;
    width: 164px;
    transform: translateX(-50%);
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: 0 10px 24px 0 hsla(0, 0%, 51.8%, .1)
}

#header #navWrapper .subnav:hover {
    color: #091e39
}

#header #navWrapper .subnav li {
    position: relative;
    transition: .26s ease
}

#header #navWrapper .subnav li:hover {
    background: #091e39
}

#header #navWrapper .subnav li:hover a {
    padding-left: 62px;
    color: #fff
}

#header #navWrapper .subnav a {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    padding-left: 46px;
    transition: .36s ease
}

#header #headTop .search_wrap,
#header #navWrapper .move,
#header .searchGroup {
    display: none
}

#header.mini {
    background-color: #fff;
    box-shadow: 0 0 24px 0 hsla(0, 0%, 51.8%, .1)
}

#header.mini .wrapper>.content {
    height: 70px
}

#header.mini #logo {
    height: 34px
}

#navMini {
    display: none
}

.langSelector {
    position: relative;
    margin-right: 20px;
    margin-left: 48px;
    padding: 10px 0;
    cursor: pointer;
    color: #091e39
}

.langSelector:hover .options {
    visibility: visible;
    transform: translateY(0);
    opacity: 1
}

.langSelector .show {
    padding: 8px;
    transition: .26s ease;
    border-radius: 20px
}

.langSelector .icon {
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle
}

.langSelector .text {
    margin-right: 8px
}

.langSelector .options {
    position: absolute;
    top: 100%;
    visibility: hidden;
    transition: .26s ease;
    transform: translateY(10px);
    opacity: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 24px 0 hsla(0, 0%, 51.8%, .1)
}

.langSelector .option-item {
    position: relative;
    box-sizing: border-box;
    width: 96px;
    padding: 8px
}

.langSelector .option-item:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    content: "";
    transition: .26s ease;
    opacity: 0;
    border-radius: 50%;
    background-color: #908f8f
}

.langSelector .option-item:hover:after {
    opacity: 1
}

.langSelector:hover .show {
    background-color: rgba(0, 0, 0, .2)
}

#sitecontent .searchGroup {
    display: none
}

.ff_topSlider {
    padding-bottom: 0
}

.ff_topSlider .owl-nav {
    width: 100%;
    top: 50%;
    left: 0%;
    right: 0%;
    display: flex;
    flex-direction: column-reverse;
    transform: translateY(-50%)
}

@media screen and (max-width:1280px) {
    .ff_topSlider .owl-nav {
        right: calc(50% - 550px)
    }
}





.ff_topSlider .owl-nav .owl-prev {
    float: left;
}

.ff_topSlider .content_wrapper {
    position: relative
}

.ff_topSlider .item_block {
    position: relative;

}

.ff_topSlider .item_block:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
   
    content: "";
    background-color: #fff
}

.ff_topSlider .item_block .item_mask {
    position: absolute;
    z-index: 20;
    top: -1px;
    left: -1px;
    display: none;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: #f00
}

.ff_topSlider .item_block a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.ff_topSlider .item_block a[href="#"] {
    cursor: auto
}

.ff_topSlider .item_block .description {
    padding: 5.2083333333vw 15%
}

.ff_topSlider .owl-item.active {
    z-index: 2
}

.ff_topSlider .owl-item.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.ff_topSlider .owl-dots {
    position: absolute;
    z-index: 2;

    left: 10%;
    display: block
}




.ff_topSlider .owl-dots .owl-dot.active {
    width: 39px;
    height: 12px;
    background: #ffffff;
    border-radius: 10px;
}



.ff_topSlider .dirImage {
    position: absolute;
    left: 50%;
    margin-left: -2vw;
    bottom: 10%;
    box-sizing: border-box;
    width: 16.7708333333vw;
    background: #ff0;


}

.ff_topSlider .dirImage .owl-item .thumb-item {
    display: none;
    width: 100%;
    height: 6.25vw;
    border-radius: 10px;
    background-size: cover
}

.ff_topSlider .owl-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% );
    transform: translate3d(100%, 0, 0);
    background: #f7f7f7
}

.ff_indexPage .mcustomize .more {
    font-size: 0;
    position: absolute;
    z-index: 1;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center
}

.ff_indexPage .mcustomize .more span {
    display: none
}

.ff_indexPage .mcustomize .more:hover:before {
    transform: translate(-50%, -50%) rotate(135deg);
    color: #091e39
}

.ff_indexPage .mcustomize .more:hover svg circle {
    stroke-dashoffset: 0
}

.ff_indexPage .mcustomize .more:before {
    font-family: mofont;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 38px;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #8c8c8c
}

.ff_indexPage .mcustomize .more svg {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 44px;
    height: 44px
}

.ff_indexPage .mcustomize .more svg circle {
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    cx: 22;
    cy: 22;
    fill: transparent;
    r: 20;
    stroke: #091e39;
    stroke-dasharray: 126;
    stroke-dashoffset: 126;
    stroke-width: 1
}

.ff_indexPage .mcustomize.initlayout .module_container {
    padding: 6.3020833333vw 0 23.75vw
}

.ff_indexPage .mcustomize.initlayout .contentbody {
    float: none;
    width: 100%
}

.ff_indexPage .mcustomize.initlayout .contentbody .wrapper:after {
    display: block;
    clear: both;
    content: ""
}

.ff_indexPage .mcustomize.initlayout .contentbody .header {
    float: left;
    width: 30%
}

.ff_indexPage .mcustomize.initlayout .contentbody .description {
    float: right;
    width: 59%;
    margin-top: 25px
}

.ff_indexPage .mcustomize.initlayout .mediabody {
    display: none
}

.ff_indexPage .mcustomize.tlir {
    position: relative;
    background-image: none !important
}

.ff_indexPage .mcustomize.tlir .module_container {
    position: static
}

.ff_indexPage .mcustomize.tlir .contentbody .header {
    width: 100%
}

.ff_indexPage .mcustomize.tlir .contentbody .description {
    margin-top: 70px
}

.ff_indexPage .mcustomize.tlir .mediabody {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-animation-name: fadeInUp-50;
    animation-name: fadeInUp-50
}

.ff_indexPage .mcustomize.tlir .mediabody a {
    display: block
}

.ff_indexPage .mcustomize.tlir .mediabody .image {
    width: 44.7916666667vw;
    height: 30.8854166667vw;
    margin-left: auto
}

.ff_indexPage .mcustomize.tril {
    position: relative;
    background-image: none !important
}

.ff_indexPage .mcustomize.tril .module_container {
    position: static
}

.ff_indexPage .mcustomize.tril .contentbody .header {
    width: 100%
}

.ff_indexPage .mcustomize.tril .contentbody .description {
    margin-top: 70px
}

.ff_indexPage .mcustomize.tril .mediabody {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-animation-name: fadeInUp-50;
    animation-name: fadeInUp-50
}

.ff_indexPage .mcustomize.tril .mediabody a {
    display: block
}

.ff_indexPage .mcustomize.tril .mediabody .image {
    width: 44.7916666667vw;
    height: 30.8854166667vw;
    margin-right: auto
}

@-webkit-keyframes fadeInUp-50 {
    0% {
        transform: translate3d(0, 100%, 0);
        opacity: 0
    }

    to {
        transform: translate3d(0, -50%, 0);
        opacity: 1
    }
}

@keyframes fadeInUp-50 {
    0% {
        transform: translate3d(0, 100%, 0);
        opacity: 0
    }

    to {
        transform: translate3d(0, -50%, 0);
        opacity: 1
    }
}

.npagePage:not(.post) .service.ff_noSlider .content_list:after {
    display: block;
    clear: both;
    content: ""
}

.npagePage:not(.post) .service.ff_noSlider .content_list .item_block {
    position: relative;
    float: left;
    width: calc(33.33333% - 75px);
    height: auto;
    margin: 0 75px 51px 0
}

.npagePage:not(.post) .service.ff_noSlider .content_list .item_block:nth-child(3n+1):nth-last-child(-n+3),
.npagePage:not(.post) .service.ff_noSlider .content_list .item_block:nth-child(3n+1):nth-last-child(-n+3)~.item_block {
    margin-bottom: 0
}

.npagePage:not(.post) .service.ff_noSlider .content_wrapper {
    margin-right: -75px
}

.npagePage:not(.post) .service.ff_noSlider .content_wrapper.slider {
    margin-right: 0
}

.npagePage:not(.post) .service.ff_noSlider .content_wrapper.slider .item_block {
    margin-bottom: 0
}

.npagePage:not(.post) .service.ff_noSlider .owl-item .item_block {
    width: 100%
}

.ff_indexPage .service .module_container {
    padding: 6.25vw 0 12.03125vw
}

.ff_indexPage .service .container_header {
    position: absolute;
    top: 6.25vw;
    left: 0
}

.ff_indexPage .service .more {
    font-size: 0;
    position: absolute;
    z-index: 1;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center
}

.ff_indexPage .service .more:hover .fa {
    color: #091e39
}

.ff_indexPage .service .more:hover svg circle {
    stroke-dashoffset: 0
}

.ff_indexPage .service .more .fa {
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #8c8c8c
}

.ff_indexPage .service .more .fa:before {
    font-family: mofont;
    content: ""
}

.ff_indexPage .service .more svg {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 44px;
    height: 44px
}

.ff_indexPage .service .more svg circle {
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    cx: 22;
    cy: 22;
    fill: transparent;
    r: 20;
    stroke: #091e39;
    stroke-dasharray: 126;
    stroke-dashoffset: 126;
    stroke-width: 1
}

.ff_indexPage .service.ff_slider .owl-stage-outer:after {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: calc(100% - 10.41667vw);
    height: 1px;
    content: "";
    background-color: #ececec
}

.ff_indexPage .service.ff_slider .owl-stage {
    z-index: 1;
    padding-bottom: 69px
}

.ff_indexPage .service.ff_slider .owl-item:hover:before {
    opacity: 1
}

.ff_indexPage .service.ff_slider .owl-item:hover:after {
    background-color: #091e39
}

.ff_indexPage .service.ff_slider .owl-item:hover .item_box:before {
    transform: scaleY(1);
    opacity: 1
}

.ff_indexPage .service.ff_slider .owl-item:hover .title {
    color: #fff
}

.ff_indexPage .service.ff_slider .owl-item:hover .description {
    color: hsla(0, 0%, 100%, .4)
}

.ff_indexPage .service.ff_slider .owl-item:after,
.ff_indexPage .service.ff_slider .owl-item:before {
    position: absolute;
    z-index: 1;
    bottom: -69px;
    left: 50%;
    content: "";
    transition: .75s cubic-bezier(.475, .425, 0, .995);
    transform: translateX(-50%);
    border-radius: 50%
}

.ff_indexPage .service.ff_slider .owl-item:before {
    width: 15px;
    height: 15px;
    opacity: 0;
    border: 1px solid #091e39;
    background-color: #fff
}

.ff_indexPage .service.ff_slider .owl-item:after {
    bottom: -64px;
    width: 7px;
    height: 7px;
    background-color: #ececec
}

.ff_indexPage .service.ff_slider .owl-nav {
    display: block;
    margin-top: 40px
}

.ff_indexPage .service.ff_slider .owl-nav [class*=owl-] {
    position: static
}

.ff_indexPage .service.ff_slider .owl-nav .owl-prev {
    margin-right: 40px
}

.ff_indexPage .service.ff_slider .module_container {
    width: 85%;
    margin-left: 15%
}

.ff_indexPage .service.ff_slider .container_header {
    width: 20%
}

.ff_indexPage .service.ff_slider .content_list {
    width: 65.6%;
    margin-left: auto
}

.ff_indexPage .service.ff_slider .item_block {
    box-sizing: border-box;
    width: 20.8333333333vw;
    text-align: center
}

.ff_indexPage .service.ff_slider .item_block .item_box {
    padding: 3.6458333333vw 2.65625vw 3.3854166667vw;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    border-radius: 19px;
    background-color: #f7f7f7
}

.ff_indexPage .service.ff_slider .item_block:hover .item_box {
    background-color: #091e39
}

.ff_indexPage .service.ff_slider .item_block:hover .title {
    color: #fff
}

.ff_indexPage .service.ff_slider .item_block:hover .description {
    color: hsla(0, 0%, 100%, .4)
}

.ff_indexPage .service.ff_slider .item_block .item_img {
    width: 80px;
    margin: 0 auto 20px;
    padding-top: 80px
}

.ff_indexPage .service.ff_slider .item_block .title {
    font-size: 20px;
    line-height: 34px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.ff_indexPage .service.ff_slider .item_block .item_des {
    margin-top: 37px
}

.ff_indexPage .service.ff_slider .item_block .description {
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 26px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #bfbfbf
}

.ff_indexPage .service.ff_slider .more {
    top: calc(6.25vw + 200px);
    left: 0
}

.ff_indexPage .service.ff_noSlider .content_wrapper {
    position: relative;
    width: 59.1%;
    margin-right: 0;
    margin-left: auto;
    padding-left: 50px
}

.ff_indexPage .service.ff_noSlider .content_wrapper:before {
    position: absolute;
    top: 60px;
    left: 8px;
    width: 1px;
    height: calc(100% - 120px);
    content: "";
    background-color: #ececec
}

.ff_indexPage .service.ff_noSlider .item_block {
    position: relative;
    float: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 38px 7.2916666667vw 38px 2.6041666667vw
}

.ff_indexPage .service.ff_noSlider .item_block:nth-child(n+6) {
    display: none
}

.ff_indexPage .service.ff_noSlider .item_block:hover:before {
    opacity: 1
}

.ff_indexPage .service.ff_noSlider .item_block:hover:after {
    background-color: #091e39
}

.ff_indexPage .service.ff_noSlider .item_block:hover .item_box:before {
    transform: scaleY(1);
    opacity: 1
}

.ff_indexPage .service.ff_noSlider .item_block:hover .title {
    color: #fff
}

.ff_indexPage .service.ff_noSlider .item_block:hover .description {
    color: hsla(0, 0%, 100%, .4)
}

.ff_indexPage .service.ff_noSlider .item_block:after,
.ff_indexPage .service.ff_noSlider .item_block:before {
    position: absolute;
    top: 50%;
    content: "";
    transition: .75s cubic-bezier(.475, .425, 0, .995);
    transform: translateY(-50%);
    border-radius: 50%
}

.ff_indexPage .service.ff_noSlider .item_block:before {
    left: -50px;
    width: 15px;
    height: 15px;
    opacity: 0;
    border: 1px solid #091e39;
    background-color: #fff
}

.ff_indexPage .service.ff_noSlider .item_block:after {
    left: -45px;
    width: 7px;
    height: 7px;
    background-color: #ececec
}

.ff_indexPage .service.ff_noSlider .item_block .item_box:after {
    display: block;
    clear: both;
    content: ""
}

.ff_indexPage .service.ff_noSlider .item_block .item_box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: .75s cubic-bezier(.475, .425, 0, .995);
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    border-radius: 19px;
    background-color: #091e39
}

.ff_indexPage .service.ff_noSlider .item_block .item_img {
    float: left;
    width: 40px;
    margin-right: 24px;
    padding-top: 40px
}

.ff_indexPage .service.ff_noSlider .item_block .item_wrapper {
    position: relative;
    float: left;
    width: calc(100% - 64px)
}

.ff_indexPage .service.ff_noSlider .item_block .title {
    font-size: 20px;
    line-height: 1;
    transition: color .75s cubic-bezier(.475, .425, 0, .995)
}

.ff_indexPage .service.ff_noSlider .item_block .subtitle {
    display: none
}

.ff_indexPage .service.ff_noSlider .item_block .description {
    font-size: 14px;
    line-height: 1;
    overflow: hidden;
    margin-top: 9px;
    transition: color .75s cubic-bezier(.475, .425, 0, .995);
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, .4)
}

.ff_indexPage .service.ff_noSlider .more {
    top: 100%;
    left: -12px
}

.ff_indexPage .service.ff_noSlider .more:before {
    position: absolute;
    bottom: 100%;
    left: 20px;
    width: 0;
    height: 56px;
    content: "";
    border-left: 1px dashed #ececec
}

.bodylist.bodyservice .service .module_container {
    padding-top: 6.25vw
}

.bodylist.bodyservice .service .item_block {
    overflow: hidden;
    box-sizing: border-box;
    padding: 2.6041666667vw 2.9166666667vw 1.875vw 2.6041666667vw;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    border-radius: 16px
}

.bodylist.bodyservice .service .item_block:hover {
    background-color: #091e39
}

.bodylist.bodyservice .service .item_block:hover>.item_index {
    bottom: -40%
}

.bodylist.bodyservice .service .item_block:hover .title {
    color: #fff
}

.bodylist.bodyservice .service .item_block:hover .description {
    color: hsla(0, 0%, 100%, .4)
}

.bodylist.bodyservice .service .item_block .item_box:after {
    display: block;
    clear: both;
    content: ""
}

.bodylist.bodyservice .service .item_block .item_img {
    float: left;
    width: 40px;
    padding-top: 40px
}

.bodylist.bodyservice .service .item_block .item_wrapper {
    float: right;
    width: 80%
}

.bodylist.bodyservice .service .item_block>.item_index {
    font-size: 10rem;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: -80%;
    display: block;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: hsla(0, 0%, 100%, .15)
}

.bodylist.bodyservice .service .item_block .title {
    font-size: 24px;
    line-height: 1;
    margin: 7px 0 21px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.bodylist.bodyservice .service .item_block .description {
    display: -webkit-box;
    overflow: hidden;
    height: 78px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 26px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: rgba(0, 0, 0, .4)
}

.ff_indexPage .videom.ff_noSlider .content_list:after,
.npagePage:not(.post) .videom.ff_noSlider .content_list:after {
    display: block;
    clear: both;
    content: ""
}

.ff_indexPage .videom.ff_noSlider .content_list .item_block,
.npagePage:not(.post) .videom.ff_noSlider .content_list .item_block {
    position: relative;
    float: left;
    width: calc(50% - 76px);
    height: auto;
    margin: 0 76px 100px 0
}

.ff_indexPage .videom.ff_noSlider .content_list .item_block:nth-child(odd):nth-last-child(-n+2),
.ff_indexPage .videom.ff_noSlider .content_list .item_block:nth-child(odd):nth-last-child(-n+2)~.item_block,
.npagePage:not(.post) .videom.ff_noSlider .content_list .item_block:nth-child(odd):nth-last-child(-n+2),
.npagePage:not(.post) .videom.ff_noSlider .content_list .item_block:nth-child(odd):nth-last-child(-n+2)~.item_block {
    margin-bottom: 0
}

.ff_indexPage .videom.ff_noSlider .content_wrapper,
.npagePage:not(.post) .videom.ff_noSlider .content_wrapper {
    margin-right: -76px
}

.ff_indexPage .videom.ff_noSlider .content_wrapper.slider,
.npagePage:not(.post) .videom.ff_noSlider .content_wrapper.slider {
    margin-right: 0
}

.ff_indexPage .videom.ff_noSlider .content_wrapper.slider .item_block,
.npagePage:not(.post) .videom.ff_noSlider .content_wrapper.slider .item_block {
    margin-bottom: 0
}

.ff_indexPage .videom.ff_noSlider .owl-item .item_block,
.npagePage:not(.post) .videom.ff_noSlider .owl-item .item_block {
    width: 100%
}

.ff_indexPage .videom.ff_slider {
    background-position: 50% !important
}

.ff_indexPage .videom.ff_slider .module_container {
    padding: 6.25vw 0
}

.ff_indexPage .videom.ff_slider .container_header {
    position: absolute;
    top: 6.25vw;
    left: 0
}

.ff_indexPage .videom.ff_slider .slider {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between
}

.ff_indexPage .videom.ff_slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: 23.6%;
    border-radius: 20px;
    background-color: #091e39
}

.ff_indexPage .videom.ff_slider .owl-nav [class*=owl-] {
    position: relative;
    width: 80px;
    height: 100px;
    border-radius: 0;
    background-color: initial
}

.ff_indexPage .videom.ff_slider .owl-nav [class*=owl-]:hover .iconfont:before {
    opacity: 0
}

.ff_indexPage .videom.ff_slider .owl-nav [class*=owl-]:hover .iconfont:after {
    opacity: 1
}

.ff_indexPage .videom.ff_slider .owl-nav [class*=owl-] .iconfont {
    line-height: 100px;
    overflow: hidden;
    width: 18px;
    height: 100%;
    color: #fff
}

.ff_indexPage .videom.ff_slider .owl-nav [class*=owl-] .iconfont:after,
.ff_indexPage .videom.ff_slider .owl-nav [class*=owl-] .iconfont:before {
    position: absolute;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transform: translateX(-50%)
}

.ff_indexPage .videom.ff_slider .owl-nav .owl-prev:hover .iconfont:before {
    transform: translateX(calc(-50% - 20px))
}

.ff_indexPage .videom.ff_slider .owl-nav .owl-prev:hover .iconfont:after {
    transform: translateX(-50%)
}

.ff_indexPage .videom.ff_slider .owl-nav .owl-prev:after {
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    width: 1px;
    height: 12px;
    content: "";
    background-color: hsla(0, 0%, 100%, .15)
}

.ff_indexPage .videom.ff_slider .owl-nav .owl-prev .iconfont {
    transform: translateX(-1px)
}

.ff_indexPage .videom.ff_slider .owl-nav .owl-prev .iconfont:after {
    content: "";
    transform: translateX(calc(-50% + 20px));
    opacity: 0
}

.ff_indexPage .videom.ff_slider .owl-nav .owl-next:hover .iconfont:before {
    transform: translateX(calc(-50% + 20px))
}

.ff_indexPage .videom.ff_slider .owl-nav .owl-next:hover .iconfont:after {
    transform: translateX(-50%)
}

.ff_indexPage .videom.ff_slider .owl-nav .owl-next .iconfont {
    transform: translateX(1px)
}

.ff_indexPage .videom.ff_slider .owl-nav .owl-next .iconfont:after {
    content: "";
    transform: translateX(calc(-50% - 20px));
    opacity: 0
}

.ff_indexPage .videom.ff_slider .owl-nav.stop {
    pointer-events: none
}

.ff_indexPage .videom.ff_slider .owl-stage-outer:hover:before {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0
}

.ff_indexPage .videom.ff_slider .owl-stage-outer:after,
.ff_indexPage .videom.ff_slider .owl-stage-outer:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transition: all .3s ease-in-out 0s;
    pointer-events: none
}

.ff_indexPage .videom.ff_slider .owl-stage-outer:before {
    width: 102px;
    height: 102px;
    content: "";
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 50%
}

.ff_indexPage .videom.ff_slider .owl-stage-outer:after {
    font-family: mofont;
    font-size: 32px;
    content: "";
    transform: translate(-38%, -50%);
    color: #fff
}

.ff_indexPage .videom.ff_slider .content_list {
    width: 56.2%;
    padding-right: 80px
}

.ff_indexPage .videom.ff_slider .content_list .item_block .item_wrapper {
    display: none
}

.ff_indexPage .videom.ff_slider .content_info {
    display: block;
    width: 34.2%;
    padding-bottom: 8.7%
}

.ff_indexPage .videom.ff_slider .content_info .item_block {
    text-align: right
}

.ff_indexPage .videom.ff_slider .content_info .item_block .title {
    font-size: 34px;
    line-height: 44px
}

.ff_indexPage .videom.ff_slider .content_info .item_block .subtitle {
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, .35)
}

.ff_indexPage .videom.ff_slider .content_info .item_block .description {
    display: -webkit-box;
    overflow: hidden;
    height: 64px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 32px;
    margin-top: 20px;
    color: rgba(0, 0, 0, .65)
}

.ff_indexPage .videom.ff_slider .item_block .item_img {
    padding-top: 90.6%
}

.videom .item_block {
    cursor: pointer
}

.videom .item_block .item_img {
    border-radius: 16px
}

.videom.ff_noSlider .container_header {
    padding-bottom: 4.6875vw
}

.videom.ff_noSlider .item_block:hover .item_info {
    opacity: 0
}

.videom.ff_noSlider .item_block:hover .item_wrapper {
    background-color: #091e39
}

.videom.ff_noSlider .item_block:hover .item_des {
    opacity: 1
}

.videom.ff_noSlider .item_block:hover .item_img:before {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0
}

.videom.ff_noSlider .item_block .item_img {
    padding-top: 90.2%;
    border-radius: 16px 16px 0 0
}

.videom.ff_noSlider .item_block .item_img:after,
.videom.ff_noSlider .item_block .item_img:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transition: all .3s ease-in-out 0s
}

.videom.ff_noSlider .item_block .item_img:before {
    width: 102px;
    height: 102px;
    content: "";
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 50%
}

.videom.ff_noSlider .item_block .item_img:after {
    font-family: mofont;
    font-size: 32px;
    content: "";
    transform: translate(-38%, -50%);
    color: #fff
}

.videom.ff_noSlider .item_block .item_wrapper {
    position: relative;
    padding: 1.875vw 3.125vw 2.6041666667vw;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    border-radius: 0 0 16px 16px;
    background-color: #f7f7f7
}

.videom.ff_noSlider .item_block .item_info {
    height: 52px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.videom.ff_noSlider .item_block .title {
    font-size: 24px;
    line-height: 32px
}

.videom.ff_noSlider .item_block .subtitle {
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, .35)
}

.videom.ff_noSlider .item_block .item_des {
    position: absolute;
    top: 1.5625vw;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 3.125vw;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    opacity: 0
}

.videom.ff_noSlider .item_block .description {
    display: -webkit-box;
    overflow: hidden;
    height: 64px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 32px;
    color: #fff
}

.bodylist.bodyvideom .mlist .module_container {
    padding-top: 6.25vw
}

.ff_indexPage .project .content_list:after,
.npagePage:not(.post) .project .content_list:after {
    display: block;
    clear: both;
    content: ""
}

.ff_indexPage .project .content_list .item_block,
.npagePage:not(.post) .project .content_list .item_block {
    position: relative;
    float: left;
    width: calc(50% - 76px);
    height: auto;
    margin: 0 76px 75px 0
}

.ff_indexPage .project .content_list .item_block:nth-child(odd):nth-last-child(-n+2),
.ff_indexPage .project .content_list .item_block:nth-child(odd):nth-last-child(-n+2)~.item_block,
.npagePage:not(.post) .project .content_list .item_block:nth-child(odd):nth-last-child(-n+2),
.npagePage:not(.post) .project .content_list .item_block:nth-child(odd):nth-last-child(-n+2)~.item_block {
    margin-bottom: 0
}

.ff_indexPage .project .content_wrapper,
.npagePage:not(.post) .project .content_wrapper {
    margin-right: -76px
}

.ff_indexPage .project .content_wrapper.slider,
.npagePage:not(.post) .project .content_wrapper.slider {
    margin-right: 0
}

.ff_indexPage .project .content_wrapper.slider .item_block,
.npagePage:not(.post) .project .content_wrapper.slider .item_block {
    margin-bottom: 0
}

.ff_indexPage .project .owl-item .item_block,
.npagePage:not(.post) .project .owl-item .item_block {
    width: 100%
}

.ff_indexPage .project .container_header {
    padding-bottom: 48px
}

.ff_indexPage .project .container_header .subtitle {
    position: relative
}

.ff_indexPage .project .container_category {
    display: block;
    text-align: center
}

.ff_indexPage .project .container_category a {
    margin: 0 33px
}

.ff_indexPage .project .container_content {
    padding-top: 40px
}

.ff_indexPage .project .more {
    display: none
}

.ff_indexPage .project.ff_slider {
    overflow-x: hidden
}

.ff_indexPage .project.ff_slider .module_container {
    width: 100%
}

.ff_indexPage .project.ff_slider .container_header {
    width: 100%;
    text-align: center
}

.ff_indexPage .project.ff_slider .slider {
    position: relative
}

.ff_indexPage .project.ff_slider .content_list,
.ff_indexPage .project.ff_slider .content_next,
.ff_indexPage .project.ff_slider .content_prev {
    width: 54.4270833333vw;
    margin: 0 auto
}

.ff_indexPage .project.ff_slider .content_next,
.ff_indexPage .project.ff_slider .content_prev {
    position: absolute;
    top: 0
}

.ff_indexPage .project.ff_slider .content_next .owl-nav,
.ff_indexPage .project.ff_slider .content_prev .owl-nav {
    display: none
}

.ff_indexPage .project.ff_slider .content_prev {
    left: -40%
}

.ff_indexPage .project.ff_slider .content_next {
    right: -40%
}

.ff_indexPage .project.ff_slider .owl-animated-out {
    z-index: 0
}

.ff_indexPage .project.ff_slider .owl-animated-in {
    z-index: 1
}

.ff_indexPage .project.ff_slider .owl-item {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-timing-function: cubic-bezier(.475, .425, 0, .995);
    animation-timing-function: cubic-bezier(.475, .425, 0, .995)
}

.ff_indexPage .project.ff_slider .owl-item.active .item_block .item_img img {
    transform: translateZ(0) scale(1)
}

.ff_indexPage .project.ff_slider .owl-item .item_block:hover .item_img,
.ff_indexPage .project.ff_slider .owl-item .item_block:hover .item_wrapper {
    transform: translateY(0)
}

.ff_indexPage .project.ff_slider .owl-item .item_block .item_img {
    z-index: 1;
    transform: translateY(72px)
}

.ff_indexPage .project.ff_slider .owl-item .item_block .item_img img {
    transition: all 1.25s cubic-bezier(.475, .425, 0, .995);
    transform: translateZ(0) scale(1.2)
}

.ff_indexPage .project.ff_slider .owl-item .item_block .item_box {
    display: block
}

.ff_indexPage .project.ff_slider .owl-item .item_block .item_img {
    padding-top: 53.5%;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    border-radius: 16px
}

.ff_indexPage .project.ff_slider .owl-item .item_block .item_wrapper {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 24px 22px 0;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transform: translateY(-50px)
}

.ff_indexPage .project.ff_slider .owl-item .item_block .title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 12px;
    color: #404040
}

.ff_indexPage .project.ff_slider .owl-item .item_block .subtitle {
    display: none
}

.ff_indexPage .project.ff_slider .owl-item .item_block .item_des {
    font-size: 12px;
    line-height: 1;
    height: 12px;
    color: #b2b2b2
}

.ff_indexPage .project.ff_slider .owl-item .item_block .description {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ff_indexPage .project.ff_slider .owl-item .item_block span.details {
    top: 46%;
    right: 0;
    color: #091e39
}

.ff_indexPage .project.ff_slider .item_block:hover .item_img img {
    transform: scale(1.08)
}

.ff_indexPage .project.ff_slider .item_block .item_img img {
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.ff_indexPage .project.ff_slider .item_block span.details {
    font-size: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    width: 24px;
    height: 100%;
    color: #bcbcbc
}

.ff_indexPage .project.ff_slider .item_block span.details:after,
.ff_indexPage .project.ff_slider .item_block span.details:before {
    font-family: mofont;
    font-size: 24px;
    position: absolute;
    top: 0;
    display: inline-block;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.ff_indexPage .project.ff_slider .item_block span.details:before {
    transform: translateX(-24px);
    opacity: 0
}

.ff_indexPage .project.ff_slider .owl-nav {
    top: 50%;
    width: 100%
}

.ff_indexPage .project.ff_slider .owl-nav .owl-prev {
    float: left;
}

.ff_indexPage .project.ff_slider .owl-nav .owl-next {
    float: right;
}

.ff_indexPage .project.ff_noSlider .item_block:hover .title,
.ff_indexPage .project.ff_noSlider .item_block:hover span.details {
    color: #091e39
}

.ff_indexPage .project.ff_noSlider .item_block:hover span.details:before {
    transform: translateX(0);
    opacity: 1
}

.ff_indexPage .project.ff_noSlider .item_block:hover span.details:after {
    transform: translateX(24px);
    opacity: 0
}

.ff_indexPage .project.ff_noSlider .item_block .item_img {
    margin-bottom: 37px;
    padding-top: 53.4%;
    border-radius: 16px
}

.ff_indexPage .project.ff_noSlider .item_block .item_info {
    margin-bottom: 17px
}

.ff_indexPage .project.ff_noSlider .item_block .item_wrapper {
    position: relative
}

.ff_indexPage .project.ff_noSlider .item_block .description {
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 26px
}

.ff_indexPage .project.ff_noSlider .item_block .subtitle {
    display: none
}

.ff_indexPage .project.ff_noSlider .item_block .title {
    font-size: 18px;
    line-height: 1;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.ff_indexPage .project.ff_noSlider .item_block span.details {
    top: -7px;
    right: 0;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.ff_indexPage .project.ff_noSlider .item_block:hover .item_img img {
    transform: scale(1.08)
}

.ff_indexPage .project.ff_noSlider .item_block .item_img img {
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.ff_indexPage .project.ff_noSlider .item_block span.details {
    font-size: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    width: 24px;
    height: 100%;
    color: #bcbcbc
}

.ff_indexPage .project.ff_noSlider .item_block span.details:after,
.ff_indexPage .project.ff_noSlider .item_block span.details:before {
    font-family: mofont;
    font-size: 24px;
    position: absolute;
    top: 0;
    display: inline-block;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.ff_indexPage .project.ff_noSlider .item_block span.details:before {
    transform: translateX(-24px);
    opacity: 0
}

.ff_indexPage .project.ff_noSlider .content_wrapper {
    padding-top: 40px
}

.bodylist.bodyproject .container_category {
    display: block
}

.bodylist.bodyproject .mlist .item_block:hover .title,
.bodylist.bodyproject .mlist .item_block:hover span.details {
    color: #091e39
}

.bodylist.bodyproject .mlist .item_block:hover span.details:before {
    transform: translateX(0);
    opacity: 1
}

.bodylist.bodyproject .mlist .item_block:hover span.details:after {
    transform: translateX(24px);
    opacity: 0
}

.bodylist.bodyproject .mlist .item_block .item_img {
    margin-bottom: 37px;
    padding-top: 53.4%;
    border-radius: 16px
}

.bodylist.bodyproject .mlist .item_block .item_info {
    margin-bottom: 17px
}

.bodylist.bodyproject .mlist .item_block .item_wrapper {
    position: relative
}

.bodylist.bodyproject .mlist .item_block .description {
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 26px
}

.bodylist.bodyproject .mlist .item_block .subtitle {
    display: none
}

.bodylist.bodyproject .mlist .item_block .title {
    font-size: 18px;
    line-height: 1;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.bodylist.bodyproject .mlist .item_block span.details {
    top: -7px;
    right: 0;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.bodylist.bodyproject .mlist .item_block:hover .item_img img {
    transform: scale(1.08)
}

.bodylist.bodyproject .mlist .item_block .item_img img {
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.bodylist.bodyproject .mlist .item_block span.details {
    font-size: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    width: 24px;
    height: 100%;
    color: #bcbcbc
}

.bodylist.bodyproject .mlist .item_block span.details:after,
.bodylist.bodyproject .mlist .item_block span.details:before {
    font-family: mofont;
    font-size: 24px;
    position: absolute;
    top: 0;
    display: inline-block;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.bodylist.bodyproject .mlist .item_block span.details:before {
    transform: translateX(-24px);
    opacity: 0
}

.bodylist.bodyproject .mlist .module_container {
    padding-top: 6.25vw
}

.bodylist.bodyproject .content_wrapper {
    margin-right: -40px
}

.ff_indexPage .news.ff_noSlider .content_list:after,
.npagePage:not(.post) .news.ff_noSlider .content_list:after {
    display: block;
    clear: both;
    content: ""
}

.ff_indexPage .news.ff_noSlider .content_list .item_block,
.npagePage:not(.post) .news.ff_noSlider .content_list .item_block {
    position: relative;
    float: left;
    width: calc(33.33333% - 75px);
    height: auto;
    margin: 0 75px 94px 0
}

.ff_indexPage .news.ff_noSlider .content_list .item_block:nth-child(3n+1):nth-last-child(-n+3),
.ff_indexPage .news.ff_noSlider .content_list .item_block:nth-child(3n+1):nth-last-child(-n+3)~.item_block,
.npagePage:not(.post) .news.ff_noSlider .content_list .item_block:nth-child(3n+1):nth-last-child(-n+3),
.npagePage:not(.post) .news.ff_noSlider .content_list .item_block:nth-child(3n+1):nth-last-child(-n+3)~.item_block {
    margin-bottom: 0
}

.ff_indexPage .news.ff_noSlider .content_wrapper,
.npagePage:not(.post) .news.ff_noSlider .content_wrapper {
    margin-right: -75px
}

.ff_indexPage .news.ff_noSlider .content_wrapper.slider,
.npagePage:not(.post) .news.ff_noSlider .content_wrapper.slider {
    margin-right: 0
}

.ff_indexPage .news.ff_noSlider .content_wrapper.slider .item_block,
.npagePage:not(.post) .news.ff_noSlider .content_wrapper.slider .item_block {
    margin-bottom: 0
}

.ff_indexPage .news.ff_noSlider .owl-item .item_block,
.npagePage:not(.post) .news.ff_noSlider .owl-item .item_block {
    width: 100%
}

.ff_indexPage .news .module_container {
    position: relative
}

.ff_indexPage .news .container_header {
    padding-bottom: 4.4270833333vw
}

.ff_indexPage .news .container_category {
    position: absolute;
    top: calc(4.6875vw + 37px);
    right: 0;
    display: block
}

.ff_indexPage .news .more {
    display: none
}

.ff_indexPage .news.ff_slider .owl-stage-outer {
    padding-bottom: 4.7395833333vw
}

.ff_indexPage .news.ff_slider .owl-nav {
    display: none
}

.ff_indexPage .news.ff_slider .owl-dots {
    display: block
}

.ff_indexPage .news.ff_slider .item_block {
    position: relative
}

.ff_indexPage .news.ff_slider .item_block:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 86.3%;
    content: ""
}

.ff_indexPage .news.ff_slider .item_block:hover .item_img {
    top: 0;
    opacity: 1
}

.ff_indexPage .news.ff_slider .item_block:hover .item_img:after {
    opacity: 1
}

.ff_indexPage .news.ff_slider .item_block:hover .item_box>.date_wrap {
    transform: translateX(50%);
    color: #fff
}

.ff_indexPage .news.ff_slider .item_block:hover .item_wrapper {
    opacity: 0
}

.ff_indexPage .news.ff_slider .item_block .item_box>.date_wrap {
    z-index: 1;
    display: block
}

.ff_indexPage .news.ff_slider .item_block .item_img {
    position: absolute;
    top: 8px;
    left: 0;
    padding-top: 100%;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    opacity: 0;
    border-radius: 18px
}

.ff_indexPage .news.ff_slider .item_block .item_img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 129px;
    height: 136px;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    opacity: 0;
    border-radius: 18px 0;
    background-color: #091e39
}

.ff_indexPage .news.ff_slider .item_block .item_img img {
    width: auto;
    height: 100%
}

.ff_indexPage .news.ff_slider .item_block .item_wrapper {
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.ff_indexPage .news.ff_slider .item_block .item_wrapper .title {
    font-size: 20px;
    margin-bottom: 18px
}

.ff_indexPage .news.ff_slider .item_block .item_wrapper .description {
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 26px;
    color: rgba(0, 0, 0, .5)
}

.ff_indexPage .news.ff_slider .item_block .item_wrapper span.details {
    font-size: 0;
    display: block;
    padding: 68px 0 22px
}

.ff_indexPage .news.ff_slider .item_block .item_wrapper span.details .fa {
    font-size: 24px;
    line-height: 1;
    color: #bcbcbc
}

.ff_indexPage .news.ff_slider .item_block .item_wrapper span.details .fa:before {
    font-family: mofont;
    content: ""
}

.bodylist.bodynews .container_category {
    display: block
}

.bodylist.bodynews .mlist .module_container {
    padding-top: 6.25vw
}

.news .item_block .date_wrap {
    font-size: 12px;
    position: relative;
    box-sizing: border-box;
    width: 65px;
    padding: 88px 0 34px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #ccc
}

.news .item_block .date_wrap i,
.news .item_block .date_wrap span {
    position: relative;
    z-index: 1
}

.news .item_block .date_wrap .d {
    font-size: 52px;
    font-weight: 700;
    position: absolute;
    top: 25px;
    left: 0;
    display: block;
    width: 100%;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.news .item_block .date_wrap .time-connect:nth-last-child(2) {
    display: none
}

.news.ff_noSlider .item_block:hover .title {
    color: #091e39
}

.news.ff_noSlider .item_block:hover .item_box>.date_wrap,
.news.ff_noSlider .item_block:hover .item_img:after {
    opacity: 1
}

.news.ff_noSlider .item_block .item_box {
    position: relative
}

.news.ff_noSlider .item_block .item_box>.date_wrap {
    position: absolute;
    right: 27px;
    bottom: 119px;
    display: block;
    padding: 68px 0 24px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    opacity: 0;
    color: hsla(0, 0%, 100%, .5)
}

.news.ff_noSlider .item_block .item_box>.date_wrap:after {
    font-family: mofont;
    font-size: 22px;
    display: block;
    content: "";
    color: #fff
}

.news.ff_noSlider .item_block .item_box>.date_wrap .d {
    font-size: 38px;
    color: #fff
}

.news.ff_noSlider .item_block .item_img {
    margin-bottom: 34px;
    padding-top: 86.4%;
    border-radius: 16px
}

.news.ff_noSlider .item_block .item_img:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 129px;
    height: 136px;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    opacity: 0;
    border-radius: 18px 0;
    background-color: #091e39
}

.news.ff_noSlider .item_block .title {
    font-size: 20px;
    line-height: 1
}

.news.ff_noSlider .item_block .item_info {
    margin-bottom: 13px
}

.news.ff_noSlider .item_block .description {
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 26px;
    color: rgba(0, 0, 0, .5)
}

.team_tabs .container_header {
    padding-bottom: 60px
}

.team_tabs .container_header .subtitle {
    margin-bottom: 20px
}

.team_tabs.ff_noSlider .tab_button {
    display: none
}

.team_tabs.ff_noSlider .tab_content {
    position: relative
}

.team_tabs.ff_noSlider .tab_content:after,
.team_tabs.ff_noSlider .tab_content:before {
    position: absolute;
    top: 0;
    height: calc(100% - 1px);
    content: ""
}

.team_tabs.ff_noSlider .tab_content:before {
    left: 0;
    width: 100%;
    border: 1px solid #e5e5e5
}

.team_tabs.ff_noSlider .tab_content:after {
    left: 50%;
    width: 1px;
    background-color: #e5e5e5
}

.team_tabs.ff_noSlider .item_block {
    position: relative;
    float: left;
    width: 50%;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.team_tabs.ff_noSlider .item_block:hover {
    background-color: #091e39
}

.team_tabs.ff_noSlider .item_block:hover .subtitle,
.team_tabs.ff_noSlider .item_block:hover .title {
    color: #fff
}

.team_tabs.ff_noSlider .item_block:not(:nth-child(3n+1)):not(:last-child):after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    border-bottom: 1px solid #e5e5e5
}

.team_tabs.ff_noSlider .item_block:nth-child(3n+1) .item_box {
    position: relative;
    flex-direction: column-reverse
}

.team_tabs.ff_noSlider .item_block:nth-child(3n+1) .item_img {
    width: 100%;
    margin-top: 33.48%;
    padding-top: 71.7%
}

.team_tabs.ff_noSlider .item_block:nth-child(3n+1) .item_img img {
    top: auto;
    bottom: 0
}

.team_tabs.ff_noSlider .item_block:nth-child(3n+1) .item_wrapper {
    position: absolute;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 6.3% 15.2% 2%
}

.team_tabs.ff_noSlider .item_block:nth-child(3n+1) .item_info {
    width: 39.4%
}

.team_tabs.ff_noSlider .item_block:nth-child(3n+1) .subtitle {
    margin-top: 33px
}

.team_tabs.ff_noSlider .item_block .item_box {
    display: flex;
    flex-direction: row-reverse
}

.team_tabs.ff_noSlider .item_block .item_wrapper {
    padding: 89px 30px 0 40px
}

.team_tabs.ff_noSlider .item_block .item_img {
    flex: 0 0 auto;
    width: 63.1%;
    padding-top: 52.6%
}

.team_tabs.ff_noSlider .item_block .item_des {
    display: none
}

.team_tabs.ff_noSlider .item_block .title {
    height: 64px;
    font-size: 26px;
    line-height: 32px
}

.team_tabs.ff_noSlider .item_block .subtitle,
.team_tabs.ff_noSlider .item_block .title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    white-space: normal;
    text-overflow: clip
}

.team_tabs.ff_noSlider .item_block .subtitle {
    height: 48px;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    margin-top: 73px;
    padding-top: 10px;
    color: #404040
}

.team_tabs.ff_noSlider .item_block .subtitle:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 1px;
    content: "";
    background-color: #cdcdce
}

.ff_sitecontent .ad01 .container_header .subtitle {
    margin-bottom: 20px
}

.ff_sitecontent .ad01 .container_content {
    padding-top: 56px
}

.ff_sitecontent .ad01 .owl-nav {
    position: absolute;
    top: -106px;
    right: 0
}

.ff_sitecontent .ad01 .owl-nav [class*=owl-] {
    position: static
}

.ff_sitecontent .ad01 .owl-nav .owl-prev {
    margin-right: 22px
}

.ff_sitecontent .ad01 .item_block:hover .title,
.ff_sitecontent .ad01 .item_block:hover span.details {
    color: #091e39
}

.ff_sitecontent .ad01 .item_block:hover .item_img img {
    transform: scale(1.08)
}

.ff_sitecontent .ad01 .item_block .item_img {
    padding-top: 47.4%
}

.ff_sitecontent .ad01 .item_block .item_img img {
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.ff_sitecontent .ad01 .item_block .item_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 36%
}

.ff_sitecontent .ad01 .item_block .title {
    font-size: 24px;
    line-height: 38px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.ff_sitecontent .ad01 .item_block .subtitle {
    display: none
}

.ff_sitecontent .ad01 .item_block .item_wrapper {
    position: relative;
    margin-top: 23px;
    padding: 0 0 0 37.5%
}

.ff_sitecontent .ad01 .item_block .description {
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 26px;
    color: #a6a6a6
}

.ff_sitecontent .ad01 .item_block span.details {
    font-size: 15px;
    line-height: 1;
    display: block;
    margin-top: 42px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #9d9d9d
}

.ff_sitecontent .ad01 .item_block span.details .fa {
    margin-left: 10px;
    vertical-align: bottom
}

.ff_sitecontent .ad01 .item_block span.details .fa:before {
    content: "";
    font-family: mofont;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: inherit;
    display: inline-block;
    vertical-align: bottom;
    text-transform: none;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    speak: none;
    text-rendering: auto;
    font-size: 24px;
    line-height: 19px
}

.bodyad01 .ad01 .content_list:after {
    display: block;
    clear: both;
    content: ""
}

.bodyad01 .ad01 .content_list .item_block {
    position: relative;
    float: left;
    width: calc(50% - 64px);
    height: auto;
    margin: 0 64px 0 0
}

.bodyad01 .ad01 .content_list .item_block:nth-child(odd):nth-last-child(-n+2),
.bodyad01 .ad01 .content_list .item_block:nth-child(odd):nth-last-child(-n+2)~.item_block {
    margin-bottom: 0
}

.bodyad01 .ad01 .content_wrapper {
    margin-right: -64px
}

.bodyad01 .ad01 .content_wrapper.slider {
    margin-right: 0
}

.bodyad01 .ad01 .content_wrapper.slider .item_block {
    margin-bottom: 0
}

.bodyad01 .ad01 .owl-item .item_block {
    width: 100%
}

.ff_indexPage .team.ff_noSlider .content_list:after,
.npagePage:not(.post) .team.ff_noSlider .content_list:after {
    display: block;
    clear: both;
    content: ""
}

.ff_indexPage .team.ff_noSlider .content_list .item_block,
.npagePage:not(.post) .team.ff_noSlider .content_list .item_block {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 47px
}

.ff_indexPage .team.ff_noSlider .content_list .item_block:nth-child(1n+1):nth-last-child(-n+1),
.ff_indexPage .team.ff_noSlider .content_list .item_block:nth-child(1n+1):nth-last-child(-n+1)~.item_block,
.npagePage:not(.post) .team.ff_noSlider .content_list .item_block:nth-child(1n+1):nth-last-child(-n+1),
.npagePage:not(.post) .team.ff_noSlider .content_list .item_block:nth-child(1n+1):nth-last-child(-n+1)~.item_block {
    margin-bottom: 0
}

.ff_indexPage .team.ff_noSlider .content_wrapper,
.ff_indexPage .team.ff_noSlider .content_wrapper.slider,
.npagePage:not(.post) .team.ff_noSlider .content_wrapper,
.npagePage:not(.post) .team.ff_noSlider .content_wrapper.slider {
    margin-right: 0
}

.ff_indexPage .team.ff_noSlider .content_wrapper.slider .item_block,
.npagePage:not(.post) .team.ff_noSlider .content_wrapper.slider .item_block {
    margin-bottom: 0
}

.ff_indexPage .team.ff_noSlider .owl-item .item_block,
.npagePage:not(.post) .team.ff_noSlider .owl-item .item_block {
    width: 100%
}

.ff_indexPage .team .more {
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 6.6666666667vw;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center
}

.ff_indexPage .team .more:hover:before {
    transform: translate(-50%, -50%) rotate(135deg)
}

.ff_indexPage .team .more:hover .fa {
    color: #091e39
}

.ff_indexPage .team .more:hover svg circle {
    stroke-dashoffset: 0
}

.ff_indexPage .team .more .fa {
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    color: #8c8c8c
}

.ff_indexPage .team .more .fa:before {
    font-family: mofont;
    content: ""
}

.ff_indexPage .team .more svg {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 44px;
    height: 44px
}

.ff_indexPage .team .more svg circle {
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    cx: 22;
    cy: 22;
    fill: transparent;
    r: 20;
    stroke: #091e39;
    stroke-dasharray: 126;
    stroke-dashoffset: 126;
    stroke-width: 1
}

.ff_indexPage .team.ff_slider {
    padding-top: 4.6875vw
}

.ff_indexPage .team.ff_slider .container_content {
    padding-bottom: 4.6875vw
}

.ff_indexPage .team.ff_slider .owl-item.active {
    z-index: 1
}

.ff_indexPage .team.ff_slider .owl-nav {
    top: 0;
    right: 0
}

.ff_indexPage .team.ff_slider .owl-nav [class*=owl-] {
    position: static
}

.ff_indexPage .team.ff_slider .owl-nav .owl-prev {
    margin-right: 30px
}

.ff_indexPage .team.ff_slider .slider_pagination {
    position: absolute;
    top: 4.375vw;
    right: 3.6458333333vw
}

.ff_indexPage .team.ff_slider .slider_pagination .current {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #091e39
}

.ff_indexPage .team.ff_slider .slider_pagination .total {
    font-size: 13px;
    line-height: 1;
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    color: #bfbfbf
}

.ff_indexPage .team.ff_slider .slider_pagination .total:before {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 1px;
    height: 13px;
    content: "";
    transform: rotate(30deg);
    background-color: #bfbfbf
}

.ff_indexPage .team.ff_slider .module_container {
    position: relative
}

.ff_indexPage .team.ff_slider .container_header {
    position: absolute;
    top: 0;
    left: 0
}

.ff_indexPage .team.ff_slider .content_list {
    box-sizing: border-box;
    padding: 0 7.2395833333vw
}

.ff_indexPage .team.ff_slider .item_block:after {
    display: block;
    clear: both;
    content: ""
}

.ff_indexPage .team.ff_slider .item_block .item_img {
    float: left;
    width: 47.7%;
    margin-left: 15%;
    padding-top: 50.3%
}

.ff_indexPage .team.ff_slider .item_block .item_img:after {
    animation: horizontalAnime 4s linear .2s infinite alternate-reverse
}

.ff_indexPage .team.ff_slider .item_block .item_img img {
    -webkit-animation: horizontalAnime 4s linear 0s infinite alternate;
    animation: horizontalAnime 4s linear 0s infinite alternate
}

.ff_indexPage .team.ff_slider .item_block .item_wrapper {
    float: right;
    box-sizing: border-box;
    width: 37%;
    padding: 21% 0 0
}

.ff_indexPage .team.ff_slider .item_block .title {
    font-size: 48px;
    line-height: 60px;
    color: #404040
}

.ff_indexPage .team.ff_slider .item_block .subtitle {
    font-size: 16px;
    line-height: 28px;
    color: #b2b2b2
}

.ff_indexPage .team.ff_slider .item_block .description {
    display: -webkit-box;
    overflow: hidden;
    height: 78px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 15px;
    line-height: 26px;
    margin-top: 44px;
    color: grey
}

.ff_indexPage .team.ff_slider .item_block .details {
    top: 86%;
    left: 54%;
    background-color: #091e39
}

.team .module_container {
    padding-top: 5.3125vw
}

.team .item_block .item_img:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16.5104166667vw;
    height: 16.5104166667vw;
    content: "";
    border-radius: 50%;
    background-color: #091e39
}

.team .item_block .item_img img {
    z-index: 1
}

.team .item_block .details {
    font-size: 0;
    position: absolute;
    z-index: 1;
    display: block;
    width: 120px;
    text-align: center;
    border-radius: 26px;
    background-color: #f7f7f7
}

.team .item_block .details .fa {
    font-size: 24px;
    line-height: 52px;
    color: #fff
}

.team .item_block .details .fa:before {
    font-family: mofont;
    content: ""
}

.team.ff_noSlider .container_content {
    padding-top: 4.6875vw
}

.team.ff_noSlider .item_block:hover .details {
    background-color: #091e39
}

.team.ff_noSlider .item_block:hover .details .fa {
    color: #fff
}

.team.ff_noSlider .item_block:nth-child(odd) .details {
    left: 29%
}

.team.ff_noSlider .item_block:nth-child(2n) .item_box {
    flex-direction: row-reverse
}

.team.ff_noSlider .item_block:nth-child(2n) .item_wrapper {
    text-align: right
}

.team.ff_noSlider .item_block:nth-child(2n) .details {
    right: 0
}

.team.ff_noSlider .item_block .item_box {
    display: flex;
    justify-content: space-between
}

.team.ff_noSlider .item_block .item_img {
    width: 37.9%;
    padding-top: 40%
}

.team.ff_noSlider .item_block .item_wrapper {
    width: 50.4%;
    margin-top: 19.4%
}

.team.ff_noSlider .item_block .title {
    font-size: 42px;
    line-height: 52px
}

.team.ff_noSlider .item_block .subtitle {
    font-size: 14px;
    line-height: 22px;
    color: #737373
}

.team.ff_noSlider .item_block .item_des {
    margin-top: 24px
}

.team.ff_noSlider .item_block .description {
    font-size: 15px;
    line-height: 26px;
    color: grey
}

.team.ff_noSlider .item_block .details {
    bottom: 12%;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.team.ff_noSlider .item_block .details .fa {
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #a6a6a6
}

.imagelink .container_header {
    position: relative;
    width: 100%;
    padding-bottom: 24px
}

.imagelink .container_header:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #e5e5e5
}

.imagelink .container_header .subtitle {
    position: relative
}

.imagelink.ff_slider .item_block:hover .item_img {
    transform: translateY(-10px)
}

.imagelink.ff_slider .item_block .item_img {
    padding-top: 41.5%;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.imagelink.ff_slider .owl-stage-outer {
    padding-bottom: 100px
}

.imagelink.ff_slider .owl-nav {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.imagelink.ff_slider .owl-nav [class*=owl-] {
    position: static
}

.imagelink.ff_slider .owl-nav .owl-prev {
    margin-right: 22px
}

.imagelink.ff_noSlider .content_list {
    border-bottom: 1px solid #e5e5e5
}

.imagelink.ff_noSlider .content_list:after {
    display: block;
    clear: both;
    content: ""
}

.imagelink.ff_noSlider .item_block {
    float: left;
    width: 25%;
    padding: 1.6% 0
}

.imagelink.ff_noSlider .item_block:hover .item_img {
    transform: translateY(-10px)
}

.imagelink.ff_noSlider .item_block .item_img {
    padding-top: 41.5%;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.mcontact {
    padding: 7.7604166667vw 0 6.25vw;
    border-bottom: 1px solid hsla(0, 0%, 63.5%, .3);
    background-color: #262626
}

.mcontact .module_container {
    padding: 0
}

.mcontact .container_header {
    position: absolute;
    top: 0;
    left: 0
}

.mcontact .container_header .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 28px;
    color: hsla(0, 0%, 100%, .6)
}

.mcontact .container_header .subtitle {
    display: none
}

.mcontact .container_content {
    width: 62.2%;
    margin-left: auto
}

.mcontact .contactlist .contactform form {
    margin-right: -115px
}

.mcontact .contactlist .contactform form:after {
    display: block;
    clear: both;
    content: ""
}

.mcontact .contactlist .contactform p:not(.contactform_submit) {
    display: flex;
    float: left;
    width: calc(50% - 115px);
    margin: 0 115px 29px 0;
    border-color: hsla(0, 0%, 63.5%, .15)
}

.mcontact .contactlist .contactform p:not(.contactform_submit) span {
    width: 80px
}

.mcontact .contactlist .contactform p:not(.contactform_submit) .inputtxt {
    font-size: 12px;
    line-height: 1.2;
    width: 100%;
    padding-bottom: 24px;
    color: #a2a2a2
}

.mcontact .contactlist .contactform p:not(.contactform_submit) .inputtxt:placeholder {
    color: hsla(0, 0%, 100%, .75)
}

.mcontact .contactlist .contactform p:not(.contactform_submit) textarea {
    overflow: hidden;
    height: 14px
}

.mcontact .contactlist .contactform .contactform_submit {
    width: 100%
}

.mcontact .contactlist .contactform .contactform_submit:Hover input {
    background-color: #091e39
}

.mcontact .contactlist .contactform .contactform_submit input {
    font-size: 12px;
    line-height: 40px;
    float: left;
    width: 100px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #fff;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, .3)
}

.mcontact .contactlist .contactinfo {
    margin-right: -115px;
    padding-bottom: 78px
}

.mcontact .contactlist .contactinfo:after {
    display: block;
    clear: both;
    content: ""
}

.mcontact .contactlist .contactinfo [class*=contact_] {
    font-size: 12px;
    float: left;
    width: calc(50% - 115px);
    margin: 0 115px 22px 0;
    color: hsla(0, 0%, 100%, .2)
}

.mcontact .ff_social {
    position: absolute;
    top: 60px;
    left: 0
}

.mcontact .ff_social a {
    font-size: 12px;
    line-height: 23px;
    width: 23px;
    height: 23px;
    margin-right: 13px;
    transition: all .3s ease-in-out 0s;
    text-align: center;
    color: hsla(0, 0%, 100%, .3);
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 50%
}

.mcontact .ff_social a:hover {
    color: #fff;
    border: 1px solid #fff
}

.mcontact .ff_social .fa {
    display: inline-block;
    transform: translateX(-1px)
}

.bodyindex .map .container_header {
    width: 100%
}

.bodyindex .map .container_header .subtitle {
    line-height: 120px
}

.bodylist #pages,
.searchPage #pages {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 0
}

.bodylist #pages .next:after,
.bodylist #pages .prev:after,
.searchPage #pages .next:after,
.searchPage #pages .prev:after {
    display: none
}

.bodylist #pages .next .fa,
.bodylist #pages .prev .fa,
.searchPage #pages .next .fa,
.searchPage #pages .prev .fa {
    transition: .26s ease
}

.bodylist #pages .prev:hover .fa,
.searchPage #pages .prev:hover .fa {
    transform: translateX(-6px)
}

.bodylist #pages .next:hover .fa,
.searchPage #pages .next:hover .fa {
    transform: translateX(6px)
}

.bodylist #pages a,
.searchPage #pages a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    transition: .26s ease;
    color: #908f8f
}

.bodylist #pages a:last-child,
.searchPage #pages a:last-child {
    margin: 0
}

.bodylist #pages a:after,
.searchPage #pages a:after {
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    width: 2px;
    height: 1px;
    margin: 0 auto;
    content: "" !important;
    transition: .26s ease;
    opacity: 0;
    background-color: #091e39
}

.bodylist #pages a.active,
.bodylist #pages a:hover,
.searchPage #pages a.active,
.searchPage #pages a:hover {
    color: #091e39
}

.bodylist #pages a.active:after,
.bodylist #pages a:hover:after,
.searchPage #pages a.active:after,
.searchPage #pages a:hover:after {
    width: 10px;
    opacity: 1
}

.bodylist #pages a.hide,
.searchPage #pages a.hide {
    display: none
}

.bodylist.nobanner .ff_pageTarget,
.searchPage.nobanner .ff_pageTarget {
    margin-top: 100px
}

.bodylist #banner div,
.searchPage #banner div {
    height: 18.8541666667vw;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.bodylist .ff_pageTarget,
.bodylist .mlist,
.searchPage .ff_pageTarget,
.searchPage .mlist {
    width: 70%;

    margin: 0 auto
}

.bodylist .ff_pageTarget,
.searchPage .ff_pageTarget {
    position: relative;
    margin-top: -34px
}

.bodylist .ff_pageTarget .module_container,
.searchPage .ff_pageTarget .module_container {
    padding: 0 100px
}

.bodylist .ff_pageTarget:before,
.searchPage .ff_pageTarget:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    content: "";
    border-radius: 34px;
    background-color: #fafafa
}

.bodylist .container_target,
.searchPage .container_target {
    font-size: 14px;
    line-height: 68px;
    position: relative;
    float: right;
    color: #a6a6a6
}

.bodylist .container_target a,
.searchPage .container_target a {
    color: #a6a6a6
}

.bodylist .container_target a:last-child,
.searchPage .container_target a:last-child {
    color: #091e39
}

.bodylist .container_target .fa,
.searchPage .container_target .fa {
    margin: 0 5px
}

.bodylist .container_category,
.searchPage .container_category {
    float: left
}

.bodylist .container_category a,
.searchPage .container_category a {
    font-size: 14px;
    line-height: 68px;
    color: #a6a6a6
}

.bodylist .container_category a:not(:last-child),
.searchPage .container_category a:not(:last-child) {
    margin-right: 62px
}

.bodylist .mlist .container_category,
.searchPage .mlist .container_category {
    display: none
}

.bodylistpost .module_container,
.bodypage .module_container {
    margin: 0 auto
}

.bodylistpost .ff_postPage,
.bodypage .ff_postPage {
    width: 70%;

    margin: 0 auto
}

.agent-pc #search-list .searchFormGroup .searchSub,
.agent-pc body.searchPage #search-header .searchFormGroup .searchSub {
    line-height: 50px;
    padding: 0 22px;
    color: #fff;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background: #091e39
}

.agent-pc #search-list .searchFormGroup input,
.agent-pc body.searchPage #search-header .searchFormGroup input {
    border: 2px solid #091e39;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    background: #fff
}

.agent-pc #search-list .searchGroup .searchFormGroup,
.agent-pc body.searchPage .searchGroup .searchFormGroup {
    height: 50px
}

.agent-pc .search .search_empty {
    font-size: 20px;
    margin-top: 20px
}

.agent-pc .searchPage .ff_pageList {
    padding-bottom: 60px
}

.agent-pc body.searchPage #search-nav.search-open .searchBox {
    height: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

body.searchPage #navWrapper .content .nav>.navitem>a {
    padding: 0 22px
}

body.searchPage #headTop {
    margin-right: 0
}

.agent-pc .nobanner .ff_pageList {
    padding-top: 150px
}

#search-list .searchGroup,
.searchGroup {
    display: inline-block;
    height: 100%
}

body.searchPage #search-list {
    margin-top: 40px
}

body.searchPage #search-list input {
    width: 520px
}

#search-list .searchGroup,
body.searchPage .searchGroup {
    display: inline-block;
    height: 100%
}

#search-list .searchGroup .search_wrap,
body.searchPage .searchGroup .search_wrap {
    position: relative;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

#search-list .searchGroup .search_wrap:after,
body.searchPage .searchGroup .search_wrap:after {
    display: block;
    clear: both;
    content: ""
}

#search-list .searchGroup .searchOnOff,
body.searchPage .searchGroup .searchOnOff {
    line-height: 40px;
    display: none;
    float: left;
    margin-right: 20px;
    cursor: pointer
}

#search-list .searchGroup .searchBox,
body.searchPage .searchGroup .searchBox {
    float: left
}

#search-list .searchGroup .searchClose,
body.searchPage .searchGroup .searchClose {
    display: inline-block;
    display: none
}

#search-list .searchGroup .searchFormGroup,
body.searchPage .searchGroup .searchFormGroup {
    height: 40px
}

#search-list .searchGroup .searchFormGroup:after,
body.searchPage .searchGroup .searchFormGroup:after {
    display: block;
    clear: both;
    content: ""
}

#search-list .searchGroup .searchFormGroup input,
body.searchPage .searchGroup .searchFormGroup input {
    float: left;
    box-sizing: border-box;
    width: 268px;
    height: 100%;
    text-indent: 15px
}

#search-list .searchGroup .searchFormGroup .searchSub,
body.searchPage .searchGroup .searchFormGroup .searchSub {
    line-height: 40px;
    float: left;
    height: 100%;
    padding: 0 12px;
    cursor: pointer;
    text-align: center
}

body.searchPage.searchPage .search .module_container {
    width: 70%;

    margin: 0 auto
}

#search-list .searchFormGroup .searchSub .fa,
body.searchPage #search-header .searchFormGroup .searchSub .fa {
    display: none
}

#page404 {
    width: 70%;

    display: flex;
    height: 90vh;
    margin: 0 auto;
    align-items: center;
    justify-content: center
}

#page404 span {
    font-size: 100px;
    margin-right: 40px
}

#page404 .title {
    font-size: 20px;
    line-height: 40px
}

#page404 a {
    text-decoration: underline
}


#footer {
    width: 100%;
    background-color: #1d1d1d
}

#footer p {
    font-size: 12px;
    line-height: 50px;
    color: #404040
}

#footer p,
#page_body_editor-wrapper .layout_group[data-limit_width=true]>.layout_limit_wrapper {
    width: 70%;

    margin: 0 auto
}

#page_body_editor-wrapper .layout_group[data-window_width=true] {
    position: relative;
    left: 50%;
    width: 100vw !important;

    max-width: none;
    margin-left: 0;
    transform: translateX(-50%)
}

.longPage:not(.bodyindex) #sitecontent .npagePage {
    padding-top: 90px
}

#page_contact .iframe_map .iframe_wrapper-map.ratio-16-9:after {
    padding-top: 46.25%
}

@media screen and (min-width:3840px) {
    .ff_indexPage .mcustomize .contentbody .description p span {
        font-size: 24px !important
    }

    .npagePage:not(.post) .service.ff_noSlider .content_list .item_block {
        padding-bottom: 100px
    }

    .ff_indexPage .mcustomize .more:before {
        font-size: 40px;
        line-height: 102px
    }

    .ff_indexPage .mcustomize .more,
    .ff_indexPage .module .more {
        width: 104px;
        height: 104px
    }

    .ff_indexPage .mcustomize .more .fa,
    .ff_indexPage .module .more .fa {
        font-size: 40px;
        line-height: 102px
    }

    .ff_indexPage .mcustomize .more svg,
    .ff_indexPage .module .more svg {
        top: 0;
        left: 0;
        width: 104px;
        height: 104px
    }

    .ff_indexPage .mcustomize .more svg circle,
    .ff_indexPage .module .more svg circle {
        cx: 52;
        cy: 52;
        r: 50;
        stroke-dasharray: 314;
        stroke-dashoffset: 314
    }

    .ff_indexPage .service.ff_noSlider .more {
        left: -40px
    }

    .ff_indexPage .service.ff_noSlider .more:before {
        left: 48px
    }
}

@media screen and (min-width:2561px) {
    .ff_sitecontent {
        min-height: calc(100vh - 78px)
    }

    .bodyindex .container_header .subtitle,
    .bodyindex .module.mcustomize .header .subtitle {
        font-size: 100px
    }

    .bodyindex .container_header .title,
    .bodyindex .module.mcustomize .header .title {
        font-size: 32px
    }

    #header #navWrapper .navitem a {
        font-size: 20px
    }

    .bodyindex .container_category a {
        font-size: 24px
    }

    #sitecontent .module .item_block .title {
        font-size: 36px;
        line-height: 58px
    }

    #sitecontent .module .item_block .subtitle {
        font-size: 24px;
        line-height: 1
    }

    #header.mini .wrapper>.content {
        height: 120px
    }

    #header #navWrapper .navitem {
        margin-left: 120px
    }

    #footer a,
    #footer span {
        font-size: 20px;
        line-height: 78px
    }

    .longPage:not(.bodyindex) .container_target {
        font-size: 24px;
        line-height: 48px
    }

    .bodylist .container_category a {
        font-size: 24px
    }

    #contentFrame {
        height: 1080px
    }

    .bodyservice.bodylist #banner {
        margin-bottom: 0
    }

    .bodyproject.bodylistpost .mainInfor .title,
    .bodyproject.bodylistpost .mainInfor .usetdate {
        font-size: 28px
    }

    .bodyproject.bodylistpost .mainInfor .subtitle {
        font-size: 80px
    }

    .bodyproject.bodylistpost .description {
        font-size: 24px;
        line-height: 48px
    }

    #header #navWrapper .subnav {
        line-height: 100px;
        width: 280px
    }

    #header #navWrapper .subnav li:hover a {
        padding-left: 102px
    }

    #header #navWrapper .subnav a {
        padding-left: 80px
    }
}

@media screen and (min-width:2560px) and (max-width:3800px) {
    .ff_indexPage .team.ff_slider .item_block .details {
        top: 79%;
        left: 43%
    }

    .ff_topSlider .owl-carousel .owl-dots .owl-dot:before {
        font-size: 24px
    }

    .ff_topSlider .owl-carousel .owl-dots .owl-dot span {
        width: 16px;
        height: 16px
    }

    .owl-carousel .owl-nav [class*=owl-] {
        width: 38px;
        height:73px
    }

    .owl-carousel .owl-nav [class*=owl-] .iconfont {
        font-size: 36px;
        line-height: 108px
    }

    .ff_indexPage .service.ff_noSlider .item_block:before {
        left: -58px;
        width: 30px;
        height: 30px
    }

    .ff_indexPage .service.ff_noSlider .item_block:after {
        left: -49px;
        width: 14px;
        height: 14px
    }

    .ff_indexPage .mcustomize .contentbody .description p span {
        font-size: 20px !important
    }

    .ff_indexPage .mcustomize .more:before {
        font-size: 24px;
        line-height: 62px
    }

    .ff_indexPage .mcustomize .more,
    .ff_indexPage .module .more {
        width: 64px;
        height: 64px
    }

    .ff_indexPage .mcustomize .more .fa,
    .ff_indexPage .module .more .fa {
        font-size: 24px;
        line-height: 62px
    }

    .ff_indexPage .mcustomize .more svg,
    .ff_indexPage .module .more svg {
        top: 0;
        left: 0;
        width: 64px;
        height: 64px
    }

    .ff_indexPage .mcustomize .more svg circle,
    .ff_indexPage .module .more svg circle {
        cx: 32;
        cy: 32;
        r: 30;
        stroke-dasharray: 189;
        stroke-dashoffset: 189
    }

    .ff_indexPage .service.ff_noSlider .more {
        left: -22px
    }

    .ff_indexPage .service.ff_noSlider .more:before {
        left: 30px
    }
}

@media screen and (max-width:1440px) {
    .ff_indexPage .team.ff_slider .item_block .details {
        top: 79%;
        left: 43%
    }
}

@media screen and (max-width:1280px) {
    .ff_indexPage .service.ff_slider .module_container {
        width: calc(50% + 550px);
        margin-left: calc(50% - 550px)
    }
}

@media screen and (max-width:1194px) {
    .ff_indexPage .team .module_container {
        padding-top: 98px
    }

    .ff_indexPage .team.ff_slider .slider_pagination {
        top: 80px;
        right: 70px
    }

    .ff_topSlider .content_list,
    .ff_topSlider .item_block {
        height: 726px !important
    }
}