:root {
    --pad: -webkit-calc(50vw - 825px);
    --pad: calc(50vw - 825px);
}

@media (max-width:1720px) {
    :root {
        --pad: -webkit-calc(50vw - 705px);
        --pad: calc(50vw - 705px);
    }

}

@media (max-width:1470px) {
    :root {
        --pad: -webkit-calc(50vw - 660px);
        --pad: calc(50vw - 660px);
    }

}

@media (max-width:1400px) {
    :root {
        --pad: -webkit-calc(50vw - 570px);
        --pad: calc(50vw - 570px);
    }

}

@media (max-width:1199px) {
    :root {
        --pad: 6vw;
    }

}

@media (max-width:991px) {
    :root {
        --pad: 7.5vw;
    }

}

@media (max-width:767px) {
    :root {
        --pad: 15px;
    }

}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }

}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }

}

@-webkit-keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }

}

@keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }

}

.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}

.iconfont {
    font-size: inherit;
}

@font-face {
    font-family: 'Inter';
    font-weight: normal;
    font-style: normal;
    src: local('Inter Regular'), local('Inter-Regular'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-weight: 600;
    font-style: normal;
    src: local('Inter SemiBold'), local('Inter-SemiBold'), url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    src: local('Inter Medium'), local('Inter-Medium'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
    font-display: swap;
}

body {
    font-family: 'Inter', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: normal;
    overflow-x: hidden;
    color: #19224d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

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

}

.row {
    --bs-gutter-x: 1.875rem;
}

:root {
    scroll-behavior: unset;
}

.img-box {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.img-box img,
.img-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.fszero {
    font-size: 0;
    overflow: hidden;
    width: 0;
    height: 0;
}

.fszero h1 {
    margin: 0;
}

.wrap-map .map-content {
    display: none;
}

[lang=zh-CN] .share-cn {
    display: block;
}

[lang=zh-CN] .share-other {
    display: none;
}

[lang=zh-CN] .wrap-map .map-content {
    display: block;
}

[lang=zh-CN] .wrap-map .map {
    display: none;
}

[lang=zh-CN] .box-follow {
    display: none;
}

.a2a_kit {
    display: inline-block;
    vertical-align: middle;
}

@-ms-viewport {
    width: auto !important;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

button,
input,
textarea {
    border: none;
    outline: none;
}

a[data-fancybox] {
    outline: none;
}

a[data-fancybox] img {
    outline: none !important;
}

.slick-slide {
    outline: none;
}

.slick-slide a {
    outline: none !important;
}

@media (min-width:1200px) {
    .wow {
        visibility: hidden;
    }

}

img[data-lazy] {
    background: url(../images/ajax-loader.gif) no-repeat center;
}

img.lazy {
    min-width: 1px;
    min-height: 1px;
    background: url(../images/ajax-loader.gif) no-repeat center;
}

.lazy {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.loaded {
    background-size: cover;
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}

.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}

.slick-disabled {
    cursor: no-drop;
    opacity: .5;
}

body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body.searchactive {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

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

}

@media (min-width:1710px) {
    .container {
        max-width: 1680px;
    }

    .con1410 {
        max-width: 1440px;
    }

}

@media (max-width:767px) {
    .col-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }

    .col-6:nth-child(2n) {
        padding-left: 7.5px;
    }

}

.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 80%;
    height: 100%;
    min-height: 50%;
    max-height: 80%;
    margin: 0;
}

.fancybox-slide--video video {
    max-width: 80%;
    padding: 0;
}

@media (max-width:767px) {
    .fancybox-slide--video video {
        max-width: 95%;
    }

}

.fancybox-slide > video {
    padding: 0;
}

.swiper-lazy {
    background: url(../images/ajax-loader.gif) no-repeat center;
}

.scrollbar::-webkit-scrollbar {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 6px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #eee;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #dcdcdc;
}

.swiper-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 118px;
    margin: 0 auto;
    padding: 2px;
    border-radius: 40px;
    background: #d4d8dd;
    -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;
}

.slick-arrow {
    line-height: 36px;
    position: relative;
    z-index: 6;
    top: 0;
    left: 0;
    display: block;
    width: 56px;
    height: 36px;
    margin: 0;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    background: #011a6a;
}

.slick-arrow::after {
    display: none;
}

.slick-arrow:before {
    font-family: 'iconfont' !important;
    display: block;
    content: '\e9b6';
}

.slick-arrow.active {
    color: #99a2bb;
    background-color: #fff;
}

.slick-prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:1199px) {
    .slick-dots {
        margin-top: 30px;
    }

}

.slick-dots li {
    width: 30px;
    height: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 0;
    background-color: #d9d9d9;
}

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

.slick-dots li.slick-active {
    background-color: #011a6a;
}

.center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

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

@media (max-width:1199px) {
    .slick-list {
        margin: 0 -10px;
    }

}

@media (max-width:767px) {
    .slick-list {
        margin: 0 -5px;
    }

}

.slick-list .slick-slide {
    padding: 0 15px;
}

@media (max-width:1199px) {
    .slick-list .slick-slide {
        padding: 0 10px;
    }

}

@media (max-width:767px) {
    .slick-list .slick-slide {
        padding: 0 5px;
    }

}

.share-cn {
    display: none;
}

.addcart {
    cursor: pointer;
}

.addcart.active .icon:before {
    content: '\e69a';
}

.translate {
    min-width: 158px;
}

@media (max-width:767px) {
    .translate {
        min-width: 145px;
    }

}

@media (max-width:767px) {
    .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
        font-size: 12px;
    }

}

.translate .goog-te-gadget-simple {
    border-color: #fff;
}

.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}

.map-content label {
    line-height: 30px !important;
    max-width: 200px;
    padding: 0 10px !important;
    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}

.common-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.common-share ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.common-share ul li a {
    display: block;
    width: 56px;
    height: 56px;
    padding: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #393f59;
    border-radius: 12px;
}

@media (max-width:991px) {
    .common-share ul li a {
        width: 40px;
        height: 40px;
        border-radius: 6px;
    }

}

.common-share ul li a .iconfont {
    font-size: 20px;
    line-height: 48px;
    display: block;
    width: 48px;
    height: 48px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #19224d;
    border-radius: 12px;
    background-color: #fff;
}

@media (max-width:991px) {
    .common-share ul li a .iconfont {
        font-size: 18px;
        line-height: 38px;
        width: 38px;
        height: 38px;
        border-radius: 6px;
    }

}

.common-share ul li a:hover {
    background-color: #4d557f;
}

.common-share ul li a:hover .iconfont {
    color: #fff;
    background-color: #0033f9;
}

.common-share ul li:last-child:after {
    display: none;
}

.formbox {
    margin-top: 20px;
}

.formbox form ul {
    margin: 0 -10px;
}

.formbox form ul li {
    padding: 0 10px;
}

.formbox form .group {
    position: relative;
    margin-top: 30px;
}

@media (max-width:767px) {
    .formbox form .group {
        margin-top: 20px;
    }

}

.formbox form .group label {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}

.formbox form .group input,
.formbox form .group textarea {
    line-height: 30px;
    width: 100%;
    padding: 10px 20px;
    color: #011a6a;
    border: 1px solid #e0e6ed;
    border-radius: 10px;
    background: #fff;
}

@media (max-width:767px) {
    .formbox form .group input,
    .formbox form .group textarea {
        line-height: 24px;
    }

}

.formbox form .group input::-webkit-input-placeholder,
.formbox form .group textarea::-webkit-input-placeholder {
    color: #99a2bb;
}

.formbox form .group input:-o-placeholder,
.formbox form .group textarea:-o-placeholder {
    color: #99a2bb;
}

.formbox form .group input::-moz-placeholder,
.formbox form .group textarea::-moz-placeholder {
    color: #99a2bb;
}

.formbox form .group input:-ms-input-placeholder,
.formbox form .group textarea:-ms-input-placeholder {
    color: #99a2bb;
}

.formbox form .group input:focus::-webkit-input-placeholder,
.formbox form .group textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.formbox form .group input:focus::-o-placeholder,
.formbox form .group textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.formbox form .group input:focus::-moz-placeholder,
.formbox form .group textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.formbox form .group input:focus::-ms-input-placeholder,
.formbox form .group textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.formbox form .group-read input {
    color: #fff !important;
    background: #19224d !important;
}

.formbox form .submit-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.formbox form .submit-group .submit {
    font-weight: 500;
    line-height: 32px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 230px;
    padding: 10px 74px 10px 22px;
    -webkit-transition: all .6s;
    transition: all .6s;
    color: #fff;
    border-radius: 99px;
    background: #19224d;
    box-shadow: 0 4px 16px -6px rgba(161, 161, 170, .2), 0 2.351px .941px -.625px rgba(161, 161, 170, .07), 0 5.573px 2.229px -1.25px rgba(161, 161, 170, .07), 0 10.166px 4.067px -1.875px rgba(161, 161, 170, .06), 0 16.902px 6.761px -2.5px rgba(161, 161, 170, .06), 0 27.295px 10.918px -3.125px rgba(161, 161, 170, .06), 0 44.679px 17.871px -3.75px rgba(161, 161, 170, .05), 0 76.934px 30.773px -4.375px rgba(161, 161, 170, .03);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.formbox form .submit-group .submit span {
    -webkit-transition: all .2s;
    transition: all .2s;
}

.formbox form .submit-group .submit .iconfont {
    font-size: 14px;
    line-height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 52px;
    height: 32px;
    margin-left: 12px;
    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
    border: 1px solid #3c4672;
    border-radius: 99px;
    background: #2b3667;
}

.formbox form .submit-group .submit:hover span {
    opacity: 0;
}

.formbox form .submit-group .submit:hover .iconfont {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}

.wrap-reviews {
    position: relative;
    overflow: hidden;
    background-color: #f4f6f7;
}

.wrap-reviews .slick-reviews {
    margin-top: 50px;
}

.wrap-reviews .slick-arrow {
    top: -100px;
}

@media (max-width:1199px) {
    .wrap-reviews .slick-arrow {
        top: -70px;
    }

}

@media (max-width:991px) {
    .wrap-reviews .slick-arrow {
        top: -60px;
    }

}

@media (max-width:767px) {
    .wrap-reviews .slick-arrow {
        top: 50%;
        left: -12px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

}

.wrap-reviews .item {
    padding: 10px 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 5px;
    background: #fff;
}

.wrap-reviews .item .title-reviews {
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
}

.wrap-reviews .item .title-reviews h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
}

.wrap-reviews .item .title-reviews h4 span {
    min-width: 90px;
    margin-right: 6px;
}

.wrap-reviews .item .title-reviews h4 .icon {
    font-size: 12px;
    color: #a41517;
}

.wrap-reviews .item .title-reviews .date {
    font-size: 12px;
    color: #656c78;
}

.wrap-reviews .item .title-reviews .date .icon {
    float: left;
    margin-right: 4px;
    color: #a41517;
}

.wrap-reviews .item .note {
    padding: 14px 0;
}

.wrap-reviews .write-reviews {
    margin-top: 30px;
}

@media (max-width:991px) {
    .wrap-reviews .write-reviews {
        margin-top: 20px;
    }

}

.wrap-reviews .write-reviews .title-write h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}

@media (max-width:991px) {
    .wrap-reviews .write-reviews .title-write h3 {
        font-size: 20px;
    }

}

.wrap-reviews .write-reviews .message form ul {
    margin: 0 -10px;
}

.wrap-reviews .write-reviews .message form ul li {
    padding: 0 10px;
}

.wrap-reviews .write-reviews .message form .group {
    position: relative;
    margin-top: 20px;
    background: #fff;
}

.wrap-reviews .write-reviews .message form .group-read {
    overflow: hidden;
    background: #000;
}

.wrap-reviews .write-reviews .message form .group-read input {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    padding: 10px 40px;
    border-radius: 5px;
    outline: none;
    background: none;
    background: #f9f9f9;
}

@media (max-width:1560px) {
    .wrap-reviews .write-reviews .message form .group-read input {
        padding: 10px 30px;
    }

}

@media (max-width:1400px) {
    .wrap-reviews .write-reviews .message form .group-read input {
        padding: 10px 20px;
    }

}

.wrap-reviews .write-reviews .message form .group label {
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width:1560px) {
    .wrap-reviews .write-reviews .message form .group label {
        left: 30px;
    }

}

@media (max-width:1400px) {
    .wrap-reviews .write-reviews .message form .group label {
        left: 20px;
    }

}

.wrap-reviews .write-reviews .message form .group input,
.wrap-reviews .write-reviews .message form .group textarea {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 10px 40px;
    border-radius: 0;
    border-radius: 5px;
    outline: 0;
    background: none;
}

@media (max-width:1560px) {
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea {
        padding: 10px 30px;
    }

}

@media (max-width:1400px) {
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea {
        padding: 10px 20px;
    }

}

.wrap-reviews .write-reviews .message form .group input:placeholder-shown + label,
.wrap-reviews .write-reviews .message form .group textarea:placeholder-shown + label {
    top: 0;
    background-color: transparent;
}

.wrap-reviews .write-reviews .message form .group input:focus + label,
.wrap-reviews .write-reviews .message form .group textarea:focus + label,
.wrap-reviews .write-reviews .message form .group input:valid + label,
.wrap-reviews .write-reviews .message form .group textarea:valid + label {
    top: -32px;
    left: 40px;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: .8;
    color: #fff;
}

@media (max-width:1560px) {
    .wrap-reviews .write-reviews .message form .group input:focus + label,
    .wrap-reviews .write-reviews .message form .group textarea:focus + label,
    .wrap-reviews .write-reviews .message form .group input:valid + label,
    .wrap-reviews .write-reviews .message form .group textarea:valid + label {
        left: 30px;
    }

}

@media (max-width:1400px) {
    .wrap-reviews .write-reviews .message form .group input:focus + label,
    .wrap-reviews .write-reviews .message form .group textarea:focus + label,
    .wrap-reviews .write-reviews .message form .group input:valid + label,
    .wrap-reviews .write-reviews .message form .group textarea:valid + label {
        left: 20px;
    }

}

.wrap-reviews .write-reviews .message form .group textarea {
    resize: none;
}

.wrap-reviews .write-reviews .message form .submit-group .submit {
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background: #0033f9;
}

.wrap-reviews .write-reviews .message form .submit-group .submit:hover {
    background-color: #011a6a;
}

.header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #fff;
}

.header .header-top,
.header .header-info {
    padding-right: 5%;
    padding-left: 5%;
}

@media (max-width:767px) {
    .header .header-top,
    .header .header-info {
        padding-right: 15px;
        padding-left: 15px;
    }

}

.header .header-top {
    font-size: 14px;
    padding: 5px 5%;
    color: #b2bad2;
    background-color: #011a6a;
}

@media (max-width:767px) {
    .header .header-top {
        font-size: 12px;
        padding: 5px 15px;
    }

}

.header .header-top p {
    line-height: 26px;
    margin: 0;
}

@media (max-width:767px) {
    .header .header-top p {
        line-height: 18px;
    }

}

.header .header-top a {
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: underline;
    color: #fff;
}

.header .header-top a:hover {
    color: #b2bad2;
}

.header .logo {
    display: block;
    height: 70px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width:1199px) {
    .header .logo {
        height: 60px;
        padding: 5px 0;
    }

}

.header .logo img {
    display: block;
    height: 100%;
}

.header .header-right {
    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-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header .serach-part {
    cursor: pointer;
}

.header .find {
    font-size: 18px;
    line-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1199px) {
    .header .find {
        margin-left: 10px;
    }

}

@media (max-width:767px) {
    .header .find {
        font-size: 16px;
    }

}

.header .find .iconfont {
    font-size: 24px;
    margin-right: 6px;
}

.header .find:hover {
    color: #0033f9;
}

.header .search-wrap {
    font-size: 14px;
    position: fixed;
    z-index: 9;
    top: -15px;
    left: 50%;
    display: none;
    width: 100vw;
    height: 100vh;
    padding: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.header .search-wrap .search-close {
    position: absolute;
    top: 5%;
    right: 10%;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
}

@media (max-width:1199px) {
    .header .search-wrap .search-close {
        right: 5%;
    }

}

.header .search-wrap .search-close .icon {
    font-size: 30px;
}

.header .search-wrap .search-box {
    position: absolute;
    top: 50%;
    left: 10%;
    overflow: hidden;
    width: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 6px;
}

@media (max-width:1199px) {
    .header .search-wrap .search-box {
        left: 5%;
        width: 90%;
    }

}

.header .search-wrap input {
    line-height: 30px;
    width: 100%;
    padding: 15px;
    color: #656c78;
}

.header .search-wrap .submit {
    font-size: 20px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 60px;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0;
}

.header .search-wrap .submit:before {
    font-family: 'iconfont' !important;
    content: '\e60e';
}

.header .search-wrap .submit:hover {
    color: #fff;
    background-color: #011a6a;
}

.header .cart {
    line-height: 26px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    padding: 5px 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 6px;
    background-color: #0033f9;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1199px) {
    .header .cart {
        margin-left: 10px;
    }

}

@media (max-width:767px) {
    .header .cart {
        font-size: 0;
        padding: 5px 4px;
    }

}

.header .cart .iconfont {
    font-size: 22px;
    margin-right: 6px;
}

.header .cart span {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: red;
}

.header .cart:hover {
    background-color: #011a6a;
}

.header .language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:767px) {
    .header .language {
        margin-left: 10px;
    }

}

.header .language a {
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1199px) {
    .header .language a {
        font-size: 16px;
    }

}

.header .language a img {
    width: 26px;
    margin-right: 10px;
}

.header .language a:hover {
    color: #0033f9;
}

.header .pc-nav {
    margin-left: 5vw;
}

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

}

.header .pc-nav > ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1470px) {
    .header .pc-nav > ul {
        margin: 0 -20px;
    }

}

.header .pc-nav > ul > li {
    position: relative;
    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 .pc-nav > ul > li > a {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    padding: 0 28px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

@media (max-width:1560px) {
    .header .pc-nav > ul > li > a {
        padding: 0 20px;
    }

}

@media (max-width:1470px) {
    .header .pc-nav > ul > li > a {
        padding: 0 14px;
    }

}

@media (max-width:1400px) {
    .header .pc-nav > ul > li > a {
        font-size: 16px;
    }

}

.header .pc-nav > ul > li > a .iconfont {
    font-size: 20px;
    margin-right: 6px;
}

.header .pc-nav > ul > li.more > a:after {
    font-family: 'iconfont' !important;
    font-size: 14px;
    margin-left: 6px;
    content: '\e9b6';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .pc-nav > ul > li.active > a,
.header .pc-nav > ul > li:hover > a {
    color: #0033f9;
}

.header .pc-nav > ul > li:hover .nav-list2 {
    display: block;
}

.header .pc-nav .nav-list2 {
    position: absolute;
    z-index: 50;
    top: 100%;
    display: none;
    min-width: 230px;
    padding: 20px 0;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    text-align: center;
    text-align: left;
    background-color: rgba(1, 26, 106, .95);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.header .pc-nav .nav-list2 li {
    list-style: none;
}

.header .pc-nav .nav-list2 li > a {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    z-index: 1;
    display: block;
    padding: 7px 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    white-space: nowrap;
}

.header .pc-nav .nav-list2 li > a:hover {
    color: #333;
    background-color: #e7edf3;
}

.header .pc-nav .nav-list2 li img {
    max-width: 400px;
}

.header .pc-nav .nav-list2 li.active .navright {
    display: block;
}

.header .pc-nav .nav-list2 .navright {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    display: none;
    overflow: hidden;
    min-width: 910px;
    height: 100%;
    padding: 40px 20px;
    background-color: rgba(246, 247, 248, .95);
}

@media (max-width:1560px) {
    .header .pc-nav .nav-list2 .navright {
        min-width: 700px;
    }

}

.header .pc-nav .nav-list2 .navright .pic {
    float: left;
    width: 40%;
}

.header .pc-nav .nav-list2 .navright .pic .img-box {
    padding-bottom: 70.58823529%;
}

.header .pc-nav .nav-list2 .navright .note {
    float: left;
    width: 60%;
    padding: 20px 20px 0 40px;
}

@media (max-width:1560px) {
    .header .pc-nav .nav-list2 .navright .note {
        padding-top: 0;
    }

}

.header .pc-nav .nav-list2 .navright .note b {
    font-size: 26px;
    line-height: 1.53846154;
    display: block;
    color: #011a6a;
}

.header .pc-nav .nav-list2 .navright .note p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.625;
    display: -webkit-box;
    overflow: hidden;
    max-height: 104px;
    margin: 20px 0 0 0;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width:1470px) {
    .header .pc-nav .nav-list2 .navright .note p {
        margin-top: 10px;
    }

}

.header .pc-nav .nav-list2 .navright .note span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: 30px;
    color: #0033f9;
}

@media (max-width:1470px) {
    .header .pc-nav .nav-list2 .navright .note span {
        margin-top: 10px;
    }

}

.header .pc-nav .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.header .pc-nav .nav-list3 > li > a {
    line-height: 24px;
    display: block;
    padding: 5px 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    border-radius: 10px;
}

.header .pc-nav .nav-list3 > li:hover > a {
    color: #fff;
    background-color: #011a6a;
}

.header .btn-menu {
    position: relative;
    display: none;
    width: 24px;
    height: 40px;
}

@media (max-width:1199px) {
    .header .btn-menu {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }

}

.header .btn-menu div {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .btn-menu div:before,
.header .btn-menu div:after {
    display: block;
    height: 2px;
    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #011a6a;
}

.header .btn-menu div span {
    display: block;
    height: 2px;
    margin: 5px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #011a6a;
}

.header .translate {
    margin-left: 3vw;
}

.header.stuck {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.stuck-header {
    top: -36px;
}

@media (max-width:767px) {
    .stuck-header {
        top: -46px;
    }

}

.hc-mobile-nav {
    text-transform: capitalize;
}

.hc-mobile-nav .lst-clone {
    display: none;
}

.hc-mobile-nav p {
    margin: 0;
}

.hc-mobile-nav .navright {
    display: none;
}

.hc-mobile-nav li.nav-close {
    padding-top: 40px;
}

.hc-mobile-nav .nav-list2 li.nav-parent > a {
    padding-right: 44px;
    padding-left: 30px;
}

.hc-mobile-nav .nav-list3 li a {
    padding-left: 40px;
}

.hc-mobile-nav ul {
    text-indent: 0 !important;
}

.hc-mobile-nav .nav-wrapper {
    color: #333;
    background-color: #fff;
}

.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: #eee;
}

.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
    border-color: #222;
}

.hc-mobile-nav:not(.touch-device) a:hover {
    background-color: #eee;
}

.online-wrap {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width:991px) {
    .online-wrap {
        top: auto;
        bottom: 100px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

}

.online-wrap .btn {
    line-height: 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;
    color: #fff;
    border: 1px solid #011a6a;
    border-radius: 0;
    border-radius: 50%;
    outline: none;
    background-color: #011a6a;
}

@media (min-width:992px) {
    .online-wrap .btn {
        display: none;
    }

}

.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    content: '\e625';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.online-wrap .btn.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;
    display: none;
    max-width: 120px;
}

.online-wrap .code-pic .pic-box {
    background-color: #fff;
}

.online-wrap .code-pic img {
    display: block;
    max-width: 100%;
}

.online-wrap .online {
    position: relative;
    -webkit-transition: right .3s;
    transition: right .3s;
}

@media (max-width:991px) {
    .online-wrap .online {
        position: absolute;
        top: auto;
        right: -60px;
        bottom: 70px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .online-wrap .online.active {
        right: 0;
    }

}

.online-wrap .online a {
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    margin: 4px 0;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
}

.online-wrap .online a .iconfont {
    font-size: 22px;
}

.online-wrap .online a b {
    font-weight: normal;
}

.online-wrap .online a:hover {
    color: #fff;
    background-color: #011a6a;
}

.online-wrap .online a:hover .iconfont {
    color: #fff;
}

.online-wrap .online .codenum {
    position: relative;
}

.online-wrap .online .codenum .open-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;
    padding-right: 0;
    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}

.online-wrap .online .codenum .open-num p {
    line-height: 50px;
    display: block;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    border-radius: 50px;
    background: #011a6a;
}

@media (min-width:1200px) {
    .online-wrap .online .codenum:hover .open-num {
        right: 100%;
    }

}

.online-wrap .online .code {
    position: relative;
}

@media (max-width:767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }

}

.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;
    display: none;
    width: 130px;
    height: 130px;
    padding-right: 5px;
}

.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.online-wrap .online .code .mask img {
    display: block;
    width: 100%;
}

.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0 8px 0;
    color: #888;
}

.online-wrap .online .online-cart span {
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    top: 18px;
    right: 14px;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #0033f9;
}

.online-wrap .online .backtop:before {
    display: block;
    width: 20px;
    height: 1px;
    margin: 0 auto;
    content: '';
    background-color: rgba(255, 255, 255, .4);
}

.xs-online {
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
    color: #fff;
    background-color: #011a6a;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}

@media (max-width:991px) {
    .xs-online {
        display: block !important;
    }

}

.xs-online ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.xs-online ul li {
    float: left;
    width: 20%;
    list-style: none;
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(255, 255, 255, .6);
}

.xs-online ul li > a {
    font-size: 10px;
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
    color: inherit;
}

.xs-online ul li > a .iconfont {
    font-size: 20px;
    display: block;
}

@media (max-width:320px) {
    .xs-online ul li > a {
        font-size: 8px;
    }

}

.xs-online ul li:first-child {
    border-left: none;
}

.xs-online ul li:last-child {
    border-right: none;
}

.xs-online ul li.xs-online-wechat > a {
    position: relative;
}

.xs-online ul li.xs-online-wechat > a:hover img {
    display: block;
}

.xs-online ul li.xs-online-wechat > a img {
    position: absolute;
    bottom: 57px;
    left: 0;
    display: none;
    width: 100%;
}

.banner {
    font-size: 0;
    position: relative;
    z-index: 8;
    clear: both;
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width:1200px) {
    .banner .item {
        height: -webkit-calc(100vh - 126px);
        height: calc(100vh - 126px);
    }

}

.banner .item a {
    height: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

@media (min-width:1200px) {
    .banner img {
        height: 100%;
        object-fit: cover;
    }

}

.banner .img-box {
    padding-bottom: 42.708%;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-pagination {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    text-align: center;
}

@media (max-width:1199px) {
    .banner .swiper-pagination {
        bottom: 10px;
    }

}

.banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    border-radius: 50%;
    background: rgba(1, 26, 106, 0);
}

.banner .swiper-pagination .swiper-pagination-bullet:before {
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #011a6a;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:before {
    background-color: #fff;
}

.banner .slick-arrow {
    top: -webkit-calc(50% + 40px);
    top: calc(50% + 40px);
    width: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #fff;
    border: none;
    background: none;
}

.banner .slick-arrow:before {
    font-size: 30px;
}

.banner .slick-arrow:hover {
    color: #0033f9;
    background: none;
}

.banner .slick-prev {
    left: 2%;
}

@media (max-width:991px) {
    .banner .slick-prev {
        left: 0;
    }

}

.banner .slick-next {
    right: 2%;
}

@media (max-width:991px) {
    .banner .slick-next {
        right: 0;
    }

}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden;
}

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

}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

.banner-video-box {
    position: relative;
    display: block;
    padding-bottom: 50%;
    -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: #011a6a !important;
}

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

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

.banner-in {
    position: relative;
    overflow: hidden;
}

.banner-in img {
    width: 100%;
}

.box {
    overflow: hidden;
    padding: 120px 0;
}

@media (max-width:1560px) {
    .box {
        padding: 100px 0;
    }

}

@media (max-width:1400px) {
    .box {
        padding: 80px 0;
    }

}

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

}

@-webkit-keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

.common-more {
    margin-top: 60px;
}

@media (max-width:1199px) {
    .common-more {
        margin-top: 30px;
    }

}

.common-more a {
    font-weight: 500;
    line-height: 32px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 230px;
    margin: 0 auto;
    padding: 10px 74px 10px 22px;
    -webkit-transition: all .6s;
    transition: all .6s;
    color: #19224d;
    border-radius: 99px;
    background: #fff;
    box-shadow: 0 4px 16px -6px rgba(161, 161, 170, .2), 0 2.351px .941px -.625px rgba(161, 161, 170, .07), 0 5.573px 2.229px -1.25px rgba(161, 161, 170, .07), 0 10.166px 4.067px -1.875px rgba(161, 161, 170, .06), 0 16.902px 6.761px -2.5px rgba(161, 161, 170, .06), 0 27.295px 10.918px -3.125px rgba(161, 161, 170, .06), 0 44.679px 17.871px -3.75px rgba(161, 161, 170, .05), 0 76.934px 30.773px -4.375px rgba(161, 161, 170, .03);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.common-more a span {
    -webkit-transition: all .2s;
    transition: all .2s;
}

.common-more a .iconfont {
    font-size: 14px;
    line-height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 52px;
    height: 32px;
    margin-left: 12px;
    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
    border: 1px solid #d4d8dd;
    border-radius: 99px;
    background: #f6f7f8;
}

.common-more a:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12), 0 16px 40px rgba(0, 0, 0, .1), 0 32px 60px rgba(0, 0, 0, .08), 0 48px 90px rgba(0, 0, 0, .06);
}

.common-more a:hover span {
    opacity: 0;
}

.common-more a:hover .iconfont {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}

.title .subtitle {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;    /* 右侧：从右滑入 */
}

.title .subtitle:before,
.title .subtitle:after {
    display: block;
    width: 3px;
    height: 12px;
    content: '';
    background: url(../images/title-line.svg) no-repeat center;
    background-size: 100%;
}

.title .subtitle:before {
    margin-right: 10px;
}

.title .subtitle:after {
    margin-left: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.title .subtitle h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    color: #0033f9;
}

.title .subtitle.animate-lines:before {
    -webkit-animation: slideFromLeft 2s ease forwards;
    animation: slideFromLeft 2s ease forwards;
}

.title .subtitle.animate-lines:after {
    -webkit-animation: slideFromRight 2s ease forwards;
    animation: slideFromRight 2s ease forwards;
}

.title h2 {
    font-size: 66px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.98px;
}

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

}

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

}

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

}

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

}

@media (max-width:991px) {
    .title h2 {
        font-size: 30px;
        letter-spacing: -.98px;
    }

}

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

}

.title h2 span {
    color: #011a6a;
}

.title h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.15384615;
}

@media (max-width:1560px) {
    .title h3 {
        font-size: 22px;
    }

}

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

}

.title .editor-content {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 20px;
}

@-webkit-keyframes slideFromLeft {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

}

@keyframes slideFromLeft {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

}

@-webkit-keyframes slideFromRight {
    from {
        -webkit-transform: translateX(100px) rotate(180deg);
        transform: translateX(100px) rotate(180deg);
        opacity: 0;
    }

    to {
        -webkit-transform: translateX(0) rotate(180deg);
        transform: translateX(0) rotate(180deg);
        opacity: 1;
    }

}

@keyframes slideFromRight {
    from {
        -webkit-transform: translateX(100px) rotate(180deg);
        transform: translateX(100px) rotate(180deg);
        opacity: 0;
    }

    to {
        -webkit-transform: translateX(0) rotate(180deg);
        transform: translateX(0) rotate(180deg);
        opacity: 1;
    }

}

.box-brands {
    background: #f6f7f8;
}

.box-brands .title {
    max-width: 650px;
    margin: 0 auto;
}

@media (max-width:1560px) {
    .box-brands .title {
        max-width: 550px;
    }

}

@media (max-width:1400px) {
    .box-brands .title {
        max-width: 450px;
    }

}

.box-brands .title h2 {
    margin-top: 30px;
}

@media (max-width:1199px) {
    .box-brands .title h2 {
        margin-top: 20px;
    }

}

@media (max-width:767px) {
    .box-brands .title h2 {
        margin-top: 10px;
    }

}

.box-brands .brands .swiper-brands {
    overflow: visible;
}

@media (max-width:767px) {
    .box-brands .brands .swiper-brands {
        width: 70%;
        margin: 0 auto;
    }

}

.box-brands .brands .swiper-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-brands .brands .swiper-slide {
    padding: 90px 0 120px;
}

@media (max-width:1560px) {
    .box-brands .brands .swiper-slide {
        padding-top: 50px;
    }

}

@media (max-width:991px) {
    .box-brands .brands .swiper-slide {
        padding-top: 30px;
    }

}

.box-brands .brands .swiper-slide .item {
    opacity: .4;
}

.box-brands .brands .swiper-slide .item .title-brands {
    overflow: hidden;
    max-height: 0;
}

.box-brands .brands .swiper-slide-active .item {
    padding-bottom: 60px;
    opacity: 1;
}

@media (max-width:991px) {
    .box-brands .brands .swiper-slide-active .item {
        padding-bottom: 30px;
    }

}

.box-brands .brands .swiper-slide-active .item .title-brands {
    max-height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.box-brands .brands .swiper-slide-prev .item,
.box-brands .brands .swiper-slide-next .item {
    padding-bottom: 30px;
    opacity: 1;
}

@media (max-width:991px) {
    .box-brands .brands .swiper-slide-prev .item,
    .box-brands .brands .swiper-slide-next .item {
        padding-bottom: 15px;
    }

}

.box-brands .brands .swiper-slide-prev .item .title-brands,
.box-brands .brands .swiper-slide-next .item .title-brands {
    line-height: 24px;
    max-height: 39px;
    padding-top: 15px;
}

.box-brands .brands .item {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 4px 16px -6px rgba(161, 161, 170, .15), 0 4.031px 1.612px -.625px rgba(161, 161, 170, .05), 0 9.554px 3.822px -1.25px rgba(161, 161, 170, .05), 0 17.428px 6.971px -1.875px rgba(161, 161, 170, .05), 0 28.974px 11.59px -2.5px rgba(161, 161, 170, .04), 0 46.791px 18.716px -3.125px rgba(161, 161, 170, .04), 0 76.592px 30.637px -3.75px rgba(161, 161, 170, .03), 0 131.886px 52.754px -4.375px rgba(161, 161, 170, .02);
}

.box-brands .brands .item .title-brands {
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-brands .brands .item .title-brands .brands-name {
    color: #59668c;
}

.box-brands .brands .item .title-brands .num {
    font-size: 14px;
    color: #99a2bb;
}

.box-brands .brands .item .img-box {
    padding-bottom: 65.67164179%;
}

.box-brands .swiper-button {
    margin-top: -60px;
}

@media (max-width:767px) {
    .box-brands .swiper-button {
        margin-top: -80px;
    }

}

.common-product-item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:767px) {
    .common-product-item .text {
        padding: 4px;
    }

}

.common-product-item .text .title-products {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width:1199px) {
    .common-product-item .text .title-products {
        font-size: 20px;
    }

}

@media (max-width:767px) {
    .common-product-item .text .title-products {
        font-size: 18px;
    }

}

.common-product-item .text .more {
    font-size: 18px;
    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-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width:1199px) {
    .common-product-item .text .more {
        font-size: 16px;
    }

}

.common-product-item .text .more .iconfont {
    font-size: 14px;
    line-height: 32px;
    display: block;
    width: 52px;
    height: 32px;
    margin-left: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    border: 1px solid #d4d8dd;
    border-radius: 99px;
    background: #f6f7f8;
}

@media (max-width:1199px) {
    .common-product-item .text .more .iconfont {
        line-height: 28px;
        height: 28px;
    }

}

.common-product-item .mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 14px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:767px) {
    .common-product-item .mask {
        margin-top: 6px;
        padding: 0 4px;
    }

}

.common-product-item .mask span {
    font-size: 14px;
    line-height: 26px;
    margin-right: 6px;
    padding: 5px 16px;
    color: #59668c;
    border: 1px solid #ebecef;
    border-radius: 99px;
}

.common-product-item .pic {
    overflow: hidden;
    margin-top: 16px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #ebecef;
    border-radius: 40px;
}

@media (max-width:1560px) {
    .common-product-item .pic {
        border-radius: 30px;
    }

}

@media (max-width:767px) {
    .common-product-item .pic {
        border-radius: 10px;
    }

}

.common-product-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

@media (min-width:1200px) {
    .common-product-item:hover .pic {
        box-shadow: 0 4px 16px -6px rgba(161, 161, 170, .15), 0 4.031px 1.612px -.625px rgba(161, 161, 170, .05), 0 9.554px 3.822px -1.25px rgba(161, 161, 170, .05), 0 17.428px 6.971px -1.875px rgba(161, 161, 170, .05), 0 28.974px 11.59px -2.5px rgba(161, 161, 170, .04), 0 46.791px 18.716px -3.125px rgba(161, 161, 170, .04), 0 76.592px 30.637px -3.75px rgba(161, 161, 170, .03), 0 131.886px 52.754px -4.375px rgba(161, 161, 170, .02);
    }

    .common-product-item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .common-product-item:hover .text .title-products {
        color: #0033f9;
    }

    .common-product-item:hover .text .more .iconfont {
        color: #fff;
        background-color: #011a6a;
    }

}

.box-products {
    background: #f6f7f8;
}

.box-products .products {
    margin-top: 80px;
    padding: 24px;
    border-radius: 64px;
    background: #fff;
}

@media (max-width:1560px) {
    .box-products .products {
        margin-top: 60px;
        border-radius: 40px;
    }

}

@media (max-width:1199px) {
    .box-products .products {
        margin-top: 30px;
    }

}

@media (max-width:767px) {
    .box-products .products {
        padding: 10px;
        border-radius: 20px;
    }

}

.box-products .products > ul {
    margin-top: -50px;
}

@media (max-width:1199px) {
    .box-products .products > ul {
        margin-top: -30px;
    }

}

.box-products .products > ul > li {
    margin-top: 50px;
}

@media (max-width:1199px) {
    .box-products .products > ul > li {
        margin-top: 30px;
    }

}

.common-number {
    margin-top: 70px;
}

@media (max-width:1400px) {
    .common-number {
        margin-top: 40px;
    }

}

@media (max-width:1199px) {
    .common-number {
        margin-top: 0;
    }

}

.common-number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.common-number ul li {
    margin-top: 30px;
}

@media (max-width:991px) {
    .common-number ul li {
        margin-top: 20px;
    }

}

@media (max-width:767px) {
    .common-number ul li {
        margin-top: 10px;
    }

}

.common-number .item {
    -webkit-transition: all .6s;
    transition: all .6s;
}

.common-number .item .mask {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 12px;
    letter-spacing: -.42px;
    color: #d5e0ff;
    border-radius: 20px;
    background: rgba(255, 255, 255, .1);
}

.common-number .item .mask .iconfont {
    font-size: 20px;
    margin-right: 6px;
}

.common-number .item b {
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-top: 20px;
    letter-spacing: -3.6px;
}

@media (max-width:1470px) {
    .common-number .item b {
        font-size: 50px;
    }

}

@media (max-width:1199px) {
    .common-number .item b {
        font-size: 40px;
    }

}

@media (max-width:991px) {
    .common-number .item b {
        font-size: 30px;
    }

}

.common-number .item p {
    line-height: 1.5;
    margin: 10px 0 0 0;
    letter-spacing: -.48px;
    color: rgba(255, 255, 255, .7);
}

.common-number .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.common-video {
    position: relative;
    margin-top: 100px;
}

@media (max-width:1199px) {
    .common-video {
        margin-top: 80px;
    }

}

@media (max-width:991px) {
    .common-video {
        margin-top: 60px;
    }

}

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

}

.common-video:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -100%;
    display: block;
    width: 300%;
    height: 50%;
    content: '';
    background-color: #fff;
}

.common-video img {
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: 100%;
    border-radius: 30px;
}

@media (max-width:767px) {
    .common-video img {
        width: 160%;
        margin-left: -30%;
        border-radius: 10px;
    }

}

.common-video .play {
    line-height: 96px;
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 96px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}

@media (max-width:1199px) {
    .common-video .play {
        line-height: 80px;
        width: 80px;
        height: 80px;
    }

}

.common-video .play span {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #0033f9;
    border-radius: 50%;
    background-color: #fff;
}

.common-video .play .iconfont {
    font-size: 70px;
}

@media (max-width:1199px) {
    .common-video .play .iconfont {
        font-size: 60px;
    }

}

.common-video .play::before,
.common-video .play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
    animation: point_kuo 3s linear infinite;
    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
}

.common-video .play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.common-video .play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.box-about {
    background: #19224d;
}

.box-about .about {
    color: #fff;
}

.box-about .about-left {
    width: 600px;
    padding-right: 5%;
}

@media (max-width:1560px) {
    .box-about .about-left {
        padding-right: 10%;
    }

}

@media (max-width:1400px) {
    .box-about .about-left {
        width: 450px;
        padding-right: 5%;
    }

}

@media (max-width:1199px) {
    .box-about .about-left {
        width: 400px;
    }

}

@media (max-width:991px) {
    .box-about .about-left {
        width: 100%;
        padding-right: 0;
    }

}

.box-about .about-left .title h2 span {
    color: #0033f9;
}

.box-about .about-left .common-more {
    margin-top: 80px;
}

@media (max-width:1199px) {
    .box-about .about-left .common-more {
        margin-top: 50px;
    }

}

@media (max-width:991px) {
    .box-about .about-left .common-more {
        margin-top: 30px;
    }

}

.box-about .about-left .common-more a {
    margin-left: 0;
    color: #fff;
    background-color: #0033f9;
    box-shadow: 0 4px 16px -6px rgba(25, 34, 77, .2), 0 2.351px .941px -.625px rgba(25, 34, 77, .07), 0 5.573px 2.229px -1.25px rgba(25, 34, 77, .07), 0 10.166px 4.067px -1.875px rgba(25, 34, 77, .06), 0 16.902px 6.761px -2.5px rgba(25, 34, 77, .06), 0 27.295px 10.918px -3.125px rgba(25, 34, 77, .06), 0 44.679px 17.871px -3.75px rgba(25, 34, 77, .05), 0 76.934px 30.773px -4.375px rgba(25, 34, 77, .03);
}

.box-about .about-left .common-more a .iconfont {
    border-color: #325cff;
    background: #325cff;
}

.box-about .about-right {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
}

@media (max-width:1400px) {
    .box-about .about-right {
        width: -webkit-calc(100% - 450px);
        width: calc(100% - 450px);
    }

}

@media (max-width:1199px) {
    .box-about .about-right {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }

}

@media (max-width:991px) {
    .box-about .about-right {
        width: 100%;
        margin-top: 30px;
    }

}

.box-about .about-right .title-about h3 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.47058824;
}

@media (max-width:1400px) {
    .box-about .about-right .title-about h3 {
        font-size: 30px;
    }

}

@media (max-width:1199px) {
    .box-about .about-right .title-about h3 {
        font-size: 24px;
    }

}

@media (max-width:991px) {
    .box-about .about-right .title-about h3 {
        font-size: 20px;
    }

}

.box-about .about-right .editor-content {
    margin-top: 30px;
}

@media (max-width:991px) {
    .box-about .about-right .editor-content {
        margin-top: 20px;
    }

}

.box-about .about-right .editor-content p {
    font-size: 18px;
    line-height: 1.55555556;
    color: rgba(255, 255, 255, .7);
}

@media (max-width:1199px) {
    .box-about .about-right .editor-content p {
        font-size: 16px;
    }

}

@media (max-width:767px) {
    .box-about .about-right .editor-content p {
        font-size: 14px;
    }

}

@media (max-width:1199px) {
    .box-about .common-number {
        margin-top: 20px;
    }

}

@-webkit-keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
        transform: translate(-50%, -50%) scale(3.5);
        opacity: 0;
    }

}

@keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(3.5);
        transform: translate(-50%, -50%) scale(3.5);
        opacity: 0;
    }

}

.common-honor-item {
    cursor: pointer;
}

.common-honor-item .pic {
    position: relative;
    padding: 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #ebecef;
    border-radius: 20px;
    background: rgba(255, 255, 255, .3);
}

@media (max-width:767px) {
    .common-honor-item .pic {
        padding: 10px;
        border-radius: 10px;
    }

}

.common-honor-item .pic:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 34, 77, 0)), color-stop(50%, rgba(25, 34, 77, .8)), to(rgba(25, 34, 77, 0)));
    background: -webkit-linear-gradient(top, rgba(25, 34, 77, 0) 0%, rgba(25, 34, 77, .8) 50%, rgba(25, 34, 77, 0) 100%);
    background: linear-gradient(180deg, rgba(25, 34, 77, 0) 0%, rgba(25, 34, 77, .8) 50%, rgba(25, 34, 77, 0) 100%);
}

.common-honor-item .pic .img-box {
    padding-bottom: 141.07142857%;
    border-radius: 16px;
}

.common-honor-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.common-honor-item .title-honor {
    font-weight: 500;
    line-height: 24px;
    margin-top: 16px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media (max-width:767px) {
    .common-honor-item .title-honor {
        margin-top: 6px;
    }

}

@media (min-width:1200px) {
    .common-honor-item:hover .pic {
        box-shadow: 0 4px 16px -6px rgba(161, 161, 170, .15), 0 4.031px 1.612px -.625px rgba(161, 161, 170, .05), 0 9.554px 3.822px -1.25px rgba(161, 161, 170, .05), 0 17.428px 6.971px -1.875px rgba(161, 161, 170, .05), 0 28.974px 11.59px -2.5px rgba(161, 161, 170, .04), 0 46.791px 18.716px -3.125px rgba(161, 161, 170, .04), 0 76.592px 30.637px -3.75px rgba(161, 161, 170, .03), 0 131.886px 52.754px -4.375px rgba(161, 161, 170, .02);
    }

    .common-honor-item:hover .pic:before {
        opacity: 1;
    }

    .common-honor-item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .common-honor-item:hover .title-honor {
        color: #0033f9;
    }

}

.box-honor {
    position: relative;
}

.box-honor .container {
    position: relative;
    z-index: 6;
}

.box-honor .honor-jiangbei {
    position: absolute;
    z-index: 1;
    bottom: 0;
    overflow: hidden;
    width: 0;
    -webkit-transition: all 10s;
    transition: all 10s;
}

@media (max-width:1199px) {
    .box-honor .honor-jiangbei {
        -webkit-transition: all 5s;
        transition: all 5s;
    }

}

.box-honor .honor-jiangbei::after {
    position: absolute;
    content: '';
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(/* 左边透明 */), color-stop(/* 中段依然透明 */), color-stop(/* 右侧开始渐亮 */), color-stop(#fff, /* 逐渐变白 */));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, /* 左边透明 */ rgba(255, 255, 255, 0) 50%, /* 中段依然透明 */ rgba(255, 255, 255, .4) 70%, /* 右侧开始渐亮 */ rgba(255, 255, 255, .8) 90%, /* 逐渐变白 */ #fff 100% /* 右侧完全白色（100%） */);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, /* 左边透明 */ rgba(255, 255, 255, 0) 50%, /* 中段依然透明 */ rgba(255, 255, 255, .4) 70%, /* 右侧开始渐亮 */ rgba(255, 255, 255, .8) 90%, /* 逐渐变白 */ #fff 100% /* 右侧完全白色（100%） */);
    inset: 0;
}

@media (max-width:1560px) {
    .box-honor .honor-jiangbei img {
        width: 80vw;
    }

}

.box-honor.animate-lines .honor-jiangbei {
    width: 100%;
}

.box-honor .honor-topbg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 5%;
    width: 380px;
}

@media (max-width:1199px) {
    .box-honor .honor-topbg {
        width: 300px;
    }

}

@media (max-width:991px) {
    .box-honor .honor-topbg {
        width: 240px;
    }

}

@media (max-width:767px) {
    .box-honor .honor-topbg {
        width: 140px;
    }

}

.box-honor .honor-topbg img {
    width: 100%;
    height: auto;
    -webkit-animation: floatUpDown 4s ease-in-out infinite;
    animation: floatUpDown 4s ease-in-out infinite;
    background: none;
}

.box-honor .title {
    max-width: 725px;
}

@media (max-width:1199px) {
    .box-honor .title {
        max-width: 600px;
    }

}

.box-honor .title .editor-content {
    margin-left: 0;
}

.box-honor .honor {
    margin-top: 80px;
    padding-left: 30%;
}

@media (max-width:1199px) {
    .box-honor .honor {
        margin-top: 40px;
        padding-left: 15%;
    }

}

@media (max-width:767px) {
    .box-honor .honor {
        margin-top: 20px;
        padding-left: 0;
    }

}

.box-honor .honor .swiper-slide {
    padding-bottom: 60px;
}

@media (max-width:1199px) {
    .box-honor .honor .swiper-slide {
        padding-bottom: 30px;
    }

}

.box-honor .honor-button {
    margin-left: 0;
}

@-webkit-keyframes floatUpDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    /* 上升距离（可调） */
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}

@keyframes floatUpDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    /* 上升距离（可调） */
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}

.common-news-item {
    position: relative;
    width: 70%;
}

@media (max-width:1199px) {
    .common-news-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 80%;
        padding: 10px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

}

@media (max-width:767px) {
    .common-news-item {
        width: 100%;
        padding-bottom: 20px;
    }

}

.common-news-item:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 0;
    height: 100%;
    content: '';
    -webkit-transition: all 1s;
    transition: all 1s;
    background: #f6f7f8;
}

.common-news-item .text {
    position: relative;
    z-index: 5;
    width: 60%;
    padding: 40px 5% 40px 0;
}

@media (max-width:1560px) {
    .common-news-item .text {
        padding: 30px 5% 30px 0;
    }

}

@media (max-width:1400px) {
    .common-news-item .text {
        padding: 20px 5% 20px 0;
    }

}

@media (max-width:767px) {
    .common-news-item .text {
        width: 100%;
        padding: 10px 0;
    }

}

.common-news-item .text .date {
    line-height: 24px;
    color: #99a2bb;
}

.common-news-item .text .title-news {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 56px;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width:1400px) {
    .common-news-item .text .title-news {
        font-size: 20px;
        line-height: 24px;
        max-height: 48px;
    }

}

@media (max-width:991px) {
    .common-news-item .text .title-news {
        font-size: 18px;
    }

}

.common-news-item .text .title-news span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;
    background-image: -webkit-gradient(linear, left top, right top, from(#0033f9), to(#0033f9));
    background-image: -webkit-linear-gradient(left, #0033f9 0%, #0033f9 100%);
    background-image: linear-gradient(to right, #0033f9 0%, #0033f9 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

.common-news-item .pic {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 0;
    width: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width:1199px) {
    .common-news-item .pic {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

}

@media (max-width:767px) {
    .common-news-item .pic {
        width: 100%;
    }

}

.common-news-item .pic .img-box {
    padding-bottom: 62.92134831%;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    border-radius: 20px;
}

@media (max-width:1199px) {
    .common-news-item .pic .img-box {
        opacity: 1;
    }

}

.common-news-item .note {
    display: -webkit-box;
    overflow: hidden;
    max-height: 56px;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width:1400px) {
    .common-news-item .note {
        max-height: 48px;
        margin-top: 10px;
    }

}

.common-news-item .note p {
    line-height: 28px;
    margin: 0;
    color: #363e66;
}

@media (max-width:1400px) {
    .common-news-item .note p {
        line-height: 24px;
    }

}

.box-news .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.box-news .title .subtitle {
    width: 30%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width:1199px) {
    .box-news .title .subtitle {
        width: 20%;
    }

}

@media (max-width:767px) {
    .box-news .title .subtitle {
        width: 100%;
    }

}

@media (min-width:1200px) {
    .box-news .title .subtitle:before {
        margin-right: 60px;
    }

    .box-news .title .subtitle:after {
        margin-left: 60px;
    }

}

.box-news .title .title-right {
    width: 70%;
}

@media (max-width:1199px) {
    .box-news .title .title-right {
        width: 80%;
    }

}

@media (max-width:767px) {
    .box-news .title .title-right {
        width: 100%;
    }

}

.box-news .title .title-right h2 {
    max-width: 570px;
}

@media (max-width:1560px) {
    .box-news .title .title-right h2 {
        max-width: 500px;
    }

}

@media (max-width:1400px) {
    .box-news .title .title-right h2 {
        max-width: 350px;
    }

}

.box-news .title .title-right h2 span {
    color: #0033f9;
}

.box-news .title .common-more a {
    margin-left: 0;
}

.box-news .news {
    margin-top: 60px;
}

.box-news .news > ul > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ebecef;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width:1200px) {
    .box-news .news > ul > li.active .common-news-item {
        z-index: 6;
    }

    .box-news .news > ul > li.active .common-news-item:before {
        width: 143%;
    }

    .box-news .news > ul > li.active .common-news-item .text .title-news {
        color: #0033f9;
    }

    .box-news .news > ul > li.active .common-news-item .text .title-news span {
        background-size: 100% 1px;
    }

    .box-news .news > ul > li.active .common-news-item .text .date {
        color: #19224d;
    }

    .box-news .news > ul > li.active .common-news-item .pic .img-box {
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;
        opacity: 1;
    }

}

.footer {
    overflow: hidden;
}

@media (max-width:991px) {
    .footer {
        padding-bottom: 80px;
    }

}

.footer .footer-top {
    color: #fff;
    background: #19224d;
}

.footer a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

.footer a:hover span {
    background-size: 100% 1px;
}

.footer .foot-top {
    position: relative;
    padding: 80px 0 30px;
}

@media (max-width:1199px) {
    .footer .foot-top {
        padding: 50px 0 20px;
    }

}

@media (max-width:767px) {
    .footer .foot-top {
        padding: 30px 0 20px;
    }

}

.footer .foot-top:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .03)), color-stop(50%, rgba(255, 255, 255, .12)), to(rgba(255, 255, 255, .03)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .03) 0%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .03) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, .03) 0%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .03) 100%);
}

@media (max-width:767px) {
    .footer .foot-top .title-foot-top {
        margin-bottom: 10px;
    }

}

.footer .foot-top .title-foot-top h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.25;
}

@media (max-width:1560px) {
    .footer .foot-top .title-foot-top h3 {
        font-size: 34px;
    }

}

@media (max-width:1199px) {
    .footer .foot-top .title-foot-top h3 {
        font-size: 28px;
    }

}

@media (max-width:991px) {
    .footer .foot-top .title-foot-top h3 {
        font-size: 24px;
    }

}

@media (max-width:767px) {
    .footer .foot-top .title-foot-top h3 {
        font-size: 20px;
    }

}

.footer .foot-top .title-foot-top p {
    font-size: 20px;
    line-height: 1.5;
    margin: 10px 0 0 0;
    color: #0033f9;
}

@media (max-width:767px) {
    .footer .foot-top .title-foot-top p {
        font-size: 18px;
    }

}

.footer .title-foot {
    margin-top: 20px;
}

.footer .title-foot h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.15384615;
}

@media (max-width:1560px) {
    .footer .title-foot h3 {
        font-size: 22px;
    }

}

.footer .foot {
    padding: 80px 0;
}

@media (max-width:1400px) {
    .footer .foot {
        padding: 50px 0;
    }

}

@media (max-width:1199px) {
    .footer .foot {
        padding: 30px 0;
    }

}

@media (max-width:767px) {
    .footer .foot {
        padding: 10px 0 30px;
    }

}

.footer .foot-txt {
    max-width: 280px;
}

@media (max-width:991px) {
    .footer .foot-txt {
        max-width: 50%;
    }

}

@media (max-width:767px) {
    .footer .foot-txt {
        max-width: 100%;
    }

}

.footer .foot-txt .foot-info {
    margin-top: 40px;
}

@media (max-width:1400px) {
    .footer .foot-txt .foot-info {
        margin-top: 20px;
    }

}

.footer .foot-txt .txt {
    margin-top: 20px;
}

@media (max-width:767px) {
    .footer .foot-txt .txt {
        margin-top: 10px;
    }

}

.footer .foot-txt .txt b {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #9999af;
}

.footer .foot-txt .txt p {
    line-height: 20px;
    margin: 4px 0 0 0;
    color: #eeeef1;
}

.footer .foot-txt .txt:hover b,
.footer .foot-txt .txt:hover p {
    color: #fff;
}

@media (max-width:991px) {
    .footer .foot-nav {
        width: 50%;
    }

}

@media (max-width:767px) {
    .footer .foot-nav {
        width: 100%;
    }

}

.footer .foot-nav .foot-info {
    margin-top: 40px;
}

@media (max-width:1400px) {
    .footer .foot-nav .foot-info {
        margin-top: 20px;
    }

}

@media (max-width:767px) {
    .footer .foot-nav .foot-info {
        margin-top: 10px;
    }

}

@media (max-width:767px) {
    .footer .foot-nav .foot-info > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

}

@media (max-width:767px) {
    .footer .foot-nav .foot-info > ul > li {
        margin-right: 20px;
    }

}

.footer .foot-nav .foot-info > ul > li > a {
    line-height: 28px;
    display: block;
    padding: 5px 0;
    color: #eeeef1;
}

@media (max-width:767px) {
    .footer .foot-nav .foot-info > ul > li > a {
        line-height: 22px;
    }

}

.footer .foot-message {
    width: 100%;
    max-width: 650px;
}

@media (max-width:1560px) {
    .footer .foot-message {
        max-width: 600px;
    }

}

@media (max-width:1470px) {
    .footer .foot-message {
        max-width: 500px;
    }

}

@media (max-width:1400px) {
    .footer .foot-message {
        max-width: 400px;
    }

}

@media (max-width:1199px) {
    .footer .foot-message {
        max-width: 300px;
    }

}

@media (max-width:991px) {
    .footer .foot-message {
        max-width: 50%;
    }

}

@media (max-width:767px) {
    .footer .foot-message {
        max-width: 100%;
    }

}

.footer .foot-message .message {
    margin-top: 40px;
}

@media (max-width:1400px) {
    .footer .foot-message .message {
        margin-top: 20px;
    }

}

.footer .foot-message form > ul {
    margin: 0 -5px;
}

.footer .foot-message form > ul > li {
    margin-top: 10px;
    padding: 0 5px;
}

.footer .foot-message form input,
.footer .foot-message form textarea {
    line-height: 24px;
    width: 100%;
    padding: 10px 18px;
    color: #fff;
    border: 1px solid #3f4771;
    border-radius: 6px;
    background: #2e3661;
}

.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder {
    color: #eeeef1;
}

.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder {
    color: #eeeef1;
}

.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder {
    color: #eeeef1;
}

.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder {
    color: #eeeef1;
}

.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.footer .foot-message form .submit-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer .foot-message form .submit {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    padding: 0;
    color: #fff;
    background: none;
}

.footer .foot-message form .submit span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

.footer .foot-message form .submit:hover span {
    background-size: 100% 1px;
}

.footer .copyright {
    line-height: 30px;
    padding: 25px 0;
    color: #7c8296;
    background-color: #fff;
}

@media (max-width:1400px) {
    .footer .copyright {
        padding: 20px 0;
    }

}

@media (max-width:1199px) {
    .footer .copyright {
        line-height: 24px;
    }

}

@media (max-width:767px) {
    .footer .copyright {
        padding: 10px 0;
    }

}

.footer .copyright p {
    margin: 0;
}

.footer .copyright a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;
    background-image: -webkit-gradient(linear, left top, right top, from(#011a6a), to(#011a6a));
    background-image: -webkit-linear-gradient(left, #011a6a 0%, #011a6a 100%);
    background-image: linear-gradient(to right, #011a6a 0%, #011a6a 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

.footer .copyright a:hover {
    color: #011a6a;
}

.footer .copyright a:hover span {
    background-size: 100% 1px;
}

.footer .copyright .link {
    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;
}

.footer .copyright .link .line {
    width: 1px;
    height: 8px;
    margin: 0 20px;
    background: #c9cee0;
}

.wrap {
    overflow: hidden;
    padding: 120px 0;
}

@media (max-width:1560px) {
    .wrap {
        padding: 100px 0;
    }

}

@media (max-width:1400px) {
    .wrap {
        padding: 80px 0;
    }

}

@media (max-width:991px) {
    .wrap {
        padding: 50px 0;
    }

}

.pt-60 {
    padding-top: 60px;
}

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

}

@media (max-width:991px) {
    .pt-60 {
        padding-top: 40px;
    }

}

.wrap-left {
    width: 360px;
}

.wrap-right {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
    padding-left: 4%;
}

@media (max-width:1199px) {
    .wrap-right {
        width: 100%;
        padding-left: 15px;
    }

}

.wrap-location {
    padding: 10px 0;
    background: #f6f7f8;
}

.wrap-location .location {
    line-height: 35px;
    position: relative;
    padding-left: 30px;
}

@media (max-width:1199px) {
    .wrap-location .location {
        line-height: 24px;
    }

}

.wrap-location .location:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e676';
}

.wrap-location .location > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-location .location > ul > li {
    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;
}

.wrap-location .location > ul > li:after {
    margin: 0 4px;
    content: '/';
}

.wrap-location .location > ul > li:last-child:after {
    display: none;
}

.wrap-location .location > ul > li > a {
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.wrap-location .location > ul > li > a:hover {
    text-decoration: underline;
    color: #0033f9;
}

.wrap-menu {
    position: relative;
    z-index: 9;
    margin-top: -30px;
}

@media (max-width:767px) {
    .wrap-menu {
        margin-top: -25px;
    }

}

.wrap-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-menu ul li {
    padding: 5px;
}

.wrap-menu ul li a {
    font-weight: 600;
    line-height: 1.625;
    display: block;
    padding: 12px 34px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border: 1px solid #ebe9d9;
    border-radius: 30px;
    background: #2b2b2b;
}

@media (max-width:1199px) {
    .wrap-menu ul li a {
        padding: 12px 20px;
    }

}

@media (max-width:767px) {
    .wrap-menu ul li a {
        font-size: 14px;
        line-height: 1.42857143;
        padding: 10px;
    }

}

.wrap-menu ul li.active a,
.wrap-menu ul li:hover a {
    color: #fff;
    border-color: #011a6a;
    background-color: #011a6a;
}

.wrap-sidenav {
    position: relative;
}

@media (max-width:1199px) {
    .wrap-sidenav {
        display: none;
    }

}

.wrap-sidenav .title-sidenav {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;
    position: relative;
    z-index: 6;
    color: #011a6a;
}

.wrap-sidenav .sidenav {
    position: relative;
    z-index: 6;
}

.wrap-sidenav .sidenav .slevel-1 > li {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.wrap-sidenav .sidenav .slevel-1 > li > a {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 24px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #ebecef;
    border-radius: 12px;
    background: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrap-sidenav .sidenav .slevel-1 > li > a:after {
    font-family: 'iconfont' !important;
    font-size: 28px;
    margin-left: 20px;
    content: '\e675';
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.wrap-sidenav .sidenav .slevel-1 > li.active > a,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a {
    color: #fff;
    border-radius: 12px;
    background: #19224d;
    box-shadow: 0 4px 16px -6px rgba(25, 34, 77, .2), 0 2.351px .941px -.625px rgba(25, 34, 77, .07), 0 5.573px 2.229px -1.25px rgba(25, 34, 77, .07), 0 10.166px 4.067px -1.875px rgba(25, 34, 77, .06), 0 16.902px 6.761px -2.5px rgba(25, 34, 77, .06), 0 27.295px 10.918px -3.125px rgba(25, 34, 77, .06), 0 44.679px 17.871px -3.75px rgba(25, 34, 77, .05), 0 76.934px 30.773px -4.375px rgba(25, 34, 77, .03);
}

.wrap-sidenav .sidenav .slevel-1 > li.active > a:after,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:after {
    content: '\e84f';
}

.wrap-sidenav .sidenav .slevel-1 > li.active .slevel-2 {
    display: block;
}

.wrap-sidenav .sidenav .slevel-2 {
    display: none;
    margin-top: 6px;
    padding: 15px 10px;
    border-radius: 20px;
    background: #f6f7f8;
}

.wrap-sidenav .sidenav .slevel-2 > li {
    margin: 2px 0;
}

.wrap-sidenav .sidenav .slevel-2 > li > a {
    line-height: 24px;
    position: relative;
    display: block;
    padding: 5px 20px 5px 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 10px;
}

.wrap-sidenav .sidenav .slevel-2 > li > a:before {
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    border-radius: 50%;
    background-color: #0033f9;
}

.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a {
    padding-left: 30px;
    color: #0033f9;
    background: #ebeef1;
}

.wrap-sidenav .sidenav .slevel-2 > li.active > a:before,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a:before {
    left: 20px;
    opacity: 1;
}

.xs-product-nav {
    display: none;
    overflow: hidden;
    padding: 20px 0 0 0;
}

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

}

.xs-product-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xs-product-nav ul > li {
    display: inline-block;
    overflow: hidden;
    height: auto;
    padding: 4px;
    vertical-align: top;
}

@media (max-width:767px) {
    .xs-product-nav ul > li {
        width: 50%;
    }

}

.xs-product-nav ul > li > a {
    line-height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 4px 10px;
    text-transform: capitalize;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:767px) {
    .xs-product-nav ul > li > a {
        line-height: 20px;
    }

}

.xs-product-nav ul > li.active > a {
    color: #fff;
    border-color: #011a6a;
    background-color: #011a6a;
}

@media (min-width:1200px) {
    .wrap-about {
        overflow: visible;
    }

}

.wrap-about .title {
    padding-bottom: 60px;
    border-bottom: 1px solid #ebecef;
}

@media (max-width:1199px) {
    .wrap-about .title {
        padding-bottom: 30px;
    }

}

.wrap-about .title h2 {
    font-size: 90px;
}

@media (max-width:1560px) {
    .wrap-about .title h2 {
        font-size: 80px;
    }

}

@media (max-width:1470px) {
    .wrap-about .title h2 {
        font-size: 70px;
    }

}

@media (max-width:1400px) {
    .wrap-about .title h2 {
        font-size: 60px;
    }

}

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

}

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

}

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

}

.wrap-about .title h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33333333;
    margin: 10px 0 0 0;
    color: #0033f9;
}

@media (max-width:1560px) {
    .wrap-about .title h3 {
        font-size: 24px;
    }

}

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

}

@media (max-width:991px) {
    .wrap-about .title h3 {
        font-size: 18px;
    }

}

.wrap-about .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

}

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

}

.wrap-about .about .about-left {
    width: 30%;
}

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

}

.wrap-about .about .title-about {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

.wrap-about .about .title-about h4 {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 22px;
    color: #0033f9;
    border: 1px solid #0033f9;
    border-radius: 23px;
}

.wrap-about .about .title-about h4:before {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    content: '';
    background: url(../images/dot.svg) no-repeat center;
    background-size: cover;
}

.wrap-about .about .about-right {
    width: 70%;
}

@media (max-width:991px) {
    .wrap-about .about .about-right {
        width: 100%;
        margin-top: 20px;
    }

}

.wrap-about .about .about-right .text p {
    font-size: 18px;
    line-height: 1.88888889;
    color: #4d5264;
}

@media (max-width:1199px) {
    .wrap-about .about .about-right .text p {
        font-size: 16px;
    }

}

@media (max-width:767px) {
    .wrap-about .about .about-right .text p {
        font-size: 14px;
    }

}

.wrap-about .about .about-right .choose {
    margin: 50px 0;
}

@media (max-width:991px) {
    .wrap-about .about .about-right .choose {
        margin: 30px 0;
    }

}

.wrap-about .about .about-right .choose .title-choose h3 {
    font-size: 22px;
    line-height: 1.36363636;
}

.wrap-about .about .about-right .choose .choose-list > li {
    margin-top: 20px;
}

.wrap-about .about .about-right .choose .choose-list .item {
    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;
}

.wrap-about .about .about-right .choose .choose-list .item .icon {
    width: 44px;
    height: 44px;
    border: 3px solid #e0e6ed;
    border-radius: 50%;
    background-color: #f6f7f8;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.wrap-about .about .about-right .choose .choose-list .item .icon img {
    width: 100%;
}

.wrap-about .about .about-right .choose .choose-list .item .note {
    padding-left: 40px;
}

@media (max-width:1400px) {
    .wrap-about .about .about-right .choose .choose-list .item .note {
        padding-left: 20px;
    }

}

.wrap-about .about .about-right .choose .choose-list .item .note p {
    font-size: 18px;
    line-height: 1.66666667;
    margin: 0;
    color: #4d5264;
}

@media (max-width:1199px) {
    .wrap-about .about .about-right .choose .choose-list .item .note p {
        font-size: 16px;
    }

}

@media (max-width:767px) {
    .wrap-about .about .about-right .choose .choose-list .item .note p {
        font-size: 14px;
    }

}

.wrap-about .common-number .item p {
    color: rgba(25, 34, 77, .7);
}

.wrap-about .common-video:before {
    background-color: #f6f7f8;
}

.wrap-brands {
    background: #f6f7f8;
}

.wrap-brands .brands .item {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
}

.wrap-brands .brands .item .img-box {
    padding-bottom: 65.67164179%;
}

.wrap-brands .brands .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-honor {
    background: #f6f7f8;
}

.wrap-honor .honor {
    margin-top: 80px;
}

@media (max-width:1560px) {
    .wrap-honor .honor {
        margin-top: 60px;
    }

}

@media (max-width:1199px) {
    .wrap-honor .honor {
        margin-top: 30px;
    }

}

.wrap-honor .honor .swiper-slide {
    padding-bottom: 60px;
}

.wrap-action .action {
    margin-top: 50px;
}

@media (max-width:1199px) {
    .wrap-action .action {
        margin-top: 30px;
    }

}

@media (max-width:991px) {
    .wrap-action .action {
        margin-top: 0;
    }

}

.wrap-action .action > ul > li {
    margin-top: 30px;
}

.wrap-action .action .item {
    cursor: pointer;
}

.wrap-action .action .item .pic {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

@media (max-width:1199px) {
    .wrap-action .action .item .pic {
        border-radius: 20px;
    }

}

@media (max-width:767px) {
    .wrap-action .action .item .pic {
        border-radius: 10px;
    }

}

.wrap-action .action .item .pic:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .4);
}

.wrap-action .action .item .pic .mask {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    display: block;
    width: 62px;
    height: 62px;
    padding: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    background: rgba(255, 255, 255, .2);
}

.wrap-action .action .item .pic .mask .iconfont {
    font-size: 24px;
    line-height: 52px;
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background-color: #0033f9;
}

.wrap-action .action .item .img-box {
    padding-bottom: 60.37735849%;
}

.wrap-action .action .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-action .action .item .title-action {
    line-height: 26px;
    margin-top: 6px;
    padding: 15px 26px;
    border: 1px solid #e0e6ed;
    border-radius: 20px;
    background: #f6f7f8;
}

@media (max-width:1199px) {
    .wrap-action .action .item .title-action {
        padding: 10px 20px;
        border-radius: 10px;
    }

}

@media (min-width:1200px) {
    .wrap-action .action .item:hover .pic:before {
        opacity: 1;
    }

    .wrap-action .action .item:hover .pic .mask {
        opacity: 1;
    }

}

.wrap-contact {
    background: #f6f7f8;
}

.wrap-contact .title {
    padding-bottom: 70px;
    border-bottom: 1px solid #eceef6;
}

@media (max-width:1560px) {
    .wrap-contact .title {
        padding-bottom: 50px;
    }

}

@media (max-width:1199px) {
    .wrap-contact .title {
        padding-bottom: 30px;
    }

}

.wrap-contact .title .editor-content h3 {
    font-size: 24px;
    line-height: 1.25;
    color: #122d8c;
}

@media (max-width:1199px) {
    .wrap-contact .title .editor-content h3 {
        font-size: 20px;
    }

}

@media (max-width:767px) {
    .wrap-contact .title .editor-content h3 {
        font-size: 18px;
    }

}

.wrap-contact .contact {
    width: 50%;
    margin-top: 60px;
    padding-right: 15%;
}

@media (max-width:1560px) {
    .wrap-contact .contact {
        padding-right: 10%;
    }

}

@media (max-width:1470px) {
    .wrap-contact .contact {
        padding-right: 5%;
    }

}

@media (max-width:991px) {
    .wrap-contact .contact {
        width: 100%;
        margin-top: 30px;
        padding-right: 0;
    }

}

@media (max-width:767px) {
    .wrap-contact .contact {
        margin-top: 0;
    }

}

.wrap-contact .contact .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.wrap-contact .contact .item .icon {
    display: block;
    width: 62px;
    height: 62px;
    padding: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    border-radius: 50%;
    background-color: #e0e6ed;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width:767px) {
    .wrap-contact .contact .item .icon {
        width: 50px;
        height: 50px;
    }

}

.wrap-contact .contact .item .icon .iconfont {
    font-size: 24px;
    line-height: 54px;
    display: block;
    width: 54px;
    height: 54px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background: #f6f7f8;
    background-color: #f6f7f8;
}

@media (max-width:767px) {
    .wrap-contact .contact .item .icon .iconfont {
        line-height: 42px;
        width: 42px;
        height: 42px;
    }

}

.wrap-contact .contact .item .note {
    width: -webkit-calc(100% - 62px);
    width: calc(100% - 62px);
    padding-left: 36px;
}

@media (max-width:1199px) {
    .wrap-contact .contact .item .note {
        padding-left: 20px;
    }

}

@media (max-width:767px) {
    .wrap-contact .contact .item .note {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        padding-left: 10px;
    }

}

.wrap-contact .contact .item .note b {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #99a2bb;
}

@media (max-width:767px) {
    .wrap-contact .contact .item .note b {
        font-size: 16px;
    }

}

.wrap-contact .contact .item .note p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    margin: 10px 0 0 0;
}

@media (max-width:1400px) {
    .wrap-contact .contact .item .note p {
        font-size: 20px;
    }

}

@media (max-width:767px) {
    .wrap-contact .contact .item .note p {
        font-size: 18px;
    }

}

.wrap-contact .contact .item .note p a {
    -webkit-transition: all .2s;
    transition: all .2s;
}

.wrap-contact .contact .item .note p a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;
    background-image: -webkit-gradient(linear, left top, right top, from(#0033f9), to(#0033f9));
    background-image: -webkit-linear-gradient(left, #0033f9 0%, #0033f9 100%);
    background-image: linear-gradient(to right, #0033f9 0%, #0033f9 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}

@media (min-width:1200px) {
    .wrap-contact .contact .item:hover .icon {
        color: #fff;
        background-color: rgba(0, 51, 249, .2);
    }

    .wrap-contact .contact .item:hover .icon .iconfont {
        background-color: #0033f9;
    }

    .wrap-contact .contact .item:hover .note b {
        color: #19224d;
    }

    .wrap-contact .contact .item:hover .note p a {
        color: #0033f9;
    }

    .wrap-contact .contact .item:hover .note p a span {
        background-size: 100% 1px;
    }

}

.wrap-contact .contact .item .erweima {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-contact .contact .item .erweima .img {
    width: 130px;
    margin-top: 14px;
    margin-right: 20px;
    padding: 4px;
    border: 1px solid #ececf4;
    border-radius: 14px;
    background: #f6f7f8;
}

.wrap-contact .contact .item .erweima .img:last-child {
    margin-right: 0;
}

@media (max-width:767px) {
    .wrap-contact .contact .item .erweima .img {
        width: 120px;
        margin-right: 10px;
    }

}

.wrap-contact .contact .item .erweima .img img {
    width: 100%;
}

.wrap-contact .message {
    width: 50%;
}

@media (max-width:991px) {
    .wrap-contact .message {
        width: 100%;
    }

}

.wrap-contact .message .formbox {
    margin-top: 60px;
}

@media (max-width:991px) {
    .wrap-contact .message .formbox {
        margin-top: 30px;
    }

}

.wrap-product .product-top .title h2 {
    font-size: 46px;
    line-height: 1.30434783;
}

@media (max-width:1560px) {
    .wrap-product .product-top .title h2 {
        font-size: 40px;
    }

}

@media (max-width:1199px) {
    .wrap-product .product-top .title h2 {
        font-size: 36px;
    }

}

@media (max-width:991px) {
    .wrap-product .product-top .title h2 {
        font-size: 30px;
    }

}

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

}

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

@media (max-width:1560px) {
    .wrap-product .product {
        margin-top: 0;
    }

}

.wrap-product .product > ul > li {
    margin-top: 50px;
}

@media (max-width:1560px) {
    .wrap-product .product > ul > li {
        margin-top: 30px;
    }

}

@media (max-width:767px) {
    .wrap-product .product > ul > li {
        margin-top: 15px;
    }

}

.wrap-product .product .common-product-item .text {
    display: block;
    margin-top: 10px;
    padding-bottom: 0;
}

.wrap-product .product .common-product-item .text .more {
    margin-top: 10px;
}

#productcontent {
    position: relative;
    top: -120px;
}

@media (max-width:1199px) {
    #productcontent {
        top: 0;
    }

}

.wrap-product-show .product-show {
    padding-bottom: 100px;
}

@media (max-width:1560px) {
    .wrap-product-show .product-show {
        padding-bottom: 80px;
    }

}

@media (max-width:1199px) {
    .wrap-product-show .product-show {
        padding-bottom: 60px;
    }

}

@media (max-width:767px) {
    .wrap-product-show .product-show {
        padding-bottom: 40px;
    }

}

.wrap-product-show .carousel-wrap .carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: row-reverse;
    padding-right: 1px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.wrap-product-show .carousel-wrap .item-video {
    position: relative;
    z-index: 3;
}

.wrap-product-show .carousel-wrap .item {
    overflow: hidden;
    border: 1px solid #ebecef;
    border-radius: 40px;
}

@media (max-width:1470px) {
    .wrap-product-show .carousel-wrap .item {
        border-radius: 30px;
    }

}

@media (max-width:1199px) {
    .wrap-product-show .carousel-wrap .item {
        border-radius: 20px;
    }

}

@media (max-width:767px) {
    .wrap-product-show .carousel-wrap .item {
        border-radius: 10px;
    }

}

.wrap-product-show .carousel-wrap .slider-for {
    font-size: 0;
    position: relative;
    width: 79.5%;
}

@media (max-width:767px) {
    .wrap-product-show .carousel-wrap .slider-for {
        width: 100%;
    }

}

.wrap-product-show .carousel-wrap .zoom {
    position: relative;
    cursor: crosshair;
}

.wrap-product-show .carousel-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrap-product-show .carousel-wrap .slick-arrow {
    left: 2%;
}

.wrap-product-show .carousel-wrap .slick-arrow.slick-next {
    right: 2%;
    left: auto;
}

.wrap-product-show .slider-nav {
    font-size: 0;
    width: -webkit-calc(20.5% - 18px);
    width: calc(20.5% - 18px);
}

@media (max-width:767px) {
    .wrap-product-show .slider-nav {
        width: 100%;
        margin-top: 20px;
    }

}

.wrap-product-show .slider-nav .slick-list {
    margin: -9px 0;
}

@media (max-width:767px) {
    .wrap-product-show .slider-nav .slick-list {
        margin: 0 -4px;
    }

}

.wrap-product-show .slider-nav .slick-slide {
    padding: 9px 0;
}

@media (max-width:767px) {
    .wrap-product-show .slider-nav .slick-slide {
        padding: 0 4px;
    }

}

.wrap-product-show .slider-nav .item {
    position: relative;
    cursor: pointer;
    border-radius: 30px;
}

@media (max-width:1470px) {
    .wrap-product-show .slider-nav .item {
        border-radius: 20px;
    }

}

@media (max-width:1199px) {
    .wrap-product-show .slider-nav .item {
        border-radius: 10px;
    }

}

.wrap-product-show .slider-nav .item-video {
    position: relative;
    background-color: #000;
}

.wrap-product-show .slider-nav .item-video .img-box {
    opacity: .6;
}

.wrap-product-show .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    font-size: 32px;
    line-height: 40px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    content: '\e735';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    color: #011a6a;
    border-radius: 50%;
    background-color: #f6f7f8;
}

.wrap-product-show .slider-nav .slick-current .item {
    border: 1px solid #011a6a;
}

.wrap-product-show .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 40px 0 40px 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:1560px) {
    .wrap-product-show .info-box {
        padding: 20px 0 20px 5%;
    }

}

@media (max-width:1400px) {
    .wrap-product-show .info-box {
        padding: 0 0 0 3%;
    }

}

@media (max-width:1199px) {
    .wrap-product-show .info-box {
        min-height: auto;
        margin-top: 30px;
        padding-left: 0;
    }

}

.wrap-product-show .info-box .title-info-box {
    padding-bottom: 30px;
    border-bottom: 1px solid #ebecef;
}

@media (max-width:1560px) {
    .wrap-product-show .info-box .title-info-box {
        padding-bottom: 10px;
    }

}

.wrap-product-show .info-box .title-info-box h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    letter-spacing: -.4px;
}

@media (max-width:1560px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 36px;
    }

}

@media (max-width:1400px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 30px;
    }

}

@media (max-width:991px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 24px;
    }

}

.wrap-product-show .info-box .text {
    margin-top: 60px;
}

@media (max-width:1560px) {
    .wrap-product-show .info-box .text {
        margin-top: 30px;
    }

}

@media (max-width:767px) {
    .wrap-product-show .info-box .text {
        margin-top: 20px;
    }

}

.wrap-product-show .info-box .text h3 {
    font-size: 18px;
    line-height: 1.66666667;
    color: #0033f9;
}

@media (min-width:1200px) {
    .wrap-product-show .info-box .text p {
        line-height: 24px;
    }

}

.wrap-product-show .info-box .link-share {
    margin-top: 30px;
}

@media (max-width:767px) {
    .wrap-product-show .info-box .link-share {
        margin-top: 20px;
    }

}

.wrap-product-show .info-box .share {
    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;
}

.wrap-product-show .info-box .share p {
    font-size: 18px;
    margin: 0;
    margin-right: 10px;
}

@media (max-width:767px) {
    .wrap-product-show .info-box .share p {
        font-size: 16px;
    }

}

.wrap-product-show .info-box .link {
    overflow: hidden;
    margin-top: 40px;
}

@media (max-width:1199px) {
    .wrap-product-show .info-box .link {
        margin-top: 20px;
    }

}

.wrap-product-show .info-box .link ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wrap-product-show .info-box .link a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    padding: 15px 130px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 60px;
    background: #19224d;
}

@media (max-width:1560px) {
    .wrap-product-show .info-box .link a {
        padding: 15px 100px;
    }

}

@media (max-width:1470px) {
    .wrap-product-show .info-box .link a {
        padding: 15px 80px;
    }

}

@media (max-width:1400px) {
    .wrap-product-show .info-box .link a {
        padding: 15px 60px;
    }

}

.wrap-product-show .info-box .link a:hover {
    background-color: #0033f9;
}

.wrap-product-show .stickybox {
    padding: 80px 0;
}

@media (max-width:1199px) {
    .wrap-product-show .stickybox {
        padding: 70px 0;
    }

}

@media (max-width:767px) {
    .wrap-product-show .stickybox {
        padding: 50px 0;
    }

}

.wrap-product-show .wrap-show-menu {
    z-index: 9;
    background: #f6f7f8;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.wrap-product-show .wrap-show-menu.stuck-show-menu {
    top: 90px !important;
}

@media (max-width:1199px) {
    .wrap-product-show .wrap-show-menu.stuck-show-menu {
        top: 60px !important;
    }

}

.wrap-product-show .wrap-show-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1199px) {
    .wrap-product-show .wrap-show-menu ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

}

.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar {
    position: absolute;
    left: 0;
    height: 4px;
}

.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}

.wrap-product-show .wrap-show-menu ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    display: block;
    padding: 25px 90px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 16px;
}

@media (max-width:1560px) {
    .wrap-product-show .wrap-show-menu ul li a {
        padding: 20px 60px;
    }

}

@media (max-width:1400px) {
    .wrap-product-show .wrap-show-menu ul li a {
        padding: 20px 40px;
    }

}

@media (max-width:1199px) {
    .wrap-product-show .wrap-show-menu ul li a {
        padding: 10px 20px;
        border-radius: 6px;
    }

}

@media (max-width:767px) {
    .wrap-product-show .wrap-show-menu ul li a {
        font-size: 16px;
    }

}

.wrap-product-show .wrap-show-menu ul li.active a {
    color: #0033f9;
    background: #ebeef1;
}

.wrap-product-show .title-product-show h3 {
    font-size: 40px;
    line-height: 1.25;
}

@media (max-width:1199px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 36px;
    }

}

@media (max-width:991px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 30px;
    }

}

@media (max-width:767px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 24px;
    }

}

.wrap-product-show .parameter .editor-content {
    margin-top: 30px;
}

@media (max-width:767px) {
    .wrap-product-show .parameter .editor-content {
        margin-right: 20px;
    }

}

.wrap-product-show .parameter .editor-content p {
    font-size: 16px;
    line-height: 1.75;
}

.wrap-product-show .inquiry .formbox form .group input,
.wrap-product-show .inquiry .formbox form .group textarea {
    border: 1px solid #ebecef;
    background: #f6f7f8;
}

.wrap-product-show .inquiry .formbox form .group input::-webkit-input-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea::-webkit-input-placeholder {
    color: #363e66;
}

.wrap-product-show .inquiry .formbox form .group input:-o-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea:-o-placeholder {
    color: #363e66;
}

.wrap-product-show .inquiry .formbox form .group input::-moz-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea::-moz-placeholder {
    color: #363e66;
}

.wrap-product-show .inquiry .formbox form .group input:-ms-input-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea:-ms-input-placeholder {
    color: #363e66;
}

.wrap-product-show .inquiry .formbox form .group input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .inquiry .formbox form .group input:focus::-o-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .inquiry .formbox form .group input:focus::-moz-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .inquiry .formbox form .group input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .formbox form .group textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.wrap-product-show .inquiry .formbox form .submit-group .submit {
    color: #19224d;
    border-radius: 99px;
    background: #fff;
    box-shadow: 0 4px 16px -6px rgba(161, 161, 170, .2), 0 2.351px .941px -.625px rgba(161, 161, 170, .07), 0 5.573px 2.229px -1.25px rgba(161, 161, 170, .07), 0 10.166px 4.067px -1.875px rgba(161, 161, 170, .06), 0 16.902px 6.761px -2.5px rgba(161, 161, 170, .06), 0 27.295px 10.918px -3.125px rgba(161, 161, 170, .06), 0 44.679px 17.871px -3.75px rgba(161, 161, 170, .05), 0 76.934px 30.773px -4.375px rgba(161, 161, 170, .03);
}

.wrap-product-show .inquiry .formbox form .submit-group .submit .iconfont {
    border: 1px solid #d4d8dd;
    border-radius: 99px;
    background: #f6f7f8;
}

.wrap-product-show .inquiry .formbox form .submit-group .submit:hover:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12), 0 16px 40px rgba(0, 0, 0, .1), 0 32px 60px rgba(0, 0, 0, .08), 0 48px 90px rgba(0, 0, 0, .06);
}

.wrap-product-show .relate-product .slick-related {
    margin-top: 40px;
}

@media (max-width:1199px) {
    .wrap-product-show .relate-product .slick-related {
        margin-top: 20px;
    }

}

.wrap-product-show .relate-product .common-product-item .text {
    display: block;
    margin-top: 10px;
    padding-bottom: 0;
}

.wrap-product-show .relate-product .common-product-item .text .more {
    margin-top: 10px;
}

.wrap-news .news {
    margin-top: 80px;
}

@media (max-width:1560px) {
    .wrap-news .news {
        margin-top: 50px;
    }

}

@media (max-width:1199px) {
    .wrap-news .news {
        margin-top: 30px;
    }

}

@media (max-width:767px) {
    .wrap-news .news {
        margin-top: 0;
    }

}

.wrap-news .news > ul > li {
    margin-top: 30px;
}

.wrap-news .news .common-news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:767px) {
    .wrap-news .news .common-news-item {
        display: block;
        padding-bottom: 0;
        border-radius: 20px 20px 0 0;
        background: #f6f7f8;
    }

}

.wrap-news .news .common-news-item:before {
    top: 10%;
    right: auto;
    left: 0;
    height: 80%;
}

.wrap-news .news .common-news-item .pic {
    position: relative;
    top: 0;
    width: 450px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width:1560px) {
    .wrap-news .news .common-news-item .pic {
        width: 400px;
    }

}

@media (max-width:991px) {
    .wrap-news .news .common-news-item .pic {
        width: 300px;
    }

}

@media (max-width:767px) {
    .wrap-news .news .common-news-item .pic {
        width: 100%;
        margin-top: 20px;
    }

}

.wrap-news .news .common-news-item .pic .img-box {
    opacity: 1;
}

.wrap-news .news .common-news-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-news .news .common-news-item .text {
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
    padding-right: 10%;
    padding-left: 5%;
}

@media (max-width:1560px) {
    .wrap-news .news .common-news-item .text {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
        padding-right: 8%;
        padding-left: 3%;
    }

}

@media (max-width:991px) {
    .wrap-news .news .common-news-item .text {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }

}

@media (max-width:767px) {
    .wrap-news .news .common-news-item .text {
        width: 100%;
        padding: 20px 15px;
    }

}

.wrap-news .news .common-news-item .more {
    line-height: 36px;
    position: absolute;
    top: 50%;
    right: -28px;
    display: block;
    width: 56px;
    height: 36px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #99a2bb;
    border: 1px solid #d4d8dd;
    border-radius: 40px;
    background: #f6f7f8;
}

@media (max-width:767px) {
    .wrap-news .news .common-news-item .more {
        line-height: 30px;
        position: relative;
        top: 0;
        right: auto;
        height: 30px;
        margin-left: 15px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

}

.wrap-news .news .common-news-item:hover {
    z-index: 6;
}

.wrap-news .news .common-news-item:hover:before {
    width: 100%;
}

.wrap-news .news .common-news-item:hover .text .title-news {
    color: #0033f9;
}

.wrap-news .news .common-news-item:hover .text .title-news span {
    background-size: 100% 1px;
}

.wrap-news .news .common-news-item:hover .text .date {
    color: #19224d;
}

.wrap-news .news .common-news-item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrap-news .news .common-news-item:hover .more {
    color: #fff;
    border-color: #011a6a;
    background-color: #011a6a;
}

.wrap-details .title-details {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.wrap-details .title-details h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    margin: 10px 0 0 0;
}

@media (max-width:1560px) {
    .wrap-details .title-details h2 {
        font-size: 30px;
    }

}

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

}

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

}

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

}

.wrap-details .title-details .date {
    font-size: 16px;
    line-height: 1.875;
    color: #0033f9;
}

@media (max-width:991px) {
    .wrap-details .title-details .date {
        font-size: 14px;
    }

}

.wrap-details .details .text {
    margin-top: 30px;
}

.wrap-details .details .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}

@media (max-width:1199px) {
    .wrap-details .details .text h3 {
        font-size: 20px;
    }

}

@media (max-width:767px) {
    .wrap-details .details .text h3 {
        font-size: 18px;
    }

}

.wrap-details .details .text p {
    line-height: 28px;
}

.wrap-details .share {
    margin-top: 80px;
}

@media (max-width:1560px) {
    .wrap-details .share {
        margin-top: 60px;
    }

}

@media (max-width:1199px) {
    .wrap-details .share {
        margin-top: 30px;
    }

}

.wrap-details .share p {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.wrap-details .share p,
.wrap-details .share .a2a_kit {
    display: inline-block;
    vertical-align: middle;
}

.wrap-details .relate-details {
    margin-top: 20px;
}

.wrap-details .relate-details a {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    position: relative;
    display: inline-block;
    margin-top: 16px;
    padding-left: 76px;
}

@media (max-width:1199px) {
    .wrap-details .relate-details a {
        font-size: 16px;
        line-height: 28px;
    }

}

@media (max-width:767px) {
    .wrap-details .relate-details a {
        font-size: 14px;
        line-height: 24px;
    }

}

.wrap-details .relate-details a:before {
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 52px;
    height: 32px;
    content: '\e9b6';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    border: 1px solid #d4d8dd;
    border-radius: 99px;
    background: #f6f7f8;
}

@media (max-width:1199px) {
    .wrap-details .relate-details a:before {
        line-height: 28px;
        height: 28px;
    }

}

.wrap-details .relate-details a.prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wrap-details .relate-details a:hover:before {
    color: #fff;
    background-color: #011a6a;
}

.wrap-download .download {
    margin-top: 50px;
}

@media (max-width:1560px) {
    .wrap-download .download {
        margin-top: 30px;
    }

}

@media (max-width:767px) {
    .wrap-download .download {
        margin-top: 0;
    }

}

.wrap-download .download > ul > li {
    margin-top: 30px;
}

.wrap-download .download .item {
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 30px;
}

@media (max-width:1199px) {
    .wrap-download .download .item {
        border-radius: 20px;
    }

}

@media (max-width:767px) {
    .wrap-download .download .item {
        border-radius: 10px;
    }

}

.wrap-download .download .item .pic {
    position: relative;
}

.wrap-download .download .item .pic:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, color-stop(67.87%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 67.87%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.87%, rgba(0, 0, 0, .8) 100%);
}

.wrap-download .download .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.wrap-download .download .item .text {
    position: absolute;
    z-index: 6;
    bottom: 7px;
    left: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 14px);
    width: calc(100% - 14px);
    padding: 30px 24px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1470px) {
    .wrap-download .download .item .text {
        padding: 20px 14px;
    }

}

@media (max-width:1199px) {
    .wrap-download .download .item .text {
        padding: 10px;
        border-radius: 20px;
    }

}

@media (max-width:767px) {
    .wrap-download .download .item .text {
        border-radius: 10px;
    }

}

.wrap-download .download .item .note {
    padding-right: 20px;
}

@media (max-width:1199px) {
    .wrap-download .download .item .note {
        padding-right: 10px;
    }

}

.wrap-download .download .item .title-download {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    height: 28px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width:1560px) {
    .wrap-download .download .item .title-download {
        font-size: 20px;
    }

}

@media (max-width:1400px) {
    .wrap-download .download .item .title-download {
        font-size: 18px;
    }

}

.wrap-download .download .item .size-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:1470px) {
    .wrap-download .download .item .size-type {
        font-size: 14px;
    }

}

.wrap-download .download .item .size-type span {
    display: block;
    margin-right: 20px;
}

.wrap-download .download .item .size-type span:last-child {
    margin-right: 0;
}

.wrap-download .download .item .down {
    width: 50px;
    height: 50px;
    padding: 4px;
    border-radius: 50%;
    background-color: rgba(25, 34, 77, .22);
}

.wrap-download .download .item .down .iconfont {
    line-height: 42px;
    display: block;
    width: 42px;
    height: 42px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    border-radius: 50%;
    background: #19224d;
}

@media (min-width:1200px) {
    .wrap-download .download .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .wrap-download .download .item:hover .text {
        background: #19224d;
    }

    .wrap-download .download .item:hover .text .down .iconfont {
        background-color: #0033f9;
    }

}

.wrap-sitemap .sitemap .title h2 {
    margin: 0;
}

.wrap-sitemap .sitemap > ul > li {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

@media (max-width:767px) {
    .wrap-sitemap .sitemap > ul > li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }

}

.wrap-sitemap .sitemap > ul > li > a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    display: inline-block;
    min-width: 240px;
    padding: 10px 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}

@media (max-width:767px) {
    .wrap-sitemap .sitemap > ul > li > a {
        font-size: 16px;
        min-width: 140px;
        padding: 4px 10px;
    }

}

.wrap-sitemap .sitemap > ul > li:hover > a {
    color: #fff;
    border-color: #011a6a;
    background-color: #011a6a;
}

.wrap-sitemap .sitemap > ul > li:hover > a {
    text-decoration: underline;
    border-color: #011a6a;
    background-color: #011a6a;
}

.wrap-sitemap .sitemap > ul > li > ul {
    font-size: 0;
    margin: 0 -15px;
    margin-top: 20px;
}

@media (max-width:767px) {
    .wrap-sitemap .sitemap > ul > li > ul {
        margin: 0 -5px;
        margin-top: 20px;
    }

}

.wrap-sitemap .sitemap > ul > li > ul > li {
    position: relative;
    list-style: none;
}

.wrap-sitemap .sitemap > ul > li > ul > li > a {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 5px 20px;
    text-transform: capitalize;
}

.wrap-sitemap .sitemap > ul > li > ul > li > a img {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}

.wrap-sitemap .sitemap > ul > li > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
}

.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a {
    font-size: 16px;
    display: block;
    padding: 5px 30px;
    color: #999;
}

.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a:before {
    content: '-';
}

.wrap-sitemap .sitemap > ul > li > ul > li > ul > li:hover > a {
    color: #011a6a;
}

.wrap-sitemap .sitemap > ul > li > ul > li:hover > a {
    text-decoration: underline;
    color: #011a6a;
}

.wrap-sitemap .sitemap > ul > li > ul > li:hover > a:before {
    opacity: 1;
}

.wrap-sitemap .sitemap-vertical {
    margin-top: 50px;
}

@media (max-width:991px) {
    .wrap-sitemap .sitemap-vertical {
        margin-top: 20px;
    }

}

.wrap-sitemap .sitemap-vertical > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 -15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:1199px) {
    .wrap-sitemap .sitemap-vertical > ul {
        display: block;
    }

}

.wrap-sitemap .sitemap-vertical > ul > li {
    display: inline-block;
    margin-top: 10px;
    padding: 0 15px;
    vertical-align: top;
}

@media (max-width:1199px) {
    .wrap-sitemap .sitemap-vertical > ul > li {
        display: block;
    }

}

.wrap-sitemap .sitemap-vertical > ul > li > a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    display: inline-block;
    padding: 10px 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;
}

@media (max-width:767px) {
    .wrap-sitemap .sitemap-vertical > ul > li > a {
        font-size: 16px;
        padding: 10px;
    }

}

.wrap-sitemap .sitemap-vertical > ul > li > ul {
    margin-top: 20px;
}

@media (max-width:767px) {
    .wrap-sitemap .sitemap-vertical > ul > li > ul {
        margin-top: 0;
    }

}

.wrap-sitemap .sitemap-vertical > ul > li > ul > li {
    position: relative;
    list-style: none;
    vertical-align: top;
}

@media (max-width:1199px) {
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li {
        display: inline-block;
        vertical-align: top;
    }

}

.wrap-sitemap .sitemap-vertical > ul > li > ul > li > a {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 5px 20px;
    text-transform: capitalize;
    color: #656c78;
}

@media (max-width:767px) {
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > a {
        font-size: 15px;
        padding: 5px 10px;
    }

}

@media (max-width:1199px) {
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li {
        display: inline-block;
        vertical-align: top;
    }

}

.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a {
    font-size: 14px;
    display: block;
    padding: 5px 30px;
    color: #999;
}

@media (max-width:767px) {
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a {
        padding: 5px 15px;
    }

}

.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a:before {
    content: '-';
}

.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover > a {
    text-decoration: underline;
    color: #011a6a;
}

.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover > a:before {
    opacity: 1;
}

.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a {
    text-decoration: underline;
    color: #011a6a;
}

.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before {
    opacity: 1;
}

.wrap-sitemap .sitemap-vertical > ul > li:hover > a {
    color: #011a6a;
}

.wrap-nosearch {
    margin: 30px 0;
}

.wrap-nosearch h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.wrap-nosearch p {
    line-height: 22px;
    margin: 10px 0 0 0;
    padding: 10px 20px;
    color: #666;
    border: 1px solid rgba(1, 26, 106, .5);
    border-radius: 5px;
    background-color: rgba(1, 26, 106, .1);
}

.wrap-nosearch .title-in {
    margin-top: 30px;
}

@media (min-width:1200px) {
    .wrap-nosearch .title-in h2 {
        font-size: 30px;
    }

}

.pagination-info {
    margin-top: 80px;
}

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

}

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

}

.pagination {
    display: inline-block;
}

.pagination a,
.pagination span:not(.ellipsis) {
    font-size: 18px;
    font-weight: 500;
    line-height: 45px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    min-width: 26px;
    height: 45px;
    margin: 0 4px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    background: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:1200px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        -webkit-transition: .2s;
        transition: .2s;
    }

    .pagination a:hover,
    .pagination span:not(.ellipsis):hover {
        color: #0033f9;
    }

}

@media (max-width:1199.98px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        line-height: 30px;
        min-width: 20px;
        height: 30px;
    }

    .pagination a:active,
    .pagination span:not(.ellipsis):active {
        color: #0033f9;
    }

}

@media (max-width:767.98px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        font-size: 14px;
        margin: 0 3px;
    }

}

.pagination span.current {
    color: #0033f9;
}

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

.pagination .next:hover,
.pagination .prev:hover {
    text-decoration: underline;
    color: #0033f9;
}

.pagination .prev {
    margin-right: 20px;
}

.pagination .prev:before {
    content: 'PRE';
}

.pagination .next {
    margin-left: 20px;
}

.pagination .next:before {
    content: 'NEXT';
}

.wrap-inquiryinfo {
    padding-top: 50px;
}

.wrap-inquiryinfo .inquiry-info {
    font-size: 0;
    width: 100%;
    border-collapse: collapse;
}

.wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    text-transform: capitalize;
    background-color: rgba(1, 26, 106, .1);
}

@media (max-width:767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
        padding: 0;
    }

}

.wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
    font-size: 16px;
}

@media (max-width:767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
        font-size: 14px;
        padding: 0 10px;
    }

}

.wrap-inquiryinfo .inquiry-info .inquiry-list {
    border-bottom: 1px solid #dfdfdf;
}

.wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-inquiryinfo .inquiry-info .pimg,
.wrap-inquiryinfo .inquiry-info .pname,
.wrap-inquiryinfo .inquiry-info .number,
.wrap-inquiryinfo .inquiry-info .Operation {
    font-size: 14px;
    display: inline-block;
    padding: 20px 10px;
    vertical-align: middle;
    word-break: break-word;
}

@media (max-width:1470px) {
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }

}

@media (max-width:767px) {
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }

}

.wrap-inquiryinfo .inquiry-info .checkbox {
    width: 10%;
}

@media (max-width:767px) {
    .wrap-inquiryinfo .inquiry-info .checkbox {
        width: 30px;
    }

}

.wrap-inquiryinfo .inquiry-info .Operation {
    width: 14%;
    text-align: center;
}

@media (max-width:767px) {
    .wrap-inquiryinfo .inquiry-info .Operation {
        width: 30px;
    }

}

.wrap-inquiryinfo .inquiry-info .pimg {
    width: 14%;
}

@media (max-width:767px) {
    .wrap-inquiryinfo .inquiry-info .pimg {
        width: -webkit-calc(44% - 30px);
        width: calc(44% - 30px);
    }

}

.wrap-inquiryinfo .inquiry-info .pimg .img-box {
    overflow: hidden;
}

.wrap-inquiryinfo .inquiry-info .number {
    width: 20%;
}

@media (max-width:767px) {
    .wrap-inquiryinfo .inquiry-info .number {
        width: -webkit-calc(56% - 30px);
        width: calc(56% - 30px);
        padding: 10px;
    }

}

.wrap-inquiryinfo .inquiry-info .pname {
    width: 38%;
}

.wrap-inquiryinfo .inquiry-info .check-all .substitite {
    padding-left: 0;
}

@media (max-width:767px) {
    .wrap-inquiryinfo .inquiry-info .check-all span {
        display: none;
    }

}

.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.wrap-inquiryinfo .inquiry-info .check-all {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}

@media (max-width:767px) {
    .wrap-inquiryinfo .inquiry-info .hidden-xs {
        display: none;
    }

}

.wrap-inquiryinfo .inquiry-info .visible-xs {
    display: none;
}

@media (max-width:767px) {
    .wrap-inquiryinfo .inquiry-info .visible-xs {
        display: block;
    }

}

.wrap-inquiryinfo .inquiry-info .Each,
.wrap-inquiryinfo .inquiry-info .all {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #999;
    border-radius: 50%;
    outline: none;
    background: none;
    -webkit-appearance: none;
}

.wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-inquiryinfo .inquiry-info .all:checked::after {
    font-family: 'iconfont';
    font-size: 18px;
    position: absolute;
    top: -12px;
    left: 0;
    content: '\e656';
    color: #011a6a;
}

.wrap-inquiryinfo .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;
    position: absolute;
    top: -12px;
    left: 0;
    content: '\e656';
    color: #011a6a;
}

.wrap-inquiryinfo .inquiry-info input {
    font-size: 16px;
    line-height: 34px;
    position: relative;
    width: 60px;
    height: 34px;
    text-align: center;
    vertical-align: top;
    border: none;
    outline: none;
}

@media (max-width:991px) {
    .wrap-inquiryinfo .inquiry-info input {
        width: 30px;
    }

}

@media (max-width:767px) {
    .wrap-inquiryinfo .inquiry-info input {
        font-size: 14px;
        line-height: 25px;
        width: 25px;
        height: 25px;
        border-right: none;
        border-left: none;
    }

}

.wrap-inquiryinfo .inquiry-info .del1,
.wrap-inquiryinfo .inquiry-info .add1 {
    font-size: 20px;
    line-height: 36px;
    display: inline-block;
    width: 34px;
    height: 36px;
    margin: 0;
    margin-top: -2px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

@media (max-width:767px) {
    .wrap-inquiryinfo .inquiry-info .del1,
    .wrap-inquiryinfo .inquiry-info .add1 {
        line-height: 25px;
        position: relative;
        z-index: 8;
        width: 25px;
        height: 25px;
        margin: 0 auto;
        border-radius: 2px;
    }

}

.wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-inquiryinfo .inquiry-info .add1:hover {
    color: #fff;
    border-color: #011a6a;
    background-color: #011a6a;
}

.wrap-inquiryinfo .inquiry-info .add1 {
    margin-top: -1px;
    margin-left: 2px;
}

.wrap-inquiryinfo .inquiry-info .pic {
    overflow: hidden;
    border: 1px solid #dcdcdc;
}

.wrap-inquiryinfo .inquiry-info p {
    line-height: 24px;
    margin: 0;
}

@media (max-width:767px) {
    .wrap-inquiryinfo .inquiry-info p {
        font-size: 13px;
        margin-bottom: 4px;
    }

}

.wrap-inquiryinfo .iclose {
    float: none;
    cursor: pointer;
    text-align: center;
    opacity: 1;
}

.wrap-inquiryinfo .iclose::after {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;
    content: '\e632';
    color: #787878;
}

@media (max-width:767px) {
    .wrap-inquiryinfo .iclose::after {
        font-size: 16px;
    }

}

.wrap-inquiryinfo .iclose:hover::after {
    color: #011a6a;
}

.wrap-inquiryinfo .inquiry-message {
    padding-top: 80px;
}

@media (max-width:991px) {
    .wrap-inquiryinfo .inquiry-message {
        padding-top: 50px;
    }

}

.wrap-inquiryinfo .inquiry {
    padding-top: 80px;
}

@media (max-width:991px) {
    .wrap-inquiryinfo .inquiry {
        padding-top: 50px;
    }

}

.editor-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #363e66;
}

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

}

.editor-content h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45454545;
}

@media (max-width:1560px) {
    .editor-content h3 {
        font-size: 20px;
    }

}

@media (max-width:991px) {
    .editor-content h3 {
        font-size: 18px;
    }

}

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

.editor-content ul,
.editor-content ol {
    padding-left: 1em;
}

.editor-content ul li,
.editor-content ol li {
    list-style: inherit;
}

.editor-content .table-box {
    line-height: 1.625;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}

.editor-content .table-box table {
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background: #fff;
}

.editor-content .table-box table p {
    font-size: 16px;
}

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

.editor-content .table-box table td,
.editor-content .table-box table th {
    font-weight: normal;
    padding: 15px 20px !important;
    border: 1px solid #ebe9d9;
}

@media (max-width:480px) {
    .editor-content .table-box table td,
    .editor-content .table-box table th {
        padding: 8px !important;
    }

}

.editor-content .table-box table tr p,
.editor-content .table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

.editor-content .table-box table th {
    text-align: center;
}

.auto-adjust-img.is-mobile img {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0;
}

.auto-adjust-img p.contains-pictures {
    font-size: 0 !important;
    overflow-x: hidden;
    margin: 0 -5px !important;
    padding: 0;
}

@media (min-width:768px) {
    .auto-adjust-img p.contains-pictures {
        white-space: nowrap;
    }

}

.auto-adjust-img p.contains-pictures > img {
    display: inline-block;
    margin: 5px;
}
