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;
    touch-action: manipulation
}

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
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

.wow {
    visibility: hidden;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

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

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

::-webkit-scrollbar {
    background-color: #19c186
}

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

::-webkit-scrollbar-thumb:hover {
    background-color: #19c186
}

@-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: #19c186;
    background-color: #19c186
}

#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: #19c186;
    background-color: #19c186
}

#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: #19c186
}

#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;
    transform: translate(-50%, -50%);
    padding: 10px;
    transition: margin .36s ease, background 1s ease, border-color 1s ease;
    border: 1px solid #252525;
    background: #fff
}

.vPlayArea .vPlayItem video {
    width: 100%
}

.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_block {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

.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%;
    position: relative;
    z-index: 1
}

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

@font-face {
    font-family: MontDemo-Heavy;
    font-weight: 400;
    font-style: normal;
    src: url(https://qiniu-uematerial.uemo.net/Upfile/Font/20210519/eb117478-0202-4bce-9dfc-361049538268.otf);
    src: url(https://qiniu-uematerial.uemo.net/Upfile/Font/20210519/eb117478-0202-4bce-9dfc-361049538268.otf) format("opentype")
}

@font-face {
    font-family: MontDemo-ExtraLight;
    src: url(https://qiniu-uematerial.uemo.net/Upfile/Font/20210803/7685eaa1-46f5-4471-9392-bb6a279f40d8.otf);
    src: url(https://qiniu-uematerial.uemo.net/Upfile/Font/20210803/7685eaa1-46f5-4471-9392-bb6a279f40d8.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: MontDemo-Heavy, 微软雅黑;
    color: #908f8f
}

body.isPad :after,
body.isPad :before,
body.isPad :hover :not(.owl-stage) {
    transition: none !important
}

.ff_sitecontent {
    padding-top: 90px;
    min-height: calc(100vh - 137px)
}

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

.owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, 0)
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: hsla(0, 0%, 100%, 0)
}

.owl-carousel .owl-nav [class*=owl-]:not(.disabled):hover .iconfont {
    color: #19c186
}

.owl-carousel .owl-nav [class*=owl-] .iconfont {
    font-family: mofont;
    font-size: 28px;
    line-height: 80px;
    display: inline-block;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #d9d9d9
}

.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.active span {
    background-color: #19c186
}

.owl-carousel .owl-dots .owl-dot span {
    margin: 0 8px;
    background-color: #e6e6e6
}

.bodyindex .module_container {
    width: 75%;
    min-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 5.2083333333vw 0
}

.bodyindex .container_header,
.bodyindex .header {
    display: flex;
    flex-direction: column-reverse;
    position: relative
}

.bodyindex .container_header .title,
.bodyindex .header .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    color: #4c4c4c
}

.bodyindex .container_header .subtitle,
.bodyindex .header .subtitle {
    font-size: 52px;
    line-height: 70px;
    height: 70px;
    color: #bfbfbf
}

.bodyindex .container_category {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none
}

.bodyindex .container_category a {
    font-size: 15px;
    line-height: 1;
    margin-left: 66px;
    padding: 10px 0;
    transition: all .3s ease-in-out 0s;
    color: #bdbdbd;
    vertical-align: top
}

.bodyindex .container_category a:not(:last-child).active,
.bodyindex .container_category a:not(:last-child):hover {
    color: #19c186
}

.bodyindex .content_wrapper>.more {
    display: none
}

.bodyindex a.hover-move {
    position: relative;
    overflow: hidden;
    padding: 10px 20px 10px 0
}

.bodyindex a.hover-move:hover .default {
    transform: translateY(calc(-100% - 10px));
    opacity: 0
}

.bodyindex a.hover-move:hover:after {
    border-left-color: #19c186
}

.bodyindex a.hover-move:hover .hover span {
    transform: translateY(calc(-100% - 10px))
}

.bodyindex a.hover-move:after {
    position: absolute;
    top: 11px;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #bdbdbd;
    border-style: solid;
    border-width: 6px 0 6px 11px
}

.bodyindex a.hover-move .hover {
    position: absolute;
    top: 100%;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #19c186
}

.bodyindex a.hover-move .hover span {
    display: inline-block;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.bodyindex a.hover-move .hover span:first-child {
    transition-delay: .05s
}

.bodyindex a.hover-move .hover span:nth-child(2) {
    transition-delay: .1s
}

.bodyindex a.hover-move .hover span:nth-child(3) {
    transition-delay: .15s
}

.bodyindex a.hover-move .hover span:nth-child(4) {
    transition-delay: .2s
}

.bodyindex a.hover-move .default {
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.mcustomize .description .more,
.team.ff_noSlider .item_block .details,
.team.ff_slider .content_wrapper>.more {
    font-size: 0;
    position: absolute;
    bottom: 23%;
    left: 0;
    display: block;
    overflow: hidden;
    width: 144px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    text-align: center;
    color: #d7d7d7;
    border: 2px solid #d7d7d7;
    border-radius: 28px
}

.mcustomize .description .more:hover,
.team.ff_noSlider .item_block .details:hover,
.team.ff_slider .content_wrapper>.more:hover {
    color: #fff;
    border-color: transparent
}

.mcustomize .description .more:hover:after,
.team.ff_noSlider .item_block .details:hover:after,
.team.ff_slider .content_wrapper>.more:hover:after {
    width: 100%;
    height: 100%
}

.mcustomize .description .more:after,
.team.ff_noSlider .item_block .details:after,
.team.ff_slider .content_wrapper>.more:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transform: translate(-50%, -50%) scale(1.4);
    border-radius: inherit;
    background-color: #19c186
}

.mcustomize .description .more:before,
.team.ff_noSlider .item_block .details:before,
.team.ff_slider .content_wrapper>.more: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: 12px;
    line-height: 56px;
    position: relative;
    z-index: 1
}

.bodylist .mlist .more,
.mlist:not(.postSlider) .item_block .date_wrap,
.mlist:not(.postSlider) .item_block .details,
.mlist:not(.postSlider) .item_block .item_index,
.mlist:not(.postSlider) .item_block .item_tags {
    display: none
}

.mlist:not(.postSlider) .item_block .item_img {
    position: relative;
    overflow: hidden;
    width: 100%
}

.mlist:not(.postSlider) .item_block .item_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.mlist:not(.postSlider) .item_block .item_box {
    display: block
}

.mlist:not(.postSlider) .item_block .title {
    color: #404040
}

.mlist:not(.postSlider) .item_block .subtitle {
    display: none;
    color: #b2b2b2
}

.mlist:not(.postSlider) .item_block .description {
    color: #a6a6a6;
    font-family: MontDemo-ExtraLight, Arial, 微软雅黑
}

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

    50% {
        color: #fff
    }

    to {
        color: #ccc
    }
}

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

    50% {
        color: #fff
    }

    to {
        color: #ccc
    }
}

.item_tags {
    margin: 20px 0
}

.bodylistpost .content_editor .postSlider,
.type04 .content_wrapper .more {
    display: none
}

.bodylistpost .npagePage:not(.content_editor) img {
    width: 100%
}

.bodylistpost .ff_pageTarget {
    margin-bottom: 60px
}

.bodylistpost .ff_pageTarget .container_target .fa {
    margin: 0 10px
}

.bodylistpost .postSlider {
    margin-bottom: 60px
}

.bodylistpost .tab_content .owl-nav {
    top: 50%;
    width: 100%
}

.bodylistpost .tab_content .owl-nav [class*=owl-] {
    transform: translateY(-50%)
}

.bodylistpost .tab_content .owl-prev {
    left: 18px
}

.bodylistpost .tab_content .owl-next {
    right: 18px
}

.bodylistpost .listWrap .postInfo,
.bodylistpost .tab_button {
    display: none
}

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

.bodylistpost .tabBtn .post-next,
.bodylistpost .tabBtn .post-prev {
    position: relative;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    width: 50%;
    height: 120px;
    padding: 10px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    background: #f5f5f5
}

.bodylistpost .tabBtn .post-next:not(.empty):hover,
.bodylistpost .tabBtn .post-prev:not(.empty):hover {
    background: #19c186
}

.bodylistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .subtitle,
.bodylistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .title,
.bodylistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .subtitle,
.bodylistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .title {
    color: #fff
}

.bodylistpost .tabBtn .post-next:not(.empty):hover .img-wrap,
.bodylistpost .tabBtn .post-prev:not(.empty):hover .img-wrap {
    opacity: 1
}

.bodylistpost .tabBtn .post-next:not(.empty):hover .details,
.bodylistpost .tabBtn .post-prev:not(.empty):hover .details {
    border-color: hsla(0, 0%, 66.7%, .2)
}

.bodylistpost .tabBtn .post-next:not(.empty):hover .details:after,
.bodylistpost .tabBtn .post-prev:not(.empty):hover .details:after {
    color: #fff
}

.bodylistpost .tabBtn .post-next.empty,
.bodylistpost .tabBtn .post-prev.empty {
    cursor: default;
    background-color: #f8f8f8
}

.bodylistpost .tabBtn .post-next.empty .details,
.bodylistpost .tabBtn .post-prev.empty .details {
    display: none
}

.bodylistpost .tabBtn .post-next .img-wrap,
.bodylistpost .tabBtn .post-prev .img-wrap {
    position: absolute;
    top: 50%;
    width: 80px;
    height: auto;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transform: translateY(-50%);
    opacity: 0
}

.bodylistpost .tabBtn .post-next .img-wrap img,
.bodylistpost .tabBtn .post-prev .img-wrap img {
    width: 100%
}

.bodylistpost .tabBtn .post-next .img-wrap div,
.bodylistpost .tabBtn .post-prev .img-wrap div {
    display: none
}

.bodylistpost .tabBtn .post-next .details,
.bodylistpost .tabBtn .post-prev .details {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 40px;
    height: 16px;
    transform: translateY(-50%);
    color: transparent
}

.bodylistpost .tabBtn .post-next .infor-wrap,
.bodylistpost .tabBtn .post-prev .infor-wrap {
    position: relative;
    top: 0;
    top: 50%;
    width: 250px;
    transform: translateY(-50%)
}

.bodylistpost .tabBtn .post-next .infor-wrap .subtitle,
.bodylistpost .tabBtn .post-next .infor-wrap .title,
.bodylistpost .tabBtn .post-prev .infor-wrap .subtitle,
.bodylistpost .tabBtn .post-prev .infor-wrap .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.bodylistpost .tabBtn .post-next .infor-wrap .title,
.bodylistpost .tabBtn .post-prev .infor-wrap .title {
    font-size: 16px;
    line-height: 20px;
    color: #666
}

.bodylistpost .tabBtn .post-next .infor-wrap .subtitle,
.bodylistpost .tabBtn .post-prev .infor-wrap .subtitle {
    font-size: 13px;
    line-height: 30px;
    height: 30px
}

.bodylistpost .tabBtn .post-prev {
    float: left;
    padding-left: 85px
}

.bodylistpost .tabBtn .post-prev:hover .details:before {
    right: 60px
}

.bodylistpost .tabBtn .post-prev:hover .details:after {
    right: 25px;
    opacity: 1
}

.bodylistpost .tabBtn .post-prev .img-wrap {
    right: 15px
}

.bodylistpost .tabBtn .post-prev .infor-wrap {
    float: left
}

.bodylistpost .tabBtn .post-prev .details {
    left: 22px;
    border-right: 1px solid #e5e5e5
}

.bodylistpost .tabBtn .post-prev .details:after,
.bodylistpost .tabBtn .post-prev .details:before {
    content: "";
    font-family: FontAwesome;
    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: 20px;
    position: absolute;
    top: 50%;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transform: translateY(-50%);
    color: #999
}

.bodylistpost .tabBtn .post-prev .details:before {
    right: 25px
}

.bodylistpost .tabBtn .post-prev .details:after {
    right: -30px;
    opacity: 0
}

.bodylistpost .tabBtn .post-next {
    float: right;
    padding-right: 85px
}

.bodylistpost .tabBtn .post-next:hover .details:before {
    left: 60px
}

.bodylistpost .tabBtn .post-next:hover .details:after {
    left: 25px;
    opacity: 1
}

.bodylistpost .tabBtn .post-next .img-wrap {
    left: 15px
}

.bodylistpost .tabBtn .post-next .infor-wrap {
    float: right
}

.bodylistpost .tabBtn .post-next .details {
    right: 22px;
    border-left: 1px solid hsla(0, 0%, 66.7%, .2)
}

.bodylistpost .tabBtn .post-next .details:after,
.bodylistpost .tabBtn .post-next .details:before {
    content: "";
    font-family: FontAwesome;
    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: 20px;
    position: absolute;
    top: 50%;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transform: translateY(-50%);
    color: #999
}

.bodylistpost .tabBtn .post-next .details:before {
    left: 25px
}

.bodylistpost .tabBtn .post-next .details:after {
    left: -30px;
    opacity: 0
}

.bodylistpost .tabBtn .post-next .infor-wrap .subtitle,
.bodylistpost .tabBtn .post-next .infor-wrap .title {
    text-align: right
}

@media screen and (min-width:2561px) {

    #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;
        padding-right: 30px
    }

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

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

@media screen and (min-width:2561px) {

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

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .4)
}

#header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    transition: .26s ease;
    background-color: #fff
}

#header #hcontact {
    display: none
}

#header #logo {
    width: auto;
    height: 43px;
    transition: .26s ease
}

#header #logo img {
    height: 100%
}

#header .wrapper {
    width: 75%;
    min-width: 1100px;
    margin: 0 auto
}

#header .wrapper:before {
    width: 100%;
    content: ""
}

#header .wrapper>.content {
    display: flex;
    width: 100%;
    height: 90px;
    transition: .26s 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;
    position: relative
}

#header #navWrapper .nav:hover {
    color: #fff
}

#header #navWrapper .navitem {
    position: relative
}

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

#header #navWrapper .navitem:hover>a {
    color: #fff;
    background-color: #19c186
}

#header #navWrapper .navitem:hover .subnav {
    visibility: visible;
    transform: translateY(0);
    opacity: 1
}

#header #navWrapper .navitem>a {
    font-size: 15px;
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 auto;
    min-width: 56px;
    height: 100%;
    padding: 0 29px;
    transition: .26s ease;
    color: #737373;
    align-items: center;
    justify-content: center;
    background: #fff
}

#header #navWrapper .navitem>a.active {
    color: #fff;
    background-color: #19c186
}

#header #navWrapper .subnav {
    line-height: 62px;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    padding-top: 90px;
    width: 100%;
    transition: .36s ease;
    transform: translateY(-100%);
    opacity: 0
}

#header #navWrapper .subnav:hover {
    color: #19c186
}

#header #navWrapper .subnav li {
    position: relative;
    transition: .26s ease;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    width: 100%
}

#header #navWrapper .subnav li:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #19c186;
    transition: .36s ease
}

#header #navWrapper .subnav li:hover:before {
    height: 100%
}

#header #navWrapper .subnav li:hover a {
    color: #fff
}

#header #navWrapper .subnav a {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    transition: .26s ease
}

#header #navWrapper .move {
    display: none
}

#header #headTop {
    position: relative;
    z-index: 1;
    flex: 0 0 auto
}

#header #headTop .search_wrap,
#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
}

#header.mini #navWrapper .subnav {
    padding-top: 70px
}

#navMini {
    display: none
}

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

.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: 3.4375vw
}

.ff_topSlider .owl-nav {
    display: none
}

.ff_topSlider .owl-dots {
    position: absolute;
    bottom: 35px;
    left: 50%;
    display: block;
    transform: translateX(-50%)
}

.ff_topSlider .owl-dots .owl-dot span {
    background-color: hsla(0, 0%, 100%, .5)
}

.ff_topSlider .content_list.zfade .owl-item {
    overflow: hidden
}

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

.ff_topSlider .content_list.zfade .owl-item.active .item_block .image {
    transform: scale(1);
    opacity: 1
}

.ff_topSlider .content_list.zfade .item_block .image {
    transform-style: preserve-3d;
    transform: scaleX(1.3) scaleY(1.3) scaleZ(1);
    opacity: 0;
    transition: transform 5s cubic-bezier(.215, .61, .355, 1), opacity 3s cubic-bezier(.215, .61, .355, 1)
}

.ff_topSlider .content_list .owl-item.active .item_block a {
    opacity: 1
}

.ff_topSlider .content_list .item_block a {
    opacity: 0;
    padding: 0 12.5%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: opacity 3s cubic-bezier(.215, .61, .355, 1)
}

.ff_topSlider .content_list .item_block .description {
    width: 502px;
    box-sizing: border-box;
    padding: 56px 69px 60px;
    background-color: #19c186;
    position: absolute
}

.ff_topSlider .content_list .item_block .description .title {
    font-size: 34px;
    line-height: 38px;
    color: #fff;
    white-space: normal;
    text-overflow: clip
}

.ff_topSlider .content_list .item_block .description .subtitle {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin-top: 26px;
    padding-top: 19px;
    border-top: 1px solid hsla(0, 0%, 100%, .2)
}

.ff_topSlider .content_list .item_block .description .slider-link_btn {
    display: block !important;
    font-size: 0;
    width: 120px;
    line-height: 45px;
    background-color: #fff;
    color: #19c186;
    border-radius: 23px;
    margin-top: 49px;
    text-align: center
}

.ff_topSlider .content_list .item_block .description .slider-link_btn: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
}

@-webkit-keyframes zoomIn {
    0% {
        transform: scaleX(1.3) scaleY(1.3) scaleZ(1);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        transform: scaleX(1.3) scaleY(1.3) scaleZ(1);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }
}

.ff_indexPage .mcustomize.initlayout,
.ff_indexPage .mcustomize.tlir,
.ff_indexPage .mcustomize.tril {
    margin-top: 5.2083333333vw
}

.ff_indexPage .mcustomize.initlayout .module_container,
.ff_indexPage .mcustomize.tlir .module_container,
.ff_indexPage .mcustomize.tril .module_container {
    padding: 5.9375vw 0 6.7708333333vw
}

.ff_indexPage .mcustomize.initlayout .description,
.ff_indexPage .mcustomize.tlir .description,
.ff_indexPage .mcustomize.tril .description {
    font-size: 15px;
    line-height: 30px;
    color: #8c8c8c;
    margin-top: 42px
}

.ff_indexPage .mcustomize.initlayout .description .more,
.ff_indexPage .mcustomize.tlir .description .more,
.ff_indexPage .mcustomize.tril .description .more {
    position: relative;
    margin-top: 100px;
    border-radius: 32px
}

.ff_indexPage .mcustomize.initlayout .description .more:before,
.ff_indexPage .mcustomize.tlir .description .more:before,
.ff_indexPage .mcustomize.tril .description .more:before {
    line-height: 64px
}

.ff_indexPage .mcustomize .contentbody {
    position: relative
}

.bodyservice .service:not(.ff_slider) .content_list:after,
.ff_indexPage .service:not(.ff_slider) .content_list:after {
    display: block;
    clear: both;
    content: ""
}

.bodyservice .service:not(.ff_slider) .content_list .item_block,
.ff_indexPage .service:not(.ff_slider) .content_list .item_block {
    position: relative;
    float: left;
    width: calc(50% - 100px);
    height: auto;
    margin: 0 100px 80px 0
}

.bodyservice .service:not(.ff_slider) .content_list .item_block:nth-child(odd):nth-last-child(-n+2),
.bodyservice .service:not(.ff_slider) .content_list .item_block:nth-child(odd):nth-last-child(-n+2)~.item_block,
.ff_indexPage .service:not(.ff_slider) .content_list .item_block:nth-child(odd):nth-last-child(-n+2),
.ff_indexPage .service:not(.ff_slider) .content_list .item_block:nth-child(odd):nth-last-child(-n+2)~.item_block {
    margin-bottom: 0
}

.bodyservice .service:not(.ff_slider).mlist .content_wrapper,
.ff_indexPage .service:not(.ff_slider).mlist .content_wrapper {
    margin-right: -100px
}

.bodyservice .service:not(.ff_slider).mlist .content_wrapper.slider,
.ff_indexPage .service:not(.ff_slider).mlist .content_wrapper.slider {
    margin-right: 0
}

.bodyservice .service:not(.ff_slider).mlist .content_wrapper.slider .item_block,
.ff_indexPage .service:not(.ff_slider).mlist .content_wrapper.slider .item_block {
    margin-bottom: 0
}

.bodyservice .service:not(.ff_slider) .owl-item .item_block,
.ff_indexPage .service:not(.ff_slider) .owl-item .item_block {
    width: 100%
}

.ff_indexPage .service .content_wrapper {
    padding-top: 51px
}

.ff_indexPage .service .container_category {
    display: block
}

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

.bodylistpost.bodyservice .mlist .item_block,
.mlist.service .item_block {
    position: relative
}

.bodylistpost.bodyservice .mlist .item_block:hover .item_wrapper,
.mlist.service .item_block:hover .item_wrapper {
    transform: translate(-50%, -50%);
    opacity: 1
}

.bodylistpost.bodyservice .mlist .item_block .item_img,
.mlist.service .item_block .item_img {
    padding-top: 68.5%
}

.bodylistpost.bodyservice .mlist .item_block .item_wrapper,
.mlist.service .item_block .item_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70.9%;
    padding: 4.3229166667vw 20px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transform: translate(-50%, -35%);
    text-align: center;
    opacity: 0;
    background-color: #19c186
}

.bodylistpost.bodyservice .mlist .item_block .title,
.mlist.service .item_block .title {
    font-size: 28px;
    line-height: 1;
    color: #fff
}

.bodylistpost.bodyservice .mlist .item_block .subtitle,
.mlist.service .item_block .subtitle {
    font-size: 12px;
    line-height: 22px;
    display: block;
    height: 22px;
    color: #fff
}

.bodylistpost.bodyservice .mlist .item_block .item_des,
.mlist.service .item_block .item_des {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bodylistpost.bodyservice .mlist .item_block .description,
.mlist.service .item_block .description {
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff
}

.bodylistpost.bodyservice .mlist .item_block span.details,
.mlist.service .item_block span.details {
    font-size: 0;
    display: block;
    margin-top: 10px
}

.bodylistpost.bodyservice .mlist .item_block span.details:before,
.mlist.service .item_block span.details: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;
    color: #fff
}

.bodyservice.bodylistpost .postInfo {
    padding-top: 40px;
    border-bottom: 1px dotted rgba(0, 0, 0, .12);
    padding-bottom: 35px;
    text-align: center
}

.bodyservice.bodylistpost .postInfo .title {
    color: #444;
    font-size: 16px;
    font-size: 18px;
    line-height: 20px
}

.bodyservice.bodylistpost .postInfo .description,
.bodyservice.bodylistpost .postInfo .subtitle,
.bodyservice.bodylistpost .postInfo .usetdate {
    display: none
}

.bodyservice.bodylistpost .listContent_post .type04 .content_wrapper {
    margin-right: -36px
}

.bodyservice.bodylistpost .listContent_post .content_list .item_block {
    width: calc(33.33333% - 36px);
    margin-right: 36px
}

.bodyservice.bodylistpost .listContent_post .content_list .item_block .item_wrapper {
    padding: 2.0833333333vw 20px
}

.bodyservice.bodylistpost .listContent_post .content_list .item_block .title {
    font-size: 22px
}

.bodyservice.bodylistpost .listContent_post .content_list .item_block .description {
    font-size: 13px
}

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

.ff_indexPage .videom.ff_noSlider .content_list .item_block,
.npagePage .videom.ff_noSlider .content_list .item_block {
    position: relative;
    float: left;
    width: calc(50% - 80px);
    height: auto;
    margin: 0 80px 94px 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 .videom.ff_noSlider .content_list .item_block:nth-child(odd):nth-last-child(-n+2),
.npagePage .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.mlist .content_wrapper,
.npagePage .videom.ff_noSlider.mlist .content_wrapper {
    margin-right: -80px
}

.ff_indexPage .videom.ff_noSlider.mlist .content_wrapper.slider,
.npagePage .videom.ff_noSlider.mlist .content_wrapper.slider {
    margin-right: 0
}

.ff_indexPage .videom.ff_noSlider.mlist .content_wrapper.slider .item_block,
.npagePage .videom.ff_noSlider.mlist .content_wrapper.slider .item_block {
    margin-bottom: 0
}

.ff_indexPage .videom.ff_noSlider .owl-item .item_block,
.ff_indexPage .videom.ff_slider .module_container,
.npagePage .videom.ff_noSlider .owl-item .item_block {
    width: 100%
}

.ff_indexPage .videom.ff_slider .container_header {
    width: 75%;
    min-width: 1100px;
    margin: 0 auto
}

.ff_indexPage .videom.ff_slider .hover-move {
    position: absolute;
    top: calc(85px + 5.20833vw);
    right: 12.5%;
    display: block
}

@media screen and (max-width:1441px) {
    .ff_indexPage .videom.ff_slider .hover-move {
        right: calc(50% - 550px)
    }
}

.ff_indexPage .videom.ff_slider .owl-stage-outer {
    padding-bottom: 2.6041666667vw
}

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

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

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

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

.ff_indexPage .videom .content_wrapper {
    padding-top: 51px
}

.videom .item_block {
    cursor: pointer
}

.videom .item_block:hover .item_img:before {
    opacity: 1
}

.videom .item_block:hover .imgIcon:before {
    transform: scale(1.1)
}

.videom .item_block .item_img {
    padding-top: 48%
}

.videom .item_block .item_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    opacity: 0;
    z-index: 1
}

.videom .item_block .imgIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 89px;
    height: 89px;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 50%;
    z-index: 1
}

.videom .item_block .imgIcon:after {
    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: 89px;
    transform: translate(2px, 1px);
    color: #fff
}

.videom .item_block .imgIcon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    border-radius: inherit;
    background-color: #19c186
}

.videom .item_block .item_wrapper {
    margin-top: 26px
}

.videom .item_block .title {
    font-size: 26px;
    line-height: 60px;
    color: #595959
}

.videom .item_block .description {
    font-size: 14px;
    line-height: 28px;
    color: #b2b2b2;
    display: -webkit-box;
    overflow: hidden;
    height: 56px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.videom:not(.ff_slider) .item_block .title {
    font-size: 24px
}

.videom:not(.ff_slider) .item_block .item_img img {
    max-width: none;
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.videoInfor {
    padding-top: 10px
}

.videoInfor .title {
    line-height: 1.8
}

.videoInfor .description {
    line-height: 1.6;
    height: auto
}

.vPlayArea .vPlayItem {
    height: 630px
}

.bodylist.bodyproject .project:not(.ff_slider) .content_list:after,
.ff_indexPage .project:not(.ff_slider) .content_list:after {
    display: block;
    clear: both;
    content: ""
}

.bodylist.bodyproject .project:not(.ff_slider) .content_list .item_block,
.ff_indexPage .project:not(.ff_slider) .content_list .item_block {
    position: relative;
    float: left;
    width: calc(50% - 100px);
    height: auto;
    margin: 0 100px 37px 0
}

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

.bodylist.bodyproject .project:not(.ff_slider).mlist .content_wrapper,
.ff_indexPage .project:not(.ff_slider).mlist .content_wrapper {
    margin-right: -100px
}

.bodylist.bodyproject .project:not(.ff_slider).mlist .content_wrapper.slider,
.ff_indexPage .project:not(.ff_slider).mlist .content_wrapper.slider {
    margin-right: 0
}

.bodylist.bodyproject .project:not(.ff_slider).mlist .content_wrapper.slider .item_block,
.ff_indexPage .project:not(.ff_slider).mlist .content_wrapper.slider .item_block {
    margin-bottom: 0
}

.bodylist.bodyproject .project:not(.ff_slider) .owl-item .item_block,
.ff_indexPage .project:not(.ff_slider) .owl-item .item_block {
    width: 100%
}

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

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

.ff_indexPage .project.ff_slider .owl-stage-outer {
    padding: 20px;
    margin: -20px
}

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

.ff_indexPage .project.ff_slider .item_block:hover {
    box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, .1)
}

.ff_indexPage .project.ff_slider .item_block:hover .item_wrapper {
    background-color: #19c186
}

.ff_indexPage .project.ff_slider .item_block:hover .description,
.ff_indexPage .project.ff_slider .item_block:hover .title {
    color: #fff
}

.ff_indexPage .project.ff_slider .item_block:hover .description:before {
    border-left-color: #fff
}

.ff_indexPage .project.ff_slider .item_block .item_img {
    padding-top: 69.4%
}

.ff_indexPage .project.ff_slider .item_block .item_wrapper {
    padding: 6px 60px 36px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.ff_indexPage .project.ff_slider .item_block .title {
    font-size: 26px;
    line-height: 94px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #595959
}

.ff_indexPage .project.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;
    position: relative;
    padding: 19px 0 0 100px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #bfbfbf;
    border-top: 1px solid #e5e5e5
}

.ff_indexPage .project.ff_slider .item_block .description:before {
    position: absolute;
    top: 25px;
    left: 30px;
    width: 0;
    height: 0;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    border-color: transparent transparent transparent #bfbfbf;
    border-style: solid;
    border-width: 6px 0 6px 11px
}

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

.ff_indexPage .project.ff_noSlider .item_block:hover {
    box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, .1)
}

.ff_indexPage .project.ff_noSlider .item_block:hover .item_wrapper {
    background-color: #19c186
}

.ff_indexPage .project.ff_noSlider .item_block:hover .description,
.ff_indexPage .project.ff_noSlider .item_block:hover .title {
    color: #fff
}

.ff_indexPage .project.ff_noSlider .item_block:hover .description:before {
    border-left-color: #fff
}

.ff_indexPage .project.ff_noSlider .item_block .item_img {
    padding-top: 69.4%
}

.ff_indexPage .project.ff_noSlider .item_block .item_wrapper {
    padding: 6px 60px 36px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

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

.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: 14px;
    line-height: 26px;
    position: relative;
    padding: 19px 0 0 100px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #bfbfbf;
    border-top: 1px solid #e5e5e5
}

.ff_indexPage .project.ff_noSlider .item_block .description:before {
    position: absolute;
    top: 25px;
    left: 30px;
    width: 0;
    height: 0;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    border-color: transparent transparent transparent #bfbfbf;
    border-style: solid;
    border-width: 6px 0 6px 11px
}

.bodyproject.bodylist .container_category {
    display: block
}

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

.bodyproject.bodylist .mlist .item_block:hover {
    box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, .1)
}

.bodyproject.bodylist .mlist .item_block:hover .item_wrapper {
    background-color: #19c186
}

.bodyproject.bodylist .mlist .item_block:hover .description,
.bodyproject.bodylist .mlist .item_block:hover .title {
    color: #fff
}

.bodyproject.bodylist .mlist .item_block:hover .description:before {
    border-left-color: #fff
}

.bodyproject.bodylist .mlist .item_block .item_img {
    padding-top: 69.4%
}

.bodyproject.bodylist .mlist .item_block .item_wrapper {
    /*padding: 6px 60px 36px;*/
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

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

.bodyproject.bodylist .mlist .item_block .description {
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    padding: 19px 0 0 100px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #bfbfbf;
    border-top: 1px solid #e5e5e5
}

.bodyproject.bodylist .mlist .item_block .description:before {
    position: absolute;
    top: 25px;
    left: 30px;
    width: 0;
    height: 0;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    border-color: transparent transparent transparent #bfbfbf;
    border-style: solid;
    border-width: 6px 0 6px 11px
}

.bodyproject.bodylistpost .listContent_post .mlist .content_list:after {
    display: block;
    clear: both;
    content: ""
}

.bodyproject.bodylistpost .listContent_post .mlist .content_list .item_block {
    position: relative;
    float: left;
    width: calc(33.33333% - 59px);
    height: auto;
    margin: 0 59px 37px 0
}

.bodyproject.bodylistpost .listContent_post .mlist .content_list .item_block:nth-child(3n+1):nth-last-child(-n+3),
.bodyproject.bodylistpost .listContent_post .mlist .content_list .item_block:nth-child(3n+1):nth-last-child(-n+3)~.item_block {
    margin-bottom: 0
}

.bodyproject.bodylistpost .listContent_post .mlist.mlist .content_wrapper {
    margin-right: -59px
}

.bodyproject.bodylistpost .listContent_post .mlist.mlist .content_wrapper.slider {
    margin-right: 0
}

.bodyproject.bodylistpost .listContent_post .mlist.mlist .content_wrapper.slider .item_block {
    margin-bottom: 0
}

.bodyproject.bodylistpost .listContent_post .mlist .owl-item .item_block {
    width: 100%
}

.bodyproject.bodylistpost #postWrapper {
    position: relative
}

.bodyproject.bodylistpost .postSlider {
    width: 100%;
    padding-left: 33.9%;
    box-sizing: border-box;
    margin-left: auto;
    position: relative
}

.bodyproject.bodylistpost .postSlider:before {
    content: "";
    width: 33.9%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fafafa
}

.bodyproject.bodylistpost .postSlider .owl-dots {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%)
}

.bodyproject.bodylistpost .postSlider .owl-dots .owl-dot {
    display: inline-block
}

.bodyproject.bodylistpost .postSlider .owl-dots .owl-dot.active span {
    background-color: #fff
}

.bodyproject.bodylistpost .postSlider .owl-dots .owl-dot span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 9px;
    background-color: hsla(0, 0%, 100%, .25)
}

.bodyproject.bodylistpost .postInfo {
    width: 33.9%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding: 93px 50px 0;
    overflow: hidden
}

.bodyproject.bodylistpost .postInfo .mainInfor .title {
    font-size: 28px;
    color: #333;
    line-height: 40px;
    font-weight: 700
}

.bodyproject.bodylistpost .postInfo .mainInfor .subtitle {
    line-height: 28px;
    font-size: 14px;
    color: #595959
}

.bodyproject.bodylistpost .postInfo .mainInfor .usetdate {
    display: none
}

.bodyproject.bodylistpost .postInfo .des {
    max-width: 100%;
    float: none;
    color: #595959;
    margin-top: 18%;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    height: 55%
}

.bodyproject.bodylistpost .listContent_post .item_block {
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.bodyproject.bodylistpost .listContent_post .item_block:hover {
    box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, .1)
}

.bodyproject.bodylistpost .listContent_post .item_block:hover .item_wrapper {
    background-color: #19c186
}

.bodyproject.bodylistpost .listContent_post .item_block:hover .description,
.bodyproject.bodylistpost .listContent_post .item_block:hover .title {
    color: #fff
}

.bodyproject.bodylistpost .listContent_post .item_block:hover .description:before {
    border-left-color: #fff
}

.bodyproject.bodylistpost .listContent_post .item_block .item_img {
    padding-top: 69.4%
}

.bodyproject.bodylistpost .listContent_post .item_block .item_wrapper {
    padding: 6px 60px 36px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.bodyproject.bodylistpost .listContent_post .item_block .title {
    font-size: 26px;
    line-height: 94px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #595959
}

.bodyproject.bodylistpost .listContent_post .item_block .description {
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    padding: 19px 0 0 100px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #bfbfbf;
    border-top: 1px solid #e5e5e5
}

.bodyproject.bodylistpost .listContent_post .item_block .description:before {
    position: absolute;
    top: 25px;
    left: 30px;
    width: 0;
    height: 0;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    border-color: transparent transparent transparent #bfbfbf;
    border-style: solid;
    border-width: 6px 0 6px 11px
}

.bodyproject.bodylistpost .listContent_post .content_list .item_block .item_wrapper {
    padding: 0 60px
}

.bodyproject.bodylistpost .listContent_post .content_list .item_block .title {
    font-size: 22px;
    line-height: 100px;
    text-align: center
}

.bodyproject.bodylistpost .listContent_post .content_list .item_block .item_des {
    display: none
}

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

.ff_indexPage .news:not(.ff_slider) .content_list .item_block,
.npagePage .news:not(.ff_slider) .content_list .item_block {
    position: relative;
    float: left;
    width: calc(50% - 90px);
    height: auto;
    margin: 0 90px 50px 0
}

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

.ff_indexPage .news:not(.ff_slider).mlist .content_wrapper,
.npagePage .news:not(.ff_slider).mlist .content_wrapper {
    margin-right: -90px
}

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

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

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

.ff_indexPage .news.ff_noSlider .content_wrapper {
    padding-top: 55px
}

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

.ff_indexPage .news.ff_noSlider .item_block:nth-child(4) {
    padding-top: 48px
}

.ff_indexPage .news.ff_noSlider .item_block:first-child .item_des,
.ff_indexPage .news.ff_noSlider .item_block:nth-child(n+4) .item_des {
    border-bottom: none;
    padding-bottom: 0
}

.ff_indexPage .news.ff_noSlider .item_block:first-child .item_des:before,
.ff_indexPage .news.ff_noSlider .item_block:nth-child(n+4) .item_des:before {
    display: none
}

.ff_indexPage .news.ff_noSlider .item_block:first-child {
    margin-bottom: 0
}

.ff_indexPage .news.ff_noSlider .item_block:first-child:hover .item_box>.date_wrap {
    background-color: #19c186
}

.ff_indexPage .news.ff_noSlider .item_block:first-child:hover .item_box>.date_wrap .d,
.ff_indexPage .news.ff_noSlider .item_block:first-child:hover .item_box>.date_wrap .m {
    color: #fff
}

.ff_indexPage .news.ff_noSlider .item_block:first-child .item_img {
    padding-top: 515px
}

.ff_indexPage .news.ff_noSlider .item_block:first-child .item_img img {
    width: auto;
    height: 101%;
    max-width: none;
    left: 50%;
    transform: translateX(-50%)
}

.ff_indexPage .news.ff_noSlider .item_block:first-child .item_wrapper {
    position: absolute;
    bottom: 33px;
    left: 50%;
    width: 84%;
    transform: translateX(-50%)
}

.ff_indexPage .news.ff_noSlider .item_block:first-child .item_wrapper>.date_wrap {
    display: none
}

.ff_indexPage .news.ff_noSlider .item_block:first-child .title {
    width: 100%;
    line-height: 50px
}

.ff_indexPage .news.ff_noSlider .item_block:first-child .item_des {
    margin-top: 0
}

.ff_indexPage .news.ff_noSlider .item_block:first-child .item_des:after {
    display: none
}

.ff_indexPage .news.ff_noSlider .item_block:first-child .description {
    line-height: 38px;
    height: 72px;
    padding-right: 0
}

.ff_indexPage .news.ff_noSlider .item_block:first-child .item_box>.date_wrap {
    top: 0;
    width: 105px;
    height: 95px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    align-items: center;
    justify-content: center
}

.ff_indexPage .news.ff_noSlider .item_block:nth-child(n+2) .item_img {
    display: none
}

.ff_indexPage .news.ff_noSlider .item_block:nth-child(n+2) .title {
    line-height: 28px
}

.ff_indexPage .news.ff_noSlider .item_block .item_box>.date_wrap {
    display: flex
}

.ff_indexPage .news.ff_slider .content_wrapper {
    padding-top: 55px
}

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

.bodylist.bodynews .mlist.news .content_wrapper {
    margin-right: 0
}

.bodylist.bodynews .mlist.news .item_block {
    float: none;
    width: 100%;
    margin: 0 0 80px;
    padding-bottom: 0
}

.bodylist.bodynews .mlist.news .item_block .item_box:after {
    display: block;
    clear: both;
    content: ""
}

.bodylist.bodynews .mlist.news .item_block .item_img {
    width: 47.7%;
    padding-top: 19.7%;
    float: left
}

.bodylist.bodynews .mlist.news .item_block .item_wrapper {
    float: right;
    width: 50%;
    padding: 4.35% 0 0 3.3%;
    margin-left: 2.3%;
    box-sizing: border-box
}

.bodylist.bodynews .mlist.news .item_block .item_wrapper>.date_wrap {
    top: 26%
}

.bodylistpost.bodynews .mlist.ff_slider .item_wrapper,
.mlist.news.ff_slider .item_wrapper {
    margin-top: 30px
}

.bodylistpost.bodynews .mlist .item_block,
.mlist.news .item_block {
    position: relative
}

.bodylistpost.bodynews .mlist .item_block:hover .title,
.mlist.news .item_block:hover .title {
    color: #19c186
}

.bodylistpost.bodynews .mlist .item_block:hover .item_wrapper>.date_wrap:before,
.mlist.news .item_block:hover .item_wrapper>.date_wrap:before {
    width: 32px
}

.bodylistpost.bodynews .mlist .item_block:hover .item_wrapper>.date_wrap .d,
.bodylistpost.bodynews .mlist .item_block:hover .item_wrapper>.date_wrap .m,
.mlist.news .item_block:hover .item_wrapper>.date_wrap .d,
.mlist.news .item_block:hover .item_wrapper>.date_wrap .m {
    color: #19c186
}

.bodylistpost.bodynews .mlist .item_block:hover .item_wrapper .item_des:after,
.mlist.news .item_block:hover .item_wrapper .item_des:after {
    border-left-color: #19c186
}

.bodylistpost.bodynews .mlist .item_block:hover .item_des:before,
.mlist.news .item_block:hover .item_des:before {
    width: 100%
}

.bodylistpost.bodynews .mlist .item_block .item_box>.date_wrap,
.bodylistpost.bodynews .mlist .item_block .item_wrapper>.date_wrap,
.mlist.news .item_block .item_box>.date_wrap,
.mlist.news .item_block .item_wrapper>.date_wrap {
    position: absolute;
    top: -7px;
    right: 0;
    display: flex;
    flex-direction: column-reverse
}

.bodylistpost.bodynews .mlist .item_block .item_box>.date_wrap .time-connect,
.bodylistpost.bodynews .mlist .item_block .item_box>.date_wrap .year,
.bodylistpost.bodynews .mlist .item_block .item_wrapper>.date_wrap .time-connect,
.bodylistpost.bodynews .mlist .item_block .item_wrapper>.date_wrap .year,
.mlist.news .item_block .item_box>.date_wrap .time-connect,
.mlist.news .item_block .item_box>.date_wrap .year,
.mlist.news .item_block .item_wrapper>.date_wrap .time-connect,
.mlist.news .item_block .item_wrapper>.date_wrap .year {
    display: none
}

.bodylistpost.bodynews .mlist .item_block .item_box>.date_wrap .d,
.bodylistpost.bodynews .mlist .item_block .item_wrapper>.date_wrap .d,
.mlist.news .item_block .item_box>.date_wrap .d,
.mlist.news .item_block .item_wrapper>.date_wrap .d {
    font-size: 32px;
    display: inline-block;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #737373
}

.bodylistpost.bodynews .mlist .item_block .item_box>.date_wrap .m,
.bodylistpost.bodynews .mlist .item_block .item_wrapper>.date_wrap .m,
.mlist.news .item_block .item_box>.date_wrap .m,
.mlist.news .item_block .item_wrapper>.date_wrap .m {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: rgba(0, 0, 0, .35)
}

.bodylistpost.bodynews .mlist .item_block .item_wrapper,
.mlist.news .item_block .item_wrapper {
    position: relative
}

.bodylistpost.bodynews .mlist .item_block .item_wrapper>.date_wrap,
.mlist.news .item_block .item_wrapper>.date_wrap {
    padding-left: 50px;
    width: 39px
}

.bodylistpost.bodynews .mlist .item_block .item_wrapper>.date_wrap:before,
.mlist.news .item_block .item_wrapper>.date_wrap:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #19c186;
    position: absolute;
    top: 19px;
    left: 0;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.bodylistpost.bodynews .mlist .item_block .item_box>.date_wrap,
.mlist.news .item_block .item_box>.date_wrap {
    display: none
}

.bodylistpost.bodynews .mlist .item_block .item_img,
.mlist.news .item_block .item_img {
    padding-top: 41.6%
}

.bodylistpost.bodynews .mlist .item_block .title,
.mlist.news .item_block .title {
    font-size: 26px;
    color: #595959;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    width: 80%
}

.bodylistpost.bodynews .mlist .item_block .item_des,
.mlist.news .item_block .item_des {
    margin-top: 27px;
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5
}

.bodylistpost.bodynews .mlist .item_block .item_des:before,
.mlist.news .item_block .item_des:before {
    content: "";
    width: 0;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    height: 1px;
    background-color: #19c186;
    position: absolute;
    left: 0;
    bottom: -1px
}

.bodylistpost.bodynews .mlist .item_block .item_des:after,
.mlist.news .item_block .item_des:after {
    position: absolute;
    top: 6px;
    right: 26px;
    width: 0;
    height: 0;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    border-color: transparent transparent transparent #bfbfbf;
    border-style: solid;
    border-width: 6px 0 6px 11px
}

.bodylistpost.bodynews .mlist .item_block .description,
.mlist.news .item_block .description {
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 28px;
    font-size: 14px;
    color: #8c8c8c;
    position: relative;
    padding-right: 18%
}

.bodylistpost.bodynews .postContent {
    width: 66%;
    float: right
}

.bodylistpost.bodynews .postContent .postInfo .title {
    font-size: 20px;
    line-height: 56px;
    font-weight: 700;
    border-bottom: 1px solid #ececec;
    color: #444
}

.bodylistpost.bodynews .postContent .postInfo .description,
.bodylistpost.bodynews .postContent .postInfo .usetdate {
    display: none
}

.bodylistpost.bodynews .listWrap {
    width: 26%;
    float: left
}

.bodylistpost.bodynews .listWrap .listContent_post h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    padding: 0;
    border-bottom: 1px solid #ececec
}

.bodylistpost.bodynews .listWrap .listContent_post .item_tags {
    padding: 12px 0;
    margin-bottom: 30px;
    display: block
}

.bodylistpost.bodynews .listWrap .listContent_post .item_tags a {
    font-size: 14px;
    position: relative;
    margin: 0;
    border: none;
    padding: 0 18px;
    display: inline-block;
    line-height: 28px;
    transition: all .3s ease-in-out 0s
}

.bodylistpost.bodynews .listWrap .listContent_post .item_tags a:hover {
    color: #19c186
}

.bodylistpost.bodynews .listWrap .listContent_post .item_tags a:first-child {
    padding-left: 0
}

.bodylistpost.bodynews .listWrap .listContent_post .item_tags a:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    width: 1px;
    background: #e5e5e5
}

.bodylistpost.bodynews .listWrap .listContent_post .content_wrapper {
    margin: 0
}

.bodylistpost.bodynews .listWrap .listContent_post .item_block {
    border-top: 1px solid #f2f2f2;
    width: 100%;
    margin: 0
}

.bodylistpost.bodynews .listWrap .listContent_post .item_block:hover .title {
    color: #19c186
}

.bodylistpost.bodynews .listWrap .listContent_post .item_block .date_wrap,
.bodylistpost.bodynews .listWrap .listContent_post .item_block .item_des,
.bodylistpost.bodynews .listWrap .listContent_post .item_block .item_img,
.bodylistpost.bodynews .listWrap .listContent_post .item_block .item_index,
.bodylistpost.bodynews .listWrap .listContent_post .item_block .item_tags,
.bodylistpost.bodynews .listWrap .listContent_post .item_block .subtitle {
    display: none
}

.bodylistpost.bodynews .listWrap .listContent_post .item_block .title {
    line-height: 48px;
    font-size: 14px;
    color: #333
}

.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: #19c186
}

.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%;
    padding-top: 105.18%
}

.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;
    width: 100%;
    box-sizing: border-box
}

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

.mcounter {
    padding: 96px 0;
    background-color: #19c186
}

.mcounter .module_container {
    height: auto
}

.mcounter .container_content {
    position: static;
    height: auto
}

.mcounter .content_list {
    position: static;
    transform: none
}

.mcounter .content_list li p.number {
    color: #fff
}

.mcounter .content_list li p.number .counterDX {
    font-size: 68px;
    line-height: 1
}

.mcounter .content_list li .title {
    font-size: 20px;
    line-height: 40px;
    color: #fff
}

.mcounter .content_list li:not(:last-child):after {
    right: -25px;
    width: 50px;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .4)
}

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

.ff_indexPage .ad01.mlist .content_list .item_block {
    position: relative;
    float: left;
    width: 20%;
    height: auto;
    margin: 0
}

.ff_indexPage .ad01.mlist .content_list .item_block:nth-child(5n+1):nth-last-child(-n+5),
.ff_indexPage .ad01.mlist .content_list .item_block:nth-child(5n+1):nth-last-child(-n+5)~.item_block {
    margin-bottom: 0
}

.ff_indexPage .ad01.mlist.mlist .content_wrapper,
.ff_indexPage .ad01.mlist.mlist .content_wrapper.slider {
    margin-right: 0
}

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

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

.mlist.ad01 {
    position: relative;
    margin-top: 5.2083333333vw
}

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

.mlist.ad01 .module_container {
    padding-top: 15.8854166667vw
}

.mlist.ad01 .container_header {
    display: none
}

.mlist.ad01 .tab_content {
    background-color: #fafafa
}

.mlist.ad01 .content_list {
    margin: 0 42px
}

.mlist.ad01 .item_block {
    position: relative;
    float: left;
    overflow: hidden;
    width: calc(20% + 6px);
    padding: 88px 0;
    transition: box-shadow .05s
}

/*.mlist.ad01 .item_block:nth-child(-n+3) {*/
/*    margin-left: -6px*/
/*}*/

/*.mlist.ad01 .item_block:nth-child(n+3) {*/
/*    margin-right: -6px*/
/*}*/

/*.mlist.ad01 .item_block:hover {*/
    /*z-index: 2;*/
    /*box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05)*/
/*}*/

/*.mlist.ad01 .item_block:hover .item_img {*/
/*    filter: grayscale(0)*/
/*}*/

.mlist.ad01 .item_block:hover .title {
    color: #19c186
}

.mlist.ad01 .item_block:nth-child(n+6) {
    display: none
}

.mlist.ad01 .item_block>.item_index {
    font-size: 0;
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    pointer-events: none
}

.mlist.ad01 .item_block .item_img {
    z-index: 1;
    width: 84px;
    height: 80px;
    margin: 0 auto;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    filter: grayscale(100%)
}

.mlist.ad01 .item_block .item_wrapper {
    position: relative;
    z-index: 1;
    margin-top: 37px;
    text-align: center
}

.mlist.ad01 .item_block .title {
    font-size: 15px;
    line-height: 25px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    color: #a6a6a6
}

.mlist.ad01 .item_block .item_des {
    display: none
}

.bodyad01 .ad01 .module_container {
    padding-top: 0
}

.bodyteam .team:not(.ff_slider) .content_list:after,
.ff_indexPage .team:not(.ff_slider) .content_list:after {
    display: block;
    clear: both;
    content: ""
}

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

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

.bodyteam .team:not(.ff_slider).mlist .content_wrapper,
.bodyteam .team:not(.ff_slider).mlist .content_wrapper.slider,
.ff_indexPage .team:not(.ff_slider).mlist .content_wrapper,
.ff_indexPage .team:not(.ff_slider).mlist .content_wrapper.slider {
    margin-right: 0
}

.bodyteam .team:not(.ff_slider).mlist .content_wrapper.slider .item_block,
.ff_indexPage .team:not(.ff_slider).mlist .content_wrapper.slider .item_block {
    margin-bottom: 0
}

.bodyteam .team:not(.ff_slider) .owl-item .item_block,
.ff_indexPage .team:not(.ff_slider) .owl-item .item_block {
    width: 100%
}

.ff_indexPage .team .container_category a.ff_more {
    display: none
}

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

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

.ff_indexPage .team.ff_slider .content_list {
    float: right;
    width: 69.5%
}

.ff_indexPage .team.ff_slider .owl-nav {
    top: 50%;
    left: -24%;
    display: flex;
    width: 168px;
    transform: translateY(-50%);
    justify-content: space-between
}

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

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

.ff_indexPage .team.ff_slider .owl-dots {
    display: none
}

.ff_indexPage .team.ff_slider .item_block .item_box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ff_indexPage .team.ff_slider .item_block .item_img {
    width: 71.4%;
    padding-top: 43.5%
}

.ff_indexPage .team.ff_slider .item_block .title {
    font-size: 26px
}

.ff_indexPage .team.ff_slider .item_block .item_des {
    margin-top: 44px
}

.ff_indexPage .team.ff_slider .item_block .description {
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14p;
    line-height: 24px
}

.ff_indexPage .team.ff_slider .slider_pagination {
    position: absolute;
    bottom: 45%;
    left: 0;
    min-width: 140px
}

.ff_indexPage .team.ff_slider .slider_pagination .num {
    font-family: MontDemo-Heavy
}

.ff_indexPage .team.ff_slider .slider_pagination .total {
    font-size: 26px;
    position: relative;
    margin-left: 7px;
    padding-left: 7px;
    color: #ccc
}

.ff_indexPage .team.ff_slider .slider_pagination .total:before {
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 1px;
    height: 21px;
    content: "";
    transform: rotate(25deg);
    background-color: #ccc
}

.ff_indexPage .team.ff_slider .slider_pagination .current {
    font-size: 52px;
    display: inline-block;
    width: 64px;
    color: #19c186
}

.ff_indexPage .team.ff_noSlider .content_wrapper {
    padding-top: 4.1666666667vw
}

.bodylistpost.bodyteam .mlist.ff_noSlider .item_block,
.mlist.team.ff_noSlider .item_block {
    padding: 0 9.5%;
    box-sizing: border-box
}

.bodylistpost.bodyteam .mlist.ff_noSlider .item_block:not(:last-child),
.mlist.team.ff_noSlider .item_block:not(:last-child) {
    margin-bottom: 120px
}

.bodylistpost.bodyteam .mlist.ff_noSlider .item_block .item_box,
.mlist.team.ff_noSlider .item_block .item_box {
    display: flex
}

.bodylistpost.bodyteam .mlist.ff_noSlider .item_block .item_img,
.mlist.team.ff_noSlider .item_block .item_img {
    width: 61%;
    padding-top: 37.1%;
    margin-right: 8.8%
}

.bodylistpost.bodyteam .mlist.ff_noSlider .item_block .item_wrapper,
.mlist.team.ff_noSlider .item_block .item_wrapper {
    width: 28%;
    padding-top: 10%
}

.bodylistpost.bodyteam .mlist.ff_noSlider .item_block .title,
.mlist.team.ff_noSlider .item_block .title {
    font-size: 28px;
    line-height: 48px;
    color: #333
}

.bodylistpost.bodyteam .mlist.ff_noSlider .item_block .description,
.mlist.team.ff_noSlider .item_block .description {
    font-size: 16px;
    line-height: 46px;
    color: #595959;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.bodylistpost.bodyteam .mlist.ff_noSlider .item_block span.details,
.mlist.team.ff_noSlider .item_block span.details {
    position: relative;
    bottom: auto;
    display: block;
    margin-top: 16.7%
}

.bodylistpost.bodyteam .mlist .item_block,
.mlist.team .item_block {
    text-align: center
}

.bodylistpost.bodyteam .mlist .item_block:hover .details,
.mlist.team .item_block:hover .details {
    color: #fff;
    border-color: transparent
}

.bodylistpost.bodyteam .mlist .item_block:hover .details:after,
.mlist.team .item_block:hover .details:after {
    width: 100%;
    height: 100%
}

.bodylistpost.bodyteam .mlist .item_block .item_img,
.mlist.team .item_block .item_img {
    padding-top: 57.5%
}

.bodylistpost.bodyteam .mlist .item_block .item_wrapper,
.mlist.team .item_block .item_wrapper {
    width: 182px;
    text-align: left
}

.bodylistpost.bodyteam .mlist .item_block .title,
.mlist.team .item_block .title {
    font-size: 26px;
    line-height: 46px
}

.bodylistpost.bodyteam .mlist .item_block .subtitle,
.mlist.team .item_block .subtitle {
    font-size: 14px;
    line-height: 32px;
    color: #a6a6a6
}

.bodyteam.bodylistpost .mlistpost .postContent .postInfo {
    text-align: center;
    padding-bottom: 80px
}

.bodyteam.bodylistpost .mlistpost .postContent .postInfo .title {
    font-size: 19px;
    line-height: 32px;
    color: #444
}

.bodyteam.bodylistpost .mlistpost .postContent .postInfo .subtitle {
    color: #999;
    font-size: 12px;
    margin-top: 4px;
    transition: all .3s ease-out 0s;
    line-height: 14px
}

.bodyteam.bodylistpost .mlistpost .postContent .postInfo .description,
.bodyteam.bodylistpost .mlistpost .postContent .postInfo .usetdate {
    display: none
}

.bodyteam.bodylistpost .mlistpost .listContent_post .content_wrapper {
    margin-right: -59px
}

.bodyteam.bodylistpost .mlistpost .listContent_post .content_list .item_block {
    width: calc(33.33333% - 59px);
    margin: 0 59px 37px 0;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.bodyteam.bodylistpost .mlistpost .listContent_post .content_list .item_block:hover {
    box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, .1)
}

.bodyteam.bodylistpost .mlistpost .listContent_post .content_list .item_block:hover .item_wrapper {
    background-color: #19c186
}

.bodyteam.bodylistpost .mlistpost .listContent_post .content_list .item_block:hover .title {
    color: #fff
}

.bodyteam.bodylistpost .mlistpost .listContent_post .content_list .item_block .item_img {
    padding-top: 61%
}

.bodyteam.bodylistpost .mlistpost .listContent_post .content_list .item_block .item_img img {
    width: 80%;
    top: 10%;
    left: 50%;
    transform: translateX(-50%)
}

.bodyteam.bodylistpost .mlistpost .listContent_post .content_list .item_block .item_wrapper {
    padding: 0 60px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.bodyteam.bodylistpost .mlistpost .listContent_post .content_list .item_block .title {
    font-size: 22px;
    line-height: 100px;
    text-align: center;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.bodyteam.bodylistpost .mlistpost .listContent_post .content_list .item_block .item_des {
    display: none
}

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

.ff_indexPage .imagelink:not(.ff_slider) .content_list .item_block,
.npagePage .imagelink:not(.ff_slider) .content_list .item_block {
    position: relative;
    float: left;
    width: 20%;
    height: auto;
    margin: 0 0 60px
}

.ff_indexPage .imagelink:not(.ff_slider) .content_list .item_block:nth-child(5n+1):nth-last-child(-n+5),
.ff_indexPage .imagelink:not(.ff_slider) .content_list .item_block:nth-child(5n+1):nth-last-child(-n+5)~.item_block,
.npagePage .imagelink:not(.ff_slider) .content_list .item_block:nth-child(5n+1):nth-last-child(-n+5),
.npagePage .imagelink:not(.ff_slider) .content_list .item_block:nth-child(5n+1):nth-last-child(-n+5)~.item_block {
    margin-bottom: 0
}

.ff_indexPage .imagelink:not(.ff_slider).mlist .content_wrapper,
.ff_indexPage .imagelink:not(.ff_slider).mlist .content_wrapper.slider,
.npagePage .imagelink:not(.ff_slider).mlist .content_wrapper,
.npagePage .imagelink:not(.ff_slider).mlist .content_wrapper.slider {
    margin-right: 0
}

.ff_indexPage .imagelink:not(.ff_slider).mlist .content_wrapper.slider .item_block,
.npagePage .imagelink:not(.ff_slider).mlist .content_wrapper.slider .item_block {
    margin-bottom: 0
}

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

.ff_indexPage .imagelink .container_content {
    padding-top: 5.0520833333vw
}

.imagelink.ff_slider .owl-item:hover {
    z-index: 1
}

.imagelink.ff_slider .owl-stage-outer {
    margin: -30px -30px 0;
    padding: 30px 30px 84px
}

.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 .item_block {
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.imagelink .item_block:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
    z-index: 1
}

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

.mcontact .contactinfo {
    display: none
}

.mcontact .content_wrapper {
    padding-top: 51px
}

.mcontact .contactform form {
    margin-right: -45px
}

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

.mcontact .contactform p {
    float: left
}

.mcontact .contactform p:not(.contactform_submit) {
    box-sizing: border-box;
    width: calc(33.33333% - 45px);
    margin-right: 45px;
    padding: 28px 40px;
    border-style: none;
    background-color: #f5f5f5
}

.mcontact .contactform p:not(.contactform_submit) .inputtxt {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    height: 18px;
    color: #595959
}

.mcontact .contactform p:not(.contactform_submit) .inputtxt::-moz-placeholder {
    font-size: 16px
}

.mcontact .contactform p:not(.contactform_submit) .inputtxt::placeholder {
    font-size: 16px
}

.mcontact .contactform p.contactform_content {
    box-sizing: border-box;
    width: calc(100% - 45px);
    margin-top: 40px;
    margin-right: 0
}

.mcontact .contactform p.contactform_content .inputtxt {
    line-height: 40px;
    height: 204px
}

.mcontact .contactform p.contactform_submit {
    position: relative;
    margin-top: 60px;
    border: 2px solid #d7d7d7;
    border-radius: 32px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    overflow: hidden
}

.mcontact .contactform p.contactform_submit:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transform: translate(-50%, -50%) scale(1.4);
    border-radius: inherit;
    background-color: #19c186
}

.mcontact .contactform p.contactform_submit:hover {
    border-color: transparent;
    color: #fff
}

.mcontact .contactform p.contactform_submit:hover:before {
    width: 100%;
    height: 100%
}

.mcontact .contactform p.contactform_submit input {
    font-size: 18px;
    line-height: 64px;
    width: 256px;
    text-align: center;
    color: inherit;
    position: relative;
    z-index: 1
}

.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: #19c186
}

.bodylist #pages a.active,
.bodylist #pages a:hover,
.searchPage #pages a.active,
.searchPage #pages a:hover {
    color: #19c186
}

.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 #pages,
.searchPage #pages {
    padding: 5.4166666667vw 0 9.375vw;
    justify-content: flex-end
}

.bodylist #pages a,
.searchPage #pages a {
    line-height: 46px;
    height: 46px
}

.bodylist #pages a:after,
.searchPage #pages a:after {
    bottom: 0
}

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

.bodylist .ff_pageTarget,
.bodylist .mlist,
.searchPage .ff_pageTarget,
.searchPage .mlist {
    width: 75%;
    min-width: 1100px;
    margin: 0 auto
}

.bodylist .ff_pageTarget .module_container,
.searchPage .ff_pageTarget .module_container {
    position: relative
}

.bodylist .container_target,
.searchPage .container_target {
    font-size: 12px;
    line-height: 1;
    padding-top: 2.0833333333vw;
    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: #19c186
}

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

.bodylist .container_category,
.searchPage .container_category {
    margin-top: 3.125vw;
    display: none
}

.bodylist .container_category:after,
.searchPage .container_category:after {
    display: block;
    clear: both;
    content: ""
}

.bodylist .container_category a,
.searchPage .container_category a {
    float: left;
    width: 20%;
    font-size: 15px;
    line-height: 75px;
    position: relative;
    transition: all .3s ease-in-out 0s;
    color: #bdbdbd;
    text-align: center;
    background-color: #f7f7f7;
    margin-bottom: 2px;
    overflow: hidden
}

.bodylist .container_category a:hover,
.searchPage .container_category a:hover {
    color: #fff
}

.bodylist .container_category a.active,
.searchPage .container_category a.active {
    color: #fff;
    background-color: #19c186
}

.bodylist .container_category a span,
.searchPage .container_category a span {
    position: relative;
    z-index: 1
}

.bodylist .container_category .move,
.searchPage .container_category .move {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #19c186;
    pointer-events: none
}

.bodylist .mlist,
.searchPage .mlist {
    margin-top: 4.1666666667vw
}

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

.pageEditor .mpageEditor {
    width: 75%;
    min-width: 1100px;
    margin: 0 auto
}

#page_contact .container_header .title {
    font-size: 28px;
    line-height: 1.5;
    color: #595959
}

#page_contact .container_header .subtitle {
    font-size: 16px;
    line-height: 2;
    color: #595959
}

.bodylistpost .npagePage:not(.content_editor),
.bodypage .npagePage:not(.content_editor) {
    padding-top: 80px
}

.bodylistpost .npagePage.formPage,
.bodypage .npagePage.formPage {
    padding-top: 0
}

.bodylistpost .npagePage.formPage .module_container,
.bodypage .npagePage.formPage .module_container {
    padding: 60px 0 140px
}

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

.bodylistpost .ff_postPage .content,
.bodypage .ff_postPage .content {
    padding-bottom: 60px
}

.bodylistpost .ff_pageTarget,
.bodylistpost .ff_postPage .item_tags,
.bodypage .ff_pageTarget,
.bodypage .ff_postPage .item_tags {
    display: none
}

.bodylistpost .postContent,
.bodypage .postContent {
    margin-bottom: 40px
}

.bodylistpost .postContent .postbody,
.bodypage .postContent .postbody {
    padding-top: 35px
}

.bodylistpost .postContent .postbody p,
.bodypage .postContent .postbody p {
    line-height: 24px
}

.bodylistpost .listContent_post .content_wrapper,
.bodypage .listContent_post .content_wrapper {
    padding-bottom: 100px
}

.bodylistpost .listContent_post h3,
.bodypage .listContent_post h3 {
    font-size: 14px;
    padding: 30px 0
}

.bodylistpost .conTabBtn [class*=post-] .img-wrap,
.bodylistpost .conTabBtn [class*=post-] .infor-wrap .subtitle,
.bodypage .conTabBtn [class*=post-] .img-wrap,
.bodypage .conTabBtn [class*=post-] .infor-wrap .subtitle {
    display: none
}

body #sitecontent .npagePage.ff_postPage .mlistpost {
    width: 75%;
    min-width: 1100px;
    margin: 0 auto
}

#sitecontent .npagePage.content_editor .module_container {
    max-width: none
}

body #sitecontent .npagePage.content_editor .tabBtn {
    display: block
}

#page404 {
    width: 75%;
    min-width: 1100px;
    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: #404040;
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

#footer p {
    width: 75%;
    min-width: 1100px;
    font-size: 14px;
    line-height: 45px;
    margin: 0 auto;
    color: #595959;
    border-top: 1px solid #404040
}

#page_body_editor-wrapper .layout_group[data-limit_width=true]>.layout_limit_wrapper {
    width: 75%;
    min-width: 1100px;
    margin: 0 auto;
    max-width: none
}

#page_body_editor-wrapper .layout_group[data-window_width=true] {
    position: relative;
    left: 50%;
    width: 100vw !important;
    min-width: 1100px;
    max-width: none;
    margin-left: 0;
    transform: translateX(-50%)
}

@media screen and (min-width:3840px) {
    #openBtn .lcbody {
        width: 64px;
        height: 30px
    }

    #openBtn .lcitem {
        height: 2px
    }

    .page_contect_editor * {
        font-size: 24px !important
    }

    #logo img {
        height: 66px
    }

    #page_contact.content_editor * {
        font-size: 30px !important
    }

    .bodylistpost .listContent_post .mlist .content_list .item_block img {
        width: 80%;
        top: 10%;
        left: 10%
    }

    .ff_topSlider .content_list .item_block .description {
        width: 1052px;
        padding: 116px 129px 120px
    }

    .ff_topSlider .content_list .item_block .description .title {
        font-size: 88px;
        line-height: 98px
    }

    .ff_topSlider .content_list .item_block .description .subtitle {
        font-size: 34px;
        line-height: 2;
        margin-top: 38px;
        padding-top: 38px
    }

    .ff_topSlider .content_list .item_block .description .slider-link_btn {
        width: 220px;
        line-height: 90px;
        border-radius: 45px
    }

    .ff_topSlider .content_list .item_block .description .slider-link_btn:before {
        font-size: 22px
    }
}

@media screen and (min-width:1921px) and (max-width:2560px) {
    .ff_indexPage .mcustomize.initlayout .description {
        font-size: 24px
    }

    .page_contect_editor * {
        font-size: 18px !important
    }

    #page_contact.content_editor * {
        font-size: 22px !important
    }

    .ff_topSlider .content_list .item_block .description {
        width: 652px;
        padding: 76px 89px 80px
    }

    .ff_topSlider .content_list .item_block .description .title {
        font-size: 54px;
        line-height: 68px
    }

    .ff_topSlider .content_list .item_block .description .subtitle {
        font-size: 26px;
        padding-top: 26px
    }
}

@media screen and (min-width:1921px) {
    #page_contact.npagePage.content_editor .module_container {
        max-width: 100%
    }

    #page_contact.npagePage.content_editor #page_body_editor-wrapper .layout_group[data-limit_width=true]>.layout_limit_wrapper {
        width: 43.75vw;
        max-width: none
    }
}

@media screen and (max-width:1250px) {

    body,
    html {
        /*touch-action: none*/
        touch-action: manipulation
    }

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

@media screen and (min-width:700px) and (max-width:1024px) {
    body #header .wrapper>.content {
        min-width: 0
    }

    #header #headTop {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    #header #navWrapper {
        display: none
    }

    body #openBtn {
        display: block;
        float: right;
        margin-right: 40px
    }

    body #openBtn .lcbody {
        position: relative;
        width: 24px;
        height: 17px
    }

    body #openBtn .lcitem {
        width: 100%;
        height: 1px;
        position: absolute;
        transition: .36s ease
    }

    body #openBtn .lcitem.top {
        top: 0
    }

    body #openBtn .lcitem.center {
        display: block;
        top: 8px
    }

    body #openBtn .lcitem.bottom {
        bottom: 0
    }

    body #openBtn .lcitem div {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: auto;
        right: 0;
        background: #000
    }

    .openMenu #openBtn .lcitem.top {
        top: 9px;
        transform: rotate(45deg)
    }

    .openMenu #openBtn .lcitem.center {
        opacity: 0
    }

    .openMenu #openBtn .lcitem.bottom {
        bottom: 7px;
        transform: rotate(-45deg)
    }

    .openMenu #navMini {
        right: 0
    }

    #navMini {
        display: block;
        width: 35%;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 10;
        transition: .3s cubic-bezier(.215, .61, .355, 1) 0s
    }

    #navMini .wrapper {
        background-color: #fff;
        height: 100%;
        padding-top: 20vh
    }

    #min-search-nav,
    #minHeadTop {
        display: none
    }

    #minNavScroll .navitem {
        position: relative;
        padding: 0 60px
    }

    #minNavScroll .navitem:hover .subnav {
        right: 100%
    }

    #minNavScroll .navitem a {
        display: block;
        font-size: 14px;
        color: #000;
        line-height: 52px
    }

    #minNavScroll .navitem a.active {
        color: #fff
    }

    #minNavScroll .navitem .subnav {
        width: 100px;
        text-align: center;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #132b47;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) .2s;
        z-index: -99
    }

    #minNavScroll .navitem .subnav:before {
        content: "";
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        height: 200vh;
        background: #fff;
        z-index: -1;
        left: 0
    }

    #page_body_editor-wrapper .layout_group[data-limit_width=true]>.layout_limit_wrapper {
        max-width: 700px
    }
}

@media screen and (max-width:834px) {

    #footer p,
    #header .wrapper,
    #page404,
    .bodyindex .module_container,
    .bodylist .ff_pageTarget,
    .bodylist .mlist,
    .ff_indexPage .videom.ff_slider .container_header,
    .pageEditor .mpageEditor,
    .searchPage .ff_pageTarget,
    .searchPage .mlist {
        min-width: 834px
    }

    #page_body_editor-wrapper .layout_group[data-limit_width=true]>.layout_limit_wrapper,
    #page_body_editor-wrapper .layout_group[data-window_width=true],
    body #sitecontent .npagePage.ff_postPage .mlistpost {
        min-width: 800px
    }
}