: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: 'Montserrat';
    font-weight: bold;
    font-style: normal;

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

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

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

    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-display: swap;
}
body {
    font-family: 'Montserrat', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: 400;

    overflow-x: hidden;

    color: #000;

    -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,
a:focus {
    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: 1660px) {
    .container {
        max-width: 1630px;
    }
}
@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;
}
.slick-arrow {
    font-size: 0;
    line-height: 40px;

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

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 40px;
    height: 40px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 50%;
    background: none;
    background: #ebebeb;

    -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 (max-width: 1560px) {
    .slick-arrow {
        left: -4%;
    }
}
@media (max-width: 991px) {
    .slick-arrow {
        line-height: 40px;

        left: -30px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px) {
    .slick-arrow {
        line-height: 35px;

        left: -12px;

        width: 35px;
        height: 35px;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: block;

    content: '\e9b5';
}
.slick-arrow.slick-next {
    right: -6%;
    left: auto;
}
@media (max-width: 1560px) {
    .slick-arrow.slick-next {
        right: -4%;
    }
}
@media (max-width: 991px) {
    .slick-arrow.slick-next {
        right: -30px;
    }
}
@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: -12px;
    }
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow:hover {
    color: #fff;
    background-color: #1c86ee;
}
@media (max-width: 767px) {
    .arrow-top-right {
        padding-bottom: 50px;
    }
}
.arrow-top-right .slick-arrow {
    top: -80px;
    right: 54px;
    left: auto;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 1199px) {
    .arrow-top-right .slick-arrow {
        top: -60px;
    }
}
@media (max-width: 767px) {
    .arrow-top-right .slick-arrow {
        top: auto;
        bottom: 0;
        left: 50%;

        margin-left: -50px;
    }
}
.arrow-top-right .slick-arrow.slick-next {
    right: 0;
}
@media (max-width: 767px) {
    .arrow-top-right .slick-arrow.slick-next {
        right: 50%;
        left: auto;

        margin-right: -50px;
    }
}
.prev-next {
    font-size: 0;
}
.prev-next .slick-arrow {
    position: relative;
    top: auto;
    right: 0;
    left: 0;

    display: inline-block;

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    vertical-align: middle;
}
.prev-next .slick-arrow.slick-next {
    right: 0;

    margin-left: 12px;
}
.slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 6px;

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

    border-radius: 50%;
    background-color: rgba(28, 134, 238, .2);
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #1c86ee;
}
.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;
}
.mt-30 {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .mt-30 {
        margin-top: 20px;
    }
}
.mt-50 {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .mt-50 {
        margin-top: 30px;
    }
}
.mt-60 {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .mt-60 {
        margin-top: 30px;
    }
}
.mt-80 {
    margin-top: 80px;
}
@media (max-width: 1660px) {
    .mt-80 {
        margin-top: 60px;
    }
}
@media (max-width: 1400px) {
    .mt-80 {
        margin-top: 40px;
    }
}
@media (max-width: 1199px) {
    .mt-80 {
        margin-top: 30px;
    }
}
.pt-120 {
    padding-top: 120px;
}
@media (max-width: 1199px) {
    .pt-120 {
        padding-top: 60px;
    }
}
@media (max-width: 767px) {
    .pt-120 {
        padding-top: 0;
    }
}
.common-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -6px;

    -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 6px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-share ul li a {
    line-height: 32px;

    display: block;

    width: 32px;
    height: 32px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #1c86ee;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .common-share ul li a {
        line-height: 26px;

        width: 26px;
        height: 26px;
    }
}
.common-share ul li a:hover {
    color: #fff;
    background-color: #1c86ee;
}
.common-share ul li .iconfont {
    font-size: 18px;
}
@media (max-width: 991px) {
    .common-share ul li .iconfont {
        font-size: 16px;
    }
}
.formbox {
    margin-top: 20px;
}
.formbox form ul {
    margin: 0 -10px;
}
.formbox form ul li {
    padding: 0 10px;
}
.formbox form .group {
    position: relative;

    margin-top: 20px;
}
.formbox form .group label {
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;

    position: absolute;
    z-index: 3;
    top: 0;
    left: 20px;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;

    color: #616569;
}
@media (max-width: 1400px) {
    .formbox form .group label {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group label {
        font-size: 14px;
        line-height: 40px;

        left: 10px;
    }
}
.formbox form .group input,
.formbox form .group textarea {
    line-height: 30px;

    position: relative;
    z-index: 2;

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

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

    border-radius: 0;
    border-radius: 6px;
    outline: 0;
    background: none;
    background: #fafafa;
}
@media (max-width: 1400px) {
    .formbox form .group input,
    .formbox form .group textarea {
        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group input,
    .formbox form .group textarea {
        font-size: 14px;
        line-height: 20px;

        padding: 10px;
    }
}
.formbox form .group input:focus,
.formbox form .group textarea:focus {
    border-color: #1c86ee;
}
.formbox form .group input:placeholder-shown+label,
.formbox form .group textarea:placeholder-shown+label {
    top: 0;

    background-color: transparent;
}
.formbox form .group-read input {
    font-size: 15px;

    color: #fff !important;
    border-color: #1c86ee !important;
    background: #1c86ee !important;
}
.formbox form .group input:focus+label,
.formbox form .group textarea:focus+label,
.formbox form .group input:valid+label,
.formbox form .group textarea:valid+label {
    top: -34px;
    left: 20px;

    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);

    opacity: .8;
}
@media (max-width: 1400px) {
    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:valid+label,
    .formbox form .group textarea:valid+label {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .formbox form .group input:focus+label,
    .formbox form .group textarea:focus+label,
    .formbox form .group input:valid+label,
    .formbox form .group textarea:valid+label {
        top: -30px;
        left: 10px;
    }
}
.formbox-bgwhite form .group input,
.formbox-bgwhite form .group textarea {
    background-color: #fff;
}
.submit-group {
    margin-top: 30px;
}
.submit-group .submit {
    line-height: 46px;

    display: inline-block;

    padding: 0 24px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #1c86ee;
}
.submit-group .submit .iconfont {
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    margin-top: -4px;
    margin-left: 6px;

    vertical-align: middle;
}
@media (min-width: 1200px) {
    .submit-group .submit:hover {
        background-color: #003ea1;
    }
}
.wrap-reviews {
    background: #fafafa;
}
.wrap-reviews .slick-reviews {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-reviews .slick-reviews {
        margin-top: 20px;
    }
}
.wrap-reviews .title-in h2 {
    font-size: 26px;

    color: #1c86ee;
}
.wrap-reviews .item {
    padding: 10px 30px;

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

    border-radius: 5px;
    background: #f9f9f9;
}
@media (max-width: 767px) {
    .wrap-reviews .item {
        padding: 10px;
    }
}
.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: #f08f00;
}
.wrap-reviews .item .title-reviews .date {
    font-size: 14px;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-reviews .item .title-reviews .date {
        font-size: 12px;
    }
}
.wrap-reviews .item .title-reviews .date .icon {
    float: left;

    margin-right: 4px;

    color: #1c86ee;
}
.wrap-reviews .item .note {
    padding: 14px 0;
}
.wrap-reviews .write-reviews {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .wrap-reviews .write-reviews {
        margin-top: 30px;
    }
}
.wrap-reviews .write-reviews .title-write h3 {
    font-size: 26px;
    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: #f9f9f9;
}
.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;
    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: -38px;
    left: 40px;

    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);

    opacity: .8;
}
@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.whitebg .item {
    background-color: #fff;
}
.wrap-reviews.whitebg .write-reviews .message form .group {
    background-color: #fff;
}
.wrap-reviews.whitebg .write-reviews .message form .submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 auto;

    text-decoration: underline;

    color: #000;
    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-reviews.whitebg .write-reviews .message form .submit .iconfont {
    float: right;
}
.header {
    font-weight: 500;

    position: fixed;
    z-index: 10;

    width: 100%;

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

    background: rgba(255, 255, 255, .9);

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
@media (max-width: 767px) {
    .header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;

        color: #000;
    }
}
.header .logo {
    position: relative;

    display: block;

    height: 63px;
    margin-right: 50px;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1470px) {
    .header .logo {
        height: 60px;
        margin-right: 30px;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        height: 60px;
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .header .logo {
        padding: 15px 0;
    }
}
.header .logo img {
    position: relative;
    z-index: 6;

    display: block;

    height: 100%;
}
.header .header-content {
    position: relative;
}
.header .header-content:after {
    position: absolute;
    top: 0;
    left: -webkit-calc(100% - 1px);
    left: calc(100% - 1px);

    display: block;

    width: 1000px;
    height: 40px;

    content: '';

    background-color: #1c86ee;
}
@media (max-width: 1199px) {
    .header .header-content:after {
        height: 30px;
    }
}
@media (max-width: 767px) {
    .header .header-content:after {
        width: 12px;
    }
}
.header .header-right {
    width: 100%;
}
@media (max-width: 1199px) {
    .header .header-right {
        width: auto;
    }
}
.header .top-right {
    height: 40px;
    padding-left: 5%;

    color: #fff;
    background: url(../images/header_bg.png) no-repeat left center;
    background-size: 100% 100%;
}
@media (max-width: 1660px) {
    .header .top-right {
        padding-left: 3%;
    }
}
@media (max-width: 1199px) {
    .header .top-right {
        height: 30px;

        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
}
.header .serach-part {
    cursor: pointer;
}
.header .find {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-left: 16px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1400px) {
    .header .find {
        margin: 0;
    }
}
.header .find .iconfont {
    font-size: 24px;

    padding: 0 16px;
}
@media (max-width: 767px) {
    .header .find .iconfont {
        padding: 0 6px;
    }
}
.header .cart {
    line-height: 40px;

    position: relative;

    padding: 0 16px;
}
@media (max-width: 1199px) {
    .header .cart {
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .header .cart {
        padding: 0 6px;
    }
}
.header .cart .iconfont {
    font-size: 24px;
}
.header .cart span {
    font-size: 12px;
    line-height: 11px;

    position: absolute;
    top: 4px;
    right: 10px;

    display: block;

    width: 14px;
    height: 14px;

    text-align: center;

    color: #fff;
    border: 1.5px solid #fff;
    border-radius: 50%;
    background-color: #1c86ee;
}
@media (max-width: 1199px) {
    .header .cart span {
        top: 0;
    }
}
@media (max-width: 767px) {
    .header .cart span {
        right: 0;
    }
}
.header .language {
    position: relative;
}
.header .language p {
    line-height: 40px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0 16px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1400px) {
    .header .language p {
        font-size: 0;
    }
}
@media (max-width: 1199px) {
    .header .language p {
        line-height: 30px;

        padding: 0 5px;

        border: none;
    }
}
.header .language p .iconfont {
    font-size: 24px;
    font-weight: normal;

    margin-right: 6px;
}
@media (max-width: 1400px) {
    .header .language p .iconfont {
        margin-right: 0;
    }
}
.header .language p:after {
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e602';
}
@media (max-width: 1400px) {
    .header .language p:after {
        display: none;
    }
}
.header .language ul {
    position: absolute;
    top: 100%;

    display: none;

    min-width: 100%;
    padding: 10px 0;

    color: #fff;
    border-radius: 0 0 4px 4px;
    background-color: #1c86ee;
}
.header .language ul li a {
    line-height: 24px;

    display: block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.header .language ul li a:hover {
    color: #1c86ee;
    background-color: #fff;
}
.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: #666;
}
.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: #1c86ee;
}
@media (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
.header .pc-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -16px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .header .pc-nav>ul {
        margin: 0 -10px;
    }
}
@media (max-width: 1400px) {
    .header .pc-nav>ul {
        margin: 0 -7px;
    }
}
.header .pc-nav>ul>li {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 0 16px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .pc-nav>ul>li>a {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 40px;

    -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;
}
@media (max-width: 1400px) {
    .header .pc-nav>ul>li>a {
        font-size: 15px;
    }
}
.header .pc-nav>ul>li>a:before {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #fff;
}
.header .pc-nav>ul>li.active>a:before,
.header .pc-nav>ul>li:hover>a:before {
    width: 100%;
}
.header .pc-nav .nav-list2 {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 50%;

    display: none;

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

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;

    border-radius: 0 0 6px 6px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(96, 118, 172, .25);
}
.header .pc-nav .nav-list2>li {
    position: relative;
}
.header .pc-nav .nav-list2>li>a {
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding: 10px 24px;

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

    color: #475467;
}
@media (max-width: 1560px) {
    .header .pc-nav .nav-list2>li>a {
        padding: 5px 20px;
    }
}
.header .pc-nav .nav-list2>li:hover>a {
    color: #1c86ee;
}
.header .pc-nav .nav-list2-product {
    font-size: 0;

    width: 100%;
    padding: 50px var(--pad);
}
.header .pc-nav .nav-list2-product li {
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.header .pc-nav .nav-list2-product li>a {
    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 .nav-list2-product li:hover>a .note {
    color: #475467;
}
.header .pc-nav .nav-list2-product .img {
    overflow: hidden;

    width: 30%;

    border-radius: 50%;
}
@media (max-width: 1400px) {
    .header .pc-nav .nav-list2-product .img {
        width: 40%;
    }
}
.header .pc-nav .nav-list2-product .img img {
    width: 100%;
}
.header .pc-nav .nav-list2-product .text {
    width: 70%;
    padding-left: 5%;
}
@media (max-width: 1400px) {
    .header .pc-nav .nav-list2-product .text {
        width: 60%;
    }
}
.header .pc-nav .nav-list2-product .text .title-nav {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;
}
.header .pc-nav .nav-list2-product .text .note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 96px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.header .pc-nav .nav-list2-product .text .note p {
    line-height: 24px;

    margin: 0;
}
.header .pc-nav .nav-list2-product .text .more {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    margin-top: 20px;
}
.header .pc-nav .nav-list2-product .text .more .iconfont {
    font-weight: normal;

    margin-left: 6px;
}
.header .pc-nav .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px 0;

    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list3>li>a {
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding: 5px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;

    color: #444;
}
.header .pc-nav .nav-list3>li:hover>a {
    color: #1c86ee;
}
.header .product-nav {
    width: 100%;
    padding: 0 5%;
}
@media (max-width: 1660px) {
    .header .product-nav {
        padding: 0 3%;
    }
}
@media (max-width: 1199px) {
    .header .product-nav {
        display: none;
    }
}
.header .product-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .product-nav>ul>li>a {
    line-height: 24px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 80px;
    padding: 0 10px;

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

    -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;
}
.header .product-nav>ul>li.active>a,
.header .product-nav>ul>li:hover>a {
    color: #1c86ee;
}
.header .product-nav .nav-level2 {
    font-size: 14px;

    position: absolute;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    padding: 60px 5%;

    text-align: left;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .product-nav .nav-level2 .overview {
    width: 50%;
}
.header .product-nav .nav-level2 .overview a {
    font-size: 16px;
    line-height: 50px;

    display: block;

    padding: 0 10px;

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

    color: #fff;
    border-radius: 6px;
    background-color: #1c86ee;
}
.header .product-nav .nav-level2 .overview a:hover {
    background-color: #003ea1;
}
.header .product-nav .nav-level2 .navlist {
    position: relative;

    min-height: 500px;
}
@media (max-width: 1560px) {
    .header .product-nav .nav-level2 .navlist {
        min-height: 440px;
    }
}
@media (max-width: 1470px) {
    .header .product-nav .nav-level2 .navlist {
        min-height: 400px;
    }
}
.header .product-nav .nav-level2 .navlist li {
    display: block;
}
.header .product-nav .nav-level2 .navlist li .navleft {
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: block;

    width: 50%;
    padding: 14px 12px;

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

    border-bottom: 1px solid #999;
}
.header .product-nav .nav-level2 .navlist li .navleft:after {
    font-family: 'iconfont' !important;
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    right: 10px;

    width: 20px;
    height: 20px;

    content: '\e9b6';
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #000;
}
.header .product-nav .nav-level2 .navlist li:hover .navleft,
.header .product-nav .nav-level2 .navlist li.active .navleft {
    color: #1c86ee;
    border-bottom-color: #1c86ee;
}
.header .product-nav .nav-level2 .navlist li:hover .navleft:after,
.header .product-nav .nav-level2 .navlist li.active .navleft:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    background-color: #1c86ee;
}
.header .product-nav .nav-level2 .navlist li .navright {
    font-size: 0;

    position: absolute;
    top: 0;
    left: 55%;

    display: none;

    width: 45%;
    margin-top: -50px;
}
.header .product-nav .nav-level2 .navlist li .navright .nav-text .title-nav h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;

    color: #1c86ee;
}
.header .product-nav .nav-level2 .navlist li .navright .nav-text {
    padding: 16px;
}
.header .product-nav .nav-level2 .navlist li .navright .nav-text .note p {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 24px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.header .product-nav .nav-level2 .navlist li .navright .nav-text .nav-more {
    font-size: 16px;
    line-height: 32px;

    display: block;

    width: 32px;
    height: 32px;
    margin-top: 20px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #000;
}
.header .product-nav .nav-level2 .navlist li .navright .nav-pic {
    overflow: hidden;

    border-radius: 10px;
}
.header .product-nav .nav-level2 .navlist li .navright .nav-pic .img-box {
    padding-bottom: 61.33333333%;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.header .product-nav .nav-level2 .navlist li .navright:hover .nav-text .title-nav h3 {
    color: #1c86ee;
}
.header .product-nav .nav-level2 .navlist li .navright:hover .nav-text .nav-more {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    background-color: #1c86ee;
}
.header .product-nav .nav-level2 .navlist li:hover .navleft {
    color: #1c86ee;
}
.header .product-nav .nav-level2 .navlist li.active .navright {
    display: block;
}
.header .inquiry {
    line-height: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 17px;

    color: #fff;
    border-radius: 6px;
    background-color: #1c86ee;

    -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) {
    .header .inquiry {
        line-height: 30px;

        padding: 0 10px;

        color: #1c86ee;
        background: none;
    }
}
.header .inquiry .iconfont {
    font-size: 24px;

    margin-left: 12px;
}
.header .btn-menu {
    position: relative;

    display: none;

    width: 24px;
    height: 30px;
}
@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: #1c86ee;
}
.header .btn-menu div span {
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #1c86ee;
}
.header.stuck {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.stuck .product-nav>ul>li>a {
    height: 60px;
}
.hc-mobile-nav {
    text-transform: capitalize;
}
.hc-mobile-nav .lst-clone {
    display: none;
}
.hc-mobile-nav p {
    margin: 0;
}
.hc-mobile-nav .note {
    display: none;
}
.hc-mobile-nav .img {
    display: none;
}
.hc-mobile-nav .text .more {
    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: 5px;

    -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: 40px;

    width: 40px;
    height: 40px;
    padding: 0;

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

    color: #fff;
    border: 1px solid #1c86ee;
    border-radius: 0;
    border-radius: 50%;
    outline: none;
    background-color: #1c86ee;
}
@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;

    color: #fff;
}
@media (max-width: 991px) {
    .online-wrap .online {
        padding: 0;
    }
}
@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: 40px;

    position: relative;

    display: block;

    width: 40px;
    height: 40px;
    margin: 8px 0;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 3px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .6);
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.online-wrap .online a .iconfont {
    font-size: 22px;
}
.online-wrap .online a:hover {
    color: #fff;
    background-color: #1c86ee;
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
.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: 40px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    border-radius: 6px 0 0 6px;
    background: #1c86ee;
}
@media (min-width: 1200px) {
    .online-wrap .online .codenum:hover .open-num {
        right: -webkit-calc(100% - 1px);
        right: calc(100% - 1px);
    }
}
.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: 0;
    right: 0;

    width: 18px;
    height: 18px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #1c86ee;
}
.online-wrap .online .backtop:hover {
    border-radius: 6px;
}
.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: #1c86ee;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online .open-top {
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

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

    background-color: #1c86ee;
}
.xs-online .open-top a {
    line-height: 24px;

    display: inline-block;

    padding: 5px 10px;

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

    border-right: 1px solid rgba(255, 255, 255, .3);
}
.xs-online .open-top a .iconfont {
    font-size: 20px;

    display: block;
}
.xs-online ul {
    margin: 0;
    padding: 0;

    text-align: center;
}
.xs-online ul li {
    position: relative;

    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:hover .open-top {
    display: block;
}
.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;

    border-radius: 0 0 20px 20px;
}
.banner img {
    display: block;

    width: 100%;
}
.banner .img-box {
    padding-bottom: 50%;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .slick-prev {
    left: 4%;
}
@media (max-width: 991px) {
    .banner .slick-prev {
        left: 0;
    }
}
.banner .slick-next {
    right: 4%;
}
@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 .banner-text {
    font-size: 16px;

    position: absolute;
    z-index: 6;
    top: 55%;

    width: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);

    opacity: 0;
    color: #fff;
}
@media (max-width: 767px) {
    .banner .banner-text {
        padding: 0 5%;
    }
}
.banner .banner-text h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
}
@media (max-width: 1470px) {
    .banner .banner-text h2 {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .banner .banner-text h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .banner .banner-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text h2 {
        font-size: 20px;
    }
}
.banner .banner-text h2 span {
    display: inline-block;

    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #1c86ee), to(#fff));
    background-image: -webkit-linear-gradient(left, #1c86ee 40%, #fff);
    background-image: linear-gradient(90deg, #1c86ee 40%, #fff);
    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}
.banner .banner-text h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.38888889;

    margin: 20px 0 0 0;
}
@media (max-width: 1470px) {
    .banner .banner-text h3 {
        font-size: 30px;

        margin-top: 10px;
    }
}
@media (max-width: 1199px) {
    .banner .banner-text h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .banner .banner-text h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .banner .common-more {
        margin-top: 5px;
    }
}
.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: #1c86ee !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 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;

    opacity: 1;
    background-color: #fff;
}
.banner .swiper-pagination-bullet-active {
    background-color: #1c86ee;
}
.banner .banner-button {
    position: absolute;
    z-index: 8;
    bottom: 20px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .banner .banner-button {
        bottom: 0;
    }
}
.banner .swiper-slide-active .banner-text {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: 1;
}
.banner-in {
    position: relative;

    overflow: hidden;
}
.banner-in img {
    width: 100%;
}
.banner-in .product-item {
    position: absolute;
    /* right: var(--pad); */
    right: 5%;
    bottom: 50px;

    width: 370px;
    padding: 16px 16px 0 16px;

    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 16px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(28, 134, 238, .6)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(28, 134, 238, .6) 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(28, 134, 238, .6) 100%);

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
@media (max-width: 1560px) {
    .banner-in .product-item {
        bottom: 30px;
    }
}
@media (max-width: 1199px) {
    .banner-in .product-item {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .banner-in .product-item {
        display: none;
    }
}
.banner-in .product-item .pic {
    overflow: hidden;

    border-radius: 10px;
}
.banner-in .product-item .pic img {
    width: 140%;
    margin-left: -20%;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.banner-in .product-item .title-product {
    line-height: 24px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 20px 0;

    color: #fff;

    -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;
}
.banner-in .product-item .title-product .iconfont {
    line-height: 32px;

    display: block;

    width: 32px;
    height: 32px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #000;
}
.banner-in .product-item:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.banner-in .product-item:hover .title-product .iconfont {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    background-color: #1c86ee;
}
.banner-in .banner-in-text {
    position: absolute;
    z-index: 6;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner-in .banner-in-text h2 {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.5;

    letter-spacing: -1.12px;
}
@media (max-width: 1560px) {
    .banner-in .banner-in-text h2 {
        font-size: 46px;
    }
}
@media (max-width: 1400px) {
    .banner-in .banner-in-text h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .banner-in .banner-in-text h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .banner-in .banner-in-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner-in .banner-in-text h2 {
        font-size: 24px;
    }
}
.banner-in .wrap-location .location>ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}
@keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}
.box {
    overflow: hidden;

    padding: 120px 0;
}
@media (max-width: 1560px) {
    .box {
        padding: 90px 0;
    }
}
@media (max-width: 1400px) {
    .box {
        padding: 80px 0;
    }
}
@media (max-width: 1199px) {
    .box {
        padding: 70px 0;
    }
}
@media (max-width: 991px) {
    .box {
        padding: 60px 0;
    }
}
.common-more a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;

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

    color: #000;
    border: 1px solid #fff;
    border-radius: 6px;
    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .common-more a {
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .common-more a {
        font-size: 14px;

        padding: 5px 10px;
    }
}
.common-more a:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 100%;

    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;

    border-radius: 6px;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(#1c86ee));
    background: -webkit-linear-gradient(right, #fff 0%, #1c86ee 100%);
    background: linear-gradient(270deg, #fff 0%, #1c86ee 100%);
}
.common-more a .iconfont {
    width: 30px;
    height: 30px;
    margin-left: 30px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #333;
}
@media (max-width: 1199px) {
    .common-more a .iconfont {
        width: 24px;
        height: 24px;
        margin-left: 20px;
    }
}
.common-more a span,
.common-more a .iconfont {
    position: relative;
    z-index: 6;
}
@media (min-width: 1200px) {
    .common-more a:hover {
        color: #fff;
        border-color: #1c86ee;
    }
    .common-more a:hover:before {
        width: 100%;
    }
    .common-more a:hover .iconfont {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);

        color: #fff;
        background-color: #1c86ee;
    }
}
.common-more.text-center a {
    margin: 0 auto;
}
.title .subtitle {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.15384615;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

    color: #1c86ee;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .title .subtitle {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .title .subtitle {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .title .subtitle {
        font-size: 18px;
    }
}
.title .subtitle:before {
    display: block;

    width: 10px;
    height: 10px;
    margin-right: 10px;

    content: '';

    border-radius: 50%;
    background-color: #1c86ee;
}
.title h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;

    max-width: 700px;
    margin-top: 18px;
}
@media (max-width: 1560px) {
    .title h2 {
        font-size: 46px;
    }
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .title h2 {
        font-size: 36px;

        max-width: 600px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}
.title h2.fz32 {
    font-size: 32px;
}
@media (max-width: 1560px) {
    .title h2.fz32 {
        font-size: 28px;
    }
}
@media (max-width: 1400px) {
    .title h2.fz32 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .title h2.fz32 {
        font-size: 20px;
    }
}
.title h3 {
    font-size: 32px;
    line-height: 1.25;

    margin: 24px 0 0 0;

    color: #1c86ee;
}
@media (max-width: 1560px) {
    .title h3 {
        font-size: 30px;
    }
}
@media (max-width: 1400px) {
    .title h3 {
        font-size: 26px;
    }
}
@media (max-width: 1199px) {
    .title h3 {
        font-size: 20px;
    }
}
.title .editor-content {
    max-width: 1000px;
    margin-top: 24px;
}
@media (max-width: 767px) {
    .title .editor-content {
        margin-top: 10px;
    }
}
.title.text-center h2 {
    margin: 0 auto;
    margin-top: 18px;
}
.title.text-center .subtitle {
    margin: 0 auto;
}
.title.text-center .editor-content {
    margin: 0 auto;
    margin-top: 24px;
}
.box-products {
    background: url(../images/product_bg.jpg) no-repeat bottom center;
    background-size: 100% auto;
}
.box-products .common-more a {
    background-color: #f5f5f5;
}
@media (min-width: 1560px) {
    .box-products .products ul {
        margin: 0 -20px;
    }
    .box-products .products ul li {
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .box-products .products ul {
        margin-top: -20px;
    }
}
.box-products .products ul li {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .box-products .products ul li {
        margin-top: 20px;
    }
}
.box-products .products .itembox {
    padding: 10px;

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

    border-radius: 10px;
    background: #fafafa;
}
@media (max-width: 1199px) {
    .box-products .products .itembox {
        padding: 0;
    }
}
.box-products .products .itembox .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 15px;

    border: 1px solid rgba(28, 134, 238, .1);
    border-radius: 10px;
    background: #fff;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .box-products .products .itembox .item {
        padding: 10px;
    }
}
.box-products .products .itembox .pic,
.box-products .products .itembox .text {
    width: 50%;
}
@media (max-width: 767px) {
    .box-products .products .itembox .pic,
    .box-products .products .itembox .text {
        width: 100%;
    }
}
.box-products .products .itembox .pic {
    overflow: hidden;

    height: 100%;

    border-radius: 10px;
}
.box-products .products .itembox .pic .img-box {
    /* padding-bottom: 64.86486486%; */
}
.box-products .products .itembox .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-products .products .itembox .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    padding: 0 20px;

    -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: 1199px) {
    .box-products .products .itembox .text {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .box-products .products .itembox .text {
        margin-top: 10px;
    }
}
.box-products .products .itembox .text .title-category {
    font-size: 20px;
    font-weight: 600;
    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) {
    .box-products .products .itembox .text .title-category {
        font-size: 18px;
    }
}
.box-products .products .itembox .text .editor-content {
    display: -webkit-box;
    overflow: hidden;

    max-height: 96px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 1560px) {
    .box-products .products .itembox .text .editor-content {
        margin-top: 10px;
    }
}
@media (max-width: 1400px) {
    .box-products .products .itembox .text .editor-content {
        display: -webkit-box;
        overflow: hidden;

        max-height: 72px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
@media (max-width: 1199px) {
    .box-products .products .itembox .text .editor-content {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .box-products .products .itembox .text .editor-content {
        margin-top: 10px;
    }
}
.box-products .products .itembox .more {
    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;
}
@media (max-width: 767px) {
    .box-products .products .itembox .more {
        margin-top: 10px;
    }
}
.box-products .products .itembox .more a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

    text-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-products .products .itembox .more a .iconfont {
    line-height: 32px;

    width: 32px;
    height: 32px;
    margin-left: 10px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #333;
}
@media (min-width: 1200px) {
    .box-products .products .itembox:hover {
        background: #eff7ff;
    }
    .box-products .products .itembox:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .box-products .products .itembox:hover .more {
        color: #1c86ee;
    }
    .box-products .products .itembox:hover .more .iconfont {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);

        background-color: #1c86ee;
    }
}
.box-about {
    padding-bottom: 180px;
}
@media (max-width: 1660px) {
    .box-about {
        padding-bottom: 120px;
    }
}
@media (max-width: 1470px) {
    .box-about {
        padding-bottom: 80px;
    }
}
@media (max-width: 991px) {
    .box-about {
        padding-bottom: 50vw;
    }
}
.box-about.loaded {
    background-position: bottom center;
    background-size: 100% auto;
}
.box-about .text {
    width: 52%;
    padding-right: 5%;
}
@media (max-width: 991px) {
    .box-about .text {
        width: 100%;
        padding-right: 0;
    }
}
.box-about .pic {
    position: relative;

    width: 48%;
    height: 100%;
}
@media (max-width: 991px) {
    .box-about .pic {
        width: 100%;
        margin-top: 30px;
    }
}
.box-about .pic img {
    width: 100%;
}
.box-about .pic .play {
    line-height: 56px;

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

    width: 60px;
    height: 60px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .6);

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.box-about .pic .play .iconfont {
    color: #1c86ee;
}
.box-about .choose {
    margin-top: 35vw;
    padding-left: 50%;

    color: #fff;
}
@media (max-width: 1470px) {
    .box-about .choose {
        margin-top: 30vw;
    }
}
.box-about .choose .title .subtitle {
    color: #fff;
}
.box-about .choose .title .subtitle:before {
    background-color: #fff;
}
.box-about .choose .editor-content p {
    color: #fff;
}
.box-choose {
    position: relative;
    z-index: 6;

    margin-top: -40px;
}
@media (max-width: 991px) {
    .box-choose {
        margin-top: 0;
        padding-top: 60px !important;
    }
}
@media (min-width: 1200px) {
    .box-choose .choose ul li {
        width: 20%;
    }
}
.box-choose .choose ul li {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .box-choose .choose ul li {
        margin: 20px 0 0 0;
    }
}
.box-choose .choose .item {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;

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

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

    border-radius: 10px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, .3)), to(rgba(28, 134, 238, .3)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .3) 50%, rgba(28, 134, 238, .3) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, .3) 50%, rgba(28, 134, 238, .3) 100%);
    background-color: #fff;

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (max-width: 1400px) {
    .box-choose .choose .item {
        padding: 20px 15px;
    }
}
.box-choose .choose .item: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-color: #1c86ee;
}
.box-choose .choose .item .note,
.box-choose .choose .item b {
    position: relative;
    z-index: 6;
}
.box-choose .choose .item .note {
    line-height: 24px;

    padding: 10px 0;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.box-choose .choose .item .note p {
    font-weight: 500;

    margin: 0;
}
.box-choose .choose .item b {
    font-size: 40px;
    font-weight: normal;
    line-height: 1;

    display: block;

    margin-top: 10px;
}
@media (max-width: 1560px) {
    .box-choose .choose .item b {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .box-choose .choose .item b {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .box-choose .choose .item b {
        font-size: 24px;
    }
}
@media (min-width: 1200px) {
    .box-choose .choose .item:hover {
        color: #fff;
    }
    .box-choose .choose .item:hover:before {
        opacity: 1;
    }
    .box-choose .choose .item:hover .note {
        background: url(../images/about_logo.png) no-repeat left center;
        background-size: auto 55px;
    }
}
.box-choose-project {
    background: rgba(28, 134, 238, .03);
}
.box-top .title {
    max-width: 680px;
}
.box-top .common-more a {
    background: #f5f5f5;
}
.common-project-item {
    position: relative;

    display: block;
}
.common-project-item .pic {
    overflow: hidden;

    border-radius: 10px;
}
.common-project-item .img-box {
    padding-bottom: 113.51351351%;
}
.common-project-item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-project-item .text {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 28px;

    color: #fff;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .3)), to(rgba(28, 134, 238, .3)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(28, 134, 238, .3) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, .3) 0%, rgba(28, 134, 238, .3) 100%);

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
@media (max-w2idth: 1560px) {
    .common-project-item .text {
        padding: 20px;
    }
}
@media (max-width: 1199px) {
    .common-project-item .text {
        padding: 20px 15px;
    }
}
.common-project-item .title-project {
    font-size: 20px;
    font-weight: 500;

    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1400px) {
    .common-project-item .title-project {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .common-project-item .title-project {
        font-size: 16px;
    }
}
.common-project-item .title-project .iconfont {
    font-size: 12px;
    line-height: 26px;

    width: 26px;
    height: 26px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    border-radius: 50%;
    background-color: #000;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.common-project-item .note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.common-project-item .note p {
    color: #fff;
}
@media (min-width: 1200px) {
    .common-project-item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-project-item:hover .title-project .iconfont {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);

        color: #fff;
        background-color: #1c86ee;
    }
    .common-project-item:hover .note {
        max-height: 72px;
        margin-top: 16px;
    }
}
.box-project {
    position: relative;
}
.box-project:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 40%;

    content: '';

    background-color: #fff;
}
.box-project .project {
    position: relative;
    z-index: 7;
}
.common-news-item {
    position: relative;
}
.common-news-item .pic {
    overflow: hidden;

    border-radius: 10px;
}
.common-news-item .pic .img-box {
    padding-bottom: 113.33333333%;
}
.common-news-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-news-item .text {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 100px 28px 30px 28px;

    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .6)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 100%);

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
@media (max-width: 1560px) {
    .common-news-item .text {
        padding-top: 80px;
    }
}
@media (max-width: 1199px) {
    .common-news-item .text {
        padding: 60px 20px 30px 20px;
    }
}
@media (max-width: 767px) {
    .common-news-item .text {
        padding: 20px 15px;
    }
}
.common-news-item .date {
    line-height: 24px;
}
.common-news-item .more .iconfont {
    line-height: 32px;

    width: 32px;
    height: 32px;
    margin-left: 10px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #333;
}
.common-news-item .title-news {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 28px;
    margin-top: 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .common-news-item .title-news {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .common-news-item:hover {
        box-shadow: 0 4px 20px 0 rgba(96, 118, 172, .1);
    }
    .common-news-item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-news-item:hover .more .iconfont {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);

        background-color: #1c86ee;
    }
}
.common-news-item-other {
    position: relative;

    width: 100%;
    padding: 10px;

    border: 1px solid #d7d7d7;
    border-radius: 10px;
}
@media (max-width: 1199px) {
    .common-news-item-other {
        padding: 10px;
    }
}
.common-news-item-other .pic {
    overflow: hidden;

    width: 130px;

    border-radius: 10px;
}
@media (max-width: 1400px) {
    .common-news-item-other .pic {
        width: 105px;
    }
}
@media (max-width: 1199px) {
    .common-news-item-other .pic {
        width: 100px;
    }
}
.common-news-item-other .pic .img-box {
    padding-bottom: 113.33333333%;
}
.common-news-item-other .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-news-item-other .text {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    padding: 10px 0 10px 3%;
}
@media (max-width: 1400px) {
    .common-news-item-other .text {
        width: -webkit-calc(100% - 105px);
        width: calc(100% - 105px);
    }
}
@media (max-width: 1199px) {
    .common-news-item-other .text {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        padding: 0 0 0 15px;
    }
}
.common-news-item-other .date {
    line-height: 24px;

    color: #666;
}
.common-news-item-other .more {
    margin-top: 14px;
}
.common-news-item-other .more .iconfont {
    line-height: 32px;

    display: block;

    width: 32px;
    height: 32px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #333;
}
.common-news-item-other .title-news {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin-top: 6px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1400px) {
    .common-news-item-other .title-news {
        height: 24px;
        -webkit-line-clamp: 1;
    }
}
@media (max-width: 1199px) {
    .common-news-item-other .title-news {
        font-size: 18px;
        line-height: 24px;

        height: 48px;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .common-news-item-other .title-news {
        font-size: 16px;
    }
}
.common-news-item-other .title-news span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#1c86ee), to(#1c86ee));
    background-image: -webkit-linear-gradient(left, #1c86ee 0%, #1c86ee 100%);
    background-image: linear-gradient(to right, #1c86ee 0%, #1c86ee 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
@media (min-width: 1200px) {
    .common-news-item-other:hover {
        border-color: #1c86ee;
    }
    .common-news-item-other:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-news-item-other:hover .title-news {
        color: #1c86ee;
    }
    .common-news-item-other:hover .title-news span {
        background-size: 100% 1px;
    }
    .common-news-item-other:hover .more .iconfont {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);

        background-color: #1c86ee;
    }
}
.box-news .news-left {
    width: 480px;
}
@media (max-width: 1400px) {
    .box-news .news-left {
        width: 400px;
    }
}
@media (max-width: 1199px) {
    .box-news .news-left {
        width: 400px;
    }
}
.box-news .news-right {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
    padding-left: 30px;
}
@media (max-width: 1400px) {
    .box-news .news-right {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
        padding-left: 20px;
    }
}
@media (max-width: 1199px) {
    .box-news .news-right {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
}
@media (max-width: 991px) {
    .box-news .news-right {
        width: 100%;
        padding-left: 0;
    }
}
.box-news .news-right>ul {
    margin-top: -20px;
}
@media (max-width: 1199px) {
    .box-news .news-right>ul {
        margin-top: -16px;
    }
}
@media (max-width: 991px) {
    .box-news .news-right>ul {
        margin-top: 0;
    }
}
.box-news .news-right>ul>li {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .box-news .news-right>ul>li {
        margin-top: 16px;
    }
}
.box-contact {
    background: url(../images/index_contact_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .box-contact {
        padding: 80px 0;
    }
}
@media (max-width: 767px) {
    .box-contact {
        padding: 30px 0;
    }
}
.box-contact .contact {
    max-width: 1000px;
    margin: 0 auto;
}
.box-contact .title {
    color: #fff;
}
.box-contact .title h2 {
    font-size: 26px;
}
@media (max-width: 1199px) {
    .box-contact .title h2 {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .box-contact .title h2 {
        font-size: 20px;
    }
}
.footer {
    line-height: 26px;

    position: relative;

    overflow: hidden;

    color: #fff;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 80px;
    }
}
.footer .foot {
    padding: 60px 0;
}
@media (max-width: 1560px) {
    .footer .foot {
        padding: 50px 0;
    }
}
@media (max-width: 1400px) {
    .footer .foot {
        padding: 40px 0;
    }
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .footer .foot {
        padding: 30px 0;
    }
}
.footer .title-foot h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
}
.footer .share {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .footer .share {
        margin-top: 10px;
    }
}
.footer .share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -12px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer .share ul li {
    padding: 0 12px;
}
.footer .share ul li a {
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 6px;
    background: rgba(255, 255, 255, .2);
}
.footer .share ul li a .iconfont {
    font-size: 20px;
}
@media (max-width: 767px) {
    .footer .share ul li a .iconfont {
        font-size: 16px;
    }
}
.footer .share ul li a:hover {
    background-color: #1c86ee;
}
.footer .foot-message {
    max-width: 520px;
}
@media (max-width: 1470px) {
    .footer .foot-message {
        max-width: 420px;
    }
}
@media (max-width: 1400px) {
    .footer .foot-message {
        max-width: 350px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-message {
        width: 48%;
        max-width: 48%;
        margin: 10px 0;
    }
}
@media (max-width: 767px) {
    .footer .foot-message {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot-message .title-foot-message {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}
@media (max-width: 1560px) {
    .footer .foot-message .title-foot-message {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-message .title-foot-message {
        font-size: 24px;
    }
}
.footer .foot-message form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    max-width: 440px;
    margin-top: 30px;

    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 6px;
    background: rgba(255, 255, 255, .2);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .foot-message form input {
    line-height: 50px;

    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding: 0 16px;

    color: #fff;
    background: none;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder {
    color: #fff;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder {
    color: #fff;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder {
    color: #fff;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder {
    color: #fff;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder {
    color: rgba(255, 255, 255, .5);
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.footer .foot-message form .submit {
    font-size: 24px;

    width: 50px;
    height: 50px;
    padding: 0;

    color: #fff;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer .foot-message p {
    margin-top: 20px;
}
.footer .foot-nav {
    max-width: 230px;
}
@media (max-width: 1199px) {
    .footer .foot-nav {
        width: 48%;
        max-width: 48%;
        margin: 10px 0;
    }
}
@media (max-width: 767px) {
    .footer .foot-nav {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot-nav .foot-info {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info ul li {
        display: inline-block;

        margin-right: 15px;

        vertical-align: top;
    }
}
.footer .foot-nav .foot-info ul li a {
    display: block;

    padding: 3px 0;
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info ul li a {
        line-height: 20px;
    }
}
.footer .foot-nav .foot-info ul li 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 .foot-nav .foot-info ul li:hover a span {
    background-size: 100% 1px;
}
.footer .foot-text {
    width: 100%;
    max-width: 370px;
}
@media (max-width: 1470px) {
    .footer .foot-text {
        max-width: 300px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-text {
        width: 48%;
        max-width: 48%;
        margin: 10px 0;
    }
}
@media (max-width: 767px) {
    .footer .foot-text {
        width: 100%;
        max-width: 100%;
    }
}
.footer .foot-text .foot-info {
    margin-top: 10px;
}
.footer .foot-text .item {
    margin-top: 10px;
}
.footer .foot-text .item b {
    font-weight: normal;
}
.footer .foot-text .item p {
    margin: 0;

    color: rgba(255, 255, 255, .6);
}
.footer .foot-text .item p 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 .foot-text .item p a:hover {
    color: #fff;
}
.footer .foot-text .item p a:hover span {
    background-size: 100% 1px;
}

.footer .copyright {
    padding: 30px 0;

    color: #999;
}
@media (max-width: 767px) {
    .footer .copyright {
        padding: 10px 0;
    }
}
.footer .copyright p {
    margin: 0;
}
.footer .copyright p a {
    margin: 0 10px;
}
.footer .copyright .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;
    margin-right: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .copyright .link a {
    padding: 0 15px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer .copyright .link span {
    font-size: 12px;

    color: rgba(255, 255, 255, .4);
}
.footer .copyright a:hover {
    color: #fff;
}
.wrap {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 1560px) {
    .wrap {
        padding: 80px 0;
    }
}
@media (max-width: 1400px) {
    .wrap {
        padding: 70px 0;
    }
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.title-in h2,
.title-in h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.27777778;
}
@media (max-width: 1400px) {
    .title-in h2,
    .title-in h3 {
        font-size: 32px;
    }
}
@media (max-width: 1199px) {
    .title-in h2,
    .title-in h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title-in h2,
    .title-in h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title-in h2,
    .title-in h3 {
        font-size: 20px;
    }
}
.title-in h2 span,
.title-in h3 span {
    display: block;

    color: #1c86ee;
}
.title-in .editor-content {
    max-width: 930px;
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .title-in .editor-content {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .title-in .editor-content {
        margin-top: 10px;
    }
}
.title-in .editor-content p {
    color: #222;
}
.title-in-other h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.25;

    color: #1c86ee;
}
@media (max-width: 1560px) {
    .title-in-other h2 {
        font-size: 36px;
    }
}
@media (max-width: 1400px) {
    .title-in-other h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .title-in-other h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title-in-other h2 {
        font-size: 20px;
    }
}
.title-wrap {
    padding: 20px 0;
}
@media (max-width: 1199px) {
    .title-wrap {
        padding: 20px 0;
    }
}
.title-wrap h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1560px) {
    .title-wrap h2 {
        font-size: 46px;
    }
}
@media (max-width: 1470px) {
    .title-wrap h2 {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .title-wrap h2 {
        font-size: 36px;

        max-width: 600px;
    }
}
@media (max-width: 1199px) {
    .title-wrap h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title-wrap h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .title-wrap h2 {
        font-size: 24px;
    }
}
.wrap-location {
    padding: 20px 0;

    background: #fafafa;
}
.wrap-location .location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wrap-location .location .iconfont {
    font-size: 20px;

    margin-right: 8px;

    color: #1c86ee;
}
.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 {
    font-weight: 500;

    display: block;

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

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

    color: #1c86ee;
}
.wrap-left {
    width: 370px;
}
@media (max-width: 1400px) {
    .wrap-left {
        width: 320px;
    }
}
.wrap-right {
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
    padding-left: 5%;
}
@media (max-width: 1400px) {
    .wrap-right {
        width: -webkit-calc(100% - 320px);
        width: calc(100% - 320px);
        padding-left: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-right {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}
.wrap-sidenav .sidenav {
    position: relative;
    z-index: 6;
}
.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    overflow: hidden;

    margin-top: 10px;
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    padding: 13px 30px;

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

    border: 1px solid #fff;
    border-bottom: 1px solid #f5f5f5;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1400px) {
    .wrap-sidenav .sidenav .slevel-1>li>a {
        padding: 13px 20px;
    }
}
.wrap-sidenav .sidenav .slevel-1>li>a:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 100%;

    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;

    background: -webkit-gradient(linear, left top, right top, from(#1c86ee), to(#fff));
    background: -webkit-linear-gradient(left, #1c86ee 0%, #fff 100%);
    background: linear-gradient(90deg, #1c86ee 0%, #fff 100%);
}
.wrap-sidenav .sidenav .slevel-1>li>a:after {
    position: relative;
    z-index: 6;

    width: 0;
    height: 0;
    margin-top: 5px;

    content: '';

    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #999;
}
.wrap-sidenav .sidenav .slevel-1>li>a span {
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    color: #fff;
    border: 1px solid #1c86ee;
    border-radius: 6px;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:before,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:before {
    width: 100%;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:after,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:after {
    border-color: transparent transparent transparent #1c86ee;
}
.wrap-sidenav .sidenav .slevel-1>li.active .slevel-2 {
    display: block;
}
.wrap-sidenav .sidenav .slevel-2 {
    position: relative;

    display: none;

    padding: 10px 30px;
}
.wrap-sidenav .sidenav .slevel-2:before {
    position: absolute;
    top: 0;
    left: 30px;

    display: block;

    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);

    content: '';

    border-top: 1px dashed #fff;
}
.wrap-sidenav .sidenav .slevel-2>li {
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    line-height: 1.625;

    position: relative;

    display: block;

    padding-left: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-sidenav .sidenav .slevel-2>li>a:before {
    position: absolute;
    top: 0;
    left: 0;

    content: '-';
}
.wrap-sidenav .sidenav .slevel-2>li.active>a span,
.wrap-sidenav .sidenav .slevel-2>li:hover>a span {
    background-size: 100% 1px;
}
.xs-product-nav {
    display: none;
    overflow: hidden;

    padding: 30px 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: 5px 20px;

    border: 1px solid #eaf1f7;
    border-radius: 6px;
    background: #f3f7fa;

    -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;

        padding: 5px 10px;
    }
}
.xs-product-nav ul>li.active>a {
    color: #fff;
    border-color: #1c86ee;
    background-color: #1c86ee;
}
.wrap-about .about .pic {
    overflow: hidden;

    border-radius: 10px;
}
.wrap-about .about .pic .img-box {
    padding-bottom: 142.85714286%;
}
.wrap-about .about .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-factory .note {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-factory .note {
        margin-top: 20px;
    }
}
.wrap-factory .factory .slick-factory {
    width: 120%;
}
@media (max-width: 767px) {
    .wrap-factory .factory .slick-factory {
        width: 100%;
    }
}
.wrap-factory .factory .item {
    cursor: pointer;
}
.wrap-factory .factory .item .pic {
    overflow: hidden;

    border-radius: 10px;
}
.wrap-factory .factory .item .img-box {
    padding-bottom: 62.5%;
}
.wrap-factory .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-factory .factory .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-rd {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#104d88), to(#1c86ee));
    background: -webkit-linear-gradient(top, #104d88 0%, #1c86ee 100%);
    background: linear-gradient(180deg, #104d88 0%, #1c86ee 100%);
}
.wrap-rd .text p {
    color: #fff;
}
.wrap-rd .rd>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-rd .rd>ul>li {
        margin-top: 15px;
    }
}
.wrap-rd .rd .item .num {
    font-size: 50px;
    font-style: italic;
    line-height: 1;

    color: rgba(255, 255, 255, .3);
}
@media (max-width: 1199px) {
    .wrap-rd .rd .item .num {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-rd .rd .item .num {
        font-size: 30px;
    }
}
.wrap-rd .rd .item .note {
    margin-top: 20px;
}
.wrap-rd .rd .item .note p {
    font-weight: 500;
}
.wrap-rd .rd .item .pic {
    overflow: hidden;

    margin-top: 24px;

    border-radius: 10px;
}
.wrap-rd .rd .item .pic .img-box {
    padding-bottom: 56.75675676%;
}
.wrap-rd .rd .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-honor .title-in {
    padding-left: 20%;
}
@media (max-width: 1199px) {
    .wrap-honor .title-in {
        padding-left: 0;
    }
}
.wrap-honor .note {
    max-width: 550px;
    margin-left: 20%;
}
@media (max-width: 1199px) {
    .wrap-honor .note {
        margin-left: 0;
    }
}
.wrap-honor .honor {
    position: relative;

    margin-top: 120px;
}
.wrap-honor .honor .scroll {
    font-size: 20px;
    line-height: 200px;

    position: absolute;
    z-index: 5;
    right: 5%;
    bottom: 95%;

    width: 200px;
    height: 200px;

    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    text-align: center;

    color: #1c86ee;
    border: 1px solid #1c86ee;
    border-radius: 50%;
}
@media (max-width: 1560px) {
    .wrap-honor .honor .scroll {
        font-size: 18px;
        line-height: 150px;

        width: 150px;
        height: 150px;
    }
}
@media (max-width: 1199px) {
    .wrap-honor .honor .scroll {
        font-size: 14px;
        line-height: 120px;

        width: 120px;
        height: 120px;
    }
}
.wrap-honor .honor .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrap-honor .honor .item {
    width: 100%;

    cursor: pointer;
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
@media (max-width: 767px) {
    .wrap-honor .honor .item {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }
}
.wrap-honor .honor .item .pic {
    border: 1px solid rgba(0, 0, 0, .3);
}
.wrap-honor .honor .item .img-box {
    padding-bottom: 142.85714286%;
}
.wrap-honor .honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-honor .honor .item .title-honor {
    font-weight: 500;
    line-height: 24px;

    margin-top: 30px;

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

    opacity: 0;
}
@media (max-width: 1199px) {
    .wrap-honor .honor .item .title-honor {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-honor .honor .item .title-honor {
        line-height: 20px;

        margin-top: 10px;
    }
}
.wrap-honor .honor .swiper-slide-next .item {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.wrap-honor .honor .swiper-slide-next+.swiper-slide .item {
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}
.wrap-honor .honor .swiper-slide-active .item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.wrap-honor .honor .swiper-slide-active .item .pic {
    border-color: #1c86ee;
}
.wrap-honor .honor .swiper-slide-active .item .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-honor .honor .swiper-slide-active .item .title-honor {
    opacity: 1;
}
.wrap-contact {
    background-position: center -2.8vw;
}
.wrap-contact .title-in {
    margin-top: 100px;
}
@media (min-width: 1200px) {
    .wrap-contact .title-in {
        color: #fff;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .title-in {
        margin-top: 30px;
    }
}
.wrap-contact .contact-message {
    margin-top: 20px;
}
.wrap-contact .contact {
    width: 500px;
}
@media (max-width: 991px) {
    .wrap-contact .contact {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
}
.wrap-contact .contact .text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (min-width: 768px) {
    .wrap-contact .contact .text {
        color: #fff;
    }
}
.wrap-contact .contact .text .item {
    margin: 40px 0;
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .item {
        margin: 20px 0;
    }
}
.wrap-contact .contact .text .item b {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .item b {
        font-size: 18px;
    }
}
.wrap-contact .contact .text .item p {
    line-height: 26px;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-contact .contact .text .item p {
        text-shadow: 0 0 1px #000;
    }
}
.wrap-contact .contact .text .item p 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;
}
.wrap-contact .contact .text .item p a:hover span {
    background-size: 100% 1px;
}
.wrap-contact .message {
    position: relative;
    z-index: 2;

    width: 40%;
    padding: 10px 30px 40px 30px;

    border-radius: 6px;
    background: rgba(255, 255, 255, .9);

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
@media (max-width: 991px) {
    .wrap-contact .message {
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .message {
        padding: 10px 15px 30px 15px;
    }
}
.wrap-contact .message form>ul>li {
    margin-top: 20px;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea {
    line-height: 28px;

    width: 100%;
    padding: 10px 0;

    border-bottom: 1px solid #d9d9d9;
    background: none;
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder {
    color: #000;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder {
    color: #000;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder {
    color: #000;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder {
    color: #000;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact .message form .submit {
    width: 100%;
}
.wrap-contact .share {
    margin-top: 100px;
}
@media (max-width: 1560px) {
    .wrap-contact .share {
        margin-top: 80px;
    }
}
@media (max-width: 1400px) {
    .wrap-contact .share {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .share {
        margin-top: 30px;
    }
}
.wrap-contact .share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -6px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-contact .share ul li {
    padding: 0 6px;
}
.wrap-contact .share ul li a {
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 6px;
    background: #000;
}
.wrap-contact .share ul li a .iconfont {
    font-size: 20px;
}
@media (max-width: 767px) {
    .wrap-contact .share ul li a .iconfont {
        font-size: 18px;
    }
}
.wrap-contact .share ul li a:hover {
    background-color: #1c86ee;
}
.wrap-partner .partner {
    position: relative;
}
@media (min-width: 1200px) {
    .wrap-partner .partner .title-in {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;

        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
}
.wrap-partner .partner .title-in h2 {
    display: inline-block;

    background: -webkit-gradient(linear, left top, right top, from(#000), to(#1c86ee));
    background: -webkit-linear-gradient(left, #000 0%, #1c86ee 100%);
    background: linear-gradient(90deg, #000 0%, #1c86ee 100%);
    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px) {
    .wrap-partner .partner .listbox>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        margin: -15px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 1199px) {
    .wrap-partner .partner .listbox>ul li {
        width: 50%;
        margin-top: 30px;
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    .wrap-partner .partner .listbox>ul li {
        width: 100%;
        margin-top: 15px;
    }
}
@media (min-width: 1200px) {
    .wrap-partner .partner .listbox>ul li:nth-child(1) .item {
        margin: 0 auto;
    }
    .wrap-partner .partner .listbox>ul li:nth-child(2) {
        margin-top: -30px;
        padding-left: 10%;
    }
    .wrap-partner .partner .listbox>ul li:nth-child(3) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        margin-top: -30px;

        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .wrap-partner .partner .listbox>ul li:nth-child(4) {
        margin-top: 80px;
    }
    .wrap-partner .partner .listbox>ul li:nth-child(5) {
        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;
    }
    .wrap-partner .partner .listbox>ul li:nth-child(6) {
        padding-left: 30%;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .wrap-partner .partner .listbox>ul li:nth-child(2) {
        margin-top: 10px;
    }
}
.wrap-partner .partner .item {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 38px 6px 6px;

    color: #fff;
    border: 1px solid #1c86ee;
    border-radius: 60px;
    background: #000;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .wrap-partner .partner .item {
        padding: 20px;

        border-radius: 10px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.wrap-partner .partner .item: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, right top, from(#104d88), to(#1c86ee));
    background: -webkit-linear-gradient(left, #104d88 0%, #1c86ee 100%);
    background: linear-gradient(90deg, #104d88 0%, #1c86ee 100%);
}
.wrap-partner .partner .item .pic {
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 90px;
    height: 90px;

    border: 1px solid #1c86ee;
    border-radius: 50%;
}
.wrap-partner .partner .item .text {
    position: relative;
    z-index: 2;

    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    padding-left: 20px;
}
@media (max-width: 991px) {
    .wrap-partner .partner .item .text {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.wrap-partner .partner .item .text .title-listbox {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44444444;
}
@media (max-width: 767px) {
    .wrap-partner .partner .item .text .title-listbox {
        font-size: 16px;
    }
}
.wrap-partner .partner .item .text .note {
    margin-top: 6px;
}
.wrap-partner .partner .item .text .note p {
    font-size: 14px;
    line-height: 21px;

    margin: 0;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wrap-partner .partner .item .text .note p a:hover {
    text-decoration: underline;
}
@media (min-width: 1200px) {
    .wrap-partner .partner .item:hover:before {
        opacity: 1;
    }
}
@media (min-width: 1200px) {
    .wrap-project .project>ul {
        margin: 0 -20px;
    }
    .wrap-project .project>ul>li {
        padding: 0 20px;
    }
}
.wrap-project .project>ul {
    margin-top: -40px;
}
@media (max-width: 767px) {
    .wrap-project .project>ul {
        margin-top: -20px;
    }
}
.wrap-project .project>ul>li {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrap-project .project>ul>li {
        margin-top: 20px;
    }
}
.common-product-item {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;

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

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 10px;
    background: #fafafa;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (max-width: 767px) {
    .common-product-item {
        padding: 10px;
    }
}
.common-product-item:before {
    position: absolute;
    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(#104d88), to(#1c86ee));
    background: -webkit-linear-gradient(top, #104d88 0%, #1c86ee 100%);
    background: linear-gradient(180deg, #104d88 0%, #1c86ee 100%);
}
.common-product-item .pic {
    position: relative;
    z-index: 5;

    overflow: hidden;

    border-radius: 10px;
}
.common-product-item .pic .img-box {
    padding-bottom: 110.11235955%;
}
.common-product-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-product-item .addcart {
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;

    position: absolute;
    z-index: 6;
    right: 20px;
    bottom: 20px;

    width: 45px;
    height: 45px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #c8c8c8;
    border-radius: 50%;
    background-color: #fff;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.common-product-item .title-product {
    font-weight: 500;
    line-height: 20px;

    position: relative;
    z-index: 5;

    display: -webkit-box;
    overflow: hidden;

    max-height: 40px;
    margin-top: 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.common-product-item .more {
    line-height: 40px;

    position: relative;
    z-index: 5;

    display: block;
    overflow: hidden;

    margin-top: 18px;

    border: 1px solid #fff;
    border-radius: 6px;
    background-color: #fff;
}
.common-product-item .more:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 100%;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;

    background: -webkit-gradient(linear, left top, right top, from(#1c86ee), to(#fff));
    background: -webkit-linear-gradient(left, #1c86ee 0%, #fff 100%);
    background: linear-gradient(90deg, #1c86ee 0%, #fff 100%);
}
.common-product-item .more span {
    position: relative;
    z-index: 6;
}
@media (min-width: 1200px) {
    .common-product-item:hover {
        color: #fff;
    }
    .common-product-item:hover:before {
        opacity: 1;
    }
    .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 .addcart {
        color: #fff;
        background-color: #1c86ee;
    }
    .common-product-item:hover .more::before {
        width: 100%;
    }
}
.wrap-product {
    padding-top: 50px;
}
@media (max-width: 767px) {
    .wrap-product {
        padding-top: 30px;
    }
}
.wrap-product .product-top .note {
    margin-top: 30px;
}
@media (max-width: 1400px) {
    .wrap-product .product-top .note {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product-top .note {
        margin-top: 10px;
    }
}
.wrap-product .product>ul>li {
    margin-top: 30px;
}
#productcontent {
    position: relative;
    top: -120px;
}
@media (max-width: 1199px) {
    #productcontent {
        top: -80px;
    }
}
.wrap-product-show {
    padding-top: 50px;
}
@media (max-width: 767px) {
    .wrap-product-show {
        padding-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
}
.wrap-product-show .carousel-wrap .item-video {
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .item {
    overflow: hidden;

    border: 1px solid #fff;
}
.wrap-product-show .carousel-wrap .item .img-box {
    padding-bottom: 110.11235955%;
}
.wrap-product-show .carousel-wrap .slider-for {
    font-size: 0;

    position: relative;

    width: 80%;
}
@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 .slider-nav {
    font-size: 0;

    width: -webkit-calc(20% - 28px);
    width: calc(20% - 28px);
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav {
        width: 100%;
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
    .wrap-product-show .slider-nav .slick-arrow {
        position: relative;
        top: 0;
        left: 0;

        margin: 0 auto;

        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        text-align: center;

        background: none;
    }
    .wrap-product-show .slider-nav .slick-arrow:before {
        font-size: 30px;
    }
    .wrap-product-show .slider-nav .slick-arrow.slick-next {
        right: 0;
        left: auto;
    }
    .wrap-product-show .slider-nav .slick-arrow:hover {
        color: #1c86ee;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-arrow {
        top: 50%;

        margin: 0;

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.wrap-product-show .slider-nav .slick-list {
    margin: -8px 0;
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav .slick-list {
        margin: 0 -4px;
    }
}
.wrap-product-show .slider-nav .slick-slide {
    padding: 8px 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: 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: 14px;
    line-height: 36px;

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

    display: block;

    width: 40px;
    height: 40px;

    content: '\e87c';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #1c86ee;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .6);

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.wrap-product-show .slider-nav .slick-current .item {
    border: 1px solid #1c86ee;
}
.wrap-product-show .info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    padding-left: 3%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        margin-top: 30px;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .wrap-product-show .info-box {
        min-height: 100%;
    }
}
.wrap-product-show .info-box .title-info-box h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .text {
    margin-top: 50px;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .text {
        margin-top: 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-product-show .info-box .text {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .text h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66666667;

    color: #1c86ee;
}
.wrap-product-show .info-box .customer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-product-show .info-box .customer .starbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-right: 10px;

    color: #f08f00;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-product-show .info-box .customer .starbox .iconfont {
    margin-right: 2px;
}
.wrap-product-show .info-box .customer a {
    font-size: 14px;
    line-height: 24px;

    display: block;
}
.wrap-product-show .info-box .customer a:hover {
    color: #1c86ee;
}
.wrap-product-show .info-box .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;
    margin-right: 2vw;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-product-show .info-box .share p {
    font-size: 15px;

    margin: 0;
    margin-right: 10px;
}
.wrap-product-show .info-box .link {
    overflow: hidden;

    margin-top: 30px;
}
.wrap-product-show .info-box .link ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-product-show .info-box .link ul>li {
    padding: 5px 10px;
}
.wrap-product-show .info-box .link a {
    line-height: 50px;

    position: relative;

    display: block;
    overflow: hidden;

    padding: 0 50px;

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

    border: 1px solid #fafafa;
    border-radius: 6px;
    background: #fafafa;
}
@media (max-width: 1400px) {
    .wrap-product-show .info-box .link a {
        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link a {
        line-height: 40px;

        padding: 0 20px;
    }
}
.wrap-product-show .info-box .link a:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 100%;

    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;

    background: -webkit-gradient(linear, right top, left top, from(#fff), to(#1c86ee));
    background: -webkit-linear-gradient(right, #fff 0%, #1c86ee 100%);
    background: linear-gradient(270deg, #fff 0%, #1c86ee 100%);
}
.wrap-product-show .info-box .link a span {
    position: relative;
    z-index: 6;
}
.wrap-product-show .info-box .link .active a {
    color: #fff;
    border-color: #1c86ee;
}
.wrap-product-show .info-box .link .active a:before {
    width: 100%;
}
.wrap-product-show .stickybox {
    padding-top: 40px;
}
.wrap-product-show .product-show-info {
    font-size: 0;

    border-top: 1px solid rgba(0, 0, 0, .1);
}
.wrap-product-show .wrap-show-menu {
    z-index: 9;

    background-color: #fff;
}
@media (min-width: 1200px) {
    .wrap-product-show .wrap-show-menu {
        font-size: 16px;

        display: inline-block;

        width: 380px;
        padding: 40px 20px 40px 0;

        vertical-align: top;
    }
}
@media (max-width: 1470px) {
    .wrap-product-show .wrap-show-menu {
        width: 300px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;

        margin: 0 -20px;

        white-space: nowrap;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .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;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .wrap-show-menu ul {
        margin: 0 -10px;
    }
}
.wrap-product-show .wrap-show-menu ul li a {
    font-size: 18px;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 12px 30px;

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

    color: #999;
}
@media (max-width: 1400px) {
    .wrap-product-show .wrap-show-menu ul li a {
        padding: 10px 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu ul li a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .wrap-show-menu ul li a {
        line-height: 24px;

        padding: 10px;
    }
}
.wrap-product-show .wrap-show-menu ul li a:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 2px;
    height: 0;

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

    background-color: #1c86ee;
}
.wrap-product-show .wrap-show-menu ul li a span {
    display: block;
}
.wrap-product-show .wrap-show-menu ul li.active a,
.wrap-product-show .wrap-show-menu ul li:hover a {
    color: #1c86ee;
}
.wrap-product-show .wrap-show-menu ul li.active a:before,
.wrap-product-show .wrap-show-menu ul li:hover a:before {
    height: 15px;
}
.wrap-product-show .product-show-listbox {
    font-size: 16px;

    display: inline-block;

    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px);
    padding: 0 0 80px 5%;

    vertical-align: top;

    border-left: 1px solid rgba(0, 0, 0, .1);
}
@media (max-width: 1470px) {
    .wrap-product-show .product-show-listbox {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show-listbox {
        width: 100%;
        padding: 0 0 60px 0;

        border: none;
    }
}
.wrap-product-show .title-product-show h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
}
@media (max-width: 767px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 20px;
    }
}
.wrap-product-show .parameter .parameter-info {
    margin-top: 30px;
}
.wrap-product-show .inquiry .submit-group .submit {
    color: #000;
    background: #f5f5f5;
}
.wrap-product-show .inquiry .submit-group .submit:hover {
    color: #fff;
    background-color: #1c86ee;
}
.wrap-product-show .wrap-reviews {
    background: none;
}
.wrap-relate-product {
    position: relative;
}
.wrap-relate-product .slick-arrow {
    color: #1c86ee;
    border-color: #1c86ee;
    background: none;
}
@media (min-width: 1200px) {
    .wrap-relate-product .slick-arrow {
        top: -70px;
    }
}
.wrap-relate-product .slick-arrow:hover {
    color: #fff;
    background-color: #1c86ee;
}
.wrap-relate-product .slick-slide {
    padding-bottom: 20px;
}
@media (max-width: 1199px) {
    .wrap-relate-product .slick-slide {
        padding-bottom: 0;
    }
}
.wrap-relate-product .slick-related {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-relate-product .slick-related {
        margin-top: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-relate-product .slick-arrow {
        top: -60px;
    }
}
@media (max-width: 767px) {
    .wrap-relate-product .slick-arrow {
        top: auto;
        bottom: 0;
    }
}
.wrap-accessories-show .accessories-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-accessories-show .accessories-show-left {
    width: 340px;
}
@media (max-width: 1199px) {
    .wrap-accessories-show .accessories-show-left {
        width: 300px;
    }
}
@media (max-width: 991px) {
    .wrap-accessories-show .accessories-show-left {
        width: 250px;
    }
}
@media (max-width: 767px) {
    .wrap-accessories-show .accessories-show-left {
        width: 100%;
    }
}
.wrap-accessories-show .accessories-show-left .title-accessories-show-left h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 1560px) {
    .wrap-accessories-show .accessories-show-left .title-accessories-show-left h3 {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .wrap-accessories-show .accessories-show-left .title-accessories-show-left h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-accessories-show .accessories-show-left .title-accessories-show-left h3 {
        font-size: 20px;
    }
}
.wrap-accessories-show .accessories-show-left .title-accessories-show-left h3:after {
    display: block;

    width: 80px;
    height: 2px;
    margin-top: 10px;

    content: '';

    background-color: #1c86ee;
}
@media (max-width: 1199px) {
    .wrap-accessories-show .accessories-show-left .title-accessories-show-left h3:after {
        width: 60px;
    }
}
@media (max-width: 767px) {
    .wrap-accessories-show .accessories-show-left .title-accessories-show-left h3:after {
        width: 30px;
    }
}
.wrap-accessories-show .accessories-show-left .accessories-menu1>li {
    padding: 24px 0;

    border-bottom: 1px solid rgba(71, 84, 103, .1);
}
@media (max-width: 1199px) {
    .wrap-accessories-show .accessories-show-left .accessories-menu1>li {
        padding: 10px 0;
    }
}
.wrap-accessories-show .accessories-show-left .accessories-menu1>li>a {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    color: #1c86ee;
}
@media (max-width: 1199px) {
    .wrap-accessories-show .accessories-show-left .accessories-menu1>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .wrap-accessories-show .accessories-show-left .accessories-menu2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.wrap-accessories-show .accessories-show-left .accessories-menu2>li {
    margin-top: 16px;
}
@media (max-width: 1199px) {
    .wrap-accessories-show .accessories-show-left .accessories-menu2>li {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-accessories-show .accessories-show-left .accessories-menu2>li {
        margin-top: 6px;
    }
}
.wrap-accessories-show .accessories-show-left .accessories-menu2>li>a {
    line-height: 26px;

    position: relative;

    display: block;

    padding: 0 20px;

    color: #475467;
}
.wrap-accessories-show .accessories-show-left .accessories-menu2>li>a:before {
    position: absolute;
    top: 8px;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background-color: #475467;
}
.wrap-accessories-show .accessories-show-right {
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 3%;
}
@media (max-width: 1199px) {
    .wrap-accessories-show .accessories-show-right {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 991px) {
    .wrap-accessories-show .accessories-show-right {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
    }
}
@media (max-width: 767px) {
    .wrap-accessories-show .accessories-show-right {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-category .title-wrap h2 {
    max-width: 460px;
    margin: 0 auto;
}
.wrap-category .title-wrap .editor-content {
    max-width: 910px;
    margin: 0 auto;
    margin-top: 16px;
}
.wrap-category .category>ul>li {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-category .category>ul>li {
        margin-top: 30px;
    }
}
.wrap-category .category>ul>li:nth-child(2n+1) .item {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.wrap-category .category .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    border-radius: 10px;
    overflow: hidden;
    justify-content: space-between;
}
.wrap-category .category .item .pic {
    overflow: hidden;

    width: 45%;
    height: 100%;

    border-radius: 10px;
}
@media (max-width: 1470px) {
    .wrap-category .category .item .pic {
        width: 50%;
    }
}
@media (max-width: 1199px) {
    .wrap-category .category .item .pic {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .wrap-category .category .item .pic {
        width: 100%;
    }
}
.wrap-category .category .item .pic img {
    width: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-category .category .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 45%;
    padding: 50px 15px;

    -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-category .category .item .text {
        padding: 30px 0 15px;
    }
}
@media (max-width: 1400px) {
    .wrap-category .category .item .text {
        padding: 10px;
    }
}
@media (max-width: 1199px) {
    .wrap-category .category .item .text {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .wrap-category .category .item .text {
        width: 100%;
        padding: 20px 0;
    }
}
.wrap-category .category .item .text .note {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-category .category .item .text .note {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-category .category .item .text .note {
        margin-top: 10px;
    }
}
.wrap-category .category .item .common-more {
    margin-top: 20px;
}
.wrap-category .category .item .common-more a {
    background: #fafafa;
}
@media (min-width: 1200px) {
    .wrap-category .category .item:hover .pic img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-category .category .item {
        transition: all .2s;
    }
    .wrap-category .category .item:hover {
        background-color: #1c86ee;
    }
    .wrap-category .category .item:hover .text-top {
        filter: brightness(0) invert(1);
    }
}

.wrap-why .title-in h2 {
    max-width: 650px;
    margin: 0 auto;
}
.wrap-why .title-in .editor-content {
    max-width: 910px;
    margin: 0 auto;
    margin-top: 16px;
}
.wrap-why .why ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1200px) {
    .wrap-why .why ul {
        width: 100%;
        margin: 0 -12px;
    }
}
@media (max-width: 1199px) {
    .wrap-why .why ul {
        margin: -10px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (min-width: 1200px) {
    .wrap-why .why ul li {
        padding: 0 12px;

        -webkit-transition: -webkit-box-flex .5s ease, -webkit-flex .5s ease;
        -webkit-transition: all .6s;
        transition: -webkit-box-flex .5s ease, -webkit-flex .5s ease;
        transition: flex .5s ease;
        transition: flex .5s ease, -webkit-box-flex .5s ease, -webkit-flex .5s ease, -ms-flex .5s ease;
        transition: all .6s;

        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .wrap-why .why ul li.active {
        -webkit-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
    .wrap-why .why ul li.active .item .pic img {
        opacity: 1;

        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
    }
    .wrap-why .why ul li.active .item .title-why {
        text-align: left;
    }
    .wrap-why .why ul li.active .item .text {
        background: none;
    }
    .wrap-why .why ul li.active .item .text:before {
        opacity: 1;
    }
    .wrap-why .why ul li.active .item .editor-content {
        max-height: 100%;
        margin-top: 16px;
    }
}
@media (max-width: 1199px) {
    .wrap-why .why ul li {
        width: 50%;
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-why .why ul li {
        width: 100%;
    }
}
.wrap-why .why .item {
    position: relative;

    overflow: hidden;

    height: 570px;

    color: #fff;
    border-radius: 10px;
}
@media (max-width: 1199px) {
    .wrap-why .why .item {
        height: auto;
    }
}
.wrap-why .why .item .pic {
    overflow: hidden;

    height: 100%;
}
.wrap-why .why .item .pic img {
    width: 100%;
    height: 100%;
}
@media (min-width: 1200px) {
    .wrap-why .why .item .pic img {
        opacity: .6;

        object-fit: cover;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-filter: gray;
        filter: gray;
    }
}
.wrap-why .why .item .text {
    position: absolute;
    bottom: 0;

    width: 100%;
    padding: 16px 16px 30px 16px;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}
@media (max-width: 1199px) {
    .wrap-why .why .item .text {
        padding: 12px 12px 20px 12px;
    }
}
.wrap-why .why .item .text: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(16, 77, 136, 0)), to(#104d88));
    background: -webkit-linear-gradient(top, rgba(16, 77, 136, 0) 0%, #104d88 100%);
    background: linear-gradient(180deg, rgba(16, 77, 136, 0) 0%, #104d88 100%);
}
@media (max-width: 1199px) {
    .wrap-why .why .item .text:before {
        opacity: 1;
    }
}
.wrap-why .why .item .title-why {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;

    position: relative;
    z-index: 5;

    text-align: center;
}
@media (max-width: 1199px) {
    .wrap-why .why .item .title-why {
        text-align: left;
    }
}
@media (max-width: 991px) {
    .wrap-why .why .item .title-why {
        font-size: 18px;
    }
}
.wrap-why .why .item .editor-content {
    position: relative;
    z-index: 5;

    overflow: hidden;
}
@media (min-width: 1200px) {
    .wrap-why .why .item .editor-content {
        max-height: 0;
    }
}
@media (max-width: 1199px) {
    .wrap-why .why .item .editor-content {
        margin-top: 10px;
    }
}
.wrap-why .why .item .editor-content p {
    color: #fff;
}
.wrap-benefits {
    background: -webkit-gradient(linear, left bottom, left top, from(#1c86ee), to(#104d88));
    background: -webkit-linear-gradient(bottom, #1c86ee 0%, #104d88 100%);
    background: linear-gradient(0deg, #1c86ee 0%, #104d88 100%);
}
.wrap-benefits .title-in {
    color: #fff;
}
.wrap-benefits .benefits>ul>li {
    margin-top: 30px;
}
.wrap-benefits .benefits .item {
    height: 100%;
    padding: 30px;

    text-align: center;

    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(177, 177, 177, .25);
}
.wrap-benefits .benefits .item .icon {
    font-size: 30px;
    line-height: 60px;

    width: 60px;
    height: 60px;
    margin: 0 auto;

    color: #fff;
    border-radius: 50%;
    background-color: #1c86ee;
}
.wrap-benefits .benefits .item .note {
    margin-top: 20px;
}
.wrap-benefits .benefits .item .title-benefits {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 24px;
}
.wrap-how .pic {
    overflow: hidden;

    width: 40%;
    height: 100%;

    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
}
@media (max-width: 767px) {
    .wrap-how .pic {
        width: 100%;
    }
}
.wrap-how .pic img {
    width: 100%;
}
.wrap-how .text {
    width: 60%;
    padding-left: 5%;
}
@media (max-width: 767px) {
    .wrap-how .text {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-how .text .title-in {
    max-width: 680px;
}
.wrap-how .text .title-in h2 {
    color: #1c86ee;
}
.wrap-how .text .why-list>ul>li {
    position: relative;

    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.wrap-how .text .why-list>ul>li:after {
    position: absolute;
    z-index: 4;
    bottom: -1px;
    left: 0;

    display: block;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transition: all .6s;
    transition: all .6s;

    background: -webkit-gradient(linear, left top, right top, from(#000), to(#1c86ee));
    background: -webkit-linear-gradient(left, #000 0%, #1c86ee 100%);
    background: linear-gradient(90deg, #000 0%, #1c86ee 100%);
}
.wrap-how .text .why-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    padding: 28px 0;

    cursor: pointer;
}
@media (max-width: 1199px) {
    .wrap-how .text .why-list .item {
        padding: 15px 0;
    }
}
.wrap-how .text .why-list .item .num {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    line-height: 40px;

    width: 40px;
    height: 40px;

    text-align: center;

    border: 1px solid #ebebeb;
    border-radius: 6px;
    background: #ebebeb;
}
.wrap-how .text .why-list .item .note {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-top: 10px;
    padding-left: 60px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1560px) {
    .wrap-how .text .why-list .item .note {
        padding-left: 40px;
    }
}
@media (max-width: 1199px) {
    .wrap-how .text .why-list .item .note {
        padding-left: 30px;
    }
}
.wrap-how .text .why-list .item .note .title-why {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
@media (max-width: 991px) {
    .wrap-how .text .why-list .item .note .title-why {
        font-size: 18px;
    }
}
.wrap-how .text .why-list .item .note .editor-content {
    margin-top: 10px;
}
.wrap-how .text .why-list .current:after {
    width: 100%;
}
.wrap-how .text .why-list .current .item .num {
    color: #fff;
    border: 1px solid #1c86ee;
    border-radius: 6px;
    background: -webkit-gradient(linear, left bottom, left top, from(#1c86ee), to(#000));
    background: -webkit-linear-gradient(bottom, #1c86ee 0%, #000 100%);
    background: linear-gradient(0deg, #1c86ee 0%, #000 100%);
}
.wrap-how .text .why-list .current .item .note .title-why {
    color: #1c86ee;
}
.wrap-how-other {
    background: #fafafa;
}
.wrap-how-other .how {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.wrap-how-other .how .text {
    padding-right: 5%;
    padding-left: 0;
}
.wrap-faqs .faqs>ul>li {
    margin-top: 10px;
}
.wrap-faqs .faqs .item {
    position: relative;

    overflow: hidden;

    padding: 28px 20px;

    cursor: pointer;

    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .1)), to(rgba(28, 134, 238, .1)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0%, rgba(28, 134, 238, .1) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, .1) 0%, rgba(28, 134, 238, .1) 100%);
}
@media (max-width: 991px) {
    .wrap-faqs .faqs .item {
        padding: 18px;
    }
}
.wrap-faqs .faqs .item: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, right top, from(#104d88), to(#1c86ee));
    background: -webkit-linear-gradient(left, #104d88 0%, #1c86ee 100%);
    background: linear-gradient(90deg, #104d88 0%, #1c86ee 100%);
}
.wrap-faqs .faqs .item .title-faqs {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    position: relative;
    z-index: 5;
}
@media (max-width: 991px) {
    .wrap-faqs .faqs .item .title-faqs {
        font-size: 18px;
    }
}
.wrap-faqs .faqs .item .title-faqs:after {
    font-family: 'iconfont' !important;

    position: absolute;
    top: 0;
    right: 40px;

    content: '\e629';
}
@media (max-width: 1199px) {
    .wrap-faqs .faqs .item .title-faqs:after {
        right: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-faqs .faqs .item .title-faqs:after {
        right: 0;
    }
}
.wrap-faqs .faqs .item .txt {
    position: relative;
    z-index: 5;

    margin-top: 10px;
}
.wrap-faqs .faqs .current .item {
    color: #fff;
}
.wrap-faqs .faqs .current .item:before {
    opacity: 1;
}
.wrap-faqs .faqs .current .item .title-faqs:after {
    content: '\e628';
}
.wrap-faqs .faqs .current .item .txt p {
    color: #fff;
}
.wrap-faqs .box-contact {
    margin-top: 35px;
    padding: 50px 15px;

    border-radius: 10px;
}
@media (max-width: 991px) {
    .wrap-faqs .box-contact {
        padding: 30px 15px;
    }
}
.wrap-faqs .box-contact .title h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.wrap-category-show .product-show .carousel {
    overflow: hidden;

    border-radius: 10px;
}
.wrap-category-show .product-show .carousel img {
    width: 100%;
}
.wrap-category-show .info-box .text {
    margin-top: 20px;
}
.wrap-news .news-top {
    padding: 48px 0;

    background: rgba(28, 134, 238, .02);
}
@media (max-width: 1199px) {
    .wrap-news .news-top {
        padding: 30px 0;
    }
}
.wrap-news .news-top .title-in {
    max-width: 540px;
    margin: 0 auto;
}
.wrap-news .news-top .slick-news-top {
    margin-top: 48px;
}
@media (max-width: 1199px) {
    .wrap-news .news-top .slick-news-top {
        margin-top: 30px;
    }
}
.wrap-news .news>ul>li {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-news .news>ul>li {
        margin-top: 30px;
    }
}
.wrap-news .news .common-news-item-other .pic {
    width: 240px;
}
@media (max-width: 1199px) {
    .wrap-news .news .common-news-item-other .pic {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .common-news-item-other .pic {
        width: 100%;
    }
}
.wrap-news .news .common-news-item-other .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);

    -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: 1199px) {
    .wrap-news .news .common-news-item-other .text {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
    }
}
@media (max-width: 767px) {
    .wrap-news .news .common-news-item-other .text {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-news .news .common-news-item-other .text .title-news {
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .common-news-item-other .text .editor-content {
    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-news .news .common-news-item-other .text .editor-content {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .wrap-details {
        overflow: visible;
    }
}
.wrap-details .details-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-details .details-left {
    width: -webkit-calc(100% - 540px);
    width: calc(100% - 540px);
    padding-right: 4%;
}
@media (max-width: 1560px) {
    .wrap-details .details-left {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
}
@media (max-width: 1400px) {
    .wrap-details .details-left {
        width: -webkit-calc(100% - 350px);
        width: calc(100% - 350px);
    }
}
@media (max-width: 1199px) {
    .wrap-details .details-left {
        width: 100%;
    }
}
.wrap-details .title-details {
    padding: 16px 30px;

    border-radius: 6px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 134, 238, 0)), to(rgba(28, 134, 238, .3)));
    background: -webkit-linear-gradient(bottom, rgba(28, 134, 238, 0) 0%, rgba(28, 134, 238, .3) 100%);
    background: linear-gradient(0deg, rgba(28, 134, 238, 0) 0%, rgba(28, 134, 238, .3) 100%);
}
@media (max-width: 767px) {
    .wrap-details .title-details {
        padding: 15px;
    }
}
.wrap-details .title-details h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}
.wrap-details .title-details .date {
    font-size: 14px;
    line-height: 20px;

    color: #666;
}
.wrap-details .title-details .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 8px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-details .title-details .share p {
    margin: 0;
}
.wrap-details .details-text {
    margin-top: 20px;
    padding: 50px 30px;

    border-radius: 6px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 134, 238, 0)), to(rgba(28, 134, 238, .03)));
    background: -webkit-linear-gradient(bottom, rgba(28, 134, 238, 0) 0%, rgba(28, 134, 238, .03) 100%);
    background: linear-gradient(0deg, rgba(28, 134, 238, 0) 0%, rgba(28, 134, 238, .03) 100%);
}
@media (max-width: 1199px) {
    .wrap-details .details-text {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-details .details-text {
        padding: 20px 15px;
    }
}
.wrap-details .prev-next {
    margin-top: 40px;

    border-top: 1px solid rgba(217, 217, 217, .3);
    border-bottom: 1px solid rgba(217, 217, 217, .3);
}
.wrap-details .prev-next a {
    font-size: 14px;
    line-height: 24px;

    display: block;

    padding: 13px 0;
}
.wrap-details .prev-next a:hover {
    color: #1c86ee;
}
.wrap-details .prev-next .prev {
    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-details .prev-next .prev:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 10px;

    content: '\e9b5';
}
.wrap-details .prev-next .return {
    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-details .prev-next .return:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 10px;

    content: '\e9b5';
}
.wrap-details .prev-next .next {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.wrap-details .prev-next .next:after {
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-left: 10px;

    content: '\e9b5';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-details .details-right {
    width: 540px;
}
@media (max-width: 1560px) {
    .wrap-details .details-right {
        width: 400px;
    }
}
@media (max-width: 1400px) {
    .wrap-details .details-right {
        width: 350px;
    }
}
@media (max-width: 1199px) {
    .wrap-details .details-right {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-details .realted-details {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}
.wrap-details .realted-details .list>li {
    margin-top: 30px;
}
.wrap-details .realted-details .list .common-news-item-other .title-news {
    font-size: 18px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 78px;
    margin-top: 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
    .wrap-details .realted-details .list .common-news-item-other .title-news {
        margin-top: 0;
    }
}
.wrap-details .realted-details .list .common-news-item-other .pic {
    height: 100%;
}
.wrap-details .realted-details .list .common-news-item-other .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    padding-top: 6px;
    padding-bottom: 6px;

    -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: 767px) {
    .wrap-details .realted-details .list .common-news-item-other .text {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.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: #1c86ee;
    background-color: #1c86ee;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    border-color: #1c86ee;
    background-color: #1c86ee;
}
.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: #1c86ee;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #1c86ee;
}
.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: #666;
}
@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: #1c86ee;
}
.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: #1c86ee;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #1c86ee;
}
.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(28, 134, 238, .5);
    border-radius: 5px;
    background-color: rgba(28, 134, 238, .1);
}
.wrap-nosearch .title-in {
    margin-top: 30px;
}
@media (min-width: 1200px) {
    .wrap-nosearch .title-in h2 {
        font-size: 30px;
    }
}
.pagination-info {
    margin-top: 48px;
}
.pagination {
    position: relative;

    display: inline-block;
}
.pagination a,
.pagination span {
    line-height: 32px;

    position: relative;
    z-index: 6;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;

    min-width: 32px;
    height: 32px;
    margin: 0 4px;
    padding: 0 5px;

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

    color: #000;
    border-radius: 50%;
    background: none;
    background-color: #ebebeb;

    -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 {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .pagination a:hover,
    .pagination span:hover {
        color: #fff;
        background-color: #1c86ee;
    }
}
@media (max-width: 1199.98px) {
    .pagination a,
    .pagination span {
        line-height: 30px;

        min-width: 30px;
        height: 30px;
    }
    .pagination a:active,
    .pagination span:active {
        color: #fff;
        background-color: #1c86ee;
    }
}
@media (max-width: 767.98px) {
    .pagination a,
    .pagination span {
        font-size: 14px;

        margin: 0 3px;
    }
}
.pagination span.current {
    color: #fff;
    background-color: #1c86ee;
}
.pagination span.current.prev,
.pagination span.current.next {
    opacity: 0;
}
.pagination .prev:before {
    font-family: 'iconfont' !important;

    content: '\e663';
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.pagination .next:before {
    font-family: 'iconfont' !important;

    content: '\e663';
}
.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(28, 134, 238, .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;

    padding-bottom: 110%;

    border-radius: 10px;
}
.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: #1c86ee;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #1c86ee;
}
.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: #1c86ee;
    background-color: #1c86ee;
}
.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: #1c86ee;
}
.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: #666;
}
@media (max-width: 767px) {
    .editor-content p {
        font-size: 14px;
    }
}
.editor-content.c0 p {
    color: #000;
}
.editor-content h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.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% !important;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;
}
.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 #dcdcdc;
}
@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;
}