﻿@charset 'utf-8';

body {
    font-family: Arial, Helvetica, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;

    overflow-x: hidden;

    width: 1920px;
    max-width: 100%;
    margin: 0 auto;

    color: #000;
}

body.fixed {
    overflow: hidden;
}

.b {
    font-family: 'Be Vietnam';
}

.o {
    font-family: 'Oswald';
}

.ff,
.pagination .next:before,
.pagination .prev:before,
.header .cart a:before,
.slick-arrow:before,
.banner .mobile-video:before,
.more-box span:after,
.advantages-slick-nav .slick-slide:before,
.advantages-slick-nav .slick-slide:after,
.index-case .list .item .intro:after,
.index-news .item:after,
.more-box a:after,
.product-details-wrap .slider-nav .product-video:after,
.inquiry-form form .submit:before,
.about-wrap .history-slick-nav .item:before,
.contact-wrap .info-list li:before,
.footer .contact-box p:before {
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.all,
.video-box>a[data-src]:not([data-src='']):after,
.video-box .img-box[data-src]:not([data-src='']):after,
.banner .slick-arrow:after,
.banner .mobile-video:after,
.index-case .list .item .mask,
.index-news .item .pic,
.index-news .item .pic:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.goog-te-menu-frame {
    z-index: 999999999 !important;
}

.txt p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}

@media (max-width: 767px) {
    .txt p {
        font-size: 14px;
    }
}

.txt img {
    max-width: 100%;
    height: auto !important;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;

    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #bdbdbd;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}

.clamp,
.index-about .info-box p,
.index-news .item p,
.product-list .intro p,
.news-list .txt p {
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
}

.t1,
.index-news .item h3,
.news-list h3 {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.ts,
.header .language-box a span,
.banner .slick-arrow,
.banner .slick-arrow:after,
.more-box span:after,
.num-box .item,
.advantages-slick-nav .slick-slide:before,
.advantages-slick-nav .slick-slide:after,
.advantages-slick-nav .item:after,
.index-case .list .item .mask,
.index-case .list .item .intro,
.index-case .list .item>h3,
.index-news .item:after,
.index-news .item .pic,
.inside-nav li a:after,
.menu-wrap,
.product-list .item,
.more-box a:after,
.product-details-wrap .inquiry-btn a,
.about-wrap .history-slick-nav .item,
.about-wrap .history-slick-nav .item:before,
.news-list>li,
.news-list .more a,
.online-wrap .online a {
    -webkit-transition: .4s;
    transition: .4s;
}

.bg,
.more-box span:after {
    background: #002fa7;
    background: -webkit-linear-gradient(left, #0068b7 0%, #63a9fc 100%);
    background: -webkit-gradient(linear, left top, right top, from(#0068b7), to(#63a9fc));
    background: linear-gradient(to right, #0068b7 0%, #63a9fc 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0068b7', endColorstr='#63a9fc', GradientType=1);
}

.table-box {
    overflow: auto;

    width: 100%;
    max-width: 100%;
}

.table-box col {
    width: auto !important;
}

.table-box table {
    font-size: 16px;
    line-height: 1.2;

    width: 100% !important;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    color: #333;
    background-color: #fff;
}

@media (max-width: 767px) {
    .table-box table {
        font-size: 14px;
    }
}

.table-box table tr,
.table-box table td,
.table-box table th {
    width: auto !important;
    height: auto !important;
}

.table-box table td,
.table-box table th {
    padding: 10px !important;
    border: 1px solid #a0a0a0 !important;
}

@media (max-width: 991px) {

    .table-box table td,
    .table-box table th {
        padding: 12px 8px !important;
    }
}

@media (max-width: 767px) {

    .table-box table td,
    .table-box table th {
        padding: 8px 8px !important;
    }

    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th * {
        font-size: 12px !important;
    }
}

@media (max-width: 575px) {

    .table-box table td,
    .table-box table th {
        padding: 8px 8px !important;
    }

    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th * {
        font-size: 2.7vmin !important;
    }
}

.table-box table tr p,
.table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}

.table-box table img {
    max-width: 100%;
    height: auto !important;
}

.video-box {
    overflow: hidden;
}

@media (min-width: 1200px) {

    .video-box>a img,
    .video-box .img-box img {
        -webkit-transition: transform .7s;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
    }

    .video-box>a:hover img,
    .video-box .img-box:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}

.video-box>a[data-src]:not([data-src='']),
.video-box .img-box[data-src]:not([data-src='']) {
    cursor: pointer;
}

.video-box>a[data-src]:not([data-src='']):after,
.video-box .img-box[data-src]:not([data-src='']):after {
    -webkit-transition: 1.2s;
    transition: 1.2s;
}

.video-box>a[data-src]:not([data-src='']):after,
.video-box .img-box[data-src]:not([data-src='']):after {
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .5);
}

.video-box>a[data-src]:not([data-src='']) .v-btn,
.video-box .img-box[data-src]:not([data-src='']) .v-btn {
    display: block;
}

@media (min-width: 1200px) {

    .video-box>a[data-src]:not([data-src='']):hover:after,
    .video-box .img-box[data-src]:not([data-src='']):hover:after {
        background-color: rgba(0, 0, 0, .2);
    }

    .video-box>a[data-src]:not([data-src='']):hover .mask-btn:after,
    .video-box .img-box[data-src]:not([data-src='']):hover .mask-btn:after {
        -webkit-animation: scale 2000ms linear infinite;
        animation: scale 2000ms linear infinite;
    }
}

.video-box .v-btn {
    font-size: 60px;
    line-height: 1;

    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    display: none;

    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    color: #fff;
    border-radius: 50%;
}

.video-box .v-btn.mask-btn {
    box-shadow: 0 0 5px 15px rgba(255, 255, 255, .5);
}

.video-box .v-btn.mask-btn:before {
    position: relative;
    z-index: 2;

    display: block;
}

@media (max-width: 991px) {
    .video-box .v-btn {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .video-box .v-btn {
        font-size: 45px;
    }

    .video-box .v-btn.mask-btn {
        box-shadow: 0 0 2px 10px rgba(255, 255, 255, .5);
    }
}

.video-box>a:not(.img-box) {
    position: relative;

    display: block;
}

@media only screen and (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}

@media only screen and (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}

.pagination {
    display: block;

    margin: 80px 0 0;

    text-align: center;
}

@media (max-width: 1199px) {
    .pagination {
        margin-top: 60px;
    }
}

@media (max-width: 991px) {
    .pagination {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .pagination {
        margin-top: 30px;
    }
}

.pagination a,
.pagination span:not(.ellipsis) {
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;

    display: inline-block;
    overflow: hidden;

    width: 38px;
    height: 38px;
    margin: 0 5px;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;

    color: #424242;
    border-radius: 50%;
    background-color: #f0f0f0;
}

@media (min-width: 1200px) {

    .pagination a,
    .pagination span:not(.ellipsis) {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .pagination a:hover,
    .pagination span:not(.ellipsis):hover {
        color: #fff;
        background-color: #002fa7;
    }
}

@media (max-width: 1199px) {

    .pagination a:active,
    .pagination span:not(.ellipsis):active {
        color: #fff;
        background-color: #002fa7;
    }
}

@media (max-width: 767px) {

    .pagination a,
    .pagination span:not(.ellipsis) {
        font-size: 12px;
        line-height: 25px;

        width: 25px;
        height: 25px;
        margin: 0 3px;
    }
}

.pagination span.current {
    color: #fff;
    border-color: #002fa7;
    background-color: #002fa7;
}

.pagination span.current.prev,
.pagination span.current.next {
    display: none;
}

.container {
    max-width: 1440px !important;
}

.pagination .next,
.pagination .prev {
    border-radius: 3px;
}

.pagination .prev:before {
    content: '\e9b5';
}

.pagination .next:before {
    content: '\e72f';
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

@media (min-width: 1200px) {
    .container {
        width: 100% !important;
    }

    .header {
        position: relative;
        z-index: 999;
    }

    .header.fixed .header-box {
        position: fixed;
        bottom: 100%;
        left: 0;

        width: 100%;

        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.header {
    height: 92px !important;
}

.header-box {
    height: 92px !important;
}

@media (max-width: 1199px) {
    body {
        padding-top: 60px;
    }

    .header {
        position: fixed;
        top: 0;
        width: 100%;
        height: 60px !important;
        z-index: 99;
    }

    .header-box {
        height: 60px !important;
    }

    .header .logo img {
        height: 50px !important;
        margin-top: -5px;
    }
}

.header .header-box {
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
}

.header .container {
    font-size: 0;

    position: relative;
    align-items: center;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.header .container:after {
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}

.header .container>* {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}

.header .container .search-wrap {
    display: none;
}

.header .logo {
    margin-top: 5px;
}

.header .logo>a {
    display: inline-block;

    text-align: center;
    vertical-align: middle;
}

.header .logo img {
    max-width: 100%;
}

.header .logo .pic {
    padding: 5px 0;
}

@media (max-width: 767px) {
    .header .logo .pic {
        width: 78px;
    }
}

.header .header-r {
    text-align: right;
}

@media (min-width: 1200px) {
    .header .header-r {
        float: right;
    }
}

.header .header-r>div,
.header .header-r>button {
    display: inline-block;

    vertical-align: middle;
}

@media (max-width: 1199px) {
    .header .header-r>.nav {
        display: none;
    }
}

.header .header-r>.google-translate {
    margin-left: 30px;
}

@media (max-width: 1349px) {
    .header .header-r>.google-translate {
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .header .header-r>.google-translate {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .header .header-r>.google-translate {
        margin-left: 5px;
        margin-left: .2vmin;
    }
}

.header .google-translate {
    min-width: 110px;
}

.header .find {
    font-size: 22px;

    display: inline-block;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
}

.header .find:before {
    font-family: 'iconfont' !important;
    font-style: normal;

    content: '\e660';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header .find span {
    margin-left: 7px;
}

@media (max-width: 1469px) {
    .header .find span {
        display: none;
    }
}

@media (min-width: 1200px) {
    .header .find {
        color: #fff;
    }

    .header .find:hover {
        color: #002fa7 !important;
    }
}

.header .cart {
    margin: 0 30px;
}

@media (min-width: 1200px) {
    .header .cart {
        color: #fff;
    }
}

@media (min-width: 1200px) and (max-width: 1349px) {
    .header .cart {
        margin: 0 20px;
    }
}

@media (max-width: 575px) {
    .header .cart {
        margin: 0 15px;
    }
}

.header .cart var {
    font-style: normal;
}

.header .cart a {
    position: relative;

    display: block;
}

.header .cart a:before,
.header .cart a var {
    display: inline-block;

    vertical-align: middle;
}

.header .cart a:before {
    font-size: 28px;
    line-height: 1;

    content: '\e646';
}

@media (min-width: 1200px) {
    .header .cart a:hover {
        color: #002fa7;
    }

    .header .cart a:hover span {
        text-decoration: underline;
    }
}

.header .language-box {
    text-decoration: underline;

    color: #002fa7;
}

@media (min-width: 1200px) {
    .header .language-box {
        border-right: 1px solid #aba8a8;
    }
}

.header .language-box a {
    display: block;

    padding: 10px 20px;
}

@media (min-width: 1200px) {
    .header .language-box a:hover span {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.header .language-box a span {
    display: block;
}

@media (max-width: 1349px) {
    .header .language-box a {
        padding: 5px 10px;
    }
}

.header .nav-collapse {
    position: relative;

    display: none;

    width: 28px;
    height: 28px;
    padding: 0;

    cursor: pointer;

    background: none;
}

@media (max-width: 1199px) {
    .header .nav-collapse {
        display: inline-block;

        margin-left: 30px;

        vertical-align: middle;
    }

    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 20px;
        right: 20px;

        display: block;

        border: none;
    }
}

@media (max-width: 767px) {
    .header .nav-collapse {
        margin-left: 20px;
    }
}

@media (max-width: 575px) {
    .header .nav-collapse {
        margin-left: 3vmin;
    }
}

.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;

    width: 28px;
    height: 2px;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #fff;
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    display: block;

    content: '';
}

.header .nav-collapse .btn-line:nth-child(1) {
    top: 25%;
}

.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
    top: 75%;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

    opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}

.header .nav-collapse-xs .btn-line {
    background-color: #333;
}

.header .xs-nav {
    position: absolute;
    bottom: 10px;
    left: 0;

    display: none;

    width: 100%;
    padding: 0 10px;

    text-align: left;
}

@media (max-width: 1199px) {
    .header .xs-nav {
        display: block;
    }
}

.header .xs-nav li {
    display: inline-block;

    vertical-align: middle;
}

.header .xs-nav a {
    font-size: 14px;
    line-height: 24px;

    position: relative;

    display: inline-block;

    padding: 0 5px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
}

.header .xs-nav a:after {
    position: absolute;
    top: 0;
    right: 0;

    content: '/';

    color: #fff;
}

.header .xs-nav a:last-child:after {
    display: none;
}

.header .xs-nav a:active span {
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .header .nav {
        display: inline-block !important;

        text-align: left;
    }
}

@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 99999998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 60px 12%;

        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #000;
    }

    .header .nav .nav-box,
    .header .nav .container {
        width: 100%;
        height: 100%;
    }

    .header .nav .container {
        padding: 0;
    }

    .header .nav .tbl,
    .header .nav .tbl-cell {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .nav .tbl {
        width: 100%;
        height: 100%;
    }

    .header .nav .tbl-cell {
        position: relative;

        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .header .nav {
        padding: 60px 8%;
    }
}

.header .nav.left-100 {
    -webkit-transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transform: translate3d(-100%, 0, 0);
}

.header .nav.left-200 {
    -webkit-transform: translateX(-200%);
    -webkit-transform: translate3d(-200%, 0, 0);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    transform: translate3d(-200%, 0, 0);
}

.header .nav.left-300 {
    -webkit-transform: translateX(-300%);
    -webkit-transform: translate3d(-300%, 0, 0);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%);
    transform: translate3d(-300%, 0, 0);
}

.header .nav.left-400 {
    -webkit-transform: translateX(-400%);
    -webkit-transform: translate3d(-400%, 0, 0);
    -ms-transform: translateX(-400%);
    transform: translateX(-400%);
    transform: translate3d(-400%, 0, 0);
}

.header .nav.left-500 {
    -webkit-transform: translateX(-500%);
    -webkit-transform: translate3d(-500%, 0, 0);
    -ms-transform: translateX(-500%);
    transform: translateX(-500%);
    transform: translate3d(-500%, 0, 0);
}

.header .nav .nav-list1 {
    position: relative;
}

@media (min-width: 1200px) {
    .header .nav .nav-list1 {
        margin-right: 10px;
    }

    .header .nav .nav-list1>li {
        position: relative;

        display: inline-block;

        padding: 0 23px;

        text-align: left;
        vertical-align: middle;
    }

    .header .nav .nav-list1>li:first-child:before {
        display: none;
    }

    .header .nav .nav-list1>li>a {
        font-size: 16px;
        font-weight: bold;

        position: relative;

        display: inline-block;

        padding: 34px 0;

        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;

        color: #000;
    }

    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #002fa7;
    }

    .header .nav .nav-list1 ul {
        font-size: 14px;

        position: absolute;

        display: none;

        text-align: left;
        letter-spacing: 0;

        background-color: #fff;
        background-clip: padding-box;
        box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .15);
    }

    .header .nav .nav-list1 ul li:hover>a {
        text-decoration: underline;

        color: #002fa7;
    }

    .header .nav .nav-list1 ul a {
        position: relative;

        display: block;

        padding: 5px 15px;
    }

    .header .nav .nav-list1 .nav-list2 {
        z-index: 10;
        top: 100%;
        left: 50%;

        min-width: 140px;
        padding: 15px 0;
    }

    .header .nav .nav-list1 .nav-list2>li {
        position: relative;

        white-space: nowrap;
    }

    .header .nav .nav-list1 .nav-list2>li>a {
        display: block;

        padding: 5px 15px;

        text-align: center;
    }

    .header .nav .nav-list1 .nav-list2 ul {
        position: absolute;
        top: 0;
        left: 100%;

        min-width: 120px;
        padding: 10px 0;

        border-left: 1px solid transparent;
    }
}

@media (min-width: 1200px) and (max-width: 1469px) {
    .header .nav .nav-list1>li {
        padding: 0 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1349px) {
    .header .nav .nav-list1>li {
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        width: 100%;
    }

    .header .nav .nav-list1 ul {
        display: none !important;
    }

    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-15px) rotateX(90deg);
        transform: translateX(-15px) rotateX(90deg);

        opacity: 0;
    }

    .header .nav .nav-list1>a {
        font-size: 20px;

        color: #fff;
    }
}

.header .mask-nav {
    display: none;
}

@media (max-width: 1199px) {
    .header .mask-nav {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}

.header .mask-nav .nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .mask-nav .nav-top .back-btn:before {
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;

    content: '\e9b5';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header .mask-nav .nav-top .nav-title {
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}

@media (max-width: 767px) {
    .header .mask-nav .nav-top .nav-title {
        font-size: 20px;
        font-size: 5vmin;
    }
}

.header .mask-nav .content {
    position: relative;

    overflow: auto;

    height: 85%;
    margin-top: 4%;

    -ms-touch-action: pan-y;
    touch-action: pan-y;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}

.header .mask-nav .content::-webkit-scrollbar {
    width: 5px;
    height: 5px;

    border-radius: 5px;
    background-color: #fff;
}

.header .mask-nav .content::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.header .mask-nav .content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #666;
}

.header .mask-nav .content::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}

.header .mask-nav .content ul li {
    font-size: 20px;
    line-height: 2;

    margin: 10px 0;

    text-align: left;
}

@media (max-width: 767px) {
    .header .mask-nav .content ul li {
        font-size: 4.5vmin;
        line-height: 1.6;

        margin: 0;
        margin-bottom: 5px;
    }
}

.header .mask-nav .content ul li.more {
    position: relative;
}

.header .mask-nav .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}

.header .mask-nav .content ul li a {
    display: inline-block;

    text-transform: capitalize;
}

.header .mask-nav .content ul ul {
    display: none;
}

.header .nav-2 {
    left: 100%;
}

.header .nav-3 {
    left: 200%;
}

.header .nav-4 {
    left: 300%;
}

.header .nav-5 {
    left: 400%;
}

.header .fade-out ul {
    text-align: left;
}

@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}

.header .fade-out ul .more {
    padding-right: 25px;
}

@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        overflow: auto;

        max-height: 100%;
        margin: 0;

        opacity: 1;

        -ms-touch-action: pan-y;
        touch-action: pan-y;
        /*定义滚动条轨道 内阴影+圆角*/
        /*定义滑块 内阴影+圆角*/
        /*滑块效果*/
    }

    .header .fade-out ul.nav-list1::-webkit-scrollbar {
        width: 5px;
        height: 5px;

        border-radius: 5px;
        background-color: #fff;
    }

    .header .fade-out ul.nav-list1::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    }

    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #666;
    }

    .header .fade-out ul.nav-list1::-webkit-scrollbar-thumb:hover {
        border-radius: 5px;
        background: rgba(0, 0, 0, .4);
    }

    .header .fade-out ul.nav-list1 a {
        text-transform: uppercase;

        color: #fff;
    }

    .header .fade-out ul.nav-list1>li {
        position: relative;

        margin: 10px 0;
    }

    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }

    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }

    .header .fade-out ul.nav-list1>li>a {
        font-size: 18px;
        line-height: 1.6;
    }

    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 1.5vmin 0;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li>a {
        font-size: 4.8vmin;
    }
}

@media (max-width: 1199px) and (max-width: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 4.5vmin;
    }
}

.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}

.header .xs-language {
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}

@media (min-width: 1200px) {
    .header .xs-language {
        display: none;
    }
}

.header .xs-language a {
    font-size: 16px;

    color: #fff;
}

.header .xs-language span {
    margin: 0 5px;

    color: #fff;
}

@media (min-width: 1200px) {
    .search-wrap {
        position: relative;

        display: inline-block !important;
    }
}

@media (max-width: 1199px) {
    .search-wrap {
        position: absolute;
        z-index: 3;
        top: 100%;
        right: 0;

        padding: 15px;

        -webkit-animation: avia_pop .3s 1 cubic-bezier(.175, .885, .32, 1.275);
        animation: avia_pop .3s 1 cubic-bezier(.175, .885, .32, 1.275);

        background-color: #fff;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    }
}

@media (max-width: 767px) {
    .search-wrap {
        right: 15px;

        padding: 10px;
    }
}

.search-box {
    position: relative;

    overflow: hidden;

    width: 155px;
    max-width: 100%;

    border-radius: 30px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .search-box {
        width: 200px;
    }
}

.search-box input::-webkit-input-placeholder,
.search-box textarea::-webkit-input-placeholder {
    color: #cdcdcd;
}

.search-box input:-o-placeholder,
.search-box textarea:-o-placeholder {
    color: #cdcdcd;
}

.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
    color: #cdcdcd;
}

.search-box input:-ms-input-placeholder,
.search-box textarea:-ms-input-placeholder {
    color: #cdcdcd;
}

.search-box input:focus::-webkit-input-placeholder,
.search-box textarea:focus::-webkit-input-placeholder {
    color: #999;
}

.search-box input:focus::-o-placeholder,
.search-box textarea:focus::-o-placeholder {
    color: #999;
}

.search-box input:focus::-moz-placeholder,
.search-box textarea:focus::-moz-placeholder {
    color: #999;
}

.search-box input:focus::-ms-input-placeholder,
.search-box textarea:focus::-ms-input-placeholder {
    color: #999;
}

.search-box input {
    font-size: 12px;

    display: block;

    width: 100%;
    /* padding: 5px 50px 5px 10px; */

    color: #999;
    border: 1px solid #aba8a8;
    border-radius: 30px;
    background-color: #fcfcfc;
}

.search-box .submit {
    font-size: 18px;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    padding: 2px 12px;

    text-align: center;

    color: #aba8a8;
    background: none;
}

.search-box .submit:before {
    font-family: 'iconfont' !important;
    font-style: normal;

    content: '\e635';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
    .search-box .submit {
        -webkit-transition: .3s;
        transition: .3s;
    }

    .search-box .submit:hover {
        color: #002fa7;
    }
}

@media (max-width: 1199px) {
    .search-box .submit:active {
        color: #002fa7;
    }
}

button:focus {
    outline: none !important;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;

    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;

    border-radius: 8px;
    background-color: #ddd;
}

.slick-dots li.slick-active {
    background-color: #002fa7 !important;
}

@media (max-width: 767px) {
    .slick-dots li {
        width: 6px;
        height: 6px;
        margin: 0 3px;

        border-radius: 6px;
    }
}

.slick-dots li button {
    display: none;
}

.slick-arrow {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;

    position: absolute;
    z-index: 5;
    top: 50%;

    display: block;

    width: 30px;
    height: 30px;
    padding: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    letter-spacing: 0;

    color: #333;
    border-radius: 50%;
    background: #f0f0f0;
}

@media (min-width: 1200px) {
    .slick-arrow {
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slick-arrow:hover {
        color: #fff;
        background-color: #002fa7;
    }
}

@media (max-width: 1199px) {
    .slick-arrow:active {
        color: #fff;
        background-color: #002fa7;
    }
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    content: '\eb60';
}

.slick-next {
    right: 0;
}

.slick-next:before {
    content: '\e625';
}

.banner {
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;

    background-color: #f5f5f5;
}

.banner img {
    display: block;

    width: 100%;
}

.banner .slick {
    overflow: hidden;
}

@media (max-width: 1199px) {
    .banner .slick {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}

@media (max-width: 991px) {
    .banner .slick {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}

.banner .slick-arrow {
    line-height: 30px;

    top: auto;
    right: auto;
    bottom: 5%;
    left: 5%;

    width: 30px;
    height: 30px;

    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;

    color: #888;
    border-radius: 50%;
    background: none;
}

.banner .slick-arrow:after {
    content: '';

    border: 1px solid #888;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    .banner .slick-arrow:hover {
        color: #002fa7;
    }

    .banner .slick-arrow:hover:after {
        border-color: #002fa7;
        border-top-color: #b8ddfa;
    }
}

.banner .slick-prev:before {
    content: '\e9b7';
}

.banner .slick-prev:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.banner .slick-next {
    margin-left: 50px;
}

.banner .slick-next:before {
    content: '\e610';
}

.banner .slick-next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.banner .slick-dots {
    position: absolute;
    z-index: 2;
    bottom: 8%;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner .item {
    position: relative;

    display: block;
}

.banner .item>a {
    display: block;
    overflow: hidden;
}

.banner .item>a>img {
    position: relative;
    left: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 1850px) and (max-width: 1920px) {
    .banner .item>a>img {
        width: auto;
    }
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.banner .hide-arrow .slick-arrow,
.banner .hide-arrow .slick-dots {
    display: none !important;
}

.banner .hide-video video {
    display: none !important;
}

.banner-video-box {
    position: relative;

    display: block;

    padding-bottom: 38.54166667%;

    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
    position: absolute;
    z-index: 10;
}

.banner-video-box .fluid_initial_play {
    background-color: #002fa7 !important;
}

.banner .mobile-video {
    position: relative;
}

.banner .mobile-video:after {
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
    font-size: 50px;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: '\e644';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.title {
    position: relative;
    z-index: 3;

    margin-bottom: 80px;
}

@media (max-width: 1199px) {
    .title {
        margin-bottom: 70px;
    }
}

@media (max-width: 991px) {
    .title {
        margin-bottom: 55px;
    }
}

@media (max-width: 767px) {
    .title {
        margin-bottom: 35px;
    }
}

.title.center {
    text-align: center;
}

.title h2 {
    font-size: 35px;
    font-weight: bold;

    margin: 0;

    text-transform: capitalize;

    color: #000;
}

@media (max-width: 1199px) {
    .title h2 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .title h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}

.title .mask-txt {
    font-size: 180px;
    font-weight: bold;
    line-height: 1;

    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
    text-transform: uppercase;

    color: #fafafa;
}

@media (max-width: 1199px) {
    .title .mask-txt {
        font-size: 150px;
    }
}

@media (max-width: 991px) {
    .title .mask-txt {
        font-size: 120px;
    }
}

@media (max-width: 767px) {
    .title .mask-txt {
        font-size: 100px;
        font-size: 13vw;
    }
}

.more-box span {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding-right: 45px;

    color: #002fa7;
}

.more-box span:after {
    font-size: 1.3em;

    position: absolute;
    top: 0;
    right: 0;

    width: 30px;
    height: 30px;

    content: '\e6a6';
    text-align: center;

    color: #fff;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    .more-box span {
        -webkit-transition: .4s;
        transition: .4s;
    }

    .more-box span:hover {
        text-decoration: underline;
    }
}

.index-box {
    position: relative;
    z-index: 2;

    overflow: hidden;

    padding: 80px 0;
}

@media (max-width: 1199px) {
    .index-box {
        padding: 75px 0;
    }
}

@media (max-width: 991px) {
    .index-box {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .index-box {
        padding: 45px 0;
    }
}

.index-product,
.index-case {
    padding-bottom: 0;
}

.index-product {
    padding-bottom: 40px;
    background-image: url(../images/LEADING\ PRODUCT.jpg);
    background-size: 100% 100%;
}

.index-about {
    background-image: url(../images/COMPANY\ DETAILS.jpg);
    background-size: 100% 100%;
}

.index-product .list {
    margin-top: -30px;
}

.index-product .list .item {
    background-color: #e5e6e7;
}

@media (min-width: 1200px) {
    .index-product .list .item {
        opacity: 0;
    }
}

@media (max-width: 575px) {
    .index-product .list .item {
        padding: 10px;
    }
}

.index-product .list .item>div {
    float: none;

    vertical-align: middle;
}

.index-product .list .item .img-box {
    padding-bottom: 100%;
}

.index-product .list .item .pic {
    width: 58.46153846%;
}

@media (max-width: 1199px) {
    .index-product .list .item .pic {
        width: 380px;
    }
}

@media (max-width: 991px) {
    .index-product .list .item .pic {
        width: 260px;
    }
}

@media (max-width: 767px) {
    .index-product .list .item .pic {
        width: 200px;
    }
}

@media (max-width: 575px) {
    .index-product .list .item .pic {
        width: 35%;
    }
}

.index-product .list .item .intro {
    width: 41.53846154%;
}

@media (max-width: 1349px) {
    .index-product .list .item .intro h3 {
        margin-top: 20px;
    }
}

@media (max-width: 1199px) {
    .index-product .list .item .intro {
        width: -webkit-calc(100% - 380px);
        width: calc(100% - 380px);
    }
}

@media (max-width: 991px) {
    .index-product .list .item .intro {
        width: -webkit-calc(100% - 260px);
        width: calc(100% - 260px);
    }
}

@media (max-width: 767px) {
    .index-product .list .item .intro {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
    }
}

@media (max-width: 575px) {
    .index-product .list .item .intro {
        width: 65%;
        padding-left: 15px;
    }

    .index-product .list .item .intro h3 {
        margin-top: 5px;
    }

    .index-product .list .item .intro p {
        max-height: 90px;

        -webkit-line-clamp: 3;
    }

    .index-product .list .item .intro .more-box {
        display: none;
    }
}

.index-product .item-box {
    background-size: cover;
}

@media (min-width: 1200px) {
    .index-product .item-box:hover .item {
        opacity: 1;
    }
}

.num-box {
    padding-top: 30px;
}

@media (max-width: 1349px) {
    .num-box {
        padding-top: 20px;
    }
}

@media (max-width: 575px) {
    .num-box {
        padding-top: 0;
    }
}

.num-box .list {
    font-size: 0;

    margin: 0 -5px;
    padding: 0;
}

.num-box li {
    font-size: 14px;

    position: relative;

    display: inline-block;

    max-width: 25%;
    margin-top: 30px;
    padding: 0 5px;

    vertical-align: top;
}

@media (max-width: 991px) {
    .num-box li {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .num-box li {
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .num-box li {
        width: 50%;
    }
}

.num-box .item {
    position: relative;

    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}

.num-box .intro {
    position: relative;
    z-index: 2;

    display: inline-block;

    max-width: 100%;

    text-align: center;
}

.num-box .number {
    font-size: 28px;
    font-weight: bold;

    position: relative;

    white-space: nowrap;

    color: #002fa7;
}

@media (max-width: 767px) {
    .num-box .number {
        font-size: 24px;
    }
}

.num-box .number * {
    line-height: 1;
}

.num-box .number span {
    position: relative;
    z-index: 10;
}

.num-box .timer {
    position: relative;
}

.num-box .timer:after {
    font-size: .45714286em;

    position: absolute;
    top: 5px;
    left: 100%;

    display: block;

    margin-left: 10px;

    content: '+';
}

.num-box sub {
    font-size: .5em;

    bottom: 0;
}

.num-box sup {
    font-size: 2.42857143em;

    top: 0;

    vertical-align: top;
}

@media (max-width: 1199px) {
    .num-box sup {
        font-size: 1.8em;
    }
}

@media (max-width: 767px) {
    .num-box sup {
        font-size: 1.2em;
    }
}

.num-box p {
    margin: 0;

    color: #666;
}

.index-about h3 {
    font-size: 20px;
    font-weight: bold;

    margin: 25px 0 10px;

    text-transform: uppercase;
}

.index-about .info-box .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
@media (max-width: 575px) {
    .index-about .info-box .txt{
        -webkit-line-clamp: 4;
    }
}

@media (max-width: 1469px) {
    .index-about h3 {
        margin-top: 30px;
    }
}

@media (max-width: 1349px) {
    .index-about h3 {
        margin-top: 15px;
    }
}

.index-about .info {
    position: relative;
}

.index-about .info:after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;

    width: 1920px;
    height: 50%;

    content: '';
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    /* background-color: #fafafa; */
}

.index-about .info-box p {
    height: auto;

    -webkit-line-clamp: 6;
}

@media (max-width: 991px) {
    .index-about .video-box {
        width: 690px;
        max-width: 100%;
        margin: 20px auto 0;
    }
}

.index-about .video-box .img-box {
    padding-bottom: 65.2173913%;
}

.index-about .about-list li {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .index-about .about-list {
        margin: 0 -8px;
    }

    .index-about .about-list li {
        margin-top: 16px;
        padding: 0 8px;
    }
}

.index-about .about-list .img-box {
    padding-bottom: 71.11111111%;
}

@media (min-width: 1200px) {
    .index-about .about-list .img-box img {
        -webkit-transition: transform .7s;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
    }

    .index-about .about-list .img-box:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}

.advantages-slick-nav {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .advantages-slick-nav {
        margin-bottom: 25px;
        padding: 0 35px;
    }
}

.advantages-slick-nav .slick-list {
    margin: 0 -8px;
}

.advantages-slick-nav .slick-arrow.slick-disabled {
    display: none !important;
}

.advantages-slick-nav .slick-slide {
    position: relative;

    padding: 0 8px 9px;
}

.advantages-slick-nav .slick-slide:before,
.advantages-slick-nav .slick-slide:after {
    position: absolute;
    bottom: 0;

    content: '';
    content: '\e62f';

    opacity: 0;
    color: #002fa7;
}

@media (max-width: 1199px) {

    .advantages-slick-nav .slick-slide:before,
    .advantages-slick-nav .slick-slide:after {
        font-size: 12px;

        bottom: 2px;
    }
}

.advantages-slick-nav .slick-slide:before {
    left: 0;
}

.advantages-slick-nav .slick-slide:after {
    right: 0;
}

.advantages-slick-nav .slick-current:before,
.advantages-slick-nav .slick-current:after {
    opacity: 1;
}

.advantages-slick-nav .slick-current:before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.advantages-slick-nav .slick-current:after {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.advantages-slick-nav .slick-current .item:after {
    width: 100%;
}

.advantages-slick-nav .item {
    position: relative;

    padding-bottom: 10px;

    cursor: pointer;
    text-align: center;
}

.advantages-slick-nav .item:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #002fa7;
}

.advantages-slick-nav .pic {
    display: inline-block;

    width: 40px;
}

@media (max-width: 1199px) {
    .advantages-slick-nav .pic {
        width: 35px;
    }
}

@media (max-width: 991px) {
    .advantages-slick-nav .pic {
        width: 30px;
    }
}

.advantages-slick-nav h3 {
    font-size: 20px;
    font-weight: bold;

    margin: 15px 0 0;

    color: #002fa7;
}

@media (max-width: 1199px) {
    .advantages-slick-nav h3 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .advantages-slick-nav h3 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .advantages-slick-nav h3 {
        font-size: 14px;

        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .advantages-slick-for .pic {
        float: left;

        width: 57.44680851%;
        margin-right: 30px;
    }
}

.advantages-slick-for .img-box {
    padding-bottom: 45.67901235%;
}

.advantages-slick-for h3 {
    font-size: 20px;
    font-weight: bold;

    margin: 50px 0 10px;
}

@media (max-width: 1469px) {
    .advantages-slick-for h3 {
        margin-top: 40px;
    }
}

@media (max-width: 1349px) {
    .advantages-slick-for h3 {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .advantages-slick-for h3 {
        font-size: 18px;

        margin-top: 25px;
    }
}

.index-case .list {
    margin: -10px -5px 0;
}

.index-case .list li {
    float: left;

    margin-top: 10px;
    padding: 0 5px;
}

.index-case .list li:nth-child(1),
.index-case .list li:nth-child(2) {
    width: 28.87323944%;
}

.index-case .list li:nth-child(1) .img-box,
.index-case .list li:nth-child(2) .img-box {
    padding-bottom: 115%;
}

@media (max-width: 991px) {

    .index-case .list li:nth-child(1),
    .index-case .list li:nth-child(2) {
        width: 50%;
    }
}

.index-case .list li:nth-child(3),
.index-case .list li:nth-child(6) {
    width: 25.35211268%;
}

.index-case .list li:nth-child(3) .img-box,
.index-case .list li:nth-child(6) .img-box {
    padding-bottom: 63.71428571%;
}

@media (max-width: 991px) {

    .index-case .list li:nth-child(3),
    .index-case .list li:nth-child(6) {
        width: 59.8%;
    }
}

.index-case .list li:nth-child(4),
.index-case .list li:nth-child(5) {
    width: 16.90140845%;
}

.index-case .list li:nth-child(4) .img-box,
.index-case .list li:nth-child(5) .img-box {
    padding-bottom: 97.82608696%;
}

@media (max-width: 991px) {

    .index-case .list li:nth-child(4),
    .index-case .list li:nth-child(5) {
        width: 40.2%;
    }
}

@media (min-width: 992px) {
    .index-case .list li:nth-child(2) {
        float: right;
    }
}

.index-case .list .item {
    position: relative;

    display: block;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .index-case .list .item img {
        -webkit-transition: transform .7s;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
    }

    .index-case .list .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}

@media (min-width: 1200px) {
    .index-case .list .item:hover>h3 {
        -webkit-transform: translateY(101%);
        -ms-transform: translateY(101%);
        transform: translateY(101%);
    }

    .index-case .list .item:hover .mask {
        opacity: 1;
    }

    .index-case .list .item:hover .intro {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.index-case .list .item img {
    object-fit: cover;
}

.index-case .list .item .mask {
    z-index: 3;

    opacity: 0;
    background-color: rgba(1, 73, 149, .6);
}

.index-case .list .item .intro {
    position: absolute;
    top: 50%;
    left: 0;

    overflow: auto;

    width: 100%;
    max-height: 100%;
    padding: 15px;

    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    text-align: center;

    color: #fff;
}

.index-case .list .item .intro::-webkit-scrollbar {
    width: 5px;
    height: 5px;

    background-color: #f5f5f5;
}

.index-case .list .item .intro::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.index-case .list .item .intro::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #bdbdbd;
}

.index-case .list .item .intro::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
}

.index-case .list .item .intro:after {
    font-size: 18px;
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin-top: 14px;

    content: '\e619';

    color: #fff;
    border-radius: 50%;
    background-color: #002fa7;
}

.index-case .list .item .intro p {
    line-height: 2.14285714;

    margin: 0;

    text-align: left;
}

.index-case .list .item>h3 {
    font-size: 18px;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    margin: 0;
    padding: 10px;

    color: #fff;
    background-color: rgba(1, 73, 149, .6);
}

@media (max-width: 575px) {
    .index-case .list .item>h3 {
        font-size: 16px;
        font-size: 3.3vmin;

        padding: 8px;
    }
}

.index-news .list {
    margin-top: -30px;
}

.index-news .list>li {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .index-news .list {
        margin-top: -20px;
    }

    .index-news .list>li {
        width: 100%;
        margin-top: 20px;
    }
}

.index-news .item {
    position: relative;
    z-index: 2;

    display: block;
    overflow: hidden;

    padding: 55px 10px 20px;

    text-align: center;
}

.index-news .item:after {
    font-size: 25px;
    line-height: 1;

    display: inline-block;

    margin-top: 15px;

    content: '\e610';

    opacity: 0;
    color: #002fa7;
}

@media (max-width: 1199px) {
    .index-news .item:after {
        display: none;
    }
}

@media (min-width: 1200px) {
    .index-news .item:hover:after {
        opacity: 1;
    }

    .index-news .item:hover .pic {
        opacity: 1;
    }

    .index-news .item:hover .date,
    .index-news .item:hover h3,
    .index-news .item:hover p {
        color: #fff;
    }
}

@media (max-width: 1199px) {
    .index-news .item {
        padding: 25px 10px;
    }
}

@media (max-width: 767px) {
    .index-news .item {
        padding: 0;
    }
}

.index-news .item .pic {
    z-index: -1;

    opacity: 0;
}

.index-news .item .pic:before {
    z-index: 2;

    content: '';

    background-color: rgba(1, 73, 149, .5);
}

.index-news .item .date {
    font-weight: bold;

    color: #002fa7;
}

.index-news .item h3 {
    font-size: 18px;
    font-weight: bold;

    margin: 10px 0;
}

@media (max-width: 575px) {
    .index-news .item h3 {
        font-size: 16px;
    }
}

.index-news .item p {
    line-height: 1.78571429;

    height: auto;
    max-height: 75px;

    color: #666;

    -webkit-line-clamp: 3;
}

.public-banner {
    position: relative;

    overflow: hidden;

    width: 100%;
}

.public-banner img {
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1199px) {
    .public-banner img {
        width: 140%;
    }
}

.inside-nav {
    z-index: 2;

    width: 100%;

    text-align: center;

    color: #bbbcbc;
}

.inside-nav ul {
    border-bottom: 1px solid #dcdcdc;
}

.inside-nav li {
    display: inline-block;
}

.inside-nav li:after {
    margin: 0 30px;

    content: '|';
}

@media (max-width: 767px) {
    .inside-nav li:after {
        margin: 0 20px;
    }
}

@media (max-width: 575px) {
    .inside-nav li:after {
        margin: 0 15px;
    }
}

.inside-nav li:last-child:after {
    display: none;
}

.inside-nav li a {
    position: relative;

    display: inline-block;

    padding: 10px 0;
}

.inside-nav li a:after {
    position: absolute;
    bottom: -2px;
    left: 50%;

    width: 0;
    height: 3px;

    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #002fa7;
}

@media (min-width: 1200px) {
    .inside-nav li a:hover {
        color: #002fa7;
    }
}

.inside-nav .active a:after {
    width: 100%;
}

.xs-nav {
    margin: 0 -10px 30px;
}

.xs-nav li {
    font-size: 16px;
    font-size: 4vmin;
    line-height: 1.8;

    display: inline-block;

    padding: 0 10px;
}

.xs-nav .active {
    font-weight: bold;

    color: #002fa7;
}

.breadcrumb {
    margin: 0 0 0 10px;
    padding: 0;

    color: #999;
    background: none;
}

@media (max-width: 767px) {
    .breadcrumb {
        font-size: 12px;

        text-align: left;
    }
}

.breadcrumb li {
    text-transform: capitalize;
}

.breadcrumb li a:hover {
    text-decoration: underline;

    color: #002fa7;
}

.breadcrumb>li+li:before {
    padding: 0 4px 0 3px;

    content: '>';

    color: #999;
}

@media (max-width: 767px) {
    .breadcrumb>li+li:before {
        padding: 0 3px 0 5px;
    }
}

.xs-product-nav {
    padding: 20px 0 35px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

@media (max-width: 767px) {
    .xs-product-nav {
        padding-bottom: 20px;
    }
}

.xs-product-nav .nav-wrap {
    overflow-x: auto;

    padding: 5px 0;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}

.xs-product-nav .nav-wrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}

.xs-product-nav .nav-wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.xs-product-nav .nav-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}

.xs-product-nav .nav-wrap::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}

.xs-product-nav ul {
    font-size: 16px;

    position: relative;

    display: inline-block;

    white-space: nowrap;
}

@media (max-width: 767px) {
    .xs-product-nav ul {
        font-size: 15px;
    }
}

.xs-product-nav ul li {
    display: inline-block;

    margin-left: 20px;
}

.xs-product-nav ul li:first-child {
    margin-left: 0;
}

.xs-product-nav ul .active {
    font-weight: bold;

    color: #002fa7;
}

.xs-product-nav a {
    position: relative;
}

.main-title {
    position: relative;

    padding: 21px 0;

    border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 1200px) {
    .main-title:before {
        position: absolute;
        bottom: -1px;
        left: -40px;

        width: 50px;
        height: 1px;

        content: '';

        background-color: #e5e5e5;
    }
}

@media (max-width: 767px) {
    .main-title {
        padding: 15px 0 10px;
    }
}

.main-title h3,
.main-title .breadcrumb {
    line-height: 26px;
}

.main-title h3 {
    font-size: 14px;
    font-weight: bold;

    float: left;

    margin: 0;
}

.main-title .breadcrumb {
    float: right;
}

.menu-wrap.sticky {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.menu-wrap .menu {
    position: relative;
    z-index: 10;
}

.menu-wrap .menu h2 {
    font-size: 35px;
    font-weight: bold;

    margin: 0;
    padding: 21px 30px;

    color: #fff;
    background-color: #002fa7;
}

.menu-wrap .menu li {
    position: relative;
}

.menu-wrap .menu li.active>a {
    position: relative;

    padding-right: 50px;
}

.menu-wrap .menu li.active>a:after {
    font-family: 'iconfont' !important;
    font-style: normal;

    position: absolute;
    top: 50%;
    right: 18px;

    display: block;

    margin-top: -14px;

    content: '\e601';
    -webkit-transition: .4s;
    transition: .4s;

    color: #002fa7;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.menu-wrap .menu a {
    display: block;
}

.menu-wrap .menu a:hover {
    color: #002fa7;
}

.menu-wrap .menu1>li {
    border-top: 1px solid #d0d0d0;
}

.menu-wrap .menu1>li>a {
    font-size: 18px;

    padding: 22px 30px;
}

.menu-wrap .menu1 ul {
    display: none;
}

.menu-wrap .menu2 {
    padding: 15px 10px 15px 20px;

    border: 1px solid #e5e5e5;
}

.menu-wrap .menu2>li {
    padding: 8px 0;
}

.menu-wrap .menu2>li.active>a {
    font-weight: bold;

    color: #f19716;
}

.menu-wrap .menu2>li>a {
    position: relative;

    color: #666;
}

.menu-wrap .menu3>li {
    margin-top: 5px;
    padding-left: 12px;
}

.menu-wrap .menu3>li>a {
    color: #83868a;
}

.menu-wrap .menu3>li>a:before {
    content: '- ';
}

.inside-page .content {
    padding: 80px 0;
}

@media (max-width: 1199px) {
    .inside-page .content {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .inside-page .content {
        padding: 55px 0;
    }
}

@media (max-width: 767px) {
    .inside-page .content {
        padding: 40px 0;
    }
}

.product-list .item {
    margin-top: 30px;
    padding: 20px;
}

@media (min-width: 1200px) {
    .product-list .item img {
        -webkit-transition: transform .7s;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
    }

    .product-list .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}

.product-list .item>div {
    float: left;
}

@media (min-width: 1200px) {
    .product-list .item:hover {
        background-color: #e5e6e7;
    }
}

@media (max-width: 1199px) {
    .product-list .item {
        background-color: #e5e6e7;
    }
}

@media (max-width: 575px) {
    .product-list .item {
        padding: 15px;
    }
}

.product-list .img-box {
    padding-bottom: 78%;
}

.product-list .pic {
    width: 49.5049505%;
}

@media (max-width: 575px) {
    .product-list .pic {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .product-list .intro {
        width: 50.4950495%;
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    .product-list .intro {
        width: 100%;
    }
}

.product-list .intro h3 {
    font-size: 20px;
    font-weight: bold;

    margin: 40px 0 15px;
}

@media (max-width: 991px) {
    .product-list .intro h3 {
        margin-top: 6%;
        margin-bottom: 2%;
    }
}

@media (max-width: 767px) {
    .product-list .intro h3 {
        font-size: 18px;
    }
}

.product-list .intro p {
    height: auto;
    max-height: 180px;

    -webkit-line-clamp: 6;
}

@media (max-width: 991px) {
    .product-list .intro p {
        max-height: 120px;

        -webkit-line-clamp: 4;
    }
}

.more-box {
    margin-top: 30px;

    text-align: right;
}

@media (max-width: 767px) {
    .more-box {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.more-box a {
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin-right: 10px;
    padding: 0 35px 0 10px;

    color: #666;
    border-bottom: 1px solid #666;
}

.more-box a:after {
    line-height: 35px;
    position: absolute;
    top: -8px;
    right: -10px;
    width: 35px;
    height: 35px;
    /* content: '\e610'; */
    content: '→';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #666;
}

@media (min-width: 1200px) {
    .more-box a:hover {
        color: #002fa7;
        border-color: #002fa7;
    }

    .more-box a:hover:after {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);

        background-color: #002fa7;
    }
}

@media (max-width: 767px) {
    .more-box a {
        padding-right: 30px;
    }

    .more-box a:after {
        line-height: 30px;

        top: -5px;

        width: 30px;
        height: 30px;
    }
}

.product-wrap .title,
.product-details-wrap .title {
    margin-bottom: -10px;
}

.product-wrap .sticky-content,
.product-details-wrap .sticky-content {
    position: relative;
    z-index: 3;
}

.product-wrap .list {
    margin-top: -30px;
}

@media (min-width: 576px) {
    .product-wrap .list>li:nth-child(even) .pic {
        float: right;
    }

    .product-wrap .list>li:nth-child(even) .intro {
        padding: 0 30px 0 0;
    }
}

@media (min-width: 1470px) {
    .product-details-wrap .carousel-wrap {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .product-details-wrap .carousel-wrap>div {
        float: left;
    }
}

.product-details-wrap .carousel-wrap .img-box {
    padding-bottom: 78%;
}

@media (min-width: 992px) {
    .product-details-wrap .carousel-box {
        width: 49.52380952%;
    }
}

@media (max-width: 991px) {

    .product-details-wrap .slider-nav,
    .product-details-wrap .carousel-box {
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .product-details-wrap .info {
        width: 50.47619048%;
        padding-left: 35px;
    }
}

.product-details-wrap .slider-for {
    position: relative;
    z-index: 2;

    overflow: hidden;

    margin: 0 -1px;

    border: 1px solid #e5e6e7;
}

.product-details-wrap .slider-for .product-video {
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}

.product-details-wrap .slider-for .product-video .iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.product-details-wrap .slider-nav {
    margin-top: 12px;
}

@media (min-width: 1200px) {
    .product-details-wrap .slider-nav {
        padding: 0 25px;
    }
}

.product-details-wrap .slider-nav .slick-list {
    margin: 0 -5px;
}

.product-details-wrap .slider-nav .slick-slide {
    padding: 5px;
}

.product-details-wrap .slider-nav .item {
    border: 1px solid #e5e6e7;
}

.product-details-wrap .slider-nav .slick-arrow {
    font-size: 12px;
    line-height: 18px;

    width: 20px;
    height: 20px;

    border: 1px solid #e5e6e7;
    background: none;
}

@media (min-width: 1200px) {
    .product-details-wrap .slider-nav .slick-arrow:hover {
        border-color: #002fa7;
        background-color: #002fa7;
    }
}

.product-details-wrap .slider-nav .product-video {
    position: relative;
}

.product-details-wrap .slider-nav .product-video:before,
.product-details-wrap .slider-nav .product-video:after {
    position: absolute;

    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
}

.product-details-wrap .slider-nav .product-video:before {
    z-index: 5;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .32);
}

.product-details-wrap .slider-nav .product-video:after {
    font-size: 26px;
    line-height: 1;

    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;

    content: '\e78f';
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

    color: #fff;
}

.product-details-wrap h1 {
    font-size: 20px;
    font-weight: bold;

    margin: 45px 0 15px;
}

@media (max-width: 1469px) {
    .product-details-wrap h1 {
        margin-top: 25px;
    }
}

.product-details-wrap .inrto-box {
    font-size: 15px;

    overflow: hidden;
}

@media (max-width: 767px) {
    .product-details-wrap .inrto-box {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .product-details-wrap .inrto-box .txt {
        min-height: 240px;
    }
}

.product-details-wrap .fun-btn {
    overflow: hidden;
}

.product-details-wrap .fun-btn>div {
    margin-top: 20px;
}

.product-details-wrap .fun-btn .share-box {
    float: left;
}

.product-details-wrap .fun-btn .inquiry-btn {
    float: right;
}

.product-details-wrap .share-box {
    position: relative;

    padding: 6px 0;
}

.product-details-wrap .share-box>* {
    display: inline-block;

    vertical-align: middle;
}

.product-details-wrap .share-box>b {
    font-size: 15px;

    margin-right: 10px;

    color: #222;
}

.product-details-wrap .inquiry-btn a {
    font-size: 16px;
    font-weight: bold;

    display: block;

    padding: 9px 34px;

    color: #fff;
    background-color: #002fa7;
}

@media (min-width: 1200px) {
    .product-details-wrap .inquiry-btn a:hover {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}

@media (max-width: 575px) {
    .product-details-wrap .inquiry-btn a {
        font-size: 15px;

        padding: 9px 30px;
    }
}

.product-details-wrap .details-list {
    margin-top: 45px;
}

.product-details-wrap .details-list h3 {
    font-size: 20px;
    font-weight: bold;

    margin-top: 0;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .product-details-wrap .details-list {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .product-details-wrap .details-list {
        margin-top: 35px;
    }
}

.product-details-wrap .details-table .txt {
    padding-top: 5px;
}

.product-details-wrap .details-intro .txt p {
    line-height: 2.5;
}

.product-details-wrap .inquire-wrap .submit {
    font-size: 20px;

    padding: 5px 22px;

    border-radius: 0;
}

@media (max-width: 991px) {
    .product-details-wrap .inquire-wrap .submit {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .product-details-wrap .inquire-wrap .submit {
        font-size: 16px;
    }
}

.inquiry-form h3 {
    font-size: 25px;
    font-weight: bold;

    margin: 0 0 15px;
}

.inquiry-form p {
    font-size: 16px;

    margin-bottom: 0;

    color: #666;
}

@media (max-width: 767px) {
    .inquiry-form p {
        font-size: 14px;
    }
}

.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
    color: #ababab;
}

.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
    color: #ababab;
}

.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
    color: #ababab;
}

.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
    color: #ababab;
}

.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
    color: #ccc;
}

.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
    color: #ccc;
}

.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
    color: #ccc;
}

.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
    color: #ccc;
}

.inquiry-form form .row {
    margin: 0 -10px;
}

.inquiry-form form .row li {
    padding: 0 10px;
}

.inquiry-form form label {
    font-weight: normal;

    position: relative;

    width: 100%;
    margin: 20px 0 0;
}

.inquiry-form form input,
.inquiry-form form textarea {
    font-size: 14px;
    font-weight: normal;

    display: block;

    width: 100%;
    padding: 10px 15px;

    color: #ababab;
    background: #f7f7f7;
}

.inquiry-form form textarea {
    height: 150px;
}

.inquiry-form form .pro-name {
    margin-top: 10px;
}

.inquiry-form form .placeholder {
    font-size: 16px;
    font-weight: bold;

    position: absolute;
    top: 0;
    left: 10px;

    display: block;

    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;

    opacity: 0;
    color: #002fa7;
}

.inquiry-form form .input-box:-moz-placeholder-shown+.placeholder {
    z-index: -1;

    visibility: hidden;
}

.inquiry-form form .input-box:-ms-input-placeholder+.placeholder {
    z-index: -1;

    visibility: hidden;
}

.inquiry-form form .input-box:placeholder-shown+.placeholder {
    z-index: -1;

    visibility: hidden;
}

.inquiry-form form .input-box:not(:-moz-placeholder-shown)+.placeholder,
.inquiry-form form .input-box:focus:not(:-moz-placeholder-shown)+.placeholder {
    visibility: visible;

    transform: translateY(-12px) scale(.95);

    opacity: 1;
}

.inquiry-form form .input-box:not(:-ms-input-placeholder)+.placeholder,
.inquiry-form form .input-box:focus:not(:-ms-input-placeholder)+.placeholder {
    visibility: visible;

    -ms-transform: translateY(-12px) scale(.95);
    transform: translateY(-12px) scale(.95);

    opacity: 1;
}

.inquiry-form form .input-box:not(:placeholder-shown)+.placeholder,
.inquiry-form form .input-box:focus:not(:placeholder-shown)+.placeholder {
    visibility: visible;

    -webkit-transform: translateY(-12px) scale(.95);
    -ms-transform: translateY(-12px) scale(.95);
    transform: translateY(-12px) scale(.95);

    opacity: 1;
}

.inquiry-form form .submit {
    font-size: 25px;

    display: block;

    margin: 25px 0 0;
    padding: 5px 52px 7px;

    color: #fff;
    border-radius: 50px;
    background-color: #002fa7;
}

.inquiry-form form .submit:before,
.inquiry-form form .submit span {
    line-height: 1;

    display: inline-block;

    vertical-align: middle;
}

.inquiry-form form .submit:before {
    font-size: 1.5em;

    margin-right: 10px;

    content: '\e6cf';
}

@media (min-width: 1200px) {
    .inquiry-form form .submit {
        -webkit-transition: .4s;
        transition: .4s;
    }

    .inquiry-form form .submit:hover {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}

@media (max-width: 1199px) {
    .inquiry-form form .submit {
        font-size: 22px;

        padding: 5px 40px 7px;
    }

    .inquiry-form form .submit:active {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
    }
}

@media (max-width: 991px) {
    .inquiry-form form .submit {
        font-size: 18px;

        padding: 5px 30px 7px;
    }
}

@media (max-width: 767px) {
    .inquiry-form form .submit {
        font-size: 16px;

        margin-top: 15px;
        padding: 5px 20px 7px;
    }
}

.about-wrap {
    overflow: hidden;
}

.about-wrap .intro .pic img {
    height: auto !important;
}

@media (min-width: 992px) {
    .about-wrap .intro .pic {
        float: right;

        width: 48.93617021%;
        margin-left: 30px;
    }

    .about-wrap .intro .pic img {
        width: 120%;
    }
}

@media (max-width: 991px) {
    .about-wrap .intro .pic img {
        max-width: 100%;
    }
}

.about-wrap .intro h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;

    margin: 40px 0 10px;
}

.about-wrap .intro h3 span {
    display: block;

    text-indent: 2em;
}

@media (max-width: 991px) {
    .about-wrap .intro h3 {
        font-size: 22px;

        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .about-wrap .intro h3 {
        font-size: 20px;
    }
}

.about-wrap .intro .txt p {
    font-size: 14px;
    line-height: 2.14285714;
}

.about-wrap .history {
    position: relative;

    padding: 150px 0 85px;

    text-align: center;
}

@media (max-width: 1199px) {
    .about-wrap .history {
        padding: 120px 0 70px;
    }
}

@media (max-width: 991px) {
    .about-wrap .history {
        padding: 90px 0 60px;
    }
}

@media (max-width: 767px) {
    .about-wrap .history {
        padding: 50px 0 45px;
    }
}

.about-wrap .history .map-bg {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 1469px) {
    .about-wrap .history .map-bg {
        width: 110%;
    }

    .about-wrap .history .map-bg img {
        display: block;

        max-width: 100%;
    }
}

.about-wrap .history-slick-for {
    margin-bottom: 70px;
    padding: 0 50px;
}

@media (max-width: 991px) {
    .about-wrap .history-slick-for {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .about-wrap .history-slick-for {
        margin-bottom: 20px;
    }
}

.about-wrap .history-slick-for .item-box {
    font-size: 30px;

    position: relative;

    display: inline-block;

    max-width: 100%;
}

.about-wrap .history-slick-for .item-box .year {
    font-weight: bold;
    line-height: 1;
}

.about-wrap .history-slick-for .item-box p {
    font-size: .6em;
    line-height: 1.6;

    margin: 0;

    text-align: left;
}

@media (min-width: 576px) {
    .about-wrap .history-slick-for .item-box {
        padding-left: 130px;
    }

    .about-wrap .history-slick-for .item-box .year {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .about-wrap .history-slick-for .item-box {
        font-size: 26px;

        padding-left: 100px;
    }
}

@media (max-width: 575px) {
    .about-wrap .history-slick-for .item-box {
        font-size: 24px;

        display: block;

        text-align: left;
    }

    .about-wrap .history-slick-for .item-box .year {
        margin-bottom: 15px;
    }
}

.about-wrap .history-slick-nav {
    background: url(../images/imgs/history_bg.png) no-repeat center;
}

@media (min-width: 992px) {
    .about-wrap .history-slick-nav {
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .about-wrap .history-slick-nav {
        padding: 0 55px;
    }
}

@media (max-width: 575px) {
    .about-wrap .history-slick-nav {
        padding: 0;
    }
}

.about-wrap .history-slick-nav .item {
    position: relative;

    margin-top: 35px;
    padding-top: 25px;

    cursor: pointer;

    color: #888;
}

.about-wrap .history-slick-nav .item:before {
    font-size: 30px;
    line-height: 1;

    position: absolute;
    top: -15px;
    left: 50%;

    content: '\e63e';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    opacity: 0;
    color: #002fa7;
}

.about-wrap .history-slick-nav .slick-current .item {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

    color: #000;
}

.about-wrap .history-slick-nav .slick-current .item:before {
    opacity: 1;
}

.about-wrap .slick-honor {
    padding: 0 25px;
}

.about-wrap .slick-honor .slick-arrow {
    margin-top: -15px;
}

.about-wrap .slick-honor .slick-slide {
    padding: 0 15px;
}

@media (max-width: 1199px) {
    .about-wrap .slick-honor {
        padding: 0;
    }

    .about-wrap .slick-honor .slick-list {
        margin: 0 -15px;
    }

    .about-wrap .slick-honor .slick-dots {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .about-wrap .slick-honor .slick-list {
        margin: 0 -10px;
    }

    .about-wrap .slick-honor .slick-slide {
        padding: 0 10px;
    }
}

@media (min-width: 1200px) {
    .about-wrap .slick-honor .item img {
        -webkit-transition: transform .7s;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
    }

    .about-wrap .slick-honor .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}

@media (min-width: 1200px) {
    .about-wrap .slick-honor .item:hover p {
        color: #002fa7;
    }
}

.about-wrap .slick-honor .img-box {
    padding-bottom: 133.33333333%;
}

.about-wrap .slick-honor .img-box img {
    object-fit: contain;
}

.about-wrap .slick-honor p {
    font-size: 18px;

    margin: 10px 0 0;

    color: #666;
}

@media (max-width: 767px) {
    .about-wrap .slick-honor p {
        font-size: 16px;
    }
}

.about-wrap .factory {
    margin-top: 70px;
}

@media (max-width: 1199px) {
    .about-wrap .factory {
        margin-top: 60px;
    }
}

@media (max-width: 991px) {
    .about-wrap .factory {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .about-wrap .factory {
        margin-top: 40px;
    }
}

.about-wrap .factory-list {
    margin-top: -25px;
}

.about-wrap .factory-list>li {
    margin-top: 25px;
}

@media (max-width: 575px) {
    .about-wrap .factory-list {
        margin: -15px -8px 0;
    }

    .about-wrap .factory-list>li {
        margin-top: 15px;
        padding: 0 8px;
    }
}

@media (min-width: 1200px) {
    .about-wrap .factory-list .item img {
        -webkit-transition: transform .7s;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s;
    }

    .about-wrap .factory-list .item:hover img {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
    }
}

@media (min-width: 1200px) {
    .about-wrap .factory-list .item:hover p {
        color: #002fa7;
    }
}

.about-wrap .factory-list .img-box {
    padding-bottom: 62.22222222%;
}

.about-wrap .factory-list p {
    font-size: 16px;

    margin: 15px 0 0;
    padding: 0 4.44444444%;
}

@media (max-width: 575px) {
    .about-wrap .factory-list p {
        font-size: 14px;

        margin-top: 8px;
    }
}

/* 首页联系我们 */
.index-contact {
    width: 100%;
    padding: 60px 0px;
    text-align: center;
    background-color: #002fa7;
    color: #fff;
}

.index-contact1 {
    font-size: 24px;
    font-weight: bold;
}

.index-contact3 {
    margin-top: 30px;
}

.index-contact3 a {
    padding: 10px 20px;
    background-color: #002687;
}

@media (max-width: 767px) {
    .index-contact {
        padding: 40px 0px;
    }

    .index-contact1 {
        font-size: 16px;
    }
}

/* 首页产品 */
.index_product {
    background-image: url(../images/PRODUCTS.jpg);
    background-size: 100% 100%;
}

.index_product .title {
    margin-bottom: 50px;
}

.product_list {
    width: 100%;
}

.product_list li {
    width: 31%;
    margin-left: 1.6%;
    display: inline-block;
    margin-top: 30px;
}

.product_list li .pro_title {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    color: #333;
    background-color: #fff;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_list li:hover .pro_title {
    color: #002fa7;
}


/* 首页案例 */
.index_case {
    background-image: url(../images/company\ share.jpg);
    background-size: 100% 100%;
}

.index_case .title {
    margin-bottom: 50px;
}

.case_list {
    width: 100%;
}

.case_list li {
    width: 23%;
    margin-left: 1.6%;
    display: inline-block;
    margin-top: 30px;
}

.case_detail {
    position: relative;
    overflow: hidden;
}

.case_detail img {
    width: 100%;
    transition: all 0.6s;
}

.case_title {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 0px;
    text-align: center;
    background-color: rgba(0, 47, 167, 0.8);
    color: #fff;
}

.case_detail img:hover {
    cursor: pointer;
    transform: scale(1.1);
}

@media (max-width: 991px) {

    .product_list li,
    .case_list li {
        width: 47%;
        margin-left: 2%;
    }
}

/* 底部 */
.footer {
    background-image: url(../images/bottom.jpg) !important;
    background-size: 100% 100%;
    padding-top: 30px !important;
    padding-bottom: 0 !important;
}

.footer .index_news {
    padding-left: 50px;
}

.footer .title {
    font-size: 18px;
    margin-bottom: 30px;
    color: #333;
}

.index_news .title {
    margin-bottom: 40px;
}

.footer_form {
    padding-right: 50px;
}

.footer_info {
    padding-right: 50px;
}

.footer_info p {
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
}

.footer input {
    border: none;
    border-radius: 0%;
    background-color: #ddd;
}

.footer .btn {
    padding: 0;
}

.footer .btn input {
    margin-top: 10px;
    padding: 6px 12px;
    background-color: #002fa7;
    color: #fff;
}

.footer .newslist a {
    display: flex;
}

.footer .newslist a img {
    width: 120px !important;
}

.footer .newslist a .news_info {
    padding-left: 10px;
    padding-right: 20px;
}

.news_info p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_info div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 2rem;
}

.footer .swiper-pagination {
    text-align: left;
}

.footer .swiper-pagination-bullet {
    background-color: #ddd;
    width: 6px;
    height: 6px;
}

.footer .swiper-pagination-bullet-active {
    background-color: #002fa7;
}

.footer .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.newslist .container {
    border: none;
    padding: 0;
}

@media (max-width: 1199px) {
    .index_news {
        width: 100% !important;
    }

    .footer_form,
    .footer_info {
        display: none;
    }

    .container-fluid {
        display: block !important;
    }

    body {
        padding-bottom: 40px !important;
    }

    #ctoolbar {
        display: none !important;
    }
}




#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 7%;
}

#toolbar .online-one li {
    margin-bottom: 3px;
    font-size: 0;
    width: 50px;
    height: 50px;
    right: 0;
    position: relative;
}

#toolbar .online-one li:hover a {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

/* #toolbar .online-one li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #00c184;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
    border-radius: 4px;
    padding: 10px 0;
    overflow: hidden;
} */

#toolbar .online-one li .icon-font {
    display: block;
    height: 28px;
    width: 100%;
}

#toolbar .online-one li .icon-font:after {
    background-image: url(./../images/kf.png);
}

#toolbar .online-one li .icon-qq:after {
    background-position: -30px -240px;
}

#toolbar .online-one li .icon-phone:after {
    background-position: -30px -208px;
}

#toolbar .online-one li .icon-message:after {
    background-position: -30px -170px;
}

#toolbar .online-one li .icon-ewm:after {
    background-position: -30px -138px;
}

#toolbar .online-one li .icon-top:after {
    background-image: url(./../images/icon_spirit.png);
    background-position: -30px -60px;
}

#toolbar .online-one li .icon-wangwang:after {
    background-image: url(./../images/icon_spirit.png);
    background-position: -30px 0;
}



#toolbar .online-one li .wz {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 5px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
}

#toolbar .online-one li.phone {
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.ewm {
    background: #00c184;
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    /* width: 110px; */
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    color: #fff;
    font-size: 14px;
}

#toolbar .online-one li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-one li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-one li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-one li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-one li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}







.copyright {
    position: relative;

    overflow: hidden;

    padding: 7px 0;

    text-align: center;

    color: #666;
    border-top: 1px solid #666;
}

@media (max-width: 767px) {
    .copyright {
        padding-bottom: 70px;
    }
}

.copyright .container>* {
    display: inline-block;

    vertical-align: middle;
}

@media (min-width: 768px) {
    .copyright .container>* {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .copyright span {
        margin-right: 10px;
        margin-left: 70px;
    }
}

@media (max-width: 767px) {
    .copyright .sitemap {
        display: block;
    }
}

@media (min-width: 1200px) {
    .copyright a:hover {
        text-decoration: underline;

        color: #fff;
    }
}

@media (max-width: 1199px) {
    .copyright a:active {
        text-decoration: underline;

        color: #fff;
    }
}



.fluid_controls_container {
    display: none !important;
}


.contact-wrap .info-list .url:before {
    content: "\e699";
}


#vast_video_loading_video-id {
    display: none !important;
}