.headline-n101m-2 {
    margin-bottom: 20px
}

.headline-n101m-2 h2 {
    margin: 0;
    line-height: 1.2;
    color: #002d57;
    font-size: 4rem;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .headline-n101m-2 {
        margin-bottom: 20px
    }

    .headline-n101m-2 h2 {
        font-size: 2.6rem
    }
}

.product-list-n4m-1 {
    font-size: 1.4rem
}

.product-list-n4m-1 ul {
    list-style: none;
    overflow: auto;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.product-list-n4m-1 ul li {
    margin: .5rem 0 3rem 0;
    display: block;
    vertical-align: top
}

.product-list-n4m-1 ul li p {
    color: #6c6c6c
}

.product-list-n4m-1 ul li:hover .item {
    border: 1px solid #002d57
}

.product-list-n4m-1 ul li:hover .more {
    border-bottom: 1px solid #002d57;
    color: #002d57
}

.product-list-n4m-1 .item {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    background-color: #fff;
    margin: .8rem 0;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 90%
}

.product-list-n4m-1 .item .square-cont {
    position: absolute;
    width: 100%;
    height: 100%
}

.product-list-n4m-1 .item .cover-image {
    overflow: hidden;
    border-radius: 5px;
    display: block
}

.product-list-n4m-1 .item .cover-image > span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center
}

.product-list-n4m-1 .item .cover-image > span > img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.product-list-n4m-1 .text .th {
    color: #343434;
    margin: .8rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.product-list-n4m-1 .text .th a {
    font-size: 1.6rem;
    text-decoration: none;
    color: #343434
}

.product-list-n4m-1 .text .th a:hover {
    color: #002d57
}

.product-list-n4m-1 .desc {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-list-n4m-1 .more {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    color: #505050;
    border-bottom: 1px solid #f2f2f2;
    text-align: right;
    line-height: 3rem;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
    display: block
}

@media (max-width: 768px) {
    .product-list-n4m-1 ul li {
        margin: 0
    }

    .product-list-n4m-1 ul li p {
        display: none
    }

    .product-list-n4m-1 ul li .more {
        display: none
    }
}

.video-n118m-1 {
    margin-bottom: 60px
}

.video-n118m-1 .item {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    height: initial;
    padding-bottom: 0;
    text-align: center;
    overflow: hidden
}

.video-n118m-1 .item .square-cont {
    position: absolute;
    width: 100%;
    height: 100%
}

.video-n118m-1 .item .co > span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center
}

.video-n118m-1 .item .co > span > img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.video-n118m-1 .item .co > span > img {
    width: 100%
}

.video-n118m-1 .item .co > span .vw-video {
    width: 100%;
    outline: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.video-n118m-1 .item .covpic {
    max-width: 100%;
    height: 520px;
}

.video-n118m-1 .item .mask {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .4;
    background: #000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.video-n118m-1 .item .controls {
    z-index: 2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    min-width: 30%
}

.video-n118m-1 .item .controls .ltc {
    position: absolute;
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px
}

.video-n118m-1 .item .controls .rbc {
    position: absolute;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 32px
}

.video-n118m-1 .item .controls .title {
    font-size: 1.8rem;
    margin: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box
}

.video-n118m-1 .item .controls .play {
    font-size: 30px;
    border: 4px solid;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 55px;
    display: inline-block;
    padding-left: 4px;
    cursor: pointer;
    font-weight: bold;
    margin: 10px
}

.video-n118m-1 .item .controls .play:hover {
    color: #002d57
}

.video-n118m-1 .item:hover img {
    filter: blur(20px);
    transform: scale(1.1)
}

.video-n118m-1 .item:hover .controls .ltc {
    border-left: #7eb01a;
    border-top: #7eb01a
}

.video-n118m-1 .item:hover .controls .rbc {
    border-right: #7eb01a;
    border-bottom: #7eb01a
}

.video-n118m-1.fcb {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.video-n118m-1.fcb .item {
    background: transparent;
    height: 100%
}

.video-n118m-1.fcb .item .vw-video {
    background: #181818;
    max-height: 100%;
    min-height: 80%;
    filter: none !important
}

.video-n118m-1.fcb .item video {
    background: transparent !important
}

@media (max-width: 768px) {
    .video-n118m-1 {
        margin-bottom: 40px
    }

    .video-n118m-1 .item .controls {
        width: 50%
    }

    .video-n118m-1 .item img {
        width: 100%
    }
}

.about-us-list-n118m-3 {
    position: relative;
    background: #f2f2f2;
    margin-bottom: 60px
}

.about-us-list-n118m-3 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -15px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.about-us-list-n118m-3 .owl-nav .owl-prev, .about-us-list-n118m-3 .owl-nav .owl-next {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 0;
    color: #fff;
    background: #002d57;
    opacity: .5;
    font-size: 1.6rem
}

.about-us-list-n118m-3 .owl-nav .owl-prev:hover, .about-us-list-n118m-3 .owl-nav .owl-next:hover {
    opacity: 1
}

.about-us-list-n118m-3 .owl-nav .owl-prev {
    left: 0
}

.about-us-list-n118m-3 .owl-nav .owl-next {
    right: 0
}

.about-us-list-n118m-3 .item {
    background: #fff;
    text-align: center;
    position: relative;
    overflow: hidden
}

.about-us-list-n118m-3 .item img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.about-us-list-n118m-3 .item:hover img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.about-us-list-n118m-3 .text {
    color: #fff;
    text-decoration: none;
    word-break: break-all;
    line-height: 4.8rem;
    height: 4.8rem;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    font-size: 1.6rem
}

.about-us-list-n118m-3 .text:hover {
    color: #7eb01a
}

.about-us-list-n118m-3 .owl-buttons {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0
}

.about-us-list-n118m-3 .owl-buttons .owl-prev {
    position: absolute;
    left: 16px
}

.about-us-list-n118m-3 .owl-buttons .owl-next {
    position: absolute;
    right: 16px
}

.about-us-list-n118m-3 .owl-buttons .imco {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 0;
    color: #fff;
    background: #002d57;
    opacity: .5;
    display: inline-block;
    text-align: center;
    font-size: 1.6rem
}

.about-us-list-n118m-3 .owl-buttons .imco:hover {
    opacity: 1
}

.about-us-list-n118m-3 .owl-pagination {
    display: none
}

@media (max-width: 768px) {
    .about-us-list-n118m-3 {
        margin-bottom: 40px
    }
}

.navigation-n12m-1 {
    z-index: 1041;
    width: 100%;
    position: absolute;
    border-bottom: 10px solid #3c647d
}

.navigation-n12m-1 ul {
    overflow: auto;
    list-style: none;
    margin: 0;
    padding: 0
}

.navigation-n12m-1 a {
    text-decoration: none;
    cursor: pointer
}

.navigation-n12m-1 .logo-link {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 20%;
    height: 96px;
    display: inline-block;
    margin: 0 5px;
    padding: 1px
}

.navigation-n12m-1 .logo-link > span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center
}

.navigation-n12m-1 .logo-link > span > img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.navigation-n12m-1 .navbar-ul .f-down {
    padding: 0 2px 0 1px;
    display: inline-block;
    font-size: 1.6rem;
    color: inherit
}

.navigation-n12m-1 .navbar-ul > li {
    font-size: 1.8rem;
    line-height: 26px;
    margin: 0 0 0 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 3px solid transparent;
    color: #505050
}

.navigation-n12m-1 .navbar-ul > li > a {
    color: inherit
}

.navigation-n12m-1 .navbar-ul > li:hover {
    color: #7eb01a;
    border-bottom: 3px solid #96bd3a
}

.navigation-n12m-1 .navbar-ul > li.active {
    color: #7eb01a;
    border-bottom: 3px solid #96bd3a
}

.navigation-n12m-1 .lv-2 {
    display: none;
    position: absolute;
}

.navigation-n12m-1 .lv-2 a {
    font-size: 1.6rem;
    line-height: 55px;
    height:55px;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .95;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    text-transform: capitalize;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    color: #505050;
    position: relative;
    padding: 0 20px 0 10px
}

.navigation-n12m-1 .lv-2 a:hover {
    background: #f2f2f2;
    color: #7eb01a
}

.navigation-n12m-1 .lv-2 .f-down {
    position: absolute;
    right: 0;
    top: 0
}

.navigation-n12m-1 .lv-3 {
    display: none
}

.navigation-n12m-1 .lv-3 a {
    font-size: 1.6rem;
    line-height: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .95;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    color: #505050;
    padding: 0 10px
}

.navigation-n12m-1 .lv-3 a:hover {
    background: #f2f2f2;
    color: #7eb01a
}

.navigation-n12m-1 .language {
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    color: #505050;
    height: 30px
}

.navigation-n12m-1 .language e {
    line-height: 1.7
}

.navigation-n12m-1 .language e .iconflag {
    margin: 3px 4px 0 0
}
.navigation-n12m-1 .language img{
    height:20px;
    width: 25px;
    line-height: 20px;
    margin: 3px 4px 0 0;
    float: left;
}

.menu {
    flex: none;
    order: 1;
    margin-left: 500px;
}
.menu > ul {
    display: flex;
}
.menu > ul > li {
    display: block;
    position: relative;
}
.menu > ul > li:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    content: '';
    width: 1px;
    height: 12px;
    background-color: #e6e6e6;
}

.menu > ul > li > a {
    display: block;
    position: relative;
    text-align: center;
    padding: 0 20px;
    line-height: 72px;
    font-size: 0;
    color: #333;
    transition: color .4s, background-color .4s;
}
.menu > ul > li > a > img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: auto;
}
.menu > ul > li > a > i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.menu > ul > li > a:hover {
    background-color: #f5f5f5;
    color: #004785;
}
.menu > ul > li ul {
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    -webkit-animation: header-dropdown-in2 0.4s both .1s;
    animation: header-dropdown-in2 0.4s both .1s;
    right: 0;
    max-height: 80vh;
    overflow: visible auto;
}
.menu > ul > li ul li > a {
    display: block;
    padding: 0 24px;
    line-height: 40px;
    white-space: nowrap;
    word-break: keep-all;
    font-size: 0;
    color: #666;
    transition: color .4s, background-color .4s;
}
.menu > ul > li ul li > a > img {
    display: inline-block;
    vertical-align: middle;
    min-width: 22px;
    min-height: 22px;
    height: 16px;
    width: auto;
    margin-right: 8px;
}
.menu > ul > li ul li > a > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.menu > ul > li ul li:hover > a {
    background-color: #e6edf3;
    color: #004785;
}
.menu > ul > li:hover > ul {
    display: block;
}



.box_all{
    overflow: hidden;
    width: 380px;
    font-family: Poppins,"PingFang SC", "Microsoft Yahei", "微软雅黑", Microsoft Yahei, sans-serif;
    font-size: 18px;
    border:1px solid #EEEEEE;
    border-top:2px solid #F57A04;
    padding:0 0 10px 0;
    margin:0 auto;
}
.box {
    padding-left:15px;
    padding-top:5px;
}
.box li{
    line-height: 20px;
    font-size: 12px;
    width: 33%;
    text-align:left;
    float:left;
    list-style-type:none;
}
.box li a{
    padding: 0 0!important;
    line-height: 40px!important;
    font-size: 12px!important;
    color: #666!important;
}

.boxdown{
    cursor:pointer;
    border:1px solid #EEEEEE;
    width:60px;
    height:14px;
    background: #FFFFFF url(../img/down.png) no-repeat 20px;
    margin-left:150px;
    margin-top:-2px;
    border-top: none;
    margin:0 auto;

}
.up{
    cursor:pointer;
    border:1px solid #EEEEEE;
    width:60px;
    height:14px;
    background: #FFFFFF url(../img/up.png) no-repeat 20px;
    margin-left:150px;
    margin-top:-2px;
    border-top: none;
    margin:0 auto;
}

.navigation-n12m-1 .language .list {
    max-height: 800px;
    overflow: auto;
    position: absolute;
    z-index: 20;
    left: -20%;
    top: 29px;
    list-style-type: none;
    height: auto;
    text-align: left;
    opacity: 0;
    display: none;
    scrollbar-width: thin;
    scrollbar-color: #d8d8d8 #f2f2f2
}

.navigation-n12m-1 .language .list::-webkit-scrollbar {
    width: 6px;
    height: 8px
}

.navigation-n12m-1 .language .list::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    border-radius: 10px
}

.navigation-n12m-1 .language .list::-webkit-scrollbar-button {
    height: 0
}

.navigation-n12m-1 .language .list::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    border-radius: 10px
}

.navigation-n12m-1 .language .list li {
    width: 140px;
    padding: 5px 0 0 9px;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #fff
}

.navigation-n12m-1 .language .list li:last-child {
    border-bottom: 0
}
.navigation-n12m-1 .language .list li a {
    color: #505050;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.navigation-n12m-1 .language .list li p {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0 2px 0 32px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.navigation-n12m-1 .language .list li i {
    position: absolute;
    left: 0;
    top: 2px;
}
.navigation-n12m-1 .language .list li img {
    position: absolute;
    left: 0;
    top: -2px;
}

.navigation-n12m-1 .language .list li:hover {
    background-color: #14457c;
}

.navigation-n12m-1 .language .list li:hover a {
    color: #fff
}

.navigation-n12m-1 .language:focus, .navigation-n12m-1 .language:hover {
    color: #7eb01a
}

.navigation-n12m-1 .language:focus .list, .navigation-n12m-1 .language:hover .list {
    opacity: 1;
    display: block
}

.navigation-n12m-1 .search-box {
    display: inline-block;
    margin: 0 0 0 20px
}

.navigation-n12m-1 .search-box .input-text {
    border-radius: 4px 0 0 4px;
    outline: 0;
    width: 220px;
    height: 36px;
    margin: 0;
    border: 0 solid #cbcbcb;
    padding-left: 1rem;
    font-size: 1.4rem;
    color: #505050;
    background: #f2f2f2
}

.navigation-n12m-1 .search-box .search-btn {
    border-radius: 0 4px 4px 0;
    width: 36px;
    height: 36px;
    border: 0;
    background: #002d57;
    cursor: pointer;
    color: #fff;
    font-size: 1.6rem
}

@media (max-width: 1200px) {
    .navigation-n12m-1 {
        background: #f2f2f2
    }

    .navigation-n12m-1 .logo-link {
        height: 60px;
        width: 30%;
        margin: 2px 4px
    }

    .navigation-n12m-1 .bar-icon-btn {
        position: relative;
        float: right;
        padding: 6px 8px 2px 8px;
        margin: 17px 10px 0 10px;
        cursor: pointer;
        z-index: 1051
    }

    .navigation-n12m-1 .bar-icon-btn > span {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background-color: #505050;
        border-radius: 10px;
        height: 2px;
        width: 26px;
        margin-bottom: 7px;
        display: block
    }

    .navigation-n12m-1 .dmenu {
        position: fixed;
        top: 0;
        background-color: #f2f2f2;
        width: 100%
    }

    .navigation-n12m-1 .dmenu .bar-icon-btn > span {
        background-color: #505050
    }

    .navigation-n12m-1 .dmenu .bar-icon-btn > span:nth-child(1) {
        transform: translateY(9px) rotate(45deg)
    }

    .navigation-n12m-1 .dmenu .bar-icon-btn > span:nth-child(2) {
        opacity: 0
    }

    .navigation-n12m-1 .dmenu .bar-icon-btn > span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg)
    }

    .navigation-n12m-1 .dmenu .collapse {
        display: block
    }

    .navigation-n12m-1 .collapse {
        background-color: #f2f2f2;
        position: fixed;
        top: 64px;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1050;
        height: auto !important;
        overflow: auto
    }

    .navigation-n12m-1 .language {
        margin: 0;
        position: initial;
        width: 100%;
        height: auto;
        font-size: 1.3rem;
        text-align: center
    }

    .navigation-n12m-1 .language e {
        display: inline-block;
        margin: 4px 0
    }

    .navigation-n12m-1 .language e .iconflag {
        margin: 1px 4px 0 0
    }

    .navigation-n12m-1 .language .f-down {
        display: none
    }

    .navigation-n12m-1 .language .list {
        opacity: 1;
        display: block;
        width: 100%;
        position: initial;
        text-align: center
    }

    .navigation-n12m-1 .language .list li {
        display: inline-block;
        width: auto;
        line-height: 21px;
        padding: 4px 6px;
        height: 30px
    }

    .navigation-n12m-1 .search-box {
        position: initial;
        width: 100%;
        margin: 0 0 4px 0;
        text-align: center
    }

    .navigation-n12m-1 .search-box .input-text {
        width: 88%;
        display: inline-block;
        border-radius: 4px;
        background: #fff
    }

    .navigation-n12m-1 .search-box .search-btn {
        max-width: 36px;
        width: 10%;
        float: initial;
        border-radius: 4px
    }

    .navigation-n12m-1 .navbar-ul {
        position: relative;
        min-height: 400px;
        width: 100%;
        overflow: hidden
    }

    .navigation-n12m-1 .navbar-ul > li {
        height: auto;
        display: inline-block;
        width: 100%;
        text-align: left;
        margin: 0;
        line-height: 30px;
        font-size: 1.6rem
    }

    .navigation-n12m-1 .navbar-ul > li a {
        line-height: 1.4;
        padding: 10px 15px;
        white-space: break-spaces;
        text-wrap: wrap;
        width: 100%
    }

    .navigation-n12m-1 .navbar-ul .lv-2 {
        position: initial;
        width: 100%;
        padding-top: 0;
        margin-top: 0
    }

    .navigation-n12m-1 .navbar-ul .lv-2 > li {
        height: auto;
        background: transparent;
        border-bottom: 0
    }

    .navigation-n12m-1 .navbar-ul .lv-2 > li a {
        padding: 7px 2em;
        font-size: 1.4rem
    }

    .navigation-n12m-1 .navbar-ul .lv-3 {
        border-bottom: 0;
        position: initial !important;
        display: none !important
    }

    .navigation-n12m-1 .navbar-ul .lv-3 > li {
        background: transparent;
        border-bottom: 0
    }

    .navigation-n12m-1 .navbar-ul .lv-3 > li a {
        padding: 7px 3em;
        font-size: 1.4rem
    }

    .navigation-n12m-1 .navbar-ul .f-down {
        position: absolute;
        right: 16px
    }

    .navigation-n12m-1 .navbar-ul .opened > .subnavs {
        display: block !important
    }

    .navigation-n12m-1 .navbar-ul .opened > a .f-down {
        transform: rotate(180deg)
    }

    .navigation-n12m-1_blk {
        height: 79px;
        width: 100%
    }
}

@media (min-width: 1201px) {
    .navigation-n12m-1 {
        background: #fff
    }

    .navigation-n12m-1.n-pin {
        background-color: #f2f2f2
    }

    .navigation-n12m-1.n-pin .logo-link {
        height: 70px
    }

    .navigation-n12m-1.n-pin .lang-txt-b {
        display: none
    }

    .navigation-n12m-1 .navbar-ul {
        text-align: right
    }

    .navigation-n12m-1 .navbar-ul > li {
        display: inline-block
    }

    .navigation-n12m-1 .navbar-ul > li:hover .lv-2 {
        display: block
    }

    .navigation-n12m-1 .header {
        width: 96%;
        display: flex;
        margin: 2px auto 0 auto
    }

    .navigation-n12m-1 .bar-icon-btn {
        display: none
    }

    .navigation-n12m-1 .collapse {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-end
    }

    .navigation-n12m-1 .lv-2 {
        max-width: 40rem;
        max-height: 50vh;
        padding-top: 22px;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: thin;
        scrollbar-color: #d8d8d8 #f2f2f2;
        margin-left: -10px
    }

    .navigation-n12m-1 .lv-2::-webkit-scrollbar {
        width: 6px;
        height: 8px
    }

    .navigation-n12m-1 .lv-2::-webkit-scrollbar-track {
        background-color: #f2f2f2;
        border-radius: 10px
    }

    .navigation-n12m-1 .lv-2::-webkit-scrollbar-button {
        height: 0
    }

    .navigation-n12m-1 .lv-2::-webkit-scrollbar-thumb {
        background-color: #d8d8d8;
        border-radius: 10px
    }

    .navigation-n12m-1 .lv-2 .f-down {
        transform: rotate(-90deg)
    }

    .navigation-n12m-1 .lv-3 {
        max-width: 35rem;
        max-height: 30vh;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: thin;
        scrollbar-color: #d8d8d8 #f2f2f2;
        position: fixed;
        display: none
    }

    .navigation-n12m-1 .lv-3::-webkit-scrollbar {
        width: 6px;
        height: 8px
    }

    .navigation-n12m-1 .lv-3::-webkit-scrollbar-track {
        background-color: #f2f2f2;
        border-radius: 10px
    }

    .navigation-n12m-1 .lv-3::-webkit-scrollbar-button {
        height: 0
    }

    .navigation-n12m-1 .lv-3::-webkit-scrollbar-thumb {
        background-color: #d8d8d8;
        border-radius: 10px
    }

    .navigation-n12m-1_blk {
        height: 100px;
        width: 100%
    }
}

.carousel-n114m-1 {
    overflow: hidden;
    position: relative;
    margin-bottom: 60px
}

.carousel-n114m-1 .nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.carousel-n114m-1 .nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none
}

.carousel-n114m-1 .nivoSlider .nivo-main-image {
    display: block;
    position: relative;
    width: 100%
}

.carousel-n114m-1 .nivoSlider a.nivo-imageLink {
    z-index: 6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    display: none;
    background: #fff;
    filter: alpha(opacity=0);
    opacity: 0
}

.carousel-n114m-1 .nivoSlider .nivo-slice {
    display: block;
    z-index: 5;
    position: absolute;
    height: 100%;
    top: 0
}

.carousel-n114m-1 .nivoSlider .nivo-box {
    display: block;
    z-index: 5;
    position: absolute;
    overflow: hidden
}

.carousel-n114m-1 .nivoSlider .nivo-box img {
    display: block
}

.carousel-n114m-1 .nivoSlider .nivo-caption {
    display: none !important
}

.carousel-n114m-1 .nivoSlider .nivo-directionNav a {
    font-size: 1.8rem;
    position: absolute;
    z-index: 9;
    top: 55%;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: bold
}

.carousel-n114m-1 .nivoSlider .nivo-directionNav a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.6)
}

.carousel-n114m-1 .nivoSlider .nivo-directionNav .nivo-prevNav {
    left: 6rem
}

.carousel-n114m-1 .nivoSlider .nivo-directionNav .nivo-nextNav {
    right: 6rem
}

.carousel-n114m-1 .nivo-controlNav {
    text-align: center;
    height: 40px;
    position: absolute;
    z-index: 9;
    bottom: 10px;
    width: 100%
}

.carousel-n114m-1 .nivo-controlNav a {
    cursor: pointer;
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -99999px;
    border-radius: 50px;
    margin: 0 7px;
    background: #fff
}

.carousel-n114m-1 .nivo-controlNav a.active {
    background: #002d57
}

@media (max-width: 768px) {
    .carousel-n114m-1 {
        margin-bottom: 40px
    }

    .carousel-n114m-1 .nivo-directionNav {
        display: none
    }

    .carousel-n114m-1 .nivo-controlNav {
        bottom: 10px;
        height: auto
    }
}

.friendly-link-n122m-2 {
    padding: 40px 0 15px 0
}

.friendly-link-n122m-2 footer {
    display: flex
}

.friendly-link-n122m-2 .cinfos {
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 15px;
    flex-shrink: 0;
    min-width: 310px
}

.friendly-link-n122m-2 .cinfos .fllogo {
    text-align: center;
    max-height: 45px;
    max-width: 100%;
    margin: 0 0 20px 0
}

.friendly-link-n122m-2 .cinfos .fllogo img {
    max-width: 100%;
    max-height: 100%
}

.friendly-link-n122m-2 .cinfos .cus {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px
}

.friendly-link-n122m-2 .cinfos .cus i {
    font-size: 26px;
    line-height: 1;
    margin: 0 12px 0 0;
    color: #fff
}

.friendly-link-n122m-2 .cinfos .cus .info {
    display: flex
}

.friendly-link-n122m-2 .cinfos .cus .info .title {
    color: #fff;
    font-size: 1.6rem;
    margin: 0 1rem 0 0;
    font-weight: bold
}

.friendly-link-n122m-2 .cinfos .cus .info .value {
    color: #f2f2f2;
    font-size: 1.6rem;
    word-break: break-word
}

.friendly-link-n122m-2 .cinfos .cus .info .value:hover {
    color: #8ea1b4;
}

.friendly-link-n122m-2 .sns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0
}

.friendly-link-n122m-2 .sns a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    border-radius: 40px;
    text-align: center;
    color: #002d57;
    background: #fff;
    margin: 8px 16px 12px 0;
    display: inline-block;
    text-decoration: none
}

.friendly-link-n122m-2 .sns a:hover {
    background: #e5e5e5
}

.friendly-link-n122m-2 .sns a .f-skype {
    color: #00aff0
}

.friendly-link-n122m-2 .sns a .f-twitter {
    color: #010101
}

.friendly-link-n122m-2 .sns a .f-google-plus {
    color: #cc3b1e
}

.friendly-link-n122m-2 .sns a .f-linkedin {
    color: #006a9a
}

.friendly-link-n122m-2 .sns a .f-facebook {
    color: #4267b2
}

.friendly-link-n122m-2 .sns a .f-instagram {
    color: #4267b2
}

.friendly-link-n122m-2 .sns a .f-youtube {
    color: #4267b2
}

.friendly-link-n122m-2 .sns a .f-comment {
    color: #4267b2
}

.friendly-link-n122m-2 .sns a .f-pinterest {
    color: #e10600
}

.friendly-link-n122m-2 .sns a .f-tiktok {
    color: #740dbc
}

.friendly-link-n122m-2 .links {
    width: 70%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly
}

.friendly-link-n122m-2 .links .blk {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    padding: 0 5px
}

.friendly-link-n122m-2 .links .blk .title {
    color: #fff;
    font-size: 1.8rem;
    margin: 0;
    font-weight: bold;
    margin-bottom: 20px
}

.friendly-link-n122m-2 .links .blk .value {
    color: #f2f2f2;
    font-size: 1.6rem;
    margin-bottom: 12px
}

.friendly-link-n122m-2 .links .blk .value:hover {
    color: #8ea1b4;
}

.friendly-link-n122m-2 .links .blk:nth-child(n+4) {
    display: none
}

@media (max-width: 768px) {
    .friendly-link-n122m-2 .cinfos {
        padding: 0;
        width: 100%
    }

    .friendly-link-n122m-2 .sns a {
        margin: 4px 8px 6px 0
    }

    .friendly-link-n122m-2 .links {
        display: none
    }
}

.copyright-n101m-1 {
    text-align: center;
    font-size: 1.6rem;
    height: 50px;
    line-height: 50px;
    color: #fff;
    opacity: .8
}

@media (max-width: 768px) {
    .copyright-n101m-1 {
        height: 42px;
        line-height: 42px
    }
}

.contact-box-n101m-1 {
    position: fixed;
    bottom: 38%;
    right: 0;
    z-index: 1041
}

.contact-box-n101m-1 ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.contact-box-n101m-1 a {
    text-decoration: none;
    cursor: pointer
}

.contact-box-n101m-1 .item {
    position: relative
}

.contact-box-n101m-1 .item.hide {
    display: none
}

.contact-box-n101m-1 .item .qrcode {
    padding: 15px;
    max-width: 150px;
    max-height: 150px;
    background: #fff
}

.contact-box-n101m-1 .item i {
    display: block;
    color: #fff;
    background: #002d57;
    padding: 9px 13px;
    font-size: 24px;
    width: 50px;
    height: 50px
}

.contact-box-n101m-1 .item i:hover {
    background: #00050a
}

.contact-box-n101m-1 .item .tools {
    display: none;
    min-width: 80px;
    min-height: 40px;
    position: absolute;
    top: 4px;
    right: 100%;
    padding-right: 8px
}

.contact-box-n101m-1 .item .tools:before, .contact-box-n101m-1 .item .tools:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid
}

.contact-box-n101m-1 .item .tools:before {
    z-index: 2;
    right: -5px;
    top: 14px;
    border-width: 7px;
    border-color: transparent transparent transparent #fff
}

.contact-box-n101m-1 .item .tools:after {
    z-index: 1;
    right: -8px;
    top: 13px;
    border-width: 8px;
    border-color: transparent transparent transparent #e5e5e5
}

.contact-box-n101m-1 .item .tools .imco:before {
    margin-right: 6px
}

.contact-box-n101m-1 .item .tools:hover:before {
    border-color: transparent transparent transparent #58788a
}

.contact-box-n101m-1 .item .tools a {
    display: block;
    padding: 10px 16px;
    color: #505050;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 1.6rem;
    line-height: 20px;
    white-space: nowrap;
    cursor: pointer
}

.contact-box-n101m-1 .item .tools a:nth-child(n+2) {
    border-top: 0
}

.contact-box-n101m-1 .item .tools a:hover {
    color: #001730;
    background: #58788a
}

.contact-box-n101m-1 .item:hover .tools {
    display: block
}

.contact-box-n101m-1 .modal {
    padding-right: 0 !important
}

.contact-box-n101m-1 .pnl {
    height: 100%;
    color: #fff;
    position: relative
}

.contact-box-n101m-1 .pnl .close {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 29px;
    font-size: 26px;
    background: transparent;
    right: 5px;
    top: 5px;
    text-align: center;
    border: 0;
    color: #e5e5e5
}

.contact-box-n101m-1 .pnl .close:hover {
    color: #002d57
}

.contact-box-n101m-1 .pnl .search-box {
    position: absolute;
    top: 35%;
    width: 100%
}

.contact-box-n101m-1 .pnl .search-box .input-text {
    outline: 0;
    height: 40px;
    width: 80%;
    margin: 0 0 0 5%;
    background: #fff;
    color: #505050;
    border: 0;
    float: left;
    padding-left: 1rem;
    font-size: 1.6rem
}

.contact-box-n101m-1 .pnl .search-box .search-btn {
    position: absolute;
    left: 85%;
    width: 50px;
    height: 40px;
    border: 0;
    background: #002d57;
    cursor: pointer;
    color: #fff;
    font-size: 20px
}

.contact-box-n101m-1 .mid-pnl {
    width: 100%;
    background: rgba(0, 0, 0, 0.8)
}

.contact-box-n101m-1 .home, .contact-box-n101m-1 .b2t {
    display: none
}

.contact-box-n101m-1-blk {
    display: none
}

@media (max-width: 768px) {
    .contact-box-n101m-1 {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px
    }

    .contact-box-n101m-1 ul {
        display: flex;
        justify-content: space-around;
        background: #fff
    }

    .contact-box-n101m-1 .item {
        float: left
    }

    .contact-box-n101m-1 .item .tools {
        top: auto;
        bottom: 100%;
        right: 50%;
        transform: translateX(50%);
        padding-right: 0;
        padding-bottom: 8px
    }

    .contact-box-n101m-1 .item .tools:before {
        top: auto;
        bottom: -5px;
        right: 50%;
        transform: translateX(50%) translateY(0);
        border-color: #fff transparent transparent transparent
    }

    .contact-box-n101m-1 .item .tools:after {
        top: auto;
        right: 50%;
        bottom: -8px;
        transform: translateX(50%) translateY(0);
        border-color: #e5e5e5 transparent transparent transparent
    }

    .contact-box-n101m-1 .item .tools:hover:before {
        border-color: #58788a transparent transparent transparent
    }

    .contact-box-n101m-1 .item i {
        color: #002d57;
        background: #fff
    }

    .contact-box-n101m-1 .home {
        display: block
    }

    .contact-box-n101m-1 .b2t {
        display: none !important
    }

    .contact-box-n101m-1-blk {
        height: 50px;
        display: block
    }
}

.about-us-list-n118m-1 {
    background: #7eb01a;
    color: #fff;
    transform: skew(-10deg);
    margin: 0 10px
}

.about-us-list-n118m-1 .about-bg {
    border-radius: 5px;
}

.about-us-list-n118m-1 .about-bg ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

.about-us-list-n118m-1 .about-bg ul li {
    flex: auto;
    align-items: center;
    display: flex;
    text-align: center;
    webkit-justify-content: center;
    justify-content: center;
    margin: 10px 0;
    border-right: 1px solid #adc95f;
    transform: skew(10deg)
}

.about-us-list-n118m-1 .about-bg ul li:nth-child(2) {
    border-right: 0
}

.about-us-list-n118m-1 .about-bg ul li:last-child {
    border-right: 0
}

.about-us-list-n118m-1 .about-bg ul li .data-con {
    text-align: left
}

.about-us-list-n118m-1 .about-bg ul li .data-con label {
    font-weight: normal;
    font-size: 2rem;
    margin: 0;
    line-height: 1.2
}

.about-us-list-n118m-1 .about-bg ul li .data-con span {
    display: block;
    font-size: 1.4rem
}

@media (min-width: 768px) {
    .about-us-list-n118m-1 {
        margin: 0 30px;
        transform: skew(-20deg)
    }

    .about-us-list-n118m-1 .about-bg ul {
        top: 0;
        padding: 0;
        flex-wrap: nowrap
    }

    .about-us-list-n118m-1 .about-bg ul li {
        transform: skew(20deg)
    }

    .about-us-list-n118m-1 .about-bg ul li:nth-child(2) {
        border-right: 1px solid #adc95f
    }

    .about-us-list-n118m-1 .about-bg ul li .data-con label {
        font-size: 1.6rem
    }
}

@media (min-width: 1280px) {
    .about-us-list-n118m-1 .about-bg ul li .data-con label {
        font-size: 2rem
    }
}

@media (min-width: 1440px) {
    .about-us-list-n118m-1 .about-bg {
        padding: 5px
    }

    .about-us-list-n118m-1 .about-bg ul li .data-con label {
        font-size: 3.2rem
    }
}

.paragraph-n118m-1 {
    overflow: hidden;
    padding: 5px;
    margin-bottom: 60px
}

.paragraph-n118m-1 .text-content {
    color: #343434;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: left;
    white-space: break-spaces
}

.paragraph-n118m-1 .text-content p {
    color: #343434;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: left;
    white-space: break-spaces
}

.paragraph-n118m-1 .text-content table, .paragraph-n118m-1 .text-content td, .paragraph-n118m-1 .text-content p, .paragraph-n118m-1 .text-content img, .paragraph-n118m-1 .text-content video {
    max-width: 100%
}

.paragraph-n118m-1 .btn {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    cursor: pointer;
    text-align: center;
    height: 40px;
    line-height: 40px;
    max-width: 150px;
    padding: 0 25px;
    font-size: 1.6rem;
    display: block;
    text-transform: uppercase;
    color: #fff;
    background: #002d57;
    text-decoration: none
}

.paragraph-n118m-1 .btn span {
    margin: 0 6px 0 0
}

.paragraph-n118m-1 .btn i {
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.paragraph-n118m-1 .btn:before {
    background: #002d57;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.paragraph-n118m-1 .btn:hover {
    background: #7eb01a
}

.paragraph-n118m-1 .btn:hover:before {
    width: 38px;
    opacity: 1;
    background: #5c8a0e
}

.paragraph-n118m-1 .btn:hover i {
    -ms-transform: translate(25px, 0);
    -moz-transform: translate(25px, 0);
    -webkit-transform: translate(25px, 0);
    -o-transform: translate(25px, 0);
    transform: translate(25px, 0)
}

@media (max-width: 768px) {
    .paragraph-n118m-1 {
        margin-bottom: 40px
    }

    .paragraph-n118m-1 .text-content p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
        display: -webkit-box
    }

    .paragraph-n118m-1 .btn {
        margin: 0 auto
    }
}

.news-list-n118m-1 {
    margin: 5px 0 25px 0
}

.news-list-n118m-1 ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.news-list-n118m-1 ul li {
    padding: 16px 16px;
    margin: 0 0 16px 0;
    border-radius: 5px;
    box-shadow: 0 0 8px #e5e5e5;
    position: relative
}

.news-list-n118m-1 ul li:last-child {
    margin-bottom: 0
}

.news-list-n118m-1 ul li:before {
    background: #7eb01a;
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.news-list-n118m-1 ul li a {
    text-decoration: none;
    color: #343434;
    display: flex;
    flex-direction: row
}

.news-list-n118m-1 ul li a .time {
    width: 90px;
    margin: 0 25px 0 0;
    text-align: center;
    line-height: 1.1;
    flex: none
}

.news-list-n118m-1 ul li a .time span {
    display: block;
    color: #505050;
    line-height: 1.4;
    font-size: 1.6rem
}

.news-list-n118m-1 ul li a .time .day {
    color: #002d57;
    font-size: 3.2rem
}

.news-list-n118m-1 ul li a .content {
    flex: auto;
    overflow: hidden;
    font-size: 1.4rem;
    color: #505050;
    line-height: 1.8
}

.news-list-n118m-1 ul li a .content h2 {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 0 .5rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #343434
}

.news-list-n118m-1 ul li a .content .text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.6;
    font-size: 1.6rem
}

.news-list-n118m-1 ul li a:hover .time span, .news-list-n118m-1 ul li a:hover h2, .news-list-n118m-1 ul li a:hover .text {
    color: #fff
}

.news-list-n118m-1 ul li:hover:before {
    background: #7eb01a;
    opacity: 1;
    width: 100%
}

@media (max-width: 1680px) {
    .news-list-n118m-1 ul li {
        padding: 10px 16px
    }
}

@media (max-width: 1440px) {
    .news-list-n118m-1 ul li {
        padding: 8px
    }

    .news-list-n118m-1 ul li a .time {
        width: auto;
        height: auto;
        margin: 0 15px 0 0
    }

    .news-list-n118m-1 ul li a .time .day {
        font-size: 2rem
    }

    .news-list-n118m-1 ul li:last-child {
        display: none
    }
}

@media (max-width: 768px) {
    .news-list-n118m-1 ul li:last-child {
        display: block
    }

    .news-list-n118m-1 ul li:last-child a .content h2 {
        color: #002d57;
        font-size: 1.6rem
    }
}

.case-list-n118m-1 {
    position: relative;
    overflow: hidden;
    padding: 30px 0 40px 0
}

.case-list-n118m-1 .back-pob {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    transform: skew(230deg);
    z-index: -2;
    opacity: .1;
    position: absolute;
    background: #7eb01a
}

.case-list-n118m-1 .lbp {
    width: 320px;
    height: 150px;
    top: -105px;
    left: -130px
}

.case-list-n118m-1 .mbp {
    width: 300px;
    height: 120px;
    top: -30px;
    right: 150px;
    opacity: .6
}

.case-list-n118m-1 .rbp {
    width: 320px;
    height: 120px;
    bottom: 10px;
    right: -100px
}

.case-list-n118m-1:hover .lbp {
    left: 0
}

.case-list-n118m-1:hover .mbp {
    left: -50px;
    top: 100px
}

.case-list-n118m-1:hover .rbp {
    right: 250px
}

.case-list-n118m-1 .container .item {
    width: 100%;
    float: left
}
.case-list-n118m-1 .container .item .mask{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .4;
    background: #000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.case-list-n118m-1 .container .item .controls{
    z-index: 2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    color: #fff;
    min-width: 30%
}
.case-list-n118m-1 .container .item .controls .play{
    font-size: 30px;
    border: 4px solid;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 55px;
    display: inline-block;
    padding-left: 4px;
    cursor: pointer;
    font-weight: bold;
    margin: 10px
}
.case-list-n118m-1 .container .item .controls .play:hover{
    color: #002d57;
}
.case-list-n118m-1 .container .item .controls .play:hover img{
    filter: blur(20px);
    transform: scale(1.1);
}
.case-list-n118m-1 .item .controls .ltc {
    position: absolute;
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px
}

.case-list-n118m-1 .item .controls .rbc {
    position: absolute;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 32px
}

.case-list-n118m-1 .item:hover .controls .ltc {
    border-left: #7eb01a;
    border-top: #7eb01a
}

.case-list-n118m-1 .item:hover .controls .rbc {
    border-right: #7eb01a;
    border-bottom: #7eb01a
}

.case-list-n118m-1 .container .item .blk {
    border: 1px solid #cbcbcb;
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    transition: border .5s;
    overflow: hidden;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 60%
}

.case-list-n118m-1 .container .item .blk .square-cont {
    position: absolute;
    width: 100%;
    height: 100%
}

.case-list-n118m-1 .container .item .blk .cover-image > span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center
}

.case-list-n118m-1 .container .item .blk .cover-image > span > img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.case-list-n118m-1 .container .item .blk .cover-image img {
    transition: all .5s;
    width: 100%;
    height: 100%
}

.case-list-n118m-1 .container .item .title {
    display: block;
    font-size: 1.6rem;
    line-height: 1.576;
    text-align: center;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #343434;
    margin: 0;
    padding: 10px 10px 0 10px;
    text-decoration: none
}

.case-list-n118m-1 .container .item:hover .blk {
    border: 1px solid #002d57
}

.case-list-n118m-1 .container .item:hover .title {
    color: #7eb01a
}

.case-list-n118m-1 .container .item:hover img {
    transform: scale(1.1, 1.1)
}
.case-list-n118m-1 .container .item p{
    font-size: 14px;
    line-height: 150%;
}

.case-list-n118m-1 .container .owl-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -15px
}

.case-list-n118m-1 .container .owl-buttons .owl-prev {
    position: absolute;
    left: 16px
}

.case-list-n118m-1 .container .owl-buttons .owl-next {
    position: absolute;
    right: 16px
}

.case-list-n118m-1 .container .owl-buttons .imco {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    border: 0;
    color: #fff;
    background: #002d57;
    opacity: .8;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    font-weight: bold
}

.case-list-n118m-1 .container .owl-buttons .imco:hover {
    opacity: 1;
    background: #7eb01a
}

.case-list-n118m-1 .container .owl-pagination {
    display: none
}

@media (min-width: 768px) {
    .case-list-n118m-1 {
        padding: 40px 0 60px 0
    }

    .case-list-n118m-1 .container .item .title {
        font-size: 1.8rem
    }

    .case-list-n118m-1 .container .owl-carousel {
        margin: 0 -15px
    }

    .case-list-n118m-1 .container .owl-item {
        padding: 0 15px
    }

    .case-list-n118m-1 .container .owl-buttons {
        margin-left: 30px
    }
}

.about-us-list-n107m-4 {
    margin-bottom: 40px
}

.about-us-list-n107m-4 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.about-us-list-n107m-4 ul li {
    display: flex;
    padding: 0 10px 30px 10px;
    align-items: center;
    justify-content: center
}

.about-us-list-n107m-4 ul li .cover {
    flex: none;
    margin-right: 32px;
    width: 96px
}

.about-us-list-n107m-4 ul li .cover > img {
    display: flex;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.about-us-list-n107m-4 ul li .cover > img.loaded {
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-bottom: 0
}

.about-us-list-n107m-4 ul li .intro {
    flex: auto;
    width: 100%
}

.about-us-list-n107m-4 ul li .intro > h4 {
    font-size: 1.8rem;
    line-height: 1.576;
    font-weight: normal;
    color: #343434;
    text-transform: uppercase;
}

.about-us-list-n107m-4 ul li .intro > p {
    font-size: 1.6rem;
    line-height: 1.576;
    color: #888;
    text-align: justify;
    width: 100%;
    margin: 0 0 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box
}

@media (max-width: 1200px) {
    .about-us-list-n107m-4 ul li {
        padding: 20px;
        flex-direction: column
    }

    .about-us-list-n107m-4 ul li .cover {
        margin-right: 0;
        margin-bottom: 0;
        width: 72px
    }

    .about-us-list-n107m-4 ul li .intro > h4 {
        text-align: center;
        margin: 5px 0
    }

    .about-us-list-n107m-4 ul li .intro > p {
        text-align: center
    }
}

@media (max-width: 768px) {
    .about-us-list-n107m-4 {
        margin-bottom: 30px
    }

    .about-us-list-n107m-4 ul li {
        padding: 10px
    }

    .about-us-list-n107m-4 ul li .cover {
        margin-bottom: 0;
        width: 56px
    }

    .about-us-list-n107m-4 ul li .intro > h4 {
        font-size: 1.6rem
    }

    .about-us-list-n107m-4 ul li .intro > p {
        font-size: 1.4rem
    }
}


.area-background-n3m-13 {
    position: relative
}

.area-background-n3m-13.zone {
    padding: 60px 40px 0 40px;
    margin-bottom: 80px
}

@media (max-width: 768px) {
    .area-background-n3m-13.zone {
        padding: 30px 25px 0 25px;
        margin-bottom: 40px
    }
}

.area-background-n3m-13.zone.lastaz {
    margin-bottom: 0 !important;
    padding-top: 0 !important
}

.area-background-n3m-13.zone > .area-background-cont {
    z-index: 4
}

.area-background-n3m-13.widget > .area-background-cont {
    z-index: 5
}

.area-background-n3m-13 > .area-background-cont {
    overflow: hidden;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 110%
}

.area-background-n3m-13 > .area-background-cont .back-pob {
    position: absolute;
    width: 130px;
    height: 400px;
    transform: skew(45deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.area-background-n3m-13 > .area-background-cont .pob {
    background: #002d57;
    opacity: .5;
    z-index: 6;
    left: 20px;
    top: 220px
}

.area-background-n3m-13 > .area-background-cont .lbp {
    background: #58788a;
    opacity: .5;
    z-index: 6;
    left: -25px;
    top: 25px
}

.area-background-n3m-13 > .area-background-cont .rbp {
    background: #3c647d;
    opacity: .5;
    z-index: 6;
    right: -100px;
    top: 100px
}

.area-background-n3m-13:hover .pob {
    left: -50px;
    opacity: .6
}

.area-background-n3m-13:hover .lbp {
    left: -50px;
    background: #879296
}

.area-background-n3m-13:hover .rbp {
    background: #103e63;
    right: 50px
}

.area-background-n4m-72 {
    position: relative;
    overflow: hidden
}

.area-background-n4m-72.zone {
    padding: 60px 40px 0 40px;
    margin-bottom: 80px
}

@media (max-width: 768px) {
    .area-background-n4m-72.zone {
        padding: 30px 25px 0 25px;
        margin-bottom: 40px
    }
}

.area-background-n4m-72.zone.lastaz {
    margin-bottom: 0 !important;
    padding-top: 0 !important
}

.area-background-n4m-72.zone > .area-background-cont {
    z-index: -20
}

.area-background-n4m-72.widget > .area-background-cont {
    z-index: -19
}

.area-background-n4m-72 > .area-background-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #000, #00284e)
}