:root {
    --pad: -webkit-calc(50% - 705px);
    --pad: calc(50% - 705px);
}
@media (max-width: 1470px) {
    :root {
        --pad: -webkit-calc(50% - 660px);
        --pad: calc(50% - 660px);
    }
}
@media (max-width: 1400px) {
    :root {
        --pad: -webkit-calc(50% - 570px);
        --pad: calc(50% - 570px);
    }
}
@media (max-width: 1199px) {
    :root {
        --pad: 5vw;
    }
}
@media (max-width: 767px) {
    :root {
        --pad: 15px;
    }
}
.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}
body {
    font-family: Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    overflow-x: hidden;

    height: initial !important;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
: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] .box-follow {
    display: none;
}
.a2a_kit {
    display: inline-block;

    vertical-align: middle;
}
@-ms-viewport {
    width: auto !important;
}
li,
ol,
ul {
    margin: 0;
    padding: 0;

    list-style: none;
}
a,
a:hover,
a:link,
a:visited {
    text-decoration: none;

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

    -webkit-appearance: none;
}
button,
input,
textarea {
    border: none;
    outline: none;
}
a[data-fancybox] {
    outline: none;
}
a[data-fancybox] img {
    outline: none !important;
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}
img[data-lazy] {
    background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy {
    min-width: 1px;
    min-height: 1px;

    background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.loaded {
    background-size: cover;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}
.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}
.slick-list {
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .slick-list {
        margin: 0 -5px;
    }
}
.slick-list .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .slick-list .slick-slide {
        padding: 0 5px;
    }
}
.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: 1680px) {
    .con1620 {
        max-width: 1650px;
    }
}
@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;
}
.common-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -8px;
    margin-top: 20px;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .common-share ul {
        margin-top: 10px;
    }
}
.common-share ul li {
    padding: 0 8px;
}
.common-share ul li a {
    line-height: 38px;

    display: block;

    width: 38px;
    height: 38px;

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

    border: 1px solid #222;
    border-radius: 50%;
}
.common-share ul li a .icon {
    font-size: 20px;
}
.common-share ul li a:hover {
    color: #1c4cbc;
    border-color: #1c4cbc;
}
.play {
    font-size: 50px;
    line-height: 80px;

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

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

    width: 80px;
    height: 80px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #1c4cbc;
    border-radius: 20px;
    background-color: #fff;

    -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: 1199px) {
    .play {
        line-height: 60px;

        width: 60px;
        height: 60px;

        border-radius: 10px;
    }
}
@media (max-width: 767px) {
    .play {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.play .icon {
    font-size: 30px;
}
@media (max-width: 1199px) {
    .play .icon {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .play .icon {
        font-size: 16px;
    }
}
.play:hover {
    color: #fff;
    background-color: #1c4cbc;
}
.slick-arrow {
    font-size: 0;
    line-height: 44px;

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

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

    width: 44px;
    height: 44px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #1c4cbc;
    border: 1px solid #1c4cbc;
    border-radius: 50%;
    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1560px) {
    .slick-arrow {
        left: -5%;
    }
}
@media (max-width: 767px) {
    .slick-arrow {
        line-height: 38px;

        left: -15px;

        width: 38px;
        height: 38px;

        border-radius: 10px;
        background-color: rgba(255, 255, 255, .5);
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: block;

    content: '\e657';
}
.slick-arrow.slick-next {
    right: -5%;
    left: auto;
}
@media (max-width: 1560px) {
    .slick-arrow.slick-next {
        right: -5%;
    }
}
@media (max-width: 767px) {
    .slick-arrow.slick-next {
        right: -15px;
    }
}
.slick-arrow.slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow:hover {
    color: #fff;
    background-color: #1c4cbc;
}
.slick-arrow-bottom {
    padding-bottom: 60px;
}
.slick-arrow-bottom .slick-arrow {
    top: auto;
    bottom: 0;
    left: -webkit-calc(50% - 50px);
    left: calc(50% - 50px);

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.slick-arrow-bottom .slick-arrow.slick-next {
    right: -webkit-calc(50% - 50px);
    right: calc(50% - 50px);
    left: auto;
}
.prev-next {
    font-size: 0;

    white-space: nowrap;
}
.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-next {
    margin-left: 24px;
}
@media (max-width: 767px) {
    .prev-next .slick-next {
        margin-left: 10px;
    }
}
.slick-dots {
    text-align: center;
}
@media (max-width: 1199px) {
    .slick-dots {
        margin-top: 30px;
    }
}
.slick-dots li {
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;

    -webkit-transition: all .4s;
    transition: all .4s;
    vertical-align: top;

    border: 1px solid #163d96;
    border-radius: 50%;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #163d96;
}
.center {
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.share-cn {
    display: none;
}
.addcart {
    cursor: pointer;
}
.addcart.active .icon:before {
    content: '\e69a';
}
.translate {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@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;
}
.formbox form {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .formbox form {
        margin-top: 0;
    }
}
.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: 18px;
    line-height: 44px;

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

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

    color: #4c4c4c;
}
@media (max-width: 1199px) {
    .formbox form .group label {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .formbox form .group label {
        font-size: 15px;
    }
}
.formbox form .group label .iconfont {
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;

    color: #1c4cbc;
}
.formbox form .group input,
.formbox form .group textarea {
    font-size: 18px;
    line-height: 24px;

    position: relative;
    z-index: 2;

    width: 100%;
    padding: 10px 0;

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

    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    outline: 0;
    background: none;
}
@media (max-width: 1199px) {
    .formbox form .group input,
    .formbox form .group textarea {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .formbox form .group input,
    .formbox form .group textarea {
        font-size: 15px;
    }
}
.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-weight: bold;

    color: #4c4c4c;
}
.formbox form .group input:focus+label,
.formbox form .group textarea:focus+label,
.formbox form .group input:valid+label,
.formbox form .group textarea:valid+label {
    font-size: 0;

    top: -26px;
    left: 0;

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

    opacity: .8;
}
.submit-group {
    margin-top: 20px;
}
.submit-group .submit {
    font-size: 18px;

    width: 100%;
    height: 48px;
    padding: 0 24px;

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

    color: #fff;
    border-radius: 10px;
    background-color: #1c4cbc;
}
@media (max-width: 1560px) {
    .submit-group .submit {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .submit-group .submit {
        font-size: 15px;
    }
}
.submit-group .submit:hover {
    background-color: #163d96;
}
.wrap-reviews .title-product-show .write-review a {
    font-size: 14px;
    line-height: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .wrap-reviews .title-product-show .write-review a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-reviews .title-product-show .write-review a {
        font-size: 14px;
    }
}
.wrap-reviews .title-product-show .write-review a:hover {
    color: #1c4cbc;
}
.wrap-reviews .feedback {
    display: none;

    padding-top: 10px;
}
.wrap-reviews .feedback .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;
    padding: 0 20px;

    border: 1px solid #f2eaea;
    background-color: #fff;
}
.wrap-reviews .feedback .item span {
    line-height: 50px;

    display: block;

    white-space: nowrap;

    color: #666;
}
.wrap-reviews .feedback .item input,
.wrap-reviews .feedback .item textarea {
    line-height: 30px;

    width: 100%;
    padding: 10px;

    resize: vertical;
}
.wrap-reviews .feedback .rating {
    position: relative;

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

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

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.wrap-reviews .feedback .rating-0 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.wrap-reviews .feedback .rating>input {
    display: none;
}
.wrap-reviews .feedback .rating>label {
    font-size: 20px;

    margin-top: auto;
    margin-right: 8px;

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

    color: #1c4cbc;
}
.wrap-reviews .feedback .rating>label:before {
    font-family: 'iconfont' !important;

    content: '\e62e';
}
.wrap-reviews .feedback .rating>input:checked~label,
.wrap-reviews .feedback .rating>input:checked~label~label {
    color: #1c4cbc;
}
.wrap-reviews .feedback .rating>input:checked~label:before,
.wrap-reviews .feedback .rating>input:checked~label~label:before {
    font-family: 'iconfont' !important;

    content: '\e635';
}
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover,
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover~label {
    color: #1c4cbc;
}
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover:before,
.wrap-reviews .feedback .rating>input:not(:checked)~label:hover~label:before {
    font-family: 'iconfont' !important;

    content: '\e635';
}
.wrap-reviews .review-list {
    overflow: hidden;
}
.wrap-reviews .review-list>ul>li {
    border-bottom: 1px solid #ede7db;
}
.wrap-reviews .review-list .item {
    padding: 40px 0;
}
@media (max-width: 991px) {
    .wrap-reviews .review-list .item {
        padding: 20px 0;
    }
}
.wrap-reviews .review-list .item h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15384615;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wrap-reviews .review-list .item h3 {
        font-size: 16px;
    }
}
.wrap-reviews .review-list .item p {
    font-size: 16px;
    line-height: 1.625;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-reviews .review-list .item p {
        font-size: 14px;
    }
}
.wrap-reviews .review-list .item .starbox {
    margin: 20px 0 14px;
}
@media (max-width: 991px) {
    .wrap-reviews .review-list .item .starbox {
        margin: 10px 0;
    }
}
.wrap-reviews .review-list .item .starbox span {
    font-size: 18px;

    display: inline-block;

    margin-right: 14px;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .wrap-reviews .review-list .item .starbox span {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-reviews .review-list .item .starbox span {
        font-size: 14px;
    }
}
.wrap-reviews .review-list .item .starbox .icon {
    font-size: 18px;
    line-height: 26px;

    display: inline-block;

    vertical-align: middle;

    color: #1c4cbc;
}
.header {
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    padding: 0 7.2%;

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

    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 76, 188, .5)), to(rgba(28, 76, 188, 0)));
    background: -webkit-linear-gradient(top, rgba(28, 76, 188, .5) 0%, rgba(28, 76, 188, 0) 100%);
    background: linear-gradient(180deg, rgba(28, 76, 188, .5) 0%, rgba(28, 76, 188, 0) 100%);
}
@media (max-width: 767px) {
    .header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;

        padding: 0 15px;

        color: #222;
        background: #fff;
    }
}
.header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

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

    -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 .logo img {
    display: block;

    height: 60px;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 1560px) {
    .header .logo img {
        height: 50px;
    }
}
@media (max-width: 1400px) {
    .header .logo img {
        height: 40px;
    }
}
@media (max-width: 1199px) {
    .header .logo img {
        height: 60px;
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .header .logo img {
        padding: 15px 0;

        -webkit-filter: brightness(1) invert(0);
        filter: brightness(1) invert(0);
    }
}
.header .header-middle {
    width: 60%;
}
@media (max-width: 1400px) {
    .header .header-middle {
        width: 70%;
    }
}
@media (max-width: 1199px) {
    .header .header-middle {
        display: none;
    }
}
.header .header-notice {
    position: relative;

    overflow: hidden;

    height: 40px;
    padding: 0 8%;

    color: #fff;
    border-radius: 0 0 20px 20px;
    background-color: #1c4cbc;
}
@media (max-width: 1199px) {
    .header .header-notice {
        display: none;
    }
}
.header .header-notice .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .header-notice .item p {
    font-size: 16px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.header .header-notice .item span {
    font-size: 14px;
    line-height: 40px;

    display: block;

    height: 40px;
    margin-left: 24px;

    text-decoration: underline;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header .header-notice .item:hover {
    opacity: .8;
}
.header .header-notice .slick-arrow {
    left: -6%;

    color: #fff;
}
.header .header-notice .slick-arrow.slick-next {
    right: -6%;
    left: auto;
}
.header .top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    padding: 8px 0 26px 0;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -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: 1400px) {
    .header .top-right {
        padding-bottom: 15px;
    }
}
@media (max-width: 1199px) {
    .header .top-right {
        flex-direction: row;

        padding: 0;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .header .top-right {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}
.header .pc-search {
    width: 200px;
}
@media (max-width: 1470px) {
    .header .pc-search {
        width: 150px;
    }
}
@media (max-width: 1199px) {
    .header .pc-search {
        display: none;
    }
}
.header .pc-search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    border-radius: 40px;
    background: rgba(255, 255, 255, .3);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .pc-search form .submit {
    line-height: 36px;

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

    text-align: left;

    color: #fff;
    outline: none;
    background: none;
}
.header .pc-search form .submit .iconfont {
    font-size: 16px;

    display: block;
}
.header .pc-search form input {
    font-size: 18px;
    line-height: 36px;

    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 36px;
    padding: 0 10px;

    color: #fff;
    background: none;
}
@media (max-width: 1470px) {
    .header .pc-search form input {
        font-size: 16px;
    }
}
.header .pc-search form input::-webkit-input-placeholder,
.header .pc-search form textarea::-webkit-input-placeholder {
    color: #fff;
}
.header .pc-search form input:-o-placeholder,
.header .pc-search form textarea:-o-placeholder {
    color: #fff;
}
.header .pc-search form input::-moz-placeholder,
.header .pc-search form textarea::-moz-placeholder {
    color: #fff;
}
.header .pc-search form input:-ms-input-placeholder,
.header .pc-search form textarea:-ms-input-placeholder {
    color: #fff;
}
.header .pc-search form input:focus::-webkit-input-placeholder,
.header .pc-search form textarea:focus::-webkit-input-placeholder {
    color: #999;
}
.header .pc-search form input:focus::-o-placeholder,
.header .pc-search form textarea:focus::-o-placeholder {
    color: #999;
}
.header .pc-search form input:focus::-moz-placeholder,
.header .pc-search form textarea:focus::-moz-placeholder {
    color: #999;
}
.header .pc-search form input:focus::-ms-input-placeholder,
.header .pc-search form textarea:focus::-ms-input-placeholder {
    color: #999;
}
.header .serach-part {
    display: none;

    cursor: pointer;
}
@media (max-width: 1199px) {
    .header .serach-part {
        display: block;
    }
}
.header .find {
    line-height: 40px;

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

    padding: 0 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .find .icon {
    font-size: 22px;
}
.header .search-wrap {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100vh;
    padding: 10px;

    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;
    font-size: 22px;

    content: '\e671';
}
.header .search-wrap .submit:hover {
    color: #fff;
    background-color: #1c4cbc;
}
.header .language {
    margin-left: 12px;
}
@media (max-width: 767px) {
    .header .language {
        margin-left: 0;
    }
}
.header .language a {
    display: block;

    width: 36px;
    height: 36px;
}
.header .language a img {
    width: 100%;
}
.header .pc-nav {
    padding: 0 2%;
}
@media (max-width: 1199px) {
    .header .pc-nav {
        display: none;
    }
}
.header .pc-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .pc-nav>ul>li {
    position: relative;
}
.header .pc-nav>ul>li>a {
    font-size: 16px;

    position: relative;

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

    height: 80px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;

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

        height: 60px;
    }
}
.header .pc-nav>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;
}
.header .pc-nav>ul>li.more>a:after {
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 4px;

    content: '\e658';
    vertical-align: middle;
}
.header .pc-nav>ul>li.active>a span,
.header .pc-nav>ul>li:hover>a span {
    background-size: 100% 1px;
}
.header .pc-nav .nav-list2 {
    font-size: 15px;

    position: absolute;
    z-index: 9;
    top: 100%;
    left: 50%;

    display: none;

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

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

    color: #222;
    border-radius: 0 0 20px 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list2>li {
    position: relative;
}
.header .pc-nav .nav-list2>li>a {
    line-height: 24px;

    display: block;

    padding: 5px 24px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    text-transform: uppercase;
    text-transform: capitalize;
}
@media (max-width: 1560px) {
    .header .pc-nav .nav-list2>li>a {
        padding: 0 20px;
    }
}
.header .pc-nav .nav-list2>li:hover>a {
    color: #1c4cbc;
}
.header .pc-nav .nav-list3 {
    font-size: 14px;

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

    display: none;

    padding: 10px 0;

    border-radius: 0 0 20px 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list3>li {
    position: relative;
}
.header .pc-nav .nav-list3>li>a {
    line-height: 24px;

    display: block;

    padding: 5px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
}
.header .pc-nav .nav-list3>li>a:hover {
    color: #1c4cbc;
}
.header .pc-nav .nav-list4 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px 0;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .pc-nav .nav-list4>li>a {
    line-height: 24px;

    display: block;

    padding: 5px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
}
.header .pc-nav .nav-list4>li>a:hover {
    color: #1c4cbc;
}
.header .btn-menu {
    position: relative;

    display: none;

    width: 24px;
    height: 40px;
}
@media (max-width: 1199px) {
    .header .btn-menu {
        display: inline-block;

        margin-left: 20px;

        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: #fff;
}
@media (max-width: 767px) {
    .header .btn-menu div:before,
    .header .btn-menu div:after {
        background-color: #666;
    }
}
.header .btn-menu div span {
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #fff;
}
@media (max-width: 767px) {
    .header .btn-menu div span {
        background-color: #666;
    }
}
@media (max-width: 767px) {
    .hc-nav-open .translate {
        display: block;
    }
}
.stuck,
.header-product {
    color: #222;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
}
.stuck .logo img,
.header-product .logo img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.stuck .pc-search form,
.header-product .pc-search form {
    background-color: #f9f9f9;
}
.stuck .pc-search form input,
.header-product .pc-search form input {
    color: #4c4c4c;
}
.stuck .pc-search form input::-webkit-input-placeholder,
.header-product .pc-search form input::-webkit-input-placeholder,
.stuck .pc-search form textarea::-webkit-input-placeholder,
.header-product .pc-search form textarea::-webkit-input-placeholder {
    color: #4c4c4c;
}
.stuck .pc-search form input:-o-placeholder,
.header-product .pc-search form input:-o-placeholder,
.stuck .pc-search form textarea:-o-placeholder,
.header-product .pc-search form textarea:-o-placeholder {
    color: #4c4c4c;
}
.stuck .pc-search form input::-moz-placeholder,
.header-product .pc-search form input::-moz-placeholder,
.stuck .pc-search form textarea::-moz-placeholder,
.header-product .pc-search form textarea::-moz-placeholder {
    color: #4c4c4c;
}
.stuck .pc-search form input:-ms-input-placeholder,
.header-product .pc-search form input:-ms-input-placeholder,
.stuck .pc-search form textarea:-ms-input-placeholder,
.header-product .pc-search form textarea:-ms-input-placeholder {
    color: #4c4c4c;
}
.stuck .pc-search form input:focus::-webkit-input-placeholder,
.header-product .pc-search form input:focus::-webkit-input-placeholder,
.stuck .pc-search form textarea:focus::-webkit-input-placeholder,
.header-product .pc-search form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.stuck .pc-search form input:focus::-o-placeholder,
.header-product .pc-search form input:focus::-o-placeholder,
.stuck .pc-search form textarea:focus::-o-placeholder,
.header-product .pc-search form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.stuck .pc-search form input:focus::-moz-placeholder,
.header-product .pc-search form input:focus::-moz-placeholder,
.stuck .pc-search form textarea:focus::-moz-placeholder,
.header-product .pc-search form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.stuck .pc-search form input:focus::-ms-input-placeholder,
.header-product .pc-search form input:focus::-ms-input-placeholder,
.stuck .pc-search form textarea:focus::-ms-input-placeholder,
.header-product .pc-search form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.stuck .pc-search form .submit,
.header-product .pc-search form .submit {
    color: #4c4c4c;
}
.stuck .pc-nav>ul>li.active>a,
.header-product .pc-nav>ul>li.active>a,
.stuck .pc-nav>ul>li:hover>a,
.header-product .pc-nav>ul>li:hover>a {
    color: #1c4cbc;
}
.stuck .btn-menu div:before,
.header-product .btn-menu div:before,
.stuck .btn-menu div:after,
.header-product .btn-menu div:after {
    background: #666;
}
.stuck .btn-menu div span,
.header-product .btn-menu div span {
    background: #666;
}
.hc-mobile-nav {
    text-transform: capitalize;
}
.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;
}
.online-wrap {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

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

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.online-wrap .btn {
    line-height: 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 #1c4cbc;
    border-radius: 0;
    border-radius: 50%;
    outline: none;
    background-color: #1c4cbc;
}
@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 {
    -webkit-transition: right .3s;
    transition: right .3s;
    text-align: center;

    border-radius: 10px;
    background-color: rgba(0, 0, 0, .15);
}
@media (max-width: 1199px) {
    .online-wrap .online {
        background-color: rgba(0, 0, 0, .5);
    }
}
.online-wrap .online.active {
    right: 0;
}
@media (max-width: 991px) {
    .online-wrap .online {
        position: relative;
        right: -80px;

        display: none;

        -webkit-transition: all .6s;
        transition: all .6s;
    }
    .online-wrap .online.active {
        right: 0;

        display: block;
    }
}
.online-wrap .online a {
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    padding: 0;

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

    color: #fff;
    border-radius: 10px;
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.online-wrap .online a:before {
    font-size: 20px;
}
.online-wrap .online a:hover {
    background-color: #1c4cbc;
}
.online-wrap .online a:hover:before {
    color: #fff;
}
@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 a .phone-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 a .phone-num p {
    line-height: 48px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    border-radius: 10px 0 0 10px;
    background-color: #1c4cbc;
}
@media (min-width: 1200px) {
    .online-wrap .online a:hover .phone-num {
        right: 100%;
    }
}
@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 .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}
.online-wrap .icon-phone:hover,
.online-wrap .icon-whatsapp:hover,
.online-wrap .icon-email:hover {
    border-radius: 0 10px 10px 0;
}
@media (min-width: 992px) {
    .online-wrap-in .online {
        right: 0;
    }
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;

    content: '\e662';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;
    font-size: 24px !important;

    content: '\e766';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-erweima:before {
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before {
    font-family: 'iconfont' !important;

    content: '\e615';
}
.online-wrap .icon-instagram:before {
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-cart:before {
    font-family: 'iconfont' !important;

    content: '\e73c';

    color: #1c4cbc;
}
.online-wrap .icon-cart span {
    font-size: 12px;
    line-height: 14px;

    position: absolute;
    top: 6px;
    right: 6px;

    width: 14px;
    height: 14px;

    color: #1c4cbc;
    border-radius: 50%;
    background-color: #e9eef9;
}
.online-wrap .icon-cart:hover {
    border-radius: 8px !important;
}
.online-wrap .backtop:before {
    font-family: 'iconfont' !important;
    font-size: 22px !important;

    display: block;

    content: '\e63f';
}
.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: #1c4cbc;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    margin: 0;
    padding: 0;

    text-align: center;
}
.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li:last-child {
    border-right: none;
}
.xs-online ul li.xs-online-product>a:before {
    font-size: 16px;

    content: '\e7e9';
}
.xs-online ul li.xs-online-mail>a:before {
    font-weight: normal;

    content: '\e634';
}
.xs-online ul li.xs-online-map>a:before {
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.xs-online-feedback>a:before {
    font-weight: normal;

    content: '\e615';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.xs-online-home>a:before {
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.xs-online-message>a:before {
    font-size: 18px;
    font-weight: normal;

    content: '\e637';
}
.xs-online ul li.xs-online-tel>a:before {
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.xs-online-facebook>a:before {
    font-weight: normal;

    content: '\e615';
}
.xs-online ul li.xs-online-top>a:before {
    font-weight: normal;

    content: '\e63f';
}
.xs-online ul li.xs-online-whatsapp>a:before {
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.xs-online-skype>a:before {
    font-weight: normal;

    content: '\e616';
}
.xs-online ul li.xs-online-contact>a:before {
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.xs-online-wechat>a:before {
    content: '\e604';
}
.xs-online ul li.xs-online-wechat>a:before {
    content: '\e604';
}
.xs-online ul li.xs-online-tiktok>a:before {
    content: '\e828';
}
.xs-online ul li.xs-online-about>a:before {
    content: '\e62a';
}
.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%;
}
.xs-online ul li.facebook>a:before {
    content: '\e615';
}
.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;
}
.banner img {
    display: block;

    width: 100%;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .swiper-pagination {
    bottom: 3%;
}
.banner .swiper-pagination-bullet {
    position: relative;

    width: 200px;
    height: 2px;
    margin: 0 12px !important;

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

    opacity: 1;
    border-radius: 0;
    background: none;
    background-color: rgba(255, 255, 255, .3);
}
@media (max-width: 1199px) {
    .banner .swiper-pagination-bullet {
        width: 100px;
    }
}
@media (max-width: 767px) {
    .banner .swiper-pagination-bullet {
        width: 50px;
    }
}
.banner .swiper-pagination-bullet-active {
    background-color: #fff;
}
.banner .item {
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 767px) {
    .banner .item {
        width: 108%;
        max-width: 108%;
        margin-left: -4%;
    }
}
.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: #1c4cbc !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 .slick-arrow {
    line-height: 80px;

    position: absolute;
    z-index: 9;
    top: -webkit-calc(50% + 40px);
    top: calc(50% + 40px);
    left: 3%;

    width: 26px;
    height: 80px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}
@media (max-width: 991px) {
    .banner .slick-arrow {
        line-height: 50px;

        height: 50px;
    }
}
.banner .slick-arrow:before {
    font-size: 20px;

    content: '\eb60';
}
.banner .slick-arrow.slick-next {
    right: 5%;
    left: auto;
}
.banner .slick-arrow:hover {
    background-color: rgba(28, 76, 188, .7);
}
.banner .mouse {
    position: absolute;
    z-index: 6;
    right: 30px;
    bottom: 30px;
}
@media (max-width: 767px) {
    .banner .mouse {
        right: 5px;
        bottom: 5px;
    }
}
.banner .mouse .scroll-txt {
    width: 78px;
    height: 78px;
}
@media (max-width: 767px) {
    .banner .mouse .scroll-txt {
        width: 60px;
        height: 60px;
    }
}
.banner .mouse .scroll-txt img {
    width: 100%;

    -webkit-animation: scroll-txt 15s linear infinite;
    animation: scroll-txt 15s linear infinite;
}
.banner .mouse .mouse-jump {
    position: absolute;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
}
.banner .mouse .mouse-jump .mouse-jump-top {
    width: 12px;

    -webkit-animation: jump 1s cubic-bezier(.56, .01, .46, 1) infinite alternate;
    animation: jump 1s cubic-bezier(.56, .01, .46, 1) infinite alternate;
}
.banner .mouse .mouse-jump .mouse-jump-bottom {
    width: 10px;
    margin-top: 6px;

    -webkit-animation: jump_dot 1s cubic-bezier(.56, .01, .46, 1) infinite alternate;
    animation: jump_dot 1s cubic-bezier(.56, .01, .46, 1) infinite alternate;
}
@-webkit-keyframes scroll-txt {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes scroll-txt {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    to {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
@keyframes jump {
    0% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    to {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
@-webkit-keyframes jump_dot {
    0% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    to {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}
@keyframes jump_dot {
    0% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    to {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}
.banner-in {
    position: relative;

    overflow: hidden;
}
.banner-in img {
    width: 100%;
}
@media (max-width: 767px) {
    .banner-in img {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-in .banner-text {
    position: absolute;
    z-index: 5;
    top: -webkit-calc(50% + 60px);
    top: calc(50% + 60px);

    width: 100%;

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

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-in .banner-text {
        top: -webkit-calc(50% + 30px);
        top: calc(50% + 30px);
    }
}
@media (max-width: 767px) {
    .banner-in .banner-text {
        top: 50%;
    }
}
.banner-in .banner-text .title-in h2 {
    margin: 0;
}
@-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: 100px 7.2%;
}
@media (max-width: 1470px) {
    .box {
        padding: 80px 7.2%;
    }
}
@media (max-width: 991px) {
    .box {
        padding: 60px 7.2%;
    }
}
@media (max-width: 767px) {
    .box {
        padding: 50px 15px;
    }
}
.box-60 {
    padding: 60px 7.2%;
}
@media (max-width: 1470px) {
    .box-60 {
        padding: 60px 7.2%;
    }
}
@media (max-width: 767px) {
    .box-60 {
        padding: 40px 15px;
    }
}
.common-more a {
    font-size: 16px;
    line-height: 48px;

    display: inline-block;

    padding: 0 36px;

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

    color: #fff;
    border-radius: 10px;
    background-color: #1c4cbc;
}
@media (max-width: 991px) {
    .common-more a {
        font-size: 14px;
        line-height: 40px;
    }
}
.common-more a:hover {
    background-color: #163d96;
}
@-webkit-keyframes more {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    to {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}
@keyframes more {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    to {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}
.title h2 {
    font-size: 64px;
    font-weight: bold;

    letter-spacing: -1.28px;
}
@media (max-width: 1560px) {
    .title h2 {
        font-size: 54px;
    }
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 48px;
    }
}
@media (max-width: 1400px) {
    .title h2 {
        font-size: 44px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;
    }
}
.title .editor-content {
    max-width: 950px;
    margin: 0 auto;
    margin-top: 12px;
}
.title .editor-content p {
    font-weight: bold;
}
.box-contact {
    background-color: #e9eef9;
}
.box-contact .contact-left {
    width: 50%;
    padding-right: 5%;
}
@media (max-width: 767px) {
    .box-contact .contact-left {
        width: 100%;
        padding-right: 0;
    }
}
.box-contact .contact-left .title h2 {
    font-size: 48px;
}
@media (max-width: 1470px) {
    .box-contact .contact-left .title h2 {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .box-contact .contact-left .title h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .box-contact .contact-left .title h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .box-contact .contact-left .title h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .box-contact .contact-left .title h2 {
        font-size: 22px;
    }
}
.box-contact .contact-left .text {
    margin-top: 20px;
    padding-left: 2px;
}
.box-contact .contact-right {
    width: 50%;
}
@media (max-width: 767px) {
    .box-contact .contact-right {
        width: 100%;
        margin-top: 30px;
    }
}
.box-contact .contact-right .pic {
    position: relative;

    padding: 24px 24px 24px 0;
}
@media (max-width: 767px) {
    .box-contact .contact-right .pic {
        padding: 14px 14px 14px 0;
    }
}
.box-contact .contact-right .pic:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;

    width: 40%;
    height: 100%;

    content: '';

    border-radius: 10px;
    background-color: #1c4cbc;
}
.box-contact .contact-right .pic img {
    position: relative;
    z-index: 4;

    width: 100%;

    border-radius: 10px;
}
.box-contact .common-more {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .box-contact .common-more {
        margin-top: 30px;
    }
}
@media (min-width: 1200px) {
    .box-product {
        background-attachment: fixed;
    }
}
.box-product .product {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .box-product .product {
        margin-top: 30px;
    }
}
.box-product .product .item {
    text-align: center;
}
.box-product .product .item .pic {
    position: relative;
    z-index: 4;

    width: 60%;
    margin: 0 auto;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.box-product .product .item .text {
    position: relative;

    margin-top: -140px;
    padding: 154px 24px 24px 24px;

    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 1199px) {
    .box-product .product .item .text {
        padding-bottom: 40px;
    }
}
.box-product .product .item .text:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: -webkit-calc(100% - 24px);
    height: calc(100% - 24px);

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

    border-radius: 20px;
    background-color: #e9eef9;
}
.box-product .product .item .title-product {
    font-size: 24px;
    line-height: 1.25;

    position: relative;
    z-index: 6;

    display: -webkit-box;
    overflow: hidden;

    margin-top: 20px;

    -webkit-transition: transform .6s;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;

    color: #1c4cbc;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px) {
    .box-product .product .item .title-product {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (max-width: 1199px) {
    .box-product .product .item .title-product {
        font-size: 18px;
        line-height: 1.66666667;

        margin-top: 0;
    }
}
.box-product .product .item .note {
    position: relative;
    z-index: 6;

    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-product .product .item .note p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #4c4c4c;
}
.box-product .product .item .addcart {
    position: relative;
    z-index: 6;

    margin-top: 20px;
    margin-top: -24px;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
    text-align: center;

    opacity: 0;
}
@media (max-width: 1199px) {
    .box-product .product .item .addcart {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);

        opacity: 1;
    }
}
.box-product .product .item .addcart a {
    font-size: 18px;
    line-height: 48px;

    display: inline-block;

    padding: 0 24px;

    color: #1c4cbc;
    border-radius: 30px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .box-product .product .item .addcart a {
        font-size: 16px;
        line-height: 40px;
    }
}
.box-product .product .item .addcart a .iconfont {
    font-size: 18px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (min-width: 1200px) {
    .box-product .product .item:hover .pic {
        -webkit-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        transform: translateY(-24px);
    }
    .box-product .product .item:hover .text:before {
        height: 100%;

        background-color: #1c4cbc;
    }
    .box-product .product .item:hover .text .title-product {
        -webkit-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        transform: translateY(-24px);

        color: #fff;
    }
    .box-product .product .item:hover .text .note {
        -webkit-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
        transform: translateY(-24px);
    }
    .box-product .product .item:hover .text .note p {
        color: #fff;
    }
    .box-product .product .item:hover .addcart {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);

        opacity: 1;
    }
}
.box-product .common-more {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .box-product .common-more {
        margin-top: 30px;
    }
}
.box-videos .videos-menu {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .box-videos .videos-menu {
        margin-top: 14px;
    }
}
.box-videos .videos-menu>ul {
    display: inline-block;

    padding: 4px;

    border: 1px solid #1c4cbc;
    border-radius: 40px;
}
@media (max-width: 767px) {
    .box-videos .videos-menu>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        padding: 0;

        border: none;
        border-radius: 0;

        -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;
    }
}
.box-videos .videos-menu>ul>li {
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .box-videos .videos-menu>ul>li {
        width: 49%;
        margin: 5px 0;
    }
}
.box-videos .videos-menu>ul>li>a {
    font-size: 18px;
    line-height: 28px;

    display: block;

    padding: 10px 36px;

    color: #1c4cbc;
    border-radius: 40px;
}
@media (max-width: 991px) {
    .box-videos .videos-menu>ul>li>a {
        font-size: 16px;

        padding: 10px 30px;
    }
}
@media (max-width: 767px) {
    .box-videos .videos-menu>ul>li>a {
        font-size: 15px;
        line-height: 24px;

        padding: 10px;

        text-align: center;

        border: 1px solid #1c4cbc;
    }
}
.box-videos .videos-menu>ul>li.active>a {
    color: #fff;
    background-color: #1c4cbc;
}
.box-videos .videos {
    font-size: 0;

    display: none;

    margin-top: 40px;
}
@media (max-width: 767px) {
    .box-videos .videos {
        margin-top: 20px;
    }
}
.box-videos .videos .pic,
.box-videos .videos .text {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-videos .videos .pic {
    position: relative;

    width: 50%;
    padding: 24px 0 24px 24px;
}
@media (max-width: 991px) {
    .box-videos .videos .pic {
        padding: 14px 0 14px 14px;
    }
}
@media (max-width: 767px) {
    .box-videos .videos .pic {
        width: 100%;
    }
}
.box-videos .videos .pic:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 40%;
    height: 100%;

    content: '';

    border-radius: 10px;
    background-color: #1c4cbc;
}
.box-videos .videos .pic .img-box {
    overflow: hidden;

    padding-bottom: 56.66666667%;

    border-radius: 10px;
}
.box-videos .videos .text {
    width: 50%;
    padding-left: 5%;
}
@media (max-width: 767px) {
    .box-videos .videos .text {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.box-videos .videos .text .title-videos {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.11111111;

    color: #1c4cbc;
}
@media (max-width: 1560px) {
    .box-videos .videos .text .title-videos {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .box-videos .videos .text .title-videos {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .box-videos .videos .text .title-videos {
        font-size: 20px;
    }
}
.box-videos .videos .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) {
    .box-videos .videos .text .editor-content {
        margin-top: 10px;
    }
}
.box-videos .videos .text .common-more {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .box-videos .videos .text .common-more {
        margin-top: 30px;
    }
}
.box-transform {
    background-color: #f9f9f9;
}
.box-transform .transform {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .box-transform .transform>ul {
        font-size: 0;

        display: grid;

        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 6px;
        grid-row-gap: 6px;
    }
}
@media (max-width: 767px) {
    .box-transform .transform>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -2px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (min-width: 768px) {
    .box-transform .transform>ul>li:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
    }
    .box-transform .transform>ul>li:nth-child(2) {
        grid-area: 2 / 1 / 4 / 2;
    }
    .box-transform .transform>ul>li:nth-child(3) {
        grid-area: 1 / 2 / 4 / 3;
    }
    .box-transform .transform>ul>li:nth-child(4) {
        grid-area: 1 / 3 / 3 / 4;
    }
    .box-transform .transform>ul>li:nth-child(5) {
        grid-area: 1 / 4 / 2 / 5;
    }
    .box-transform .transform>ul>li:nth-child(6) {
        grid-area: 2 / 4 / 3 / 5;
    }
    .box-transform .transform>ul>li:nth-child(7) {
        grid-area: 3 / 3 / 4 / 5;
    }
}
@media (max-width: 767px) {
    .box-transform .transform>ul>li {
        width: 100%;
        padding: 2px;
    }
    .box-transform .transform>ul>li:nth-child(2) {
        width: 60%;
    }
    .box-transform .transform>ul>li:nth-child(3) {
        width: 40%;
    }
    .box-transform .transform>ul>li:nth-child(4) {
        width: 33.5%;
    }
    .box-transform .transform>ul>li:nth-child(5) {
        width: 66.5%;
    }
}
.box-transform .transform .item {
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}
.box-transform .transform .item img {
    width: 100%;
    transition: all 1s;
}
.box-transform .transform .item:hover img {
    transform: scale(1.1);
}
.box-transform .common-more {
    margin-top: 36px;
}
.box-clients .clients {
    margin-top: 30px;
}
.box-clients .clients .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 4px;

    border-radius: 20px;
    background-color: #f9f9f9;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-clients .clients .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 55%;
    padding: 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: 1660px) {
    .box-clients .clients .item .text {
        width: 50%;
    }
}
@media (max-width: 1400px) {
    .box-clients .clients .item .text {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .box-clients .clients .item .text {
        width: 100%;
    }
}
.box-clients .clients .item .text:before {
    width: 36px;
    height: 36px;

    content: '';

    background: url(../images/yinhao.svg) no-repeat center;
    background-size: cover;
}
.box-clients .clients .item .text .editor-content {
    display: -webkit-box;
    overflow: hidden;

    height: 144px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
@media (max-width: 1660px) {
    .box-clients .clients .item .text .editor-content {
        display: -webkit-box;
        overflow: hidden;

        height: 96px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
}
.box-clients .clients .item .text .editor-content p {
    color: rgba(0, 0, 0, .7);
}
.box-clients .clients .item .text .title-clients {
    font-size: 16px;
    line-height: 1.875;

    margin-top: 20px;

    color: #1c4cbc;
    color: rgba(28, 76, 188, .7);
}
@media (max-width: 1400px) {
    .box-clients .clients .item .text .title-clients {
        font-size: 14px;
    }
}
.box-clients .clients .item .pic {
    overflow: hidden;

    width: 45%;
    height: 100%;

    border-radius: 10px;
}
@media (max-width: 1660px) {
    .box-clients .clients .item .pic {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .box-clients .clients .item .pic {
        width: 100%;
    }
}
.box-clients .clients .item .pic .img-box {
    padding-bottom: 75%;
}
.box-clients .clients .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-clients .clients .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media (max-width: 767px) {
    .box-clients .clients .slick-arrow {
        top: auto;
        right: 50px;
        bottom: 4px;
        left: auto;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .box-clients .clients .slick-arrow.slick-next {
        right: 4px;
    }
}
.common-news-item .pic {
    overflow: hidden;

    border-radius: 10px;
}
.common-news-item .img-box {
    display: block;

    padding-bottom: 56.41025641%;
}
.common-news-item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-news-item .text {
    margin-top: 16px;
}
.common-news-item .text .title-news {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    max-width: 70%;
    max-height: 60px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1660px) {
    .common-news-item .text .title-news {
        font-size: 20px;
        line-height: 1.5;

        max-width: 90%;
    }
}
@media (max-width: 767px) {
    .common-news-item .text .title-news {
        font-size: 18px;
        line-height: 1.44444444;

        max-width: 100%;
        max-height: 52px;
    }
}
.common-news-item .text .title-news span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#222), to(#222));
    background-image: -webkit-linear-gradient(left, #222 0%, #222 100%);
    background-image: linear-gradient(to right, #222 0%, #222 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 2px;
}
.common-news-item .text p {
    font-size: 16px;
    line-height: 1.375;

    display: -webkit-box;
    overflow: hidden;

    max-height: 44px;
    margin: 10px 0 0 0;

    color: #4c4c4c;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.common-news-item .text .mask {
    font-size: 16px;
    line-height: 1.875;

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

    margin-top: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .common-news-item .text .mask {
        font-size: 14px;

        margin-top: 10px;
    }
}
.common-news-item .text .mask b:after {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-color: #1c4cbc;
}
.common-news-item .more {
    margin-top: 20px;

    border-top: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
    .common-news-item .more {
        margin-right: 10px;
    }
}
.common-news-item .more a {
    font-size: 16px;
    line-height: 1.5;

    display: inline-block;

    padding-top: 20px;

    color: #1c4cbc;
}
@media (max-width: 767px) {
    .common-news-item .more a {
        font-size: 14px;

        padding-top: 10px;
    }
}
@media (min-width: 1200px) {
    .common-news-item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .common-news-item:hover .text .title-news span {
        background-size: 100% 2px;
    }
}
.box-news .news {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .box-news .news {
        margin-top: 20px;
    }
}
.box-news .news .slick-news .slick-slide {
    padding: 15px;
}
@media (max-width: 767px) {
    .box-news .news .slick-news .slick-slide {
        padding: 10px 5px;
    }
}
.wrap-need .need {
    padding: 34px;

    color: #fff;
    border-radius: 10px;
}
.wrap-need .need .editor-content p {
    font-weight: normal;

    color: #fff;
}
.wrap-need .need .common-more {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-need .need .common-more {
        margin-top: 30px;
    }
}
.footer {
    font-size: 18px;
    line-height: 24px;

    overflow: hidden;

    color: #f0f0f0;
}
@media (max-width: 1560px) {
    .footer {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .footer {
        font-size: 14px;
    }
}
.footer .foot {
    padding: 60px 7.2% 100px;
}
@media (max-width: 767px) {
    .footer .foot {
        padding: 40px 15px;
    }
}
.footer a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer a:hover {
    color: #fff;
}
.footer a:hover span {
    background-size: 100% 1px;
}
.footer .title-foot h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 1400px) {
    .footer .title-foot h3 {
        font-size: 20px;
    }
}
.footer .foot-text {
    max-width: 390px;
}
@media (max-width: 1660px) {
    .footer .foot-text {
        max-width: 320px;
    }
}
@media (max-width: 1470px) {
    .footer .foot-text {
        max-width: 250px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-text {
        width: 40%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .footer .foot-text {
        width: 100%;
        margin-bottom: 0;
    }
}
.footer .foot-text .foot-info {
    margin-top: 20px;
}
.footer .foot-text .foot-info p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 14px 0;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .footer .foot-text .foot-info p {
        margin: 6px 0;
    }
}
.footer .foot-text .foot-info p b {
    font-size: 16px;

    display: inline-block;

    margin-right: 4px;

    vertical-align: middle;

    color: #fff;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer .share {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .footer .share {
        margin-top: 20px;
    }
}
.footer .share b {
    font-size: 16px;
    line-height: 38px;
}
.footer .share>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .share>ul>li {
    margin-right: 14px;
}
.footer .share>ul>li>a {
    line-height: 38px;

    display: block;

    height: 38px;

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

    color: rgba(255, 255, 255, .5);
}
.footer .share>ul>li>a .iconfont {
    font-size: 26px;
}
@media (max-width: 767px) {
    .footer .share>ul>li>a .iconfont {
        font-size: 20px;
    }
}
.footer .share>ul>li:hover>a {
    color: #fff;
}
@media (max-width: 1199px) {
    .footer .foot-nav {
        width: 30%;
    }
}
@media (max-width: 767px) {
    .footer .foot-nav {
        width: 100%;
        margin-top: 20px;
    }
}
.footer .foot-nav .foot-info {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info {
        margin-top: 10px;
    }
    .footer .foot-nav .foot-info>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.footer .foot-nav .foot-info a {
    display: block;

    padding: 6px 0;
}
@media (max-width: 767px) {
    .footer .foot-nav .foot-info a {
        display: inline-block;

        margin-right: 20px;

        vertical-align: middle;
    }
}
.footer .foot-message {
    width: 100%;
    max-width: 420px;
}
@media (max-width: 1660px) {
    .footer .foot-message {
        max-width: 350px;
    }
}
@media (max-width: 1400px) {
    .footer .foot-message {
        max-width: 300px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-message {
        width: 70%;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .footer .foot-message {
        width: 100%;
        margin-top: 20px;
    }
}
.footer .foot-message .message {
    margin-top: 20px;
}
.footer .foot-message .message ul {
    margin: 0 -6px;
}
.footer .foot-message .message ul li {
    padding: 0 6px;
}
.footer .foot-message .message input,
.footer .foot-message .message textarea {
    font-size: 16px;
    line-height: 24px;
    line-height: 1.5;

    width: 100%;
    margin-top: 12px;
    padding: 10px 16px;

    color: #fff;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
}
@media (max-width: 767px) {
    .footer .foot-message .message input,
    .footer .foot-message .message textarea {
        font-size: 14px;

        margin-top: 8px;
    }
}
.footer .foot-message .message input::-webkit-input-placeholder,
.footer .foot-message .message textarea::-webkit-input-placeholder {
    color: #fff;
}
.footer .foot-message .message input:-o-placeholder,
.footer .foot-message .message textarea:-o-placeholder {
    color: #fff;
}
.footer .foot-message .message input::-moz-placeholder,
.footer .foot-message .message textarea::-moz-placeholder {
    color: #fff;
}
.footer .foot-message .message input:-ms-input-placeholder,
.footer .foot-message .message textarea:-ms-input-placeholder {
    color: #fff;
}
.footer .foot-message .message input:focus::-webkit-input-placeholder,
.footer .foot-message .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot-message .message input:focus::-o-placeholder,
.footer .foot-message .message textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot-message .message input:focus::-moz-placeholder,
.footer .foot-message .message textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot-message .message input:focus::-ms-input-placeholder,
.footer .foot-message .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot-message .message .submit-group {
    margin-top: 12px;
}
.footer .foot-message .message .submit-group .submit {
    font-weight: normal;

    width: auto;
    height: 44px;
    padding: 0;

    color: #fff;
    background: none;
}
.footer .foot-message .message .submit-group .submit .iconfont {
    font-size: 20px;
}
.footer .foot-message .message .submit-group .submit:hover {
    text-decoration: underline;
}
.footer .copyright {
    font-size: 16px;
    line-height: 24px;

    padding: 15px 7.2%;

    border-top: 1px solid rgba(255, 255, 255, .1);
}
@media (max-width: 991px) {
    .footer .copyright {
        line-height: 24px;

        padding: 10px 7.2% 80px;
    }
}
@media (max-width: 767px) {
    .footer .copyright {
        padding: 10px 15px 80px;
    }
}
.footer .copyright p {
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.footer .copyright a,
.footer .copyright span {
    display: inline-block;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;
}
.footer .copyright .policy {
    margin-left: 40px;
}
.wrap {
    overflow: hidden;

    padding: 60px 0 100px;
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.title-in h2 {
    font-size: 48px;
    font-weight: bold;

    letter-spacing: -.96px;
}
@media (max-width: 1470px) {
    .title-in h2 {
        font-size: 40px;
    }
}
@media (max-width: 1400px) {
    .title-in h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title-in h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title-in h2 {
        font-size: 22px;
    }
}
.title-in .editor-content {
    max-width: 950px;
    margin: 0 auto;
    margin-top: 12px;
}
.title-in .editor-content p {
    font-weight: bold;
}
.wrap-location {
    padding-bottom: 22px;
}
.wrap-location .location>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #666666;
}
.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 8px;

    content: '/';
}
.wrap-location .location>ul>li:last-child:after {
    display: none;
}
.wrap-location .location>ul>li>a {
    font-size: 18px;
    line-height: 1.66666667;

    display: block;

    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .wrap-location .location>ul>li>a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-location .location>ul>li>a {
        font-size: 15px;
        line-height: 20px;

        padding: 5px 0;
    }
}
.wrap-location .location>ul>li>a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#1c4cbc), to(#1c4cbc));
    background-image: -webkit-linear-gradient(left, #1c4cbc 0%, #1c4cbc 100%);
    background-image: linear-gradient(to right, #1c4cbc 0%, #1c4cbc 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-location .location>ul>li>a:hover {
    color: #1c4cbc;
}
.wrap-location .location>ul>li>a:hover span {
    background-size: 100% 1px;
}
.news-search form {
    padding: 0 50px 0 0;

    border: 1px solid #1c4cbc;
}
@media (max-width: 1199px) {
    .news-search form {
        padding-right: 40px;
    }
}
.news-search form input {
    font-size: 16px;
    line-height: 44px;

    width: 100%;
    padding: 0 24px;
}
@media (max-width: 1199px) {
    .news-search form input {
        font-size: 14px;

        padding: 0 14px;
    }
}
.news-search form input::-webkit-input-placeholder,
.news-search form textarea::-webkit-input-placeholder {
    color: #1c4cbc;
}
.news-search form input:-o-placeholder,
.news-search form textarea:-o-placeholder {
    color: #1c4cbc;
}
.news-search form input::-moz-placeholder,
.news-search form textarea::-moz-placeholder {
    color: #1c4cbc;
}
.news-search form input:-ms-input-placeholder,
.news-search form textarea:-ms-input-placeholder {
    color: #1c4cbc;
}
.news-search form input:focus::-webkit-input-placeholder,
.news-search form textarea:focus::-webkit-input-placeholder {
    color: rgba(28, 76, 188, .5);
}
.news-search form input:focus::-o-placeholder,
.news-search form textarea:focus::-o-placeholder {
    color: rgba(28, 76, 188, .5);
}
.news-search form input:focus::-moz-placeholder,
.news-search form textarea:focus::-moz-placeholder {
    color: rgba(28, 76, 188, .5);
}
.news-search form input:focus::-ms-input-placeholder,
.news-search form textarea:focus::-ms-input-placeholder {
    color: rgba(28, 76, 188, .5);
}
.news-search form .submit {
    position: absolute;
    top: 0;
    right: 20px;

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

    color: #1c4cbc;
    background: none;
}
@media (max-width: 1199px) {
    .news-search form .submit {
        right: 10px;
    }
}
.news-search form .submit:hover {
    color: #163d96;
}
.wrap-menu {
    padding: 8px 0;

    color: #fff;
    background-color: #1c4cbc;
}
.wrap-menu .menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .wrap-menu .menu>ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.wrap-menu .menu>ul>li>a {
    font-size: 20px;
    line-height: 22px;

    position: relative;

    display: block;

    padding: 10px 36px;

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

    border-radius: 10px;
}
@media (max-width: 1560px) {
    .wrap-menu .menu>ul>li>a {
        font-size: 18px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .wrap-menu .menu>ul>li>a {
        font-size: 16px;

        padding: 10px 15px;
    }
}
.wrap-menu .menu>ul>li.active>a {
    text-decoration: none;

    color: #1c4cbc;
    background-color: #fff;
}
.wrap-menu .menu>ul>li:hover>a {
    text-decoration: underline;
}
.wrap-left {
    width: 420px;
}
@media (max-width: 1400px) {
    .wrap-left {
        width: 320px;
    }
}
@media (max-width: 1199px) {
    .wrap-left {
        width: 100%;
    }
}
.wrap-right {
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);
}
@media (max-width: 1400px) {
    .wrap-right {
        width: -webkit-calc(100% - 320px);
        width: calc(100% - 320px);
    }
}
@media (max-width: 1199px) {
    .wrap-right {
        width: 100%;
    }
}
.wrap-sidenav {
    overflow: hidden;
}
@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}
.wrap-sidenav .title-sidenav {
    padding-bottom: 20px;

    border-bottom: 1px solid #f0f0f0;
}
.wrap-sidenav .title-sidenav h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;

    margin: 0;
}
.wrap-sidenav .sidenav .slevel-1 {
    margin-top: 12px;
}
.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    margin-top: 12px;
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 24px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 12px 42px 12px 12px;

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

    border-radius: 10px;
    background-color: #f3f6fb;
}
@media (max-width: 1560px) {
    .wrap-sidenav .sidenav .slevel-1>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1470px) {
    .wrap-sidenav .sidenav .slevel-1>li>a {
        font-size: 18px;
    }
}
.wrap-sidenav .sidenav .slevel-1>li>a:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 40px;

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

    display: block;

    width: 40px;
    height: 40px;

    content: '\e625';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    opacity: 0;
}
.wrap-sidenav .sidenav .slevel-1>li .nav-more {
    line-height: 50px;

    position: absolute;
    z-index: 8;
    top: 0;
    right: 12px;

    width: 50px;
    height: 50px;

    cursor: pointer;
    text-align: center;
}
.wrap-sidenav .sidenav .slevel-1>li .nav-more:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: block;

    content: '\e726';
}
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    font-weight: bold;

    color: #fff;
    background-color: #1c4cbc;
}
.wrap-sidenav .sidenav .slevel-1>li:hover .nav-more:before {
    content: '\e657';

    color: #fff;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a {
    font-weight: bold;

    color: #fff;
    background-color: #1c4cbc;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);

    opacity: 1;
}
.wrap-sidenav .sidenav .slevel-1>li.active .slevel-2 {
    display: block;
}
.wrap-sidenav .sidenav .slevel-2 {
    display: none;
}
.wrap-sidenav .sidenav .slevel-2>li {
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    font-size: 24px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 8px 24px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1560px) {
    .wrap-sidenav .sidenav .slevel-2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1470px) {
    .wrap-sidenav .sidenav .slevel-2>li>a {
        font-size: 18px;
    }
}
.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
    color: #1c4cbc;
}
.wrap-sidenav .sidenav .slevel-2>li.active .slevel-3 {
    display: block;
}
.wrap-sidenav .sidenav .slevel-3 {
    display: none;
}
.wrap-sidenav .sidenav .slevel-3>li {
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-3>li>a {
    font-size: 16px;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 10px 24px;

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

    color: #444;
}
@media (max-width: 1400px) {
    .wrap-sidenav .sidenav .slevel-3>li>a {
        font-size: 15px;
        line-height: 24px;

        padding: 6px 24px;
    }
}
.wrap-sidenav .sidenav .slevel-3>li.active>a,
.wrap-sidenav .sidenav .slevel-3>li:hover>a {
    text-decoration: underline;

    color: #222;
}
.wrap-resource-filter .title-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 20px;

    border-bottom: 1px solid #f0f0f0;

    -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-resource-filter .title-filter h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-resource-filter .title-filter h3 {
        font-size: 20px;
    }
}
.wrap-resource-filter .title-filter .reset {
    font-size: 18px;
    line-height: 1.66666667;

    display: inline-block;

    color: #1c4cbc;
}
@media (max-width: 1199px) {
    .wrap-resource-filter .title-filter .reset {
        font-size: 16px;
    }
}
.wrap-resource-filter .filter-1>li {
    padding: 24px 0;

    border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 991px) {
    .wrap-resource-filter .filter-1>li {
        padding: 10px 0;
    }
}
.wrap-resource-filter .filter-1>li>a {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    display: block;

    color: #1c4cbc;
}
@media (max-width: 1199px) {
    .wrap-resource-filter .filter-1>li>a {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-resource-filter .filter-1>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .wrap-resource-filter .filter-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.wrap-resource-filter .filter-2>li {
    margin-top: 14px;
}
@media (max-width: 1199px) {
    .wrap-resource-filter .filter-2>li {
        margin-top: 8px;
        margin-right: 16px;
    }
}
.wrap-resource-filter .filter-2>li>a {
    font-size: 20px;
    line-height: 1.5;

    position: relative;

    display: block;

    padding-left: 32px;

    color: #4c4c4c;
}
@media (max-width: 1199px) {
    .wrap-resource-filter .filter-2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-resource-filter .filter-2>li>a {
        font-size: 16px;

        padding-left: 22px;
    }
}
.wrap-resource-filter .filter-2>li>a:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e663';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .wrap-resource-filter .filter-2>li>a:before {
        font-size: 18px;
    }
}
.wrap-resource-filter .filter-2>li.active>a:before {
    content: '\e664';

    color: #1c4cbc;
}
.xs-product-nav {
    display: none;
    overflow: hidden;

    padding-bottom: 30px;
}
@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 {
    font-size: 14px;
    line-height: 24px;

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

    height: 100%;
    padding: 4px 10px;

    text-transform: capitalize;
    background-color: #f3f6fb;
    font-weight: bold;
    border: 1px solid #dcdcdc;
    border-radius: 5px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .xs-product-nav ul>li>a {
        font-size: 13px;
        line-height: 20px;
    }
}
.xs-product-nav ul>li.active>a {
    color: #fff;
    border-color: #1c4cbc;
    background-color: #1c4cbc;
}
.wrap-about {
    padding-top: 180px;

    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .wrap-about {
        padding-top: 120px;
    }
}
@media (max-width: 767px) {
    .wrap-about {
        padding-top: 60px;
    }
}
.wrap-about .title h2 {
    color: #fff;
}
.wrap-about .video {
    position: relative;

    overflow: hidden;

    margin-top: 36px;

    border-radius: 10px;
}
.wrap-about .video img {
    width: 100%;
}
.wrap-about .text {
    margin-top: 30px;
}
.wrap-about .text p {
    font-size: 20px;
    line-height: 1.3;

    color: #4c4c4c;
}
@media (max-width: 1560px) {
    .wrap-about .text p {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .text p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-about .text p {
        font-size: 15px;
    }
}
.wrap-honor .title h2 {
    color: #1c4cbc;
}
.wrap-honor .title .editor-content {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-honor .title .editor-content {
        margin-top: 12px;
    }
}
.wrap-honor .honor {
    margin-top: 36px;
}
.wrap-honor .honor .item {
    overflow: hidden;

    cursor: pointer;

    border-radius: 10px;
}
.wrap-honor .honor .item .img-box {
    padding-bottom: 140.32258065%;
}
.wrap-honor .honor .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (min-width: 1200px) {
    .wrap-honor .honor .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.wrap-about-videos {
    background-color: #f3f6fb;
}
.wrap-about-videos .videos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 36px;

    -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-about-videos .videos:nth-child(1) {
    margin-top: 0;
}
.wrap-about-videos .videos:nth-child(2n) {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.wrap-about-videos .videos:nth-child(2n) .text {
    padding-right: 8%;
    padding-left: 0;
}
.wrap-about-videos .videos .pic {
    position: relative;

    overflow: hidden;

    width: -webkit-calc(50% - 18px);
    width: calc(50% - 18px);

    border-radius: 10px;
}
@media (max-width: 767px) {
    .wrap-about-videos .videos .pic {
        width: 100%;
    }
}
.wrap-about-videos .videos .pic img {
    width: 100%;
}
.wrap-about-videos .videos .text {
    width: -webkit-calc(50% + 18px);
    width: calc(50% + 18px);
    padding: 20px 5% 20px 3%;
}
@media (max-width: 767px) {
    .wrap-about-videos .videos .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
.wrap-about-videos .videos .title-in h2 {
    color: #1c4cbc;
}
.wrap-about-videos .videos .note {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-about-videos .videos .note {
        margin-top: 10px;
    }
}
.wrap-about-videos .videos .note p {
    font-size: 24px;
    line-height: 1.25;

    margin: 0;

    color: #4c4c4c;
}
@media (max-width: 1560px) {
    .wrap-about-videos .videos .note p {
        font-size: 20px;
    }
}
@media (max-width: 1470px) {
    .wrap-about-videos .videos .note p {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .wrap-about-videos .videos .note p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-about-videos .videos .note p {
        font-size: 15px;
    }
}
.wrap-clients .clients {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-clients .clients {
        margin-top: 20px;
    }
}
.wrap-clients .clients .item {
    padding: 4px;

    border-radius: 10px;
    border-radius: 20px;
    background-color: #f9f9f9;
}
.wrap-clients .clients .item .text {
    position: relative;

    padding: 24px;
}
.wrap-clients .clients .item .text:before {
    display: block;

    width: 36px;
    height: 36px;

    content: '';

    background: url(../images/yinhao.svg) no-repeat center;
    background-size: cover;
}
.wrap-clients .clients .item .text .editor-content {
    margin-top: 10px;
}
.wrap-clients .clients .item .text .editor-content p {
    color: rgba(0, 0, 0, .7);
}
.wrap-clients .clients .item .text .title-clients {
    font-size: 16px;
    line-height: 1.875;

    margin-top: 20px;

    color: #1c4cbc;
    color: rgba(28, 76, 188, .7);
}
@media (max-width: 1400px) {
    .wrap-clients .clients .item .text .title-clients {
        font-size: 14px;
    }
}
.wrap-clients .clients .item .pic {
    overflow: hidden;

    border-radius: 10px;
}
.wrap-clients .clients .item .pic .img-box {
    padding-bottom: 75%;
}
.wrap-clients .clients .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-clients .clients .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-contact .title-contact h2 {
    font-size: 36px;
    line-height: 1.33333333;
}
@media (max-width: 1560px) {
    .wrap-contact .title-contact h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .title-contact h2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .title-contact h2 {
        font-size: 20px;
    }
}
.wrap-contact .title-contact p {
    font-size: 18px;
    line-height: 1.33333333;

    color: #4c4c4c;
}
@media (max-width: 1560px) {
    .wrap-contact .title-contact p {
        font-size: 16px;
    }
}
.wrap-contact .contact {
    width: 40%;
    padding: 48px;

    border-radius: 10px;
    background-color: #f3f6fb;
}
@media (max-width: 1560px) {
    .wrap-contact .contact {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact {
        padding: 30px 15px;
    }
}
.wrap-contact .contact .item {
    margin-top: 36px;
}
@media (max-width: 991px) {
    .wrap-contact .contact .item {
        margin-top: 20px;
    }
}
.wrap-contact .contact .item b {
    font-size: 26px;
    line-height: 1.53846154;

    display: block;

    color: #1c4cbc;
}
@media (max-width: 1560px) {
    .wrap-contact .contact .item b {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .contact .item b {
        font-size: 18px;
    }
}
.wrap-contact .contact .item p {
    font-size: 18px;
    line-height: 1.33333333;

    margin: 4px 0 0 0;

    color: #4c4c4c;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .item p {
        font-size: 16px;
    }
}
.wrap-contact .contact .item p a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-contact .contact .item p a:hover {
    color: #1c4cbc;
}
.wrap-contact .message {
    width: -webkit-calc(60% - 12px);
    width: calc(60% - 12px);
    margin-left: 12px;
    padding: 48px;

    border-radius: 10px;
    background-color: #f9f9f9;
}
@media (max-width: 1560px) {
    .wrap-contact .message {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .message {
        width: 100%;
        margin-top: 12px;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .wrap-contact .message {
        padding: 30px 15px;
    }
}
.common-product-item {
    height: 100%;

    text-align: center;
}
.common-product-item .pic {
    overflow: hidden;

    padding: 24px;

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

    border-radius: 10px;
    background-color: #f9f9f9;
}
@media (max-width: 767px) {
    .common-product-item .pic {
        padding: 0;
    }
}
.common-product-item .pic .img-box {
    mix-blend-mode: multiply;
}
.common-product-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
    background: none;
}
.common-product-item .text {
    position: relative;

    padding: 24px 0;

    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 767px) {
    .common-product-item .text {
        padding: 10px 0 30px;
    }
}
.common-product-item .title-product {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    position: relative;
    z-index: 6;

    display: -webkit-box;
    overflow: hidden;

    margin-top: 20px;

    -webkit-transition: transform .6s;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;

    color: #1c4cbc;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px) {
    .common-product-item .title-product {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (max-width: 1199px) {
    .common-product-item .title-product {
        font-size: 18px;
        line-height: 1.66666667;

        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .common-product-item .title-product {
        font-size: 16px;
        line-height: 1.5;

        display: -webkit-box;
        overflow: hidden;

        height: auto;
        max-height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.common-product-item .note {
    position: relative;
    z-index: 6;

    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .common-product-item .note {
        margin-top: 0;
    }
}
.common-product-item .note p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #4c4c4c;
}
@media (max-width: 767px) {
    .common-product-item .note p {
        font-size: 15px;
        line-height: 1.6;
    }
}
.common-product-item .addcart {
    position: relative;
    z-index: 6;

    margin-top: -24px;

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

    opacity: 0;
}
@media (max-width: 1199px) {
    .common-product-item .addcart {
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .common-product-item .addcart {
        margin-top: -15px;
    }
}
.common-product-item .addcart a {
    font-size: 18px;
    line-height: 48px;

    display: inline-block;

    padding: 0 24px;

    color: #1c4cbc;
    border-radius: 30px;
    background-color: #fff;
    font-size: 0;
    box-shadow: 0 4px 10px 0 rgba(28, 76, 188, .1);
}
.common-product-item .addcart a:before {
    content: '+';
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .common-product-item .addcart a {
        font-size: 16px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .common-product-item .addcart a {
        font-size: 14px;
        line-height: 30px;

        padding: 0 10px;
    }
}
.common-product-item .addcart a .iconfont {
    font-size: 18px;

    display: inline-block;

    /* margin-right: 10px; */

    vertical-align: middle;
}
@media (max-width: 767px) {
    .common-product-item .addcart a .iconfont {
        font-size: 16px;

        /* margin-right: 4px; */
    }
}
@media (min-width: 1200px) {
    .common-product-item:hover .pic {
        background-color: #e9eef9;
        box-shadow: 0 4px 10px 0 rgba(28, 76, 188, .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 {
        opacity: 1;
    }
}
.wrap-product .product-top {
    padding: 24px;

    border-radius: 10px;
    background: #f3f6fb;
}
@media (max-width: 1199px) {
    .wrap-product .product-top {
        padding: 20px 14px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product-top {
        padding: 20px 10px;
    }
}
.wrap-product .product-top .title-product h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.11111111;

    margin: 0;

    color: #1c4cbc;
}
@media (max-width: 1199px) {
    .wrap-product .product-top .title-product h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-product .product-top .title-product h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product-top .title-product h2 {
        font-size: 20px;
    }
}
.wrap-product .product-top .editor-content {
    margin-top: 24px;
    padding-left: 2px;
}
@media (max-width: 1199px) {
    .wrap-product .product-top .editor-content {
        margin-top: 14px;
    }
}
.wrap-product .product>ul>li {
    margin-top: 30px;
}
@media (max-width: 1560px) {
    .wrap-product .product>ul>li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .wrap-product .product>ul>li {
        width: 50%;
    }
}
.wrap-resource-all .product>ul>li {
    margin-top: 30px;
}
@media (max-width: 1560px) {
    .wrap-resource-all .product>ul>li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .wrap-resource-all .product>ul>li {
        width: 50%;
    }
}
#productcontent {
    position: relative;
    top: -120px;
}
@media (max-width: 1199px) {
    #productcontent {
        top: -90px;
    }
}
.wrap-product-show {
    overflow: hidden;

    padding-top: 120px;

    background-color: #f9f9f9;
}
@media (max-width: 1199px) {
    .wrap-product-show {
        padding-top: 60px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .container {
        padding-right: 0;
        padding-left: 0;
    }
}
.wrap-product-show .product-show .carousel-wrap .carousel-left {
    width: 55%;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .carousel-wrap .carousel-left {
        width: 100%;
    }
}
.wrap-product-show .product-show .carousel-wrap .carousel-right {
    width: 45%;
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .carousel-wrap .carousel-right {
        width: 100%;
    }
}
.wrap-product-show .product-show .carousel-wrap .item-video {
    position: relative;
    z-index: 3;
}
.wrap-product-show .product-show .carousel-wrap .item {
    overflow: hidden;

    border: 1px solid #f9f9f9;
}
.wrap-product-show .product-show .carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-product-show .product-show .slick-list {
    margin: 0;
}
.wrap-product-show .product-show .slick-list .slick-slide {
    padding: 0;
}
.wrap-product-show .product-show .slider-for {
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 83%;
    height: 100%;

    border-radius: 10px;
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .slider-for {
        width: 100%;
    }
}
.wrap-product-show .product-show .slider-for .zoom {
    position: relative;

    cursor: crosshair;
}
.wrap-product-show .product-show .slider-for iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .product-show .slider-nav {
    width: 17%;
    margin: -8px 0;
    padding-right: 16px;
}
@media (max-width: 1400px) {
    .wrap-product-show .product-show .slider-nav {
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .slider-nav {
        width: 100%;
        margin: 10px 0 0 0;
        padding-right: 0;
    }
}
.wrap-product-show .product-show .slider-nav .slick-slide {
    padding: 8px 0;
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .slider-nav .slick-slide {
        padding: 0 4px;
    }
}
.wrap-product-show .product-show .slider-nav .item {
    position: relative;

    overflow: hidden;

    cursor: pointer;

    border: 1px solid #fff;
    border-radius: 10px;
}
.wrap-product-show .product-show .slider-nav .item-video {
    position: relative;

    background-color: #000;
}
.wrap-product-show .product-show .slider-nav .item-video .img-box {
    opacity: .5;
}
.wrap-product-show .product-show .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    line-height: 32px;

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

    width: 32px;
    height: 32px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #1c4cbc;
}
.wrap-product-show .product-show .slider-nav .slick-current .item {
    border-color: #1c4cbc;
}
@media (min-width: 768px) {
    .wrap-product-show .product-show .slider-nav .slick-arrow {
        position: relative;
        top: 0;
        left: auto;

        margin: 0 auto;

        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
.wrap-product-show .product-show .info-box {
    padding-top: 40px;
    padding-left: 3%;
}
@media (max-width: 1560px) {
    .wrap-product-show .product-show .info-box {
        padding-top: 40px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .info-box {
        padding-top: 20px;
        padding-left: 0;
    }
}
.wrap-product-show .product-show .info-box .title-in h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.11111111;

    color: #1c4cbc;
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show .info-box .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .product-show .info-box .title-in h2 {
        font-size: 24px;
    }
}
.wrap-product-show .product-show .info-box .filter {
    width: 100%;
    max-width: 450px;
    margin-top: 30px;
}
.wrap-product-show .product-show .info-box .filter .filter-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-top: 12px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-product-show .product-show .info-box .filter .filter-item .title-filter {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    width: 180px;

    color: #1c4cbc;
}
@media (max-width: 1560px) {
    .wrap-product-show .product-show .info-box .filter .filter-item .title-filter {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .info-box .filter .filter-item .title-filter {
        font-size: 16px;

        width: 140px;
    }
}
.wrap-product-show .product-show .info-box .filter .filter-item .filter-select {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .info-box .filter .filter-item .filter-select {
        width: -webkit-calc(100% - 140px);
        width: calc(100% - 140px);
    }
}
.wrap-product-show .product-show .info-box .filter .filter-item select {
    font-size: 18px;
    line-height: 24px;

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

    color: #4c4c4c;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    outline: none;
    background: url(../images/select.png) no-repeat right center;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
@media (max-width: 1560px) {
    .wrap-product-show .product-show .info-box .filter .filter-item select {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .info-box .filter .filter-item select {
        font-size: 14px;
    }
}
.wrap-product-show .product-show .info-box .filter .filter-item select option {
    font-size: 16px;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .info-box .filter .filter-item select option {
        font-size: 14px;
    }
}
.wrap-product-show .product-show .info-box .share {
    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;
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .info-box .share {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-product-show .product-show .info-box .share p {
    font-size: 18px;
    line-height: 1.71428571;

    margin: 0;

    color: #343434;
}
.wrap-product-show .product-show .info-box .link {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show .info-box .link {
        margin-top: 30px;
    }
}
.wrap-product-show .product-show .info-box .link a {
    font-size: 18px;
    line-height: 48px;

    display: inline-block;

    min-width: 160px;

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

    color: #fff;
    border-radius: 10px;
    background-color: #1c4cbc;
}
@media (max-width: 1199px) {
    .wrap-product-show .product-show .info-box .link a {
        font-size: 16px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .info-box .link a {
        min-width: 150px;
    }
}
.wrap-product-show .product-show .info-box .link a .iconfont {
    font-size: 20px;

    display: inline-block;

    margin-top: -4px;
    margin-right: 10px;

    vertical-align: middle;
}
.wrap-product-show .product-show .info-box .link a:hover {
    color: #fff;
    background-color: #163d96;
}
.wrap-product-show .product-show .info-box .link .btn-inquiry {
    margin-right: 24px;
}
@media (max-width: 767px) {
    .wrap-product-show .product-show .info-box .link .btn-inquiry {
        margin-right: 10px;
    }
}
.wrap-product-show .product-show .info-box .link .addcart {
    color: #1c4cbc;
    background-color: #e9eef9;
}
.wrap-product-show .product-show-info {
    border-radius: 20px 20px 0 0;
    background-color: #fff;
}
.wrap-product-show .title-product-show h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33333333;

    text-transform: capitalize;

    color: #1c4cbc;
}
@media (max-width: 1199px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 24px;
    }
}
.wrap-product-show .parameter-menu {
    overflow: visible;

    padding-top: 12px;
    padding-bottom: 0;

    border-bottom: 1px solid #f0f0f0;
}
.wrap-product-show .parameter-menu>ul {
    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;
}
@media (max-width: 767px) {
    .wrap-product-show .parameter-menu>ul {
        overflow-x: auto;
    }
}
.wrap-product-show .parameter-menu>ul>li>a {
    font-size: 24px;

    position: relative;

    display: block;

    white-space: nowrap;

    color: #1c4cbc;
}
@media (max-width: 1560px) {
    .wrap-product-show .parameter-menu>ul>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter-menu>ul>li>a {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .parameter-menu>ul>li>a {
        font-size: 16px;
    }
}
.wrap-product-show .parameter-menu>ul>li>a:after {
    position: absolute;
    bottom: -11px;
    left: 50%;

    display: block;

    width: 14px;
    height: 12px;

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

    opacity: 0;
    background: url(../images/sanjiao.svg) no-repeat center;
}
.wrap-product-show .parameter-menu>ul>li>a span {
    line-height: 30px;

    display: block;
    overflow: hidden;

    padding: 12px 48px;

    border-radius: 10px;
}
@media (max-width: 1560px) {
    .wrap-product-show .parameter-menu>ul>li>a span {
        padding: 12px 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter-menu>ul>li>a span {
        padding: 12px 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .parameter-menu>ul>li>a span {
        line-height: 24px;

        padding: 10px 20px;
    }
}
.wrap-product-show .parameter-menu>ul>li.active>a:after {
    opacity: 1;
}
.wrap-product-show .parameter-menu>ul>li.active>a span {
    color: #fff;
    background-color: #1c4cbc;
}
.wrap-product-show .parameter-info {
    display: none;

    margin-top: 60px;
}
@media (max-width: 1760px) {
    .wrap-product-show .parameter-info .container {
        max-width: 1300px;
    }
}
@media (max-width: 1560px) {
    .wrap-product-show .parameter-info .container {
        max-width: 1200px;
    }
}
@media (max-width: 1400px) {
    .wrap-product-show .parameter-info .container {
        max-width: 1140px;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .parameter-info .container {
        max-width: 1000px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter-info .container {
        max-width: 720px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .parameter-info .container {
        max-width: 600px;
    }
}

@media (max-width: 767px) {
    .wrap-product-show .parameter-info {
        margin-top: 30px;
    }
}
.wrap-product-show .parameter-info .box {
    padding-top: 0;
    padding-bottom: 0;
}
.wrap-product-show .cases .slick-cases {
    margin-top: 12px;
}
.wrap-product-show .cases .item {
    cursor: pointer;
}
.wrap-product-show .cases .item .img-box {
    padding-bottom: 95.23809524%;

    border-radius: 10px;
}
.wrap-product-show .cases .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .cases .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-show .inquiry {
    margin-top: 60px;
    padding: 36px;

    border-radius: 10px;
    background: #f3f6fb;
}
@media (max-width: 1199px) {
    .wrap-product-show .inquiry {
        margin-top: 30px;
        padding: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .inquiry {
        padding: 20px 14px;
    }
}
.wrap-product-show .inquiry .formbox form {
    margin-top: 0;
}
.wrap-product-show .inquiry .formbox form .group input:focus+label,
.wrap-product-show .inquiry .formbox form .group textarea:focus+label,
.wrap-product-show .inquiry .formbox form .group input:valid+label,
.wrap-product-show .inquiry .formbox form .group textarea:valid+label {
    font-size: 14px;
}
.wrap-product-show .inquiry .submit {
    width: auto;
    padding: 0 36px;
}
.wrap-product-show .relate-product {
    padding-top: 60px;
}
.wrap-product-show .relate-product .relate-list {
    margin-top: 12px;
}
.wrap-product-show .relate-product .common-product-item {
    padding-bottom: 10px;
}
.wrap-news .news {
    margin-top: -36px;
}
.wrap-news .news>ul>li {
    margin-top: 36px;
}
@media (max-width: 1199px) {
    .wrap-details {
        padding-top: 20px;
    }
}
.wrap-details .title-details .date {
    line-height: 30px;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    border-radius: 5px;
    background: #1c4cbc;
}
.wrap-details .title-details h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;

    margin: 20px 0 0 0;
}
@media (max-width: 1470px) {
    .wrap-details .title-details h2 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-details .title-details h2 {
        font-size: 22px;
    }
}
@media (max-width: 991px) {
    .wrap-details .title-details h2 {
        font-size: 18px;
    }
}
.wrap-details .details .text {
    margin-top: 30px;
}
.wrap-details .details .text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 1199px) {
    .wrap-details .details .text h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-details .details .text h3 {
        font-size: 18px;
    }
}
.wrap-details .share {
    margin-top: 30px;
}
.wrap-details .share p {
    font-size: 18px;
    font-weight: bold;

    margin: 0;
}
.wrap-details .share p,
.wrap-details .share .a2a_kit {
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details {
    font-size: 0;

    margin-top: 70px;
    padding: 10px;

    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
    .wrap-details .relate-details {
        margin-top: 40px;
    }
}
.wrap-details .relate-details a {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;

    position: relative;

    display: inline-block;
    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    padding-left: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-details .relate-details a {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 36px;
    height: 36px;

    content: '\eb60';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 50%;
}
.wrap-details .relate-details a.prev:after {
    position: absolute;
    top: 11px;
    right: 0;

    width: 1px;
    height: 16px;

    content: '';

    background-color: #c7cdd4;
}
.wrap-details .relate-details a:hover:before {
    color: #fff;
    background-color: #1c4cbc;
}
.wrap-details .relate-details .next {
    text-align: right;
}
@media (max-width: 767px) {
    .wrap-details .relate-details .next {
        text-align: left;
    }
}
@media (min-width: 768px) {
    .wrap-details .relate-details .next a {
        padding-right: 50px;
        padding-left: 0;
    }
    .wrap-details .relate-details .next a:before {
        right: 0;
        left: auto;

        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.common-down-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 20px 24px;

    border-bottom: 1px solid #f0f0f0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .common-down-item {
        padding: 14px;
    }
}
@media (max-width: 767px) {
    .common-down-item {
        padding: 10px 0;
    }
}
.common-down-item .title-down {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.84615385;

    padding-right: 5%;
}
@media (max-width: 1560px) {
    .common-down-item .title-down {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .common-down-item .title-down {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .common-down-item .title-down {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .common-down-item .title-down {
        font-size: 16px;
    }
}
.common-down-item .down {
    line-height: 48px;

    width: 48px;
    height: 48px;

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

    color: #1c4cbc;
    border-radius: 10px;
    background-color: #e9eef9;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .common-down-item .down {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.common-down-item .down .iconfont {
    font-size: 18px;
}
.common-down-item .down:hover {
    color: #fff;
    background-color: #1c4cbc;
}
.wrap-resource-videos .videos>ul>li:nth-child(2n+1) .item {
    flex-direction: row-reverse;

    background-color: #fff;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.wrap-resource-videos .videos>ul>li:nth-child(2n+1) .item .text {
    padding-right: 8%;
    padding-left: 0;
}
.wrap-resource-videos .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 24px;

    border-radius: 10px;
    background-color: #f3f6fb;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .wrap-resource-videos .item {
        padding: 10px;
    }
}
.wrap-resource-videos .item .pic {
    position: relative;

    overflow: hidden;

    width: 50%;

    border-radius: 10px;
}
@media (max-width: 767px) {
    .wrap-resource-videos .item .pic {
        width: 100%;
    }
}
.wrap-resource-videos .item .pic img {
    width: 100%;
}
.wrap-resource-videos .item .text {
    width: 50%;
    padding: 20px 5% 20px 5%;
}
@media (max-width: 767px) {
    .wrap-resource-videos .item .text {
        width: 100%;
        padding: 20px 14px;
    }
}
.wrap-resource-videos .item .mask {
    font-size: 18px;
    line-height: 24px;

    display: inline-block;

    padding: 12px 36px;

    color: #1c4cbc;
    border: 1px solid #1c4cbc;
    border-radius: 40px;
}
@media (max-width: 1199px) {
    .wrap-resource-videos .item .mask {
        font-size: 16px;
        line-height: 20px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .wrap-resource-videos .item .mask {
        font-size: 14px;

        padding: 5px 14px;
    }
}
.wrap-resource-videos .item .title-in {
    margin-top: 24px;
}
@media (max-width: 991px) {
    .wrap-resource-videos .item .title-in {
        margin-top: 14px;
    }
}
.wrap-resource-videos .item .title-in h2 {
    font-size: 36px;
    line-height: 1.33333333;

    margin: 0;

    color: #1c4cbc;
}
@media (max-width: 1560px) {
    .wrap-resource-videos .item .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-resource-videos .item .title-in h2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .wrap-resource-videos .item .title-in h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-resource-videos .item .title-in h2 {
        font-size: 18px;
    }
}
.wrap-resource-videos .item .note {
    max-width: 500px;
    margin-top: 12px;
}
.wrap-resource-videos .item .note p {
    font-size: 20px;
    line-height: 1.25;

    margin: 0;

    color: #4c4c4c;
}
@media (max-width: 1560px) {
    .wrap-resource-videos .item .note p {
        font-size: 18px;
    }
}
@media (max-width: 1470px) {
    .wrap-resource-videos .item .note p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-resource-videos .item .note p {
        font-size: 15px;
    }
}
.wrap-resource-surface .title-in h2 {
    color: #1c4cbc;
}
.wrap-resource-surface .title-in p {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;

    margin: 20px 0 0 0;

    color: #4c4c4c;
}
@media (max-width: 1560px) {
    .wrap-resource-surface .title-in p {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-resource-surface .title-in p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-resource-surface .title-in p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-resource-surface .title-in p {
        font-size: 15px;
    }
}
.wrap-resource-surface .surface {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-resource-surface .surface {
        margin-top: 0;
    }
}
.wrap-resource-surface .surface>ul>li:nth-child(2n) {
    position: relative;
}
.wrap-resource-surface .surface>ul>li:nth-child(2n):before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;

    display: block;

    width: 300%;
    height: 100%;

    content: '';

    background: -webkit-gradient(linear, left top, right top, from(#f3f6fb), to(rgba(243, 246, 251, 0)));
    background: -webkit-linear-gradient(left, #f3f6fb 0%, rgba(243, 246, 251, 0) 100%);
    background: linear-gradient(90deg, #f3f6fb 0%, rgba(243, 246, 251, 0) 100%);
}
.wrap-resource-surface .surface>ul>li:nth-child(2n) .item {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.wrap-resource-surface .surface>ul>li:nth-child(2n) .item .text {
    padding-right: 5%;
    padding-left: 0;
}
.wrap-resource-surface .surface>ul .item {
    position: relative;
    z-index: 6;

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

    padding: 48px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .wrap-resource-surface .surface>ul .item {
        padding: 30px 0;
    }
}
.wrap-resource-surface .surface>ul .item .pic {
    overflow: hidden;

    width: 640px;

    border-radius: 10px;
}
@media (max-width: 1560px) {
    .wrap-resource-surface .surface>ul .item .pic {
        width: 500px;
    }
}
@media (max-width: 1199px) {
    .wrap-resource-surface .surface>ul .item .pic {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-resource-surface .surface>ul .item .pic {
        width: 100%;
    }
}
.wrap-resource-surface .surface>ul .item .pic img {
    width: 100%;
}
.wrap-resource-surface .surface>ul .item .text {
    width: -webkit-calc(100% - 640px);
    width: calc(100% - 640px);
    padding-left: 5%;
}
@media (max-width: 1560px) {
    .wrap-resource-surface .surface>ul .item .text {
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px);
    }
}
@media (max-width: 1199px) {
    .wrap-resource-surface .surface>ul .item .text {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-resource-surface .surface>ul .item .text {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.wrap-resource-surface .surface>ul .item .text .title-surface h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 0;

    color: #1c4cbc;
}
@media (max-width: 1560px) {
    .wrap-resource-surface .surface>ul .item .text .title-surface h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-resource-surface .surface>ul .item .text .title-surface h2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .wrap-resource-surface .surface>ul .item .text .title-surface h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-resource-surface .surface>ul .item .text .title-surface h2 {
        font-size: 18px;
    }
}
.wrap-resource-surface .surface>ul .item .text .note {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-resource-surface .surface>ul .item .text .note {
        margin-top: 10px;
    }
}
.wrap-resource-surface .surface>ul .item .text .note p {
    font-size: 24px;
    line-height: 1.25;

    margin: 0;

    color: #4c4c4c;
}
@media (max-width: 1560px) {
    .wrap-resource-surface .surface>ul .item .text .note p {
        font-size: 20px;
    }
}
@media (max-width: 1470px) {
    .wrap-resource-surface .surface>ul .item .text .note p {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .wrap-resource-surface .surface>ul .item .text .note p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-resource-surface .surface>ul .item .text .note p {
        font-size: 15px;
    }
}
.wrap-resource-faq .title p {
    font-size: 18px;
    line-height: 1.44444444;

    margin: 10px 0 0 0;
}
@media (max-width: 1199px) {
    .wrap-resource-faq .title p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-resource-faq .title p {
        font-size: 15px;
    }
}
.wrap-resource-faq .faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-top: 24px;

    -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;
}
.wrap-resource-faq .faq>ul {
    overflow: hidden;

    width: -webkit-calc(50% - 6px);
    width: calc(50% - 6px);
}
@media (max-width: 767px) {
    .wrap-resource-faq .faq>ul {
        width: 100%;
    }
}
.wrap-resource-faq .faq>ul>li {
    margin-top: 12px;
}
.wrap-resource-faq .faq .item {
    overflow: hidden;

    cursor: pointer;

    border-radius: 20px;
    background-color: #f3f6fb;
}
@media (max-width: 1199px) {
    .wrap-resource-faq .faq .item {
        border-radius: 10px;
    }
}
.wrap-resource-faq .faq .item .title-faq {
    font-size: 24px;
    line-height: 24px;

    position: relative;

    padding: 24px 40px 24px 24px;

    color: #1c4cbc;
}
@media (max-width: 1560px) {
    .wrap-resource-faq .faq .item .title-faq {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-resource-faq .faq .item .title-faq {
        font-size: 18px;

        padding: 14px 30px 14px 14px;
    }
}
@media (max-width: 767px) {
    .wrap-resource-faq .faq .item .title-faq {
        font-size: 16px;
    }
}
.wrap-resource-faq .faq .item .title-faq:after {
    font-family: 'iconfont' !important;

    position: absolute;
    top: 24px;
    right: 20px;

    content: '\e658';
    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 1199px) {
    .wrap-resource-faq .faq .item .title-faq:after {
        top: 14px;
        right: 10px;
    }
}
.wrap-resource-faq .faq .item .text {
    display: none;

    padding: 0 24px 24px 24px;
}
@media (max-width: 1199px) {
    .wrap-resource-faq .faq .item .text {
        padding: 0 14px 20px 14px;
    }
}
.wrap-resource-faq .faq .item .text p {
    font-size: 20px;
    line-height: 1.3;

    margin: 0;
}
@media (max-width: 1560px) {
    .wrap-resource-faq .faq .item .text p {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .wrap-resource-faq .faq .item .text p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-resource-faq .faq .item .text p {
        font-size: 15px;
    }
}
.wrap-resource-faq .faq .item .text ul,
.wrap-resource-faq .faq .item .text ol {
    padding-left: 1em;
}
.wrap-resource-faq .faq .item .text ul li,
.wrap-resource-faq .faq .item .text ol li {
    list-style: inherit;
}
.wrap-resource-faq .faq .current .item .title-faq:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrap-resource-catalog .catalog>ul {
    margin-top: -30px;
}
.wrap-resource-catalog .catalog>ul>li {
    margin-top: 30px;
}
.wrap-resource-catalog .catalog .item .pic .img-box {
    padding-bottom: 64.1025641%;
}
.wrap-resource-catalog .catalog .item .text {
    position: relative;
    z-index: 6;

    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
    margin: 0 auto;
    margin-top: -70px;
    padding: 12px;

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

    background-color: #f9f9f9;
}
@media (max-width: 1199px) {
    .wrap-resource-catalog .catalog .item .text {
        margin-top: -50px;
    }
}
.wrap-resource-catalog .catalog .item .text .title-catalog {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-resource-catalog .catalog .item .text .size-type {
    font-size: 16px;
    line-height: 1.375;

    margin-top: 12px;

    color: #2c2c2c;
}
@media (max-width: 1470px) {
    .wrap-resource-catalog .catalog .item .text .size-type {
        font-size: 14px;
    }
}
.wrap-resource-catalog .catalog .item .text .size-type span {
    padding: 0 12px;
}
@media (max-width: 1560px) {
    .wrap-resource-catalog .catalog .item .text .size-type span {
        padding: 0 6px;
    }
}
@media (max-width: 1400px) {
    .wrap-resource-catalog .catalog .item .text .size-type span {
        padding: 0 3px;
    }
}
.wrap-resource-catalog .catalog .item .text .down {
    font-size: 18px;
    line-height: 1.33333333;

    display: inline-block;

    margin-top: 30px;

    color: #1c4cbc;
}
@media (max-width: 1560px) {
    .wrap-resource-catalog .catalog .item .text .down {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .wrap-resource-catalog .catalog .item .text .down {
        margin-top: 20px;
    }
}
.wrap-resource-catalog .catalog .item .text .down .iconfont {
    margin-right: 10px;
}
.wrap-resource-catalog .catalog .item:hover .text {
    background-color: #e9eef9;
}
.wrap-resource-catalog .catalog .item:hover .text .title-catalog {
    color: #1c4cbc;
}
.wrap-resource-photo .resource-photo-list .photo-item {
    display: block;

    width: 25%;
}
@media (max-width: 767px) {
    .wrap-resource-photo .resource-photo-list .photo-item {
        width: 50%;
    }
}
.wrap-resource-photo .resource-photo-list .photo-item img {
    overflow: hidden;

    width: 100%;

    border-radius: 10px;
}
.wrap-sitemap {
    background-color: #fcfcfc;
}
.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 #eaeaea;
}
@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;
    background-color: #1c4cbc;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    background-color: #1c4cbc;
}
.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;

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

    color: #1c4cbc;
}
.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: #1c4cbc;
}
.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: #1c4cbc;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
    color: #1c4cbc;
}
.wrap-nosearch .nosearch {
    margin: 30px 0;
}
.wrap-nosearch .nosearch h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.wrap-nosearch .nosearch p {
    line-height: 22px;

    margin: 10px 0 0 0;
    padding: 10px 20px;

    color: #666;
    border: 1px solid rgba(28, 76, 188, .5);
    border-radius: 5px;
    background-color: rgba(28, 76, 188, .1);
}
.wrap-nosearch .nosearch .title-in {
    margin: 30px 0;
}
@media (min-width: 1200px) {
    .wrap-nosearch .nosearch .title-in h2 {
        font-size: 30px;
    }
}
.pagination {
    display: block;

    margin-top: 40px;
}
.pagination a,
.pagination span:not(.ellipsis) {
    font-size: 20px;

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

    min-width: 44px;
    height: 44px;
    margin: 0 6px;
    padding: 0 5px;

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

    color: #1c4cbc;
    border-radius: 50%;
    background: none;
    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 1200px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        -webkit-transition: .2s;
        transition: .2s;
    }
    .pagination a:hover,
    .pagination span:not(.ellipsis):hover {
        color: #fff;
        background-color: #1c4cbc;
    }
}
@media (max-width: 1199.98px) {
    .pagination a:active,
    .pagination span:not(.ellipsis):active {
        color: #fff;
        background-color: #1c4cbc;
    }
}
@media (max-width: 767.98px) {
    .pagination a,
    .pagination span:not(.ellipsis) {
        font-size: 14px;

        min-width: 32px;
        height: 32px;
        margin: 0 3px;
    }
}
.pagination span.current {
    color: #fff;
    background-color: #1c4cbc;
}
.pagination span.current.prev,
.pagination span.current.next {
    display: none;
}
.pagination .next,
.pagination .prev {
    border: 1px solid #e9eef9;
}
.pagination .next:hover,
.pagination .prev:hover {
    color: #fff;
    border-color: #1c4cbc;
    background-color: #1c4cbc;
}
.pagination .prev:before {
    font-family: 'iconfont' !important;

    content: '\e657';
}
.pagination .next:before {
    font-family: 'iconfont' !important;

    content: '\e657';
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.wrap-inquiryinfo .inquiry-info {
    font-size: 0;

    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    text-transform: capitalize;

    background-color: #e5e5e5;
}
@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 img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-inquiryinfo .inquiry-info .number {
    width: 12%;
}
@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: 10%;
}
.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: #1c4cbc;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';

    color: #1c4cbc;
}
.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: #1c4cbc;
    background-color: #1c4cbc;
}
.wrap-inquiryinfo .inquiry-info .add1 {
    margin-top: -1px;
    margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic {
    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: #1c4cbc;
}
.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;
    }
}
.wrap-inquiry .formbox form {
    margin-top: 0;
}
.wrap-inquiry .formbox form .group input:focus+label,
.wrap-inquiry .formbox form .group textarea:focus+label,
.wrap-inquiry .formbox form .group input:valid+label,
.wrap-inquiry .formbox form .group textarea:valid+label {
    font-size: 14px;
}
.editor-content img {
    max-width: 100%;
    height: auto !important;
}
.editor-content p {
    font-size: 18px;
    line-height: 1.33333333;

    margin: 0;

    color: #4c4c4c;
}
@media (max-width: 1560px) {
    .editor-content p {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media (max-width: 991px) {
    .editor-content p {
        font-size: 15px;
        line-height: 1.6;
    }
}
.editor-content h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33333333;

    text-transform: capitalize;

    color: #1c4cbc;
}
@media (max-width: 1199px) {
    .editor-content h3 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .editor-content h3 {
        font-size: 24px;
    }
}
.editor-content ul,
.editor-content ol {
    padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li {
    list-style: inherit;
}
.editor-content .table-box {
    font-size: 16px;
    line-height: 1.625;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin-top: 20px;

    text-align: center;
}
.editor-content .table-box p {
    font-size: 16px;
    line-height: 1.625;
}
.editor-content .table-box table {
    line-height: 1.2;

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

    border-spacing: 0;
    border-collapse: collapse;
}
.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 #f0f0f0;
}
@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;
}
.editor-content .table-box table tr:first-child,
.editor-content .table-box table.rowspan2 tr:nth-child(2),
.editor-content .table-box table.rowspan3 tr:nth-child(2),
.editor-content .table-box table.rowspan3 tr:nth-child(3),
.editor-content .table-box table.rowspan4 tr:nth-child(2),
.editor-content .table-box table.rowspan4 tr:nth-child(3),
.editor-content .table-box table.rowspan4 tr:nth-child(4),
.editor-content .table-box table.rowspan5 tr:nth-child(2),
.editor-content .table-box table.rowspan5 tr:nth-child(3),
.editor-content .table-box table.rowspan5 tr:nth-child(4),
.editor-content .table-box table.rowspan5 tr:nth-child(5) {
    color: #fff;
    background-color: #1c4cbc;
}
.auto-adjust-img img {
    max-width: 100% !important;
    height: auto !important;
}
.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;
}

.wrap-product-show .parameter-info .common-down-item {
    padding-left: 0;
    padding-right: 0;
}

.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
    content: '+';
    width: auto;
    height: auto;
    margin: 0;
    transform: translate3d(-50%, -50%, 0);
    border: none;
    font-size: 20px;
}
.hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before,
.hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before {
    transform: translate3d(-50%, -50%, 0);
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open>a .nav-next::before,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open>a .nav-next::before {
    transform: translate3d(-50%, -50%, 0);
    content: '-';
}
.hc-mobile-nav a,
.hc-mobile-nav a[href]:not([href="#"])>span.nav-next,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a,
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
    border: none;
}