:root {
    --pad: -webkit-calc(50vw - 825px);
    --pad: calc(50vw - 825px);
}
@media (max-width: 1720px) {
    :root {
        --pad: -webkit-calc(50vw - 705px);
        --pad: calc(50vw - 705px);
    }
}
@media (max-width: 1470px) {
    :root {
        --pad: -webkit-calc(50vw - 660px);
        --pad: calc(50vw - 660px);
    }
}
@media (max-width: 1400px) {
    :root {
        --pad: -webkit-calc(50vw - 570px);
        --pad: calc(50vw - 570px);
    }
}
@media (max-width: 1199px) {
    :root {
        --pad: 6vw;
    }
}
@media (max-width: 991px) {
    :root {
        --pad: 7.5vw;
    }
}
@media (max-width: 767px) {
    :root {
        --pad: 15px;
    }
}
@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);

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

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

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

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

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

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

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

        opacity: 1;
    }
}
.ff,
.banner .mobile-video:before {
    font-family: 'iconfont' !important;
}
.iconfont {
    font-size: inherit;
}
@font-face {
    font-family: 'Manrope';
    font-weight: 500;
    font-style: normal;

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

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

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

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

    overflow-x: hidden;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}
.row {
    --bs-gutter-x: 1.875rem;
}
:root {
    scroll-behavior: unset;
}
.img-box {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img,
.img-box iframe {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.fszero {
    font-size: 0;

    overflow: hidden;

    width: 0;
    height: 0;
}
.fszero h1 {
    margin: 0;
}
.wrap-map .map-content {
    display: none;
}
[lang=zh-CN] .share-cn {
    display: block;
}
[lang=zh-CN] .share-other {
    display: none;
}
[lang=zh-CN] .wrap-map .map-content {
    display: block;
}
[lang=zh-CN] .wrap-map .map {
    display: none;
}
[lang=zh-CN] .box-follow {
    display: none;
}
.a2a_kit {
    display: inline-block;

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

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

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

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

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

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}
.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}
.slick-disabled {
    cursor: no-drop;

    opacity: .5;
}
body.fixed {
    position: fixed;

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1470px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1650px) {
    .container {
        max-width: 1620px;
    }
}
@media (max-width: 767px) {
    .col-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 80%;
    height: 100%;
    min-height: 50%;
    max-height: 80%;
    margin: 0;
}
.fancybox-slide--video video {
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px) {
    .fancybox-slide--video video {
        max-width: 95%;
    }
}
.fancybox-slide>video {
    padding: 0;
}
.swiper-lazy {
    background: url(../images/ajax-loader.gif) no-repeat center;
}
.scrollbar::-webkit-scrollbar {
    position: absolute;
    z-index: 2;
    left: 0;

    width: 6px;
}
.scrollbar::-webkit-scrollbar-track {
    background-color: #eee;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #dcdcdc;
}
.slick-arrow {
    font-size: 0;
    line-height: 48px;

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

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

    width: 48px;
    height: 48px;
    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: #fff;
    border-radius: 50%;
    background: none;
    background-color: #bfac8f;

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

        left: -30px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px) {
    .slick-arrow {
        left: -12px;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 15px;

    display: block;

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

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

        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.arrow-top-right .slick-arrow.slick-next {
    right: 0;
}
@media (max-width: 767px) {
    .arrow-top-right .slick-arrow.slick-next {
        right: -12px;
        left: auto;
    }
}
.prev-next {
    font-size: 0;
}
.prev-next .slick-arrow {
    position: relative;
    top: auto;
    right: 0;
    left: 0;

    display: inline-block;

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

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

    margin-top: 20px;

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

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

    border-radius: 50%;
    background-color: rgba(0, 112, 192, .2);
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #0070c0;
}
.center {
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.slick-list {
    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .slick-list {
        margin: 0 -10px;
    }
}
@media (max-width: 767px) {
    .slick-list {
        margin: 0 -5px;
    }
}
.slick-list .slick-slide {
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .slick-list .slick-slide {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .slick-list .slick-slide {
        padding: 0 5px;
    }
}
.share-cn {
    display: none;
}
.addcart {
    cursor: pointer;
}
.addcart.active .icon:before {
    content: '\e69a';
}
.translate {
    min-width: 158px;
}
@media (max-width: 767px) {
    .translate {
        min-width: 145px;
    }
}
@media (max-width: 767px) {
    .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
        font-size: 12px;
    }
}
.translate .goog-te-gadget-simple {
    border-color: #fff;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}
.map-content label {
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.br-6 {
    border-radius: 6px;
}
.br-10 {
    border-radius: 10px;
}
.p-30 {
    padding: 30px;
}
@media (max-width: 1199px) {
    .p-30 {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .p-30 {
        padding: 10px;
    }
}
.mt-30 {
    margin-top: 30px;
}
@media (max-width: 1560px) {
    .mt-30 {
        margin-top: 24px;
    }
}
@media (max-width: 1199px) {
    .mt-30 {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .mt-30 {
        margin-top: 14px;
    }
}
.mt-50 {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .mt-50 {
        margin-top: 30px;
    }
}
.mt-60 {
    margin-top: 60px;
}
@media (max-width: 1560px) {
    .mt-60 {
        margin-top: 40px;
    }
}
@media (max-width: 1199px) {
    .mt-60 {
        margin-top: 30px;
    }
}
.mt-80 {
    margin-top: 80px;
}
@media (max-width: 1560px) {
    .mt-80 {
        margin-top: 60px;
    }
}
@media (max-width: 1400px) {
    .mt-80 {
        margin-top: 40px;
    }
}
@media (max-width: 1199px) {
    .mt-80 {
        margin-top: 30px;
    }
}
.common-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -6px;

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

    padding: 0 6px;

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

    display: block;

    width: 32px;
    height: 32px;

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

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

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

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

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

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

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

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

    position: relative;
    z-index: 2;

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

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

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

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

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

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

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

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

    position: relative;

    display: inline-block;

    padding: 10px 20px 10px 62px;

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

    border: 1px solid #eaf1f7;
    border-radius: 50px;
    background: #f3f7fa;
}
.submit-group .submit .iconfont {
    line-height: 38px;

    position: absolute;
    top: 4px;
    left: 4px;

    display: block;

    width: 38px;
    height: 38px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #0070c0;
}
@media (min-width: 1200px) {
    .submit-group .submit:hover {
        padding-right: 62px;
        padding-left: 20px;
    }
    .submit-group .submit:hover .iconfont {
        left: -webkit-calc(100% - 42px);
        left: calc(100% - 42px);
    }
}
.wrap-reviews {
    position: relative;

    overflow: hidden;
}
.wrap-reviews .slick-reviews {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-reviews .slick-arrow {
        top: -30px !important;
        left: auto;
    }
}
.wrap-reviews .item {
    padding: 10px 30px;

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

    border-radius: 16px;
    background: #fff;
}
.wrap-reviews .item .title-reviews {
    line-height: 30px;

    padding: 10px 0;

    border-bottom: 1px solid #e6e6e6;
}
.wrap-reviews .item .title-reviews h4 {
    font-size: 16px;
    font-weight: bold;

    margin: 0;

    text-transform: capitalize;
}
.wrap-reviews .item .title-reviews h4 span {
    min-width: 90px;
    margin-right: 6px;
}
.wrap-reviews .item .title-reviews h4 .icon {
    font-size: 12px;

    color: #ffbf00;
}
.wrap-reviews .item .title-reviews .date {
    font-size: 14px;

    color: #665233;
}
.wrap-reviews .item .title-reviews .date .icon {
    float: left;

    margin-right: 4px;

    color: #bf0003;
}
.wrap-reviews .item .note {
    padding: 14px 0;
}
.wrap-reviews .item .note p {
    font-size: 14px;
}
.wrap-reviews .write-reviews {
    margin-top: 30px;
    padding-top: 30px;

    border-top: 1px solid #ccc;
}
@media (max-width: 991px) {
    .wrap-reviews .write-reviews {
        margin-top: 20px;
        padding-top: 20px;
    }
}
.wrap-reviews .write-reviews .title-write h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.36363636;
}
@media (max-width: 991px) {
    .wrap-reviews .write-reviews .title-write h3 {
        font-size: 18px;
    }
}
.wrap-reviews .write-reviews .message form ul {
    margin: 0 -10px;
}
.wrap-reviews .write-reviews .message form ul li {
    padding: 0 10px;
}
.wrap-reviews .write-reviews .message form .group {
    position: relative;

    margin-top: 20px;

    color: #666;
    border-radius: 44px;
    background: #fff;
}
.wrap-reviews .write-reviews .message form .group-read {
    overflow: hidden;

    background: #000;
}
.wrap-reviews .write-reviews .message form .group-read input {
    font-size: 14px;
    line-height: 30px;

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

    border-radius: 5px;
    outline: none;
    background: none;
    background: #fff;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group-read input {
        padding: 10px 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group-read input {
        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group label {
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;

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

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group label {
        left: 20px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group label {
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input,
.wrap-reviews .write-reviews .message form .group textarea {
    font-size: 14px;
    line-height: 30px;

    position: relative;
    z-index: 2;

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

    border-radius: 0;
    border-radius: 5px;
    outline: 0;
    background: none;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea {
        padding: 10px 20px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea {
        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input:placeholder-shown+label,
.wrap-reviews .write-reviews .message form .group textarea:placeholder-shown+label {
    top: 0;

    background-color: transparent;
}
.wrap-reviews .write-reviews .message form .group input:focus+label,
.wrap-reviews .write-reviews .message form .group textarea:focus+label,
.wrap-reviews .write-reviews .message form .group input:valid+label,
.wrap-reviews .write-reviews .message form .group textarea:valid+label {
    top: -32px;
    left: 20px;

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

    opacity: .8;
}
@media (max-width: 1560px) {
    .wrap-reviews .write-reviews .message form .group input:focus+label,
    .wrap-reviews .write-reviews .message form .group textarea:focus+label,
    .wrap-reviews .write-reviews .message form .group input:valid+label,
    .wrap-reviews .write-reviews .message form .group textarea:valid+label {
        left: 20px;
    }
}
@media (max-width: 1400px) {
    .wrap-reviews .write-reviews .message form .group input:focus+label,
    .wrap-reviews .write-reviews .message form .group textarea:focus+label,
    .wrap-reviews .write-reviews .message form .group input:valid+label,
    .wrap-reviews .write-reviews .message form .group textarea:valid+label {
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group textarea {
    resize: none;
}
.header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;

    width: 100%;

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

    border-bottom: 1px solid #f3f7fa;
    background-color: #fff;
}
.header .logo {
    position: relative;

    display: block;

    height: 54px;

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

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

    display: block;

    height: 100%;
}
.header .header-vr {
    line-height: 40px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .header-vr:after {
    margin: 0 20px;

    content: '|';

    opacity: .15;
}
@media (max-width: 767px) {
    .header .header-vr:after {
        margin: 0 10px;
    }
}
.header .header-vr .iconfont {
    font-size: 30px;
}
.header .header-vr:hover {
    color: #0070c0;
}
.header .language {
    position: relative;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .header .language {
        font-size: 0;
    }
}
.header .language:after {
    margin: 0 20px;

    content: '|';

    opacity: .15;
}
@media (max-width: 767px) {
    .header .language:after {
        font-size: 14px;

        margin: 0 10px;
    }
}
.header .language span {
    line-height: 50px;

    position: relative;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .language span .iconfont {
    font-size: 24px;

    margin-right: 8px;
}
.header .language span .icon-arrow-down {
    font-size: 20px;

    margin-right: 0;
}
.header .language span:after {
    position: absolute;
    z-index: 6;
    z-index: 7;
    bottom: -1px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;

    -webkit-filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, .1));
    filter: drop-shadow(0px -2px 4px rgba(0, 0, 0, .1));
}
.header .language:hover span:after {
    opacity: 1;
}
.header .language ul {
    font-size: 0;

    position: absolute;
    z-index: 6;
    top: 100%;
    right: -30px;

    display: none;

    width: 500px;
    padding: 20px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .header .language ul {
        right: -40px;

        width: 300px;
    }
}
.header .language ul li {
    font-size: 16px;

    display: inline-block;

    width: 33.333%;

    vertical-align: top;
}
@media (max-width: 767px) {
    .header .language ul li {
        font-size: 14px;

        width: 50%;
    }
}
.header .language ul li a {
    line-height: 30px;

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

    padding: 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .header .language ul li a {
        line-height: 24px;
    }
}
.header .language ul li a img {
    display: block;

    width: 30px;
    margin-right: 10px;
}
.header .language ul li:hover a {
    background-color: #eee;
}
.header .serach-part {
    cursor: pointer;
}
.header .find {
    line-height: 40px;

    width: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
}
.header .find .iconfont {
    font-size: 24px;
}
.header .find:hover {
    color: #0070c0;
}
.header .search-wrap {
    font-size: 14px;

    position: fixed;
    z-index: 9;
    top: -15px;
    left: 50%;

    display: none;

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

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

    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .search-wrap .search-close {
    position: absolute;
    top: 5%;
    right: 10%;

    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    color: #fff;
}
@media (max-width: 1199px) {
    .header .search-wrap .search-close {
        right: 5%;
    }
}
.header .search-wrap .search-close .icon {
    font-size: 30px;
}
.header .search-wrap .search-box {
    position: absolute;
    top: 50%;
    left: 10%;

    overflow: hidden;

    width: 80%;

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

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

        width: 90%;
    }
}
.header .search-wrap input {
    line-height: 30px;

    width: 100%;
    padding: 15px;

    color: #665233;
}
.header .search-wrap .submit {
    font-size: 20px;
    line-height: 60px;

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

    width: 46px;
    height: 60px;
    padding: 0;

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

    border-radius: 0;
}
.header .search-wrap .submit:before {
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.header .search-wrap .submit:hover {
    color: #fff;
    background-color: #0070c0;
}
.header .translate {
    margin-left: 30px;
}
@media (max-width: 767px) {
    .header .translate {
        margin-left: 6px;
    }
}
@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;
}
.header .pc-nav>ul>li {
    position: relative;

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

    padding: 0 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1470px) {
    .header .pc-nav>ul>li {
        padding: 0 20px;
    }
}
.header .pc-nav>ul>li>a {
    font-size: 20px;

    position: relative;

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

    height: 80px;

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

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 1560px) {
    .header .pc-nav>ul>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1400px) {
    .header .pc-nav>ul>li>a {
        font-size: 16px;
    }
}
.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(#0070c0), to(#0070c0));
    background-image: -webkit-linear-gradient(left, #0070c0 0%, #0070c0 100%);
    background-image: linear-gradient(to right, #0070c0 0%, #0070c0 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.header .pc-nav>ul>li.more>a:before {
    font-family: "iconfont" !important;
    content: '\e602';
    position: absolute;
    right: -20px;
    top: 54%;
    transform: translateY(-50%);
}
.header .pc-nav>ul>li>a span {
    position: relative;
}
.header .pc-nav>ul>li>a span:after {
    position: absolute;
    bottom: -8px;
    left: 50%;

    display: block;

    width: 4px;
    height: 4px;

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

    opacity: 0;
    border-radius: 50%;
    background-color: #0070c0;
}
.header .pc-nav>ul>li>a:after {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: #0070c0;
}
.header .pc-nav>ul>li.active>a,
.header .pc-nav>ul>li:hover>a {
    color: #0070c0;
}
.header .pc-nav>ul>li.active>a:after,
.header .pc-nav>ul>li:hover>a:after {
    width: 100%;
}
.header .pc-nav .nav-list2 {
    font-size: 14px;

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

    display: none;

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

    text-align: left;

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

    display: block;

    padding: 10px 20px;

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

    color: #444;
}
@media (max-width: 1560px) {
    .header .pc-nav .nav-list2>li>a {
        padding: 5px 20px;
    }
}
.header .pc-nav .nav-list2>li:hover>a {
    color: #0070c0;
}
.header .pc-nav .nav-list3 {
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px 0;

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

    display: block;

    padding: 5px 20px;

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

    display: none;

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

        margin-left: 10px;

        vertical-align: middle;
    }
}
.header .btn-menu div {
    position: absolute;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .btn-menu div:before,
.header .btn-menu div:after {
    display: block;

    height: 2px;

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

    background: #bfac8f;
}
.header .btn-menu div span {
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #bfac8f;
}
.header.stuck {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hc-mobile-nav {
    text-transform: capitalize;
}
.hc-mobile-nav .lst-clone {
    display: none;
}
.hc-mobile-nav p {
    margin: 0;
}
.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: #331f00;
    background-color: #fff;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: #eee;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
    border-color: #222;
}
.hc-mobile-nav:not(.touch-device) a:hover {
    background-color: #eee;
}
.online-wrap {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 5px;

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

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.online-wrap .btn {
    line-height: 40px;

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

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

    color: #fff;
    border: 1px solid #0070c0;
    border-radius: 0;
    border-radius: 50%;
    outline: none;
    background-color: #0070c0;
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: bold;

    display: inline-block;

    content: '\e625';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}
.online-wrap .online {
    position: relative;

    -webkit-transition: right .3s;
    transition: right .3s;

    color: #fff;
}
@media (max-width: 991px) {
    .online-wrap .online {
        position: absolute;
        top: auto;
        right: -60px;
        bottom: 70px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 50px;

    position: relative;

    display: block;

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

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

    border-radius: 50%;
    background: rgba(0, 0, 0, .15);

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
@media (max-width: 991px) {
    .online-wrap .online a {
        line-height: 30px;

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

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
.online-wrap .online .codenum {
    position: relative;
}
.online-wrap .online .codenum .open-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .codenum .open-num p {
    line-height: 40px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    border-radius: 100px;
    background: #0070c0;
}
@media (min-width: 1200px) {
    .online-wrap .online .codenum:hover .open-num {
        right: 100%;
    }
}
.online-wrap .online .code {
    position: relative;
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .online-cart span {
    font-size: 12px;
    line-height: 18px;

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

    width: 18px;
    height: 18px;

    text-align: center;

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

    display: none;

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

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

    display: inline-block;

    padding: 5px 10px;

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

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

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

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

    float: left;

    width: 20%;

    list-style: none;

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

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

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

    display: block;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li:last-child {
    border-right: none;
}
.xs-online ul li.xs-online-wechat>a {
    position: relative;
}
.xs-online ul li.xs-online-wechat>a:hover img {
    display: block;
}
.xs-online ul li.xs-online-wechat>a img {
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.banner {
    font-size: 0;

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.banner img {
    display: block;

    width: 100%;
}
.banner .img-box {
    padding-bottom: 50%;
}
.banner .swiper-slide {
    overflow: hidden;
}
.banner .slick-prev {
    left: 4%;
}
@media (max-width: 991px) {
    .banner .slick-prev {
        left: 0;
    }
}
.banner .slick-next {
    right: 4%;
}
@media (max-width: 991px) {
    .banner .slick-next {
        right: 0;
    }
}
.banner .item {
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 767px) {
    .banner .item {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.banner .banner-text {
    position: absolute;
    z-index: 6;
    top: 0;
    right: 0;

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

    width: 50%;
    height: 100%;
    padding: 30px 10%;

    color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .4)), color-stop(68.03%, rgba(0, 0, 0, .32)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .32) 68.03%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .32) 68.03%, rgba(0, 0, 0, 0) 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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 1560px) {
    .banner .banner-text {
        padding: 30px 5%;
    }
}
@media (max-width: 1199px) {
    .banner .banner-text {
        padding: 20px 3%;
    }
}
@media (max-width: 767px) {
    .banner .banner-text {
        width: 100%;
        padding: 20px 8%;
    }
}
.banner .banner-text h2 {
    font-size: 90px;
    font-weight: 800;
    line-height: 1;

    letter-spacing: -7.2px;
}
@media (max-width: 1560px) {
    .banner .banner-text h2 {
        font-size: 80px;

        letter-spacing: -6.2px;
    }
}
@media (max-width: 1470px) {
    .banner .banner-text h2 {
        font-size: 70px;

        letter-spacing: -5.2px;
    }
}
@media (max-width: 1400px) {
    .banner .banner-text h2 {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .banner .banner-text h2 {
        font-size: 50px;

        letter-spacing: -4.2px;
    }
}
@media (max-width: 991px) {
    .banner .banner-text h2 {
        font-size: 40px;

        letter-spacing: -2.2px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text h2 {
        font-size: 24px;

        letter-spacing: -1.2px;
    }
}
.banner .banner-text h2 span {
    color: #0070c0;
}
.banner .banner-text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44444444;

    margin: 20px 0 0 0;

    letter-spacing: -.54px;
}
@media (max-width: 1199px) {
    .banner .banner-text p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text p {
        display: none;
    }
}
.banner .banner-text .banner-more {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 50px;
    padding: 4px;

    -webkit-transition: all .6s;
    transition: all .6s;
    letter-spacing: -.8px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .banner .banner-text .banner-more {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .banner .banner-text .banner-more {
        margin-top: 10px;
    }
}
.banner .banner-text .banner-more .iconfont {
    line-height: 42px;

    display: block;

    width: 42px;
    height: 42px;

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

    color: #000;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px) {
    .banner .banner-text .banner-more .iconfont {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.banner .banner-text .banner-more span {
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    width: 130px;
    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .banner .banner-text .banner-more span {
        line-height: 22px;

        height: 22px;
    }
}
.banner .banner-text .banner-more:hover .iconfont {
    -webkit-transform: translateX(130px);
    -ms-transform: translateX(130px);
    transform: translateX(130px);
}
.banner .banner-text .banner-more:hover span {
    -webkit-transform: translateX(-42px);
    -ms-transform: translateX(-42px);
    transform: translateX(-42px);
}
.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: #0070c0 !important;
}
.banner .mobile-video {
    position: relative;

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

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before {
    font-size: 50px;

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

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

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner .swiper-pagination {
    bottom: 3%;
}
.banner .swiper-pagination-bullet {
    position: relative;

    display: inline-block;

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

    cursor: pointer;
    vertical-align: middle;

    opacity: 1;
    background: none;
}
.banner .swiper-pagination-bullet svg {
    position: relative;
    z-index: 5;
    top: -1px;
    left: -1px;

    display: block;

    width: 40px;
    height: 40px;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.banner .swiper-pagination-bullet svg circle {
    -webkit-transition: stroke-dashoffset .6s ease-out;
    -moz-transition: stroke-dashoffset .6s ease-out;
    -ms-transition: stroke-dashoffset .6s ease-out;
    -o-transition: stroke-dashoffset .6s ease-out;
    transition: stroke-dashoffset .6s ease-out;

    stroke-width: 1px;
    stroke: url(#gradStroke);
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
}
.banner .swiper-pagination-bullet span {
    position: absolute;
    z-index: 4;
    top: -1px;
    left: -1px;

    width: 40px;
    height: 40px;

    -webkit-transition: border-color .3s ease-out;
    -moz-transition: border-color .3s ease-out;
    -ms-transition: border-color .3s ease-out;
    -o-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;

    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
}
.banner .swiper-pagination-bullet span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 6px;
    height: 6px;
    margin: auto;

    content: '';

    opacity: .5;
    border-radius: 50%;
    background-color: #fff;
}
.banner .swiper-pagination-bullet-active svg circle {
    -webkit-animation: movedong 4s ease-out;
    animation: movedong 4s ease-out;

    stroke-dashoffset: 0;
}
.banner .swiper-pagination-bullet-active span:after {
    opacity: 1;
}
.banner-in {
    position: relative;

    overflow: hidden;
}
.banner-in img {
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (min-width: 1920px) {
    .banner-in img {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .banner-in img {
        width: 140%;
        margin-left: -20%;
    }
}
.banner-in .banner-location {
    position: absolute;
    z-index: 6;
    top: -webkit-calc(50% + 65px);
    top: calc(50% + 65px);
    left: 50%;

    display: block;

    min-width: 450px;
    padding: 30px;

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

    border: 1px solid #fff;
    border-radius: 80px;
    background: rgba(255, 255, 255, .2);

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
@media (max-width: 1199px) {
    .banner-in .banner-location {
        top: -webkit-calc(50% + 45px);
        top: calc(50% + 45px);

        padding: 20px;
    }
}
@media (max-width: 767px) {
    .banner-in .banner-location {
        top: 50%;

        min-width: 80%;
        padding: 10px;
    }
}
.banner-in .banner-location h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
}
@media (max-width: 1199px) {
    .banner-in .banner-location h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .banner-in .banner-location h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-in .banner-location h2 {
        font-size: 20px;

        margin: 0;
    }
}
.banner-in .banner-location .location {
    margin-top: 14px;

    color: #665233;
}
@media (max-width: 767px) {
    .banner-in .banner-location .location {
        margin-top: 0;
    }
}
.banner-in .banner-location .location>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
}
.banner-in .banner-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;
}
.banner-in .banner-location .location>ul>li:after {
    margin: 0 4px;

    content: '>';
}
.banner-in .banner-location .location>ul>li:last-child:after {
    display: none;
}
.banner-in .banner-location .location>ul>li>a {
    line-height: 24px;

    display: block;
}
.banner-in .banner-location .location>ul>li:hover>a {
    text-decoration: underline;
}
@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}
@keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}
.box {
    overflow: hidden;

    padding: 120px 0;
}
@media (max-width: 1560px) {
    .box {
        padding: 100px 0;
    }
}
@media (max-width: 1400px) {
    .box {
        padding: 80px 0;
    }
}
@media (max-width: 1199px) {
    .box {
        padding: 70px 0;
    }
}
@media (max-width: 991px) {
    .box {
        padding: 60px 0;
    }
}
@-webkit-keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes zhuan {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.common-more a {
    font-weight: 500;

    position: relative;

    display: inline-block;

    padding: 10px 20px 10px 62px;

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

    border: 1px solid #eaf1f7;
    border-radius: 50px;
    background: #f3f7fa;
}
.common-more a .iconfont {
    line-height: 38px;

    position: absolute;
    top: 4px;
    left: 4px;

    display: block;

    width: 38px;
    height: 38px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #0070c0;
}
@media (min-width: 1200px) {
    .common-more a:hover {
        padding-right: 62px;
        padding-left: 20px;
    }
    .common-more a:hover .iconfont {
        left: -webkit-calc(100% - 42px);
        left: calc(100% - 42px);
    }
}
@media (min-width: 1200px) {
    .item-hover:hover .common-more a {
        padding-right: 62px;
        padding-left: 20px;
    }
    .item-hover:hover .common-more a .iconfont {
        left: -webkit-calc(100% - 42px);
        left: calc(100% - 42px);
    }
}
.title h2 {
    font-size: 66px;
    font-weight: bold;
    line-height: 1;

    letter-spacing: -1.32px;
}
@media (max-width: 1560px) {
    .title h2 {
        font-size: 56px;
    }
}
@media (max-width: 1400px) {
    .title h2 {
        font-size: 46px;
    }
}
@media (max-width: 1199px) {
    .title h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .title h2 {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 30px;
    }
}
.title h2 span {
    color: #0070c0;
}
.title h3 {
    font-family: 'Kaushan Script';
    font-size: 30px;
    line-height: 1.33333333;

    color: #0070c0;
}
.title .editor-content {
    max-width: 1224px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .title .editor-content {
        margin-top: 10px;
    }
}
.title .editor-content.mw-900 {
    max-width: 900px;
}
.title .editor-content p {
    font-weight: normal;
}
.box-about-category {
    background: url(../images/about_bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
}
.box-category .category>ul>li:nth-child(2n) {
    position: relative;
    z-index: 4;

    margin-top: -100px;
}
@media (max-width: 1470px) {
    .box-category .category>ul>li:nth-child(2n) {
        margin-top: -60px;
    }
}
@media (max-width: 1400px) {
    .box-category .category>ul>li:nth-child(2n) {
        margin-top: -40px;
    }
}
@media (max-width: 1199px) {
    .box-category .category>ul>li:nth-child(2n) {
        margin-top: -20px;
    }
}
@media (max-width: 991px) {
    .box-category .category>ul>li:nth-child(2n) {
        margin-top: 30px;
    }
}
@media (min-width: 768px) {
    .box-category .category>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;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .box-category .category>ul>li:nth-child(2n) .text {
        padding-right: 50px;
        padding-left: 0;
    }
    .box-category .category>ul>li:nth-child(2n) .title-category {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .box-category .category>ul>li:nth-child(2n) .common-more {
        text-align: right;
    }
}
.box-category .category .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-category .category .item .pic {
    overflow: hidden;

    width: 560px;
}
@media (max-width: 1470px) {
    .box-category .category .item .pic {
        width: 500px;
    }
}
@media (max-width: 1199px) {
    .box-category .category .item .pic {
        width: 400px;
    }
}
@media (max-width: 991px) {
    .box-category .category .item .pic {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .box-category .category .item .pic {
        width: 100%;
    }
}
.box-category .category .item .pic img {
    width: 100%;
    height: auto;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-category .category .item .text {
    width: -webkit-calc(100% - 560px);
    width: calc(100% - 560px);
    padding-left: 50px;
}
@media (max-width: 1470px) {
    .box-category .category .item .text {
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px);
        padding-left: 30px;
    }
}
@media (max-width: 1199px) {
    .box-category .category .item .text {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    .box-category .category .item .text {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .box-category .category .item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.box-category .category .item .title-category {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;

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

    padding-bottom: 20px;

    letter-spacing: -.8px;

    border-bottom: 1px solid #eaf1f7;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1470px) {
    .box-category .category .item .title-category {
        font-size: 34px;
    }
}
@media (max-width: 1400px) {
    .box-category .category .item .title-category {
        font-size: 30px;

        padding-bottom: 10px;
    }
}
@media (max-width: 1199px) {
    .box-category .category .item .title-category {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .box-category .category .item .title-category {
        font-size: 20px;
    }
}
.box-category .category .item .title-category img {
    width: 30px;
    margin-left: 10px;

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

    opacity: .4;
}
@media (max-width: 767px) {
    .box-category .category .item .title-category img {
        width: 24px;
    }
}
.box-category .category .item .editor-content {
    position: relative;

    display: -webkit-box;
    overflow: hidden;

    max-height: 96px;
    padding-left: 22px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-category .category .item .editor-content:before {
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background-color: #0070c0;
}
@media (min-width: 1200px) {
    .box-category .category .item:hover .pic img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .box-category .category .item:hover .title-category img {
        opacity: 1;
    }
}
.box-about .editor-content {
    max-width: 1224px;
    margin: 0 auto;
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .box-about .editor-content {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .box-about .editor-content {
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .box-about .editor-content h3 {
        font-size: 26px;

        letter-spacing: -.52px;
    }
}
.box-about .number {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .box-about .number {
        margin-top: 30px;
    }
}
.box-about .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.box-about .number ul li {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .box-about .number ul li {
        width: 50%;
    }
}
.box-about .number .line {
    width: 1px;
    height: 140px;

    background: url(../images/line.svg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .box-about .number .line {
        display: none;
    }
}
.box-about .number .item b {
    font-size: 76px;
    font-weight: 500;
    line-height: 100%;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -7.6px;
}
@media (max-width: 1560px) {
    .box-about .number .item b {
        font-size: 66px;

        letter-spacing: -6.6px;
    }
}
@media (max-width: 1470px) {
    .box-about .number .item b {
        font-size: 60px;

        letter-spacing: -6.6px;
    }
}
@media (max-width: 1400px) {
    .box-about .number .item b {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .box-about .number .item b {
        font-size: 40px;

        letter-spacing: -4.6px;
    }
}
.box-about .number .item p {
    font-weight: 500;
    line-height: 1.375;

    max-width: 280px;
    margin: 16px 0 0 0;

    color: #444;
}
@media (max-width: 1400px) {
    .box-about .number .item p {
        max-width: 220px;
    }
}
@media (min-width: 1200px) {
    .box-about .number .item:hover b {
        color: #0070c0;
    }
}
.box-vr .img-box {
    padding-bottom: 35.41666667%;
}
.box-choose {
    position: center right;
}
.box-choose .title h2 {
    color: #fff;
}
.box-choose .title .editor-content p {
    color: #fff;
}
.box-choose .choose>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 0 -15px;
}
@media (max-width: 991px) {
    .box-choose .choose>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .box-choose .choose>ul {
        margin: 0;
    }
}
.box-choose .choose>ul>li {
    overflow: hidden;

    padding: 0 15px;

    -webkit-transition: -webkit-box-flex .5s ease, -webkit-flex .5s ease;
    transition: -webkit-box-flex .5s ease, -webkit-flex .5s ease;
    transition: flex .5s ease;
    transition: flex .5s ease, -webkit-box-flex .5s ease, -webkit-flex .5s ease, -ms-flex .5s ease;
}
@media (min-width: 992px) {
    .box-choose .choose>ul>li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
@media (max-width: 991px) {
    .box-choose .choose>ul>li {
        width: 50%;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .box-choose .choose>ul>li {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
@media (min-width: 992px) {
    .box-choose .choose>ul>li.active .item .note {
        display: -webkit-box;
        overflow: hidden;

        max-height: 66px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .box-choose .choose>ul>li.active .item .more {
        margin-top: 80px;
    }
    .box-choose .choose>ul>li.active .item .more span {
        width: 52px;
        height: 52px;
    }
}
@media (min-width: 992px) and (min-width: 992px) {
    .box-choose .choose>ul>li.active {
        -webkit-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
}
@media (min-width: 992px) and (max-width: 991px) {
    .box-choose .choose>ul>li.active {
        width: 50%;
    }
}
@media (min-width: 992px) and (max-width: 767px) {
    .box-choose .choose>ul>li.active {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1560px) {
    .box-choose .choose>ul>li.active .item .more {
        margin-top: 60px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .box-choose .choose>ul>li.active .item .more {
        margin-top: 40px;
    }
}
.box-choose .choose .item {
    display: block;
    overflow: hidden;

    height: 500px;
}
@media (max-width: 1199px) {
    .box-choose .choose .item {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .box-choose .choose .item {
        height: 200px;
    }
}
.box-choose .choose .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;

    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.box-choose .choose .item .title-choose {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;

    letter-spacing: -.6px;
}
@media (max-width: 1560px) {
    .box-choose .choose .item .title-choose {
        font-size: 24px;
    }
}
.box-choose .choose .item .note {
    display: -webkit-box;
    overflow: hidden;

    max-width: 530px;
    max-height: 44px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-choose .choose .item .note p {
    font-weight: 400;
    line-height: 22px;

    margin: 0;
}
.box-choose .choose .item .more span {
    line-height: 52px;

    display: block;
    overflow: hidden;

    width: 0;
    height: 0;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #0070c0;
}
.box-choose .choose .item .more span .iconfont {
    display: block;

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.box-news .news .slick-list {
    margin: 0 -10px;
}
.box-news .news .slick-list .slick-slide {
    padding: 0 10px;
}
.box-news .news .item .pic {
    overflow: hidden;
}
.box-news .news .item .pic .img-box {
    padding-bottom: 56.41025641%;
}
.box-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item .title-news {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-width: 80%;
    max-height: 52px;
    margin-top: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -.4px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
    .box-news .news .item .title-news {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .box-news .news .item .title-news {
        max-width: 100%;
    }
}
.box-news .news .item .date {
    line-height: 1.5;

    margin-top: 10px;

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

    color: #666;
}
@media (min-width: 1200px) {
    .box-news .news .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .box-news .news .item:hover .title-news {
        color: #0070c0;
    }
    .box-news .news .item:hover .date {
        color: #000;
    }
}
.box-partners .partners>ul>li {
    margin-top: 20px;
}
.box-partners .partners .item {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.box-partners .partners .item .img-box {
    padding-bottom: 37.33333333%;
}
.box-partners .partners .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (min-width: 1200px) {
    .box-partners .partners .item:hover {
        box-shadow: 0 4px 24px 0 rgba(0, 112, 192, .14);
    }
    .box-partners .partners .item:hover .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.footer {
    line-height: 1.5;

    position: relative;

    overflow: hidden;

    color: #fff;
    background-color: #0070c0;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 80px;
    }
}
.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 .foot {
    padding: 80px 0;
}
@media (max-width: 1199px) {
    .footer .foot {
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
    .footer .foot {
        padding: 40px 0;
    }
}
.footer .foot-left {
    max-width: 410px;
}
@media (max-width: 1470px) {
    .footer .foot-left {
        max-width: 350px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-left {
        max-width: 300px;
    }
}
.footer .foot-logo {
    display: block;
}
.footer .foot-logo img {
    height: 70px;
}
@media (max-width: 991px) {
    .footer .foot-logo img {
        height: 60px;
    }
}
@media (max-width: 767px) {
    .footer .foot-logo img {
        height: 50px;
    }
}
.footer .foot-logo p {
    font-size: 22px;
    line-height: 1.36363636;

    margin: 16px 0 0 0;

    color: #bae2ff;
}
@media (max-width: 1199px) {
    .footer .foot-logo p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .footer .foot-logo p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .footer .foot-logo p {
        font-size: 16px;
    }
}
.footer .foot-nav ul li a {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.69230769;

    display: inline-block;
}
@media (max-width: 1560px) {
    .footer .foot-nav ul li a {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-nav ul li a {
        font-size: 20px;
    }
}
.footer .share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;

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

    display: block;

    width: 50px;
    height: 50px;

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

    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 50%;
}
.footer .share ul li a .iconfont {
    font-size: 20px;
}
.footer .share ul li a:hover {
    color: #0070c0;
    background-color: #fff;
}
.footer .foot-middle {
    max-width: 360px;
}
@media (max-width: 1470px) {
    .footer .foot-middle {
        max-width: 320px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-middle {
        max-width: 300px;
    }
}
.footer .title-foot {
    padding: 20px 0;
}
@media (max-width: 991px) {
    .footer .title-foot {
        padding-bottom: 10px;
    }
}
.footer .title-foot h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;

    letter-spacing: -.64px;
}
@media (max-width: 1199px) {
    .footer .title-foot h3 {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .footer .title-foot h3 {
        font-size: 24px;
    }
}
.footer .foot-text {
    margin-top: -10px;
}
.footer .foot-text .item {
    margin-top: 18px;
}
.footer .foot-text .item b {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;

    display: block;

    color: rgba(255, 255, 255, .5);
}
@media (max-width: 1199px) {
    .footer .foot-text .item b {
        font-size: 14px;
    }
}
.footer .foot-text .item p {
    font-size: 18px;
    line-height: 1.22222222;

    margin: 10px 0 0 0;

    color: #bae2ff;
}
@media (max-width: 1199px) {
    .footer .foot-text .item p {
        font-size: 16px;
    }
}
.footer .foot-right {
    width: 410px;
}
@media (max-width: 1470px) {
    .footer .foot-right {
        width: 350px;
    }
}
@media (max-width: 1199px) {
    .footer .foot-right {
        width: 300px;
    }
}
@media (max-width: 991px) {
    .footer .foot-right {
        width: 100%;
    }
}
.footer .foot-message form ul li {
    margin-top: 10px;
}
.footer .foot-message form input,
.footer .foot-message form textarea {
    line-height: 24px;

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

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

    height: 40px;
    margin-top: 12px;
    padding: 0 38px;

    color: #0070c0;
    border-radius: 40px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .footer .foot-message form .submit {
        font-size: 16px;
    }
}
.footer .copyright {
    padding-bottom: 40px;

    color: #6facd8;
}
.footer .copyright p {
    margin: 0;
}
.footer .copyright p a {
    margin: 0 10px;
}
.footer .copyright .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .copyright .link a {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer .copyright .link .sitemap:after {
    margin: 0 20px;

    content: '|';

    color: rgba(255, 255, 255, .06);
}
.wrap {
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px) {
    .wrap {
        padding: 80px 0;
    }
}
@media (max-width: 1400px) {
    .wrap {
        padding: 70px 0;
    }
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.title-in h2 {
    font-size: 44px;
    font-weight: 700;
    font-weight: 600;
    line-height: 1.2;

    letter-spacing: -.88px;

    color: #0070c0;
}
@media (max-width: 1560px) {
    .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: 28px;
    }
}
@media (max-width: 767px) {
    .title-in h2 {
        font-size: 24px;
    }
}
.title-in h3 {
    font-family: 'Kaushan Script';
    font-size: 20px;
    line-height: 1.33333333;

    color: #0070c0;
}
.wrap-location {
    padding: 10px 0;

    background: #f3f7fa;

    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.wrap-location .location {
    line-height: 30px;

    position: relative;

    padding-left: 30px;
}
.wrap-location .location:before {
    font-family: 'iconfont' !important;
    font-size: 22px;

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

    content: '\e66a';

    color: #0070c0;
}
.wrap-location .location>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-location .location>ul>li:after {
    margin: 0 4px;

    content: '/';
}
.wrap-location .location>ul>li:last-child:after {
    display: none;
}
.wrap-location .location>ul>li>a {
    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-location .location>ul>li>a:hover {
    color: #0070c0;
}
.wrap-right {
    padding-left: 3%;
}
.wrap-sidenav {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
@media (max-width: 1199px) {
    .wrap-sidenav {
        display: none;
    }
}
.wrap-sidenav .title-sidenav {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;

    position: relative;
    z-index: 6;

    color: #0070c0;
}
.wrap-sidenav .sidenav {
    position: relative;
    z-index: 6;
}
.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    margin-bottom: 20px;
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 15px 60px 15px 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -.48px;

    border: 1px solid #eaf1f7;
    border-radius: 6px;
    background: #f3f7fa;
}
.wrap-sidenav .sidenav .slevel-1>li>a:after {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;

    position: absolute;
    right: 20px;

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

    opacity: 0;
}
.wrap-sidenav .sidenav .slevel-1>li.more>a:after {
    opacity: 1;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    color: #fff;
    background-color: #0070c0;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:after,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:after {
    content: '\e850';
}
.wrap-sidenav .sidenav .slevel-2 {
    display: none;

    padding: 10px 0;
}
.wrap-sidenav .sidenav .slevel-2>li {
    position: relative;
    z-index: 4;

    border-bottom: 1px solid #eaf1f7;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 15px 20px 15px 40px;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}
.wrap-sidenav .sidenav .slevel-2>li>a:before {
    position: absolute;
    top: 26px;
    left: 20px;

    display: block;

    width: 6px;
    height: 6px;

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

    opacity: 0;
    border-radius: 50%;
    background-color: #0070c0;
}
.wrap-sidenav .sidenav .slevel-2>li.active,
.wrap-sidenav .sidenav .slevel-2>li:hover {
    border-bottom-color: #0070c0;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    color: #0070c0;
}
.wrap-sidenav .sidenav .slevel-2>li.active>a:before,
.wrap-sidenav .sidenav .slevel-2>li:hover>a:before {
    opacity: 1;
}
.xs-product-nav {
    display: none;
    overflow: hidden;

    padding: 30px 0 0 0;
}
@media (max-width: 1199px) {
    .xs-product-nav {
        display: block;
    }
}
.xs-product-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -4px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xs-product-nav ul>li {
    display: inline-block;
    overflow: hidden;

    height: auto;
    padding: 4px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .xs-product-nav ul>li {
        width: 50%;
    }
}
.xs-product-nav ul>li>a {
    line-height: 24px;

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

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

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .xs-product-nav ul>li>a {
        line-height: 20px;

        padding: 5px 10px;
    }
}
.xs-product-nav ul>li.active>a {
    color: #fff;
    border-color: #0070c0;
    background-color: #0070c0;
}
.wrap-about {
    background: url(../images/about_in_bg.jpg) no-repeat bottom center;
    background-size: 100% auto;
}
.wrap-about .about {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .wrap-about .about {
        margin-top: 30px;
    }
}
.wrap-about .about ul li {
    margin-top: 40px;
}
.wrap-about .about 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-about .about ul li:nth-child(2n) .item .text {
    padding-right: 5%;
    padding-left: 0;
}
@media (max-width: 1199px) {
    .wrap-about .about ul li:nth-child(2n) .item .text {
        padding-right: 0;
    }
}
.wrap-about .about .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-about .about .item .pic {
    overflow: hidden;

    width: 600px;
}
@media (max-width: 1470px) {
    .wrap-about .about .item .pic {
        width: 500px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .about .item .pic {
        width: 100%;
    }
}
.wrap-about .about .item .pic img {
    width: 100%;
    height: auto;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-about .about .item .video {
    position: relative;
}
.wrap-about .about .item .video:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .4);
}
.wrap-about .about .item .video .play {
    line-height: 80px;

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

    width: 80px;
    height: 80px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.wrap-about .about .item .video .play[data-src=''] {
    display: none;
}
.wrap-about .about .item .video .play span {
    position: relative;
    z-index: 6;

    display: block;

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

    text-align: center;

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background-color: #0070c0;
}
.wrap-about .about .item .video .play .iconfont {
    font-size: 24px;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;

    color: #0070c0;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-about .about .item .video .play::before,
.wrap-about .about .item .video .play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
    animation: point_kuo 3s linear infinite;

    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    background-color: rgba(0, 112, 192, .4);
}
.wrap-about .about .item .video .play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.wrap-about .about .item .video .play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.wrap-about .about .item .text {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
    padding-left: 5%;
}
@media (max-width: 1470px) {
    .wrap-about .about .item .text {
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px);
    }
}
@media (max-width: 1199px) {
    .wrap-about .about .item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-about .about .item .title-about {
    font-size: 26px;
    font-weight: 600;

    letter-spacing: -.52px;

    color: #0070c0;
}
@media (max-width: 1470px) {
    .wrap-about .about .item .title-about {
        font-size: 22px;
    }
}
.wrap-about .about .item .editor-content {
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .wrap-about .about .item:hover .pic img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.wrap-about .number {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-about .number {
        margin-top: 30px;
    }
}
.wrap-about .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap-about .number ul li {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-about .number ul li {
        width: 50%;
    }
}
.wrap-about .number .line {
    width: 1px;
    height: 140px;
    margin-top: 60px;

    background: url(../images/line.svg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .wrap-about .number .line {
        display: none;
    }
}
.wrap-about .number .item .title-number {
    line-height: 34px;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
    padding: 0 12px;

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

    color: #0070c0;
    border: 1px solid #eaf1f7;
    border-radius: 2px;
    background: #f3f7fa;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-about .number .item .title-number .iconfont {
    font-size: 20px;

    margin-right: 10px;
}
.wrap-about .number .item .title-number img {
    width: 20px;
    height: auto;
    height: 20px;
    margin-right: 10px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap-about .number .item b {
    font-size: 76px;
    font-weight: 500;
    line-height: 100%;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -7.6px;
}
@media (max-width: 1560px) {
    .wrap-about .number .item b {
        font-size: 66px;

        letter-spacing: -6.6px;
    }
}
@media (max-width: 1470px) {
    .wrap-about .number .item b {
        font-size: 60px;

        letter-spacing: -6.6px;
    }
}
@media (max-width: 1400px) {
    .wrap-about .number .item b {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .number .item b {
        font-size: 40px;

        letter-spacing: -4.6px;
    }
}
.wrap-about .number .item p {
    font-weight: 500;
    line-height: 1.375;

    max-width: 280px;
    margin: 16px 0 0 0;

    color: #444;
}
@media (max-width: 1400px) {
    .wrap-about .number .item p {
        max-width: 220px;
    }
}
@media (min-width: 1200px) {
    .wrap-about .number .item:hover .title-number {
        color: #fff;
        background-color: #0070c0;
    }
    .wrap-about .number .item:hover .title-number img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .wrap-about .number .item:hover b {
        color: #0070c0;
    }
}
@-webkit-keyframes point_kuo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);

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

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

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

        opacity: 0;
    }
}
.wrap-honor {
    background: #f3f7fa;
}
.wrap-honor .editor-content {
    margin-top: 20px;
    margin-left: 0;
}
.wrap-honor .honor {
    margin-top: 30px;
}
.wrap-honor .honor img {
    width: 100%;
    height: auto;
}
.wrap-choose .title .editor-content {
    max-width: 100%;
    margin-left: 0;
}
.wrap-choose .choose {
    margin-top: 30px;
}
.wrap-choose .choose ul li {
    padding-top: 30px;
}
.wrap-choose .choose ul li:nth-child(2n+1) .item {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.wrap-choose .choose ul li:nth-child(2n+1) .item .text {
    padding-right: 8%;
    padding-left: 0;
}
@media (max-width: 1199px) {
    .wrap-choose .choose ul li:nth-child(2n+1) .item .text {
        padding-right: 3%;
    }
}
@media (max-width: 767px) {
    .wrap-choose .choose ul li:nth-child(2n+1) .item .text {
        padding-right: 0;
    }
}
.wrap-choose .choose #choose1,
.wrap-choose .choose #choose2,
.wrap-choose .choose #choose3 {
    position: relative;
    top: -80px;
}
.wrap-choose .choose .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-choose .choose .item .pic {
    overflow: hidden;

    width: 380px;
}
@media (max-width: 1199px) {
    .wrap-choose .choose .item .pic {
        width: 300px;
    }
}
@media (max-width: 991px) {
    .wrap-choose .choose .item .pic {
        width: 240px;
    }
}
@media (max-width: 767px) {
    .wrap-choose .choose .item .pic {
        width: 100%;
    }
}
.wrap-choose .choose .item .pic img {
    width: 100%;
    height: auto;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-choose .choose .item .text {
    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px);
    padding-left: 8%;
}
@media (max-width: 1199px) {
    .wrap-choose .choose .item .text {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding-left: 3%;
    }
}
@media (max-width: 991px) {
    .wrap-choose .choose .item .text {
        width: -webkit-calc(100% - 240px);
        width: calc(100% - 240px);
    }
}
@media (max-width: 767px) {
    .wrap-choose .choose .item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-choose .choose .item .title-choose {
    font-size: 30px;
    font-weight: 600;

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

    padding-bottom: 20px;

    letter-spacing: -.6px;

    color: #0070c0;
    border-bottom: 1px solid #dbe6f0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1470px) {
    .wrap-choose .choose .item .title-choose {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-choose .choose .item .title-choose {
        padding-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-choose .choose .item .title-choose {
        font-size: 20px;
    }
}
.wrap-choose .choose .item .title-choose .iconfont {
    font-size: 30px;
    font-weight: normal;

    margin-right: 10px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrap-choose .choose .item .editor-content {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-choose .choose .item .editor-content {
        margin-top: 14px;
    }
}
@media (min-width: 1200px) {
    .wrap-choose .choose .item:hover .pic img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.wrap-equipment .title .editor-content {
    margin-left: 0;
}
.wrap-equipment .equipment>ul>li {
    margin-top: 30px;
}
.wrap-equipment .equipment>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-equipment .equipment>ul>li:nth-child(2n) .item .text {
    padding-right: 5%;
    padding-left: 0;
}
.wrap-equipment .equipment .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-equipment .equipment .item .pic {
    overflow: hidden;

    width: 49%;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .wrap-equipment .equipment .item .pic {
        width: 100%;
    }
}
.wrap-equipment .equipment .item .pic img {
    width: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-equipment .equipment .item .text {
    width: 51%;
    padding-left: 5%;
}
@media (max-width: 767px) {
    .wrap-equipment .equipment .item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-equipment .equipment .item .title-equipment {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;

    padding-bottom: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -.6px;

    border-bottom: 1px solid #eaf1f7;
}
@media (max-width: 1470px) {
    .wrap-equipment .equipment .item .title-equipment {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .wrap-equipment .equipment .item .title-equipment {
        font-size: 20px;

        padding-bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .wrap-equipment .equipment .item:hover .pic {
        box-shadow: 0 8px 25px 2px rgba(0, 0, 0, .3);
    }
    .wrap-equipment .equipment .item:hover .pic img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-equipment .equipment .item:hover .title-equipment {
        color: #0070c0;
    }
}
.wrap-video .title .editor-content {
    margin-left: 0;
}
.wrap-video .video {
    margin-top: 20px;
}
.wrap-video .video>ul>li {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-video .video>ul>li {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-video .video>ul>li {
        margin-top: 20px;
    }
}
.wrap-video .video .item .pic {
    position: relative;

    overflow: hidden;
}
.wrap-video .video .item .pic .img-box {
    padding-bottom: 65.78947368%;
}
.wrap-video .video .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-video .video .item .pic .play {
    line-height: 70px;

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

    width: 70px;
    height: 70px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);

    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
@media (max-width: 1199px) {
    .wrap-video .video .item .pic .play {
        line-height: 50px;

        bottom: 10px;
        left: 10px;

        width: 50px;
        height: 50px;
    }
}
.wrap-video .video .item .pic .play .iconfont {
    font-size: 30px;
}
@media (max-width: 1199px) {
    .wrap-video .video .item .pic .play .iconfont {
        font-size: 24px;
    }
}
.wrap-video .video .item .pic .play[data-src=''] {
    display: none;
}
.wrap-video .video .item .title-video {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-width: 80%;
    height: 26px;
    margin-top: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -.48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1400px) {
    .wrap-video .video .item .title-video {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-video .video .item .title-video {
        font-size: 18px;

        margin-top: 14px;
    }
}
@media (max-width: 767px) {
    .wrap-video .video .item .title-video {
        max-width: 100%;
    }
}
.wrap-video .video .item .editor-content {
    display: -webkit-box;
    overflow: hidden;

    max-width: 80%;
    max-height: 78px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
    .wrap-video .video .item .editor-content {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-video .video .item .editor-content {
        max-width: 100%;
    }
}
.wrap-video .video .item .editor-content p {
    line-height: 26px;
}
@media (min-width: 1200px) {
    .wrap-video .video .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-video .video .item:hover .title-video {
        color: #0070c0;
    }
}
.wrap-vr .vr-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .wrap-vr .vr-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .wrap-vr .vr-top .title {
        width: 100%;
    }
}
.wrap-vr .vr-top .title .editor-content {
    display: -webkit-box;
    overflow: hidden;

    height: 64px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1560px) {
    .wrap-vr .vr-top .title .editor-content {
        height: 60px;
    }
}
@media (max-width: 767px) {
    .wrap-vr .vr-top .title .editor-content {
        height: 48px;
    }
}
.wrap-vr .vr-top .vr-nav {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .wrap-vr .vr-top .vr-nav {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-vr .vr-top .vr-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 340px;

    border: 1px solid #eaf1f7;
    border-radius: 6px;
    background: #f3f7fa;
}
@media (max-width: 1199px) {
    .wrap-vr .vr-top .vr-nav ul {
        width: 240px;
    }
}
.wrap-vr .vr-top .vr-nav ul li {
    width: 50%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-vr .vr-top .vr-nav ul li a {
    font-size: 18px;
    line-height: 44px;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
}
@media (max-width: 1199px) {
    .wrap-vr .vr-top .vr-nav ul li a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-vr .vr-top .vr-nav ul li a {
        font-size: 14px;
    }
}
.wrap-vr .vr-top .vr-nav ul li.active a {
    color: #fff;
    background-color: #0070c0;
}
.wrap-vr .vr-iframe {
    width: 100%;
    height: -webkit-calc(100vh - 360px);
    height: calc(100vh - 360px);
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-vr .vr-iframe {
        height: -webkit-calc(100vh - 380px);
        height: calc(100vh - 380px);
    }
}
.wrap-vr .vr-iframe iframe {
    width: 100%;
    height: 100%;
}
.wrap-vr .vr-content {
    padding-top: 100px;
}
.wrap-vr .vr-content:nth-child(1) {
    padding-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-vr .vr-content {
        padding-top: 60px;
    }
}
#factory2 {
    position: relative;
    top: -10px;
}
.wrap-customize .table-box {
    overflow-x: auto;
}
.wrap-customize .customize-table {
    margin-top: 30px;
}
.wrap-customize .customize-table table {
    font-size: 18px;
    line-height: 22px;

    width: 100%;

    background: #f3f7fa;
}
@media (max-width: 1560px) {
    .wrap-customize .customize-table table {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-customize .customize-table table {
        font-size: 14px;
    }
}
.wrap-customize .customize-table table p {
    font-size: 18px;
    line-height: 22px;

    margin: 0;
}
@media (max-width: 1560px) {
    .wrap-customize .customize-table table p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-customize .customize-table table p {
        font-size: 14px;
    }
}
.wrap-customize .customize-table table td,
.wrap-customize .customize-table table th {
    padding: 12px 20px;
    width: 30%;
    border: 1px solid #dbe6f0;
}
@media (max-width: 991px) {
    .wrap-customize .customize-table table td,
    .wrap-customize .customize-table table th {
        padding: 10px;
    }
}
.wrap-customize .customize-table table td:nth-child(1),
.wrap-customize .customize-table table th:nth-child(1) {
    font-size: 20px;
    font-weight: 600;

    width: 10%;
    color: #0070c0;
}
@media (max-width: 1560px) {
    .wrap-customize .customize-table table td:nth-child(1),
    .wrap-customize .customize-table table th:nth-child(1) {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .wrap-customize .customize-table table td:nth-child(1),
    .wrap-customize .customize-table table th:nth-child(1) {
        white-space: nowrap;
    }
}
@media (max-width: 991px) {
    .wrap-customize .customize-table table td:nth-child(1),
    .wrap-customize .customize-table table th:nth-child(1) {
        font-size: 16px;
    }
}
.wrap-customize .customize-table table td:nth-child(1) p,
.wrap-customize .customize-table table th:nth-child(1) p {
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 1560px) {
    .wrap-customize .customize-table table td:nth-child(1) p,
    .wrap-customize .customize-table table th:nth-child(1) p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-customize .customize-table table td:nth-child(1) p,
    .wrap-customize .customize-table table th:nth-child(1) p {
        font-size: 16px;
    }
}
.wrap-customize .customize-table table tr:nth-child(1) {
    font-size: 20px;
    font-weight: 600;

    color: #fff;
    background-color: #0070c0;
}
@media (max-width: 1560px) {
    .wrap-customize .customize-table table tr:nth-child(1) {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-customize .customize-table table tr:nth-child(1) {
        font-size: 16px;
    }
}
.wrap-customize .customize-table table tr:nth-child(1) p {
    font-size: 20px;
    font-weight: 600;

    color: #fff;
}
@media (max-width: 1560px) {
    .wrap-customize .customize-table table tr:nth-child(1) p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-customize .customize-table table tr:nth-child(1) p {
        font-size: 16px;
    }
}
.wrap-customize .customize-table1 {
    margin-top: 30px;
}
.wrap-customize .customize-table1 table {
    font-size: 18px;
    line-height: 22px;

    width: 100%;

    background: #f3f7fa;
}
@media (max-width: 1560px) {
    .wrap-customize .customize-table1 table {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-customize .customize-table1 table {
        font-size: 14px;
    }
}
.wrap-customize .customize-table1 table p {
    font-size: 18px;
    line-height: 22px;

    margin: 0;
}
@media (max-width: 1560px) {
    .wrap-customize .customize-table1 table p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-customize .customize-table1 table p {
        font-size: 14px;
    }
}
.wrap-customize .customize-table1 table td,
.wrap-customize .customize-table1 table th {
    padding: 12px 20px;

    border: 1px solid #dbe6f0;
}
@media (max-width: 1199px) {
    .wrap-customize .customize-table1 table td,
    .wrap-customize .customize-table1 table th {
        padding: 10px;
    }
}
.wrap-customize .customize-table1 table td:nth-child(1),
.wrap-customize .customize-table1 table th:nth-child(1) {
    font-size: 20px;
    font-weight: 600;

    color: #0070c0;
    color: #fff;
    background-color: #0070c0;
}
@media (max-width: 1560px) {
    .wrap-customize .customize-table1 table td:nth-child(1),
    .wrap-customize .customize-table1 table th:nth-child(1) {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .wrap-customize .customize-table1 table td:nth-child(1),
    .wrap-customize .customize-table1 table th:nth-child(1) {
        white-space: nowrap;
    }
}
@media (max-width: 991px) {
    .wrap-customize .customize-table1 table td:nth-child(1),
    .wrap-customize .customize-table1 table th:nth-child(1) {
        font-size: 16px;
    }
}
.wrap-customize .customize-table1 table td:nth-child(1) p,
.wrap-customize .customize-table1 table th:nth-child(1) p {
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 1560px) {
    .wrap-customize .customize-table1 table td:nth-child(1) p,
    .wrap-customize .customize-table1 table th:nth-child(1) p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-customize .customize-table1 table td:nth-child(1) p,
    .wrap-customize .customize-table1 table th:nth-child(1) p {
        font-size: 16px;
    }
}
.wrap-customize .customize-table2 {
    margin-top: 30px;
}
.wrap-customize .customize-table2 table td,
.wrap-customize .customize-table2 table th {
    padding: 12px 20px;

    border: 1px solid #dbe6f0;
}
@media (max-width: 991px) {
    .wrap-customize .customize-table2 table td,
    .wrap-customize .customize-table2 table th {
        padding: 10px;
    }
}
.wrap-customize .customize-table2 table td:nth-child(1),
.wrap-customize .customize-table2 table th:nth-child(1) {
    font-size: 18px;
    font-weight: 500;

    color: #222;
}
@media (max-width: 1560px) {
    .wrap-customize .customize-table2 table td:nth-child(1),
    .wrap-customize .customize-table2 table th:nth-child(1) {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .wrap-customize .customize-table2 table td:nth-child(1),
    .wrap-customize .customize-table2 table th:nth-child(1) {
        white-space: nowrap;
    }
}
@media (max-width: 991px) {
    .wrap-customize .customize-table2 table td:nth-child(1),
    .wrap-customize .customize-table2 table th:nth-child(1) {
        font-size: 14px;
    }
}
.wrap-customize .customize-table2 table td:nth-child(1) p,
.wrap-customize .customize-table2 table th:nth-child(1) p {
    font-size: 18px;
    font-weight: 500;
}
@media (max-width: 1560px) {
    .wrap-customize .customize-table2 table td:nth-child(1) p,
    .wrap-customize .customize-table2 table th:nth-child(1) p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-customize .customize-table2 table td:nth-child(1) p,
    .wrap-customize .customize-table2 table th:nth-child(1) p {
        font-size: 14px;
    }
}
.wrap-customize-opening .picbox {
    padding-left: 18%;
}
@media (max-width: 767px) {
    .wrap-customize-opening .picbox {
        padding-left: 0;
    }
}
.wrap-customize-opening .picbox>ul>li {
    margin-top: 30px;
}
.wrap-customize-opening .picbox .item .img-box {
    padding-bottom: 86.66666667%;
}
.wrap-customize-opening .picbox .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-customize-opening .picbox .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-customize-inner .picbox>ul>li {
    margin-top: 30px;
}
.wrap-customize-inner .picbox .item .img-box {
    padding-bottom: 63.7254902%;
}
.wrap-customize-inner .picbox .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-customize-inner .picbox .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-customize-other {
    background: #f3f7fa;
}
.wrap-customize-other .customize-other .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.wrap-customize-other .customize-other .item .pic {
    overflow: hidden;

    width: 200px;
    height: 200px;

    border-radius: 50%;
}
@media (max-width: 1199px) {
    .wrap-customize-other .customize-other .item .pic {
        width: 140px;
        height: 140px;
    }
}
.wrap-customize-other .customize-other .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-customize-other .customize-other .item .text {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    padding-left: 5%;
}
@media (max-width: 1199px) {
    .wrap-customize-other .customize-other .item .text {
        width: -webkit-calc(100% - 140px);
        width: calc(100% - 140px);
        padding-left: 3%;
    }
}
@media (max-width: 767px) {
    .wrap-customize-other .customize-other .item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-customize-other .customize-other .item .text .title-other {
    font-size: 26px;
    font-weight: bold;
    line-height: 100%;

    letter-spacing: -.52px;

    color: #0070c0;
}
@media (max-width: 1400px) {
    .wrap-customize-other .customize-other .item .text .title-other {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .wrap-customize-other .customize-other .item .text .title-other {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-customize-other .customize-other .item .text .title-other {
        font-size: 18px;
    }
}
.wrap-customize-other .customize-other .item .text .editor-content {
    margin-top: 24px;
}
@media (max-width: 767px) {
    .wrap-customize-other .customize-other .item .text .editor-content {
        margin-top: 14px;
    }
}
@media (min-width: 1200px) {
    .wrap-customize-other .customize-other .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.wrap-customize-summary-models .customize-summary-models {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-customize-summary-models .customize-summary-models .text {
    width: 35%;
    padding: 50px;

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

    background: #f3f7fa;
}
@media (max-width: 1400px) {
    .wrap-customize-summary-models .customize-summary-models .text {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-customize-summary-models .customize-summary-models .text {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .wrap-customize-summary-models .customize-summary-models .text {
        padding: 20px 15px;
    }
}
.wrap-customize-summary-models .customize-summary-models .text:hover {
    background-color: #0070c0;
}
.wrap-customize-summary-models .customize-summary-models .text:hover p {
    color: #fff;
}
.wrap-customize-summary-models .customize-summary-models .pic {
    width: 65%;
    padding-left: 5%;
}
@media (max-width: 991px) {
    .wrap-customize-summary-models .customize-summary-models .pic {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-customize-summary-models .customize-summary-models .pic img {
    width: 100%;
    height: auto !important;
}
.wrap-customize-opening-woven .picbox .item .img-box {
    padding-bottom: 56.07476636%;
}
.wrap-customize-opening-woven .picbox>ul>li {
    padding: 0 5%;
}
.wrap-contact .title .editor-content {
    margin-left: 0;
}
@media (min-width: 1560px) {
    .wrap-contact .title h2 {
        font-size: 80px;
    }
}
.wrap-contact .contact {
    width: 540px;
}
@media (max-width: 1400px) {
    .wrap-contact .contact {
        width: 440px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact {
        width: 100%;
    }
}
.wrap-contact .contact>ul>li {
    margin-top: 10px;
}
.wrap-contact .contact>ul>li:nth-child(1) {
    margin-top: 0;
}
.wrap-contact .contact .item {
    padding: 20px 38px;

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

    border: 1px solid #eaf1f7;
    border-radius: 6px;
}
@media (max-width: 991px) {
    .wrap-contact .contact .item {
        padding: 20px;
    }
}
.wrap-contact .contact .item .iconfont {
    font-size: 20px;

    display: inline-block;

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

    color: #0070c0;
}
.wrap-contact .contact .item b {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;

    display: block;

    margin: 6px 0;

    color: #a9c4d9;
}
.wrap-contact .contact .item p {
    font-size: 20px;
    line-height: 1.3;
    /* 130% */

    margin: 0;

    letter-spacing: -.4px;
}
@media (max-width: 1400px) {
    .wrap-contact .contact .item p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .item p {
        font-size: 16px;
    }
}
.wrap-contact .contact .item p a {
    font-size: 28px;

    letter-spacing: -.56px;
}
@media (max-width: 1400px) {
    .wrap-contact .contact .item p a {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .item p a {
        font-size: 20px;
    }
}
.wrap-contact .contact .item p a span {
    -webkit-transition: background-size .56s;
    transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
@media (min-width: 1200px) {
    .wrap-contact .contact .item:hover {
        background: url(../images/contact_bg.jpg) no-repeat bottom center;
        background-size: cover;
    }
    .wrap-contact .contact .item:hover .iconfont {
        -webkit-animation: swing 1s 0s ease both;
        animation: swing 1s 0s ease both;

        color: #fff;
    }
    .wrap-contact .contact .item:hover p {
        color: #fff;
    }
    .wrap-contact .contact .item:hover p a span {
        background-size: 100% 1px;
    }
}
.wrap-contact .message {
    width: -webkit-calc(100% - 550px);
    width: calc(100% - 550px);
    padding: 30px 40px 50px 40px;

    border: 1px solid #eaf1f7;
    border-radius: 6px;
}
@media (max-width: 1400px) {
    .wrap-contact .message {
        width: -webkit-calc(100% - 450px);
        width: calc(100% - 450px);
    }
}
@media (max-width: 1199px) {
    .wrap-contact .message {
        padding: 20px 30px 40px 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .message {
        width: 100%;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .message {
        padding: 0 15px 30px 15px;
    }
}
.wrap-product-top {
    overflow: hidden;
}
.wrap-product-top .product-top .title h2 {
    color: #0070c0;
}
@media (min-width: 1560px) {
    .wrap-product-top .product-top .title h2 {
        font-size: 60px;
    }
}
.wrap-product-top .product-top .text {
    margin-top: 24px;
}
@media (max-width: 991px) {
    .wrap-product-top .product-top .text {
        margin-top: 14px;
    }
}
.common-product-item {
    display: block;
}
.common-product-item .pic {
    overflow: hidden;

    border: 1px solid #eaf1f7;
}
.common-product-item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.common-product-item .title-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    margin-top: 4px;
    padding: 12px 20px;

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

    border: 1px solid #eaf1f7;
    background: #f3f7fa;

    -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;
}
.common-product-item .title-products span {
    font-size: 20px;
    font-weight: 600;
    line-height: 46px;

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

    height: 46px;
    padding-right: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px) {
    .common-product-item .title-products span {
        font-size: 18px;
        line-height: 36px;

        height: 36px;
    }
}
@media (max-width: 1199px) {
    .common-product-item .title-products span {
        font-size: 16px;
        line-height: 30px;

        height: 30px;
    }
}
.common-product-item .title-products .iconfont {
    line-height: 38px;

    display: block;

    width: 38px;
    height: 38px;

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

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1560px) {
    .common-product-item .title-products .iconfont {
        line-height: 36px;

        width: 36px;
        height: 36px;
    }
}
@media (max-width: 1199px) {
    .common-product-item .title-products .iconfont {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
@media (min-width: 1200px) {
    .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 .title-products {
        color: #0070c0;
    }
    .common-product-item:hover .title-products .iconfont {
        color: #fff;
        background-color: #0070c0;
    }
}
@media (min-width: 1200px) {
    .wrap-product {
        overflow: visible;
    }
}
.wrap-product .product {
    margin-top: 50px;
}
.wrap-product .product>ul>li {
    margin-top: 30px;
}
#productcontent {
    position: relative;
    top: -120px;
}
@media (max-width: 1199px) {
    #productcontent {
        top: -80px;
    }
}
.wrap-product-show {
    overflow: visible;
}
@media (max-width: 1199px) {
    .wrap-product-show .carousel-wrap {
        overflow: hidden;
    }
}
.wrap-product-show .carousel-wrap .carousel {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;

    overflow: hidden;

    border: 1px solid #eaf1f7;
    border-radius: 6px;
    background: #fff;
}
.wrap-product-show .carousel-wrap .item-video {
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .slider-for {
    font-size: 0;

    position: relative;

    overflow: hidden;
}
.wrap-product-show .carousel-wrap .zoom {
    position: relative;

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

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .slick-dots {
    position: absolute;
    z-index: 6;
    bottom: 3%;
    left: 0;

    width: 100%;
}
.wrap-product-show .info-box {
    padding: 20px 0 0 8%;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box {
        padding-left: 3%;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .info-box .title-info-box {
    padding-bottom: 10px;

    border-bottom: 1px solid #eaf1f7;
}
.wrap-product-show .info-box .title-info-box h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;

    margin: 0;

    letter-spacing: .6px;

    color: #0070c0;
}
@media (max-width: 1560px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 34px;
    }
}
@media (max-width: 1400px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .title-info-box h2 {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .text h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;

    margin: 0;

    color: #0070c0;
}
.wrap-product-show .info-box .text p {
    line-height: 26px;

    margin-bottom: 14px;
}
.wrap-product-show .info-box .link-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -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-product-show .info-box .link {
    width: 50%;
}
.wrap-product-show .info-box .link a {
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;

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

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

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

    -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) {
    .wrap-product-show .info-box .link a {
        font-size: 16px;
        line-height: 40px;
    }
}
.wrap-product-show .info-box .link a .iconfont {
    font-size: 24px;
    font-weight: normal;

    margin-right: 10px;
}
.wrap-product-show .info-box .link a:hover {
    color: #fff;
    background-color: #0070c0;
}
.wrap-product-show .info-box .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .share {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .share p {
    font-size: 18px;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .share p {
        font-size: 16px;
    }
}
.wrap-product-show .stickybox {
    overflow: hidden;

    padding-top: 70px;
}
.wrap-product-show .wrap-show-menu {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    top: 80px;

    overflow: hidden;

    background: #fff;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu {
        top: 60px;
    }
}
.wrap-product-show .wrap-show-menu .sidenav-deputy {
    border-top: 1px solid #eaf1f7;
    border-bottom: 1px solid #eaf1f7;
}
.wrap-product-show .wrap-show-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;

    margin: 0 -40px;

    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu ul {
        margin: 0 -20px;
    }
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar {
    position: absolute;
    left: 0;

    height: 4px;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}
.wrap-product-show .wrap-show-menu ul li {
    padding: 0 40px;
}
@media (max-width: 1199px) {
    .wrap-product-show .wrap-show-menu ul li {
        padding: 0 20px;
    }
}
.wrap-product-show .wrap-show-menu ul li a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 15px 0;

    cursor: pointer;
    text-align: center;
}
@media (max-width: 991px) {
    .wrap-product-show .wrap-show-menu ul li a {
        font-size: 16px;
    }
}
.wrap-product-show .wrap-show-menu ul li a:after {
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 1px;

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

    background-color: #0070c0;
}
.wrap-product-show .wrap-show-menu ul li.active a {
    color: #0070c0;
}
.wrap-product-show .wrap-show-menu ul li.active a:after {
    width: 100%;
}
.wrap-product-show .title-product-show h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;

    letter-spacing: -.72px;
}
@media (max-width: 1560px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .title-product-show h3 {
        font-size: 24px;
    }
}
.wrap-product-show .parameter {
    padding-bottom: 70px;

    background: #f3f7fa;
}
.wrap-product-show .parameter .editor-content {
    margin-top: 30px;
}
.wrap-product-show .parameter .editor-content h3 {
    font-size: 24px;
    font-weight: 600;

    letter-spacing: -.48px;
}
@media (max-width: 1560px) {
    .wrap-product-show .parameter .editor-content h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .editor-content h3 {
        font-size: 18px;
    }
}
.wrap-product-show .specifications .editor-content {
    margin-top: 30px;
}
.wrap-product-show .specifications .editor-content h3 {
    font-size: 24px;
    font-weight: 600;

    letter-spacing: -.48px;
}
@media (max-width: 1560px) {
    .wrap-product-show .specifications .editor-content h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .specifications .editor-content h3 {
        font-size: 18px;
    }
}
.wrap-product-show .wrap-faqs .faqs {
    margin-top: 30px;
}
.wrap-product-show .relate-product .slick-related {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .slick-related {
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .slick-dots {
    height: 16px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 1200px) {
    .wrap-product-show .relate-product .slick-dots {
        position: absolute;
        z-index: 4;
        top: -60px;
        right: 0;
    }
}
.wrap-product-show .relate-product .slick-dots li {
    margin: 0 10px;

    vertical-align: middle;

    border: 1px solid #eaf1f7;
    background-color: #f3f7fa;
}
.wrap-product-show .relate-product .slick-dots li.slick-active {
    width: 16px;
    height: 16px;

    border: 4px solid #0070c0;
    background-color: #fff;
}
.wrap-news .news {
    margin-top: -30px;
}
.wrap-news .news>ul>li {
    margin-top: 30px;
}
.wrap-news .news>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-news .news>ul>li:nth-child(2n) .item .text {
    padding-right: 5%;
    padding-left: 0;
}
.wrap-news .news .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-news .news .item .pic {
    overflow: hidden;

    width: 580px;
}
@media (max-width: 1400px) {
    .wrap-news .news .item .pic {
        width: 480px;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 56.41025641%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .text {
    width: -webkit-calc(100% - 580px);
    width: calc(100% - 580px);
    padding-left: 5%;
}
@media (max-width: 1400px) {
    .wrap-news .news .item .text {
        width: -webkit-calc(100% - 480px);
        width: calc(100% - 480px);
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .text {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-news .news .item .text .date {
    line-height: 24px;
}
.wrap-news .news .item .text .title-news {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 68px;

    -webkit-transition: all .2s;
    transition: all .2s;
    letter-spacing: -.44px;

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

        max-height: 60px;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .text .title-news {
        font-size: 18px;
    }
}
.wrap-news .news .item .text .note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item .text .note p {
    line-height: 26px;
}
@media (min-width: 1200px) {
    .wrap-news .news .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wrap-news .news .item:hover .title-news {
        color: #0070c0;
    }
}
.wrap-details {
    padding-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-details {
        padding-top: 30px;
    }
}
.wrap-details .title-details h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px) {
    .wrap-details .title-details h2 {
        font-size: 30px;
    }
}
@media (max-width: 1400px) {
    .wrap-details .title-details h2 {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .wrap-details .title-details h2 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .wrap-details .title-details h2 {
        font-size: 20px;
    }
}
.wrap-details .title-details .date {
    font-size: 14px;
    line-height: 1.71428571;

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

    color: #999;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap-details .title-details .date .iconfont {
    margin-right: 10px;

    color: #0070c0;
}
.wrap-details .keywords {
    margin-top: 30px;
}
.wrap-details .keywords h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: #0070c0;
}
@media (max-width: 1199px) {
    .wrap-details .keywords h3 {
        font-size: 20px;
    }
}
.wrap-details .keywords .editor-content {
    margin-top: 20px;
}
@media (min-width: 1560px) {
    .wrap-details .keywords .editor-content p {
        font-size: 20px;
    }
}
.wrap-details .details-tuwen {
    margin-top: 30px;
}
.wrap-details .details-tuwen ul li {
    margin-top: 40px;
}
.wrap-details .details-tuwen 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-details .details-tuwen ul li:nth-child(2n) .item .text {
    padding-right: 5%;
    padding-left: 0;
}
@media (max-width: 1199px) {
    .wrap-details .details-tuwen ul li:nth-child(2n) .item .text {
        padding-right: 0;
    }
}
.wrap-details .details-tuwen .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap-details .details-tuwen .item .pic {
    overflow: hidden;

    width: 600px;
}
@media (max-width: 1470px) {
    .wrap-details .details-tuwen .item .pic {
        width: 500px;
    }
}
@media (max-width: 1199px) {
    .wrap-details .details-tuwen .item .pic {
        width: 100%;
    }
}
.wrap-details .details-tuwen .item .pic img {
    width: 100%;
    height: auto;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-details .details-tuwen .item .video {
    position: relative;
}
.wrap-details .details-tuwen .item .video:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .4);
}
.wrap-details .details-tuwen .item .video .play {
    line-height: 80px;

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

    width: 80px;
    height: 80px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.wrap-details .details-tuwen .item .video .play[data-src=''] {
    display: none;
}
.wrap-details .details-tuwen .item .video .play span {
    position: relative;
    z-index: 6;

    display: block;

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

    text-align: center;

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background-color: #0070c0;
}
.wrap-details .details-tuwen .item .video .play .iconfont {
    font-size: 24px;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;

    color: #0070c0;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-details .details-tuwen .item .video .play::before,
.wrap-details .details-tuwen .item .video .play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: point_kuo 3s linear infinite;
    animation: point_kuo 3s linear infinite;

    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    background-color: rgba(0, 112, 192, .4);
}
.wrap-details .details-tuwen .item .video .play::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.wrap-details .details-tuwen .item .video .play::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.wrap-details .details-tuwen .item .text {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
    padding-left: 5%;
}
@media (max-width: 1470px) {
    .wrap-details .details-tuwen .item .text {
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px);
    }
}
@media (max-width: 1199px) {
    .wrap-details .details-tuwen .item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-details .details-tuwen .item .title-about {
    font-size: 24px;
    font-weight: 600;

    letter-spacing: -.52px;

    color: #0070c0;
}
@media (max-width: 1470px) {
    .wrap-details .details-tuwen .item .title-about {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .wrap-details .details-tuwen .item .title-about {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-details .details-tuwen .item .title-about {
        font-size: 18px;
    }
}
.wrap-details .details-tuwen .item .editor-content {
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .wrap-details .details-tuwen .item:hover .pic img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.wrap-details .details .details-text {
    margin-top: 60px;
}
.wrap-details .details .details-text h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 1199px) {
    .wrap-details .details .details-text h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-details .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: #0070c0;
}
.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);
    }
}
@media (min-width: 1200px) {
    .wrap-faqs {
        overflow: visible;
    }
}
.wrap-faqs .faqs-left {
    width: 340px;
}
@media (max-width: 1199px) {
    .wrap-faqs .faqs-left {
        width: 100%;
    }
}
.wrap-faqs .faqs-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
@media (max-width: 1199px) {
    .wrap-faqs .faqs-nav {
        position: relative;
        top: 0;
    }
}
@media (max-width: 1199px) {
    .wrap-faqs .faqs-nav>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -20px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .wrap-faqs .faqs-nav>ul {
        margin: 0 -10px;
    }
}
@media (max-width: 1199px) {
    .wrap-faqs .faqs-nav>ul>li {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .wrap-faqs .faqs-nav>ul>li {
        padding: 0 10px;
    }
}
@media (min-width: 1200px) {
    .wrap-faqs .faqs-nav>ul>li {
        position: relative;

        padding: 0 0 40px 30px;
    }
    .wrap-faqs .faqs-nav>ul>li:before {
        position: absolute;
        top: 20px;
        left: 4px;

        display: block;

        width: 2px;
        height: 100%;

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

        background: #eaf1f7;
    }
    .wrap-faqs .faqs-nav>ul>li:after {
        position: absolute;
        z-index: 2;
        bottom: -20px;
        left: 0;

        display: block;

        width: 10px;
        height: 10px;

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

        border-radius: 50%;
        background-color: #f3f7fa;
    }
    .wrap-faqs .faqs-nav>ul>li:nth-child(1):before {
        height: -webkit-calc(100% - 10px);
        height: calc(100% - 10px);
    }
    .wrap-faqs .faqs-nav>ul>li:last-child:before {
        display: none;
    }
    .wrap-faqs .faqs-nav>ul>li:last-child:after {
        display: none;
    }
}
.wrap-faqs .faqs-nav>ul>li>a {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;

    display: block;

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

    color: #666;
}
@media (min-width: 1200px) {
    .wrap-faqs .faqs-nav>ul>li>a:before {
        position: absolute;
        z-index: 2;
        top: 10px;
        left: 0;

        display: block;

        width: 10px;
        height: 10px;

        content: '';

        border-radius: 50%;
        background-color: #f3f7fa;
    }
}
@media (max-width: 1199px) {
    .wrap-faqs .faqs-nav>ul>li>a {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .wrap-faqs .faqs-nav>ul>li>a {
        font-size: 14px;

        padding: 5px 0;
    }
}
.wrap-faqs .faqs-nav>ul>li.active {
    z-index: 5;
}
.wrap-faqs .faqs-nav>ul>li.active:before {
    background-color: #0070c0;
}
.wrap-faqs .faqs-nav>ul>li.active:after {
    background-color: #0070c0;
}
.wrap-faqs .faqs-nav>ul>li.active a {
    color: #000;
}
.wrap-faqs .faqs-nav>ul>li.active a:before {
    background-color: #0070c0;
}
.wrap-faqs .faqs-nav>ul>li:hover a {
    color: #000;
}
.wrap-faqs .faqs-right {
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 5%;
}
@media (max-width: 1199px) {
    .wrap-faqs .faqs-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-faqs .faqs {
    border-top: 1px solid #eaf1f7;
}
.wrap-faqs .faqs .item {
    border-bottom: 1px solid #eaf1f7;
}
.wrap-faqs .faqs .item .title-faqs {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.72727273;

    position: relative;

    padding: 20px 40px 20px 0;

    cursor: pointer;
    letter-spacing: -.44px;
}
@media (max-width: 1560px) {
    .wrap-faqs .faqs .item .title-faqs {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-faqs .faqs .item .title-faqs {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-faqs .faqs .item .title-faqs {
        font-size: 16px;

        padding: 10px 40px 10px 0;
    }
}
.wrap-faqs .faqs .item .title-faqs:after {
    font-family: 'iconfont' !important;
    font-size: 34px;
    font-weight: normal;

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

    content: '\e84f';
}
@media (max-width: 767px) {
    .wrap-faqs .faqs .item .title-faqs:after {
        top: 0;
    }
}
.wrap-faqs .faqs .item .note {
    display: none;

    max-width: 80%;
    padding-bottom: 30px;
}
@media (max-width: 991px) {
    .wrap-faqs .faqs .item .note {
        max-width: 100%;
    }
}
.wrap-faqs .faqs .current .item .title-faqs {
    color: #0070c0;
}
.wrap-faqs .faqs .current .item .title-faqs:after {
    content: '\e850';
}
.wrap-sitemap .sitemap .title h2 {
    margin: 0;
}
.wrap-sitemap .sitemap>ul>li {
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

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

    border: 1px solid #dcdcdc;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>a {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    color: #fff;
    border-color: #0070c0;
    background-color: #0070c0;
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    border-color: #0070c0;
    background-color: #0070c0;
}
.wrap-sitemap .sitemap>ul>li>ul {
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li {
    position: relative;

    list-style: none;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a img {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a {
    font-size: 16px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a:before {
    content: '-';
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover>a {
    color: #0070c0;
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
    text-decoration: underline;

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

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

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

    color: #666;
    border: 1px solid rgba(0, 112, 192, .5);
    border-radius: 5px;
    background-color: rgba(0, 112, 192, .1);
}
.wrap-nosearch .title-in {
    margin-top: 30px;
}
@media (min-width: 1200px) {
    .wrap-nosearch .title-in h2 {
        font-size: 30px;
    }
}
.pagination-info {
    margin-top: 80px;
}
@media (max-width: 1560px) {
    .pagination-info {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .pagination-info {
        margin-top: 30px;
    }
}
.pagination {
    position: relative;

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

    position: relative;
    z-index: 6;

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

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

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

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

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

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

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

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

    width: 100%;

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

    background-color: rgba(0, 112, 192, .1);
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
        padding: 0;
    }
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
    font-size: 16px;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .inquiry-list {
    border-bottom: 1px solid #dfdfdf;
}
.wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-inquiryinfo .inquiry-info .pimg,
.wrap-inquiryinfo .inquiry-info .pname,
.wrap-inquiryinfo .inquiry-info .number,
.wrap-inquiryinfo .inquiry-info .Operation {
    font-size: 14px;

    display: inline-block;

    padding: 20px 10px;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px) {
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation {
        padding: 20px 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .checkbox {
    width: 10%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .checkbox {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .Operation {
    width: 14%;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .Operation {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg {
    width: 14%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .pimg {
        width: -webkit-calc(44% - 30px);
        width: calc(44% - 30px);
    }
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box {
    overflow: hidden;
}
.wrap-inquiryinfo .inquiry-info .number {
    width: 20%;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .number {
        width: -webkit-calc(56% - 30px);
        width: calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .pname {
    width: 38%;
}
.wrap-inquiryinfo .inquiry-info .check-all .substitite {
    padding-left: 0;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .check-all span {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span {
    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: middle;
}
.wrap-inquiryinfo .inquiry-info .check-all {
    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .hidden-xs {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .visible-xs {
    display: none;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info .visible-xs {
        display: block;
    }
}
.wrap-inquiryinfo .inquiry-info .Each,
.wrap-inquiryinfo .inquiry-info .all {
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;

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

    border: 1px solid #999;
    border-radius: 50%;
    outline: none;
    background: none;

    -webkit-appearance: none;
}
.wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-inquiryinfo .inquiry-info .all:checked::after {
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';

    color: #0070c0;
}
.wrap-inquiryinfo .inquiry-info .change .Each::after {
    font-family: 'iconfont';
    font-size: 18px;

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

    content: '\e656';

    color: #0070c0;
}
.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: #0070c0;
    background-color: #0070c0;
}
.wrap-inquiryinfo .inquiry-info .add1 {
    margin-top: -1px;
    margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic {
    overflow: hidden;

    border: 1px solid #dcdcdc;
}
.wrap-inquiryinfo .inquiry-info p {
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .inquiry-info p {
        font-size: 13px;

        margin-bottom: 4px;
    }
}
.wrap-inquiryinfo .iclose {
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiryinfo .iclose::after {
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px) {
    .wrap-inquiryinfo .iclose::after {
        font-size: 16px;
    }
}
.wrap-inquiryinfo .iclose:hover::after {
    color: #0070c0;
}
.wrap-inquiryinfo .inquiry-message {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry-message {
        padding-top: 50px;
    }
}
.wrap-inquiryinfo .inquiry {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-inquiryinfo .inquiry {
        padding-top: 50px;
    }
}
.editor-content p {
    font-size: 18px;
    line-height: 32px;

    margin: 0;

    color: #444;
}
@media (max-width: 1560px) {
    .editor-content p {
        font-size: 16px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .editor-content p {
        font-size: 14px;
        line-height: 24px;
    }
}
.editor-content.lh-30 p {
    line-height: 30px;
}
@media (max-width: 1560px) {
    .editor-content.lh-30 p {
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .editor-content.lh-30 p {
        line-height: 24px;
    }
}
.editor-content.lh-26 p {
    line-height: 26px;
}
@media (max-width: 1560px) {
    .editor-content.lh-26 p {
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .editor-content.lh-26 p {
        line-height: 22px;
    }
}
.editor-content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;

    margin-bottom: 20px;

    letter-spacing: -.48px;

    color: #0070c0;
}
@media (max-width: 1199px) {
    .editor-content h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .editor-content h3 {
        font-size: 18px;
    }
}
.editor-content img {
    max-width: 100% !important;
    height: auto !important;
}
.editor-content ul,
.editor-content ol {
    padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li {
    list-style: inherit;
}
.editor-content .table-box {
    line-height: 1.625;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}
.editor-content .table-box table {
    font-size: 16px;
    line-height: 1.2;

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

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

    background: #f3f7fa;
}
.editor-content .table-box table p {
    font-size: 16px;
}
.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
    width: auto !important;
    height: auto !important;
}
.editor-content .table-box table td,
.editor-content .table-box table th {
    font-weight: normal;

    padding: 15px 20px !important;

    border: 1px solid #badbf8;
}
@media (max-width: 480px) {
    .editor-content .table-box table td,
    .editor-content .table-box table th {
        padding: 8px !important;
    }
}
.editor-content .table-box table tr p,
.editor-content .table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.editor-content .table-box table th {
    text-align: center;
}
.auto-adjust-img.is-mobile img {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
    font-size: 0 !important;

    overflow-x: hidden;

    margin: 0 -5px !important;
    padding: 0;
}
@media (min-width: 768px) {
    .auto-adjust-img p.contains-pictures {
        white-space: nowrap;
    }
}
.auto-adjust-img p.contains-pictures>img {
    display: inline-block;

    margin: 5px;
}
.wrap-map {
    overflow: hidden;
}
.wrap-map img {
    transition: all 1s;
    width: 100%;
}
.wrap-map:hover img {
    transform: scale(1.1);
}
#choose {
    position: relative;
    top: -90px;
}