@charset "UTF-8";
/*全局样式*/
a,
button {
    cursor: pointer !important;
}

i,
u,
em {
    font-style: normal !important;
}

a,
u {
    text-decoration: none !important;
}

input,
button {
    border: none;
}

textarea {
    resize: none !important;
}

img,
label,
input,
button {
    display: block;
}

u,
b,
i,
s,
em,
span,
strong {
    display: inline-block;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input:-o-placeholder,
textarea:-o-placeholder {
    color: #c5c5c5;
    font-size: 14px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #c5c5c5;
    font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c5c5c5;
    font-size: 14px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

textarea {
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="date"],
input[type="month"],
input[type="button"],
input[type="datetime"],
input[type="datetime-local"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input:focus,
textarea:focus {
    outline: none;
}

html {
    font-size: 16px;
}

body {
    background-color: #fafafa;
    font-family: "Microsoft YaHei";
}

::-webkit-scrollbar {
    width: 6px;
    height: 16px;
    border-radius: 10px;
    background-color: #fafafa;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fafafa;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ccc;
}

ol,
ul,
dl {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

@media (max-width: 1440px) {
    .container {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1500px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

.module-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.module-title .title {
    font-size: 1.4rem;
    color: #333333;
}

.module-title .title .main5 {
    z-index: 108;
    width: 1.5rem;
    height: 0.1rem;
    background-color: #333333;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 0.5rem;
}

.module-title .word {
    background: #fff;
    font-size: 0.5rem;
    color: #999999;
    padding: 0.5rem 4rem;
    border-radius: 10rem;
    margin-right: 1rem;
}

/* 头部 */
.header-box {
    background: #FFFFFF;
}

.header-box .headCon {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 3.5rem;
    max-width: 1500px;
    margin: 0 auto;
}

.header-box .headCon .h5-serach {
    display: none;
}

.header-box .headCon .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-box .headCon .logo #canvas {
    width: auto;
    height: 3.15rem;
}

.header-box .headCon .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    height: 78px;
    width: 100%;
    border-bottom: 1px solid #DADADA;
    padding: 0 2rem;
}

.header-box .headCon .menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.header-box .headCon .menu ul li {
    position: relative;
    font-size: 1rem;
    padding: 0 2rem;
    height: 78px;
    /* width: 5rem; */
    line-height: 78px;
    text-align: center;
    display: inline-block;
}

.header-box .headCon .menu ul li a {
    text-decoration: none;
    color: #666;
    padding-bottom: 10px;
}

.header-box .headCon .menu ul li .active {
    border-bottom: 3px solid #007bff;
    color: #007bff;
}

.header-box .headCon .menu ul li:hover {
    cursor: pointer;
}

.header-box .headCon .menu ul li:hover .master {
    color: #007bff;
}

.header-box .headCon .menu ul li:hover .sed-nav {
    display: block;
}

.header-box .headCon .menu ul li:last-child {
    margin-right: 0;
}

.header-box .headCon .menu ul .master {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-box .headCon .menu ul .master i {
    width: 1.25rem;
    height: 0.625rem;
}

.header-box .headCon .menu ul .master i img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header-box .headCon .search-i18n {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-box .headCon .search-i18n .i18n {
    position: relative;
    font-size: 0.875rem;
    padding: 0 0.5rem;
    height: 3.5rem;
    width: 3rem;
    line-height: 3.5rem;
    text-align: center;
    display: inline-block;
}

.header-box .headCon .search-i18n .i18n a {
    text-decoration: none;
    color: #666;
    /* padding-bottom: 10px; */
}

.header-box .headCon .search-i18n .i18n .sed-nav {
    top: 3.625rem;
    left: -100%;
    max-height: 18.75rem;
    overflow-y: scroll;
}

.header-box .headCon .search-i18n .i18n .sed-nav dl {
    width: 8.25rem;
}

.header-box .headCon .search-i18n .i18n .sed-nav a {
    display: block;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
}

.header-box .headCon .search-i18n .i18n:hover .master {
    color: #007bff;
    cursor: pointer;
}

.header-box .headCon .search-i18n .i18n:hover .sed-nav {
    display: block;
}

.header-box .headCon .search-i18n .master {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    text-align: center;
}

.header-box .headCon .search-i18n .master i {
    width: 1.25rem;
    height: 0.625rem;
}

.header-box .headCon .search-i18n .master i img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header-box .headCon .search-i18n .search {
    width: 2rem;
    height: 2rem;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

.header-box .headCon .sed-nav {
    display: none;
    position: absolute;
    top: 4.3rem;
    left: -50%;
    background: #fff;
    z-index: 300;
    border-radius: 5px;
}

.header-box .headCon .sed-nav dl {
    width: 240px;
    padding: 10px 0;
    border-radius: 10px;
    background: #fff;
    text-align: left;
}

.header-box .headCon .sed-nav a {
    display: block;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
}

.header-box .headCon .mobile-push {
    display: none;
}

.header-box .h5-nav {
    display: none;
    visibility: hidden;
}

.search-mask {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    overflow: scroll;
}

.search-mask.visible {
    opacity: 1;
    visibility: visible;
    -webkit-animation: growOut 500ms ease-in-out forwards;
    -moz-animation: growOut 500ms ease-in-out forwards;
    animation: growOut 500ms ease-in-out forwards;
}

.search-mask::-webkit-scrollbar {
    display: none;
    /*隐藏滚动条*/
}

.search-mask .close-window {
    position: absolute;
    right: 1.875rem;
    top: 1.875rem;
}

.search-mask .close-window img {
    width: 1.875rem;
}

.search-content {
    padding: 5rem 15% 1.25rem;
}

.search-content h2 {
    color: #203656;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.search-content .search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.25rem 0;
}

.search-content .search-form .form-control {
    display: block;
    border-radius: 25px;
    width: 100%;
    padding: 8px 24px;
    font-size: 14px;
    line-height: 1.6;
    color: #8F9BAD;
    background-color: #FFF;
    background-image: none;
    border: solid 1px #EBEBEB;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.search-content .search-form .form-control:focus {
    border-color: #FE4F70;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-content .search-form button {
    margin-left: 0.625rem;
    color: #FFF;
    padding: 0.59375rem 2.25rem;
    background: -webkit-gradient(linear, left top, right top, from(#FE4F70), color-stop(51%, #FFA387), to(#FE4F70));
    background: -moz-linear-gradient(left, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
    background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
    background-size: 200% auto;
    border-radius: 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-content .search-form button img {
    width: 1.25rem;
}

.search-content .loading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0;
    overflow: hidden;
}

.search-content .err-no {
    font-size: 0.875rem;
    color: #E5231F;
    text-align: center;
}

.search-content .err-no .err-message.active {
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    animation-name: shake;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

.search-content .news-content, .search-content .solution-content, .search-content .service-content {
    padding: 0 1.25rem 1.25rem;
    -webkit-box-shadow: 0 -10px 10px 0 #f6f6f6, 5px 0 10px 0 #ededed, 0 10px 10px 0 #ededed, -5px 0 10px 0 #ededed;
    box-shadow: 0 -10px 10px 0 #f6f6f6, 5px 0 10px 0 #ededed, 0 10px 10px 0 #ededed, -5px 0 10px 0 #ededed;
}

.search-content .news-content .news-list, .search-content .solution-content .news-list, .search-content .service-content .news-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    padding-top: 1.25rem;
}

.search-content .news-content .news-list img, .search-content .solution-content .news-list img, .search-content .service-content .news-list img {
    width: 6.25rem;
    height: 6.25rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.search-content .news-content .news-list .message, .search-content .solution-content .news-list .message, .search-content .service-content .news-list .message {
    margin-left: 1.25rem;
    text-align: left;
}

.search-content .news-content .news-list .message h3, .search-content .solution-content .news-list .message h3, .search-content .service-content .news-list .message h3 {
    margin-top: 0.625rem;
    color: #333;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
}

.search-content .news-content .news-list .message p, .search-content .solution-content .news-list .message p, .search-content .service-content .news-list .message p {
    margin-top: 0.3125rem;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    color: #999999;
    line-height: 1.4rem;
    overflow: hidden;
    display: box;
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.search-content .solution-content, .search-content .service-content {
    margin-top: 1.875rem;
    -webkit-box-shadow: 0 -10px 10px 0 #f6f6f6, 5px 0 10px 0 #ededed, 0 10px 10px 0 #ededed, -5px 0 10px 0 #ededed;
    box-shadow: 0 -10px 10px 0 #f6f6f6, 5px 0 10px 0 #ededed, 0 10px 10px 0 #ededed, -5px 0 10px 0 #ededed;
}

.search-content .service-content .message {
    margin-left: 0 !important;
}

@-webkit-keyframes growOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes growOut {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
    }
    80% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes growOut {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    80% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

/*媒体查询*/
@media only screen and (max-width: 1440px) {
    .header-box .headCon .menu ul li {
        font-size: 14px;
        padding: 0 1rem;
    }
}

@media only screen and (max-width: 1080px) {
    .header-box .headCon .menu ul li {
        font-size: 14px;
        padding: 0 0.6rem;
    }
}

@media only screen and (max-width: 878px) {
    .header-box .headCon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 3.5rem;
        padding: 0;
    }

    .header-box .headCon .h5-serach {
        display: block;
        padding: 0 1rem;
    }

    .header-box .headCon .h5-serach .search {
        width: 2rem;
        height: 2rem;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .header-box .headCon .logo {
        width: 100%;
        text-align: center;
        padding-left: 3rem;
    }

    .header-box .headCon .logo #canvas {
        width: auto;
        height: 1.8rem;
    }

    .header-box .headCon .menu {
        display: none;
        width: 1rem;
    }

    .header-box .headCon .search-i18n .i18n {
        padding: 0 0.5rem;
        width: auto;
    }

    .header-box .headCon .search-i18n .i18n .sed-nav {
        position: absolute;
        top: 3.75rem;
        left: -70%;
    }

    .header-box .headCon .search-i18n .i18n .sed-nav dl {
        width: 8.75rem;
    }

    .header-box .headCon .search-i18n .search {
        display: none;
    }

    .header-box .headCon .mobile-push {
        display: block;
        padding: 1rem 1rem 1rem 0.5rem;
    }

    .header-box .headCon .mobile-push img {
        width: 28px;
    }

    .header-box .h5-nav {
        display: block;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
    }

    .header-box .h5-nav .main-nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 70%;
        background: #333;
        z-index: 1000;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .header-box .h5-nav .main-nav .open span {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header-box .h5-nav .main-nav .one-item {
        position: relative;
    }

    .header-box .h5-nav .main-nav .one-item:after {
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        content: ' ';
        pointer-events: none;
        right: 0;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #ebedf0;
        -webkit-transform: scaleY(0.5);
        -moz-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    .header-box .h5-nav .main-nav .link {
        cursor: pointer;
        display: block;
        padding: .938rem;
        color: #fff;
        font-size: 14px;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-box .h5-nav .main-nav .link .nav-item {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #fff;
    }

    .header-box .h5-nav .main-nav .link span {
        display: block;
        width: 14px;
        height: 14px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .header-box .h5-nav .main-nav .link img {
        width: 100%;
    }

    .header-box .h5-nav .main-nav .submenu {
        display: none;
        background: #444359;
        font-size: 14px;
    }

    .header-box .h5-nav .main-nav .submenu li {
        background: #666;
    }

    .header-box .h5-nav .main-nav .submenu li a {
        display: block;
        padding: .938rem 0 .938rem 25px;
        color: #CCC;
    }

    .header-box .h5-nav .main-nav #inc01 {
        margin-top: 3.125rem;
    }

    .header-box .h5-nav .close {
        width: 1.75rem;
        height: 1.75rem;
    }

    .header-box .h5-nav .close img {
        display: block;
        margin: 1.25rem 0 0 .75rem;
        width: 100%;
        height: 100%;
    }

    .header-box .show {
        visibility: visible;
    }

    .header-box .show .main-nav {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .search-mask .search-content {
        padding: 5rem 1.25rem 1.25rem;
        width: 100%;
    }
}

/* banner */
.banner {
    /* margin-top: 8px; */
    /* text-align: center; */
    position: relative;
    overflow: hidden;
}

.banner .swiper-container {
    width: 100%;
    background-color: black;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .lunboimg {
    width: 100%;
    height: 100%;
}

.banner .swiper-container .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    background-image: url(../image/banner_right.png);
    right: 10px;
    left: auto;
}

.banner .swiper-container .swiper-button-prev {
    background-image: url(../image/banner_left.png);
    left: 10px;
    right: auto;
}

/* 底部 */
.footer-box {
    position: relative;
    background-color: #333333;
    padding-bottom: 2rem;
    margin-top: 5rem;
}

#line-animate {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.footer-box .mobile_footer {
    display: none;
    position: relative;
    z-index: 1;
}

.footer-box .left {
    color: #999999;
    font-size: 0.8rem;
    margin: 5rem auto 0 auto;
}

.footer-box .footer-pc {
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.footer-box .footer-pc .footer_list {
    margin-top: 3rem;
}

.footer-box .footer-pc .footer_list .logo img {
    cursor: pointer;
    width: auto;
    height: 1.8rem;
}

.footer-box .footer-pc .footer_list .footer_title a {
    font-size: 1rem;
    color: #FFFFFF;
}

.footer-box .footer-pc .footer_list .footer_tab {
    margin-top: 1.5rem;
    line-height: 2rem;
}

.footer-box .footer-pc .footer_list .footer_tab p, .footer-box .footer-pc .footer_list .footer_tab a {
    font-size: 0.8rem;
    color: #9b9ea0;
}


.footer-box .company-message .address {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.footer-box .company-message .address p {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    word-break: break-all;
}

.footer-box .qrcode {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.footer-box .qrcode img {
    display: block;
    width: 6.5625rem;
    height: 6.5625rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
}

.footer-box .qrcode span {
    display: block;
    margin-top: 0.26042rem;
    font-size: 0.72917rem;
    font-weight: 400;
    color: #9b9ea0;
    line-height: 1;
}

.footer-box .compony {
    width: 25%;
}

@media only screen and (max-width: 878px) {
    .footer-box {
        margin-top: 2rem;
    }

    .footer-box .footer-pc {
        display: none;
    }

    .footer-box .mobile_left {
        color: #999999;
        font-size: .875rem;
        margin: 1rem auto 0 auto;
        padding: 0 1rem;
        text-align: center;
    }

    .footer-box .mobile_footer {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 1rem;
    }

    .footer-box .mobile_footer .footer_list {
        margin-top: 2rem;
        width: 100%;
    }

    .footer-box .mobile_footer .footer_list .logo img {
        cursor: pointer;
    }

    .footer-box .mobile_footer .footer_list .footer_title a {
        font-size: 1rem;
        color: #FFFFFF;
    }

    .footer-box .mobile_footer .footer_list .footer_tab {
        margin-top: 1.5rem;
        line-height: 2rem;
    }

    .footer-box .mobile_footer .footer_list .footer_tab p, .footer-box .mobile_footer .footer_list .footer_tab a {
        font-size: 0.8rem;
        color: #9b9ea0;
    }
}

.son-banner-box {
    position: relative;
}

.son-banner-box .inside-banner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.son-banner-box .h5-banner {
    display: none;
}

.son-banner-box .banner-desc {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40rem;
    text-align: center;
}

.son-banner-box .banner-desc h2 {
    font-size: 3rem;
}

.son-banner-box .banner-desc img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.son-banner-box .banner-desc .h5-z {
    display: none;
}

.address {
    position: relative;
    color: #999999;
}

@media only screen and (max-width: 1080px) {
    .son-banner-box .banner-desc {
        width: 33.75rem;
    }

    .son-banner-box .banner-desc h2 {
        font-size: 3.75rem;
    }
}

@media only screen and (max-width: 878px) {
    .son-banner-box .banner-desc {
        width: 30rem;
    }

    .son-banner-box .banner-desc h2 {
        font-size: 2.875rem;
    }
}

@media only screen and (max-width: 767px) {
    .son-banner-box .inside-banner {
        display: none;
    }

    .son-banner-box .h5-banner {
        display: block;
        width: 100%;
    }

    .son-banner-box .banner-desc {
        width: 16rem;
    }

    .son-banner-box .banner-desc h2 {
        font-size: 2rem;
    }

    .son-banner-box .banner-desc .inside-z {
        display: none;
    }

    .son-banner-box .banner-desc .h5-z {
        display: block;
    }
}

.inside-nav {
    width: 20.5rem;
    position: relative;
    top: 0;
}

.inside-nav .nav-fixed {
    width: 20.5rem;
    background-color: #fff;
}

.inside-nav .nav-fixed.inside-nav-fixed {
    position: fixed;
    top: 0.9375rem;
}

.inside-nav .nav-fixed {
    padding: 0 1.125rem;
    border: 1px solid #e8e8e8;
    border-radius: 0.3125rem;
}

.inside-nav .nav-fixed li {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inside-nav .nav-fixed li i {
    display: block;
    visibility: hidden;
    width: 0.25rem;
    height: 0.75rem;
    background: #007bff;
}

.inside-nav .nav-fixed li a {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1rem 0 1rem 1rem;
    font-size: 1rem;
    color: #333;
}

.inside-nav .nav-fixed li:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}

.inside-nav .nav-fixed li:hover i {
    visibility: visible;
}

.inside-nav .nav-fixed li:hover a {
    border-color: #0074fa;
    color: #0074fa;
}

.inside-nav .nav-fixed li.active i {
    visibility: visible;
}

.inside-nav .nav-fixed li.active a {
    border-color: #0074fa;
    color: #0074fa;
}

@media only screen and (max-width: 1080px) {
    .inside-nav {
        width: 16.25rem;
    }

    .inside-nav .nav-fixed {
        width: 16.25rem;
    }
}

@media only screen and (max-width: 767px) {
    .inside-nav {
        display: none;
    }
}

.h5-nav_list {
    width: 100%;
    margin-bottom: 0.625rem;
    background-color: #007bff;
}

.h5-nav_list .nav-show {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.625rem;
    height: 2.75rem;
    color: #fff;
}

.h5-nav_list .nav-show span {
    font-size: 1.125rem;
    font-weight: bold;
}

.h5-nav_list .nav-show .arrow {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.h5-nav_list .nav-show .arrow.show {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.h5-nav_list .nav-show:after {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: ' ';
    pointer-events: none;
    right: 0.625rem;
    bottom: 0;
    left: 0.625rem;
    border-bottom: 1px solid #ebedf0;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.h5-nav_list .nav-container {
    height: 0;
    overflow: hidden;
}

.h5-nav_list .nav-container .h5-nav_item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.h5-nav_list .nav-container .h5-nav_item a {
    position: relative;
    display: block;
    font-size: 0.875rem;
    color: #fff;
    padding: 0.625rem 1rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.h5-nav_list .nav-container .h5-nav_item:after {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: ' ';
    pointer-events: none;
    right: 1rem;
    bottom: 0;
    left: 1rem;
    border-bottom: 1px solid #ebedf0;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

/* 弹窗背景 */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(252, 252, 252, 0.5);
}

/* 图片 */
.modal-content {
    margin: auto;
    display: block;
    max-width: 1080px;
}


/* 添加动画 */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* 小屏幕中图片宽度为 100% */
@media only screen {
    .modal-content {
        width: 100%;
    }
}
