@charset "utf-8";

.fv-has-feedback {
    position: relative
}

.fv-control-feedback {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    text-align: center
}

.fv-help-block {
    display: block
}

.fv-form [placeholder]::-ms-clear {
    display: none
}

.fv-form-bootstrap .help-block {
    margin-bottom: 0
}

.fv-form-bootstrap .tooltip-inner {
    text-align: left
}

.fv-form-bootstrap .fv-bootstrap-icon-input-group {
    z-index: 100
}

.form-inline.fv-form-bootstrap .form-group {
    vertical-align: top
}

.fv-form-bootstrap4 .fv-control-feedback {
    line-height: 38px;
    width: 38px;
    height: 38px
}

.fv-form-bootstrap4 .form-group.row .fv-control-feedback {
    right: 15px
}

.fv-form-bootstrap4 .form-group.row .form-check~.fv-control-feedback {
    top: -7px
}

.fv-form-bootstrap4.form-inline .form-group {
    vertical-align: top
}

.fv-form-bootstrap4:not(.form-inline) label~.fv-control-feedback {
    top: 32px
}

.fv-form-bootstrap4:not(.form-inline) label.sr-only~.fv-control-feedback {
    top: -7px
}

.fv-form-bootstrap4:not(.form-inline) .form-check~.fv-control-feedback {
    top: 25px
}

.fv-form-bootstrap4 .has-success .fv-control-feedback,
html:not(.met-web) .fv-form-bootstrap4 .has-success .form-control-label {
    color: #00c853
}

.fv-form-bootstrap4 .has-danger .fv-control-feedback,
html:not(.met-web) .fv-form-bootstrap4 .has-danger .form-control-label {
    color: #f93e3c
}

form .form-group.required:before {
    content: '*';
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -6px;
    font-size: 18px;
    line-height: 1;
    color: #f00
}

@media (max-width:767px) {
    form .form-group.required:before {
        left: -10px
    }
}

.webui-popover-content {
    display: none
}

.webui-popover-rtl {
    direction: rtl;
    text-align: right
}

.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    min-width: 50px;
    min-height: 32px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #eee;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15)
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
    margin-top: -10px
}

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
    margin-left: 10px
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
    margin-top: 10px
}

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
    margin-left: -10px
}

.webui-popover.pop {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    -o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.pop-out {
    -webkit-transition-property: "opacity,transform";
    -o-transition-property: "opacity,transform";
    transition-property: "opacity,transform";
    -webkit-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.fade,
.webui-popover.fade-out {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.out {
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.in {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.webui-popover .webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: block
}

.webui-popover .webui-popover-content>div:first-child {
    width: 99%
}

.webui-popover-inner .close {
    font-family: arial;
    margin: 8px 10px 0 0;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    text-decoration: none
}

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
    opacity: .5;
    filter: alpha(opacity=50)
}

.webui-popover-inner .close:after {
    content: "\00D7";
    width: .8em;
    height: .8em;
    padding: 4px;
    position: relative
}

.webui-popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 5px 5px 0 0
}

.webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: none
}

.webui-popover-inverse {
    background-color: #333;
    color: #eee
}

.webui-popover-inverse .webui-popover-title {
    background: #333;
    border-bottom: 1px solid #3b3b3b;
    color: #eee
}

.webui-no-padding .webui-popover-content {
    padding: 0
}

.webui-no-padding .list-group-item {
    border-right: none;
    border-left: none
}

.webui-no-padding .list-group-item:first-child {
    border-top: 0
}

.webui-no-padding .list-group-item:last-child {
    border-bottom: 0
}

.webui-popover>.webui-arrow,
.webui-popover>.webui-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.webui-popover>.webui-arrow {
    border-width: 11px
}

.webui-popover>.webui-arrow:after {
    border-width: 10px;
    content: ""
}

.webui-popover.top>.webui-arrow,
.webui-popover.top-right>.webui-arrow,
.webui-popover.top-left>.webui-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: #eee;
    border-bottom-width: 0
}

.webui-popover.top>.webui-arrow:after,
.webui-popover.top-right>.webui-arrow:after,
.webui-popover.top-left>.webui-arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: #eee
}

.webui-popover.right>.webui-arrow:after,
.webui-popover.right-top>.webui-arrow:after,
.webui-popover.right-bottom>.webui-arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.webui-popover.bottom>.webui-arrow,
.webui-popover.bottom-right>.webui-arrow,
.webui-popover.bottom-left>.webui-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: #eee;
    border-top-width: 0
}

.webui-popover.bottom>.webui-arrow:after,
.webui-popover.bottom-right>.webui-arrow:after,
.webui-popover.bottom-left>.webui-arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}

.webui-popover.left>.webui-arrow,
.webui-popover.left-top>.webui-arrow,
.webui-popover.left-bottom>.webui-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: #eee
}

.webui-popover.left>.webui-arrow:after,
.webui-popover.left-top>.webui-arrow:after,
.webui-popover.left-bottom>.webui-arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.webui-popover-inverse.top>.webui-arrow,
.webui-popover-inverse.top-left>.webui-arrow,
.webui-popover-inverse.top-right>.webui-arrow,
.webui-popover-inverse.top>.webui-arrow:after,
.webui-popover-inverse.top-left>.webui-arrow:after,
.webui-popover-inverse.top-right>.webui-arrow:after {
    border-top-color: #333
}

.webui-popover-inverse.right>.webui-arrow,
.webui-popover-inverse.right-top>.webui-arrow,
.webui-popover-inverse.right-bottom>.webui-arrow,
.webui-popover-inverse.right>.webui-arrow:after,
.webui-popover-inverse.right-top>.webui-arrow:after,
.webui-popover-inverse.right-bottom>.webui-arrow:after {
    border-right-color: #333
}

.webui-popover-inverse.bottom>.webui-arrow,
.webui-popover-inverse.bottom-left>.webui-arrow,
.webui-popover-inverse.bottom-right>.webui-arrow,
.webui-popover-inverse.bottom>.webui-arrow:after,
.webui-popover-inverse.bottom-left>.webui-arrow:after,
.webui-popover-inverse.bottom-right>.webui-arrow:after {
    border-bottom-color: #333
}

.webui-popover-inverse.left>.webui-arrow,
.webui-popover-inverse.left-top>.webui-arrow,
.webui-popover-inverse.left-bottom>.webui-arrow,
.webui-popover-inverse.left>.webui-arrow:after,
.webui-popover-inverse.left-top>.webui-arrow:after,
.webui-popover-inverse.left-bottom>.webui-arrow:after {
    border-left-color: #333
}

.webui-popover i.icon-refresh:before {
    content: ""
}

.webui-popover i.icon-refresh {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    background: url('../../../public/third-party/webui-popover/../../images/loading.gif') center/contain no-repeat
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.webui-popover-backdrop {
    background-color: rgba(0, 0, 0, .65);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998
}

.webui-popover .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
    float: none
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, .45)
}

#lg-counter,
.lg-outer .lg-video-cont {
    vertical-align: middle;
    display: inline-block
}

@font-face {
    font-family: lg;
    src: url('../../../public/third-party/lightGallery/css/../fonts/lg.eot?n1z373');
    src: url('../../../public/third-party/lightGallery/css/../fonts/lg.eot?#iefixn1z373') format("embedded-opentype"), url('../../../public/third-party/lightGallery/css/../fonts/lg.woff?n1z373') format("woff"), url('../../../public/third-party/lightGallery/css/../fonts/lg.ttf?n1z373') format("truetype"), url('../../../public/third-party/lightGallery/css/../fonts/lg.svg?n1z373#lg') format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #FFF
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #FFF
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url('../../../public/third-party/lightGallery/css/../img/vimeo-play.png') no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url('../../../public/third-party/lightGallery/css/../img/vimeo-play.png') 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url('../../../public/third-party/lightGallery/css/../img/video-play.png') no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url('../../../public/third-party/lightGallery/css/../img/youtube-play.png') no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url('../../../public/third-party/lightGallery/css/../img/youtube-play.png') 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url('../../../public/third-party/lightGallery/css/../img/loading.gif') center center no-repeat;
    display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1800;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    for open/close transition-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #777
}

.pswp__error-msg a {
    color: #333;
    text-decoration: underline
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: 0.9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

[class*=pswp__button--rotate] {
    background: none !important;
    outline: none !important
}

[class*=pswp__button--rotate] .icon {
    top: 1px;
    font-size: 17px;
    font-weight: 400;
    color: #555
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url('../../../public/third-party/PhotoSwipe/default-skin/default-skin.png') 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url('../../../public/third-party/PhotoSwipe/default-skin/default-skin.svg')
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }

    [class*=pswp__button--rotate] {
        opacity: .75
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.1);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #555;
    opacity: 0.75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #777
}

.pswp__caption__center {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #333
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url('../../../public/third-party/PhotoSwipe/default-skin/preloader.gif') 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(255, 255, 255, 0.8)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(255, 255, 255, 0.8)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

@font-face {
    font-family: "iconfont";
    src: url('../../../public/fonts/iconfont/iconfont.eot?t=1497855280632');
    src: url('../../../public/fonts/iconfont/iconfont.eot?t=1497855280632#iefix') format('embedded-opentype'), url('../../../public/fonts/iconfont/iconfont.woff?t=1497855280632') format('woff'), url('../../../public/fonts/iconfont/iconfont.ttf?t=1497855280632') format('truetype'), url('../../../public/fonts/iconfont/iconfont.svg?t=1497855280632#iconfont') format('svg')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-next:before {
    content: "\e601"
}

.icon-next2:before {
    content: "\e636"
}

.icon-prev2:before {
    content: "\e637"
}

.icon-prev1:before {
    content: "\e648"
}

.icon-next1:before {
    content: "\e655"
}

.icon-prev:before {
    content: "\e606"
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide:not(:first-child) {
    display: none
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url('../../../public/third-party/slick/./ajax-loader.gif') center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../../../public/third-party/slick/./fonts/slick.eot');
    src: url('../../../public/third-party/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../public/third-party/slick/./fonts/slick.woff') format('woff'), url('../../../public/third-party/slick/./fonts/slick.ttf') format('truetype'), url('../../../public/third-party/slick/./fonts/slick.svg#slick') format('svg')
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
	font-size:16px;
	color:#333;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

html,
body {
    font-family: "Microsoft YaHei";
    font-size: 16px
}

html {
    --base-color: #e60013 !important;
    user-select: none;
    --nav-height: 100px;
    --text-color: #333333
}

body {
    overflow-x: unset
}

a {
    color: var(--text-color)
}

.mzbox,
.container {
    max-width: 1600px;
    width: 100%;
    margin: auto
}

.row::after {
    display: none
}

.img-fluid {
    max-width: 100%;
    height: auto;
    margin: auto
}

.img-cover {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.img-contain {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain
}

.ovh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

p,
ul,
label,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
.met-editor p {
    margin: 0;
    padding: 0;
    font-size: unset
}

ul,
li {
    list-style: none;
    padding: 0
}

.cover {
    overflow: unset
}

.button-disabled {
    opacity: .5
}

.button-disabled:hover {
    background-color: #a5a5a5 !important
}

form .form-group.required:before {
    content: unset
}

::-webkit-scrollbar {
    width: 6px;
    height: 5px
}

::-webkit-scrollbar-thumb {
    border-radius: 9px;
    background: var(--base-color)
}

::-webkit-scrollbar-track {
    border-radius: 9px;
    background: #cfcfcf
}

.met_pager input,
.met_pager .PageText {
    display: none
}

.met_pager {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px
}

.met_pager.hidden-md-up {
    margin: 19px 0
}

.met_pager {
    display: flex;
    align-items: center;
    justify-content: center
}

.met_pager>* {
    cursor: pointer;
    line-height: 1
}

.met_pager>*+* {
    margin-left: 10px
}

.PreSpan,
.NextA,
.PreA,
.NextSpan,
.met_pager>a {
    border: 1px solid #e9e9e9;
    display: inline-block;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    text-align: center;
    line-height: 40px;
    color: #999;
    background-color: #fff
}

.met_pager a:hover,
.met_pager .Ahover {
    color: #fff;
    background: var(--base-color)
}

#met-pager-btn {
    width: 100%;
    margin-left: 0;
    background: var(--base-color);
    border: 0;
    margin-top: 20px
}

#met-pager-btn i {
    width: unset;
    height: unset;
    border: none;
    color: #fff;
    background: transparent;
    margin: 0 !important
}

.PreSpan,
.NextSpan {
    display: none
}

.NextA,
.PreA {
    width: auto !important;
    padding-left: 19px;
    padding-right: 19px
}

.NextA:hover,
.PreA:hover,
.met_pager>a:hover {
    color: #fff;
    background-color: var(--base-color)
}

.met_pager.hidden-md-up button {
    background-color: var(--base-color)
}

.met_pager .btn {
    border-color: var(--base-color)
}

.head {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: var(--nav-height);
    z-index: 9;
    transition: all .3s
}

.head::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0
}

.head .mzbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1800px
}

.head .head-logo {
    display: flex;
    align-items: flex-end;
    gap: 30px
}

.head .head-logo img {
    max-height: 41px;
    filter: brightness(0) invert(1);
    transition: all .3s
}

.head .head-logo-line {
    width: 1px;
    height: 30px;
    background-color: #fff
}

.head .head-logo-info {
    color: #fff;
    font-size: 33px;
    line-height: 1;
    font-weight: 800
}

.head .head-logo-info p+p {
    margin-top: 1px
}

.head .head-navs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 39px
} 

.head .head-nav-ul {
    display: flex;
    align-items: center;
    gap: 51px;
    justify-content: flex-end;
    margin-right: 12px
}

.head .head-nav-li {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--nav-height);
    cursor: pointer;
    position: relative;
}

.head .head-nav-li>a {
font-size: 17px;
    color: #fff
}

.head .head-nav-li.active>a,
.head .head-nav-li>a:hover {
    color: var(--base-color)
}

.head .head-line {
    height: 17px;
    width: 1px;
    background-color: #fff
}

.head .head-language>div:first-of-type,
.head .head-search>div:first-of-type {
    height: 33px;
    background-color: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
}

.head .head-language:hover>div:first-of-type,
.head .head-search:hover>div:first-of-type {
    cursor: pointer;
    transform: rotateY(180deg)
}

.head-search-box {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: var(--nav-height);
    z-index: 9;
    transition: all .3s;
    background-color: #fff;
    opacity: 0;
    z-index: -1
}

.head-search-box .mzbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1800px;
    height: 100%
}

.head-search-box .head-logo {
    display: flex;
    align-items: flex-end;
    gap: 30px
}

.head-search-box .head-logo img {
    max-height: 41px;
    transition: all .3s
}

.head-search-box .head-logo-line {
    width: 1px;
    height: 30px;
    background-color: #fff
}

.head-search-box .head-logo-info {
    color: #fff;
    font-size: 30px;
    line-height: 1
}

.head-search-box .head-logo-info p+p {
    margin-top: 1px;
}

.head-search-box .head-search-close {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 29px;
    cursor: pointer
}

.head-search-box .head-search-close span {
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute
}

.head-search-box .head-search-close span:first-of-type {
    transform: rotate(45deg)
}

.head-search-box .head-search-close span:last-of-type {
    transform: rotate(-45deg)
}

.head-search-box .head-search-content {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.head-search-box .head-search-content .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1
}

.head-search-box .head-search-content .fa {
    font-size: 24px;
    margin-right: 19px
}

.head-search-box .input-search {
    width: 560px
}

.head-search-box .input-search .form-control {
    border-radius: 0;
    border: 0;
    background-color: #fff
}

.head-sub-nav {
    position: absolute;
    width: 100vw;
    background: #fff url("../templates/images/sub-nab-bg.png") right bottom;
    background-repeat: no-repeat;
    left: 0;
    top: var(--nav-height);
    display: none;
    height: auto
}

.head-sub-nav::before {
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2), transparent);
    z-index: 1
}

.head-sub-nav .mzbox {
    display: flex;
    max-width: 1600px;
    align-items: unset
}

.head-sub-nav .left,
.head-sub-nav .right {
    padding-top: 60px;
    padding-bottom: 60px
}

.head-sub-nav .left {
    background-color: #f9f9f9;
    position: relative;
    width: 15.8%;
    font-size: 42px;
    line-height: 1
}

.head-sub-nav .left::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    background-color: #f9f9f9;
    top: 0
}

.head-sub-nav .right {
    display: flex;
    justify-content: space-between;
    width: 84.2%
}

.head-sub-nav:not(.product-sub-nav) .right>div {
    width: 48%
}

.head-sub-nav:not(.product-sub-nav) .right .sub-navs {
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    justify-content: space-between
}

.head-sub-nav:not(.product-sub-nav) .right .sub-navs>div {
    width: calc(calc(100% - 40px) / 2)
}

.head-sub-nav:not(.product-sub-nav) .right .sub-navs a {
    color: #666;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    padding-bottom: 22px;
    border-bottom: 1px solid #e6e6e6;
    position: relative
}

.head-sub-nav:not(.product-sub-nav) .right .sub-navs a+a {
    margin-top: 22px
}

.head-sub-nav:not(.product-sub-nav) .right .sub-navs a::after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #e60013;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s
}

.head-sub-nav:not(.product-sub-nav) .right .sub-navs a:hover {
    color: #e60013
}

.head-sub-nav:not(.product-sub-nav) .right .sub-navs a:hover::after {
    width: 100%
}

.head-sub-nav.product-sub-nav .left {
    font-size: 16px
}

.head-sub-nav.product-sub-nav .product-nav-li,
.head-sub-nav.product-sub-nav .product-nav-sub-li {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(to right, #fff 0%, #fff 49.5%, var(--base-color) 49.5%, var(--base-color) 50%, #f9f9f9 50%, #f9f9f9 100%);
    background-size: 200% auto;
    background-position: 100%
}

.head-sub-nav.product-sub-nav .product-nav-sub-li {
    background: unset
}

.head-sub-nav.product-sub-nav .product-nav-li a,
.head-sub-nav.product-sub-nav .product-nav-sub-li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding-right: 38px;
    position: relative;
    z-index: 1;
    transition: all .3s;
    color: #333
}

.head-sub-nav.product-sub-nav .product-nav-li a i,
.head-sub-nav.product-sub-nav .product-nav-sub-li a i {
    font-size: 20px;
    color: #333;
    opacity: .2
}

.head-sub-nav.product-sub-nav .product-nav-li.active {
    background-position: 0%
}

.head-sub-nav.product-sub-nav .product-nav-li.active::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    background-color: #fff
}

.head-sub-nav.product-sub-nav .product-nav-li.active span,
.head-sub-nav.product-sub-nav .product-nav-sub-li.active span {
    font-weight: bold;
    color: var(--base-color);
    font-size: 17px
}

.head-sub-nav.product-sub-nav .product-nav-li.active i,
.head-sub-nav.product-sub-nav .product-nav-sub-li.active i {
    opacity: 1
}

.head-sub-nav.product-sub-nav {
    height: calc(100vh - var(--nav-height));
    background: #fff;
    display: none
}

.head-sub-nav.product-sub-nav .product-sub-nav-bottom {
    background: url("../templates/images/sub-nav-bottom-bg.png");
    height: 60px;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.head-sub-nav.product-sub-nav .mzbox {
    height: calc(100% - 60px)
}

.head-sub-nav.product-sub-nav .right {
    padding-top: 0;
    padding-bottom: 0
}

.head-sub-nav.product-sub-nav .product-nav-sub-ul {
    width: 29%;
    position: relative;
    z-index: 2;
    border-right: 1px solid #e6e6e6
}

.head-sub-nav.product-sub-nav .product-nav-sub-ul>div {
    padding-left: 10%;
    padding-right: 10%;
    max-width: 380px;
    display: none;
    transition: all .3s;
    transition-delay: .2s;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%
}

.head-sub-nav.product-sub-nav .product-nav-sub-ul>div.active {
    display: block
}

.head-sub-nav.product-sub-nav .product-nav-sub-li a {
    padding-right: 0
}

.head-sub-nav.product-sub-nav .product-nav-sub-list {
    width: 71%
}

.head-sub-nav.product-sub-nav .product-nav-sub-list>div {
    padding-left: 6%;
    padding-top: 60px;
    padding-bottom: 50px
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .list-contnet {
    display: none
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .list-contnet.active {
    display: block
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-name {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 50px;
    padding-top: 19px;
    color: #333
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 45px
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-lists::after {
    content: "";
    width: 30%
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-lists>a {
    width: 30%;
    display: block
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-lists>a .pro-img {
    height: 173px;
    padding: 9px;
    background: url("../../templates/images/pro-bg.jpg") center center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-lists>a .pro-img img {
    transition: all .3s
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-lists>a .pro-title {
    position: relative;
    margin-top: 12px
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-lists>a .pro-title i {
    color: var(--base-color);
    font-size: 20px
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-lists>a .pro-title h5 {
    background-color: #fff;
    position: absolute;
    font-size: 16px;
    font-weight: normal;
    left: 0;
    top: 0;
    transition: all .3s;
    max-width: 80%
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-lists>a:hover .pro-img img {
    transform: scale(1.1)
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-lists>a:hover .pro-title h5 {
    left: 20px
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-link .index-btn a {
    color: #333;
    border: 2px solid #333
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-link .index-btn a i {
    font-size: 20px
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-link .index-btn a::after {
    width: 0;
    left: 0;
    right: unset
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-link .index-btn a:hover {
    color: #fff;
    border-color: var(--base-color)
}

.head-sub-nav.product-sub-nav .product-nav-sub-list .type-link .index-btn a:hover::after {
    width: 100%
}

.product-sub-nav-bottom .mzbox {
    height: 100% !important
}

.product-sub-nav-bottom .qrcodes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px
}

.product-sub-nav-bottom .qrcodes>div {
    position: relative
}

.product-sub-nav-bottom .bottom-tel {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
    gap: 5px;
    line-height: 1
}

.product-sub-nav-bottom .tel-num {
    font-weight: bold;
    font-size: 20px
}

.product-sub-nav-bottom .qrcode-ico {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-sub-nav-bottom .qrcode-ico img {
    filter: brightness(0) invert(1)
}

.product-sub-nav-bottom .qrcode-img {
    width: 120px;
    height: 120px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    border-radius: 9px;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    opacity: 0;
    visibility: hidden
}

.product-sub-nav-bottom .qrcode-img::after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px
}

.product-sub-nav-bottom .qrcode-ico:hover {
    background-color: #fff
}

.product-sub-nav-bottom .qrcode-ico:hover~.qrcode-img {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease
}

.product-sub-nav-bottom .qrcode-ico:hover img {
    filter: brightness(1) invert(0)
}

.head-sub-nav .sub-navs-img {
    border-radius: 5px;
    overflow: hidden
}

.head-sub-nav .sub-navs-img>div {
    display: none;
    max-height: 304px
}

.head-sub-nav .sub-navs-img>div.active {
    display: block
}

.head.hover::after {
    opacity: 1
}

.head.hover {
    background: #fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .2)
}

.head.hover .head-logo img {
    filter: brightness(1) invert(0)
}

.head.hover .head-nav-li>a {
    color: #333
}

.head.hover .head-nav-li>a:hover,
.head.hover .head-nav-li.active>a {
    color: var(--base-color)
}

.head.hover .head-line {
    background-color: #333
}

.head.hover .head-language>div:first-of-type img,
.head.hover .head-search>div:first-of-type img {
    filter: invert(1)
}

.head.down,
.head.white {
    background: #fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .2)
}

.head.white .head-logo img,
.head.down .head-logo img {
    filter: brightness(1) invert(0)
}

.head.down .head-nav-li>a {
    color: #333
}

.head.down .head-nav-li>a:hover,
.head.down .head-nav-li.active>a {
    color: var(--base-color)
}

.head.down .head-line {
    background-color: #333
}

.head.down .head-language>div:first-of-type img,
.head.down .head-search>div:first-of-type img {
    filter: invert(1)
}

.head.down .head-nav-li .sub-menu {
    top: var(--nav-height)
}

.head.white .head-logo-line,
.head.hover .head-logo-line,
.head.down .head-logo-line {
    background-color: #333
}

.head.white .head-logo-info,
.head.hover .head-logo-info,
.head.down .head-logo-info {
    color: #333
}

.head-language {
    position: relative
}

.language-sub {
    padding: 9px 20px;
    border-radius: 9px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    display: none
}

.language-sub a {
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 11px 6px
}

.language-sub a:hover {
    color: var(--base-color)
}

.language-sub p+p {
    border-top: 1px solid #dcdcdc
}

.full-menu-btn {
    display: none !important;
    position: relative;
    z-index: 11
}

.full-menu-btn>div {
    width: 62px;
    height: 26px;
    align-items: center;
    justify-content: center;
    background-color: var(--base-color);
    display: flex;
    border-radius: 50px
}

.full-menu {
    width: 100%;
    height: calc(100% - var(--nav-height));
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: flex-end;
    z-index: 8;
    display: none;
    top: var(--nav-height)
}

.full-menu-box {
    width: 22%;
    background-color: #0a1e40;
    height: 100%;
    overflow-y: auto;
    padding: 40px;
    position: absolute;
    left: -100%;
    min-width: 360px
}

.full-menu-btn span {
    background-color: #fff;
    width: 20px;
    height: 1px;
    position: relative
}

.full-menu-btn span::after,
.full-menu-btn span::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform-origin: center;
    transition: all .3s
}

.full-menu-btn span::after {
    top: -5px
}

.full-menu-btn span::before {
    bottom: -5px
}

.full-menu-btn.active span {
    background-color: transparent
}

.full-menu-btn.active span::after {
    transform: rotate(-45deg);
    top: 0
}

.full-menu-btn.active span::before {
    transform: rotate(45deg);
    bottom: 0
}

.full-menu-box dl+dl {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.full-menu-box dl dt a {
    font-size: 18px;
    color: #fff;
    font-weight: normal
}

.full-menu-box dl dt {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding-top: 9px;
    padding-bottom: 9px
}

.full-menu-box dl dd {
    padding-bottom: 9px
}

.full-menu-box dl dd a {
    font-size: 14px;
    display: block;
    padding: 5px 11px;
    color: #fff
}

.full-menu-box .sub-nav3 {
    font-size: 15px;
    padding-left: 20px
}

.index-title {
    margin-bottom: 10px
}

.index-title .title {
    display: flex;
    align-items: center;
    gap: 10px
}

.index-title .title h2 {
    font-size: 24px;
    color: #686d7a
}

.index-title .desc,
.index-title .desc>* {
    font-size: 40px;
    font-weight: bold;
    color: #333
}

.index-btn a {
    width: 180px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    gap: 15px;
    font-weight: normal
}

.index-btn a>* {
    position: relative;
    z-index: 2;
    line-height: 1
}

.index-btn a::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--base-color);
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
    z-index: 1
}

.index-banner,
.index-banner>.swiper {
    height: 100vh
}

.index-banner {
    position: relative
}

.index-banner .swiper-slide {
    position: relative
}

.index-banner .swiper-slide .mzbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.index-banner .swiper-slide .mzbox.product_banner {
    justify-content: flex-end;
    bottom: 580px
}

.index-banner-title {
    max-width: 660px;
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 50px
}

.index-banner-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
	margin-bottom:-150px;
}

.index-banner-btns a {
    width: 180px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    background-color: transparent
}

.index-banner-btns a>* {
    position: relative;
    z-index: 2
}

.index-banner-btns a::after {
    content: "";
    width: 0%;
    height: 100%;
    background-color: var(--base-color);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    z-index: 1
}

.index-banner-btns a.active {
    border-color: var(--base-color)
}

.index-banner-btns a.active::after {
    width: 100%
}

.index-banner-btns a:first-of-type:after {
    right: 0;
    left: unset
}

.page-ico-li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid #fff;
    ;
    z-index: 2;
    background-color: #fff;
    cursor: pointer
}

.page-ico-li.active {
    background-color: transparent
}

.index-banner-pro-swiper {
    width: 100%;
    margin-top: 85px
}

.index-banner-pro-swiper .swiper-slide {
    transform: scale(.8);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 2s;
    transform-origin: bottom center
}

.index-banner-pro-swiper .swiper-slide .pro-title {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 0 9px #045992;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 29px
}

.index-banner-pro-swiper .swiper-slide .pro-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.index-banner-pro-swiper .swiper-slide .pro-img {
    width: 320px
}

.index-banner-pro-swiper .swiper-slide.swiper-slide-prev {
    transform: scale(.9) translateX(-15px)
}

.index-banner-pro-swiper .swiper-slide.swiper-slide-next {
    transform: scale(.9) translateX(15px)
}

.index-banner-pro-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1)
}

.swiper-points {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    left: calc(calc(100% - 1600px) / 2);
    bottom: 50px;
    z-index: 2
}

.swiper-btn-left,
.swiper-btn-right {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, .15);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    cursor: pointer;
    transition: all .3s
}

.swiper-btn-left {
    left: calc(calc(100% - 1600px) / 2)
}

.swiper-btn-right {
    right: calc(calc(100% - 1600px) / 2)
}

.swiper-btn-left:hover,
.swiper-btn-right:hover {
    background-color: var(--base-color)
}

.scroll-label {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: calc(calc(100% - 1600px) / 2);
    bottom: 50px
}

.scroll-label span:first-of-type {
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 16px
}

.scroll-label .line {
    width: 3px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    overflow: hidden
}

.scroll-label .line .back-line {
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .3)
}

.scroll-label .line .front-line {
    width: 3px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: -100%;
    animation: lineMove 5s linear infinite;
    background-color: #fff
}

@keyframes lineMove {
    0% {
        top: -100%
    }

    100% {
        top: calc(100% + 24px)
    }
}

.inner-banner {
    position: relative
}

.inner-banner .mzbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

.inner-banner .innerbanner-title {
    font-size: 50px;
    line-height: 1;
    font-weight: bold
}

.inner-banner .innerbanner-desc {
    font-size: 18px;
    line-height: 1;
    margin-top: 32px
}

.z_sb_bar {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 2;
    background: rgb(230, 0, 19);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 210px
}

.z_sb_bar img {
    max-width: 80%;
    max-height: 80%;
    transition: ease 1s;
    display: block
}

.z_sb_bar::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(230, 0, 19, .6);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
    animation: consult linear 2s infinite
}

@keyframes consult {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes zoombig {
    0% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}

.z_pao {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.z_pao span,
.z_news_pao span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: -1;
    transition: ease 1s;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    opacity: 0
}

.z_pao span:nth-child(1) {
    background: rgba(230, 0, 19, .6);
    animation: pao 4s linear infinite
}

.z_pao span:nth-child(2) {
    background: rgba(230, 0, 19, .8);
    animation: pao3 6s linear infinite;
    animation-delay: .3s
}

.z_pao span:nth-child(3) {
    background: rgba(230, 0, 19, 1);
    animation: pao2 3s linear infinite;
    animation-delay: .8s
}

.z_pao span:nth-child(4) {
    animation: pao4 9s linear infinite;
    background: rgba(230, 0, 19, .3)
}

.z_pao span:nth-child(5) {
    animation: pao5 7s linear infinite;
    background: rgba(230, 0, 19, .5)
}

@keyframes pao {
    0% {
        transform: translate(200%, -30px) rotate(360deg) scale(.4, .4);
        opacity: 1
    }

    50% {
        transform: translate(0%, -70px) rotate(360deg) scale(.8, .8);
        opacity: .5
    }

    100% {
        transform: translate(-200%, -100px) rotate(360deg) scale(1, 1);
        opacity: 0
    }
}

@keyframes pao2 {
    0% {
        transform: translate(-200%, 0px) rotate(360deg) scale(1, 1);
        opacity: 1
    }

    50% {
        transform: translate(250%, -50px) rotate(360deg) scale(.8, .8);
        opacity: .5
    }

    100% {
        transform: translate(100%, -100px) rotate(360deg) scale(.4, .4);
        opacity: 0
    }
}

@keyframes pao3 {
    0% {
        transform: translate(0%, 0px) rotate(360deg) scale(1, 1);
        opacity: 1
    }

    50% {
        transform: translate(-250%, -50px) rotate(360deg) scale(.8, .8);
        opacity: .5
    }

    100% {
        transform: translate(-300%, -100px) rotate(360deg) scale(.4, .4);
        opacity: 0
    }
}

@keyframes pao4 {
    0% {
        transform: translate(400%, 0px) rotate(360deg) scale(1, 1);
        opacity: 1
    }

    50% {
        transform: translate(400%, -50px) rotate(360deg) scale(.8, .8);
        opacity: .5
    }

    100% {
        transform: translate(-100%, -100px) rotate(360deg) scale(.4, .4);
        opacity: 0
    }
}

@keyframes pao5 {
    0% {
        transform: translate(-400%, 0px) rotate(360deg) scale(.1, .1);
        opacity: 1
    }

    50% {
        transform: translate(-400%, -50px) rotate(360deg) scale(.6, .6);
        opacity: .5
    }

    100% {
        transform: translate(0%, -100px) rotate(360deg) scale(1, 1);
        opacity: 0
    }
}

.met-index-company {
    position: relative;
    background: url("../templates/images/1736218063.png") left center;
    padding-top: 100px;
    padding-bottom: 85px
}

.met-index-company .mzbox {
    display: flex
}

.met-index-company .left {
    width: 50%
}

.met-index-company .right {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0
}

.met-index-company .gp-info {
    margin-top: 60px
}

.met-index-company .gp-label {
    color: #686d7a;
    font-size: 24px;
    line-height: 1
}

.met-index-company .gp-line {
    width: 100%;
    height: 1px;
    background-color: #dfe0e1;
    margin-top: 20px;
    margin-bottom: 10px
}

.met-index-company .gp-dm span {
    font-size: 72px;
    font-weight: bold;
    background: url("../templates/images/gp-bg.jpg");
    background-attachment: fixed;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    line-height: 1
}

.met-index-company .index-company-info {
    margin-top: 55px
}

.met-index-company .index-company-info .met-editor {
    font-size: 16px;
    color: #666;
    line-height: 33px
}

.met-index-company .index-company-btns {
    display: flex;
    align-items: center;
    gap: 20px
}

.met-index-company .index-company-btns .index-btn:last-of-type {
    display: none
}

.met-index-company .index-btn {
    margin-top: 30px
}

.met-index-company .index-btn a {
    border-color: var(--base-color)
}

.met-index-company .index-btn a:hover {
    border-color: var(--base-color);
    color: var(--base-color)
}

.met-index-company .index-btn a:hover::after {
    width: 0%
}

.met-index-company .index-ext-info {
    display: flex;
    justify-content: space-between;
    gap: 69px;
    margin-top: 90px
}

.met-index-company .index-ext-info>div {
    width: 100%;
    max-width: 240px
}

.met-index-company .ext-label {
    font-size: 18px;
    color: #686d7a;
    line-height: 1;
    padding-bottom: 25px;
    border-bottom: 1px solid #c8c9ca;
    margin-bottom: 25px
}

.met-index-company .index-ext-info>div>div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.met-index-company .ext-text {
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
    margin-right: 16px
}

.met-index-company .ext-unity {
    font-size: 18px;
    line-height: 1
}

.met-index-company .right .index-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    color: #fff
}

.met-index-company .right .index-video-btn>div {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, .3);
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    transition: all .3s
}

.met-index-company .right .index-video-btn>p {
    margin-top: 5px;
    transition: all .3s
}

.met-index-company .right .index-video-btn:hover>div {
    background-color: var(--base-color);
    border-color: var(--base-color)
}

.full-box-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all .5s
}

.full-box-video.active {
    opacity: 1;
    z-index: 11;
    visibility: visible
}

.full-box-video-main {
    background-color: #fff;
    position: relative;
    width: 1240px;
    height: auto;
    padding: 70px
}

.full-box-video-main video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.full-box-video-main .full-box-colse {
    width: 46px;
    height: 46px;
    border: 1px solid #333;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.full-box-video-main .full-box-colse span {
    width: 18px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #333
}

.full-box-video-main .full-box-colse span:first-of-type {
    transform: rotate(45deg)
}

.full-box-video-main .full-box-colse span:last-of-type {
    transform: rotate(-45deg)
}

.full-box-video-main .full-box-colse:hover {
    border-color: var(--base-color)
}

.full-box-video-main .full-box-colse:hover span {
    background-color: var(--base-color)
}

.met-index-product {
    background: url("../templates/images/1736249983.png") center center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 140px
}

.met-index-product .mzbox {
    display: flex;
    justify-content: space-between
}

.met-index-product .left {
    width: 33.5%;
    display: flex;
    flex-direction: column
}

.met-index-product .left .index-title .desc {
    margin-bottom: 10px
}

.met-index-product .right {
    max-width: 1080px;
    width: 67.5%;
    margin-right: calc(calc(100vw - 1600px) / 2 * -1)
}

.met-index-product .left .product-desc {
    font-size: 16px;
    color: rgba(44, 48, 61, .7);
    margin-top: 25px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.met-index-product .left .index-btn {
    margin-top: 35px
}

.met-index-product .left .index-btn a {
    border-color: var(--base-color)
}

.met-index-product .left .index-btn a:hover {
    border-color: var(--base-color);
    color: var(--base-color)
}

.met-index-product .left .index-btn a:hover::after {
    width: 0%
}

.met-index-product .product-type-swiper {
    margin-top: auto
}

.met-index-product .product-type-swiper,
.met-index-product .product-type-swiper .swiper {
    height: 250px
}

.met-index-product .product-type-swiper .swiper .swiper-slide {
    width: fit-content
}

.met-index-product .product-type-swiper .product-type-li {
    display: flex;
    align-items: center;
    cursor: pointer
}

.met-index-product .product-type-swiper .product-type-li h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333
}

.met-index-product .product-type-swiper .product-type-li .line {
    width: 0px;
    height: 4px;
    background-color: var(--base-color)
}

.met-index-product .product-type-swiper .swiper-slide.active .product-type-li h3 {
    color: var(--base-color);
    transition: all .3s
}

.met-index-product .product-type-swiper .swiper-slide.active .product-type-li .line {
    width: 66px;
    margin-right: 10px;
    transition: all .3s
}

.met-index-product .product-li-swiper>div {
    display: none
}

.met-index-product .product-li-swiper>div.active {
    display: block
}

.met-index-product .right>div {
    display: none
}

.met-index-product .right>div.active {
    display: block
}

.met-index-product .product-li-pic-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.met-index-product .product-li-pic-swiper .swiper-slide img {
    max-width: 500px
}

.met-index-product .product-li-pic-thumb-swiper {
    margin-top: 10px
}

.met-index-product .product-li-pic-thumb-swiper .swiper-slide {
    background-color: #fff;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 119px;
    border: 1px solid #fff
}

.met-index-product .product-li-pic-thumb-swiper .swiper-slide.slide-empty {
    background: transparent;
    border: 0
}

.met-index-product .product-li-pic-thumb-swiper .swiper-slide img {
    height: 87px
}

.met-index-product .product-li-pic-thumb-swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--base-color)
}

.met-index-product .product-li-pic-swiper .swiper-button-prev,
.met-index-product .product-li-pic-swiper .swiper-button-next {
    display: none
}

.met-index-case {
    position: relative;
    padding-top: 100px;
    padding-bottom: 90px
}

.met-index-case .index-case-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto
}

.met-index-case .index-case-bg .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #060b39, transparent);
    z-index: 2
}

.met-index-case .index-case-bg .swiper {
    width: 100%;
    height: 100%
}

.met-index-case .mzbox {
    position: relative;
    z-index: 3
}

.met-index-case .index-title .title h2 {
    color: #fff
}

.met-index-case .index-title .desc,
.met-index-case .index-title .desc>* {
    color: #fff
}

.met-index-case .index-case-desc {
    color: #fff;
    font-size: 16px;
    max-width: 690px;
    margin-top: 25px;
    margin-bottom: 35px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.met-index-case .index-btn a::after {
    width: 0;
    left: 0;
    right: unset
}

.met-index-case .index-btn a:hover {
    border-color: var(--base-color)
}

.met-index-case .index-btn a:hover::after {
    width: 100%
}

.met-index-case .case-types {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 150px
}

.met-index-case .case-types>* {
    border: 1px solid #fff;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 9px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1)
}

.met-index-case .case-types>* p {
    font-size: 20px;
    color: #fff
}

.met-index-case .case-types>* .circle-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.met-index-case .case-types>*.active {
    background-color: rgba(230, 0, 19, .3);
    border-color: var(--base-color)
}

.met-index-news {
    background-color: #e7ecf2;
    padding-top: 88px;
    padding-bottom: 147px
}

.met-index-news .mzbox {
    border-bottom: 1px solid #ced3da;
    padding-bottom: 25px
}

.met-index-news .desc {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.met-index-news .desc .news-type {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end
}

.met-index-news .desc .news-type .index-btn a {
    border-color: #333;
    color: #333
}

.met-index-news .desc .news-type .index-btn a::after {
    width: 0%;
    left: 0;
    right: unset
}

.met-index-news .desc .news-type .index-btn.active a {
    color: #fff;
    border-color: var(--base-color)
}

.met-index-news .desc .news-type .index-btn.active a::after {
    width: 100%
}

.met-index-news .news-list {
    margin-top: 50px;
    --swiper-wrapper-transition-timing-function: linear
}

/*.met-index-news .news-list>div {
    display: none
}*/

.met-index-news .news-list>div.active {
    display: block
}

.met-index-news .news-list .product-arrows>div{
	margin-top:0;
}

.swiper{
	overflow:hidden;
}

.met-index-news .news-list .swiper-slide a {
    display: block;
    height: auto;
    padding: 60px 40px;
    border-radius: 9px;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.met-index-news .news-list .swiper-slide a .cover {
    position: absolute;
    width: 110%;
    height: 110%;
    background-color: #fff;
    top: 0;
    left: 0;
    transition: all .8s
}

.met-index-news .news-list .swiper-slide a .new-li {
    position: relative;
    z-index: 2
}

.met-index-news .news-list .swiper-slide a .index-news-data {
    font-size: 18px;
    color: #adadad;
    line-height: 1;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5
}

.met-index-news .news-list .swiper-slide a .index-news-title {
    font-weight: bold;
    font-size: 24px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 60px;
    transition: all .3s;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2
}

.met-index-news .news-list .swiper-slide a .index-news-desc {
    font-size: 16px;
    color: #707774;
    transition: all .3s;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5
}

.met-index-news .news-list .swiper-slide a .index-news-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 85px
}

.met-index-news .news-list .swiper-slide a .index-news-type-name {
    font-size: 16px;
    color: #707774
}

.met-index-news .news-list .swiper-slide a .index-news-arrow {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px
}

.met-index-news .news-list .swiper-slide a:hover .cover {
    background-color: rgba(6, 11, 57, 1);
    opacity: .7
}

.met-index-news .news-list .swiper-slide a:hover .index-news-title,
.met-index-news .news-list .swiper-slide a:hover .index-news-desc,
.met-index-news .news-list .swiper-slide a:hover .index-news-type-name {
    color: #fff
}

.met-index-news .news-list .swiper-slide a:hover .index-news-arrow {
    background-color: var(--base-color);
    color: #fff;
    border-color: var(--base-color)
}

.foot {
    background: url("../../templates/images/1742440456.jpg") top center;
    background-size: cover;
    padding-bottom: 50px
}

.foot .mzbox .foot-main {
    display: flex;
    justify-content: space-between;
    padding-top: 90px
}

.foot .mzbox .left>* {
    color: #fff
}

.foot .mzbox .left .foot-logo {
    margin-bottom: 50px
}

.foot .mzbox .left .foot-tel {
    font-size: 30px;
    margin-bottom: 15px
}

.foot .mzbox .left .foot-address {
    max-width: 330px;
    margin-top: 5px;
    line-height: 1.4
}

.foot .mzbox .left .index-btn {
    margin-top: 40px
}

.foot .mzbox .left .index-btn a {
    color: #fff
}

.foot .mzbox .right .foot-nav {
    display: flex;
    justify-content: flex-end
}

.foot .mzbox .right .foot-nav div {
    width: 295px;
    display: flex;

    justify-content: flex-start
}

.foot .mzbox .right .foot-nav div:last-of-type {
    width: fit-content
}

.foot .mzbox .right .foot-nav dl a {
    color: #fff;
    font-size: 16px;
    font-weight: normal
}

.foot .mzbox .right .foot-nav dl dd {
    margin-top: 15px;


}

.foot .mzbox .right .foot-nav dl dd a {
    opacity: .3
}

.foot .mzbox .right .foot-nav dl dd a:hover {
    opacity: 1
}

.foot .mzbox .right .foot-nav dl dd p+p {
    margin-top: 5px
}




.foot .index-btn a {
    border-color: var(--base-color);
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px
}

.foot .index-btn div {
    width: 13px;
    height: 1px;
    background-color: #fff;
    position: relative;
    transform: rotate(-45deg);
    transition: all .3s
}

.foot .index-btn div::before,
.foot .index-btn div::after {
    content: "";
    width: 6px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: right
}

.foot .index-btn div::before {
    transform: rotate(-45deg)
}

.foot .index-btn div::after {
    transform: rotate(45deg)
}

.foot .index-btn a:hover div {
    transform: rotate(0)
}

.foot .foot-extinfo>div:first-of-type {
    display: flex;
    align-items: flex-end;
    color: #fff;
    flex-direction: column
}

.foot .foot-extinfo>div .foot-qrcode {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    text-align: center
}

.foot .foot-extinfo>div .foot-qrcode p+p {
    margin-top: 12px
}

.foot .foot-extinfo>div .foot-search {
    width: 100%;
    max-width: 295px;
    margin-top: 36px
}

.foot .foot-extinfo>div .foot-search .input-search .form-control {
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    padding-left: 22px
}

.foot .foot-extinfo>div .foot-search .input-search .form-control::placeholder {
    color: #333
}

.foot .foot-extinfo>div .foot-search .input-search .input-search-btn {
    background-color: var(--base-color);
    border-radius: 0 5px 5px 0;
    width: 78px;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

.foot .foot-extinfo>div .foot-search .input-search .input-search-btn+.form-control {
    padding-right: 78px
}

.foot .foot-extinfo>div:last-of-type {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.foot .foot-extinfo>div:last-of-type {
    margin-top: 29px
}

.foot .foot-extinfo>div:last-of-type * {
    color: #fff
}

.inner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #8f939d;
    gap: 9px
}

.inner-subtitle {
    font-size: 42px;
    font-weight: bold
}

.position {
    height: 70px;
    display: flex;
    align-items: center
}

.position .mzbox {
    display: flex;
    justify-content: space-between
}

.position a:hover {
    color: var(--base-color)
}

.met-column-nav {
    background-color: #fff;
    border-bottom: 1px solid #e6e9ea
}

.met-column-nav .swiper1 {
    width: 100%;
    --swiper-navigation-sides-offset: 0px;
    --swiper-navigation-size: 26px;
    --swiper-theme-color: var(--base-color)
}

.met-column-nav .swiper1 .swiper-slide{
	width:auto;
}

.met-column-nav a {
	white-space:nowrap;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #333
}

.met-column-nav a::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: var(--base-color);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s
}

.met-column-nav a:hover,
.met-column-nav a.active {
    color: #333
}

.met-column-nav a:hover::after,
.met-column-nav a.active::after {
    width: 100%
}

.met-column-nav .swiper-button-prev,
.met-column-nav .swiper-button-next,
.met-column-nav .swiper-button-next.swiper-button-disabled,
.met-column-nav .swiper-button-prev.swiper-button-disabled {
    display: none
}

.comapny-main {
    position: relative;
    width: 100%
}

.comapny-main .met-column-nav {
    width: 100%
}

.comapny-main .met-column-nav a {
    height: 50px
}

.comapny-main #company {
    position: sticky;
    padding-top: var(--nav-height);
    z-index: 0;
    top: 0
}

.comapny-main #company .inner-title {
    padding-top: 55px;
    padding-bottom: 20px
}

.comapny-main #company .inner-subtitle {
    max-width: 660px;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin: auto;
    margin-bottom: 69px
}

.comapny-main #company .met-company-banner {
    width: 100%;
    height: 100vh;
    transform-origin: center center;
    position: absolute;
    left: 0;
    top: 0;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.comapny-main #company .pic-box {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: var(--nav-height);
    left: 0;
    margin-top: 30px
}

.comapny-main #company .label-pic {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.comapny-main #company .pic1 {
    height: 100%;
    overflow: hidden
}

.comapny-main #company .pic2,
.comapny-main #company .pic3 {
    position: absolute;
    transition: all 1s;
    border-radius: 10px;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 580px;
    height: 340px;
    z-index: -1
}

.comapny-main #company .pic2 {
    transform-origin: right
}

.comapny-main #company .pic3 {
    transform-origin: left
}

.comapny-main #company .company-content {
    width: 760px;
    margin: auto;
    margin-top: 32px;
    font-size: 16px;
    font-weight: lighter;
    padding-top: 560px
}

.comapny-main #company .comapny-contact {
    margin-top: 40px;
    padding-bottom: 70px
}

.comapny-main #company .comapny-contact a {
    max-width: 372px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    border-top: 1px dashed #c9c9c9;
    border-bottom: 1px solid #b1b1b1;
    margin: auto;
    position: relative;
    z-index: -1
}

.comapny-main #company .comapny-contact a:hover {
    color: #333
}

.comapny-main #company .comapny-contact a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--base-color);
    transition: all .8s;
    position: absolute;
    left: 0;
    bottom: -1px
}

.comapny-main #company .comapny-contact a:hover::after {
    width: 100%
}

.comapny-main #company .comapny-contact .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 18px;
    border-left: 1px dashed #b1b1b1
}

.comapny-main #company .comapny-contact .arrow span {
    width: 17px;
    height: 1px;
    background-color: #333;
    position: relative
}

.comapny-main #company .comapny-contact .arrow span::before,
.comapny-main #company .comapny-contact .arrow span::after {
    content: "";
    width: 8px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: right;
    background-color: #333
}

.comapny-main #company .comapny-contact .arrow span::before {
    transform: rotate(-45deg)
}

.comapny-main #company .comapny-contact .arrow span::after {
    transform: rotate(45deg)
}

.company-wap {
    display: none
}

#culture {
    background: url('../images/1742440311.jpg') center center / cover no-repeat;
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    z-index: 1
}

#culture .inner-title {
    justify-content: flex-start;
    color: #fff
}

#culture .inner-subtitle {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px
}

#culture .inner-desc {
    font-weight: lighter;
    font-size: 16px;
    opacity: .7;
    color: #fff
}

#culture .culture-content {
    margin-top: 90px;
    position: relative
}

#culture .culture-li {
    border: 1px dashed rgba(255, 255, 255, .7);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px;
    height: auto;
    transition: all .8s
}

#culture .culture-li:hover .culture-li-ico {
    transform: rotateY(180deg);
    transition: all .3s
}

#culture .culture-li-title {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin-top: 26px;
    margin-bottom: 26px
}

#culture .culture-li-content {
    color: #fff;
    font-size: 16px;
    opacity: .5;
    text-align: center;
    line-height: 1.8
}

#culture .culture-arrow {
    width: 50px;
    height: 50px;
    border-radius: 9px;
    background-color: rgba(210, 210, 210, .5);
    color: #002b51;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    opacity: 0
}

#culture .culture-arrow.left {
    left: 0
}

#culture .culture-arrow.right {
    right: 0
}

#culture .culture-arrow:hover {
    background-color: var(--base-color);
    color: #fff
}

#develop {
    padding-top: 80px;
    padding-bottom: 110px;
    position: relative;
    z-index: 1
}

#develop .inner-title {
    justify-content: flex-start
}

#develop .inner-subtitle {
    max-width: 1100px
}

#develop .desc-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px
}

#develop .arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

#develop .arrows>div {
    width: 80px;
    height: 44px;
    background-color: #818790;
    display: flex;
    align-items: center;
    justify-content: center
}

#develop .arrows>div span {
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: relative
}

#develop .arrows>div span::before {
    content: "";
    width: 6px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0
}

#develop .arrows>div span::after {
    content: "";
    width: 6px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0
}

#develop .arrows>div.left span::before {
    left: 0;
    transform-origin: left;
    transform: rotate(-45deg)
}

#develop .arrows>div.left span::after {
    left: 0;
    transform-origin: left;
    transform: rotate(45deg)
}

#develop .arrows>div.right span::before {
    right: 0;
    transform-origin: right;
    transform: rotate(-45deg)
}

#develop .arrows>div.right span::after {
    right: 0;
    transform-origin: right;
    transform: rotate(45deg)
}

#develop .arrows>div:hover {
    background-color: var(--base-color);
    cursor: pointer
}

#develop .develop-content {
    margin-top: 60px
}

#develop .develop_type_swiper {
    margin-top: 60px
}

#develop .develop_type_swiper .swiper-slide .develop-type-line {
    background: linear-gradient(to right, #c5c5c5 0px, #c5c5c5 2px, #fff 2px, #fff 6px);
    height: 20px;
    background-size: 5px
}

#develop .develop_type_swiper .swiper-slide .develop-type-name {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    margin-top: 30px;
    cursor: pointer;
    font-weight: bold
}

#develop .develop-list-year {
    font-size: 48px;
    line-height: 1
}

#develop .develop-list-content {
    font-size: 18px;
    color: #767676;
    line-height: 1.8;
    margin-top: 30px;
    height: 66px;
    overflow: auto;
    padding-right: 9px
}

#develop .develop-list-img {
    border-radius: 9px;
    overflow: hidden;
    margin-top: 68px
}

#develop .develop-type-year {
    max-width: 70px
}

#develop .develop-type-year span {
    writing-mode: tb;
    writing-mode: sideways-lr;
    font-size: 72px;
    font-weight: bold;
    color: var(--base-color);
    line-height: 1
}

#develop .develop-list-main {
    padding: 30px 40px 0px;
    width: 450px;
    border-left: 1px solid #c5c5c5;
    position: relative
}

#develop .develop-type-year+.develop-list-main::after {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--base-color);
    position: absolute;
    top: 0;
    left: -5px
}

#develop .develop_type_swiper .swiper-slide-thumb-active {
    color: var(--base-color)
}

#develop .develop_type_swiper .swiper-slide-thumb-active .develop-type-line {
    background: linear-gradient(to right, var(--base-color) 0px, var(--base-color) 2px, #fff 2px, #fff 6px);
    background-size: 5px
}

#company-other {
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
	margin-top:80px;
}

#company-other .mzbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    gap: 30px
}

#company-other .mzbox>div {
    width: 100%
}

#company-other .mzbox a {
    display: flex;
    height: 320px;
    background-size: cover;
    flex-direction: column;
    color: #fff;
    padding: 50px 11.4%;
    border-radius: 10px;
    overflow: hidden
}

#company-other a .job-session-title {
    font-size: 30px;
    line-height: 1;
    font-weight: bold
}

#company-other a .job-session-desc {
    max-width: 50%;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    opacity: 0
}

#company-other a .job-arrow {
    width: 60px;
    height: 60px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .3s
}

#company-other a .job-arrow span {
    width: 18px;
    height: 2px;
    background-color: #fff;
    position: relative;
    transform: rotate(-45deg);
    transition: all .3s
}

#company-other a .job-arrow span::before,
#company-other a .job-arrow span::after {
    content: "";
    width: 8px;
    height: 2px;
    background-color: #fff;
    transform-origin: right;
    position: absolute;
    right: 0;
    transition: all .3s
}

#company-other a .job-arrow span::before {
    transform: rotate(-45deg);
    top: 0
}

#company-other a .job-arrow span::after {
    transform: rotate(45deg);
    bottom: 0
}

#company-other a:hover .job-arrow {
    background-color: #fff
}

#company-other a:hover .job-session-desc {
    opacity: 1;
    transition: all .3s
}

#company-other a:hover .job-arrow span {
    transform: rotate(0);
    background-color: #000
}

#company-other a:hover .job-arrow span::before,
#company-other a:hover .job-arrow span::after {
    background-color: #000
}

.met-product-list {
    background-color: #fafafa;
    padding-top: 42px;
    padding-bottom: 42px
}

.met-product-list .mzbox {
    display: flex;
    justify-content: space-between
}

.met-product-list .left {
    width: 19%
}

.met-product-list .left>div {
    position: sticky;
    top: 109px
}

.met-product-list .left dl {
    border-radius: 9px;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden
}

.met-product-list .left dl+dl {
    margin-top: 11px
}

.met-product-list .left dl dt {
    height: 75px;
    ;
    padding-left: 29px;
    padding-right: 29px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.met-product-list .left dl dd {
    padding: 40px 29px;
    display: none;
    border-top: 2px solid #fafafa
}

.met-product-list .left dl h3 a {
    font-size: 18px;
    font-weight: bold
}

.met-product-list .left dl h3 a:hover {
    color: #333
}

.met-product-list .left dl .ico {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.met-product-list .left dl .ico span {
    width: 100%;
    height: 2px;
    background-color: #333;
    position: relative
}

.met-product-list .left dl .ico span::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #333;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg)
}

.met-product-list .left dl dd div+div {
    margin-top: 27px
}

.met-product-list .left dl dd a {
    color: #a5a5a5;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1
}

.met-product-list .left dl dd h4 {
    line-height: 1;
    color: #a5a5a5;
    font-weight: normal
}

.met-product-list .left dl dd i {
    font-size: 20px;
    color: #333
}

.met-product-list .left dl.active dt {
    background: url("../templates/images/pro-left-bg.jpg") center center;
    background-size: cover
}

.met-product-list .left dl.active h3 a {
    color: #fff
}

.met-product-list .left dl.active .ico span,
.met-product-list .left dl.active .ico span::after {
    background-color: #fff
}

.met-product-list .left dl.active dd {
    display: block
}

.met-product-list .left dl.slide .ico span::after {
    opacity: 0
}

.met-product-list .left dl dd div:hover h4,
.met-product-list .left dl dd div.active h4 {
    color: #002055;
    font-weight: bold;
    font-size: 17px
}

.met-product-list .right {
    width: 77.5%
}

.met-product-list .product-list-li+.product-list-li {
    margin-top: 20px
}

.met-product-list .product-list-li {
    background-color: #fff;
    border-radius: 9px;
    overflow: hidden;
    padding: 30px;
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.met-product-list .product-list-li .product-img {
    width: 53.5%;
    border-radius: 9px;
    background: url("../../templates/images/pro-bg.jpg") center center no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center
}

.met-product-list .product-list-li .product-img img {
    transition: all .3s
}

.met-product-list .product-list-li .product-info {
    display: flex;
    flex-direction: column;
    width: 42%;
    padding-top: 30px;
    padding-bottom: 27px
}

.met-product-list .product-list-li .product-info .product-title a {
    font-size: 30px;
    font-weight: bold;
    color: #333
}

.met-product-list .product-list-li .product-info .product-title a:hover {
    color: #333
}

.met-product-list .product-list-li .product-info .line {
    width: 100%;
    height: 2px;
    background-color: #ccc;
    position: relative;
    margin-top: 38px;
    margin-bottom: 30px
}

.met-product-list .product-list-li .product-info .line::after {
    content: "";
    width: 28%;
    background: #333;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s
}

.met-product-list .product-list-li .product-info .product-desc {
    color: #a5a5a5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5
}

.met-product-list .product-list-li .product-info .product-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto
}

.met-product-list .product-list-li .product-info .index-btn a {
    border-color: #0a1e40;
    color: #0a1e40
}

.met-product-list .product-list-li .product-info .index-btn a::after {
    background-color: #0a1e40;
    right: 100%
}

.met-product-list .product-list-li .product-info .index-btn a:hover {
    color: #fff
}

.met-product-list .product-list-li .product-info .index-btn a:hover::after {
    right: 0
}

.met-product-list .product-list-li:hover .product-info .line::after {
    width: 100%
}

.met-product-list .product-list-li:hover .product-img img {
    transform: scale(1.05)
}

.product-inquiry-box {
    background-color: rgba(0, 0, 0, .5);
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    padding: 29px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px)
}

.product-inquiry-box.active {
    opacity: 1;
    visibility: visible
}

.product-inquiry-box .box-main {
    width: 1030px;
    background-color: #fff
}

.product-inquiry-box .box-head {
    background-color: #f1f1f1;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-inquiry-box .box-title {
    font-size: 30px;
    color: #333
}

.product-inquiry-box .box-subtitle {
    font-size: 17px
}

.product-inquiry-box .box-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    margin: auto;
    cursor: pointer;
    transition: all .3s
}

.product-inquiry-box .box-close span {
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform-origin: center center
}

.product-inquiry-box .box-close span:first-of-type {
    transform: rotate(-45deg)
}

.product-inquiry-box .box-close span:last-of-type {
    transform: rotate(45deg)
}

.product-inquiry-box .box-close:hover {
    transform: rotate(180deg)
}

.product-inquiry-box .box-body {
    padding: 50px 60px
}

.product-inquiry-box .inquiry-form {
    margin-top: 40px
}

.product-inquiry-box form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.product-inquiry-box form .form-group {
    width: 100%
}

.product-inquiry-box form .form-group:first-of-type {
    display: none
}

.product-inquiry-box form .form-group:nth-of-type(2),
.product-inquiry-box form .form-group:nth-of-type(3),
.product-inquiry-box form .form-group:nth-of-type(4) {
    width: 32%
}

.product-inquiry-box form .form-group label {
    margin-bottom: 9px
}

.product-inquiry-box form .form-group label span {
    color: var(--base-color)
}

.product-inquiry-box form button[type="submit"] {
    width: 220px;
    height: 50px;
    background-color: var(--base-color);
    font-size: 16px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin: auto
}

.met-showproduct {}

.met-showproduct .position {
    background-color: #0a1e40
}

.met-showproduct .position * {
    color: #fff
}

.met-showproduct .position .return a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px
}

.met-showproduct .met-showproduct-main .product-main-info {
    background: url("../templates/images/product-main-bg.png") center center no-repeat;
    background-size: cover
}

.met-showproduct .met-showproduct-main .product-main-info .mzbox {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.met-showproduct .met-showproduct-main .img,
.met-showproduct .met-showproduct-main .info {
    width: 740px
}

.met-showproduct .met-showproduct-main .inner-title {
    justify-content: flex-start;
    color: #7e838f;
    line-height: 1
}

.met-showproduct .met-showproduct-main .inner-subtitle {
    margin-top: 25px;
    margin-bottom: 35px;
    line-height: 1
}

.met-showproduct .met-showproduct-main .product-detail-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px
}

.met-showproduct .met-showproduct-main .product-detail-nav a {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #909090
}

.met-showproduct .met-showproduct-main .product-detail-nav a::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: var(--base-color);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s
}

.met-showproduct .met-showproduct-main .product-detail-nav a:hover,
.met-showproduct .met-showproduct-main .product-detail-nav a.active {
    color: #333
}

.met-showproduct .met-showproduct-main .product-detail-nav a:hover::after,
.met-showproduct .met-showproduct-main .product-detail-nav a.active::after {
    width: 100%
}

.met-showproduct .met-showproduct-main .info-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 85px
}

.met-showproduct .met-showproduct-main .info-btns .index-btn a {
    border-color: #0a1e40;
    color: #0a1e40
}

.met-showproduct .met-showproduct-main .info-btns .index-btn a::after {
    background-color: #0a1e40;
    right: 100%
}

.met-showproduct .met-showproduct-main .info-btns .index-btn a:hover {
    color: #fff
}

.met-showproduct .met-showproduct-main .info-btns .index-btn a:hover::after {
    right: 0
}

.met-showproduct .met-showproduct-main .info-btns .index-btn.downbtn a {
    border-color: #0a1e40;
    color: #fff
}

.met-showproduct .met-showproduct-main .info-btns .index-btn.downbtn a::after {
    background-color: #0a1e40;
    right: 0%
}

.met-showproduct .met-showproduct-main .content {
    color: #666;
    font-size: 14px;
    overflow-y: auto
}

.met-showproduct .met-showproduct-main .content {
    height: 170px
}

.met-showproduct .met-showproduct-main .content p {
    position: relative;
    padding-left: 20px;
    line-height: 1.5
}

.met-showproduct .met-showproduct-main .content p::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #0a1e40;
    position: absolute;
    left: 0;
    top: 5px
}

.met-showproduct .met-showproduct-main .content p+p {
    margin-top: 20px
}

.product-detail-box {
    background-color: #f7f8fa;
    padding-top: 20px;
    padding-bottom: 60px
}

.product-detail-box .mzbox {
    background-color: #fff
}

.product-detail-box .session {
    max-width: 1198px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #d4d4d4
}

.product-detail-box .session:last-of-type {
    border-bottom: 0
}

.product-detail-box .session-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px
}

.product-detail-box .session-content {
    position: relative
}

.product-detail-box .session .product-para-ul {
    display: flex;
    justify-content: center;
    row-gap: 30px;
    flex-wrap: wrap
}

.product-detail-box .session .product-para-li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    cursor: pointer;
    width: 16.66%
}

.product-detail-box .session .product-para-li>div {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-detail-box .session .product-para-li>div span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #333;
    opacity: 0;
    transition: all .3s
}

.product-detail-box .session .product-para-li.active>div span {
    opacity: 1
}

.product-detail-box .session .product-para-content-ul {
    margin-top: 40px
}

.product-detail-box .session .product-para-content-li {
    display: none;
    overflow-x: auto
}

.product-detail-box .session .product-para-content-li.active {
    display: block
}

.product-detail-box .session#session1 table {
    width: 100%;
    min-width: 540px
}

.product-detail-box .session#session1 table tr:nth-of-type(odd) {
    background-color: #f7f8fa
}

.product-detail-box .session#session1 table td {
    border: 0
}

.product-detail-box .session#session1 table tr td {
    width: 30%;
    padding-left: 25px !important;
    white-space: pre-line;
    padding-top: 9px !important;
    padding-bottom: 9px !important
}

.product-detail-box .session#session1 table tr td:first-of-type {
    width: 29%;
    text-align: right
}

.product-detail-box .session#session1 table tr td:last-of-type {
    width: 41%;
    text-align: left
}

.product-detail-box .session#session1 table tr td,
.product-detail-box .session#session1 table tr td p {
    text-align: left !important
}

.product-detail-box .session#session1 table tr td p,
.product-detail-box .session#session1 table tr td p span {
    font-family: "Microsoft YaHei" !important;
    font-size: 15px !important
}

.product-detail-box .session#session1 table tr td:first-of-type,
.product-detail-box .session#session1 table tr td:first-of-type p {
    text-align: right !important
}

.product-detail-box .session video {
    width: 100%
}

.product-detail-box .session .product-video {
    border-radius: 9px;
    overflow: hidden;
    font-size: 0
}

.product-detail-box .session .product-video iframe {
    width: 100%;
    height: 650px
}

.product-detail-box .session .swiper-wrapper {
    align-items: stretch
}

.product-detail-box .session .swiper-slide {
    background-color: #f7f8fa;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto
}

.product-detail-box .session .button-next,
.product-detail-box .session .button-prev {
    font-size: 42px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: bold
}

.product-detail-box .session .button-next {
    right: -60px
}

.product-detail-box .session .button-prev {
    left: -60px
}

.product-detail-box #session3 .swiper-slide img {
    max-width: 300px
}

.product-detail-box #session4 .swiper-slide {
    overflow: hidden;
    border-radius: 9px
}

.product-detail-box #session4 .swiper-slide a {
    position: relative;
    display: block
}

.product-detail-box #session4 .swiper-slide a:hover img {
    transform: scale(1.05);
    transition: all .3s
}

.product-detail-box #session4 .swiper-slide .cover {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 35px;
    font-weight: bold;
    font-size: 24px;
    color: #fff
}

.product-detail-box #session5 .swiper-slide {
    background: #fff
}

.product-detail-box #session5 .swiper-slide a {
    width: 100%
}

.product-detail-box #session5 .rele-img {
    background: url("../templates/images/product-main-bg.png") center center no-repeat;
    background-size: cover;
    border-radius: 9px;
    overflow: hidden
}

.product-detail-box #session5 .rele-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 5px
}

.product-detail-box #session5 .rele-label span {
    font-size: 14px;
    text-decoration: underline;
    color: #333
}

.product-detail-box #session5 .swiper-slide a:hover .rele-label span {
    color: var(--base-color)
}

.product-detail-box #session5 .button-next,
.product-detail-box #session5 .button-prev {
    transform: translateY(-28px)
}

.product-detail-box .product-para-ul-select {
    align-items: center;
    justify-content: center;
    font-size: 18px;
    gap: 19px
}

.product-detail-box .product-para-ul-select {
    display: none
}

.product-detail-box .product-para-ul-select select {
    width: 100%;
    max-width: 420px;
    padding: 5px 9px;
    border-radius: 5px
}

.inner-first-news {
    background: linear-gradient(170deg, #fff, #fff 40%, #002055 40%, #002055 100%);
    padding-top: 74px;
    padding-bottom: 270px;
    position: relative;
    overflow: hidden
}

.inner-first-news a {
    display: flex;
    justify-content: space-between;
    background-color: #e8ecf1;
    border-radius: 9px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.inner-first-news a .first-news-left {
    width: 34.25%
}

.inner-first-news a .first-news-img {
    width: 65.75%;
    overflow: hidden
}

.inner-first-news a img {
    transition: all 0.3s
}

.first-news-left {
    padding: 85px 76px;
    display: flex;
    flex-direction: column
}

.first-news-left .date-d {
    color: #9d9fa2;
    font-size: 56px;
    line-height: 1;
    font-weight: bold
}

.first-news-left .date-ym {
    color: #9d9fa2;
    font-size: 18px;
    line-height: 1
}

.first-news-left .title,
.first-news-left .desc {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.first-news-left .title {
    font-size: 36px;
    color: #333;
    margin-top: 42px;
    line-height: 1.2
}

.first-news-left .desc {
    font-size: 18px;
    color: #9d9fa2;
    margin-top: 15px;
    line-height: 1.5
}

.first-news-left p {
    margin-top: auto
}

.first-news-left p span {
    font-size: 18px;
    text-decoration: underline;
    color: #9d9fa2
}

.inner-first-news .index-product-canvas {
    position: absolute;
    left: 0;
    bottom: -260px;
    z-index: 0;
    opacity: .3
}

.inner-first-news a:hover img {
    transform: scale(1.05)
}

.inner-first-news a:hover .first-news-left p span {
    color: var(--base-color)
}

.met-news-list {
    padding: 35px 50px
}

.met-news-list .news-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 35px
}

.met-news-list .news-ul::after {
    content: "";
    width: 32%
}

.met-news-list .news-li {
    width: 32%;
    background-color: #e8ecf1;
    border-radius: 9px;
    overflow: hidden
}

.met-news-list .news-li:first-of-type {
    display: none
}

.met-news-list .news-li .news-info {
    padding: 40px 50px;
    transition: all .3s;
    position: relative
}

.met-news-list .news-li .news-info::after {
    content: url("../templates/images/news-ico-bg.png");
    width: 75%;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s
}

.met-news-list .news-li .news-title {
    font-size: 22px;
    color: #333;
    height: 60px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.met-news-list .news-li .news-date {
    color: #9d9fa2;
    font-size: 18px;
    margin-top: 40px;
    line-height: 1
}

.met-news-list .news-li .news-img {
    overflow: hidden
}

.met-news-list .news-li img {
    transition: all .3s
}

.met-news-list a:hover img {
    transform: scale(1.05)
}

.met-news-list a:hover .news-info {
    background: var(--base-color)
}

.met-news-list a:hover .news-info::after {
    opacity: 1
}

.met-news-list a:hover .news-info>* {
    color: #fff
}

.met-shownews {
    background-color: #f3f3f3;
    padding: 29px 0
}

.met-shownews .mzbox {
    display: flex;
    align-items: flex-start
}

.met-shownews .left {
    background-color: #fff;
    padding: 60px 45px
}

.met-shownews .right {
    width: 23%;
    margin-left: 3%
}

.in-news-content .left {
    width: 74%;
    position: sticky;
    top: 109px
}

.met-shownews .right ul li {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 9px
}

.met-shownews .right ul li+li {
    margin-top: 19px
}

.met-shownews .right ul li a img {
    transition: all .3s
}

.met-shownews .right .news-li .news-info {
    padding: 25px 30px 10px
}

.met-shownews .right .news-li .news-info .news-title {
    font-size: 17px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.met-shownews .right .news-li .news-info .news-description {
    font-size: 14px;
    color: #999;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0
}

.met-shownews .right .news-li .news-info .line {
    height: 1px;
    background-color: #999
}

.met-shownews .right .news-li .news-info .hits {
    font-size: 16px;
    margin-top: 20px;
    color: #333
}

.met-shownews .right .news-li .news-info .hits i {
    margin-right: 5px
}

.met-shownews .right ul li a:hover img {
    transform: scale(1.05)
}

.met-shownews h4 {
    font-size: 34px
}

.met-shownews .date-info {
    padding: 15px 0 15px;
    font-size: 16px;
    border-bottom: 1px solid #e2e2e2
}

.met-shownews .met-editor {
    padding: 30px 0 40px;
    text-align: justify;
    border-bottom: 1px solid #e2e2e2;
    color: #333;
    line-height: 2;
    font-size: 16px
}

.met-shownews .pagination {
    display: flex !important;
    flex-direction: column
}

.met-shownews .pagination li {
    width: 100% !important
}

.met-shownews .pagination li+li {
    margin-top: 11px
}

.met-shownews .pagination li a {
    float: left !important;
    border-radius: 50px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    transition: unset !important
}

.met-shownews .pagination li a:hover {
    background-color: var(--base-color);
    color: #fff
}

.met-industry-list {
    padding-top: 60px;
    padding-bottom: 60px
}

.industry-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 38px
}

.industry-ul::after {
    content: "";
    width: 49%
}

.industry-li {
    position: relative;
    width: 49%;
    border-radius: 9px;
    overflow: hidden
}

.industry-li.first {
    width: 100%
}

.industry-img {
    position: relative;
    height: 500px
}

.industry-img .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #060b39, transparent 80%)
}

.industry-li .industry-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-left: 110px;
    padding-right: 80px;
    color: #fff;
    height: fit-content;
    margin-top: 80px
}

.industry-li.first .industry-img {
    position: relative;
    height: 660px
}

.industry-li.first .industry-info {
    max-width: calc(50% + 110px);
    margin-top: auto
}

.industry-li .industry-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
    color: #fff
}

.industry-li .industry-desc {
    line-height: 1.5
}

.industry-li .industry-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 85px
}

.industry-li.first .industry-btns {
    margin-top: 105px
}

.industry-li .industry-btns .index-btn a {
    border-color: #fff;
    color: #fff
}

.industry-li .industry-btns .index-btn a::after {
    background-color: var(--base-color);
    right: 100%
}

.industry-li .industry-btns .index-btn a:hover {
    color: #fff;
    border-color: var(--base-color)
}

.industry-li .industry-btns .index-btn a:hover::after {
    right: 0
}

.met-industry-show {}

.met-industry-show .position {
    border-bottom: 1px solid #e6e9ea
}

.met-industry-show .session-title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
    color: #333
}

.met-industry-show .session-content {
    font-size: 18px;
    font-weight: lighter;
    line-height: 2.2;
    color: #333
}

.met-industry-show .session-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px
}

.met-industry-show .session-btns .index-btn:first-of-type a {
    color: #333;
    border-color: #333
}

.met-industry-show .session-btns .index-btn:first-of-type a::after {
    right: 100%
}

.met-industry-show .session-btns .index-btn:first-of-type a:hover {
    color: #fff;
    border-color: var(--base-color)
}

.met-industry-show .session-btns .index-btn:first-of-type a:hover::after {
    right: 0
}

#session_jieshao {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 40px;
    padding-bottom: 45px
}

#session_jieshao .mzbox {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#session_jieshao .left {
    width: 39%
}

#session_jieshao .right {
    width: 50%;
    padding-right: 45px
}

#session_jieshao .session-btns {
    margin-top: 75px
}

#session_jieshao .session-btns .index-btn:last-of-type a {
    width: auto;
    padding-left: 35px;
    padding-right: 35px
}

#session_tongdian {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 95px;
    padding-bottom: 118px
}

#session_tongdian .session-title {
    text-align: center;
    color: #fff
}

#session_tongdian .session-content {
    color: #fff;
    font-size: 16px;
    text-align: center
}

#session_tongdian .session-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 97px
}

#session_tongdian .session-li {
    width: 250px;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    border: 1px solid #6981a1;
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 15px;
    color: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 19px
}

#session_tongdian .session-li p {
    margin-top: 28px;
    padding-left: 19px;
    padding-right: 19px
}

#session_tongdian .session-li img {
    transition: all .5s
}

#session_tongdian .session-li:hover img {
    transform: rotateY(180deg)
}

#session_fangan {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 95px;
    padding-bottom: 103px
}

#session_fangan .session-list-swiper {
    margin-top: 60px
}

#session_fangan .session-list-swiper .swiper-slide {
    height: 620px;
    flex-basis: 344px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all .3s
}

#session_fangan .session-list-swiper .swiper-slide .session-li-info {
    position: absolute;
    padding-bottom: 120px;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0
}

#session_fangan .session-list-swiper .swiper-slide .info-title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    line-height: 1
}

#session_fangan .session-list-swiper .swiper-slide .info-content {
    font-size: 16px;
    color: #fff;
    height: 0;
    overflow: hidden;
    transition: all .5s ease-in;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 30px;
    opacity: 0
}

#session_fangan .session-list-swiper .swiper-slide .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(6, 21, 41, .6);
    z-index: 1
}

#session_fangan .session-list-swiper .swiper-slide .session-li-img {
    height: 100%
}

#session_fangan .session-list-swiper .swiper-slide .session-li-img img {
    object-position: 66%
}

#session_fangan .session-list-swiper .swiper-slide.active {
    flex-basis: 880px
}

#session_fangan .session-list-swiper .swiper-slide.active .session-li-info {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px
}

#session_fangan .session-list-swiper .swiper-slide.active .info-title {
    text-align: left
}

#session_fangan .session-list-swiper .swiper-slide.active .session-li-info .img-fluid {
    margin-left: 0
}

#session_fangan .session-list-swiper .swiper-slide.active .info-content {
    height: fit-content;
    opacity: 1
}

#session_anli {
    padding-top: 70px;
    padding-bottom: 110px;
    --swiper-pagination-bullet-width: 90px;
    --swiper-pagination-bullet-height: 5px;
    --swiper-pagination-bullet-border-radius: 0;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-inactive-color: #cfcfcf;
    --swiper-pagination-color: #0a1e40;
    --swiper-pagination-bottom: 0px
}

#session_anli .swiper {
    margin-top: 55px;
    padding-bottom: 55px
}

#session_anli .swiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#session_anli .session-li-info {
    width: 57%;
    padding: 80px
}

#session_anli .session-li-img {
    width: 43%
}

#session_anli .session-info-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 50px;
    margin-bottom: 40px
}

#session_anli .session-info-content {
    font-size: 16px;
    color: rgba(0, 0, 0, .7);
    letter-spacing: 1px;
    line-height: 1.5
}

#session_anli .session-info-link {
    margin-top: 45px
}

#session_anli .index-btn a {
    border: 2px solid #333;
    color: #333
}

#session_anli .index-btn a::after {
    right: 100%
}

#session_anli .index-btn a:hover {
    color: #fff;
    border-color: var(--base-color)
}

#session_anli .index-btn a:hover::after {
    right: 0
}

#session_tuijian {
    padding-bottom: 95px
}

#session_tuijian .session-title {
    margin-bottom: 55px;
    text-align: center
}

#session_tuijian .swiper-slide .session-img {
    background: url("../../templates/images/pro-bg.jpg") center center;
    background-size: cover;
    border-radius: 9px;
    padding: 20px
}

#session_tuijian .swiper-slide h5 {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px
}

#session_tuijian .swiper-slide p {
    line-height: 1
}

#session_tuijian .swiper-slide p span {
    font-size: 14px;
    color: #333;
    text-decoration: underline
}

#session_tuijian .swiper-slide a:hover p span {
    color: var(--base-color)
}

#session_tuijian .session-list-swiper .mzbox {
    position: relative
}

#session_tuijian .session-left,
#session_tuijian .session-right {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #cdd0d5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 24px;
    color: #fff;
    cursor: pointer
}

#session_tuijian .session-left {
    left: -94px
}

#session_tuijian .session-right {
    right: -94px
}

#session_tuijian .session-left:hover,
#session_tuijian .session-right:hover {
    background-color: #333;
    transition: all .3s
}

#price {
    padding-top: 90px;
    padding-bottom: 120px
}

#price .up {
    color: #e60316 !important
}

#price .down {
    color: #037b66 !important
}

#price .mzbox {
    display: flex;
    justify-content: space-between
}

#price .daily {
    width: 64%;
    padding-right: 70px
}

#price .stock-info {
    width: 36%
}

#price .stock-info>* {
    padding-left: 70px
}

#price .mzbox>div>p:first-of-type {
    font-size: 50px;
    color: #333;
    line-height: 1;
    margin-bottom: 50px
}

#price .mzbox .stock-info>div {
    border-left: 2px solid #e5e8ee
}

#price .stock-id {
    font-size: 110px;
    background: url("../templates/images/gp-bg.jpg");
    background-attachment: fixed;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    line-height: 1;
    margin-bottom: 50px;
    letter-spacing: -3px
}

#price .stock-name {
    color: #91939b;
    font-size: 24px;
    line-height: 1
}

#price .cur-price {
    font-size: 110px;
    line-height: 1
}

#price .price-arrow {
    font-size: 36px
}

#price .cur-price-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 15px
}

#price .price-arrow+div {
    padding-left: 5px
}

#price .price-arrow+div span+span {
    padding-left: 34px
}

#price .daily>div:first-of-type {
    display: flex;
    font-size: 24px
}

#price .daily>div+div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    color: #91939b;
    margin-top: 43px
}

#price .daily>div+div span {
    color: #333
}

.met-download {
    background: url("../templates/images/download-bg.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 50px
}

.download-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 75px;
    padding-bottom: 75px
}

.download-title {
    font-size: 42px;
    font-weight: 800
}

.download-type-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px
}

.download-type-title {
    width: 180px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #333;
    color: #333;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    font-weight: normal;
    padding-left: 25px;
    padding-right: 25px
}

.download-type-title.active,
.download-type-title:hover {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: #fff
}

.download-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.download-li {
    width: 24%;
    background-color: #fff;
    border-radius: 9px;
    padding: 60px;
    display: flex;
    flex-direction: column
}

.download-li .time {
    color: #91939b;
    font-size: 18px;
    line-height: 1
}

.download-li .title {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 20px
}

.download-li a {
    margin-top: auto;
    color: var(--base-color);
    text-decoration: underline
}

.job-pics {
    padding-bottom: 120px
}

.job-pics .job-sesssion-title {
    font-size: 42px;
    font-weight: bold;
    color: #333;
    margin-top: 60px;
    margin-bottom: 60px
}

.job-pics .session-list-swiper {
    display: block
}

.job-pics .session-list-wap {
    display: none
}

.job-pics .session-list-swiper .swiper-slide {
    height: 620px;
    flex-basis: 344px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all .3s
}

.job-pics .session-list-swiper .swiper-slide .session-li-info {
    position: absolute;
    padding-bottom: 120px;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0
}

.job-pics .session-list-swiper .swiper-slide .info-title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    line-height: 1
}

.job-pics .session-list-swiper .swiper-slide .info-content {
    font-size: 16px;
    color: #fff;
    height: 0;
    overflow: hidden;
    transition: all .5s ease-in;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 30px;
    opacity: 0
}

.job-pics .session-list-swiper .swiper-slide .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(6, 21, 41, .6);
    z-index: 1
}

.job-pics .session-list-swiper .swiper-slide .session-li-img {
    height: 100%
}

.job-pics .session-list-swiper .swiper-slide .session-li-img img {
    object-position: 66%
}

.job-pics .session-list-swiper .swiper-slide.active {
    flex-basis: 880px
}

.job-pics .session-list-swiper .swiper-slide.active .session-li-info {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px
}

.job-pics .session-list-swiper .swiper-slide.active .info-title {
    text-align: left
}

.job-pics .session-list-swiper .swiper-slide.active .session-li-info .img-fluid {
    margin-left: 0
}

.job-pics .session-list-swiper .swiper-slide.active .info-content {
    height: fit-content;
    opacity: 1
}

.job-list {
    background-color: #ededed;
    padding-bottom: 55px
}

.job-list .job-sesssion-title {
    font-size: 42px;
    font-weight: bold;
    color: #333;
    padding-top: 60px;
    padding-bottom: 60px
}

.job-session3-li {
    background-color: #fff;
    border-radius: 11px;
    overflow: hidden
}

.job-session3-li+.job-session3-li {
    margin-top: 10px
}

.job-session3-li>div {
    padding-left: 60px;
    padding-right: 60px
}

.job-session3-li-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 45px;
    cursor: pointer
}

.job-session3-li-title .job-position {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    gap: 20px
}

.job-session3-li-title .job-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

.job-session3-li-title .job-ico span {
    width: 24px;
    height: 2px;
    position: relative;
    background-color: #000
}

.job-session3-li-title .job-ico span::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
    background-color: #000;
    position: absolute;
    opacity: 1
}

.job-session3-li .job-sessoin3-li-content {
    padding-top: 40px;
    padding-bottom: 50px;
    border-top: 1px solid #ededed;
    display: none
}

.job-session3-li .job-sessoin3-li-content .job-info {
    display: flex;
    font-size: 16px;
    color: #878787;
    gap: 20px;
    line-height: 1;
    margin-bottom: 30px
}

.job-session3-li:first-of-type .job-sessoin3-li-content {
    display: block
}

.job-session3-li.active .job-ico span::after {
    opacity: 0
}

.job-session3-li.active .job-session3-li-title {
    background-color: #0a1e40;
    color: #fff
}

.job-session3-li.active .job-session3-li-title .job-ico span {
    background-color: #fff
}

.job-session3-li.active .job-session3-li-title .job-position i img {
    filter: brightness(0) invert(1)
}

.job-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px
}

.job-btns>div {
    line-height: 1;
    font-size: 18px;
    color: #fff;
    background-color: #0a1e40;
    border-radius: 50px;
    padding: 30px 40px
}

.met-contact .desc {
    line-height: 1;
    margin-bottom: 45px;
    margin-top: 25px
}

#contacts {
    padding-top: 60px;
    padding-bottom: 60px
}

#contacts .contacts-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

#contacts .contacts-left-pic {
    width: 27.5%;
    border-radius: 10px;
    overflow: hidden
}

#contacts .contacts-ul {
    width: 71%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -20px
}

#contacts .contacts-ul::after {
    content: "";
    width: 32%;
    height: 0
}

#contacts .contacts-li {
    width: 32%;
    background-image: url("../templates/images/contact-bg.jpg");
    background-size: cover;
    background-position: right bottom;
    border-radius: 10px;
    overflow: hidden;
    padding: 29px;
    cursor: pointer;
    transition: all .3s;
    margin-top: 20px;
    background-repeat: no-repeat
}

#contacts .contacts-li:first-of-type {
    width: 66%
}

#contacts .contacts-li-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1
}

#contacts .contacts-line {
    width: 100%;
    background-color: rgba(210, 210, 210, .5);
    height: 1px;
    position: relative;
    margin-top: 35px;
    margin-bottom: 35px
}

#contacts .contacts-li:first-of-type .contacts-line {
    width: 60%
}

#contacts .contacts-line::before {
    content: "";
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #333;
    max-width: 100px;
    transition: all .3s
}

#contacts .contacts-li-content {
    font-size: 16px;
    line-height: 1.8
}

#contacts .contacts-li:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .3)
}

#contacts .contacts-li:hover .contacts-line::before {
    width: 100%;
    max-width: 100%
}

#contacts .contacts-li table td {
    border: 0
}

#service {
    padding-bottom: 60px
}

#service .service-content {}

#service .service-content-wap {
    display: none
}

#service .session-list-swiper .swiper-slide {
    height: 620px;
    flex-basis: 344px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all .3s
}

#service .session-list-swiper .swiper-slide .session-li-info {
    position: absolute;
    padding-top: 120px;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 0;
    padding-left: 70px;
    padding-right: 70px
}

#service .session-list-swiper .swiper-slide .info-title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    line-height: 1.4
}

#service .session-list-swiper .swiper-slide .info-content {
    font-size: 16px;
    color: #fff;
    height: 0;
    overflow: hidden;
    transition: all .5s ease-in;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 30px;
    opacity: 0
}

#service .session-list-swiper .swiper-slide .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(6, 21, 41, .6);
    z-index: 1
}

#service .session-list-swiper .swiper-slide .session-li-img {
    height: 100%
}

#service .session-list-swiper .swiper-slide .session-li-img img {
    object-position: 66%
}

#service .session-list-swiper .swiper-slide.active {
    flex-basis: 870px
}

#service .session-list-swiper .swiper-slide.active .session-li-info {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px
}

#service .session-list-swiper .swiper-slide.active .info-title {
    text-align: left
}

#service .session-list-swiper .swiper-slide.active .session-li-info .img-fluid {
    margin-left: 0
}

#service .session-list-swiper .swiper-slide.active .info-content {
    height: fit-content;
    opacity: 1
}

#questions {
    padding-bottom: 60px
}

.questions-li {
    background-color: #f5f9fd;
    border-radius: 9px;
    padding: 60px;
    display: flex;
    flex-direction: column
}

.questions-li .time {
    color: #91939b;
    font-size: 18px;
    line-height: 1
}

.questions-li .title {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 12px
}

.questions-li a {
    margin-top: auto;
    color: var(--base-color);
    text-decoration: underline
}

.questions-li:hover {
    background-color: var(--base-color);
    transition: all .3s
}

.questions-li:hover .time,
.questions-li:hover .title,
.questions-li:hover a {
    color: #fff;
    transition: all .3s
}

.questions-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px
}

.questions-count {
    font-size: 18px;
    display: flex;
    width: 95px;
    align-items: baseline;
    gap: 3px
}

.questions-count .curr {
    color: var(--base-color);
    font-size: 36px;
    font-weight: bold
}

.questions-bar {
    width: calc(100% - 170px)
}

.questions-bar .progress {
    width: 100%;
    height: 3px;
    background-color: #f1f3f5;
    position: relative
}

.questions-bar .curr-progress {
    width: 5px;
    height: 100%;
    background-color: var(--base-color);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s
}

.questions-btns {
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 24px;
    color: #c1c1c1
}

.questions-btns div {
    cursor: pointer
}

.questions-btns div+div {
    margin-left: 10px
}

.questions-btns div:hover {
    color: var(--base-color)
}

#message {}

#message .message-box {
    font-size: 18px
}

#message .message-box form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#message .message-box form .form-group {
    width: 100%
}

#message .message-box form .form-group:nth-of-type(1),
#message .message-box form .form-group:nth-of-type(2),
#message .message-box form .form-group:nth-of-type(3) {
    width: 32%
}

#message .message-box form .form-group input {
    height: 80px;
    line-height: 18px;
    padding-left: 50px;
    padding-right: 50px;
    border: 1px solid #dcdcdc;
    border-radius: 9px
}

#message .message-box form .form-group textarea {
    padding: 29px 50px;
    border: 1px solid #dcdcdc;
    border-radius: 9px
}

#message .message-box form .form-group.required:before {
    content: "*";
    color: var(--base-color);
    top: 0;
    bottom: 0;
    left: 42px;
    margin: auto
}

#message .message-box form .form-group:nth-last-of-type(1),
#message .message-box form .form-group:nth-last-of-type(2) {
    width: 24%;
    margin-bottom: 1.429rem !important
}

#message .message-box form .form-group:nth-last-of-type(3) {
    width: 48%
}

#message .message-box form input[name="code"]+.input-group-addon {
    width: 50%;
    background-color: transparent;
    padding: 0 !important;
    border: 0
}

#message .message-box form .met-getcode {
    height: 80px
}

#message .message-box form .btn {
    height: 80px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 9px
}

#message .message-box form .btn[type="submit"] {
    background-color: var(--base-color);
    border-color: var(--base-color)
}

#message .message-box form .btn[type="reset"] {
    background-color: #cbcaca;
    border-color: #cbcaca
}

#job {
    padding-top: 70px;
    padding-bottom: 70px
}

#job .mzbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    gap: 30px
}

#job .mzbox>div {
    width: 100%
}

#job .mzbox a {
    display: flex;
    height: 320px;
    background-size: cover;
    flex-direction: column;
    color: #fff;
    padding: 50px 11.4%;
    border-radius: 10px;
    overflow: hidden
}

#job a .job-session-title {
    font-size: 30px;
    line-height: 1;
    font-weight: bold
}

#job a .job-session-desc {
    max-width: 50%;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    opacity: 0
}

#job a .job-arrow {
    width: 60px;
    height: 60px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .3s
}

#job a .job-arrow span {
    width: 18px;
    height: 2px;
    background-color: #fff;
    position: relative;
    transform: rotate(-45deg);
    transition: all .3s
}

#job a .job-arrow span::before,
#job a .job-arrow span::after {
    content: "";
    width: 8px;
    height: 2px;
    background-color: #fff;
    transform-origin: right;
    position: absolute;
    right: 0;
    transition: all .3s
}

#job a .job-arrow span::before {
    transform: rotate(-45deg);
    top: 0
}

#job a .job-arrow span::after {
    transform: rotate(45deg);
    bottom: 0
}

#job a:hover .job-arrow {
    background-color: #fff
}

#job a:hover .job-session-desc {
    opacity: 1;
    transition: all .3s
}

#job a:hover .job-arrow span {
    transform: rotate(0);
    background-color: #000
}

#job a:hover .job-arrow span::before,
#job a:hover .job-arrow span::after {
    background-color: #000
}

.manufacture {}

.manufacture .index-btn a {
    border-color: #333;
    color: #333
}

.manufacture .session-title {
    font-size: 42px;
    line-height: 1;
    font-weight: bold
}

.manufacture .session-desc {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px
}

.manufacture .session1 {
    padding-top: 75px;
    padding-bottom: 75px
}

.manufacture .session1 .mzbox {
    display: flex;
    justify-content: space-between
}

.manufacture .session1 .session1-left,
.manufacture .session1 .session1-right {
    width: 50%
}

.manufacture .session1 .session1-left .swiper-slide {
    border-radius: 10px;
    overflow: hidden
}

.manufacture .session1 .session1-right {
    padding-left: 60px;
    display: flex;
    flex-direction: column
}

.manufacture .session1 .session-title {
    margin-top: 10px
}

.manufacture .session1 .scsl_small_swiper {
    margin-top: auto;
    width: 100%
}

.manufacture .session1 .scsl_small_pic {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    cursor: pointer
}

.manufacture .session1 .swiper-slide .scsl_small_pic::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #002b51;
    z-index: 2;
    border-radius: 9px;
    opacity: 0;
    transition: all .3s
}

.manufacture .session1 .swiper-slide.swiper-slide-thumb-active .scsl_small_pic::before {
    opacity: 1
}

.manufacture .session1 .scsl-name {
    font-size: 18px;
    line-height: 1;
    margin-top: 15px
}

.manufacture .session1 .session1-arrows {
    display: flex;
    align-items: center;
    gap: 15px
}

.manufacture .session1 .session1-arrows>div {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #b2b2b2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-top: 18px
}

.manufacture .session1 .session1-arrows>div:hover {
    background-color: #002b51
}

.manufacture .session2 {
    background: url("../templates/images/1738981568.jpg") center center / cover no-repeat;
    padding-top: 120px;
    padding-bottom: 60px
}

.manufacture .session2 .session-title,
.manufacture .session2 .session-desc {
    color: #fff;
    max-width: 1170px
}

.manufacture .session2 .session2-arrows {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 65px
}

.manufacture .session2 .session2-arrows>div {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    color: #012c52;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-top: 18px;
    opacity: .5
}

.manufacture .session2 .session2-arrows>div:hover {
    opacity: 1
}

.manufacture .session2 .session2-swiper .jmzz-pic {
    border-radius: 9px;
    overflow: hidden;
    transition: all .3s
}

.manufacture .session2 .session2-swiper .jmzz-pic:hover {
    transform: scale(1.05);
    cursor: pointer
}

.manufacture .session2 .jmzz-name {
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
    margin-top: 20px;
    color: #fff
}

.manufacture .session3 {
    background: url("../templates/images/1742177626.jpg") center center / cover no-repeat;
    padding-top: 110px
}

.manufacture .session3 .session-title,
.manufacture .session3 .session-desc {
    max-width: 845px
}

.manufacture .session4 {
    padding-top: 100px;
    padding-bottom: 100px
}

.manufacture .session4 .mzbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 30px;
    margin-bottom: 52px
}

.manufacture .session4 .mzbox .session-desc {
    width: 744px;
    margin-top: 0
}

.manufacture .session4 .lsfz-pic {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.manufacture .session4 .lsfz-name {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1px;
    padding-top: 42px;
    padding-bottom: 42px;
    background-image: linear-gradient(to bottom, transparent, #000);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(100%);
    transition: all .3s
}

.manufacture .session4 .swiper-slide.swiper-slide-active .lsfz-name {
    transform: translateY(0);
    transition-delay: .3s
}

.manufacture .session4 .swiper {
    position: relative
}

.manufacture .session4 .session4-arrows {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1
}

.manufacture .session4 .session4-arrows:hover {
    background-color: var(--base-color);
    cursor: pointer
}

.manufacture .session4 .session4-arrows.left {
    left: 25%
}

.manufacture .session4 .session4-arrows.right {
    right: 25%
}

.manufacture .session5 {
    background: url("../templates/images/1739158153.jpg") center center / cover no-repeat;
    padding-top: 105px;
    padding-bottom: 100px
}

.manufacture .session5 .mzbox {
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.manufacture .session5 .szfn_lfet {
    width: 37%;
    display: flex;
    flex-direction: column;
    padding-top: 75px;
    padding-bottom: 75px
}

.manufacture .session5 .szfn_swiper {
    width: 56.25%
}

.manufacture .session5 .session-title {
    border-bottom: 1px solid #adb6ba;
    line-height: 1;
    padding-bottom: 30px
}

.manufacture .session5 .session-desc {
    opacity: .7
}

.manufacture .session5 .index-btn {
    margin-top: auto
}

.manufacture .session5 .index-btn a::after {
    right: 100%
}

.manufacture .session5 .index-btn:hover a {
    color: #fff;
    border-color: var(--base-color)
}

.manufacture .session5 .index-btn:hover a::after {
    right: 0
}

.manufacture .session5 .swiper-slide {
    border-radius: 9px;
    overflow: hidden
}

.manufacture .session5 .session5-arrows {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1
}

.manufacture .session5 .session5-arrows:hover {
    background-color: var(--base-color);
    cursor: pointer
}

.manufacture .session5 .session5-arrows.left {
    left: 0
}

.manufacture .session5 .session5-arrows.right {
    right: 0
}

.research {}

.research .session-title {
    font-size: 42px;
    line-height: 1;
    font-weight: bold
}

.research .session-desc {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 36px;
    font-weight: lighter
}

.research .session1 {
    padding-top: 70px;
    padding-bottom: 80px
}

.research .session1 .session1-content {
    background: url("../templates/images/1739174332.jpg") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 105px 70px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    margin-top: 50px
}

.research .session1 .session1-content::after {
    content: "";
    width: 33.3%
}

.research .session1 .session1-content>div {
    width: 33.3%;
    border-right: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    text-align: center;
    padding-bottom: 43px
}

.research .session1 .session1-content>div:nth-of-type(3n) {
    border: 0
}

.research .session1 .session1-content>div:nth-of-type(n+4) {
    padding-top: 43px;
    padding-bottom: 0
}

.research .session1 .session1-li-content {
    font-weight: bold;
    font-size: 60px;
    line-height: 1
}

.research .session1 .session1-li-title {
    font-size: 18px;
    color: #cfd4e0;
    margin-top: 8px
}

.research .session2 {
    background: url("../../templates/images/1742440311.jpg") center center / cover no-repeat;
    padding-top: 120px;
    padding-bottom: 90px
}

.research .session2 .session-title,
.research .session2 .session-desc {
    color: #fff;
    max-width: 1020px
}

.product-arrows,
.research .session2 .session2-arrows {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px
}

.product-arrows{
	margin-top:0px;
	margin-bottom:20px;
}

.product-arrows>div,
.research .session2 .session2-arrows>div {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    color: #002b51;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-top: 18px;
    opacity: .2;
    cursor: pointer
}

.product-arrows>div{
	background:#e60013;
	color:#ffffff;
	opacity:1;
}

.product-arrows>div.left{
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}

.product-arrows>div:hover,
.research .session2 .session2-arrows>div:hover {
    opacity: 1
}

.product-arrows .swiper-button-disabled{
	opacity:.2 !important;
}

.research .session2 .box2_swiper {
    margin-top: 65px
}

.research .session2 .box2_swiper .swiper-slide {
    cursor: pointer
}

.research .session2 .box2-pic {
    border-radius: 9px;
    overflow: hidden
}

.research .session2 .box2-pic img {
    transition: all .3s
}

.research .session2 .box2-name {
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    line-height: 1;
    margin-top: 25px;
    color: #fff
}

.research .session2 .box2_swiper .swiper-slide:hover .box2-pic img {
    transform: scale(1.05)
}

.research .session3 {
    background: url("../templates/images/1739180570.jpg") center center / cover no-repeat;
    padding-top: 90px;
    padding-bottom: 70px
}

.research .session3 .box3_swiper {
    margin-top: 60px
}

.research .session2 .box2_swiper .swiper-slide {
    cursor: pointer
}

.research .session3 .session3-arrows {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    justify-content: center
}

.research .session3 .session3-arrows>div {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-top: 18px;
    opacity: .2;
    cursor: pointer
}

.research .session3 .session3-arrows>div:hover {
    opacity: 1
}

.research .session3 .box3-pic img {
    transition: all .3s
}

.research .session3 .box3_swiper .swiper-slide:hover .box2-pic img {
    transform: scale(1.05)
}

.research .session4 {
    padding-top: 80px;
    padding-bottom: 85px
}

.research .session4 .main-box .box .content-ico {
    margin-bottom: 9px;
    margin-top: 15px
}

.research .session4 .box4-content {
    transform-origin: top left
}

.research .session4 .box4-top-content {
    margin-top: 90px
}

.research .session4 .box4-top-content .main-box {
    width: 1355px;
    height: 208px;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.research .session4 .box4-top-content .main-box::after {
    content: "投资与咨询";
    width: 162px;
    height: 38px;
    background-color: var(--base-color);
    border-radius: 9px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -19px;
    line-height: 36px;
    text-align: center;
    z-index: 2
}

.research .session4 .box4-top-content .main-box .main-box-bg {
    width: 0;
    height: 0;
    border-left: 677px solid transparent;
    border-right: 677px solid transparent;
    border-bottom: 208px solid #e5e9ed;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    z-index: -1
}

.research .session4 .box4-top-content .main-box .main-box-bg .line1,
.research .session4 .box4-top-content .main-box .main-box-bg .line2,
.research .session4 .box4-top-content .main-box .main-box-bg .line3 {
    position: absolute;
    height: 2px;
    width: 1355px;
    background: linear-gradient(to right, #002b51 0px, #002b51 10px, #fff 10px, #fff 14px) repeat-x;
    background-size: 16px 100%;
    bottom: -207px;
    left: -677px;
    z-index: 1
}

.research .session4 .box4-top-content .main-box .main-box-bg .line2 {
    transform: rotate(-17deg);
    transform-origin: left;
    width: 706px;
    z-index: 2
}

.research .session4 .box4-top-content .main-box .main-box-bg .line3 {
    transform: rotate(17deg);
    transform-origin: right;
    width: 706px;
    left: unset;
    right: -678px
}

.research .session4 .box4-top-content .main-box>div:last-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    margin-top: 20px
}

.research .session4 .box4-bottom-content {
    margin-top: 60px
}

.research .session4 .box4-bottom-content .main-box {
    width: 1355px;
    height: 285px;
    border: 2px dashed #002b51;
    margin: auto;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    position: relative
}

.research .session4 .box4-bottom-content .main-box::after {
    content: "系统集成";
    width: 162px;
    height: 38px;
    background-color: var(--base-color);
    border-radius: 9px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -19px;
    line-height: 36px
}

.research .session4 .box4-bottom-content .main-box .box>div:last-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border: 2px dashed #002b51;
    width: 400px;
    height: 120px;
    background-color: #e5e9ed;
    margin-top: 40px;
    position: relative
}

.research .session4 .box4-bottom-content .main-box .box>div:last-of-type::after {
    content: "";
    width: 162px;
    height: 38px;
    background-color: #002b51;
    border-radius: 9px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -19px;
    line-height: 36px
}

.research .session4 .box4-bottom-content .main-box .box1>div:last-of-type::after {
    content: "硬件实时与改造"
}

.research .session4 .box4-bottom-content .main-box .box2>div:last-of-type::after {
    content: "软件研发与应用"
}

.research .session4 .box4-bottom-content .main-box .box3>div:last-of-type::after {
    content: "云平台+大数据"
}

.research .session4 .box4-bottom-content .main-box .box>div:last-of-type>div {
    width: 108px;
    text-align: center
}

.research .session4 .box4-bottom-content .main-box .box-arrow {
    position: absolute;
    bottom: 70px
}

.research .session4 .box4-bottom-content .main-box .arrow1 {
    left: 426px
}

.research .session4 .box4-bottom-content .main-box .arrow2 {
    left: 886px
}

.research .session4 .box4-bottom-content .main-box .out-arrow {
    width: 778px;
    height: 512px;
    position: absolute;
    right: -100px;
    bottom: 73px
}

.research .session4 .box4-bottom-content .main-box .out-arrow .line1 {
    width: 117px;
    height: 2px;
    background-color: #002b51;
    position: absolute;
    right: 0;
    bottom: 0
}

.research .session4 .box4-bottom-content .main-box .out-arrow .line2 {
    width: 2px;
    height: 512px;
    background-color: #002b51;
    position: absolute;
    right: 0;
    bottom: 0
}

.research .session4 .box4-bottom-content .main-box .out-arrow .line3 {
    width: 778px;
    height: 2px;
    background-color: #002b51;
    position: absolute;
    right: 0;
    top: 0
}

.research .session4 .box4-bottom-content .main-box .out-arrow .line4 {
    width: 2px;
    height: 30px;
    background-color: #002b51;
    position: absolute;
    top: 0;
    left: 0
}

.research .session4 .box4-bottom-content .main-box .out-arrow .arrow1 {
    width: 0;
    height: 0;
    border-top: 8px solid #002b51;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 26px;
    left: -5px
}

.research .session5 {
    background: #f4f8fc;
    padding-top: 110px;
    padding-bottom: 110px
}

.research .session5 .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 75px
}

.research .session5 .content-type {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px
}

.research .session5 .content-type>div {
    width: 140px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #002b51;
    border-radius: 5px;
    transition: all .3s;
    cursor: pointer
}

.research .session5 .content-type>div span {
    color: #fff;
    font-size: 16px
}

.research .session5 .content-type>div.active {
    background-color: var(--base-color)
}

.research .session5 .box5-pic {
    padding: 30px 45px;
    border-radius: 9px;
    border: 2px solid #d6e1ee;
    display: flex;
    align-items: center;
    justify-content: center
}

.research .session5 .box5-name {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: lighter;
    margin-top: 20px
}

.research .session5 .box5-pic img {
    transition: all .3s
}

.research .session5 .box5_swiper .swiper-slide {
    cursor: pointer
}

.research .session5 .box5_swiper .swiper-slide:hover .box5-pic img {
    transform: scale(1.05)
}

.research .session5 .box5_swiper .swiper {
    display: none
}

.research .session5 .box5_swiper .swiper.active {
    display: block
}

.head .head-nav-li ul{
    padding: 9px 20px;
    border-radius: 9px;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    position: absolute;
    width: max-content;
    left: 50%;
	transform:translate(-50%,10px);
	-transform:translate(-50%,10px);
    background-color: #fff;
    top:73px;
    opacity:0;
    visibility: hidden;
    transition:all .25s;
    -webkit-transition:all .25s;
	text-align:left;
}

@media screen and (max-width: 1440.1px){
    .head .head-nav-li ul{
        top:63px;
    }
}

.head .head-nav-li:hover ul{
    opacity:1;
    visibility: visible;
    transform:translate(-50%,0px);
    -webkit-transform:translate(-50%,0px);
}

.head .head-nav-li:hover ul li{
    line-height: 38px;
    border-bottom: 1px solid #dcdcdc;
}

.head .head-nav-li:hover ul li:last-child{
    border: none;
}

.index-banner .swiper-slide .mzbox.product_banner,
.index-banner .swiper-slide .mzbox{
    top:50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    bottom: unset !important;
    height: auto;
}

.swiper-btn-left, .swiper-btn-right{
    top:50% !important;
    bottom: unset !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media screen and (max-width:1600.1px) {
    .mzbox {
        padding: 0px 80px
    }

    .swiper-btn-left {
        left: 80px
    }

    .swiper-btn-right {
        right: 80px
    }

    .swiper-points {
        left: 80px
    }

    .index-banner-title {
        font-size: 38px
    }

    .head-sub-nav.product-sub-nav .product-nav-sub-list .type-lists {
        gap: 15px
    }

    .head-sub-nav .left {
        font-size: 32px
    }

    .head-sub-nav .left,
    .head-sub-nav .right {
        padding-top: 40px
    }

    .head-sub-nav:not(.product-sub-nav) .right .sub-navs a {
        padding-bottom: 17px
    }

    .head-sub-nav.product-sub-nav .product-nav-sub-ul>div {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .head-sub-nav.product-sub-nav .product-nav-sub-list>div {
        padding-top: 37px
    }

    .head-sub-nav.product-sub-nav .product-nav-sub-list .type-name {
        padding-bottom: 36px;
        font-size: 24px
    }

    .index-banner-pro-swiper .swiper-slide .pro-img {
        width: 270px
    }

    .index-banner-pro-swiper .swiper-slide .pro-title {
        font-size: 19px
    }

    .index-title .title h2 {
        font-size: 20px
    }

    .index-title .desc,
    .index-title .desc>* {
        font-size: 32px
    }

    .met-index-company {
        padding-top: 60px;
        padding-bottom: 55px
    }

    .met-index-company .gp-info {
        margin-top: 20px
    }

    .met-index-company .gp-dm span {
        font-size: 62px
    }

    .met-index-company .ext-label {
        padding-bottom: 15px;
        margin-bottom: 10px
    }

    .met-index-product {
        padding-top: 60px;
        padding-bottom: 55px
    }

    .met-index-product .product-type-swiper .product-type-li h3 {
        font-size: 24px
    }

    .met-index-product .product-type-swiper,
    .met-index-product .product-type-swiper .swiper {
        height: 220px
    }

    .met-index-case {
        padding-top: 60px;
        padding-bottom: 55px
    }

    .met-index-case .case-types>* p {
        font-size: 18px
    }

    .met-index-news {
        padding-top: 60px;
        padding-bottom: 55px
    }

    .met-index-news .news-list {
        margin-top: 30px
    }

    .met-index-news .news-list .swiper-slide a {
        padding: 40px
    }

    .met-index-news .news-list .swiper-slide a .index-news-data {
        padding-bottom: 15px
    }

    .met-index-news .news-list .swiper-slide a .index-news-title {
        margin-top: 15px;
        font-size: 20px;
        margin-bottom: 15px
    }

    .foot {
        padding-bottom: 20px
    }

    .foot .mzbox .foot-main {
        padding-top: 60px
    }

    .scroll-label {
        right: 80px;
        bottom: 22px
    }

    .inner-banner .innerbanner-title {
        font-size: 42px
    }

    .inner-banner .innerbanner-desc {
        font-size: 16px;
        margin-top: 18px
    }

    .index-banner-pro-swiper {
        margin-top: 55px
    }

    .index-banner .swiper-slide .mzbox.product_banner {
        bottom: 10px
    }

    .met-index-company .ext-text {
        font-size: 42px
    }

    .met-showproduct .met-showproduct-main .img,
    .met-showproduct .met-showproduct-main .info {
        width: 43%
    }

    .inner-subtitle {
        font-size: 32px
    }

    .met-showproduct .met-showproduct-main .inner-subtitle {
        margin-top: 13px
    }

    .met-showproduct .met-showproduct-main .info-btns {
        margin-top: 19px
    }

    .product-detail-box .session {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .product-detail-box .session-title {
        font-size: 32px;
        padding-bottom: 36px
    }

    .met-column-nav .mzbox {
        gap: 70px
    }

    .index-btn a {
        width: 156px;
        height: 40px;
        font-size: 15px
    }

    .met-industry-list {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .industry-ul {
        row-gap: 20px
    }

    .industry-li {
        width: 49.3%
    }

    .industry-li .industry-info {
        padding-left: 50px
    }

    .industry-li .industry-title {
        font-size: 36px
    }

    #price {
        padding-top: 50px;
        padding-bottom: 70px
    }

    #price .mzbox>div>p:first-of-type {
        font-size: 32px;
        margin-bottom: 20px
    }

    #price .cur-price {
        font-size: 90px
    }

    #price .price-arrow {
        font-size: 26px
    }

    #price .daily>div:first-of-type {
        font-size: 22px
    }

    #price .daily>div+div {
        margin-top: 13px;
        font-size: 20px
    }

    #price .stock-info>* {
        padding-left: 40px
    }

    #price .stock-id {
        font-size: 80px;
        letter-spacing: -2px;
        margin-bottom: 25px
    }

    .download-title {
        font-size: 32px
    }

    .download-title-box {
        padding-top: 25px;
        padding-bottom: 45px
    }

    .download-list {
        gap: 17px
    }

    .download-li {
        padding: 50px
    }

    .download-li .time {
        font-size: 16px
    }

    .download-li .title {
        margin-top: 7px;
        font-size: 18px
    }

    .download-type-title {
        width: 169px;
        height: 44px
    }

    #contacts {
        padding-top: 40px;
        padding-bottom: 40px
    }

    #contacts .contacts-li-title {
        line-height: 1.3;
        font-size: 17px
    }

    #contacts .contacts-line {
        margin-top: 15px;
        margin-bottom: 15px
    }

    #service {
        padding-bottom: 20px
    }

    #service .session-list-swiper .swiper-slide .info-title {
        font-size: 26px
    }

    #service .session-list-swiper .swiper-slide .info-content {
        font-size: 15px;
        letter-spacing: 0px
    }

    #service .session-list-swiper .swiper-slide {
        height: 520px
    }

    #questions {
        padding-bottom: 10px
    }

    .questions-li {
        padding: 30px
    }

    .questions-li .title {
        font-size: 18px
    }

    .questions-li .time {
        font-size: 16px
    }

    .questions-tools {
        margin-top: 20px
    }

    #message .message-box form .form-group input,
    #message .message-box form .met-getcode,
    #message .message-box form .btn {
        height: 58px
    }

    #message .message-box form .btn {
        line-height: 42px
    }

    .job-pics {
        padding-bottom: 60px
    }

    .job-pics .job-sesssion-title {
        font-size: 36px;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .job-pics .session-list-swiper .swiper-slide .info-title {
        font-size: 26px
    }

    .job-pics .session-list-swiper .swiper-slide .info-content {
        font-size: 15px;
        letter-spacing: 0px
    }

    .job-pics .session-list-swiper .swiper-slide {
        height: 520px
    }

    .job-list .job-sesssion-title {
        font-size: 36px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .job-btns>div {
        padding: 20px 30px
    }

    .manufacture .session-title {
        font-size: 34px
    }

    .manufacture .session-desc {
        font-size: 16px
    }

    .manufacture .session1 {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .manufacture .session1 .session-title {
        font-size: 34px
    }

    .manufacture .session-desc {
        line-height: 1.5
    }

    .manufacture .session1 .scsl-name {
        font-size: 16px
    }

    .manufacture .session1 .session1-right .sesion1-ico img {
        height: 28px
    }

    .manufacture .session2 {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .manufacture .session2 .jmzz-name {
        font-size: 16px
    }

    .manufacture .session3 {
        padding-top: 60px
    }

    .manufacture .session4 {
        padding-top: 60px;
        padding-bottom: 50px
    }

    .manufacture .session4 .lsfz-name {
        font-size: 20px
    }

    .manufacture .session4 .session4-arrows {
        width: 50px;
        height: 50px
    }

    .manufacture .session5 {
        padding-top: 65px;
        padding-bottom: 50px
    }

    .manufacture .session5 .session5-arrows {
        width: 50px;
        height: 50px
    }

    .manufacture .session5 .szfn_lfet {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .research .session-title {
        font-size: 34px
    }

    .research .session-desc {
        font-size: 16px;
        margin-top: 16px
    }

    .research .session1 {
        padding-top: 50px;
        padding-bottom: 60px
    }

    .research .session1 .session1-content {
        margin-top: 30px;
        padding: 95px 90px
    }

    .research .session1 .session1-li-content {
        font-size: 48px;
        font-weight: normal
    }

    .research .session1 .session1-li-title {
        font-size: 16px
    }

    .research .session2 {
        padding-top: 60px;
        padding-bottom: 50px
    }

    .research .session2 .box2_swiper {
        margin-top: 35px
    }

    .research .session2 .session-title,
    .research .session2 .session-desc {
        max-width: 100%
    }

    .research .session2 .box2-name {
        font-size: 16px;
        margin-top: 15px
    }

    .research .session3 {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .research .session3 .box3_swiper {
        margin-top: 30px
    }

    .research .session4 {
        padding-top: 60px;
        padding-bottom: 0
    }

    .research .session5 {
        padding-top: 60px;
        padding-bottom: 50px
    }

    .research .session5 .title-box {
        margin-bottom: 35px
    }

    .research .session5 .box5-name {
        font-size: 16px
    }

    .inner-title {
        font-size: 18px
    }

    .inner-title img {
        height: 18px
    }

    .comapny-main #company .inner-subtitle {
        max-width: 510px;
        margin-bottom: 69px;
        line-height: 1.2;
        font-size: 32px
    }

    #culture {
        padding-top: 60px;
        padding-bottom: 70px
    }

    #culture .inner-subtitle {
        margin-bottom: 10px
    }

    #culture .culture-content {
        margin-top: 40px
    }

    #culture .culture-li {
        padding: 46px
    }

    #culture .culture-li-title {
        font-size: 24px;
        margin-bottom: 16px
    }

    #culture .culture-li-content {
        line-height: 1.6
    }

    #culture .culture-li-ico img {
        height: 50px
    }

    #develop {
        padding-top: 60px;
        padding-bottom: 60px
    }

    #develop .develop-content {
        margin-top: 40px
    }

    #develop .develop-list-content {
        font-size: 16px;
        line-height: 1.5;
        height: 74px
    }

    #develop .develop-list-year {
        font-size: 42px
    }

    #develop .develop-type-year span {
        font-size: 58px
    }

    #develop .develop-type-year {
        max-width: 40px
    }

    #develop .develop_type_swiper {
        margin-top: 40px
    }

    #develop .develop_type_swiper .swiper-slide .develop-type-name {
        margin-top: 15px;
        font-size: 17px
    }
}

@media screen and (max-width:1440.1px) {
    html {
        --nav-height: 80px
    }

    .head .head-logo img {
        max-height: 35px
    }

    .index-btn a,
    .index-banner-btns a {
        width: 142px;
        height: 44px;
        font-size: 14px
    }

    .head .head-navs {
        gap: 15px
    }

    .head .head-nav-ul {
        gap: 36px
    }

    .head .head-logo {
        gap: 20px
    }

    .head .head-nav-li {
        font-size: 14px
    }

    .head-search-box .head-search-close span {
        width: 80%
    }

    .head-sub-nav .left {
        font-size: 26px
    }

    .head-sub-nav:not(.product-sub-nav) .right .sub-navs {
        padding-left: 40px
    }

    .head-search-box .input-search {
        width: 410px
    }

    .index-banner-title {
        font-size: 32px;
        max-width: 510px
    }

    .index-title .desc,
    .index-title .desc>* {
        font-size: 28px
    }

    .met-index-company .left {
        width: 56%
    }

    .met-index-company .index-ext-info {
        gap: 25px;
        margin-top: 50px
    }

    .met-index-company .ext-unity {
        font-size: 14px;
        margin-top: 4px
    }

    .met-index-company .ext-label {
        margin-top: 16px;
        padding-bottom: 11px;
        margin-top: 8px
    }

    .met-index-company .index-company-info .met-editor {
        font-size: 15px
    }

    .met-index-company .gp-dm span {
        font-size: 56px
    }

    .met-index-company .gp-label {
        font-size: 20px
    }

    .met-index-company .gp-line {
        margin-top: 15px
    }

    .met-index-product .left .product-desc {
        font-size: 15px
    }

    .met-index-product .product-type-swiper .product-type-li h3 {
        font-size: 18px
    }

    .met-index-product .product-type-swiper,
    .met-index-product .product-type-swiper .swiper {
        height: 190px
    }

    .met-index-product .product-li-pic-swiper .swiper-slide img {
        max-width: 420px
    }

    .met-index-case .case-types>* {
        padding: 16px
    }

    .met-index-case .case-types>* p {
        font-size: 16px
    }

    .met-index-case .case-types>* .circle-arrow {
        width: 34px;
        height: 34px
    }

    .met-index-news .mzbox {
        padding-bottom: 9px
    }

    .met-index-news .news-list .swiper-slide a {
        padding: 29px
    }

    .met-index-news .news-list .swiper-slide a .index-news-data {
        font-size: 16px
    }

    .met-index-news .news-list .swiper-slide a .index-news-title {
        margin-top: 8px;
        font-size: 18px;
        height: 43px
    }

    .met-index-news .news-list .swiper-slide a .index-news-desc {
        font-size: 14px
    }

    .met-index-news .news-list .swiper-slide a .index-news-arrow {
        width: 40px;
        height: 40px
    }

    .foot .mzbox .right .foot-nav dl a {
        font-size: 15px
    }

    .foot .mzbox .foot-main .left {
        font-size: 15px
    }

    .foot .foot-extinfo>div .foot-qrcode {
        font-size: 12px
    }

    .foot .mzbox .left .foot-logo {
        margin-bottom: 25px
    }

    .foot .foot-extinfo>div .foot-search {
        margin-top: 12px
    }

    .foot .foot-extinfo>div .foot-qrcode img {
        width: 80px
    }

    .foot .foot-extinfo>div .foot-search .input-search .form-control {
        font-size: 14px
    }

    .foot .foot-extinfo>div .foot-search .input-search .input-search-btn {
        font-size: 14px
    }

    .foot .foot-extinfo>div:last-of-type {
        font-size: 14px;
        margin-top: 12px
    }

    .inner-banner,
    .inner-banner-img {
        height: 55vh
    }

    .z_sb_bar {
        width: 50px;
        height: 50px;
        top: 165px
    }

    .scroll-label span:first-of-type {
        font-size: 15px
    }

    .product-inquiry-box .box-head {
        height: 90px
    }

    .product-inquiry-box .box-title {
        font-size: 27px
    }

    .product-inquiry-box .box-body {
        padding: 40px 60px
    }

    .product-inquiry-box .inquiry-form {
        margin-top: 23px
    }

    .met-product-list .left {
        width: 21%
    }

    .met-product-list .left dl dt {
        height: 64px
    }

    .met-product-list .left dl dd {
        padding: 26px 29px
    }

    .met-product-list .left dl dd div+div {
        margin-top: 21px
    }

    .met-product-list .product-list-li {
        padding: 19px
    }

    .met-product-list .product-list-li+.product-list-li {
        margin-top: 11px
    }

    .met-product-list .product-list-li .product-info {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .met-product-list .product-list-li .product-info .product-title a {
        font-size: 28px
    }

    .met-product-list .product-list-li .product-info .line {
        margin-top: 21px
    }

    .met-product-list .product-list-li .product-info .product-desc {
        font-size: 15px
    }

    .inner-first-news {
        padding-top: 48px;
        padding-bottom: 120px
    }

    .first-news-left {
        padding: 45px 36px
    }

    .first-news-left .title {
        font-size: 24px;
        margin-top: 20px
    }

    .first-news-left .desc {
        font-size: 16px
    }

    .first-news-left .date-d {
        font-size: 44px
    }

    .first-news-left .date-ym {
        font-size: 14px
    }

    .first-news-left p span {
        font-size: 16px
    }

    .met-news-list .news-li .news-info {
        padding: 20px
    }

    .met-news-list .news-li .news-title {
        font-size: 18px;
        height: 58px
    }

    .met-news-list .news-li .news-date {
        font-size: 16px
    }

    .met-news-list .news-ul {
        row-gap: 20px
    }

    .met-column-nav .swiper-button-prev,
    .met-column-nav .swiper-button-next {
        display: flex
    }

    .industry-img {
        height: 470px
    }

    .industry-li.first .industry-img {
        height: 530px
    }

    .industry-li .industry-desc {
        display: -webkit-box;
        display: -moz-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .met-industry-show .session-title {
        font-size: 38px
    }

    .met-industry-show .session-content {
        font-size: 16px;
        line-height: 2
    }

    #session_tongdian .session-list {
        gap: 20px;
        margin-top: 67px
    }

    #session_tongdian .session-li {
        width: 217px
    }

    #session_tongdian {
        padding-top: 55px;
        padding-bottom: 58px
    }

    #session_anli {
        padding-bottom: 60px
    }

    #session_anli .session-info-title {
        font-size: 26px
    }

    #session_anli .session-li-info {
        padding: 60px
    }

    #session_anli .swiper {
        padding-bottom: 35px
    }

    #session_tuijian {
        padding-bottom: 65px
    }

    #price {
        padding-bottom: 50px
    }

    #price .mzbox>div>p:first-of-type,
    .download-title {
        font-size: 24px
    }

    #price .cur-price {
        font-size: 80px
    }

    #price .price-arrow+div span+span {
        padding-left: 14px
    }

    #price .daily>div:first-of-type {
        font-size: 18px
    }

    #price .daily>div+div {
        font-size: 18px
    }

    #price .mzbox>div>p:first-of-type {
        margin-bottom: 13px
    }

    #price .stock-id {
        font-size: 68px;
        margin-bottom: 17px
    }

    #price .stock-name {
        font-size: 20px
    }

    .download-list {
        gap: 15px
    }

    .download-li .time {
        font-size: 14px
    }

    .download-li {
        padding: 33px
    }

    #contacts .contacts-left-pic {
        width: 16.5%
    }

    #contacts .contacts-ul {
        width: 82.5%;
        margin-top: -10px
    }

    .met-contact .desc {
        margin-top: 29px;
        margin-bottom: 33px
    }

    #contacts .contacts-li-content {
        font-size: 15px
    }

    #contacts .contacts-li {
        margin-top: 10px;
        width: 32.5%
    }

    .met-contact .desc {
        margin-top: 13px
    }

    .index-title .title h2 {
        font-size: 16px
    }

    #job a .job-session-title {
        font-size: 26px
    }

    #job {
        padding-top: 50px;
        padding-bottom: 50px
    }

    #job a .job-session-desc {
        max-width: 60%;
        font-size: 15px
    }

    .questions-count {
        font-size: 16px
    }

    .questions-count .curr {
        font-size: 32px
    }

    #service .session-list-swiper .swiper-slide .info-title {
        font-size: 22px
    }

    #service .session-list-swiper .swiper-slide.active {
        flex-basis: 740px
    }

    .job-pics .session-list-swiper .swiper-slide .info-title {
        font-size: 22px
    }

    .job-pics .session-list-swiper .swiper-slide.active {
        flex-basis: 740px
    }

    .job-session3-li>div {
        padding-left: 40px;
        padding-right: 40px
    }

    .job-session3-li-title {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .job-session3-li-title .job-position {
        font-size: 21px
    }

    .job-content.met-editor {
        font-size: 15px;
        line-height: 1.6
    }

    .job-btns>div {
        font-size: 16px;
        padding: 15px 25px
    }

    .research .session1 .session1-content {
        padding: 75px 40px
    }

    .research .session5 .box5-pic {
        padding: 5px
    }

    #culture .culture-li {
        padding: 34px
    }

    #culture .culture-li-title {
        font-size: 22px;
        margin-top: 18px
    }

    #culture .culture-li-ico img {
        height: 44px
    }

    #develop {
        padding-bottom: 0
    }

    #develop .develop-list-main {
        padding: 20px 30px 0
    }

    #develop .develop-type-year span {
        font-size: 48px
    }

    #company-other a .job-session-title {
        font-size: 26px
    }

    #company-other {
        padding-top: 50px;
        padding-bottom: 50px
    }

    #company-other a .job-session-desc {
        max-width: 60%;
        font-size: 15px
    }
}

@media screen and (max-width:1366.1px) {
    .index-banner-pro-swiper .swiper-slide .pro-img {
        width: 200px
    }

    .index-banner-pro-swiper .swiper-slide .pro-line {
        height: 100px
    }

    .index-banner-pro-swiper .swiper-slide .pro-line img {
        height: 100%
    }

    .index-banner-pro-swiper .swiper-slide .pro-title {
        font-size: 17px
    }

    .swiper-btn-left,
    .swiper-btn-right {
        width: 50px;
        height: 50px
    }

    .index-banner-title {
        font-size: 28px
    }

    .swiper-points {
        bottom: 30px
    }

    .index-banner .swiper-slide .mzbox.product_banner {
        bottom: 60px
    }

    .index-banner-pro-swiper {
        margin-top: 55px
    }

    .met-index-case .case-types {
        margin-top: 120px
    }

    .index-title .title h2 {
        font-size: 16px
    }

    .foot .mzbox .left .foot-logo img {
        height: 40px
    }

    .foot .mzbox .foot-main .left {
        font-size: 14px
    }

    .foot .mzbox .right .foot-nav dl a {
        font-size: 14px
    }

    .position {
        height: 60px
    }

    .position .mzbox {
        font-size: 15px
    }

    .inner-banner .innerbanner-title {
        font-size: 38px
    }

    .met-product-list {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .met-product-list .left dl dd {
        padding: 19px
    }

    .met-product-list .left dl dd i {
        font-size: 17px
    }

    .met-product-list .left dl dd a {
        font-size: 15px
    }

    .met-product-list .left dl dd div:hover h4,
    .met-product-list .left dl dd div.active h4 {
        color: #002055;
        font-weight: bold;
        font-size: 16px
    }

    .met-product-list .left dl dt {
        padding-left: 19px;
        padding-right: 19px;
        height: 59px
    }

    .met-product-list .left dl h3 a {
        font-size: 17px
    }

    .met-product-list .product-list-li .product-info .product-title a {
        font-size: 24px
    }

    .met-product-list .product-list-li .product-img img {
        height: 280px
    }

    .met-product-list .product-list-li .product-img {
        width: 48.5%
    }

    .met-product-list .product-list-li .product-info {
        width: 47%
    }

    .met-product-list .product-list-li .product-info .line {
        margin-top: 18px;
        margin-bottom: 20px
    }

    .inner-title {
        font-size: 17px
    }

    .product-detail-box .session-title {
        font-size: 28px;
        padding-bottom: 19px
    }

    .product-detail-box .session {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .industry-li .industry-title {
        font-size: 28px
    }

    .industry-li.first .industry-img {
        height: 430px
    }

    .industry-li.first .industry-btns {
        margin-top: 55px
    }

    .industry-img {
        height: 400px
    }

    .industry-li .industry-btns {
        margin-top: 65px
    }

    #price .mzbox {
        flex-direction: column-reverse
    }

    #price .daily,
    #price .stock-info {
        width: 100%
    }

    #price .mzbox .stock-info>div {
        border-left: 0;
        margin-bottom: 19px;
        padding-bottom: 19px;
        border-bottom: 1px solid #e5e5e5
    }

    #price .stock-info>* {
        padding-left: 0
    }

    #price .mzbox>div>p:first-of-type,
    .download-title {
        font-weight: bold
    }

    .download-list {
        gap: 13px
    }

    .download-li a {
        font-size: 12px
    }

    .download-type-title {
        font-size: 14px;
        width: 150px;
        height: 38px
    }

    #contacts .contacts-li {
        padding: 14px
    }

    #service .session-list-swiper .swiper-slide .session-li-info {
        padding-left: 50px;
        padding-right: 50px
    }

    #service .session-list-swiper .swiper-slide {
        flex-basis: 254px;
        height: 440px
    }

    #service .session-list-swiper .swiper-slide .info-title {
        font-size: 18px
    }

    #service .session-list-swiper .swiper-slide.active {
        flex-basis: 610px
    }

    #contacts .contacts-li-content {
        font-size: 14px
    }

    .questions-li .time {
        font-size: 14px
    }

    .questions-li .title {
        font-size: 16px;
        margin-top: 7px
    }

    .questions-li a {
        font-size: 14px
    }

    .questions-count .curr {
        font-size: 27px
    }

    .job-pics .session-list-swiper .swiper-slide .session-li-info {
        padding-left: 50px;
        padding-right: 50px
    }

    .job-pics .session-list-swiper .swiper-slide {
        flex-basis: 254px;
        height: 440px
    }

    .job-pics .session-list-swiper .swiper-slide .info-title {
        font-size: 18px
    }

    .job-pics .session-list-swiper .swiper-slide.active {
        flex-basis: 610px
    }

    .job-pics .job-sesssion-title,
    .job-list .job-sesssion-title {
        font-size: 32px
    }

    .job-session3-li .job-sessoin3-li-content .job-info {
        font-size: 15px
    }

    .manufacture .session1 .session-title,
    .manufacture .session-title {
        font-size: 28px
    }

    .manufacture .session-desc {
        font-size: 15px;
        margin-top: 12px
    }

    .manufacture .session1 .session1-right .sesion1-ico img {
        height: 22px
    }

    .manufacture .session1 .session1-arrows>div {
        font-size: 18px;
        width: 36px;
        height: 36px
    }

    .manufacture .session1 .scsl-name {
        font-size: 14px;
        margin-top: 6px
    }

    .manufacture .session1 .swiper-slide .scsl_small_pic::before {
        border-width: 1px
    }

    .manufacture .session2 .session2-arrows {
        margin-top: 0
    }

    .manufacture .session2 .jmzz-name {
        font-size: 14px;
        margin-top: 10px
    }

    .manufacture .session3-img {
        margin-top: 30px
    }

    .research .session-title {
        font-size: 28px
    }

    .research .session-desc {
        font-size: 15px;
        margin-top: 12px
    }

    .research .session1 .session1-content {
        padding: 55px 30px
    }

    .research .session2 .box2-name {
        font-size: 15px
    }

    .research .session5 {
        margin-top: -90px
    }

    .research .session5 .box5-name {
        font-size: 15px
    }

    .research .session5 .content-type>div {
        height: 43px
    }

    .research .session5 .content-type>div span {
        font-size: 14px
    }

    .inner-subtitle {
        font-size: 28px
    }

    .comapny-main #company .inner-title {
        padding-top: 45px;
        padding-bottom: 10px
    }

    #culture .inner-desc {
        font-size: 15px
    }

    .comapny-main #company .label-pic img {
        width: 448px
    }

    #culture .inner-subtitle {
        margin-bottom: 6px;
        margin-top: 4px
    }

    #culture .culture-li-content {
        font-size: 15px
    }

    #culture .culture-li-title {
        font-size: 20px;
        margin-top: 11px
    }

    #develop .inner-subtitle {
        margin-bottom: 6px;
        margin-top: 4px
    }

    #develop .desc-box {
        margin-top: 0
    }

    #develop .develop-type-year span {
        font-size: 38px
    }

    #develop .develop_type_swiper .swiper-slide .develop-type-line {
        height: 16px
    }

    .met-shownews .right .news-li .news-info {
        padding: 13px 14px 10px
    }

    .met-shownews .right .news-li .news-info .news-title {
        font-size: 16px
    }

    .met-shownews .right .news-li .news-info .news-description {
        font-size: 13px;
        margin: 14px 0
    }

    .full-box-video-main {
        width: 80%;
        max-height: 95%;
        padding: 50px
    }

    .full-box-video-main .full-box-colse {
        width: 36px;
        height: 36px
    }

    .full-box-video-main .full-box-colse span {
        width: 16px
    }
}

@media screen and (max-width:1200.1px) {

    .head-logo-info,
    .head-logo-line {
        display: none
    }

    .head .head-logo {
        align-items: center
    }

    .mzbox {
        padding: 0px 40px
    }

    .swiper-btn-left {
        left: 40px
    }

    .swiper-btn-right {
        right: 40px
    }

    .swiper-points {
        left: 40px
    }

    .index-title .title img {
        width: 15px
    }

    .index-title .title h2 {
        font-size: 15px
    }

    .index-btn a,
    .index-banner-btns a {
        width: 130px;
        height: 38px
    }

    .index-title .desc,
    .index-title .desc>* {
        font-size: 24px
    }

    .met-index-company {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .met-index-company .gp-info {
        margin-top: 10px
    }

    .met-index-company .gp-label {
        font-size: 18px
    }

    .met-index-company .gp-line {
        margin-top: 10px;
        margin-bottom: 4px
    }

    .met-index-company .gp-dm span {
        font-size: 46px
    }

    .met-index-company .ext-label {
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 4px
    }

    .met-index-company .ext-text {
        font-size: 32px;
        margin-right: 8px
    }

    .met-index-company .ext-unity {
        margin-top: 2px
    }

    .met-index-company .right .index-video-btn {
        display: none
    }

    .met-index-company .index-company-btns .index-btn:last-of-type {
        display: block
    }

    .met-index-product {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .met-index-product .product-type-swiper,
    .met-index-product .product-type-swiper .swiper {
        height: 150px
    }

    .met-index-product .product-li-pic-swiper .swiper-slide img {
        max-width: 340px
    }

    .met-index-product .product-li-pic-thumb-swiper .swiper-slide {
        height: 100px
    }

    .met-index-product .left .product-desc {
        font-size: 14px;
        margin-top: 14px
    }

    .met-index-case .index-case-desc {
        font-size: 14px
    }

    .met-index-case .case-types>* .circle-arrow {
        width: 28px;
        height: 28px
    }

    .met-index-case {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .met-index-news {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .met-index-news {
        font-size: 15px
    }

    .met-index-news .news-list .swiper-slide a .index-news-info {
        margin-top: 64px
    }

    .foot .index-btn a {
        width: 145px
    }

    .foot .foot-extinfo>div:last-of-type {
        font-size: 12px
    }

    .foot .foot-extinfo>div .foot-search {
        display: none
    }

    .foot .mzbox .foot-main {
        margin-top: 40px
    }

    .scroll-label {
        right: 40px
    }

    .met-product-list .left {
        display: none
    }

    .met-product-list .right {
        width: 100%
    }

    .product-inquiry-box form button[type="submit"] {
        width: 195px;
        height: 44px;
        font-size: 15px
    }

    .product-inquiry-box .box-body {
        padding: 28px 32px
    }

    .product-inquiry-box .box-subtitle {
        font-size: 16px
    }

    .product-inquiry-box .box-head {
        height: 80px
    }

    .inner-subtitle {
        font-size: 26px
    }

    .met-showproduct .met-showproduct-main .inner-subtitle {
        margin-top: 8px;
        margin-bottom: 24px
    }

    .product-detail-box .session .product-para-li {
        width: 20%
    }

    .product-detail-box {
        padding-bottom: 20px
    }

    .met-showproduct .met-showproduct-main .product-detail-nav {
        display: none !important
    }

    .industry-li.first .industry-img {
        height: 400px
    }

    .industry-li.first .industry-btns {
        margin-top: 55px
    }

    .industry-li.first .industry-info {
        max-width: unset
    }

    .industry-li {
        width: 100%
    }

    .industry-img {
        height: 400px
    }

    .industry-li .industry-btns {
        margin-top: 55px
    }

    .industry-li .industry-info {
        margin-top: auto
    }

    .industry-img .cover {
        background: linear-gradient(to right, #060b39, #060b3956)
    }

    #session_jieshao .left {
        width: 45%
    }

    .met-industry-show .session-content {
        font-size: 15px
    }

    #session_tongdian .session-li img {
        max-width: 48px
    }

    #session_tongdian .session-li {
        min-height: 180px
    }

    #session_tongdian .session-list {
        margin-top: 50px
    }

    #session_anli {
        padding-top: 50px
    }

    .met-industry-show .session-title {
        font-size: 34px;
        margin-bottom: 20px
    }

    #session_anli .swiper {
        margin-top: 25px
    }

    #session_anli .session-li-info .session-info-img img {
        height: 42px
    }

    #session_anli .session-info-content {
        font-size: 15px
    }

    .download-list {
        gap: 11px
    }

    .download-li {
        padding: 24px
    }

    .download-li .title {
        font-size: 16px
    }

    #price .daily>div+div {
        font-size: 17px
    }

    #contacts .contacts-left-pic {
        display: none
    }

    #contacts .contacts-ul {
        width: 100%;
        margin-top: 0
    }

    #service .session-list-swiper .swiper-slide.active .session-li-info .img-fluid {
        height: 36px
    }

    #service .session-list-swiper .swiper-slide .info-content {
        margin-top: 10px
    }

    #service .session-list-swiper .swiper-slide .info-title {
        margin-top: 17px
    }

    #service .session-list-swiper .swiper-slide .session-li-info {
        padding-left: 30px;
        padding-right: 30px
    }

    #service .session-list-swiper .swiper-slide.active .session-li-info {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 80px
    }

    #service .session-list-swiper .swiper-slide {
        flex-basis: 200px
    }

    #service .session-list-swiper .swiper-slide.active {
        flex-basis: 530px
    }

    #contacts .contacts-li {
        padding: 25px
    }

    #job .mzbox a {
        padding: 50px 8.7%;
        height: 260px
    }

    #job a .job-session-title {
        font-size: 24px
    }

    #job a .job-arrow {
        width: 50px;
        height: 50px
    }

    #job a .job-session-desc {
        max-width: 100%;
        font-size: 14px
    }

    .job-pics .session-list-swiper .swiper-slide.active .session-li-info .img-fluid {
        height: 36px
    }

    .job-pics .session-list-swiper .swiper-slide .info-content {
        margin-top: 10px
    }

    .job-pics .session-list-swiper .swiper-slide .info-title {
        margin-top: 17px
    }

    .job-pics .session-list-swiper .swiper-slide .session-li-info {
        padding-left: 30px;
        padding-right: 30px
    }

    .job-pics .session-list-swiper .swiper-slide.active .session-li-info {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 80px
    }

    .job-pics .session-list-swiper .swiper-slide {
        flex-basis: 200px
    }

    .job-pics .session-list-swiper .swiper-slide.active {
        flex-basis: 530px
    }

    .job-pics .job-sesssion-title,
    .job-list .job-sesssion-title {
        font-size: 28px
    }

    .job-session3-li-title .job-position {
        font-size: 18px
    }

    .job-session3-li .job-session3-li-title .job-position i img {
        height: 20px
    }

    .job-session3-li .job-sessoin3-li-content {
        padding-top: 20px;
        padding-bottom: 30px
    }

    .job-session3-li .job-sessoin3-li-content .job-info {
        margin-bottom: 15px
    }

    .job-content.met-editor,
    .job-session3-li .job-sessoin3-li-content .job-info,
    .job-btns>div {
        font-size: 14px
    }

    .manufacture .session1 .session1-right {
        padding-left: 40px
    }

    .manufacture .session1 .session1-right .sesion1-ico img {
        height: 18px
    }

    .manufacture .session1 .session-title,
    .manufacture .session-title {
        font-size: 26px
    }

    .manufacture .session-desc {
        font-size: 13px
    }

    .manufacture .session1 .session1-arrows>div,
    .manufacture .session2 .session2-arrows>div {
        width: 30px;
        height: 30px;
        font-size: 14px
    }

    .manufacture .session2 .session2-arrows {
        margin-bottom: 45px
    }

    .manufacture .session4 .lsfz-name {
        font-size: 18px;
        font-weight: normal
    }

    .manufacture .session5 .szfn_lfet {
        padding-top: 0;
        padding-bottom: 0
    }

    .manufacture .session4 .session4-arrows,
    .manufacture .session5 .session5-arrows {
        width: 40px;
        height: 40px;
        font-size: 19px
    }

    .research .session-title {
        font-size: 26px
    }

    .research .session-desc {
        font-size: 13px
    }

    .research .session1 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .research .session2 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .research .session2 .session2-arrows {
        margin-top: 0
    }
	.product-arrows>div,
    .research .session2 .session2-arrows>div,
    .research .session3 .session3-arrows>div {
        width: 32px;
        height: 32px;
        font-size: 19px
    }

    .research .session2 .box2-name {
        font-size: 14px
    }

    .research .session3 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .research .session4 {
        padding-top: 40px
    }

    .research .session5 {
        margin-top: -140px;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .research .session5 .box5-name {
        font-size: 14px
    }

    #company-other .mzbox a {
        padding: 50px 8.7%;
        height: 260px
    }

    #company-other a .job-session-title {
        font-size: 24px
    }

    #company-other a .job-arrow {
        width: 50px;
        height: 50px
    }

    #company-other a .job-session-desc {
        max-width: 100%;
        font-size: 14px
    }

    .in-news-content .left {
        width: 100%
    }

    .met-shownews .right {
        display: none
    }
}

@media screen and (max-width:1024.1px) {
    .head .head-navs {
        display: none
    }

    .full-menu-btn {
        display: flex !important;
        align-items: center;
        height: var(--nav-height)
    }

    .index-banner .swiper-slide .mzbox.product_banner {
        bottom: 260px
    }

    .met-index-case .case-types>a {
        display: none
    }

    .foot .mzbox .foot-main {
        flex-wrap: wrap
    }

    .foot .mzbox .foot-main .left,
    .foot .mzbox .foot-main .right {
        width: 100%
    }

    .foot .mzbox .foot-main .left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .foot .mzbox .left .index-btn {
        display: none
    }

    .foot .mzbox .left .foot-address {
        max-width: 100%
    }

    .foot .mzbox .left .foot-logo {
        width: 100%
    }

    .foot .mzbox .right .foot-nav {
        justify-content: space-between
    }

    .foot .mzbox .right .foot-nav div,
    .foot .mzbox .right .foot-nav div:last-of-type {
        width: 100%
    }

    .foot .foot-extinfo {
        margin-top: 19px
    }

    .foot .foot-extinfo>div:first-of-type {
        align-items: center
    }

    .foot .mzbox .foot-main {
        margin-top: 0
    }

    .foot .foot-extinfo>div:last-of-type {
        flex-direction: column
    }

    .foot .foot-extinfo>div:last-of-type {
        justify-content: center
    }

    .product-detail-box .session .product-para-ul {
        gap: 7px
    }

    .first-news-left {
        width: 42.25%;
        padding: 26px 36px
    }

    .inner-first-news a .first-news-img {
        width: 56.75%
    }

    .inner-first-news {
        padding-top: 28px;
        padding-bottom: 60px
    }

    .first-news-left .date-d {
        font-size: 34px
    }

    .first-news-left .title {
        font-size: 18px;
        margin-top: 13px;
        line-height: 1.4
    }

    .first-news-left .desc {
        font-size: 14px;
        margin-top: 10px
    }

    .first-news-left p span {
        font-size: 14px
    }

    .met-news-list {
        padding: 35px 0
    }

    .met-news-list .news-li {
        width: 49%
    }

    .met-news-list .news-li:first-of-type {
        display: block
    }

    .inner-first-news {
        display: none
    }

    .met-industry-show .session-title {
        font-size: 32px
    }

    .met-industry-show .session-content {
        font-size: 14px
    }

    #session_jieshao .right {
        width: 43%;
        padding-right: 0
    }

    #session_jieshao .left {
        width: 54%
    }

    #session_tongdian .session-li p {
        margin-top: 18px
    }

    #session_tongdian .session-li {
        min-height: 160px;
        font-size: 14px
    }

    #session_anli {
        padding-bottom: 30px
    }

    #session_anli .session-li-info {
        padding: 30px
    }

    #session_anli .session-info-title {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px
    }

    #session_anli .session-li-info .session-info-img img {
        height: 38px
    }

    #session_anli .session-info-content {
        font-size: 14px;
        letter-spacing: 0
    }

    #session_tuijian .session-title {
        margin-bottom: 35px
    }

    .download-list {
        gap: 10px
    }

    #price .mzbox>div>p:first-of-type,
    .download-title {
        font-size: 22px
    }

    #message .message-box form .form-group textarea {
        padding: 12px 15px
    }

    #message .message-box form .form-group input {
        padding-left: 12px;
        padding-right: 12px
    }

    #message .message-box form .form-group.required:before {
        left: 4px
    }

    #job .mzbox a {
        padding: 30px 8.7%
    }

    .manufacture .session1 .session1-arrows {
        display: none
    }

    .manufacture .session1 .session-title {
        margin-top: 5px
    }

    .manufacture .session1 .session-title,
    .manufacture .session-title {
        font-size: 24px
    }

    .manufacture .session1 {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .manufacture .session2 {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .manufacture .session3 {
        padding-top: 40px
    }

    .manufacture .session4 {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .manufacture .session5 {
        padding-top: 45px;
        padding-bottom: 40px
    }

    .research .session1 .session1-li-content {
        font-size: 36px
    }

    .research .session1 .session1-content>div {
        padding-bottom: 23px
    }

    .research .session1 .session1-content>div:nth-of-type(n+4) {
        padding-top: 23px
    }

    .research .session5 {
        margin-top: -190px
    }

    #company-other .mzbox a {
        padding: 30px 8.7%
    }
}

@media screen and (max-width:960.1px) {
    .met-index-company .gp-dm span {
        color: #1354c3;
        -webkit-background-clip: unset;
        background-clip: unset;
        background: unset
    }

    .met-index-case .case-types>* {
        padding: 13px
    }

    .met-index-case .case-types>* p {
        font-size: 14px
    }

    .inner-banner,
    .inner-banner-img {
        height: 40vh
    }

    .met-showproduct .met-showproduct-main .content p+p {
        margin-top: 13px
    }

    .inner-subtitle {
        font-size: 22px
    }

    .inner-title {
        font-size: 15px
    }

    .met-showproduct .met-showproduct-main .inner-title img {
        height: 15px
    }

    .met-showproduct .met-showproduct-main .content p {
        line-height: 1.2
    }

    .met-showproduct .met-showproduct-main .content {
        height: 120px
    }

    .met-showproduct .met-showproduct-main .info-btns {
        display: none
    }

    #contacts .contacts-li:first-of-type,
    #contacts .contacts-li:last-of-type {
        width: 100%
    }

    #contacts .contacts-li {
        width: 49%
    }

    #service .service-content {
        display: none
    }

    #service .service-content-wap {
        display: block
    }

    #service .service-content-wap-li {
        height: 330px;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
        position: relative
    }

    #service .service-content-wap-li+.service-content-wap-li {
        margin-top: 19px
    }

    #service .service-content-wap-li .session-li-info {
        position: absolute;
        padding-top: 120px;
        z-index: 2;
        width: 100%;
        left: 0;
        top: 0;
        padding-left: 70px;
        padding-right: 70px
    }

    #service .service-content-wap-li .info-title {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        text-align: left;
        margin-top: 10px;
        line-height: 1.4
    }

    #service .service-content-wap-li .info-content {
        font-size: 16px;
        color: #fff;
        height: 0;
        overflow: hidden;
        transition: all .5s ease-in;
        letter-spacing: 1px;
        line-height: 1.5;
        margin-top: 10px;
        height: fit-content;
        opacity: 1
    }

    #service .service-content-wap-li .cover {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(6, 21, 41, .6);
        z-index: 1
    }

    #service .service-content-wap-li .session-li-img {
        height: 100%
    }

    #service .service-content-wap-li .session-li-img img {
        object-position: 66%
    }

    #service .service-content-wap-li .session-li-info {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 60px
    }

    #service .service-content-wap-li .session-li-info .img-fluid {
        margin-left: 0;
        height: 38px
    }

    .job-pics .session-list-swiper {
        display: none
    }

    .job-pics .session-list-wap {
        display: block
    }

    .job-pics .session-list-wap-li {
        height: 330px;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
        position: relative
    }

    .job-pics .session-list-wap-li+.session-list-wap-li {
        margin-top: 19px
    }

    .job-pics .session-list-wap-li .session-li-info {
        position: absolute;
        padding-top: 120px;
        z-index: 2;
        width: 100%;
        left: 0;
        top: 0;
        padding-left: 70px;
        padding-right: 70px
    }

    .job-pics .session-list-wap-li .info-title {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        text-align: left;
        margin-top: 10px;
        line-height: 1.4
    }

    .job-pics .session-list-wap-li .info-content {
        font-size: 16px;
        color: #fff;
        height: 0;
        overflow: hidden;
        transition: all .5s ease-in;
        letter-spacing: 0px;
        line-height: 1.5;
        margin-top: 10px;
        height: fit-content;
        opacity: 1
    }

    .job-pics .session-list-wap-li .cover {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(6, 21, 41, .6);
        z-index: 1
    }

    .job-pics .session-list-wap-li .session-li-img {
        height: 100%
    }

    .job-pics .session-list-wap-li .session-li-img img {
        object-position: 66%
    }

    .job-pics .session-list-wap-li .session-li-info {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 60px
    }

    .job-pics .session-list-wap-li .session-li-info .img-fluid {
        margin-left: 0;
        height: 38px
    }

    .manufacture .session1 .session1-left {
        display: none
    }

    .manufacture .session1 .session1-right {
        width: 100%;
        padding-left: 0
    }

    .manufacture .session1 .scsl-name {
        margin-top: 10px;
        font-size: 16px;
        text-align: center
    }

    .manufacture .session1 .scsl_small_pic {
        margin-top: 19px
    }

    .manufacture .session1 .swiper-slide .scsl_small_pic::before {
        border: 0
    }

    .manufacture .session2 .jmzz-name {
        font-size: 16px
    }

    .manufacture .session4 .mzbox {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 0px;
        margin-bottom: 32px;
        border-bottom: 0
    }

    .manufacture .session4 .mzbox .session-desc {
        width: 100%;
        margin-top: 12px
    }

    .manufacture .session4 .lsfz-name {
        font-size: 16px;
        padding-top: 32px;
        padding-bottom: 32px
    }

    .manufacture .session5 {
        padding-top: 35px
    }

    .manufacture .session5 .mzbox {
        flex-direction: column
    }

    .manufacture .session5 .session-title {
        padding-bottom: 0;
        border: 0
    }

    .manufacture .session5 .szfn_lfet {
        width: 100%
    }

    .manufacture .session5 .index-btn {
        display: none
    }

    .manufacture .session5 .szfn_swiper {
        width: 100%;
        margin-top: 19px
    }

    .comapny-main {
        display: none
    }

    .company-wap {
        display: block;
        padding-bottom: 30px
    }

    .company-wap .inner-title {
        justify-content: flex-start;
        margin-top: 19px
    }

    .company-wap .company-wap-content {
        margin-top: 19px;
        font-size: 15px;
        line-height: 1.6
    }

    #culture .culture-li-content {
        font-size: 14px
    }

    #develop .develop-list-main {
        width: 380px
    }

    #develop .develop-list-img {
        margin-top: 28px
    }
}

@media screen and (max-width:870.1px) {
    .met-index-company .index-ext-info {
        flex-wrap: wrap
    }

    .met-index-company .index-ext-info>div {
        width: 46%
    }

    .met-index-company .index-ext-info>div:last-of-type {
        width: 100%;
        max-width: 100%
    }

    .met-index-company .right {
        width: 90%;
        right: -134px
    }

    .met-index-product .mzbox {
        flex-wrap: wrap
    }

    .met-index-product .index-title .desc,
    .met-index-product .index-title .desc>* {
        font-size: 20px
    }

    .met-index-product .left {
        width: 100%
    }

    .met-index-product .right {
        width: 100%;
        max-width: unset;
        margin-right: 0
    }

    .met-index-product .product-type-swiper,
    .met-index-product .product-type-swiper .swiper {
        height: auto
    }

    .met-index-product .index-title {
        order: -3
    }

    .met-index-product .product-type-swiper {
        order: -2
    }

    .met-index-product .product-li-swiper {
        order: -1
    }

    .met-index-product .left .index-title .desc {
        margin-top: 19px
    }

    .met-index-product .product-type-swiper .swiper-slide .product-type-li {
        position: relative;
        padding-bottom: 9px;
        padding-top: 9px
    }

    .met-index-product .product-type-swiper .swiper-slide .product-type-li h3 {
        font-size: 20px
    }

    .met-index-product .product-type-swiper .swiper-slide.active .product-type-li .line {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%
    }

    .met-index-product .product-li-pic-swiper {
        --swiper-navigation-color: var(--base-color)
    }

    .met-index-product .product-li-pic-swiper .swiper-button-prev,
    .met-index-product .product-li-pic-swiper .swiper-button-next {
        display: block
    }

    .met-index-case .case-types {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 60px;
        gap: 10px
    }

    .met-index-case .case-types>a {
        display: flex
    }

    .met-index-news .desc {
        flex-wrap: wrap
    }

    .met-index-news .desc .news-type {
        width: 100%;
        margin-top: 11px;
        justify-content: flex-start
    }

    .inner-banner .innerbanner-title {
        font-size: 32px
    }

    .position {
        display: none
    }

    .met-column-nav {
        display: none
    }

    .scroll-label {
        display: none
    }

    .met-product-list .product-list-li .product-img img {
        height: 260px
    }

    .product-detail-box .session .product-para-ul {
        display: none !important
    }

    .product-detail-box .product-para-ul-select {
        display: flex
    }

    .met-industry-show .session-title {
        font-size: 28px
    }

    #session_jieshao .left {
        width: 100%
    }

    #session_jieshao .right {
        display: none
    }

    #session_anli .swiper .swiper-slide {
        flex-direction: column-reverse
    }

    #session_anli .session-li-img {
        width: 100%;
        height: 350px;
        border-radius: 10px;
        overflow: hidden
    }

    #session_anli .session-li-info {
        width: 100%
    }

    .download-li {
        width: 49%;
        height: 240px !important
    }

    #price .daily {
        padding-right: 0
    }

    .questions-li {
        height: 260px !important
    }

    #message .message-box form .form-group:nth-of-type(1),
    #message .message-box form .form-group:nth-of-type(2),
    #message .message-box form .form-group:nth-of-type(3),
    #message .message-box form .form-group:nth-last-of-type(3) {
        width: 100%
    }

    #message .message-box form .form-group:nth-last-of-type(1),
    #message .message-box form .form-group:nth-last-of-type(2) {
        width: 48%
    }

    #job .mzbox {
        flex-direction: column
    }

    .research .session1 .session1-content {
        padding: 35px 10px
    }

    .research .session1 .session1-li-title {
        font-size: 14px
    }

    .research .session5 {
        margin-top: -260px
    }

    #company-other .mzbox {
        flex-direction: column
    }

    #develop .develop-list-year {
        font-size: 34px
    }

    #develop .develop-list-content {
        margin-top: 15px
    }

    #develop .develop_type_swiper .swiper-slide .develop-type-name {
        font-size: 14px;
        font-weight: normal
    }

    #develop .develop_type_swiper .swiper-slide-thumb-active .develop-type-line,
    #develop .develop_type_swiper .swiper-slide .develop-type-line {
        background-size: 4px
    }

    .met-shownews h4 {
        font-size: 24px
    }

    .met-shownews .left {
        padding: 40px 35px
    }

    .met-shownews .met-editor {
        padding: 20px 0;
        line-height: 1.5;
        font-size: 14px
    }

    .met-shownews .pagination li a {
        font-size: 14px
    }

    .met-shownews .date-info {
        font-size: 14px
    }

    .in-page .met-page {
        padding-top: 0
    }
}

@media screen and (max-width:768.1px) {

    .index-banner,
    .index-banner>.swiper {
        height: 75vh
    }

    .index-title .desc,
    .index-title .desc>* {
        font-size: 20px
    }

    .inner-banner .innerbanner-desc {
        line-height: 1.4
    }

    .z_sb_bar {
        display: none
    }

    .met-index-company .left {
        width: 61%
    }

    .met-index-company .index-ext-info {
        gap: 11px
    }

    .met-index-company .gp-dm span {
        font-size: 36px
    }

    .met-index-product .product-type-swiper .swiper-slide .product-type-li h3 {
        font-weight: normal
    }

    .met-index-news .news-list .swiper-slide a .index-news-title {
        font-size: 16px;
        height: 38px
    }

    .met-product-list .product-list-li .product-info .product-btns .index-btn+.index-btn {
        display: none
    }

    .met-product-list .product-list-li .product-info .product-title a {
        font-size: 19px
    }

    .met-product-list .product-list-li .product-img img {
        height: auto;
        max-height: 210px
    }

    .met-product-list .product-list-li .product-info {
        padding-bottom: 0;
        padding-top: 7px
    }

    .met-product-list .product-list-li .product-info .line {
        margin-top: 13px;
        margin-bottom: 13px
    }

    .met-showproduct .met-showproduct-main .product-main-info .mzbox {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .met-showproduct .met-showproduct-main .img {
        width: 50%
    }

    .met-showproduct .met-showproduct-main .info {
        width: 100%
    }

    .met-showproduct .met-showproduct-main .product-main-info {
        padding-top: 29px;
        padding-bottom: 29px
    }

    .met-showproduct .met-showproduct-main .content {
        height: auto;
        overflow: unset
    }

    .met-news-list .news-li .news-title {
        font-size: 16px;
        height: 50px
    }

    .met-news-list .news-li .news-date {
        font-size: 14px
    }

    #session_tongdian .session-li {
        width: 49%
    }

    #session_tongdian .session-list {
        gap: unset;
        row-gap: 9px;
        justify-content: space-between
    }

    #session_anli .session-info-title {
        font-size: 20px
    }

    #session_anli .session-li-info .session-info-img img {
        height: 32px
    }

    #session_anli {
        --swiper-pagination-bullet-width: 30px;
        --swiper-pagination-bullet-height: 3px
    }

    #price .cur-price-info {
        padding-left: 5px
    }

    #price .daily>div+div {
        flex-wrap: wrap;
        font-size: 16px
    }

    #price .cur-price {
        font-size: 68px
    }

    .download-li {
        height: 190px !important
    }

    #service .service-content-wap-li .info-title {
        font-size: 20px
    }

    #service .service-content-wap-li .info-content {
        letter-spacing: 0;
        font-size: 15px
    }

    #service .service-content-wap-li .session-li-info .img-fluid {
        height: 32px
    }

    #service .service-content-wap-li {
        height: 290px
    }

    .job-pics .session-list-wap-li .info-title {
        font-size: 20px
    }

    .job-pics .session-list-wap-li .info-content {
        letter-spacing: 0;
        font-size: 15px
    }

    .job-pics .session-list-wap-li .session-li-info .img-fluid {
        height: 32px
    }

    .job-pics .session-list-wap-li {
        height: 290px
    }

    .job-pics .job-sesssion-title,
    .job-list .job-sesssion-title {
        font-size: 24px
    }

    .research .session4 .box4-content {
        transform: rotate(90deg) scale(.8) !important;
        transform-origin: center !important;
        margin-top: -90px
    }

    .research .session5 {
        margin-top: 710px
    }

    .research .session5 .title-box {
        flex-direction: column;
        align-items: flex-start
    }

    .research .session5 .content-type>div {
        width: 128px;
        height: 35px
    }

    .research .session5 .content-type {
        margin-top: 9px
    }
}

@media screen and (max-width:640.1px) {
    .index-banner-pro-swiper .swiper-slide .pro-img {
        width: 100%
    }

    .met-index-company .left {
        width: 100%
    }

    .met-index-company .right {
        opacity: .3
    }

    .met-index-case .case-types>a {
        display: none
    }

    .met-index-case .case-types>* {
        padding: 19px
    }

    .met-index-case .case-types>* p {
        font-size: 16px
    }

    .foot .mzbox .foot-main .right {
        display: none
    }

    .foot .mzbox .foot-main .left {
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 16px
    }

    .foot .foot-extinfo>div .foot-qrcode {
        font-size: 16px
    }

    .foot .foot-extinfo>div:last-of-type {
        font-size: 14px;
        margin-top: 15px
    }

    .product-detail-box .product-para-ul-select select {
        max-width: unset;
        width: auto
    }

    .met-showproduct .met-showproduct-main .img {
        width: 80%
    }

    .met-showproduct .met-showproduct-main .content {
        font-size: 16px
    }

    .industry-img,
    .industry-li.first .industry-img {
        height: 350px
    }

    .download-list {
        gap: 7px
    }

    #price .daily>div:first-of-type {
        font-size: 14px
    }

    #price .price-arrow {
        font-size: 20px;
        line-height: 1
    }

    #price .daily>div+div {
        font-size: 14px
    }

    .download-type-title {
        width: 129px;
        height: 34px;
        border-width: 1px
    }

    .job-btns {
        flex-direction: column;
        width: 100%
    }

    .job-btns>div {
        width: 100%
    }

    .job-session3-li>div {
        padding-left: 20px;
        padding-right: 20px
    }

    .job-session3-li-title {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .job-session3-li-title .job-position {
        font-size: 16px;
        font-weight: normal
    }

    .job-session3-li-title .job-ico span {
        width: 16px
    }

    .job-session3-li .job-sessoin3-li-content .job-info {
        flex-direction: column;
        gap: 13px
    }

    .research .session4 .box4-content {
        transform: rotate(90deg) scale(.75) !important
    }

    #develop .desc-box {
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (max-width:540.1px) {
    .inner-banner .innerbanner-title {
        font-size: 27px
    }

    .inner-banner .innerbanner-desc {
        font-size: 15px
    }

    .met-product-list .product-list-li {
        flex-wrap: wrap
    }

    .met-product-list .product-list-li .product-img,
    .met-product-list .product-list-li .product-info {
        width: 100%
    }

    .met-product-list .product-list-li .product-info {
        margin-top: 19px
    }

    .met-product-list .product-list-li .product-info .product-btns {
        margin-top: 19px
    }

    .met-showproduct .met-showproduct-main .img {
        width: 100%
    }

    .met-news-list .news-li {
        width: 100%
    }

    .industry-img,
    .industry-li.first .industry-img {
        object-position: right;
        height: 300px
    }

    .industry-li .industry-title {
        font-size: 22px;
        margin-bottom: 28px
    }

    .industry-li .industry-info {
        padding-left: 35px;
        padding-right: 35px
    }

    .industry-li .industry-desc {
        font-size: 14px
    }

    .industry-li.first .industry-btns {
        margin-top: 35px
    }

    .index-btn a,
    .index-banner-btns a {
        font-size: 12px
    }

    #session_tongdian .session-li img {
        max-width: 36px
    }

    .met-industry-show .session-content {
        line-height: 1.4
    }

    #price .cur-price {
        font-size: 58px
    }

    .download-title-box {
        padding-top: 15px;
        padding-bottom: 35px
    }

    #contacts .contacts-li {
        width: 100%
    }

    #service .service-content-wap-li .session-li-info {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px
    }

    #service .service-content-wap-li .info-content {
        font-size: 13px
    }

    #service .service-content-wap-li .info-title {
        font-size: 18px
    }

    .questions-li {
        height: 210px !important
    }

    #message .message-box form .form-group input,
    #message .message-box form .met-getcode,
    #message .message-box form .btn {
        height: 44px
    }

    #message .message-box form .btn {
        font-size: 14px;
        line-height: 30px
    }

    .job-pics .session-list-wap-li .session-li-info {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px
    }

    .job-pics .session-list-wap-li .info-content {
        font-size: 13px
    }

    .job-pics .session-list-wap-li .info-title {
        font-size: 18px
    }

    .research .session1 .session1-content>div {
        width: 50%;
        border: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .research .session1 .session1-content>div:nth-of-type(n+3) {
        padding-top: 19px !important
    }

    .research .session4 .box4-content {
        margin-top: -150px;
        transform: rotate(90deg) scale(0.55) !important
    }

    .research .session5 {
        margin-top: 490px
    }
}

@media screen and (max-width:480.1px) {
    .mzbox {
        padding: 0 20px
    }

    .swiper-points {
        left: 20px
    }

    .index-banner-btns {
        display: none
    }

    .index-banner-title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .index-banner .swiper-slide .mzbox.product_banner {
        bottom: 50px
    }

    .index-banner-pro-swiper .swiper-slide .pro-title {
        font-size: 15px
    }

    .met-index-case .case-types>* {
        height: auto !important;
        flex-direction: row
    }

    .met-index-news .desc .news-type {
        display: none
    }

    .product-detail-box .session#session1 table tr>td {
        width: 10%
    }

    .product-detail-box .session#session1 table tr>td:first-of-type {
        width: 39%
    }

    .product-detail-box .session#session1 table tr>td:last-of-type {
        width: 51%
    }

    .met-industry-show .session-title {
        font-size: 26px
    }

    #session_anli .session-li-info {
        padding: 30px 19px
    }

    #session_anli .session-li-info .session-info-img img {
        height: 28px
    }

    #session_anli .session-info-title {
        font-size: 18px
    }

    #session_anli .session-li-img {
        height: 230px
    }

    #session_tongdian .session-li {
        width: 100%
    }

    .download-li {
        width: 100%
    }

    #price .stock-id {
        font-size: 42px
    }

    #price .cur-price {
        font-size: 38px
    }

    #price .daily>div:first-of-type {
        font-size: 12px
    }

    .download-title-box {
        flex-direction: column
    }

    .research .session1 .session1-content>div {
        width: 100%
    }

    .research .session1 .session1-content>div+div {
        padding-top: 19px !important
    }

    .research .session4 .box4-content {
        margin-top: -220px
    }

    .research .session5 {
        margin-top: 460px
    }

    .product-detail-box .product-para-ul-select>div {
        display: none
    }
}

@media screen and (max-width:375.1px) {
    .industry-li.first .industry-info {
        width: 100%
    }

    .industry-img,
    .industry-li.first .industry-img {
        height: 270px
    }

    .industry-li .industry-info {
        padding-left: 25px;
        padding-right: 25px
    }
}