@font-face {
    font-family: "Alibaba PuHuiTi";
    src: local("Alibaba PuHuiTi Bold"), local("AlibabaPuHuiTi-Bold"),
        url("../fonts/AlibabaPuHuiTi-Bold.woff2") format("woff2"),
        url("../fonts/AlibabaPuHuiTi-Bold.woff") format("woff"),
        url("../fonts/AlibabaPuHuiTi-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Microsoft YaHei", "Alibaba PuHuiTi", Arial, Helvetica,
        "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB",
        sans-serif;
    font-size: 16px;
    font-weight: normal;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    position: relative;
    background: url(../img/com_bg01.jpg) no-repeat center;
    background-size: 100% 100%;
}
html.lenis {
    height: 100%;
}
.lenis.lenis-smooth {
    scroll-behavior: auto;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
:root {
    --pad: -webkit-calc(-655vw);
    --pad: calc(50vw - 705px);
}
.img-box {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.zoom {
    cursor: crosshair;
    position: relative;
}
.img-box img,
.img-box iframe,
.img-box video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
img[data-lazy] {
    background: url(../images/load.gif) no-repeat center;
}
img.lazy {
    min-width: 1px;
    min-height: 1px;
    background: url(../images/load.gif) no-repeat center;
}
.lazy {
    background-image: url(../images/load.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-lazy {
    background: url(../images/load.gif) no-repeat center;
}
.loaded {
    background-size: cover;
}
li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}
input,
textarea {
    outline: none;
}
@media (max-width: 1199px) {
    .anim-left,
    .anim-right,
    .animated.zoomIn,
    .animated.flipInX,
    .animated.swing,
    .animated.pulse,
    .animated.bounceInLeft,
    .animated.bounceInRight,
    .animated.bounceIn,
    .animated.fadeInUp,
    .animated.fadeInDown,
    .animated.fadeInLeft,
    .animated.fadeInRight {
        animation: none !important;
    }
}
auto-adjust-img img {
    max-width: 100% !important;
    height: auto !important;
}
.auto-adjust-img.is-mobile img {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
    font-size: 0 !important;
    overflow-x: hidden;
    margin: 0 -5px !important;
    padding: 0;
}
@media (min-width: 767px) {
    .auto-adjust-img p.contains-pictures {
        white-space: nowrap;
    }
}
.auto-adjust-img p.contains-pictures > img {
    display: inline-block;
    margin: 5px;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}
.fszero {
    font-size: 0;
    overflow: hidden;
    width: 0;
    height: 0;
}
.serach-part {
    display: none;
}
.search-none {
    padding-bottom: 20px;
}
.search-none h2 {
    color: #666;
}
.search-none p {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 5px;
    margin: 0;
    color: #ab7640;
    padding: 10px;
}
.animated {
    animation-duration: 1.2s;
}
.header .search-wrap {
    font-size: 14px;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .search-wrap .search-close {
    position: absolute;
    top: 5%;
    right: 10%;
    cursor: pointer;
    color: #fff;
}
@media (max-width: 1199px) {
    .header .search-wrap .search-close {
        right: 5%;
    }
}
.header .search-wrap .search-close .icon {
    font-size: 30px;
}
.header .search-wrap .search-box {
    position: absolute;
    top: 50%;
    left: 10%;
    overflow: hidden;
    width: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 6px;
}
@media (max-width: 1199px) {
    .header .search-wrap .search-box {
        left: 5%;
        width: 90%;
    }
}
.header .search-wrap input {
    line-height: 30px;
    width: 100%;
    padding: 15px;
    color: #666;
}
@media (max-width: 1199px) {
    .header .search-wrap input {
        padding: 10px;
        line-height: 26px;
    }
}
.header .search-wrap .submit {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 100%;
    padding: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 0;
    background: #2356a7;
    border: none;
    color: #fff;
}
.header .search-wrap .submit:before {
    font-family: "iconfont" !important;
    content: "\e641";
}
.header .search-wrap .submit:hover {
    background-color: #221e1f;
    color: #fff;
}
@media (min-width: 1470px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1710px) {
    .con1710 {
        max-width: 1710px;
    }
    .con1620 {
        max-width: 1620px;
    }
    .con1680 {
        max-width: 1680px;
    }
    .con1740 {
        max-width: 1740px;
    }
    .con1560 {
        max-width: 1560px;
    }
    .con1810 {
        max-width: 1810px;
    }
    .con1820 {
        max-width: 1820px;
    }
    .con1890 {
        max-width: 1890px;
    }
    .con1920 {
        max-width: 1920px;
    }
}
.wrap {
    padding: 90px 0;
}
@media (max-width: 1199px) {
    .wrap {
        padding: 40px 0;
    }
}
.wrap-inner {
    padding: 220px 0 160px 0;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .wrap-inner {
        padding: 100px 0 40px 0;
    }
}
#content {
    position: relative;
    top: -20%;
    transition: all 0.6s;
}
.xs-product-nav {
    padding: 40px 0;
    display: none;
}
@media (max-width: 1199px) {
    .xs-product-nav {
        display: block;
    }
}
.xs-product-nav ul {
    display: flex;
    flex-wrap: wrap;
}
.xs-product-nav ul li {
    width: 50%;
    display: inline-block;
    overflow: hidden;
    height: auto;
    padding: 4px;
    vertical-align: top;
}
.xs-product-nav ul li.active a {
    background: #2356a7;
    color: #fff;
}
.xs-product-nav ul li a {
    color: #222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    height: 100%;
    padding: 10px 10px;
    text-transform: capitalize;
    display: flex;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    background: #fff;
}
.menu-btn {
    display: none;
    color: #fff;
    margin-left: 20px;
    line-height: 60px;
}
@media (max-width: 767px) {
    .menu-btn {
        margin-left: 15px;
    }
}
.menu-btn .icon {
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
}
@media (max-width: 1199px) {
    .menu-btn .icon {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .menu-btn {
        display: block;
    }
}
.home-banner {
    padding-top: 0;
}
@media (max-width: 1199px) {
    .home-banner .banner {
        display: none;
    }
}
.home-banner .xs-banner {
    display: none;
}
@media (max-width: 1199px) {
    .home-banner .xs-banner {
        display: block;
    }
}
.home-banner .xs-banner .swiper-xs-container {
    --swiper-pagination-color: #fff;
}
.home-banner .xs-banner .swiper-xs-container .item a img {
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .home-banner .xs-banner .swiper-xs-container .item a img {
        width: 100%;
        max-width: 100%;
        margin-left: 0%;
    }
}
.fancybox-slide--video video {
    max-width: 80%;
}
@media (max-width: 767px) {
    .fancybox-slide--video video {
        max-width: 90%;
    }
}
.fancybox-slide > video {
    padding: 0;
}
.home-banner {
    padding-top: 0px;
    z-index: 4;
}
@media (max-width: 1199px) {
    .home-banner {
        padding-top: 60px;
    }
}
.home-banner .swiper-slide {
    overflow: hidden;
}
.home-banner .swiper-slide .item {
    position: relative;
    overflow: hidden;
}
.home-banner .swiper-slide .item .txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    position: absolute;
    z-index: 3;
}
@media (max-width: 1199px) {
    .home-banner .swiper-slide .item .txt {
        width: 90%;
        margin: 0 5%;
    }
}
.home-banner .swiper-slide .item .txt h2 {
    margin: 0;
    font-size: 56px;
    color: #fff;
    font-weight: bold;
    line-height: 64px;
}
@media (max-width: 1199px) {
    .home-banner .swiper-slide .item .txt h2 {
        font-size: 24px;
        line-height: 32px;
    }
}
@media (max-width: 767px) {
    .home-banner .swiper-slide .item .txt h2 {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
}
.home-banner .swiper-slide .item .txt p {
    margin: 20px 0 0 0;
    color: #f5f5f5;
    line-height: 20px;
}
@media (max-width: 1199px) {
    .home-banner .swiper-slide .item .txt p {
        font-size: 14px;
        margin: 10px 0 0 0;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .home-banner .swiper-slide .item .txt p {
        margin: 5px 0 0 0;
        font-size: 12px;
        line-height: normal;
    }
}
.home-banner .swiper-slide .item .banner-box {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 1s ease-out;
    opacity: 1;
    width: 100%;
}
.home-banner .swiper-slide .item .banner-box .tit h2 {
    color: #fff;
    font-size: 62px;
    font-weight: bold;
    letter-spacing: 13.2px;
    line-height: 120%;
    margin: 0;
}
@media (max-width: 1199px) {
    .home-banner .swiper-slide .item .banner-box .tit h2 {
        font-size: 24px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
@media (max-width: 1199px) {
    .home-banner .swiper-slide .item .banner-box .tit h2 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .home-banner .swiper-slide .item .banner-box .tit h2 {
        font-size: 16px;
    }
}
.home-banner .swiper-slide .item .banner-box .more {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .home-banner .swiper-slide .item .banner-box .more {
        margin-top: 20px;
    }
}
.home-banner .swiper-slide .item .banner-box .more a {
    padding: 13px 45px;
    background: #2356a7;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px;
    transition: all 0.2s ease-out;
    border-radius: 100px;
}
@media (max-width: 1199px) {
    .home-banner .swiper-slide .item .banner-box .more a {
        font-size: 12px;
        padding: 10px 30px;
        letter-spacing: normal;
    }
}
.home-banner .swiper-slide .item .banner-box .more a:hover {
    background: rgba(35, 86, 167, 0.9);
}
.home-banner .banner {
    position: relative;
    overflow: hidden;
}
.home-banner .banner img {
    display: block;
    width: 100%;
}
.home-banner .banner .mobile-video:before {
    font-size: 50px;
    position: absolute;
    font-family: "iconfont" !important;
    z-index: 3;
    top: 50%;
    left: 50%;
    content: "\e618";
    -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, 0.3);
}
.home-banner .banner .tit .info {
    content: "";
    position: absolute;
    bottom: 0;
}
.home-banner .banner .tit .info span {
    color: #fff;
    font-size: 180px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    opacity: 0.6;
}
@media (max-width: 1199px) {
    .home-banner .banner .tit .info span {
        font-size: 40px;
    }
}
.home-banner .swiper-slide.swiper-slide-active .banner-box {
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home-banner .swiper-slide.swiper-slide-active .banner-box .tit {
    animation-duration: 1s;
    animation-delay: 0.2s;
}
.home-banner .swiper-slide.swiper-slide-active .banner-box .more {
    animation-duration: 1s;
    animation-delay: 0.4s;
}
.home-banner .banner-video-box {
    padding-bottom: calc(1000 / 1920 * 100%);
}
.home-banner .banner-video-box .banner-video {
    object-fit: cover;
}
.home-banner .fluid_video_wrapper {
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 1199px) {
    .home-banner .swiper-container img {
        width: 100%;
        max-width: 100%;
        margin-left: 0%;
    }
}
@media (max-width: 767px) {
    .home-banner .swiper-container img {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
.home-banner .swiper-pagination {
    z-index: 6;
    width: auto;
    display: flex;
    bottom: 5% !important;
    padding: 0 7%;
    justify-content: center;
    width: 100%;
}
@media (max-width: 1199px) {
    .home-banner .swiper-pagination {
        width: 100%;
        justify-content: center;
    }
}
.home-banner .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    margin: 0 15px !important;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 100%;
    background: none;
    background-clip: content-box;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid #fff;
    transition: all 0.4s;
    opacity: 0.5;
}
@media (max-width: 1199px) {
    .home-banner .swiper-pagination-bullet {
        margin: 0 7px !important;
        width: 20px;
        height: 20px;
    }
}
@keyframes pagCircle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.home-banner .swiper-pagination-bullet::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    content: "";
    transition: all 0.5s;
}
.home-banner .swiper-pagination-bullet-active {
    animation: pagCircle 10s linear infinite;
    opacity: 1;
}
.home-banner .swiper-pagination-bullet-active::before {
    background-color: #fff;
}
.home-banner .swiper-pagination {
    bottom: 24px;
}
@media (max-width: 1199px) {
    .home-banner .swiper-pagination {
        bottom: 15px;
    }
}
@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
        /* 从视口底部开始 */
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        /* 移动到原始位置 */
    }
}
.home-banner .swiper-slide-active .item .txt {
    animation: zoomIn 3s 0s ease both;
}
.home-banner .swiper-button-prev,
.home-banner .swiper-button-next {
    top: 94%;
}
.home-banner .swiper-button-prev:hover::after,
.home-banner .swiper-button-next:hover::after {
    color: #fff;
}
@media (max-width: 1199px) {
    .home-banner .swiper-button-prev,
    .home-banner .swiper-button-next {
        top: 50%;
    }
}
.home-banner .swiper-button-prev::after,
.home-banner .swiper-button-next::after {
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 16px;
    transition: all 0.4s;
}
@media (max-width: 1199px) {
    .home-banner .swiper-button-prev::after,
    .home-banner .swiper-button-next::after {
        font-size: 16px;
    }
}
.home-banner .swiper-button-prev {
    left: 45%;
}
@media (max-width: 1920px) {
    .home-banner .swiper-button-prev {
        left: 40%;
    }
}
@media (max-width: 1199px) {
    .home-banner .swiper-button-prev {
        left: 1%;
    }
}
.home-banner .swiper-button-prev::after {
    content: "\eaf6";
    font-family: "iconfont" !important;
}
.home-banner .swiper-button-next {
    right: 45%;
}
@media (max-width: 1920px) {
    .home-banner .swiper-button-next {
        right: 40%;
    }
}
@media (max-width: 1199px) {
    .home-banner .swiper-button-next {
        right: 1%;
    }
}
.home-banner .swiper-button-next::after {
    content: "\eaf5";
    font-family: "iconfont" !important;
}
.home-banner .link-info {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 2;
    width: 100%;
    text-align: start;
    height: 100%;
    display: flex;
    align-items: center;
}
.home-banner .banner-tit ul {
    position: absolute;
    bottom: 10px;
}
.home-banner .banner-tit ul li {
    display: inline-block;
    padding: 0 12px;
    position: relative;
}
.home-banner .banner-tit ul li:first-child {
    padding-left: 0;
}
.home-banner .banner-tit ul li::after {
    content: "/";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
}
.home-banner .banner-tit ul li:last-child {
    padding-right: 0;
}
.home-banner .banner-tit ul li:last-child::after {
    display: none;
}
.home-banner .banner-tit ul li:last-child a {
    font-weight: 600;
}
.home-banner .banner-tit ul li a {
    font-size: 14px;
    display: block;
    color: #fff;
    line-height: 26px;
}
.home-banner .banner-tit ul li a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .home-banner .banner-tit ul li a {
        font-size: 14px;
    }
}
.home-banner .banner-tit h2 {
    padding-top: 12px;
    font-size: 70px;
    font-family: "Orbitron", sans-serif;
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 90px;
}
@media (max-width: 1199px) {
    .home-banner .banner-tit h2 {
        font-size: 24px;
        line-height: normal;
        letter-spacing: normal;
    }
}
@media (max-width: 991px) {
    .home-banner .banner-tit h2 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .home-banner .banner-tit h2 {
        font-size: 14px;
    }
}
.home-banner .banner-tit .txt {
    margin-top: 36px;
}
@media (max-width: 1199px) {
    .home-banner .banner-tit .txt {
        margin-top: 20px;
        height: 120px;
        overflow: auto;
    }
    .home-banner .banner-tit .txt::-webkit-scrollbar {
        border-radius: 5px;
        width: 2px;
        height: 5px;
        background-color: #fff;
    }
    .home-banner .banner-tit .txt::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        background-color: #fff;
    }
    .home-banner .banner-tit .txt::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #fff;
    }
    .home-banner .banner-tit .txt::-webkit-scrollbar-thumb:hover {
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.2);
    }
}
@media (max-width: 991px) {
    .home-banner .banner-tit .txt {
        height: 80px;
    }
}
@media (max-width: 767px) {
    .home-banner .banner-tit .txt {
        height: 40px;
    }
    .home-banner .banner-tit .txt::-webkit-scrollbar {
        width: 1px;
    }
}
.home-banner .banner-tit .txt p {
    margin: 0;
    color: #d9d9d9;
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 1199px) {
    .home-banner .banner-tit .txt p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .home-banner .banner-tit .txt p {
        font-size: 13px;
    }
}
@media (max-width: 1199px) {
    .fadeup1,
    .fadeup2,
    .fadedown1,
    .fadedown2,
    .fadein1,
    .fadein2,
    .fadeleft1,
    .faderight1 {
        animation: none;
    }
}
:root {
    --48: 48px;
    --16: 16px;
}
.header.home-header {
    background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
    .header.home-header {
        background: #222 !important;
        opacity: 1 !important;
    }
}
.header.home-header .header-menu .info .menu-left .menu-nav .nav-first li a {
    color: #fff;
}
.header.home-header .header-menu .info .menu-left .menu-nav .nav-first ul li a {
    color: #222;
}
.header.home-header .header-menu .info .menu-right .menu-search .find::after {
    background: #fff;
}
.header.home-header .header-menu .info .menu-right .menu-search .find a i {
    color: #fff;
}
.header.home-header .header-menu .info .menu-right .menu-tel a {
    color: #fff;
}
.header.home-header .header-menu .info .menu-right .menu-btn i {
    color: #fff;
}
.header {
    position: fixed;
    width: 100%;
    z-index: 11;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199px) {
    .header {
        background: #222 !important;
    }
}
.header .header-menu .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .header .header-menu .info {
        height: 60px;
    }
}
.header .header-menu .info .menu-left {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
}
.header .header-menu .info .menu-left .menu-logo a {
    display: block;
    height: auto;
}
.header .header-menu .info .menu-left .menu-logo a img {
    max-height: 55px;
}
@media (max-width: 1400px) {
    .header .header-menu .info .menu-left .menu-logo a img {
        max-height: 45px;
    }
}
@media (max-width: 1199px) {
    .header .header-menu .info .menu-left .menu-logo a img {
        max-height: 45px;
    }
}
@media (max-width: 767px) {
    .header .header-menu .info .menu-left .menu-logo a img {
        max-height: 25px;
    }
}
.header .header-menu .info .menu-left .menu-nav {
    padding-left: 80px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    flex: 0 1 auto;
    min-width: 0;
}
@media (max-width: 1470px) {
    .header .header-menu .info .menu-left .menu-nav {
        padding-left: 30px;
    }
}
@media (max-width: 1400px) {
    .header .header-menu .info .menu-left .menu-nav {
        padding-left: 15px;
    }
}
@media (max-width: 1199px) {
    .header .header-menu .info .menu-left .menu-nav {
        display: none;
    }
}
.header .header-menu .info .menu-left .menu-nav .nav-first {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    transition: all 0.4s ease;
    white-space: nowrap;
}
.header .header-menu .info .menu-left .menu-nav .nav-first li {
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
}
.header .header-menu .info .menu-left .menu-nav .nav-first li a {
    color: #fff;
    display: block;
    transition: all 0.2s;
    position: relative;
    line-height: 90px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: 400;
    white-space: nowrap;
}
@media (max-width: 1710px) {
    .header .header-menu .info .menu-left .menu-nav .nav-first li a {
        padding: 0 10px;
    }
}
@media (max-width: 1470px) {
    .header .header-menu .info .menu-left .menu-nav .nav-first li a {
        padding: 0 6px;
    }
}
@media (max-width: 1400px) {
    .header .header-menu .info .menu-left .menu-nav .nav-first li a {
        padding: 0 3px;
        font-size: 12px;
    }
}
.header .header-menu .info .menu-left .menu-nav .nav-first li a:hover {
    color: #2356a7;
}
.header .header-menu .info .menu-left .menu-nav .nav-first li > ul {
    display: none;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    border-top: 0;
    min-width: 100%;
    box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
    transform-origin: center top;
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 20px 20px;
}
.header .header-menu .info .menu-left .menu-nav .nav-first li > ul li {
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    flex-wrap: wrap;
    background: transparent;
    padding: 0;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
}
.header
    .header-menu
    .info
    .menu-left
    .menu-nav
    .nav-first
    li
    > ul
    li:last-child {
    border-bottom: none;
}
.header .header-menu .info .menu-left .menu-nav .nav-first li > ul li a {
    display: block;
    flex-wrap: wrap;
    font-size: 16px;
    color: #222;
    line-height: 32px;
    padding: 10px 30px;
    text-transform: capitalize;
}
.header .header-menu .info .menu-left .menu-nav .nav-first li > ul li a:hover {
    transform: translateX(10px);
    color: #2356a7;
}
.header .header-menu .info .menu-left .menu-nav .nav-first li > ul li > ul {
    display: none;
    position: absolute;
    flex-wrap: wrap;
    left: 100%;
    top: -15px;
    min-width: 100%;
    z-index: 9;
    background: #fff;
    color: #222;
    text-align: left;
    box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
    transform: none;
}
.header .header-menu .info .menu-left .menu-nav .nav-first li > ul li > ul li {
    display: block;
    text-align: start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}
.header
    .header-menu
    .info
    .menu-left
    .menu-nav
    .nav-first
    li
    > ul
    li
    > ul
    li
    a {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 32px;
    padding: 5px 20px;
    font-size: 15px;
}
.header .header-menu .info .menu-right {
    display: flex;
    align-self: center;
}
@media (max-width: 1199px) {
    .header .header-menu .info .menu-right .menu-link {
        display: flex;
        align-items: center;
    }
}
.header .header-menu .info .menu-right .menu-link a {
    display: block;
    text-align: center;
    transition: all 0.3s ease-out;
    padding: 14px 40px;
    border-radius: 100px;
    background: #2356a7;
    color: #fff;
    font-size: 12px;
}
@media (max-width: 1199px) {
    .header .header-menu .info .menu-right .menu-link a {
        padding: 10px 30px;
    }
}
@media (max-width: 767px) {
    .header .header-menu .info .menu-right .menu-link a {
        display: none;
    }
}
.header .header-menu .info .menu-right .menu-link a:hover {
    background: #222;
}
.header .header-menu .info .menu-right .menu-search {
    display: flex;
    align-items: center;
    padding: 0 60px 0 30px;
}
@media (max-width: 1470px) {
    .header .header-menu .info .menu-right .menu-search {
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .header .header-menu .info .menu-right .menu-search {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .header .header-menu .info .menu-right .menu-search {
        padding: 0px;
    }
}
.header .header-menu .info .menu-right .menu-search .find {
    position: relative;
}
.header .header-menu .info .menu-right .menu-search .find::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}
@media (max-width: 1400px) {
    .header .header-menu .info .menu-right .menu-search .find::after {
        right: -15px;
    }
}
@media (max-width: 1199px) {
    .header .header-menu .info .menu-right .menu-search .find::after {
        display: none;
    }
}
.header .header-menu .info .menu-right .menu-search .find a {
    display: block;
    cursor: pointer;
    color: #fff;
}
@media (max-width: 1199px) {
    .header .header-menu .info .menu-right .menu-search .find a {
        color: #fff;
    }
}
.header .header-menu .info .menu-right .menu-search .find a i {
    font-size: 18px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
    .header .header-menu .info .menu-right .menu-search .find a i {
        font-size: 24px;
    }
}
.header .header-menu .info .menu-right .menu-search .find a i:hover {
    color: #2356a7;
}
.header .header-menu .info .menu-right .menu-tel {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .header .header-menu .info .menu-right .menu-tel {
        display: none;
    }
}
.header .header-menu .info .menu-right .menu-tel a {
    display: flex;
    align-items: center;
    color: #fff;
    letter-spacing: -0.48px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .header .header-menu .info .menu-right .menu-tel a {
        font-size: 14px;
        letter-spacing: normal;
        color: #fff;
    }
}
.header .header-menu .info .menu-right .menu-tel a span {
    transition: all 0.2s ease-out;
}
.header .header-menu .info .menu-right .menu-tel a:hover span {
    color: #2356a7;
    text-decoration: underline;
}
.header .header-menu .info .menu-right .menu-tel a i {
    margin-right: 5px;
}
.header .header-menu .info .menu-right .translate {
    margin-left: 15px;
    min-width: 180px;
    display: flex;
    align-items: center;
}
.header .header-menu .info .menu-right .translate {
    display: none;
    margin-left: 0;
    min-width: 0;
}
@media (max-width: 767px) {
    .header .header-menu .info .menu-right .translate {
        display: none;
        margin-left: 0;
        min-width: 0;
    }
}

@media (min-width: 1200px) {
    .header .header-menu .info,
    .header .header-menu.active .info {
        flex-wrap: nowrap;
        gap: 14px;
    }
    .header .header-menu .info .menu-left,
    .header .header-menu.active .info .menu-left {
        flex: 1 1 auto;
        min-width: 0;
    }
    .header .header-menu .info .menu-right,
    .header .header-menu.active .info .menu-right {
        flex: 0 0 auto;
        margin-left: auto;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    .header .header-menu .info .menu-left .menu-nav,
    .header .header-menu.active .info .menu-left .menu-nav {
        min-width: 0;
        padding-left: clamp(12px, 2vw, 80px);
    }
    .header .header-menu .info .menu-left .menu-nav .nav-first,
    .header .header-menu.active .info .menu-left .menu-nav .nav-first {
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .header .header-menu .info .menu-right .menu-link a,
    .header .header-menu.active .info .menu-right .menu-link a {
        padding: 12px 24px;
    }
    .header .header-menu .info .menu-right .menu-search,
    .header .header-menu.active .info .menu-right .menu-search {
        padding: 0 14px;
    }
    .header .header-menu .info .menu-left .menu-nav .nav-first li a,
    .header .header-menu.active .info .menu-left .menu-nav .nav-first li a {
        padding: 0 3px;
        font-size: 12px;
    }
}
.header .header-menu.active .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .header .header-menu.active .info {
        height: 60px;
    }
}
.header .header-menu.active .info .menu-left {
    display: flex;
    align-items: center;
}
.header .header-menu.active .info .menu-left .menu-logo a {
    display: block;
    height: auto;
}
.header .header-menu.active .info .menu-left .menu-logo a img {
    max-height: 55px;
}
@media (max-width: 1400px) {
    .header .header-menu.active .info .menu-left .menu-logo a img {
        max-height: 45px;
    }
}
@media (max-width: 1199px) {
    .header .header-menu.active .info .menu-left .menu-logo a img {
        max-height: 45px;
    }
}
@media (max-width: 767px) {
    .header .header-menu.active .info .menu-left .menu-logo a img {
        max-height: 25px;
    }
}
.header .header-menu.active .info .menu-left .menu-nav {
    padding-left: 80px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
}
@media (max-width: 1470px) {
    .header .header-menu.active .info .menu-left .menu-nav {
        padding-left: 30px;
    }
}
@media (max-width: 1400px) {
    .header .header-menu.active .info .menu-left .menu-nav {
        padding-left: 15px;
    }
}
@media (max-width: 1199px) {
    .header .header-menu.active .info .menu-left .menu-nav {
        display: none;
    }
}
.header .header-menu.active .info .menu-left .menu-nav .nav-first {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all 0.4s ease;
}
.header .header-menu.active .info .menu-left .menu-nav .nav-first li {
    display: inline-block;
    position: relative;
}
.header .header-menu.active .info .menu-left .menu-nav .nav-first li a {
    color: #222;
    display: block;
    transition: all 0.2s;
    position: relative;
    line-height: 90px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: 400;
}
@media (max-width: 1710px) {
    .header .header-menu.active .info .menu-left .menu-nav .nav-first li a {
        padding: 0 10px;
    }
}
@media (max-width: 1470px) {
    .header .header-menu.active .info .menu-left .menu-nav .nav-first li a {
        padding: 0 6px;
    }
}
@media (max-width: 1400px) {
    .header .header-menu.active .info .menu-left .menu-nav .nav-first li a {
        padding: 0 4px;
        font-size: 13px;
    }
}
.header .header-menu.active .info .menu-left .menu-nav .nav-first li a:hover {
    color: #2356a7;
}
.header .header-menu.active .info .menu-left .menu-nav .nav-first li > ul {
    display: none;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    border-top: 0;
    min-width: 100%;
    box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
    transform-origin: center top;
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 20px 20px;
}
.header .header-menu.active .info .menu-left .menu-nav .nav-first li > ul li {
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    flex-wrap: wrap;
    background: transparent;
    padding: 0;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
}
.header
    .header-menu.active
    .info
    .menu-left
    .menu-nav
    .nav-first
    li
    > ul
    li:last-child {
    border-bottom: none;
}
.header .header-menu.active .info .menu-left .menu-nav .nav-first li > ul li a {
    display: block;
    flex-wrap: wrap;
    font-size: 16px;
    color: #222;
    line-height: 32px;
    padding: 10px 30px;
    text-transform: capitalize;
}
.header
    .header-menu.active
    .info
    .menu-left
    .menu-nav
    .nav-first
    li
    > ul
    li
    a:hover {
    transform: translateX(10px);
    color: #2356a7;
}
.header
    .header-menu.active
    .info
    .menu-left
    .menu-nav
    .nav-first
    li
    > ul
    li
    > ul {
    display: none;
    position: absolute;
    flex-wrap: wrap;
    left: 100%;
    top: -15px;
    min-width: 100%;
    z-index: 9;
    background: #fff;
    color: #222;
    text-align: left;
    box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
    transform: none;
}
.header
    .header-menu.active
    .info
    .menu-left
    .menu-nav
    .nav-first
    li
    > ul
    li
    > ul
    li {
    display: block;
    text-align: start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}
.header
    .header-menu.active
    .info
    .menu-left
    .menu-nav
    .nav-first
    li
    > ul
    li
    > ul
    li
    a {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 32px;
    padding: 5px 20px;
    font-size: 15px;
}
.header .header-menu.active .info .menu-right {
    display: flex;
    align-self: center;
}
@media (max-width: 1199px) {
    .header .header-menu.active .info .menu-right .menu-link {
        display: flex;
        align-items: center;
    }
}
.header .header-menu.active .info .menu-right .menu-link a {
    display: block;
    text-align: center;
    transition: all 0.3s ease-out;
    padding: 14px 40px;
    border-radius: 100px;
    background: #2356a7;
    color: #fff;
    font-size: 12px;
}
@media (max-width: 1199px) {
    .header .header-menu.active .info .menu-right .menu-link a {
        padding: 10px 30px;
    }
}
@media (max-width: 767px) {
    .header .header-menu.active .info .menu-right .menu-link a {
        display: none;
    }
}
.header .header-menu.active .info .menu-right .menu-link a:hover {
    background: #222;
}
.header .header-menu.active .info .menu-right .menu-search {
    display: flex;
    align-items: center;
    padding: 0 60px 0 30px;
}
@media (max-width: 1400px) {
    .header .header-menu.active .info .menu-right .menu-search {
        padding: 0 30px;
    }
}
@media (max-width: 1199px) {
    .header .header-menu.active .info .menu-right .menu-search {
        padding: 0 15px;
    }
}
.header .header-menu.active .info .menu-right .menu-search .find {
    position: relative;
}
.header .header-menu.active .info .menu-right .menu-search .find::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #222;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}
@media (max-width: 1400px) {
    .header .header-menu.active .info .menu-right .menu-search .find::after {
        right: -15px;
    }
}
@media (max-width: 1199px) {
    .header .header-menu.active .info .menu-right .menu-search .find::after {
        display: none;
    }
}
.header .header-menu.active .info .menu-right .menu-search .find a {
    display: block;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .header .header-menu.active .info .menu-right .menu-search .find a {
        color: #fff;
    }
}
.header .header-menu.active .info .menu-right .menu-search .find a i {
    font-size: 18px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
    .header .header-menu.active .info .menu-right .menu-search .find a i {
        font-size: 24px;
    }
}
.header .header-menu.active .info .menu-right .menu-search .find a i:hover {
    color: #2356a7;
}
.header .header-menu.active .info .menu-right .menu-tel {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .header .header-menu.active .info .menu-right .menu-tel {
        display: none;
    }
}
.header .header-menu.active .info .menu-right .menu-tel a {
    display: flex;
    align-items: center;
    color: #222;
    letter-spacing: -0.48px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .header .header-menu.active .info .menu-right .menu-tel a {
        font-size: 14px;
        letter-spacing: normal;
        color: #fff;
    }
}
.header .header-menu.active .info .menu-right .menu-tel a span {
    transition: all 0.2s ease-out;
}
.header .header-menu.active .info .menu-right .menu-tel a:hover span {
    color: #2356a7;
    text-decoration: underline;
}
.header .header-menu.active .info .menu-right .menu-tel a i {
    margin-right: 5px;
}
.header .header-nav.case-nav,
.header .header-nav.details-nav {
    padding: 0;
}
@media (max-width: 1199px) {
    .header .header-nav.case-nav,
    .header .header-nav.details-nav {
        padding: 10px 0;
    }
}
.header .header-nav {
    background: transparent;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}
.header .header-nav .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: auto;
}
@media (max-width: 1199px) {
    .header .header-nav .info {
        flex-direction: column;
        align-items: start;
    }
}
.header .header-nav .info ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.header .header-nav .info ul::before {
    content: "\e818";
    font-family: "iconfont" !important;
    left: 0;
    padding-right: 5px;
    color: #fff;
}
.header .header-nav .info ul li {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.header .header-nav .info ul li::after {
    content: ">";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    right: 0;
}
.header .header-nav .info ul li:last-child::after {
    display: none;
}
.header .header-nav .info ul li a {
    display: block;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.8px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .header .header-nav .info ul li a {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.header .header-nav .info ul li a:hover {
    color: #2356a7;
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .header .header-nav .info .select-info {
        margin-top: 10px;
        display: none;
    }
}
.header .header-nav .info .select-info ul {
    padding-left: 0;
}
.header .header-nav .info .select-info ul::before {
    display: none;
}
.header .header-nav .info .select-info ul li {
    margin-left: 30px;
    padding-right: 0;
    position: relative;
    z-index: 2;
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    transition: all 0.2s ease-out;
    text-align: center;
}
@media (max-width: 1199px) {
    .header .header-nav .info .select-info ul li {
        margin-left: 0;
        margin-right: 15px;
    }
}
.header .header-nav .info .select-info ul li::after {
    display: none;
}
@media (max-width: 1199px) {
    .header .header-nav .info .select-info ul li {
        letter-spacing: normal;
        font-size: 14px;
    }
}
.header .header-nav .info .select-info ul li:hover {
    color: #2356a7;
    cursor: pointer;
}
.header .header-nav .info .select-info ul li:hover::before {
    opacity: 1;
}
.header .header-nav .info .select-info ul li:hover a {
    color: #2356a7;
    text-decoration: underline;
}
.header .header-nav .info .select-info ul li::before {
    transition: all 0.2s ease-out;
    opacity: 0;
    z-index: -1;
    left: 0;
    content: "";
    position: absolute;
    top: 0%;
    width: 100%;
    height: calc(100%);
    border-bottom: 2px solid #2356a7;
    background: linear-gradient(
        180deg,
        rgba(35, 86, 167, 0) 0%,
        rgba(35, 86, 167, 0.1) 100%
    );
}
.header .header-nav .info .select-info ul li a {
    padding: 10px 15px;
}
.header .header-nav .info .select-info ul li.active {
    color: #2356a7;
}
.header .header-nav .info .select-info ul li.active::before {
    opacity: 1;
}
.header .header-nav .info .select-info ul li.active a {
    color: #2356a7;
}
.header .header-nav.active {
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}
.header .header-nav.active .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: auto;
}
@media (max-width: 1199px) {
    .header .header-nav.active .info {
        flex-direction: column;
        align-items: start;
    }
}
.header .header-nav.active .info ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.header .header-nav.active .info ul::before {
    content: "\e818";
    font-family: "iconfont" !important;
    left: 0;
    padding-right: 5px;
    color: #666666;
}
.header .header-nav.active .info ul li {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.header .header-nav.active .info ul li::after {
    content: ">";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    right: 0;
}
.header .header-nav.active .info ul li:last-child::after {
    display: none;
}
.header .header-nav.active .info ul li a {
    display: block;
    color: #666;
    font-weight: 400;
    letter-spacing: 0.8px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .header .header-nav.active .info ul li a {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.header .header-nav.active .info ul li a:hover {
    color: #2356a7;
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .header .header-nav.active .info .select-info {
        margin-top: 10px;
        display: none;
    }
}
.header .header-nav.active .info .select-info ul {
    padding-left: 0;
}
.header .header-nav.active .info .select-info ul::before {
    display: none;
}
.header .header-nav.active .info .select-info ul li {
    margin-left: 30px;
    padding-right: 0;
    position: relative;
    z-index: 2;
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    transition: all 0.2s ease-out;
    text-align: center;
}
@media (max-width: 1199px) {
    .header .header-nav.active .info .select-info ul li {
        margin-left: 0;
        margin-right: 15px;
    }
}
.header .header-nav.active .info .select-info ul li::after {
    display: none;
}
@media (max-width: 1199px) {
    .header .header-nav.active .info .select-info ul li {
        letter-spacing: normal;
        font-size: 14px;
    }
}
.header .header-nav.active .info .select-info ul li:hover {
    color: #2356a7;
    cursor: pointer;
}
.header .header-nav.active .info .select-info ul li:hover::before {
    opacity: 1;
}
.header .header-nav.active .info .select-info ul li:hover a {
    color: #2356a7;
    text-decoration: underline;
}
.header .header-nav.active .info .select-info ul li::before {
    transition: all 0.2s ease-out;
    opacity: 0;
    z-index: -1;
    left: 0;
    content: "";
    position: absolute;
    top: 0%;
    width: 100%;
    height: calc(100%);
    border-bottom: 2px solid #2356a7;
    background: linear-gradient(
        180deg,
        rgba(35, 86, 167, 0) 0%,
        rgba(35, 86, 167, 0.1) 100%
    );
}
.header .header-nav.active .info .select-info ul li a {
    padding: 10px 15px;
}
.header .header-nav.active .info .select-info ul li.active {
    color: #2356a7;
}
.header .header-nav.active .info .select-info ul li.active::before {
    opacity: 1;
}
.header .header-nav.active .info .select-info ul li.active a {
    color: #2356a7;
}
.header .header-nav.details-nav .info ul::before {
    display: none;
}
.header .header-nav.details-nav .info ul li a {
    color: #fff;
}
.header .header-nav.details-nav .info ul li a:hover {
    color: #2356a7;
    text-decoration: none;
}
.xs-select-info {
    display: none;
}
@media (max-width: 1199px) {
    .xs-select-info {
        display: block;
        padding-top: 40px;
    }
}
.xs-select-info ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0 -7px;
}
.xs-select-info ul::before {
    display: none;
}
.xs-select-info ul li {
    width: 50%;
    padding: 0 7px;
    margin: 10px 0;
    height: auto;
    position: relative;
    z-index: 2;
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    transition: all 0.2s ease-out;
    text-align: center;
}
.xs-select-info ul li::after {
    display: none;
}
@media (max-width: 1199px) {
    .xs-select-info ul li {
        letter-spacing: normal;
        font-size: 14px;
    }
}
.xs-select-info ul li:hover {
    color: #2356a7;
    cursor: pointer;
}
.xs-select-info ul li:hover::before {
    opacity: 1;
}
.xs-select-info ul li:hover a {
    color: #2356a7;
    text-decoration: underline;
}
.xs-select-info ul li a {
    display: block;
    padding: 15px;
    position: relative;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
}
.xs-select-info ul li a::before {
    transition: all 0.2s ease-out;
    opacity: 0;
    z-index: -1;
    left: 0;
    content: "";
    position: absolute;
    top: 0%;
    width: 100%;
    height: calc(100%);
    border-bottom: 2px solid #2356a7;
    background: linear-gradient(
        180deg,
        rgba(35, 86, 167, 0) 0%,
        rgba(35, 86, 167, 0.1) 100%
    );
}
.xs-select-info ul li.active {
    color: #2356a7;
}
.xs-select-info ul li.active::before {
    opacity: 1;
}
.xs-select-info ul li.active a {
    background: #2356a7;
    color: #fff;
}
.common-tit h2 {
    color: #222;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 2.2px;
    line-height: 150%;
    margin: 0;
}
@media (max-width: 1199px) {
    .common-tit h2 {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: normal;
    }
}
.common-tit h2 span {
    color: #2356a7;
}
.common-txt {
    margin-top: 15px;
}
.common-txt p {
    color: #666;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
@media (max-width: 1199px) {
    .common-txt p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.wrap-contact {
    position: relative;
    margin-top: 140px;
    padding-bottom: 0;
}
@media (max-width: 1199px) {
    .wrap-contact {
        margin-top: 100px;
    }
}
.wrap-contact .contact-top .pic {
    margin-top: 70px;
}
@media (max-width: 1199px) {
    .wrap-contact .contact-top .pic {
        margin-top: 30px;
    }
}
.wrap-contact .contact-top .pic img {
    border-radius: 30px;
    width: 100%;
    display: block;
    height: auto;
}
.wrap-contact .contact-top .group .row .col-12 {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .wrap-contact .contact-top .group .row .col-12 {
        width: 100%;
    }
}
.wrap-contact .contact-top .group .row .col-12:nth-child(2) .item {
    animation-delay: 0.4s;
}
.wrap-contact .contact-top .group .row .col-12:nth-child(3) .item {
    animation-delay: 0.6s;
}
.wrap-contact .contact-top .group .row .col-12:nth-child(4) .item {
    animation-delay: 0.8s;
}
.wrap-contact .contact-top .group .row .col-12:nth-child(5) .item {
    animation-delay: 1s;
}
.wrap-contact .contact-top .group .row .col-12 .item {
    display: flex;
    padding: 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(2px);
    height: 100%;
    animation-duration: 1s;
    animation-delay: 0.2s;
}
@media (max-width: 1199px) {
    .wrap-contact .contact-top .group .row .col-12 .item {
        padding: 20px;
    }
}
.wrap-contact .contact-top .group .row .col-12 .item .item-mark i {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2356a7;
    color: #fff;
}
.wrap-contact .contact-top .group .row .col-12 .item .item-note {
    padding-left: 15px;
}
.wrap-contact .contact-top .group .row .col-12 .item .item-note h2 {
    color: #222;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 36px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-contact .contact-top .group .row .col-12 .item .item-note h2 {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-contact .contact-top .group .row .col-12 .item .item-note a,
.wrap-contact .contact-top .group .row .col-12 .item .item-note .address {
    margin-top: 5px;
    display: block;
    color: #2356a7;
    font-size: 24px;
    font-weight: bold;
    line-height: 150%;
}
@media (max-width: 1199px) {
    .wrap-contact .contact-top .group .row .col-12 .item .item-note a,
    .wrap-contact .contact-top .group .row .col-12 .item .item-note .address {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-contact .contact-top .group .row .col-12 .item .item-note a:hover {
    text-decoration: underline;
}
.wrap-contact .contact-top .group .row .col-12 .item .item-note p {
    margin: 15px 0 0 0;
    color: #666;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
}
@media (max-width: 1199px) {
    .wrap-contact .contact-top .group .row .col-12 .item .item-note p {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.wrap-contact .contact-top .group .row .col-lg-12 .item {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .wrap-contact .contact-top .group .row .col-lg-12 .item {
        flex-direction: column;
    }
}
.wrap-contact .contact-top .group .row .col-lg-12 .item .left {
    width: 35%;
    display: flex;
}
@media (max-width: 1199px) {
    .wrap-contact .contact-top .group .row .col-lg-12 .item .left {
        width: 100%;
    }
}
.wrap-contact .contact-top .group .row .col-lg-12 .item .right {
    width: 63%;
}
@media (max-width: 1199px) {
    .wrap-contact .contact-top .group .row .col-lg-12 .item .right {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-contact .contact-top .group .row .col-lg-12 .item .right ul {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}
@media (max-width: 991px) {
    .wrap-contact .contact-top .group .row .col-lg-12 .item .right ul {
        flex-direction: column;
        margin: -10px 0;
        align-items: start;
    }
}
.wrap-contact .contact-top .group .row .col-lg-12 .item .right ul li {
    flex: 1;
    padding: 0 15px;
}
@media (max-width: 991px) {
    .wrap-contact .contact-top .group .row .col-lg-12 .item .right ul li {
        padding: 10px 0;
    }
}
.wrap-contact
    .contact-top
    .group
    .row
    .col-lg-12
    .item
    .right
    ul
    li
    .group-item {
    display: flex;
    align-items: center;
}
.wrap-contact
    .contact-top
    .group
    .row
    .col-lg-12
    .item
    .right
    ul
    li
    .group-item
    .group-pic {
    width: 6.25vw;
    height: 6.25vw;
    overflow: hidden;
}
@media (max-width: 991px) {
    .wrap-contact
        .contact-top
        .group
        .row
        .col-lg-12
        .item
        .right
        ul
        li
        .group-item
        .group-pic {
        width: 100px;
        height: 100px;
    }
}
.wrap-contact
    .contact-top
    .group
    .row
    .col-lg-12
    .item
    .right
    ul
    li
    .group-item
    .group-pic
    img {
    background: #ebf6ff;
    border-radius: 5px;
    width: 100%;
    height: auto;
    display: block;
}
.wrap-contact
    .contact-top
    .group
    .row
    .col-lg-12
    .item
    .right
    ul
    li
    .group-item
    .group-txt
    p {
    margin: 0 0 0 15px;
    color: #666;
    letter-spacing: 0.8px;
    line-height: 24px;
}
@media (max-width: 1199px) {
    .wrap-contact
        .contact-top
        .group
        .row
        .col-lg-12
        .item
        .right
        ul
        li
        .group-item
        .group-txt
        p {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-contact .contact-message {
    position: relative;
    padding: 120px 0;
    z-index: 2;
    background: url(../img/com_bg02.png) no-repeat center;
    background-size: 100% 100%;
    background-color: #f4fafe;
}
@media (max-width: 1199px) {
    .wrap-contact .contact-message {
        padding: 40px 0;
    }
}
.wrap-contact .contact-message .common-form {
    margin-top: 70px;
}
@media (max-width: 1199px) {
    .wrap-contact .contact-message .common-form {
        margin-top: 30px;
    }
}
.common-form {
    padding: 50px;
    background: #fff;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(2px);
}
@media (max-width: 1199px) {
    .common-form {
        padding: 30px;
    }
}
.common-form form .row .col-12 .form-group {
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .common-form form .row .col-12 .form-group {
        margin-bottom: 15px;
    }
}
.common-form form .row .col-12 .form-group label {
    color: #333;
    font-size: 16px;
    letter-spacing: 0.96px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}
@media (max-width: 1199px) {
    .common-form form .row .col-12 .form-group label {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 26px;
        margin-bottom: 10px;
    }
}
.common-form form .row .col-12 .form-group input {
    width: 100%;
    padding: 15px;
    border-radius: 30px;
    background: #ebf6ff;
    border: none;
}
.common-form form .row .col-12 .form-group input::placeholder {
    color: #999;
    font-size: 14px;
    letter-spacing: 0.84px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .common-form form .row .col-12 .form-group input::placeholder {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.common-form form .row .col-12 .form-group input:focus::placeholder {
    color: #ccc;
}
.common-form form .row .col-12 .form-group textarea {
    width: 100%;
    padding: 15px;
    border-radius: 30px;
    background: #ebf6ff;
    border: none;
}
.common-form form .row .col-12 .form-group textarea::placeholder {
    color: #999;
    font-size: 14px;
    letter-spacing: 0.84px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .common-form form .row .col-12 .form-group textarea::placeholder {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.common-form form .row .col-12 .form-group textarea:focus::placeholder {
    color: #ccc;
}
.common-form form .row .col-12 .submit-group button {
    padding: 13px 40px;
    background: #2356a7;
    color: #fff;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    letter-spacing: 0.7px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .common-form form .row .col-12 .submit-group button {
        padding: 11px 30px;
        font-size: 14px;
        letter-spacing: normal;
    }
}
.common-form form .row .col-12 .submit-group button:hover {
    background: #222;
}
@media (max-width: 1199px) {
    .common-form form .row .col-12 .submit-group button {
        letter-spacing: normal;
    }
}
.waves,
.waves1,
.waves2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.footer {
    position: relative;
    z-index: 2;
}
.footer .info {
    padding: 120px 0;
}
@media (max-width: 1199px) {
    .footer .info {
        padding: 40px 0;
    }
}
.footer .info .tit h2 {
    color: #222;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 1.9px;
    line-height: 57px;
    margin: 0;
}
@media (max-width: 1199px) {
    .footer .info .tit h2 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: normal;
    }
}
.footer .info .name {
    margin-top: 10px;
}
.footer .info .name p {
    color: #2356a7;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: -0.9px;
    margin: 0;
}
@media (max-width: 1199px) {
    .footer .info .name p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.footer .info .txt {
    margin-top: 20px;
}
.footer .info .txt p {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.9px;
    margin: 0;
}
@media (max-width: 1199px) {
    .footer .info .txt p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.footer .info .common-more {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .footer .info .common-more {
        margin-top: 20px;
    }
}
.footer .copyright {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e6e6e6;
}
@media (max-width: 1199px) {
    .footer .copyright {
        padding: 10px 0 60px 0;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
}
.footer .copyright p {
    margin: 0;
    color: #666;
    letter-spacing: 0.7px;
    font-size: 14px;
}
@media (max-width: 1199px) {
    .footer .copyright p {
        letter-spacing: normal;
    }
}
.footer .copyright .link {
    display: flex;
    align-items: center;
}
@media (max-width: 1199px) {
    .footer .copyright .link {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .footer .copyright .link {
        flex-direction: column;
        justify-content: center;
    }
}
.footer .copyright .link a {
    display: block;
    margin-left: 20px;
    color: #666;
    letter-spacing: 0.7px;
    font-size: 14px;
    transition: all 0.2s ease-out;
    position: relative;
}
.footer .copyright .link a:first-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: #d9d9d9;
    right: -10px;
}
@media (max-width: 1199px) {
    .footer .copyright .link a:first-child::after {
        display: none;
    }
}
.footer .copyright .link a:hover {
    color: #2356a7;
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .footer .copyright .link a {
        letter-spacing: normal;
        margin: 0 10px;
    }
}
@media (max-width: 767px) {
    .footer .copyright .link a {
        margin: 7px 0;
    }
}
.footer .copyright .link a i {
    margin-right: 5px;
}
.common-more a {
    display: inline-block;
    padding: 13px 40px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    transition: all 0.3s ease-out;
    font-size: 14px;
    letter-spacing: 0.7px;
    position: relative;
    z-index: 1;
}
.common-more a:hover {
    color: #222;
}
.common-more a:hover::before {
    width: 30%;
    border-radius: 100%;
}
.common-more a:hover i {
    transform: translateX(25px);
    color: #fff;
}
.common-more a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    top: 0;
    right: 0;
    transition: all 0.3s ease-out;
    background: #2356a7;
    z-index: -1;
}
@media (max-width: 1199px) {
    .common-more a {
        letter-spacing: normal;
    }
}
.common-more a i {
    margin-left: 5px;
    display: inline-block;
    transition: all 0.3s ease-out;
}
.common-menu {
    height: 100%;
    position: absolute;
    top: 0%;
    padding-top: 12%;
    left: 0;
    z-index: 5;
}
@media (max-width: 1199px) {
    .common-menu {
        display: none;
    }
}
.common-menu .info {
    position: sticky;
    padding: 1.4rem 0.24rem 1rem 2rem;
    top: 140px;
}
.common-menu .info ul {
    padding-left: 30px;
}
.common-menu .info ul li {
    list-style-type: disc;
    color: #999;
    margin-bottom: 20px;
    position: relative;
}
.common-menu .info ul li::before {
    content: "\e749";
    font-family: "iconfont" !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: -50px;
    transition: all 0.3s ease-out;
    color: #999;
    opacity: 0;
}
.common-menu .info ul li:hover {
    color: #2356a7;
}
.common-menu .info ul li:hover::before {
    color: #2356a7;
    opacity: 1;
    transform: translateY(-50%) translateX(0%);
}
.common-menu .info ul li:hover a {
    color: #2356a7;
}
.common-menu .info ul li:last-child {
    margin-bottom: 0;
}
.common-menu .info ul li a {
    display: block;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px;
    transition: all 0.2s ease-out;
}
.common-menu .info ul li.active {
    color: #2356a7;
    text-decoration: underline;
}
.common-menu .info ul li.active::before {
    color: #2356a7;
    opacity: 1;
    transform: translateY(-50%) translateX(0%);
}
.common-menu .info ul li.active a {
    color: #2356a7;
}
.wrap-about {
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-top: 140px;
}
@media (max-width: 1199px) {
    .wrap-about {
        margin-top: 100px;
    }
}
.wrap-about .introduce {
    padding: 90px 0;
}
@media (max-width: 1199px) {
    .wrap-about .introduce {
        padding: 40px 0;
    }
}
.wrap-about .introduce .txt {
    margin-top: 15px;
}
.wrap-about .introduce .txt p {
    color: #2356a7;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 36px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-about .introduce .txt p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.wrap-about .introduce .pic {
    position: relative;
    margin: 70px 0;
}
@media (max-width: 1199px) {
    .wrap-about .introduce .pic {
        margin: 40px 0;
    }
}
.wrap-about .introduce .pic img {
    border-radius: 30px;
    width: 100%;
    height: auto;
    display: block;
}
.wrap-about .introduce .pic .play {
    cursor: pointer;
    content: "";
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-about .introduce .pic .play i {
    width: 56px;
    height: 56px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.1);
}
.wrap-about .introduce .editor-content p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.8px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-about .introduce .editor-content p {
        letter-spacing: normal;
        font-size: 14px;
        line-height: 26px;
    }
}
.wrap-about .introduce iframe {
    width: 100%;
    height: 600px;
    border-radius: 20px;
}
.wrap-about .introduce video {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.wrap-about .culture {
    background: #f4fafe;
    position: relative;
    padding: 120px 0;
    z-index: 2;
    overflow: hidden;
}
.wrap-about .culture::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    height: 50%;
    background: url(../img/culture_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .wrap-about .culture {
        padding: 40px 0;
    }
}
.wrap-about .culture .info .group {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-about .culture .info .group {
        margin-top: 20px;
    }
}
.wrap-about .culture .info .group .item {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid rgba(35, 86, 167, 0.25);
    background: radial-gradient(
        130.16% 141.42% at 100% 0%,
        rgba(220, 238, 253, 0.75) 0%,
        rgba(255, 255, 255, 0.25) 100%
    );
}
@media (max-width: 1199px) {
    .wrap-about .culture .info .group .item {
        margin-top: 20px;
        padding: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-about .culture .info .group .item {
        flex-direction: column;
    }
}
.wrap-about .culture .info .group .item:nth-child(2n + 2) .pic {
    order: 2;
}
@media (max-width: 1199px) {
    .wrap-about .culture .info .group .item:nth-child(2n + 2) .pic {
        order: 1;
    }
}
.wrap-about .culture .info .group .item:nth-child(2n + 2) .note {
    order: 1;
}
@media (max-width: 1199px) {
    .wrap-about .culture .info .group .item:nth-child(2n + 2) .note {
        order: 2;
    }
}
.wrap-about .culture .info .group .item:hover {
    cursor: default;
}
.wrap-about .culture .info .group .item:hover .pic .img-box img {
    transform: scale3d(1.1, 1.1, 1);
}
.wrap-about .culture .info .group .item:hover .note .item-mark i {
    background: #2356a7;
    color: #fff;
    transform: rotate3d(0, 1, 0, 180deg);
}
.wrap-about .culture .info .group .item:hover .note .tit h2 {
    color: #2356a7;
}
.wrap-about .culture .info .group .item .pic {
    width: 50%;
}
@media (max-width: 991px) {
    .wrap-about .culture .info .group .item .pic {
        width: 100%;
    }
}
.wrap-about .culture .info .group .item .pic .img-box {
    border-radius: 30px;
    padding-bottom: calc(380 / 660 * 100%);
}
.wrap-about .culture .info .group .item .pic .img-box img {
    transition: all 1.5s ease-out;
}
.wrap-about .culture .info .group .item .note {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 991px) {
    .wrap-about .culture .info .group .item .note {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-about .culture .info .group .item .note .item-mark i {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dceefd;
    font-size: 24px;
    color: #2356a7;
    transition: all 0.3s ease-out;
}
.wrap-about .culture .info .group .item .note .tit {
    margin-top: 50px;
}
@media (max-width: 1470px) {
    .wrap-about .culture .info .group .item .note .tit {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .culture .info .group .item .note .tit {
        margin-top: 20px;
    }
}
.wrap-about .culture .info .group .item .note .tit h2 {
    color: #222;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 36px;
    margin: 0;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .wrap-about .culture .info .group .item .note .tit h2 {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-about .culture .info .group .item .note .txt {
    margin-top: 15px;
}
.wrap-about .culture .info .group .item .note .txt p {
    color: #666;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-about .culture .info .group .item .note .txt p {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-about .honor {
    background: #f4fafe;
    padding: 40px 0 110px 0;
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px) {
    .wrap-about .honor {
        padding: 40px 0;
    }
}
.wrap-about .honor .slick-honor {
    padding-top: 70px;
    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .wrap-about .honor .slick-honor {
        margin: 0 -7px;
        padding-top: 30px;
    }
}
.wrap-about .honor .slick-honor .slick-slide {
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .wrap-about .honor .slick-honor .slick-slide {
        padding: 0 7px;
    }
}
.wrap-about .honor .slick-honor .item {
    border-radius: 30px;
    border: 1px solid rgba(35, 86, 167, 0.15);
    padding: 30px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .wrap-about .honor .slick-honor .item {
        padding: 15px;
    }
}
.wrap-about .honor .slick-honor .item:hover {
    border: 1px solid #2356a7;
}
.wrap-about .honor .slick-honor .item:hover .pic .img-box img {
    transform: scale3d(1.1, 1.1, 1);
}
.wrap-about .honor .slick-honor .item:hover .tit h2 {
    color: #2356a7;
}
.wrap-about .honor .slick-honor .item .pic .img-box {
    cursor: pointer;
    border-radius: 15px;
    padding-bottom: calc(380 / 270 * 100%);
}
.wrap-about .honor .slick-honor .item .pic .img-box img {
    transition: all 1.5s ease-out;
}
.wrap-about .honor .slick-honor .item .tit {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-about .honor .slick-honor .item .tit {
        margin-top: 20px;
    }
}
.wrap-about .honor .slick-honor .item .tit h2 {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 1999px) {
    .wrap-about .honor .slick-honor .item .tit h2 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.wrap-technology {
    margin-top: 140px;
}
@media (max-width: 1199px) {
    .wrap-technology {
        margin-top: 100px;
    }
}
@media (max-width: 1199px) {
    .wrap-technology .common-menu {
        display: none;
    }
}
.wrap-technology .group .comparison {
    padding: 90px 0;
}
@media (max-width: 1199px) {
    .wrap-technology .group .comparison {
        padding: 40px 0;
    }
}
.wrap-technology .group .comparison .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 60px;
    border-radius: 10000px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0.55) 0%,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0) 70%,
        rgba(255, 255, 255, 0.55) 100%
    );
}
@media (max-width: 1199px) {
    .wrap-technology .group .comparison .list {
        padding: 30px;
        border-radius: 10px;
        overflow: hidden;
    }
}
@media (max-width: 991px) {
    .wrap-technology .group .comparison .list {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-technology .group .comparison .list {
        flex-direction: column;
    }
}
@media (max-width: 1199px) {
    .wrap-technology .group .comparison .list .left {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-technology .group .comparison .list .left {
        width: 100%;
    }
}
.wrap-technology .group .comparison .list .left .left-group {
    animation-duration: 1s;
    animation-delay: 0.5s;
    position: relative;
    width: 460px;
    height: 460px;
    border-radius: 10000px;
    background: linear-gradient(
        270deg,
        rgba(190, 224, 253, 0.35) 0%,
        rgba(190, 224, 253, 0) 30%,
        rgba(190, 224, 253, 0) 70%,
        rgba(190, 224, 253, 0.35) 100%
    );
}
@media (max-width: 1400px) {
    .wrap-technology .group .comparison .list .left .left-group {
        width: 400px;
        height: 400px;
    }
}
@media (max-width: 1199px) {
    .wrap-technology .group .comparison .list .left .left-group {
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-technology .group .comparison .list .left .left-group {
        padding: 20px;
    }
}
.wrap-technology .group .comparison .list .left .left-group .group-list .item {
    position: absolute;
    left: 3%;
    top: 20%;
    transform: translateY(-25%);
    z-index: 2;
    display: flex;
    transition: all 0.3s ease-out;
    animation-duration: 1s;
    animation-delay: 0.2s;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .comparison
        .list
        .left
        .left-group
        .group-list
        .item {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        transform: none;
        margin: 20px 0;
        height: 100%;
    }
}
.wrap-technology
    .group
    .comparison
    .list
    .left
    .left-group
    .group-list
    .item:nth-child(2) {
    left: -5%;
    top: 50%;
    transform: translateY(-50%);
    animation-delay: 0.4s;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .comparison
        .list
        .left
        .left-group
        .group-list
        .item:nth-child(2) {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        transform: none;
    }
}
.wrap-technology
    .group
    .comparison
    .list
    .left
    .left-group
    .group-list
    .item:nth-child(3) {
    top: 80%;
    transform: translateY(-80%);
    animation-delay: 0.6s;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .comparison
        .list
        .left
        .left-group
        .group-list
        .item:nth-child(3) {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        transform: none;
    }
}
.wrap-technology
    .group
    .comparison
    .list
    .left
    .left-group
    .group-list
    .item:hover {
    cursor: default;
}
.wrap-technology
    .group
    .comparison
    .list
    .left
    .left-group
    .group-list
    .item:hover
    i {
    transform: rotate3d(0, 1, 0, -180deg);
}
.wrap-technology
    .group
    .comparison
    .list
    .left
    .left-group
    .group-list
    .item:hover
    .note
    h2 {
    color: #2356a7;
}
.wrap-technology
    .group
    .comparison
    .list
    .left
    .left-group
    .group-list
    .item
    i {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    background: #2356a7;
    transition: all 0.3s ease-out;
}
.wrap-technology
    .group
    .comparison
    .list
    .left
    .left-group
    .group-list
    .item
    .note {
    padding-left: 20px;
}
.wrap-technology
    .group
    .comparison
    .list
    .left
    .left-group
    .group-list
    .item
    .note
    h2 {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .comparison
        .list
        .left
        .left-group
        .group-list
        .item
        .note
        h2 {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-technology
    .group
    .comparison
    .list
    .left
    .left-group
    .group-list
    .item
    .note
    p {
    margin: 5px 0 0 0;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .comparison
        .list
        .left
        .left-group
        .group-list
        .item
        .note
        p {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-technology .group .comparison .list .left .left-group .group-tit {
    position: absolute;
    right: -20%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 260px;
    border-radius: 264.258px;
    background: linear-gradient(
        90deg,
        #d5ecca 0%,
        rgba(213, 236, 202, 0) 30%,
        rgba(213, 236, 202, 0) 70%,
        #d5ecca 100%
    );
}
@media (max-width: 1400px) {
    .wrap-technology .group .comparison .list .left .left-group .group-tit {
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 1199px) {
    .wrap-technology .group .comparison .list .left .left-group .group-tit {
        display: none;
    }
}
.wrap-technology .group .comparison .list .left .left-group .group-tit::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 100%;
    z-index: -1;
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(187, 230, 168, 0.55) 0%,
        #bbe6a8 50%,
        rgba(187, 230, 168, 0.55) 100%
    );
}
.wrap-technology .group .comparison .list .left .left-group .group-tit h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 48px;
}
@media (max-width: 1199px) {
    .wrap-technology .group .comparison .list .left .left-group .group-tit h2 {
        font-size: 22px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
@media (max-width: 1199px) {
    .wrap-technology .group .comparison .list .right {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-technology .group .comparison .list .right {
        width: 100%;
    }
}
.wrap-technology .group .comparison .list .right .right-group {
    animation-duration: 1s;
    animation-delay: 0.5s;
    position: relative;
    width: 460px;
    height: 460px;
    border-radius: 10000px;
    background: linear-gradient(
        270deg,
        rgba(190, 224, 253, 0.35) 0%,
        rgba(190, 224, 253, 0) 30%,
        rgba(190, 224, 253, 0) 70%,
        rgba(190, 224, 253, 0.35) 100%
    );
}
@media (max-width: 1400px) {
    .wrap-technology .group .comparison .list .right .right-group {
        width: 400px;
        height: 400px;
    }
}
@media (max-width: 1199px) {
    .wrap-technology .group .comparison .list .right .right-group {
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-technology .group .comparison .list .right .right-group {
        padding: 20px;
    }
}
.wrap-technology
    .group
    .comparison
    .list
    .right
    .right-group
    .group-list
    .item {
    position: absolute;
    right: 3%;
    top: 20%;
    transform: translateY(-25%);
    z-index: 2;
    display: flex;
    transition: all 0.3s ease-out;
    animation-duration: 1s;
    animation-delay: 0.2s;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .comparison
        .list
        .right
        .right-group
        .group-list
        .item {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        transform: none;
        margin: 20px 0;
        height: 100%;
    }
}
.wrap-technology
    .group
    .comparison
    .list
    .right
    .right-group
    .group-list
    .item:nth-child(2) {
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    animation-delay: 0.4s;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .comparison
        .list
        .right
        .right-group
        .group-list
        .item:nth-child(2) {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        transform: none;
    }
}
.wrap-technology
    .group
    .comparison
    .list
    .right
    .right-group
    .group-list
    .item:nth-child(3) {
    top: 80%;
    transform: translateY(-80%);
    animation-delay: 0.6s;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .comparison
        .list
        .right
        .right-group
        .group-list
        .item:nth-child(3) {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        transform: none;
    }
}
.wrap-technology
    .group
    .comparison
    .list
    .right
    .right-group
    .group-list
    .item:hover {
    cursor: default;
}
.wrap-technology
    .group
    .comparison
    .list
    .right
    .right-group
    .group-list
    .item:hover
    i {
    transform: rotate3d(0, 1, 0, -180deg);
}
.wrap-technology
    .group
    .comparison
    .list
    .right
    .right-group
    .group-list
    .item:hover
    .note
    h2 {
    color: #2356a7;
}
.wrap-technology
    .group
    .comparison
    .list
    .right
    .right-group
    .group-list
    .item
    i {
    order: 2;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    background: #2356a7;
    transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .comparison
        .list
        .right
        .right-group
        .group-list
        .item
        i {
        order: 1;
    }
}
.wrap-technology
    .group
    .comparison
    .list
    .right
    .right-group
    .group-list
    .item
    .note {
    padding-right: 20px;
    order: 1;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .comparison
        .list
        .right
        .right-group
        .group-list
        .item
        .note {
        order: 2;
        padding-right: 0;
        padding-left: 20px;
    }
}
.wrap-technology
    .group
    .comparison
    .list
    .right
    .right-group
    .group-list
    .item
    .note
    h2 {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .comparison
        .list
        .right
        .right-group
        .group-list
        .item
        .note
        h2 {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-technology
    .group
    .comparison
    .list
    .right
    .right-group
    .group-list
    .item
    .note
    p {
    margin: 5px 0 0 0;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .comparison
        .list
        .right
        .right-group
        .group-list
        .item
        .note
        p {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-technology .group .comparison .list .right .right-group .group-tit {
    position: absolute;
    left: -20%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 260px;
    border-radius: 264.258px;
    background: linear-gradient(
        270deg,
        #dceefd 0%,
        rgba(220, 238, 253, 0) 30%,
        rgba(220, 238, 253, 0) 70%,
        #dceefd 100%
    );
}
@media (max-width: 1400px) {
    .wrap-technology .group .comparison .list .right .right-group .group-tit {
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 1199px) {
    .wrap-technology .group .comparison .list .right .right-group .group-tit {
        display: none;
    }
}
.wrap-technology
    .group
    .comparison
    .list
    .right
    .right-group
    .group-tit::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 100%;
    z-index: -1;
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(141, 198, 249, 0.55) 0%,
        #8dc6f9 50%,
        rgba(141, 198, 249, 0.55) 100%
    );
}
.wrap-technology .group .comparison .list .right .right-group .group-tit h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 48px;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .comparison
        .list
        .right
        .right-group
        .group-tit
        h2 {
        font-size: 22px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-technology .group .plan {
    position: relative;
}
.wrap-technology .group .plan .plan-pic {
    position: relative;
}
.wrap-technology .group .plan .plan-pic .pic-item {
    display: none;
}
.wrap-technology .group .plan .plan-pic .pic-item img {
    width: 100%;
    height: auto;
    display: block;
}
.wrap-technology .group .plan .plan-pic .pic-item.on {
    display: block;
}
.wrap-technology .group .plan .plan-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 120px 0 0 0;
}
@media (max-width: 1199px) {
    .wrap-technology .group .plan .plan-content {
        padding: 40px 0 40px 0;
        position: relative;
    }
}
.wrap-technology .group .plan .plan-content .container {
    height: 100%;
}
.wrap-technology .group .plan .plan-content .info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.wrap-technology .group .plan .plan-content .info .common-tit h2 {
    color: #fff;
}
@media (max-width: 1199px) {
    .wrap-technology .group .plan .plan-content .info .common-tit h2 {
        color: #222;
    }
}
.wrap-technology .group .plan .plan-content .info .common-txt p {
    color: #fff;
}
@media (max-width: 1199px) {
    .wrap-technology .group .plan .plan-content .info .common-txt p {
        color: #222;
    }
}
.wrap-technology .group .plan .plan-content .info .select-menu {
    z-index: 2;
    border-radius: 30px 30px 0px 0px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(2px);
}
@media (max-width: 1199px) {
    .wrap-technology .group .plan .plan-content .info .select-menu {
        margin-top: 40px;
        border-radius: 30px;
        padding: 15px;
        background: rgba(0, 0, 0, 0.55);
    }
}
.wrap-technology .group .plan .plan-content .info .select-menu .row {
    margin: 0;
}
.wrap-technology .group .plan .plan-content .info .select-menu .row .col-12 {
    padding: 0;
}
.wrap-technology
    .group
    .plan
    .plan-content
    .info
    .select-menu
    .row
    .col-12
    .item {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .plan
        .plan-content
        .info
        .select-menu
        .row
        .col-12
        .item {
        padding: 20px;
    }
}
@media (max-width: 991px) {
    .wrap-technology
        .group
        .plan
        .plan-content
        .info
        .select-menu
        .row
        .col-12
        .item {
        padding: 15px;
    }
}
.wrap-technology
    .group
    .plan
    .plan-content
    .info
    .select-menu
    .row
    .col-12
    .item:hover
    .item-mark
    i {
    background: #2356a7;
    transform: rotate3d(0, 1, 0, -180deg);
}
.wrap-technology
    .group
    .plan
    .plan-content
    .info
    .select-menu
    .row
    .col-12
    .item
    .item-mark
    i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    font-size: 24px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .plan
        .plan-content
        .info
        .select-menu
        .row
        .col-12
        .item
        .item-mark
        i {
        width: 45px;
        height: 45px;
    }
}
.wrap-technology
    .group
    .plan
    .plan-content
    .info
    .select-menu
    .row
    .col-12
    .item
    .tit {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .plan
        .plan-content
        .info
        .select-menu
        .row
        .col-12
        .item
        .tit {
        margin-top: 20px;
    }
}
.wrap-technology
    .group
    .plan
    .plan-content
    .info
    .select-menu
    .row
    .col-12
    .item
    .tit
    h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .plan
        .plan-content
        .info
        .select-menu
        .row
        .col-12
        .item
        .tit
        h2 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.wrap-technology
    .group
    .plan
    .plan-content
    .info
    .select-menu
    .row
    .col-12
    .item
    .txt {
    margin-top: 15px;
}
.wrap-technology
    .group
    .plan
    .plan-content
    .info
    .select-menu
    .row
    .col-12
    .item
    .txt
    p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .plan
        .plan-content
        .info
        .select-menu
        .row
        .col-12
        .item
        .txt
        p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.wrap-technology .group .download-solution .download {
    padding-top: 120px;
}
@media (max-width: 1199px) {
    .wrap-technology .group .download-solution .download {
        padding-top: 40px;
    }
}
.wrap-technology .group .download-solution .download .info .slick-download {
    padding-top: 70px;
    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .wrap-technology .group .download-solution .download .info .slick-download {
        padding-top: 30px;
        margin: 0 -7px;
    }
}
.wrap-technology
    .group
    .download-solution
    .download
    .info
    .slick-download
    .slick-slide {
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .download-solution
        .download
        .info
        .slick-download
        .slick-slide {
        padding: 0 7px;
    }
}
.wrap-technology
    .group
    .download-solution
    .download
    .info
    .slick-download
    .item {
    padding: 20px;
    border-radius: 30px;
    border: 1px solid rgba(35, 86, 167, 0.15);
    background: radial-gradient(
        130.16% 141.42% at 100% 0%,
        rgba(220, 238, 253, 0.75) 0%,
        rgba(255, 255, 255, 0.25) 100%
    );
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .download-solution
        .download
        .info
        .slick-download
        .item {
        padding: 15px;
    }
}
.wrap-technology
    .group
    .download-solution
    .download
    .info
    .slick-download
    .item:hover
    .pic
    .img-box
    img {
    transform: scale3d(1.1, 1.1, 1);
}
.wrap-technology
    .group
    .download-solution
    .download
    .info
    .slick-download
    .item:hover
    .note
    .tit
    a {
    color: #2356a7;
}
.wrap-technology
    .group
    .download-solution
    .download
    .info
    .slick-download
    .item
    .pic
    .img-box {
    border-radius: 15px;
    padding-bottom: calc(220 / 290 * 100%);
}
.wrap-technology
    .group
    .download-solution
    .download
    .info
    .slick-download
    .item
    .pic
    .img-box
    img {
    transition: all 1.5s ease-out;
}
.wrap-technology
    .group
    .download-solution
    .download
    .info
    .slick-download
    .item
    .note {
    margin-top: 30px;
}
.wrap-technology
    .group
    .download-solution
    .download
    .info
    .slick-download
    .item
    .note
    .tit
    a {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .download-solution
        .download
        .info
        .slick-download
        .item
        .note
        .tit
        a {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.wrap-technology
    .group
    .download-solution
    .download
    .info
    .slick-download
    .item
    .note
    .txt {
    margin-top: 10px;
}
.wrap-technology
    .group
    .download-solution
    .download
    .info
    .slick-download
    .item
    .note
    .txt
    p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .download-solution
        .download
        .info
        .slick-download
        .item
        .note
        .txt
        p {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-technology
    .group
    .download-solution
    .download
    .info
    .slick-download
    .item
    .note
    .download-btn {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .download-solution
        .download
        .info
        .slick-download
        .item
        .note
        .download-btn {
        margin-top: 20px;
    }
}
.wrap-technology
    .group
    .download-solution
    .download
    .info
    .slick-download
    .item
    .note
    .download-btn
    a
    i {
    display: block;
    font-size: 24px;
    color: #2356a7;
}
.wrap-technology .group .download-solution .solution {
    padding: 120px 0;
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px) {
    .wrap-technology .group .download-solution .solution {
        padding: 40px 0;
    }
}
.wrap-technology .group .download-solution .solution .canvas-box {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0%;
    background: transparent;
}
.wrap-technology .group .download-solution .solution .info .solution-content {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .download-solution
        .solution
        .info
        .solution-content {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .download-solution
        .solution
        .info
        .solution-content {
        flex-direction: column;
    }
}
.wrap-technology
    .group
    .download-solution
    .solution
    .info
    .solution-content
    .pic {
    height: 100%;
    width: 57%;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid rgba(35, 86, 167, 0.15);
    background: radial-gradient(
        130.16% 141.42% at 100% 0%,
        rgba(220, 238, 253, 0.75) 0%,
        rgba(255, 255, 255, 0.25) 100%
    );
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .download-solution
        .solution
        .info
        .solution-content
        .pic {
        width: 100%;
    }
}
.wrap-technology
    .group
    .download-solution
    .solution
    .info
    .solution-content
    .pic
    .pic-item {
    display: none;
}
.wrap-technology
    .group
    .download-solution
    .solution
    .info
    .solution-content
    .pic
    .pic-item
    .img-box {
    padding-bottom: calc(500 / 860 * 100%);
    border-radius: 15px;
}
.wrap-technology
    .group
    .download-solution
    .solution
    .info
    .solution-content
    .pic
    .pic-item.on {
    display: block;
}
.wrap-technology
    .group
    .download-solution
    .solution
    .info
    .solution-content
    .note {
    width: 41%;
    height: 100%;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .download-solution
        .solution
        .info
        .solution-content
        .note {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
}
.wrap-technology
    .group
    .download-solution
    .solution
    .info
    .solution-content
    .note
    .note-item {
    animation-duration: 1s;
    animation-delay: 0.2s;
    padding: 30px 30px;
    border-radius: 30px;
    border: 1px solid rgba(35, 86, 167, 0.15);
    background: radial-gradient(
        130.16% 141.42% at 100% 0%,
        rgba(220, 238, 253, 0.75) 0%,
        rgba(255, 255, 255, 0.25) 100%
    );
    transition: all 0.2s ease-out;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .download-solution
        .solution
        .info
        .solution-content
        .note
        .note-item {
        padding: 20px;
        width: 100%;
        margin: 10px 0;
    }
}
.wrap-technology
    .group
    .download-solution
    .solution
    .info
    .solution-content
    .note
    .note-item:nth-child(2) {
    animation-delay: 0.4s;
}
.wrap-technology
    .group
    .download-solution
    .solution
    .info
    .solution-content
    .note
    .note-item:nth-child(3) {
    animation-delay: 0.6s;
}
.wrap-technology
    .group
    .download-solution
    .solution
    .info
    .solution-content
    .note
    .note-item:nth-child(4) {
    animation-delay: 0.8s;
}
.wrap-technology
    .group
    .download-solution
    .solution
    .info
    .solution-content
    .note
    .note-item:last-child {
    margin-bottom: 0;
}
.wrap-technology
    .group
    .download-solution
    .solution
    .info
    .solution-content
    .note
    .note-item:hover {
    border: 1px solid #2356a7;
}
.wrap-technology
    .group
    .download-solution
    .solution
    .info
    .solution-content
    .note
    .note-item:hover
    .tit
    a {
    color: #2356a7;
    text-decoration: underline;
}
.wrap-technology
    .group
    .download-solution
    .solution
    .info
    .solution-content
    .note
    .note-item
    .num
    span {
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    display: inline-block;
    background: linear-gradient(90deg, #2356a7 0%, rgba(35, 86, 167, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .download-solution
        .solution
        .info
        .solution-content
        .note
        .note-item
        .num
        span {
        font-size: 18px;
        line-height: 26px;
    }
}
.wrap-technology
    .group
    .download-solution
    .solution
    .info
    .solution-content
    .note
    .note-item
    .tit {
    padding-left: 15px;
}
.wrap-technology
    .group
    .download-solution
    .solution
    .info
    .solution-content
    .note
    .note-item
    .tit
    a {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 24px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .wrap-technology
        .group
        .download-solution
        .solution
        .info
        .solution-content
        .note
        .note-item
        .tit
        a {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-case {
    position: relative;
    z-index: 2;
    margin-top: 140px;
}
@media (max-width: 1199px) {
    .wrap-case {
        margin-top: 100px;
    }
}
.wrap-case .waves {
    z-index: 0;
}
.wrap-case .info .group {
    margin-top: 70px;
}
@media (max-width: 1199px) {
    .wrap-case .info .group {
        margin-top: 30px;
    }
}
.wrap-case .info .group .select-content {
    display: none;
}
@media (max-width: 991px) {
    .wrap-case .info .group .select-content .row .col-12 {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-case .info .group .select-content .row .col-12 {
        width: 100%;
    }
}
.wrap-case .info .group .select-content .row .col-12 .item {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid rgba(35, 86, 167, 0.15);
    background: radial-gradient(
        130.16% 141.42% at 100% 0%,
        rgba(220, 238, 253, 0.75) 0%,
        rgba(255, 255, 255, 0.25) 100%
    );
    backdrop-filter: blur(2px);
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .wrap-case .info .group .select-content .row .col-12 .item {
        padding: 15px;
        margin-bottom: 20px;
    }
}
.wrap-case
    .info
    .group
    .select-content
    .row
    .col-12
    .item:hover
    .pic
    .img-box
    img {
    transform: scale3d(1.1, 1.1, 1);
}
.wrap-case .info .group .select-content .row .col-12 .item:hover .note .tit a {
    color: #2356a7;
    text-decoration: underline;
}
.wrap-case .info .group .select-content .row .col-12 .item:hover .note .more a {
    color: #2356a7;
}
.wrap-case .info .group .select-content .row .col-12 .item .pic .img-box {
    border-radius: 15px;
    padding-bottom: calc(220 / 390 * 100%);
}
.wrap-case .info .group .select-content .row .col-12 .item .pic .img-box img {
    transition: all 1.5s ease-out;
}
.wrap-case .info .group .select-content .row .col-12 .item .note {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-case .info .group .select-content .row .col-12 .item .note {
        margin-top: 20px;
    }
}
.wrap-case .info .group .select-content .row .col-12 .item .note .tit a {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .wrap-case .info .group .select-content .row .col-12 .item .note .tit a {
        font-size: 18px;
        line-height: 26px;
        height: 26px;
    }
}
.wrap-case .info .group .select-content .row .col-12 .item .note .txt {
    margin-top: 15px;
}
.wrap-case .info .group .select-content .row .col-12 .item .note .txt p {
    color: #666;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
}
@media (max-width: 1199px) {
    .wrap-case .info .group .select-content .row .col-12 .item .note .txt p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
        height: 52px;
    }
}
.wrap-case .info .group .select-content .row .col-12 .item .note .more {
    margin-top: 30px;
    border-top: 1px solid #cbe2f6;
    padding-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-case .info .group .select-content .row .col-12 .item .note .more {
        margin-top: 20px;
        padding-top: 15px;
    }
}
.wrap-case .info .group .select-content .row .col-12 .item .note .more a {
    transition: all 0.2s ease-out;
    display: inline-block;
    color: #999;
    font-size: 14px;
    letter-spacing: 0.7px;
}
@media (max-width: 1199px) {
    .wrap-case .info .group .select-content .row .col-12 .item .note .more a {
        letter-spacing: normal;
    }
}
.wrap-case .info .group .select-content .row .col-12 .item .note .more a i {
    margin-left: 5px;
}
.wrap-case .info .group .select-content.on {
    display: block;
}
.pagination {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}
@media (max-width: 1199px) {
    .pagination {
        padding-top: 30px;
    }
}
.pagination ul li.other a {
    border: none;
}
.pagination ul li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .pagination ul li {
        margin: 2px;
    }
}
.pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #2356a7;
    transition: all 0.4s;
    border-radius: 100%;
    background: #fff;
}
@media (max-width: 1199px) {
    .pagination ul li a {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .pagination ul li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}
.pagination ul li a:hover {
    cursor: pointer;
    color: #fff;
    background: #2356a7;
}
.pagination ul li.active a {
    background: #2356a7;
    color: #fff;
}
.pagination ul li.next a:hover {
    cursor: pointer;
    color: #fff;
}
.pagination ul li.next a:hover i {
    color: #fff;
}
.pagination ul li.next a i {
    color: #2356a7;
    font-size: 16px;
    font-weight: 500;
}
.pagination ul li.prev a:hover {
    cursor: pointer;
    color: #fff;
}
.pagination ul li.prev a:hover i {
    color: #fff;
}
.pagination ul li.prev a i {
    color: #2356a7;
    font-size: 16px;
    font-weight: 500;
}

.solution-show {
    margin-top: 140px;
}
@media (max-width: 1199px) {
    .solution-show {
        margin-top: 100px;
    }
}
.solution-show .introduce .pic {
    position: relative;
}
.solution-show .introduce .pic img {
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .solution-show .introduce .pic img {
        width: 200%;
        max-width: 200%;
        margin-left: -100%;
    }
}
.solution-show .introduce .pic .note .info {
    position: absolute;
    content: "";
    top: 40%;
    transform: translateY(-40%);
    z-index: 2;
}
@media (max-width: 1199px) {
    .solution-show .introduce .pic .note .info {
        top: 50%;
        padding: 30px;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
@media (max-widt: 991px) {
    .solution-show .introduce .pic .note .info {
        padding: 20px;
    }
}
.solution-show .introduce .pic .note .info .common-tit h2 {
    color: #fff;
}
.solution-show .introduce .pic .note .info .common-txt p {
    color: #fff;
}
.solution-show .overview {
    padding: 120px 0;
}
@media (max-width: 1199px) {
    .solution-show .overview {
        padding: 40px 0;
    }
}
.solution-show .overview .info .editor-content {
    margin-top: 70px;
}
@media (max-width: 1199px) {
    .solution-show .overview .info .editor-content {
        margin-top: 30px;
    }
}
.solution-show .overview .info .editor-content p {
    border-radius: 30px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .solution-show .overview .info .editor-content img {
        width: 100%;
        height: auto;
        display: block;
    }
}
.solution-show .value {
    background: #f4fafe;
    padding: 0 0 120px 0;
}
@media (max-width: 1199px) {
    .solution-show .value {
        padding: 0 0 40px 0;
    }
}
.solution-show .value .info .slick-value {
    padding-top: 70px;
    margin: 0 -25px;
}
@media (max-width: 1199px) {
    .solution-show .value .info .slick-value {
        padding-top: 30px;
        margin: 0 -7px;
    }
}
.solution-show .value .info .slick-value .slick-slide {
    padding: 0 25px;
}
@media (max-width: 1199px) {
    .solution-show .value .info .slick-value .slick-slide {
        padding: 0 7px;
    }
}
.solution-show .value .info .slick-value .slick-list {
    overflow: visible;
}
@media (max-width: 1199px) {
    .solution-show .value .info .slick-value .slick-list {
        overflow: hidden;
    }
}
.solution-show .value .info .slick-value .item:hover .pic .img-box img {
    transform: scale3d(1.1, 1.1, 1);
}
.solution-show .value .info .slick-value .item .pic {
    position: relative;
    overflow: hidden;
}
.solution-show .value .info .slick-value .item .pic .img-box {
    border-radius: 30px;
    padding-bottom: calc(730 / 1410 * 100%);
}
.solution-show .value .info .slick-value .item .pic .img-box img {
    transition: all 1.5s ease-out;
}
.solution-show .value .info .slick-value .item .pic .note {
    position: absolute;
    content: "";
    padding: 40px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
@media (max-width: 1199px) {
    .solution-show .value .info .slick-value .item .pic .note {
        padding: 20px;
    }
}
.solution-show .value .info .slick-value .item .pic .note .tit h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 1199px) {
    .solution-show .value .info .slick-value .item .pic .note .tit h2 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.solution-show .value .info .slick-value .item .pic .note .txt {
    margin-top: 15px;
}
.solution-show .value .info .slick-value .item .pic .note .txt p {
    color: #fff;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 1199px) {
    .solution-show .value .info .slick-value .item .pic .note .txt p {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.solution-show .management {
    padding: 120px 0;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(2px);
}
@media (max-width: 1199px) {
    .solution-show .management {
        padding: 40px 0;
    }
}
.solution-show .management .info .info-video {
    padding-top: 70px;
}
@media (max-width: 1199px) {
    .solution-show .management .info .info-video {
        padding-top: 30px;
    }
}
.solution-show .management .info .info-video .pic {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.solution-show .management .info .info-video .pic:hover img {
    transform: scale3d(1.1, 1.1, 1);
}
.solution-show .management .info .info-video .pic img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1.5s ease-out;
}
.solution-show .management .info .info-video .pic .play {
    cursor: pointer;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.solution-show .management .info .info-video .pic .play i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
    .solution-show .management .info .info-video .pic .play i {
        width: 50px;
        height: 50px;
    }
}
.solution-show .system {
    background: #f4fafe;
    padding: 120px 0;
}
@media (max-width: 1199px) {
    .solution-show .system {
        padding: 40px 0;
    }
}
.solution-show .system .info .group {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .solution-show .system .info .group {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .solution-show .system .info .group {
        flex-direction: column;
    }
}
.solution-show .system .info .group .left {
    width: 70%;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid rgba(35, 86, 167, 0.15);
    background: radial-gradient(
        130.16% 141.42% at 100% 0%,
        rgba(220, 238, 253, 0.75) 0%,
        rgba(255, 255, 255, 0.25) 100%
    );
}
@media (max-width: 1199px) {
    .solution-show .system .info .group .left {
        padding: 15px;
        width: 100%;
    }
}
.solution-show .system .info .group .left .system-content {
    display: none;
}
.solution-show .system .info .group .left .system-content.on {
    display: block;
}
.solution-show .system .info .group .left .slick-system .slick-prev,
.solution-show .system .info .group .left .slick-system .slick-next {
    top: 90%;
}
.solution-show .system .info .group .left .slick-system .slick-prev {
    left: 0%;
}
.solution-show .system .info .group .left .slick-system .slick-next {
    right: 0%;
}
.solution-show
    .system
    .info
    .group
    .left
    .slick-system
    .item:hover
    .pic
    .img-box
    img {
    transform: scale3d(1.1, 1.1, 1);
}
.solution-show .system .info .group .left .slick-system .item .pic {
    position: relative;
}
.solution-show .system .info .group .left .slick-system .item .pic .img-box {
    border-radius: 30px;
    padding-bottom: calc(510 / 900 * 100%);
    border: 12px solid #222;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.25);
}
.solution-show
    .system
    .info
    .group
    .left
    .slick-system
    .item
    .pic
    .img-box
    img {
    transition: all 1.5s ease-out;
}
.solution-show .system .info .group .left .slick-system .item .pic .play {
    cursor: pointer;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.solution-show .system .info .group .left .slick-system .item .pic .play i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.1);
}
.solution-show .system .info .group .left .slick-system .item .txt {
    padding: 40px 90px;
}
@media (max-width: 991px) {
    .solution-show .system .info .group .left .slick-system .item .txt {
        padding: 30px 40px;
    }
}
.solution-show .system .info .group .left .slick-system .item .txt p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin: 0;
}
@media (max-width: 1199px) {
    .solution-show .system .info .group .left .slick-system .item .txt p {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.solution-show .system .info .group .right {
    width: 28%;
    padding: 20px 0;
}
@media (max-width: 1199px) {
    .solution-show .system .info .group .right {
        width: 100%;
        margin-top: 30px;
    }
}
.solution-show .system .info .group .right .item.active {
    border: 1px solid #2356a7;
    cursor: pointer;
}
.solution-show .system .info .group .right .item.active .tit h2 {
    color: #2356a7;
    text-decoration: underline;
}
.solution-show .system .info .group .right .item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px;
    transition: all 0.2s ease-out;
    border: 1px solid rgba(35, 86, 167, 0.15);
    background: radial-gradient(
        130.16% 141.42% at 100% 0%,
        rgba(220, 238, 253, 0.75) 0%,
        rgba(255, 255, 255, 0.25) 100%
    );
}
.solution-show .system .info .group .right .item:last-child {
    margin-bottom: 0;
}
.solution-show .system .info .group .right .item:hover {
    border: 1px solid #2356a7;
    cursor: pointer;
}
.solution-show .system .info .group .right .item:hover .tit h2 {
    color: #2356a7;
    text-decoration: underline;
}
.solution-show .system .info .group .right .item .num span {
    display: inline-block;
    background: linear-gradient(90deg, #2356a7 0%, rgba(35, 86, 167, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
}
@media (max-width: 1199px) {
    .solution-show .system .info .group .right .item .num span {
        font-size: 24px;
        line-height: 30px;
    }
}
.solution-show .system .info .group .right .item .tit {
    padding-left: 15px;
}
.solution-show .system .info .group .right .item .tit h2 {
    color: #222;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 24px;
    font-size: 16px;
    margin: 0;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .solution-show .system .info .group .right .item .tit h2 {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.solution-show .equipment {
    background: rgba(244, 250, 254, 0.5);
    backdrop-filter: blur(2px);
    padding: 120px 0;
}
@media (max-width: 1199px) {
    .solution-show .equipment {
        padding: 40px 0;
    }
}
.solution-show .equipment .info .slick-equipment {
    padding-top: 70px;
    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .solution-show .equipment .info .slick-equipment {
        padding-top: 30px;
        margin: 0 -7px;
    }
}
.solution-show .equipment .info .slick-equipment .slick-slide {
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .solution-show .equipment .info .slick-equipment .slick-slide {
        padding: 0 7px;
    }
}
.solution-show .equipment .info .slick-equipment .item {
    padding: 20px;
    border-radius: 30px;
    border: 1px solid rgba(35, 86, 167, 0.15);
    background: radial-gradient(
        130.16% 141.42% at 100% 0%,
        rgba(220, 238, 253, 0.75) 0%,
        rgba(255, 255, 255, 0.25) 100%
    );
}
@media (max-width: 1199px) {
    .solution-show .equipment .info .slick-equipment .item {
        padding: 15px;
    }
}
.solution-show .equipment .info .slick-equipment .item:hover .pic .img-box img {
    transform: scale3d(1.1, 1.1, 1);
}
.solution-show .equipment .info .slick-equipment .item:hover .note .tit a {
    color: #2356a7;
}
.solution-show .equipment .info .slick-equipment .item .pic .img-box {
    border-radius: 15px;
}
.solution-show .equipment .info .slick-equipment .item .pic .img-box img {
    transition: all 1.5s ease-out;
}
.solution-show .equipment .info .slick-equipment .item .note {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .solution-show .equipment .info .slick-equipment .item .note {
        margin-top: 20px;
    }
}
.solution-show .equipment .info .slick-equipment .item .note .tit a {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    transition: all 0.2s ease-out;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}
@media (max-width: 1199px) {
    .solution-show .equipment .info .slick-equipment .item .note .tit a {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: normal;
        height: 26px;
    }
}
.solution-show .equipment .info .slick-equipment .item .note .txt {
    margin-top: 15px;
}
.solution-show .equipment .info .slick-equipment .item .note .txt p {
    color: #666;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
}
@media (max-width: 1199px) {
    .solution-show .equipment .info .slick-equipment .item .note .txt p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
        height: 26px;
    }
}
.solution-show .case {
    background: #f4fafe;
    backdrop-filter: blur(2px);
    padding: 120px 0;
}
@media (max-width: 1199px) {
    .solution-show .case {
        padding: 40px 0;
    }
}
.solution-show .case .info .slick-case {
    padding-top: 70px;
    margin: 0 -25px;
    transform-origin: center;
}
@media (max-width: 1199px) {
    .solution-show .case .info .slick-case {
        padding-top: 30px;
        margin: 0 -7px;
    }
}
.solution-show .case .info .slick-case .slick-current.slick-center {
    opacity: 1;
    padding: 0 25px;
}
.solution-show .case .info .slick-case .slick-current.slick-center .item {
    padding: 0;
    transform: scale(1);
}
.solution-show .case .info .slick-case .slick-slide {
    opacity: 0.2;
    transition: all 0.3s ease-out;
    padding: 0px 25px;
}
@media (max-width: 1199px) {
    .solution-show .case .info .slick-case .slick-slide {
        padding: 0 7px;
    }
}
.solution-show .case .info .slick-case .slick-slide .item {
    transform: scale(0.98);
}
.solution-show .case .info .slick-case .slick-list {
    overflow: visible;
}
@media (max-width: 1199px) {
    .solution-show .case .info .slick-case .slick-list {
        overflow: hidden;
    }
}
.solution-show .case .info .slick-case .slick-list .slick-track {
    display: flex;
    align-items: center;
}
.solution-show .case .info .slick-case .item:hover .pic .img-box img {
    transform: scale3d(1.1, 1.1, 1);
}
.solution-show .case .info .slick-case .item:hover .note .tit a {
    text-decoration: underline;
}
.solution-show .case .info .slick-case .item .pic {
    position: relative;
    overflow: hidden;
}
.solution-show .case .info .slick-case .item .pic .img-box {
    border-radius: 30px;
    padding-bottom: calc(540 / 960 * 100%);
}
.solution-show .case .info .slick-case .item .pic .img-box img {
    transition: all 1.5s ease-out;
}
.solution-show .case .info .slick-case .item .pic .note {
    position: absolute;
    content: "";
    padding: 40px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    pointer-events: none;
}
@media (max-width: 1199px) {
    .solution-show .case .info .slick-case .item .pic .note {
        padding: 20px;
    }
}
.solution-show .case .info .slick-case .item .pic .note .tit a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 1199px) {
    .solution-show .case .info .slick-case .item .pic .note .tit a {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.solution-show .case .info .slick-case .item .pic .note .txt {
    margin-top: 15px;
}
.solution-show .case .info .slick-case .item .pic .note .txt p {
    color: #fff;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 1199px) {
    .solution-show .case .info .slick-case .item .pic .note .txt p {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.solution-show .common-support {
    background: #f4fafe;
}
.common-support {
    padding: 30px 0 120px 0;
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px) {
    .common-support {
        padding: 40px 0;
    }
}
.common-support .canvas-box {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0%;
    background: transparent;
}
.common-support .info {
    padding: 90px 120px;
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
}
@media (max-width: 1199px) {
    .common-support .info {
        padding: 40px;
        flex-direction: column;
    }
}
@media (max-width: 991px) {
    .common-support .info {
        padding: 20px;
    }
}
.common-support .info .left {
    width: 45%;
}
@media (max-width: 1199px) {
    .common-support .info .left {
        width: 100%;
    }
}
.common-support .info .left .pic img {
    width: 100%;
    display: block;
    height: auto;
}
.common-support .info .right {
    width: 50%;
}
@media (max-width: 1199px) {
    .common-support .info .right {
        width: 100%;
    }
}
.common-support .info .right .common-txt p {
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: 36px;
    margin: 0;
}
@media (max-width: 1199px) {
    .common-support .info .right .common-txt p {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.common-support .info .right .support-list {
    padding: 50px 0 0 0;
}
@media (max-width: 1199px) {
    .common-support .info .right .support-list {
        padding: 20px 0 0 0;
    }
}
.common-support .info .right .support-list .slick-support-nav .slick-list {
    position: relative;
    padding-top: 30px;
}
@media (max-width: 1199px) {
    .common-support .info .right .support-list .slick-support-nav .slick-list {
        padding-top: 15px;
    }
}
.common-support
    .info
    .right
    .support-list
    .slick-support-nav
    .slick-list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #2356a7;
    top: 0;
    z-index: 2;
    opacity: 1;
    transition: all 0.2s ease-out;
}
.common-support
    .info
    .right
    .support-list
    .slick-support-nav
    .slick-current
    .item
    .name
    p {
    color: #2356a7;
    text-decoration: underline;
}
.common-support
    .info
    .right
    .support-list
    .slick-support-nav
    .slick-current
    .item
    .name
    p::before {
    background: #2356a7;
}
.common-support .info .right .support-list .slick-support-nav .item {
    cursor: pointer;
}
.common-support
    .info
    .right
    .support-list
    .slick-support-nav
    .item:hover
    .name
    p {
    color: #2356a7;
    text-decoration: underline;
}
.common-support
    .info
    .right
    .support-list
    .slick-support-nav
    .item:hover
    .name
    p::before {
    background: #2356a7;
}
.common-support .info .right .support-list .slick-support-nav .item .name {
    padding: 0 15px;
}
.common-support .info .right .support-list .slick-support-nav .item .name p {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin: 0;
    transition: all 0.2s ease-out;
}
.common-support
    .info
    .right
    .support-list
    .slick-support-nav
    .item
    .name
    p::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #222;
    border-radius: 50%;
    left: -15px;
    width: 5px;
    height: 5px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .common-support
        .info
        .right
        .support-list
        .slick-support-nav
        .item
        .name
        p {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.common-support .info .right .support-list .slick-support-for .item .txt {
    padding-top: 20px;
    transition: all 0.2s ease-out;
}
.common-support .info .right .support-list .slick-support-for .item .txt p {
    color: #666;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 26px;
    margin: 0;
}
@media (max-width: 1199px) {
    .common-support .info .right .support-list .slick-support-for .item .txt p {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.common-support .info .right .support-list ul li.active {
    border-top: 3px solid #2356a7;
}
.common-support .info .right .support-list ul li.active .item .name {
    justify-content: space-between;
}
.common-support .info .right .support-list ul li.active .item .name p {
    color: #2356a7;
    text-decoration: underline;
}
.common-support .info .right .support-list ul li.active .item .name p::before {
    background: #2356a7;
}
.common-support .info .right .support-list ul li.active .item .name span {
    color: #2356a7;
}
.common-support .info .right .support-list ul li {
    border-top: 1px solid #dce9f2;
}
.common-support .info .right .support-list ul li:last-child {
    border-bottom: 1px solid #dce9f2;
}
.common-support .info .right .support-list ul li:hover {
    cursor: pointer;
}
.common-support .info .right .support-list ul li:hover .item .name {
    justify-content: space-between;
}
.common-support .info .right .support-list ul li:hover .item .name p {
    color: #2356a7;
    text-decoration: underline;
}
.common-support .info .right .support-list ul li:hover .item .name p::before {
    background: #2356a7;
}
.common-support .info .right .support-list ul li:hover .item .name span {
    color: #2356a7;
    position: absolute;
    right: 0;
}
.common-support .info .right .support-list ul li .item {
    padding: 20px 0;
}
@media (max-width: 1199px) {
    .common-support .info .right .support-list ul li .item {
        padding: 10px 0;
    }
}
.common-support .info .right .support-list ul li .item .name {
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
    transition: all 0.4s ease-out;
    position: relative;
}
.common-support .info .right .support-list ul li .item .name p {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin: 0;
    padding-right: 10px;
    transition: all 0.2s ease-out;
}
.common-support .info .right .support-list ul li .item .name p::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #222;
    border-radius: 50%;
    left: -25px;
    width: 5px;
    height: 5px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .common-support .info .right .support-list ul li .item .name p {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.common-support .info .right .support-list ul li .item .name span {
    display: inline-block;
    color: rgba(35, 86, 167, 0.15);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
    transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
    .common-support .info .right .support-list ul li .item .name span {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.common-support .info .right .support-list ul li .item .txt {
    padding-top: 20px;
    display: none;
}
.common-support .info .right .support-list ul li .item .txt p {
    color: #666;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 26px;
    margin: 0;
}
@media (max-width: 1199px) {
    .common-support .info .right .support-list ul li .item .txt p {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.common-support .info .right .support-list .more {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .common-support .info .right .support-list .more {
        margin-top: 20px;
    }
}
.common-support .info .right .support-list .more a i {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #2356a7;
    background: #fff;
    transition: all 0.2s ease-out;
}
.common-support .info .right .support-list .more a i:hover {
    background: #2356a7;
    color: #fff;
}
.editor-content p {
    color: #666;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 1199px) {
    .editor-content p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.wrap-product {
    margin-top: 140px;
    padding: 120px 0;
    position: relative;
}
@media (max-width: 1199px) {
    .wrap-product {
        padding: 0 0 40px 0;
        margin-top: 100px;
    }
}
.wrap-product .canvas-box {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0%;
    background: transparent;
}
.wrap-product .info .top {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .wrap-product .info .top {
        flex-direction: column;
    }
}
.wrap-product .info .top .top-left {
    width: 45%;
}
@media (max-width: 1199px) {
    .wrap-product .info .top .top-left {
        width: 100%;
    }
}
.wrap-product .info .top .top-right {
    width: 50%;
}
@media (max-width: 1199px) {
    .wrap-product .info .top .top-right {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-product .info .top .top-right .editor-content ul {
    padding-left: 20px;
}
.wrap-product .info .top .top-right .editor-content ul li {
    list-style-type: disc;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 24px;
}
@media (max-width: 1199px) {
    .wrap-product .info .top .top-right .editor-content ul li {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-product .info .top .top-right .editor-content p {
    margin: 10px 0 0 0;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
}
@media (max-width: 1199px) {
    .wrap-product .info .top .top-right .editor-content p {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-product .info .group {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .wrap-product .info .group {
        margin-top: 30px;
    }
}
.wrap-product .info .group .group-left {
    width: 20%;
}
@media (max-width: 1199px) {
    .wrap-product .info .group .group-left {
        display: none;
    }
}
.wrap-product .info .group .group-left .list ul li.active {
    border-top: 3px solid #2356a7;
}
.wrap-product .info .group .group-left .list ul li.active a {
    color: #2356a7;
    font-weight: bold;
}
.wrap-product .info .group .group-left .list ul li.active a i {
    transform: rotate(-180deg);
}
.wrap-product .info .group .group-left .list ul li.active ul {
    display: block;
}
.wrap-product .info .group .group-left .list ul li.active ul li a {
    color: #666;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    font-weight: normal;
}
.wrap-product .info .group .group-left .list ul li {
    border-top: 1px solid #cbe2f6;
    transition: all 0.2s ease-out;
}
.wrap-product .info .group .group-left .list ul li:last-child {
    border-bottom: 1px solid #cbe2f6;
}
.wrap-product .info .group .group-left .list ul li:hover {
    border-top: 3px solid #2356a7;
}
.wrap-product .info .group .group-left .list ul li:hover a {
    color: #2356a7;
    font-weight: bold;
}
.wrap-product .info .group .group-left .list ul li:hover a i {
    transform: rotate(-180deg);
}
.wrap-product .info .group .group-left .list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #222;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 20px 0;
    transition: all 0.2s ease-out;
}
.wrap-product .info .group .group-left .list ul li a i {
    display: inline-block;
    transition: all 0.2s ease-out;
    font-size: 18px;
}
.wrap-product .info .group .group-left .list ul li > ul {
    padding-left: 20px;
    display: none;
}
.wrap-product .info .group .group-left .list ul li > ul li {
    border-top: none;
    list-style-type: disc;
}
.wrap-product .info .group .group-left .list ul li > ul li:hover {
    border-top: none;
}
.wrap-product .info .group .group-left .list ul li > ul li:hover a {
    color: #2356a7;
    font-weight: normal;
}
.wrap-product .info .group .group-left .list ul li > ul li a {
    padding: 0;
    color: #666;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 32px;
    padding: 10px 0;
    font-weight: normal;
}
.wrap-product .info .group .group-right {
    width: 78%;
}
@media (max-width: 1199px) {
    .wrap-product .info .group .group-right {
        width: 100%;
    }
}
.wrap-product .info .group .group-right .pagination {
    justify-content: end;
}
.wrap-product .info .group .group-right .right-list .row .col-12 .item {
    border-radius: 30px;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .wrap-product .info .group .group-right .right-list .row .col-12 .item {
        padding: 15px;
        margin-bottom: 20px;
    }
}
@keyframes left-right {
    0% {
        left: -10px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
.wrap-product
    .info
    .group
    .group-right
    .right-list
    .row
    .col-12
    .item:hover
    .pic
    .img-box
    img {
    transform: scale3d(0.9, 0.9, 1);
}
.wrap-product
    .info
    .group
    .group-right
    .right-list
    .row
    .col-12
    .item:hover
    .note
    .tit
    a {
    color: #2356a7;
    text-decoration: underline;
}
.wrap-product
    .info
    .group
    .group-right
    .right-list
    .row
    .col-12
    .item:hover
    .note
    .more
    a {
    background: #2356a7;
}
.wrap-product
    .info
    .group
    .group-right
    .right-list
    .row
    .col-12
    .item:hover
    .note
    .more
    a
    i {
    color: #fff;
    animation: alternate left-right 0.5s ease-in-out;
}
.wrap-product
    .info
    .group
    .group-right
    .right-list
    .row
    .col-12
    .item
    .pic
    .img-box
    img {
    transition: all 1s ease-out;
    background: #fff;
}
.wrap-product .info .group .group-right .right-list .row .col-12 .item .note {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-product
        .info
        .group
        .group-right
        .right-list
        .row
        .col-12
        .item
        .note {
        margin-top: 15px;
    }
}
.wrap-product
    .info
    .group
    .group-right
    .right-list
    .row
    .col-12
    .item
    .note
    .tit
    a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}
@media (max-width: 1199px) {
    .wrap-product
        .info
        .group
        .group-right
        .right-list
        .row
        .col-12
        .item
        .note
        .tit
        a {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: normal;
        height: 26px;
    }
}
.wrap-product
    .info
    .group
    .group-right
    .right-list
    .row
    .col-12
    .item
    .note
    .txt {
    margin-top: 10px;
}
.wrap-product
    .info
    .group
    .group-right
    .right-list
    .row
    .col-12
    .item
    .note
    .txt
    p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    position: relative;
}
@media (max-width: 1199px) {
    .wrap-product
        .info
        .group
        .group-right
        .right-list
        .row
        .col-12
        .item
        .note
        .txt
        p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
        height: 26px;
    }
}
.wrap-product
    .info
    .group
    .group-right
    .right-list
    .row
    .col-12
    .item
    .note
    .more {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-product
        .info
        .group
        .group-right
        .right-list
        .row
        .col-12
        .item
        .note
        .more {
        margin-top: 20px;
    }
}
.wrap-product
    .info
    .group
    .group-right
    .right-list
    .row
    .col-12
    .item
    .note
    .more
    a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease-out;
}
.wrap-product
    .info
    .group
    .group-right
    .right-list
    .row
    .col-12
    .item
    .note
    .more
    a
    i {
    color: #2356a7;
    transition: all 0.2s ease-out;
    font-size: 18px;
    overflow: hidden;
    position: relative;
}
@keyframes roatevideo {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.back-canvas {
    position: absolute;
    z-index: 2;
    bottom: -20%;
    left: -25%;
    width: 150%;
    height: 150%;
}
.back-canvas canvas {
    width: 100%;
    height: 100%;
}
.threeCanvas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -20%;
}
.threeCanvas canvas:nth-child(1) {
    display: none;
}
.wrap-home .home-product {
    padding: 60px 0;
    background: linear-gradient(180deg, #fff 15.26%, #518fc6 59.84%);
}
@media (max-width: 1199px) {
    .wrap-home .home-product {
        padding: 40px 0;
    }
}
.wrap-home .home-product .info {
    padding: 120px 150px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1710px) {
    .wrap-home .home-product .info {
        padding: 120px 100px;
    }
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info {
        padding: 30px;
        flex-direction: column;
    }
}
@media (max-width: 991px) {
    .wrap-home .home-product .info {
        padding: 20px;
    }
}
.wrap-home .home-product .info .left {
    width: 50%;
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info .left {
        width: 100%;
    }
}
.wrap-home .home-product .info .left .select-product {
    margin-top: 70px;
    padding: 0px 40px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info .left .select-product {
        margin-top: 30px;
        padding: 0 15px;
    }
}
.wrap-home .home-product .info .left .select-product .slick-slide {
    padding: 0 13px;
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info .left .select-product .slick-slide {
        padding: 0 7px;
    }
}
.wrap-home .home-product .info .left .select-product .slick-prev,
.wrap-home .home-product .info .left .select-product .slick-next {
    background: transparent;
}
.wrap-home .home-product .info .left .select-product .slick-prev::before,
.wrap-home .home-product .info .left .select-product .slick-next::before {
    color: #222;
}
.wrap-home .home-product .info .left .select-product .slick-prev {
    left: -40px;
}
.wrap-home .home-product .info .left .select-product .slick-next {
    right: -40px;
}
.wrap-home
    .home-product
    .info
    .left
    .select-product
    .slick-slide.on
    .item::after {
    width: 100%;
}
.wrap-home
    .home-product
    .info
    .left
    .select-product
    .slick-slide.on
    .item
    .tit
    h2 {
    color: #2356a7;
}
.wrap-home .home-product .info .left .select-product .item {
    position: relative;
    padding: 15px 0;
}
.wrap-home .home-product .info .left .select-product .item:hover::after {
    width: 100%;
}
.wrap-home .home-product .info .left .select-product .item::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    z-index: 2;
    bottom: 0px;
    background: #2356a7;
    transition: all 0.3s ease-out;
}
.wrap-home .home-product .info .left .select-product .item .tit h2 {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0.8px;
    transition: all 0.2s ease-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info .left .select-product .item .tit h2 {
        letter-spacing: normal;
    }
}
.wrap-home .home-product .info .left .select-product .item .tit h2:hover {
    cursor: pointer;
    color: #2356a7;
}
.wrap-home .home-product .info .left .list {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info .left .list {
        margin-top: 30px;
    }
}
.wrap-home .home-product .info .left .list .name h2 {
    color: #2356a7;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 36px;
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info .left .list .name h2 {
        line-height: 30px;
        letter-spacing: normal;
    }
}
.wrap-home .home-product .info .left .list ul {
    padding-top: 40px;
    margin: 0 -20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info .left .list ul {
        padding-top: 20px;
        margin: 0 -10px;
    }
}
.wrap-home .home-product .info .left .list ul li {
    padding: 0 20px;
}
@media (max-width: 1470px) {
    .wrap-home .home-product .info .left .list ul li {
        padding: 0 5px;
    }
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info .left .list ul li {
        width: 25%;
        padding: 0 10px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .wrap-home .home-product .info .left .list ul li {
        width: 50%;
        text-align: center;
        margin: 10px 0;
    }
}
.wrap-home .home-product .info .left .list ul li .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
}
.wrap-home .home-product .info .left .list ul li .item:hover {
    cursor: default;
}
.wrap-home .home-product .info .left .list ul li .item:hover .pic img {
    animation: roatevideo 3s linear infinite;
}
.wrap-home .home-product .info .left .list ul li .item .pic {
    width: 120px;
    height: 120px;
    height: auto;
    display: block;
    position: relative;
}
@media (max-width: 767px) {
    .wrap-home .home-product .info .left .list ul li .item .pic {
        margin: 0 auto;
    }
}
.wrap-home .home-product .info .left .list ul li .item .pic img {
    width: 100%;
    height: auto;
}
.wrap-home .home-product .info .left .list ul li .item .pic .note {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.wrap-home .home-product .info .left .list ul li .item .pic .note b {
    color: #2356a7;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info .left .list ul li .item .pic .note b {
        font-size: 18px;
        letter-spacing: normal;
    }
}
.wrap-home .home-product .info .left .list ul li .item .txt {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info .left .list ul li .item .txt {
        margin-top: 15px;
    }
}
.wrap-home .home-product .info .left .list ul li .item .txt p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info .left .list ul li .item .txt p {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.wrap-home .home-product .info .right {
    width: 48%;
    position: relative;
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info .right {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-home .home-product .info .right .right-list {
    display: none;
}
.wrap-home .home-product .info .right .right-list .list-groups {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .wrap-home .home-product .info .right .right-list .list-groups {
        flex-direction: column;
    }
}
.wrap-home .home-product .info .right .right-list.on {
    display: block;
}
.wrap-home .home-product .info .right .slider-left-for {
    width: 70%;
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info .right .slider-left-for {
        width: 60%;
    }
}
@media (max-width: 767px) {
    .wrap-home .home-product .info .right .slider-left-for {
        width: 100%;
        display: none;
    }
}
.wrap-home
    .home-product
    .info
    .right
    .slider-left-for
    .item:hover
    .pic
    .img-box
    img {
    transform: scale3d(0.9, 0.9, 1);
}
.wrap-home
    .home-product
    .info
    .right
    .slider-left-for
    .item:hover
    .pic
    .pic-bg {
    animation: roatevideo 3s linear infinite;
}
.wrap-home .home-product .info .right .slider-left-for .item .pic {
    position: relative;
    z-index: 2;
}
.wrap-home .home-product .info .right .slider-left-for .item .pic .img-box {
    padding-bottom: calc(510 / 440 * 100%);
}
.wrap-home .home-product .info .right .slider-left-for .item .pic .img-box img {
    transition: all 1s ease-out;
}
.wrap-home .home-product .info .right .slider-left-for .item .pic .pic-bg {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    transition: all 0.3s ease-out;
}
.wrap-home .home-product .info .right .slider-left-for .item .pic .pic-bg img {
    width: 100%;
    height: auto;
}
.wrap-home .home-product .info .right .slider-left-for .item .tit {
    text-align: center;
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info .right .slider-left-for .item .tit {
        margin-top: 20px;
    }
}
.wrap-home .home-product .info .right .slider-left-for .item .tit a {
    text-align: center;
    color: #2356a7;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
}
.wrap-home .home-product .info .right .slider-right-nav {
    width: 30%;
}
@media (max-width: 767px) {
    .wrap-home .home-product .info .right .slider-right-nav {
        width: 100%;
    }
}
.wrap-home .home-product .info .right .slider-right-nav .slick-prev,
.wrap-home .home-product .info .right .slider-right-nav .slick-next {
    top: 120%;
}
.wrap-home .home-product .info .right .slider-right-nav .slick-prev {
    left: 20%;
}
.wrap-home .home-product .info .right .slider-right-nav .slick-next {
    right: 20%;
}
.wrap-home
    .home-product
    .info
    .right
    .slider-right-nav
    .item:hover
    .pic
    .img-box
    img {
    transform: scale3d(0.9, 0.9, 1);
}
.wrap-home
    .home-product
    .info
    .right
    .slider-right-nav
    .item:hover
    .pic
    .pic-bg {
    animation: roatevideo 3s linear infinite;
}
.wrap-home .home-product .info .right .slider-right-nav .item .pic {
    position: relative;
    z-index: 2;
}
.wrap-home .home-product .info .right .slider-right-nav .item .pic .img-box {
    padding-bottom: calc(420 / 360 * 100%);
}
.wrap-home
    .home-product
    .info
    .right
    .slider-right-nav
    .item
    .pic
    .img-box
    img {
    transition: all 1s ease-out;
}
.wrap-home .home-product .info .right .slider-right-nav .item .pic .pic-bg {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    transition: all 0.3s ease-out;
}
.wrap-home .home-product .info .right .slider-right-nav .item .pic .pic-bg img {
    width: 100%;
    height: auto;
}
.wrap-home .home-product .info .right .slider-right-nav .item .tit {
    text-align: center;
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-home .home-product .info .right .slider-right-nav .item .tit {
        margin-top: 20px;
    }
}
.wrap-home .home-product .info .right .slider-right-nav .item .tit a {
    text-align: center;
    color: #2356a7;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
}
.wrap-home .home-mark {
    padding: 120px 0;
    background: linear-gradient(180deg, #518fc6 10%, #fff 75.53%, #fff 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .wrap-home .home-mark {
        padding: 40px 0 !important ;
        max-width: 100% !important;
        width: 100% !important;
        max-height: 100% !important;
        height: 100% !important;
        transform: translate(0px, 0px) !important;
        position: relative !important;
        top: 0 !important;
    }
}
.wrap-home .home-mark .common-tit h2 {
    text-decoration: none;
    color: #fff;
}
.wrap-home .home-mark .common-tit h2 span {
    color: #fff;
}
.wrap-home .home-mark .common-txt p {
    color: #fff;
}
.wrap-home .home-mark .link {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-home .home-mark .link {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-home .home-mark .link {
        flex-direction: column;
    }
}
.wrap-home .home-mark .link a {
    margin: 0 8px;
    display: inline-block;
    padding: 13px 40px;
    border-radius: 100px;
    border: 1px solid #fff;
    transition: all 0.2s ease-out;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.7px;
}
@media (max-width: 1199px) {
    .wrap-home .home-mark .link a {
        padding: 11px 30px;
        letter-spacing: normal;
    }
}
@media (max-width: 991px) {
    .wrap-home .home-mark .link a {
        margin: 10px 0;
        display: block;
    }
}
.wrap-home .home-mark .link a:hover {
    background: #2356a7;
    border: 1px solid #2356a7;
    color: #fff;
}
.wrap-home .home-mark .pic-bg {
    position: relative;
    background: url(../img/yun01.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
    min-height: 680px;
}
.wrap-home .home-mark .pic-bg a {
    overflow: hidden;
    display: block;
}
.wrap-home .home-mark .pic-bg a:hover img {
    transform: scale3d(1.05, 1.05, 1);
}
.wrap-home .home-mark .pic-bg a img {
    transition: all 0.5s ease-out;
}
.wrap-home .home-mark .pic-bg img {
    width: 50%;
    margin: 0 auto;
    height: auto;
    display: block;
    animation: roatevideo 20s linear infinite;
}
@media (max-width: 991px) {
    .wrap-home .home-mark .pic-bg img {
        width: 100%;
        margin: 0;
    }
}
.wrap-home .home-mark .pic-bg iframe {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.wrap-home .home-mark .pic-bg .pic-product {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 90%;
    height: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wrap-home .home-mark .pic-bg .pic-product img {
    animation: none;
}
.wrap-home .home-mark .pic-bg .model-product {
    z-index: 3;
    width: min(78vw, 860px);
    height: min(72vh, 680px);
    cursor: grab;
}
.wrap-home .home-mark .pic-bg .model-product:active {
    cursor: grabbing;
}
.wrap-home .home-mark .pic-bg .home-model-viewer {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    --poster-color: transparent;
}
.wrap-home .home-mark .pic-bg .home-model-viewer::part(default-progress-bar) {
    display: none;
}
.wrap-home .home-mark .pic-bg .home-fbx-viewer {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.wrap-home .home-mark .pic-bg .home-fbx-viewer canvas {
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
}
.wrap-home .home-mark .pic-bg .bg-link {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
@media (max-width: 991px) {
    .wrap-home .home-mark .pic-bg {
        min-height: 520px;
    }
    .wrap-home .home-mark .pic-bg .model-product {
        width: 100%;
        height: 58vh;
    }
}
@media (max-width: 767px) {
    .wrap-home .home-mark .pic-bg .bg-link {
        bottom: 0;
    }
}
.wrap-home .home-mark .pic-bg .bg-link a {
    display: inline-block;
    padding: 13px 40px;
    border-radius: 100px;
    border: 1px solid #2356a7;
    transition: all 0.2s ease-out;
    color: #2356a7;
    font-size: 14px;
    letter-spacing: 0.7px;
}
@media (max-width: 1199px) {
    .wrap-home .home-mark .pic-bg .bg-link a {
        padding: 11px 30px;
        letter-spacing: normal;
    }
}
@media (max-width: 991px) {
    .wrap-home .home-mark .pic-bg .bg-link a {
        margin: 10px 0;
        display: block;
    }
}
.wrap-home .home-mark .pic-bg .bg-link a:hover {
    background: #2356a7;
    border: 1px solid #2356a7;
    color: #fff;
}
@keyframes roatevideo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes upname {
    0% {
        opacity: 0;
        transform: translate(-50%, 0%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
.wrap-home .home-mark .mark-name {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-out;
    animation: upname 1.5s ease-out forwards;
    opacity: 0;
}
@media (max-width: 1199px) {
    .wrap-home .home-mark .mark-name {
        display: none;
    }
}
.wrap-home .home-mark .mark-name span {
    color: #fff;
    font-size: 9.63vw;
    font-weight: bold;
    letter-spacing: -15px;
    line-height: 100%;
}
@media (max-width: 1470px) {
    .wrap-home .home-mark .mark-name span {
        font-size: 7.63vw;
    }
}
.wrap-home .home-mark .info {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrap-home .home-about .pic img {
    width: 100%;
    height: auto;
    display: block;
}
.wrap-home .home-case {
    padding: 0px 0 120px 0;
    background: #fff;
}
@media (max-width: 1199px) {
    .wrap-home .home-case {
        padding: 0px 0 80px 0;
    }
}
.wrap-home .home-case .info .top {
    display: flex;
    justify-content: space-between;
    position: relative;
}
@media (max-width: 991px) {
    .wrap-home .home-case .info .top {
        flex-direction: column;
    }
}
.wrap-home .home-case .info .top .left {
    width: 42%;
}
@media (max-width: 991px) {
    .wrap-home .home-case .info .top .left {
        width: 100%;
    }
}
.wrap-home .home-case .info .top .right {
    width: 49%;
}
@media (max-width: 991px) {
    .wrap-home .home-case .info .top .right {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-home .home-case .info .top .right .pic:hover .img-box img {
    transform: scale3d(1.1, 1.1, 1);
}
.wrap-home .home-case .info .top .right .pic .img-box {
    padding-bottom: calc(390 / 690 * 100%);
    border-radius: 30px;
}
.wrap-home .home-case .info .top .right .pic .img-box img {
    transition: all 1.5s ease-out;
}
.wrap-home .home-case .info .top .right .note {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42%;
}
@media (max-width: 991px) {
    .wrap-home .home-case .info .top .right .note {
        position: relative;
        margin-top: 20px;
        left: auto;
        bottom: auto;
        width: 100%;
    }
}
.wrap-home .home-case .info .top .right .note .tit a {
    color: #222;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .wrap-home .home-case .info .top .right .note .tit a {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 26px;
        height: 26px;
    }
}
.wrap-home .home-case .info .top .right .note .tit a:hover {
    color: #2356a7;
}
.wrap-home .home-case .info .top .right .note .txt {
    margin-top: 15px;
}
.wrap-home .home-case .info .top .right .note .txt p {
    color: #666;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
}
@media (max-width: 1199px) {
    .wrap-home .home-case .info .top .right .note .txt p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
        height: 52px;
    }
}
.wrap-home .home-case .info .top .right .note .more {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-home .home-case .info .top .right .note .more {
        margin-top: 20px;
    }
}
.wrap-home .home-case .info .top .right .note .more a {
    color: #999;
    font-size: 14px;
    letter-spacing: 0.7px;
    transition: all 0.2s ease-out;
}
.wrap-home .home-case .info .top .right .note .more a:hover {
    color: #2356a7;
}
@media (max-width: 1199px) {
    .wrap-home .home-case .info .top .right .note .more a {
        letter-spacing: normal;
    }
}
.wrap-home .home-case .info .top .right .note .more a i {
    margin-left: 5px;
}
.wrap-home .home-case .info .slick-application {
    padding-top: 70px;
    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .wrap-home .home-case .info .slick-application {
        padding-top: 30px;
        margin: 0 -7px;
    }
}
.wrap-home .home-case .info .slick-application .slick-slide {
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .wrap-home .home-case .info .slick-application .slick-slide {
        padding: 0 7px;
    }
}
.wrap-home .home-case .info .slick-application .item {
    border-radius: 30px;
    transition: all 0.2s ease-out;
    background: #f8f8f8;
    overflow: hidden;
}
.wrap-home .home-case .info .slick-application .item:hover .pic .img-box img {
    transform: scale3d(1.1, 1.1, 1);
}
.wrap-home .home-case .info .slick-application .item:hover .note .tit a {
    color: #2356a7;
    text-decoration: underline;
}
.wrap-home .home-case .info .slick-application .item:hover .note .more a {
    color: #2356a7;
}
.wrap-home .home-case .info .slick-application .item .pic {
    border-radius: 30px 30px 0px 0px;
}
.wrap-home .home-case .info .slick-application .item .pic .img-box {
    padding-bottom: calc(220 / 390 * 100%);
}
.wrap-home .home-case .info .slick-application .item .pic .img-box img {
    transition: all 1.5s ease-out;
}
.wrap-home .home-case .info .slick-application .item .note {
    padding: 40px 30px;
}
@media (max-width: 1199px) {
    .wrap-home .home-case .info .slick-application .item .note {
        padding: 20px;
    }
}
.wrap-home .home-case .info .slick-application .item .note .tit a {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .wrap-home .home-case .info .slick-application .item .note .tit a {
        font-size: 18px;
        line-height: 26px;
        height: 26px;
    }
}
.wrap-home .home-case .info .slick-application .item .note .txt {
    margin-top: 15px;
}
.wrap-home .home-case .info .slick-application .item .note .txt p {
    color: #666;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
}
@media (max-width: 1199px) {
    .wrap-home .home-case .info .slick-application .item .note .txt p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
        height: 52px;
    }
}
.wrap-home .home-case .info .slick-application .item .note .more {
    margin-top: 30px;
    border-top: 1px solid #cbe2f6;
    padding-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-home .home-case .info .slick-application .item .note .more {
        margin-top: 20px;
        padding-top: 15px;
    }
}
.wrap-home .home-case .info .slick-application .item .note .more a {
    transition: all 0.2s ease-out;
    display: inline-block;
    color: #999;
    font-size: 14px;
    letter-spacing: 0.7px;
}
@media (max-width: 1199px) {
    .wrap-home .home-case .info .slick-application .item .note .more a {
        letter-spacing: normal;
    }
}
.wrap-home .home-case .info .slick-application .item .note .more a i {
    margin-left: 5px;
}
.wrap-home .home-brand {
    position: relative;
    overflow: hidden;
    padding: 120px 0 130px 0;
    z-index: 2;
    height: 1000px;
}
@media (max-width: 1199px) {
    .wrap-home .home-brand {
        padding: 40px 0;
        display: none;
    }
}
.wrap-home .home-brand .info .group {
    margin-top: 70px;
    position: absolute;
    height: 500px;
    width: 100%;
    z-index: 2;
}
@media (max-width: 1199px) {
    .wrap-home .home-brand .info .group {
        margin-top: 40px;
    }
}
.wrap-home .home-brand .info .group .str4,
.wrap-home .home-brand .info .group .str5 {
    position: absolute;
    overflow: hidden;
    padding: 250px 0;
    z-index: 2;
    width: 100%;
}
@media (max-width: 1199px) {
    .wrap-home .home-brand .info .group .str4,
    .wrap-home .home-brand .info .group .str5 {
        height: auto;
    }
}
.wrap-home .home-brand .info .group .str4 .str_move {
    white-space: nowrap;
    position: absolute;
    top: 34%;
}
.wrap-home .home-brand .info .group .str4 .pic {
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #eee;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
.wrap-home .home-brand .info .group .str4 .pic img {
    max-width: 100% !important;
    max-height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.wrap-home .home-brand .info .group .str4 a:nth-child(4n) {
    width: 10.16rem;
    height: 10.16rem;
    margin-right: 3.92vw;
    transform: translateY(-6.3vw);
}
@media (max-width: 1199px) {
    .wrap-home .home-brand .info .group .str4 a:nth-child(4n) {
        width: 7rem;
        height: 7rem;
        transform: none;
        margin-right: 2rem;
    }
}
.wrap-home .home-brand .info .group .str4 a:nth-child(4n-1) {
    width: 7.01rem;
    height: 7.01rem;
    margin-right: 2.98vw;
    transform: translateY(-2.3vw);
}
@media (max-width: 1199px) {
    .wrap-home .home-brand .info .group .str4 a:nth-child(4n-1) {
        width: 7rem;
        height: 7rem;
        transform: none;
        margin-right: 2rem;
    }
}
.wrap-home .home-brand .info .group .str4 a:nth-child(4n-2) {
    width: 10.68rem;
    height: 10.68rem;
    margin-right: 2.92vw;
    transform: translateY(-4.3vw);
}
@media (max-width: 1199px) {
    .wrap-home .home-brand .info .group .str4 a:nth-child(4n-2) {
        width: 7rem;
        height: 7rem;
        transform: none;
        margin-right: 2rem;
    }
}
.wrap-home .home-brand .info .group .str4 a:nth-child(4n-3) {
    width: 7.67rem;
    height: 7.67rem;
    margin-right: 1.95vw;
}
@media (max-width: 1199px) {
    .wrap-home .home-brand .info .group .str4 a:nth-child(4n-3) {
        width: 7rem;
        height: 7rem;
        transform: none;
        margin-right: 2rem;
    }
}
.wrap-home .home-brand .info .group .str5 .str_move {
    white-space: nowrap;
    position: absolute;
}
.wrap-home .home-brand .info .group .str5 .pic {
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #eee;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
.wrap-home .home-brand .info .group .str5 .pic img {
    max-width: 100% !important;
    max-height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.wrap-home .home-brand .info .group .str5 a:nth-child(4n) {
    width: 10.16rem;
    height: 10.16rem;
    margin-right: 3.92vw;
    transform: translateY(-6.3vw);
}
@media (max-width: 1199px) {
    .wrap-home .home-brand .info .group .str5 a:nth-child(4n) {
        width: 7rem;
        height: 7rem;
        transform: none;
        margin-right: 2rem;
    }
}
.wrap-home .home-brand .info .group .str5 a:nth-child(4n-1) {
    width: 7.01rem;
    height: 7.01rem;
    margin-right: 2.98vw;
    transform: translateY(-2.3vw);
}
@media (max-width: 1199px) {
    .wrap-home .home-brand .info .group .str5 a:nth-child(4n-1) {
        width: 7rem;
        height: 7rem;
        transform: none;
        margin-right: 2rem;
    }
}
.wrap-home .home-brand .info .group .str5 a:nth-child(4n-2) {
    width: 10.68rem;
    height: 10.68rem;
    margin-right: 2.92vw;
    transform: translateY(-4.3vw);
}
@media (max-width: 1199px) {
    .wrap-home .home-brand .info .group .str5 a:nth-child(4n-2) {
        width: 7rem;
        height: 7rem;
        transform: none;
        margin-right: 2rem;
    }
}
.wrap-home .home-brand .info .group .str5 a:nth-child(4n-3) {
    width: 7.67rem;
    height: 7.67rem;
    margin-right: 1.95vw;
}
@media (max-width: 1199px) {
    .wrap-home .home-brand .info .group .str5 a:nth-child(4n-3) {
        width: 7rem;
        height: 7rem;
        transform: none;
        margin-right: 2rem;
    }
}
.wrap-home .home-brand .waves {
    top: -20%;
}
.wrap-details,
.wrap-details-3d {
    margin-top: 140px;
    background: linear-gradient(270deg, #021853 0%, #28478d 50%, #021853 100%);
}
@media (max-width: 1199px) {
    .wrap-details,
    .wrap-details-3d {
        margin-top: 100px;
    }
}
.wrap-details .common-menu,
.wrap-details-3d .common-menu {
    padding-top: 50%;
}
@media (max-width: 1199px) {
    .wrap-details .common-menu,
    .wrap-details-3d .common-menu {
        display: none;
    }
}
.wrap-details .common-menu .info ul li,
.wrap-details-3d .common-menu .info ul li {
    color: #fff;
}
.wrap-details .common-menu .info ul li::before,
.wrap-details-3d .common-menu .info ul li::before {
    color: #fff;
}
.wrap-details .common-menu .info ul li a,
.wrap-details-3d .common-menu .info ul li a {
    color: #fff;
}
.wrap-details .common-tit h2,
.wrap-details-3d .common-tit h2 {
    color: #fff;
}
.wrap-details .common-txt p,
.wrap-details-3d .common-txt p {
    color: #fff;
}
.wrap-details .introduce,
.wrap-details-3d .introduce {
    padding: 120px 0 240px 0;
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px) {
    .wrap-details .introduce,
    .wrap-details-3d .introduce {
        padding: 40px 0;
    }
}
.wrap-details .introduce .canvas-box,
.wrap-details-3d .introduce .canvas-box {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0%;
    background: transparent;
}
.wrap-details .introduce .info,
.wrap-details-3d .introduce .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap-details .introduce .info,
    .wrap-details-3d .introduce .info {
        align-items: center;
    }
}
@media (max-width: 991px) {
    .wrap-details .introduce .info,
    .wrap-details-3d .introduce .info {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}
.wrap-details .introduce .info .left,
.wrap-details-3d .introduce .info .left {
    width: 50%;
}
@media (max-width: 991px) {
    .wrap-details .introduce .info .left,
    .wrap-details-3d .introduce .info .left {
        width: 100%;
    }
}
.wrap-details .introduce .info .left .common-tit h2,
.wrap-details-3d .introduce .info .left .common-tit h2 {
    color: #fff;
}
.wrap-details .introduce .info .left .common-txt p,
.wrap-details-3d .introduce .info .left .common-txt p {
    color: #fff;
}
.wrap-details .introduce .info .left ul,
.wrap-details-3d .introduce .info .left ul {
    padding-top: 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -35px;
}
@media (max-width: 1199px) {
    .wrap-details .introduce .info .left ul,
    .wrap-details-3d .introduce .info .left ul {
        padding-top: 30px;
        margin: 0 -10px;
    }
}
@media (max-width: 991px) {
    .wrap-details .introduce .info .left ul,
    .wrap-details-3d .introduce .info .left ul {
        justify-content: center;
    }
}
.wrap-details .introduce .info .left ul li,
.wrap-details-3d .introduce .info .left ul li {
    padding: 0 35px;
}
@media (max-width: 1199px) {
    .wrap-details .introduce .info .left ul li,
    .wrap-details-3d .introduce .info .left ul li {
        padding: 0 10px;
        margin: 10px 0;
    }
}
.wrap-details .introduce .info .left ul li .item,
.wrap-details-3d .introduce .info .left ul li .item {
    height: 100%;
}
.wrap-details .introduce .info .left ul li .item b,
.wrap-details-3d .introduce .info .left ul li .item b {
    color: #dceefd;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
}
@media (max-width: 1199px) {
    .wrap-details .introduce .info .left ul li .item b,
    .wrap-details-3d .introduce .info .left ul li .item b {
        font-size: 24px;
        line-height: 26px;
    }
}
.wrap-details .introduce .info .left ul li .item p,
.wrap-details-3d .introduce .info .left ul li .item p {
    margin: 10px 0 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
}
@media (max-width: 1199px) {
    .wrap-details .introduce .info .left ul li .item p,
    .wrap-details-3d .introduce .info .left ul li .item p {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.wrap-details .introduce .info .right,
.wrap-details-3d .introduce .info .right {
    width: 50%;
}
@media (max-width: 991px) {
    .wrap-details .introduce .info .right,
    .wrap-details-3d .introduce .info .right {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-details .introduce .info .right .pic img,
.wrap-details-3d .introduce .info .right .pic img {
    width: 100%;
    height: auto;
    display: block;
}
.wrap-details .introduce.on .introduce-box::before,
.wrap-details-3d .introduce.on .introduce-box::before {
    opacity: 1;
}
.wrap-details .introduce.on .info .left .common-tit h2,
.wrap-details-3d .introduce.on .info .left .common-tit h2 {
    color: #fff;
}
.wrap-details .introduce.on .info .left .common-txt p,
.wrap-details-3d .introduce.on .info .left .common-txt p {
    color: #fff;
}
.wrap-details .introduce.on .info .left ul li .item b,
.wrap-details-3d .introduce.on .info .left ul li .item b {
    color: #fff;
}
.wrap-details .introduce.on .info .left ul li .item p,
.wrap-details-3d .introduce.on .info .left ul li .item p {
    color: #fff;
}
.wrap-details .introduce.on .info .right .pic,
.wrap-details-3d .introduce.on .info .right .pic {
    display: none;
}
.wrap-details .introduce.on .info .right .pic.active,
.wrap-details-3d .introduce.on .info .right .pic.active {
    display: block;
}
.wrap-details .introduce,
.wrap-details-3d .introduce {
    padding: 0;
    transition: all 0.5s ease-out;
}
.wrap-details .introduce .introduce-box,
.wrap-details-3d .introduce .introduce-box {
    position: relative;
    z-index: 2;
    padding: 180px 0 140px 0;
}
@media (max-width: 1199px) {
    .wrap-details .introduce .introduce-box,
    .wrap-details-3d .introduce .introduce-box {
        padding: 40px 0;
    }
}
.wrap-details .introduce .introduce-box::before,
.wrap-details-3d .introduce .introduce-box::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0.65) 100%
    );
}
.wrap-details .introduce .info .left .common-tit h2,
.wrap-details-3d .introduce .info .left .common-tit h2 {
    color: #fff;
    transition: all 0.2s ease-out;
}
.wrap-details .introduce .info .left .common-txt p,
.wrap-details-3d .introduce .info .left .common-txt p {
    color: #fff;
    transition: all 0.2s ease-out;
}
.wrap-details .introduce .info .left ul li .item b,
.wrap-details-3d .introduce .info .left ul li .item b {
    color: #2356a7;
    transition: all 0.2s ease-out;
}
.wrap-details .introduce .info .left ul li .item p,
.wrap-details-3d .introduce .info .left ul li .item p {
    color: #222;
    transition: all 0.2s ease-out;
}
.wrap-details .introduce .info .right .pic,
.wrap-details-3d .introduce .info .right .pic {
    display: block;
    opacity: 1;
}
.wrap-details .introduce .info .right .pic.active,
.wrap-details-3d .introduce .info .right .pic.active {
    display: none;
}
.wrap-details .core-advantage,
.wrap-details-3d .core-advantage {
    padding: 120px 0;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .wrap-details .core-advantage,
    .wrap-details-3d .core-advantage {
        padding: 40px 0;
    }
}
.wrap-details .core-advantage .info .group,
.wrap-details-3d .core-advantage .info .group {
    overflow: hidden;
    margin-top: 70px;
    position: relative;
}
@media (max-width: 1199px) {
    .wrap-details .core-advantage .info .group,
    .wrap-details-3d .core-advantage .info .group {
        margin-top: 30px;
    }
}
.wrap-details .core-advantage .info .group .group-list,
.wrap-details-3d .core-advantage .info .group .group-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
    justify-content: space-between;
}
.wrap-details .core-advantage .info .group .group-list .item,
.wrap-details-3d .core-advantage .info .group .group-list .item {
    width: 50%;
    padding: 0 7px;
}
@media (max-width: 767px) {
    .wrap-details .core-advantage .info .group .group-list .item,
    .wrap-details-3d .core-advantage .info .group .group-list .item {
        width: 100%;
    }
}
.wrap-details .core-advantage .info .group .group-list .item:nth-child(2n),
.wrap-details-3d .core-advantage .info .group .group-list .item:nth-child(2n) {
    display: flex;
    justify-content: flex-end;
}
.wrap-details .core-advantage .info .group .group-list .item .item-box,
.wrap-details-3d .core-advantage .info .group .group-list .item .item-box {
    width: 50%;
    padding: 30px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: end;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 2;
    margin: 15px 0;
}
@media (max-width: 1199px) {
    .wrap-details .core-advantage .info .group .group-list .item .item-box,
    .wrap-details-3d .core-advantage .info .group .group-list .item .item-box {
        width: 100%;
        padding: 20px;
    }
}
.wrap-details .core-advantage .info .group .group-list .item .item-box::before,
.wrap-details-3d
    .core-advantage
    .info
    .group
    .group-list
    .item
    .item-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.2s ease-out;
    z-index: -1;
    opacity: 0;
    border-radius: 30px;
    left: 0;
    overflow: hidden;
    background: radial-gradient(
            100% 100% at 100% 100%,
            rgba(35, 86, 167, 0.35) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        radial-gradient(
            100.9% 100% at 0% 0%,
            rgba(35, 86, 167, 0.35) 0%,
            rgba(255, 255, 255, 0) 100%
        );
}
.wrap-details .core-advantage .info .group .group-list .item .item-box:hover,
.wrap-details-3d
    .core-advantage
    .info
    .group
    .group-list
    .item
    .item-box:hover {
    cursor: default;
    transform: translateY(-10px);
}
.wrap-details
    .core-advantage
    .info
    .group
    .group-list
    .item
    .item-box:hover::before,
.wrap-details-3d
    .core-advantage
    .info
    .group
    .group-list
    .item
    .item-box:hover::before {
    opacity: 1;
}
.wrap-details
    .core-advantage
    .info
    .group
    .group-list
    .item
    .item-box
    .num
    span,
.wrap-details-3d
    .core-advantage
    .info
    .group
    .group-list
    .item
    .item-box
    .num
    span {
    display: inline-block;
    background: linear-gradient(90deg, #dceefd 0%, rgba(220, 238, 253, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
}
@media (max-width: 1199px) {
    .wrap-details
        .core-advantage
        .info
        .group
        .group-list
        .item
        .item-box
        .num
        span,
    .wrap-details-3d
        .core-advantage
        .info
        .group
        .group-list
        .item
        .item-box
        .num
        span {
        font-size: 30px;
        line-height: 30px;
    }
}
.wrap-details .core-advantage .info .group .group-list .item .item-box .note,
.wrap-details-3d
    .core-advantage
    .info
    .group
    .group-list
    .item
    .item-box
    .note {
    padding-left: 20px;
}
@media (max-width: 1199px) {
    .wrap-details
        .core-advantage
        .info
        .group
        .group-list
        .item
        .item-box
        .note,
    .wrap-details-3d
        .core-advantage
        .info
        .group
        .group-list
        .item
        .item-box
        .note {
        padding-left: 15px;
    }
}
.wrap-details .core-advantage .info .group .group-list .item .item-box .note h2,
.wrap-details-3d
    .core-advantage
    .info
    .group
    .group-list
    .item
    .item-box
    .note
    h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
}
@media (max-width: 1199px) {
    .wrap-details
        .core-advantage
        .info
        .group
        .group-list
        .item
        .item-box
        .note
        h2,
    .wrap-details-3d
        .core-advantage
        .info
        .group
        .group-list
        .item
        .item-box
        .note
        h2 {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-details .core-advantage .info .group .group-list .item .item-box .note p,
.wrap-details-3d
    .core-advantage
    .info
    .group
    .group-list
    .item
    .item-box
    .note
    p {
    margin: 15px 0 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 1199px) {
    .wrap-details
        .core-advantage
        .info
        .group
        .group-list
        .item
        .item-box
        .note
        p,
    .wrap-details-3d
        .core-advantage
        .info
        .group
        .group-list
        .item
        .item-box
        .note
        p {
        margin: 10px 0 0 0;
        font-size: 14px;
        line-height: 26px;
    }
}
.wrap-details .core-advantage .info .group .group-list .item-ring,
.wrap-details-3d .core-advantage .info .group .group-list .item-ring {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 38.84rem;
    height: 38.84rem;
    pointer-events: none;
}
@keyframes moveq {
    0% {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        -webkit-transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}
.wrap-details .core-advantage .info .group .group-list .item-ring i,
.wrap-details-3d .core-advantage .info .group .group-list .item-ring i {
    border: 2px solid rgba(35, 86, 167, 0.25);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0.6rem 0 rgba(151, 249, 127, 0.2);
    display: block;
    opacity: 0.2;
}
.wrap-details .core-advantage .info .group .group-list .item-ring .i1,
.wrap-details-3d .core-advantage .info .group .group-list .item-ring .i1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0.6rem 0 rgba(151, 249, 127, 0.2);
    position: relative;
    z-index: 10;
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(35, 86, 167, 0) 65%,
        rgba(35, 86, 167, 0.25) 100%
    );
}
.wrap-details .core-advantage .info .group .group-list .item-ring .i2,
.wrap-details-3d .core-advantage .info .group .group-list .item-ring .i2 {
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(35, 86, 167, 0) 65%,
        rgba(35, 86, 167, 0.15) 100%
    );
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: moveq 3s infinite linear;
    -webkit-animation: moveq 3s infinite linear;
    z-index: 2;
}
.wrap-details .core-advantage .info .group .group-list .item-ring .i3,
.wrap-details-3d .core-advantage .info .group .group-list .item-ring .i3 {
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(35, 86, 167, 0) 65%,
        rgba(35, 86, 167, 0.15) 100%
    );
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: moveq 3s infinite linear;
    -webkit-animation: moveq 3s infinite linear;
    z-index: 1;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}
.wrap-details .core-advantage .info .group .group-pic,
.wrap-details-3d .core-advantage .info .group .group-pic {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap-details .core-advantage .info .group .group-pic,
    .wrap-details-3d .core-advantage .info .group .group-pic {
        display: none;
    }
}
.wrap-details .core-advantage .info .group .group-pic img,
.wrap-details-3d .core-advantage .info .group .group-pic img {
    width: 100%;
    height: auto;
}
.wrap-details .core-advantage .info .end-note,
.wrap-details-3d .core-advantage .info .end-note {
    padding-top: 120px;
}
@media (max-width: 1199px) {
    .wrap-details .core-advantage .info .end-note,
    .wrap-details-3d .core-advantage .info .end-note {
        padding-top: 40px;
    }
}
.wrap-details .core-advantage .info .end-note .pic,
.wrap-details-3d .core-advantage .info .end-note .pic {
    margin-top: 70px;
    border-radius: 30px;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .wrap-details .core-advantage .info .end-note .pic,
    .wrap-details-3d .core-advantage .info .end-note .pic {
        margin-top: 30px;
    }
}
.wrap-details .core-advantage .info .end-note .pic img,
.wrap-details-3d .core-advantage .info .end-note .pic img {
    display: block;
    width: 100%;
    height: auto;
}
.wrap-details .platform-advantage .info .group,
.wrap-details-3d .platform-advantage .info .group {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap-details .platform-advantage .info .group,
    .wrap-details-3d .platform-advantage .info .group {
        margin-top: 30px;
        flex-direction: column;
    }
}
.wrap-details .platform-advantage .info .group .left,
.wrap-details-3d .platform-advantage .info .group .left {
    width: 30%;
}
@media (max-width: 1199px) {
    .wrap-details .platform-advantage .info .group .left,
    .wrap-details-3d .platform-advantage .info .group .left {
        width: 100%;
        order: 2;
        margin-top: 30px;
    }
}
.wrap-details .platform-advantage .info .group .left .item,
.wrap-details-3d .platform-advantage .info .group .left .item {
    padding: 40px 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-out;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap-details .platform-advantage .info .group .left .item,
    .wrap-details-3d .platform-advantage .info .group .left .item {
        margin-bottom: 20px;
        padding: 20px;
    }
}
.wrap-details .platform-advantage .info .group .left .item:last-child,
.wrap-details-3d .platform-advantage .info .group .left .item:last-child {
    margin-bottom: 0;
}
.wrap-details .platform-advantage .info .group .left .item:hover::before,
.wrap-details-3d .platform-advantage .info .group .left .item:hover::before {
    opacity: 1;
}
.wrap-details .platform-advantage .info .group .left .item::before,
.wrap-details-3d .platform-advantage .info .group .left .item::before {
    opacity: 0;
    transition: all 0.3s ease-out;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    background: radial-gradient(
            100% 100% at 100% 100%,
            rgba(35, 86, 167, 0.35) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        radial-gradient(
            100.9% 100% at 0% 0%,
            rgba(35, 86, 167, 0.35) 0%,
            rgba(255, 255, 255, 0) 100%
        );
}
.wrap-details .platform-advantage .info .group .left .item .num span,
.wrap-details-3d .platform-advantage .info .group .left .item .num span {
    background: linear-gradient(90deg, #dceefd 0%, rgba(220, 238, 253, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 64px;
    font-weight: 500;
    line-height: 64px;
}
@media (max-width: 1199px) {
    .wrap-details .platform-advantage .info .group .left .item .num span,
    .wrap-details-3d .platform-advantage .info .group .left .item .num span {
        font-size: 18px;
        line-height: 26px;
    }
}
.wrap-details .platform-advantage .info .group .left .item .note,
.wrap-details-3d .platform-advantage .info .group .left .item .note {
    padding-left: 70px;
}
@media (max-width: 1199px) {
    .wrap-details .platform-advantage .info .group .left .item .note,
    .wrap-details-3d .platform-advantage .info .group .left .item .note {
        padding-left: 15px;
    }
}
.wrap-details .platform-advantage .info .group .left .item .note h2,
.wrap-details-3d .platform-advantage .info .group .left .item .note h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-details .platform-advantage .info .group .left .item .note h2,
    .wrap-details-3d .platform-advantage .info .group .left .item .note h2 {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-details .platform-advantage .info .group .left .item .note p,
.wrap-details-3d .platform-advantage .info .group .left .item .note p {
    margin: 15px 0 0 0;
    color: #fff;
    line-height: 24px;
}
@media (max-width: 1199px) {
    .wrap-details .platform-advantage .info .group .left .item .note p,
    .wrap-details-3d .platform-advantage .info .group .left .item .note p {
        font-size: 14px;
        line-height: 26px;
    }
}
.wrap-details .platform-advantage .info .group .right,
.wrap-details-3d .platform-advantage .info .group .right {
    width: 68%;
}
@media (max-width: 1199px) {
    .wrap-details .platform-advantage .info .group .right,
    .wrap-details-3d .platform-advantage .info .group .right {
        width: 100%;
    }
}
.wrap-details .platform-advantage .info .group .right .pic-box,
.wrap-details-3d .platform-advantage .info .group .right .pic-box {
    display: none;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(
        290deg,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0) 35%,
        rgba(255, 255, 255, 0) 75%,
        rgba(255, 255, 255, 0.25) 100%
    );
    padding: 20px;
}
.wrap-details .platform-advantage .info .group .right .pic-box.on,
.wrap-details-3d .platform-advantage .info .group .right .pic-box.on {
    display: block;
}
@media (max-width: 1199px) {
    .wrap-details .platform-advantage .info .group .right .pic,
    .wrap-details-3d .platform-advantage .info .group .right .pic {
        padding: 15px;
    }
}
.wrap-details .platform-advantage .info .group .right .pic img,
.wrap-details-3d .platform-advantage .info .group .right .pic img {
    width: 100%;
    border-radius: 15px;
    height: auto;
    display: block;
}
.wrap-details .hardware-advantage,
.wrap-details-3d .hardware-advantage {
    padding: 120px 0;
}
@media (max-width: 1199px) {
    .wrap-details .hardware-advantage,
    .wrap-details-3d .hardware-advantage {
        padding: 40px 0;
    }
}
.wrap-details .hardware-advantage .info .slick-hardware,
.wrap-details-3d .hardware-advantage .info .slick-hardware {
    padding-top: 70px;
    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .wrap-details .hardware-advantage .info .slick-hardware,
    .wrap-details-3d .hardware-advantage .info .slick-hardware {
        padding-top: 30px;
        margin: 0 -7px;
    }
}
.wrap-details .hardware-advantage .info .slick-hardware .slick-slide,
.wrap-details-3d .hardware-advantage .info .slick-hardware .slick-slide {
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .wrap-details .hardware-advantage .info .slick-hardware .slick-slide,
    .wrap-details-3d .hardware-advantage .info .slick-hardware .slick-slide {
        padding: 0 7px;
    }
}
.wrap-details .hardware-advantage .info .slick-hardware .item,
.wrap-details-3d .hardware-advantage .info .slick-hardware .item {
    padding: 20px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(35, 86, 167, 0) 0%,
        rgba(35, 86, 167, 0.05) 100%
    );
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px) {
    .wrap-details .hardware-advantage .info .slick-hardware .item,
    .wrap-details-3d .hardware-advantage .info .slick-hardware .item {
        padding: 15px;
    }
}
.wrap-details .hardware-advantage .info .slick-hardware .item::before,
.wrap-details-3d .hardware-advantage .info .slick-hardware .item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
            270deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(35, 86, 167, 0.25) 100%
        ),
        radial-gradient(
            56.25% 100% at 0% 100%,
            rgba(255, 255, 255, 0) 0%,
            rgba(35, 86, 167, 0.25) 100%
        );
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: -1;
    border-radius: 30px;
}
.wrap-details .hardware-advantage .info .slick-hardware .item:hover::before,
.wrap-details-3d .hardware-advantage .info .slick-hardware .item:hover::before {
    opacity: 1;
}
.wrap-details
    .hardware-advantage
    .info
    .slick-hardware
    .item:hover
    .pic
    .img-box
    img,
.wrap-details-3d
    .hardware-advantage
    .info
    .slick-hardware
    .item:hover
    .pic
    .img-box
    img {
    transform: scale3d(1.1, 1.1, 1);
}
.wrap-details
    .hardware-advantage
    .info
    .slick-hardware
    .item:hover
    .note
    .tit
    a,
.wrap-details-3d
    .hardware-advantage
    .info
    .slick-hardware
    .item:hover
    .note
    .tit
    a {
    text-decoration: underline;
}
.wrap-details .hardware-advantage .info .slick-hardware .item .pic .img-box,
.wrap-details-3d .hardware-advantage .info .slick-hardware .item .pic .img-box {
    border-radius: 15px;
}
.wrap-details .hardware-advantage .info .slick-hardware .item .pic .img-box img,
.wrap-details-3d
    .hardware-advantage
    .info
    .slick-hardware
    .item
    .pic
    .img-box
    img {
    transition: all 1.5s ease-out;
}
.wrap-details .hardware-advantage .info .slick-hardware .item .note,
.wrap-details-3d .hardware-advantage .info .slick-hardware .item .note {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-details .hardware-advantage .info .slick-hardware .item .note,
    .wrap-details-3d .hardware-advantage .info .slick-hardware .item .note {
        margin-top: 20px;
    }
}
.wrap-details .hardware-advantage .info .slick-hardware .item .note .tit a,
.wrap-details-3d .hardware-advantage .info .slick-hardware .item .note .tit a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    transition: all 0.2s ease-out;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}
@media (max-width: 1199px) {
    .wrap-details .hardware-advantage .info .slick-hardware .item .note .tit a,
    .wrap-details-3d
        .hardware-advantage
        .info
        .slick-hardware
        .item
        .note
        .tit
        a {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: normal;
        height: 26px;
    }
}
.wrap-details .hardware-advantage .info .slick-hardware .item .note .txt,
.wrap-details-3d .hardware-advantage .info .slick-hardware .item .note .txt {
    margin-top: 15px;
}
.wrap-details .hardware-advantage .info .slick-hardware .item .note .txt p,
.wrap-details-3d .hardware-advantage .info .slick-hardware .item .note .txt p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
}
@media (max-width: 1199px) {
    .wrap-details .hardware-advantage .info .slick-hardware .item .note .txt p,
    .wrap-details-3d
        .hardware-advantage
        .info
        .slick-hardware
        .item
        .note
        .txt
        p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
        height: 26px;
    }
}
.wrap-details .quality .info .group,
.wrap-details-3d .quality .info .group {
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap-details .quality .info .group,
    .wrap-details-3d .quality .info .group {
        padding-top: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-details .quality .info .group,
    .wrap-details-3d .quality .info .group {
        flex-direction: column;
    }
}
.wrap-details .quality .info .group .left,
.wrap-details-3d .quality .info .group .left {
    width: 68%;
}
@media (max-width: 1199px) {
    .wrap-details .quality .info .group .left,
    .wrap-details-3d .quality .info .group .left {
        width: 100%;
    }
}
.wrap-details .quality .info .group .left .pic-box,
.wrap-details-3d .quality .info .group .left .pic-box {
    display: none;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(
        290deg,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0) 35%,
        rgba(255, 255, 255, 0) 75%,
        rgba(255, 255, 255, 0.25) 100%
    );
    padding: 20px;
}
@media (max-width: 1199px) {
    .wrap-details .quality .info .group .left .pic-box,
    .wrap-details-3d .quality .info .group .left .pic-box {
        padding: 15px;
    }
}
.wrap-details .quality .info .group .left .pic-box.on,
.wrap-details-3d .quality .info .group .left .pic-box.on {
    display: block;
}
.wrap-details .quality .info .group .left .pic,
.wrap-details-3d .quality .info .group .left .pic {
    position: relative;
}
.wrap-details .quality .info .group .left .pic img,
.wrap-details-3d .quality .info .group .left .pic img {
    width: 100%;
    border-radius: 15px;
    height: auto;
    display: block;
}
.wrap-details .quality .info .group .left .pic video,
.wrap-details-3d .quality .info .group .left .pic video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
}
.wrap-details .quality .info .group .left .pic .pic-note,
.wrap-details-3d .quality .info .group .left .pic .pic-note {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.25) 100%
    );
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}
.wrap-details .quality .info .group .left .pic .pic-note .tit h2,
.wrap-details-3d .quality .info .group .left .pic .pic-note .tit h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-details .quality .info .group .left .pic .pic-note .tit h2,
    .wrap-details-3d .quality .info .group .left .pic .pic-note .tit h2 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.wrap-details .quality .info .group .left .pic .pic-note .txt,
.wrap-details-3d .quality .info .group .left .pic .pic-note .txt {
    margin-top: 15px;
}
.wrap-details .quality .info .group .left .pic .pic-note .txt p,
.wrap-details-3d .quality .info .group .left .pic .pic-note .txt p {
    color: #fff;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-details .quality .info .group .left .pic .pic-note .txt p,
    .wrap-details-3d .quality .info .group .left .pic .pic-note .txt p {
        font-size: 14px;
    }
}
.wrap-details .quality .info .group .right,
.wrap-details-3d .quality .info .group .right {
    width: 30%;
}
@media (max-width: 1199px) {
    .wrap-details .quality .info .group .right,
    .wrap-details-3d .quality .info .group .right {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-details .quality .info .group .right .item.active::before,
.wrap-details-3d .quality .info .group .right .item.active::before {
    opacity: 1;
}
.wrap-details .quality .info .group .right .item,
.wrap-details-3d .quality .info .group .right .item {
    padding: 30px 30px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-out;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .wrap-details .quality .info .group .right .item,
    .wrap-details-3d .quality .info .group .right .item {
        margin-bottom: 15px;
    }
}
.wrap-details .quality .info .group .right .item:last-child,
.wrap-details-3d .quality .info .group .right .item:last-child {
    margin-bottom: 0;
}
.wrap-details .quality .info .group .right .item:hover,
.wrap-details-3d .quality .info .group .right .item:hover {
    cursor: pointer;
}
.wrap-details .quality .info .group .right .item:hover::before,
.wrap-details-3d .quality .info .group .right .item:hover::before {
    opacity: 1;
}
.wrap-details .quality .info .group .right .item::before,
.wrap-details-3d .quality .info .group .right .item::before {
    opacity: 0;
    transition: all 0.3s ease-out;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    background: radial-gradient(
            100% 100% at 100% 100%,
            rgba(35, 86, 167, 0.35) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        radial-gradient(
            100.9% 100% at 0% 0%,
            rgba(35, 86, 167, 0.35) 0%,
            rgba(255, 255, 255, 0) 100%
        );
}
.wrap-details .quality .info .group .right .item .note,
.wrap-details-3d .quality .info .group .right .item .note {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrap-details .quality .info .group .right .item .note span,
.wrap-details-3d .quality .info .group .right .item .note span {
    background: linear-gradient(90deg, #dceefd 0%, rgba(220, 238, 253, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
}
@media (max-width: 1199px) {
    .wrap-details .quality .info .group .right .item .note span,
    .wrap-details-3d .quality .info .group .right .item .note span {
        font-size: 18px;
        line-height: 26px;
    }
}
.wrap-details .quality .info .group .right .item .note h2,
.wrap-details-3d .quality .info .group .right .item .note h2 {
    padding-left: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-details .quality .info .group .right .item .note h2,
    .wrap-details-3d .quality .info .group .right .item .note h2 {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-details .quality .info .group .right .item .play i,
.wrap-details-3d .quality .info .group .right .item .play i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.1);
}
.wrap-details .application-case,
.wrap-details-3d .application-case {
    padding: 120px 0;
}
@media (max-width: 1199px) {
    .wrap-details .application-case,
    .wrap-details-3d .application-case {
        padding: 40px 0;
    }
}
.wrap-details .application-case .info .slick-application,
.wrap-details-3d .application-case .info .slick-application {
    padding-top: 70px;
    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .wrap-details .application-case .info .slick-application,
    .wrap-details-3d .application-case .info .slick-application {
        padding-top: 30px;
        margin: 0 -7px;
    }
}
.wrap-details .application-case .info .slick-application .slick-slide,
.wrap-details-3d .application-case .info .slick-application .slick-slide {
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .wrap-details .application-case .info .slick-application .slick-slide,
    .wrap-details-3d .application-case .info .slick-application .slick-slide {
        padding: 0 7px;
    }
}
.wrap-details .application-case .info .slick-application .item,
.wrap-details-3d .application-case .info .slick-application .item {
    border-radius: 30px;
    transition: all 0.2s ease-out;
    background: #fff;
    overflow: hidden;
}
.wrap-details
    .application-case
    .info
    .slick-application
    .item:hover
    .pic
    .img-box
    img,
.wrap-details-3d
    .application-case
    .info
    .slick-application
    .item:hover
    .pic
    .img-box
    img {
    transform: scale3d(1.1, 1.1, 1);
}
.wrap-details
    .application-case
    .info
    .slick-application
    .item:hover
    .note
    .tit
    a,
.wrap-details-3d
    .application-case
    .info
    .slick-application
    .item:hover
    .note
    .tit
    a {
    color: #2356a7;
    text-decoration: underline;
}
.wrap-details
    .application-case
    .info
    .slick-application
    .item:hover
    .note
    .more
    a,
.wrap-details-3d
    .application-case
    .info
    .slick-application
    .item:hover
    .note
    .more
    a {
    color: #2356a7;
}
.wrap-details .application-case .info .slick-application .item .pic,
.wrap-details-3d .application-case .info .slick-application .item .pic {
    border-radius: 30px 30px 0px 0px;
}
.wrap-details .application-case .info .slick-application .item .pic .img-box,
.wrap-details-3d
    .application-case
    .info
    .slick-application
    .item
    .pic
    .img-box {
    padding-bottom: calc(220 / 390 * 100%);
}
.wrap-details
    .application-case
    .info
    .slick-application
    .item
    .pic
    .img-box
    img,
.wrap-details-3d
    .application-case
    .info
    .slick-application
    .item
    .pic
    .img-box
    img {
    transition: all 1.5s ease-out;
}
.wrap-details .application-case .info .slick-application .item .note,
.wrap-details-3d .application-case .info .slick-application .item .note {
    padding: 40px 30px;
}
@media (max-width: 1199px) {
    .wrap-details .application-case .info .slick-application .item .note,
    .wrap-details-3d .application-case .info .slick-application .item .note {
        padding: 20px;
    }
}
.wrap-details .application-case .info .slick-application .item .note .tit a,
.wrap-details-3d .application-case .info .slick-application .item .note .tit a {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .wrap-details .application-case .info .slick-application .item .note .tit a,
    .wrap-details-3d
        .application-case
        .info
        .slick-application
        .item
        .note
        .tit
        a {
        font-size: 18px;
        line-height: 26px;
        height: 26px;
    }
}
.wrap-details .application-case .info .slick-application .item .note .txt,
.wrap-details-3d .application-case .info .slick-application .item .note .txt {
    margin-top: 15px;
}
.wrap-details .application-case .info .slick-application .item .note .txt p,
.wrap-details-3d .application-case .info .slick-application .item .note .txt p {
    color: #666;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
}
@media (max-width: 1199px) {
    .wrap-details .application-case .info .slick-application .item .note .txt p,
    .wrap-details-3d
        .application-case
        .info
        .slick-application
        .item
        .note
        .txt
        p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
        height: 52px;
    }
}
.wrap-details .application-case .info .slick-application .item .note .more,
.wrap-details-3d .application-case .info .slick-application .item .note .more {
    margin-top: 30px;
    border-top: 1px solid #cbe2f6;
    padding-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-details .application-case .info .slick-application .item .note .more,
    .wrap-details-3d
        .application-case
        .info
        .slick-application
        .item
        .note
        .more {
        margin-top: 20px;
        padding-top: 15px;
    }
}
.wrap-details .application-case .info .slick-application .item .note .more a,
.wrap-details-3d
    .application-case
    .info
    .slick-application
    .item
    .note
    .more
    a {
    transition: all 0.2s ease-out;
    display: inline-block;
    color: #999;
    font-size: 14px;
    letter-spacing: 0.7px;
}
@media (max-width: 1199px) {
    .wrap-details
        .application-case
        .info
        .slick-application
        .item
        .note
        .more
        a,
    .wrap-details-3d
        .application-case
        .info
        .slick-application
        .item
        .note
        .more
        a {
        letter-spacing: normal;
    }
}
.wrap-details .application-case .info .slick-application .item .note .more a i,
.wrap-details-3d
    .application-case
    .info
    .slick-application
    .item
    .note
    .more
    a
    i {
    margin-left: 5px;
}
.wrap-details .common-support .info,
.wrap-details-3d .common-support .info {
    border-radius: 30px;
    overflow: hidden;
}
.wrap-details .common-support .info .right .common-tit h2,
.wrap-details-3d .common-support .info .right .common-tit h2 {
    color: #222;
}
.wrap-details .common-support .info .right .common-txt p,
.wrap-details-3d .common-support .info .right .common-txt p {
    color: #222;
}
.footer-five {
    display: none;
    width: 100%;
    height: 55px;
    position: fixed;
    background: #2356a7;
    bottom: 0px;
    z-index: 99;
}
.footer-five .wechat-pic {
    position: absolute;
    bottom: 60px;
    display: none;
}
@media (max-width: 1199px) {
    .footer-five {
        display: block;
    }
}
.footer-five .wechat-pic {
    position: absolute;
    bottom: 60px;
    display: none;
}
.footer-five .endfive-menu {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.footer-five .endfive-menu li {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-five .endfive-menu li i {
    font-size: 20px;
}
.footer-five .endfive-menu li a {
    font-size: 13px;
}
.footer-five .endfive-menu li a span {
    display: block;
    text-align: center;
}
@media (max-width: 1199px) {
    .anim-left,
    .anim-right,
    .anim-down,
    .animated.swing,
    .animated.pulse,
    .animated.bounceInLeft,
    .animated.bounceInRight,
    .animated.bounceIn,
    .animated.fadeInUp,
    .animated.fadeInDown,
    .animated.fadeInLeft,
    .animated.fadeInRight {
        animation: none !important;
    }
    .fadeInLeft,
    .fadeInRight,
    .fadeIn,
    .fadeInUp {
        animation: none;
    }
}
.wechat-pic {
    position: absolute;
    bottom: 60px;
    display: none;
    background: #fff;
    padding: 10px;
}
.wechat-pic img {
    max-height: 120px;
}
.float-window {
    position: fixed;
    width: auto;
    height: auto;
    top: 40%;
    right: 30px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 0px;
    background: transparent;
    padding: 5px;
    transition: transform 0.5s ease;
}
@media (max-width: 1199px) {
    .float-window {
        right: 0 !important;
    }
}
@media (max-width: 991px) {
    .float-window {
        top: 30%;
    }
}
.float-window .window-box.box-top i {
    display: flex;
    align-items: center;
    justify-content: center;
}
.float-window .box-top i {
    color: #fff;
    display: block;
    transition: all 0.3s;
}
.float-window .box-top:hover {
    cursor: pointer;
}
.float-window .window-box {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.15);
    position: relative;
    opacity: 1;
    margin: 2px 0;
}
@media (max-width: 1199px) {
    .float-window .window-box {
        width: 45px;
        height: 45px;
    }
}
.float-window .window-box:hover {
    background: #2356a7;
    color: #fff;
}
.float-window .window-box:hover i {
    color: #fff;
}
.float-window .window-box i {
    font-size: 26px;
    color: #fff;
    transition: all 0.3s;
}
@media (max-width: 1199px) {
    .float-window .window-box i {
        font-size: 24px;
    }
}
.float-window .window-box a {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.float-window .window-box a .name {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.float-window .window-box:hover.box-wechat a i {
    opacity: 1 !important;
}
.float-window .window-box:hover.box-wechat a p {
    right: 100% !important;
}
.float-window .window-box:hover.box-cart a i,
.float-window .window-box:hover.box-linkedin a i,
.float-window .window-box:hover.box-telephone a i,
.float-window .window-box:hover.box-whatapp a i,
.float-window .window-box:hover.box-email a i,
.float-window .window-box:hover.box-wechat a i,
.float-window .window-box:hover.box-inquiry a i,
.float-window .window-box:hover.box-message a i,
.float-window .window-box:hover.box-facebook a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-youtube a i,
.float-window .window-box:hover.box-twitter a i,
.float-window .window-box:hover.box-instagram a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-skype a i {
    opacity: 1;
    pointer-events: none;
}
.float-window .window-box:hover.box-cart a p,
.float-window .window-box:hover.box-linkedin a p,
.float-window .window-box:hover.box-telephone a p,
.float-window .window-box:hover.box-whatapp a p,
.float-window .window-box:hover.box-email a p,
.float-window .window-box:hover.box-wechat a p,
.float-window .window-box:hover.box-inquiry a p,
.float-window .window-box:hover.box-message a p,
.float-window .window-box:hover.box-facebook a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-youtube a p,
.float-window .window-box:hover.box-twitter a p,
.float-window .window-box:hover.box-instagram a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-skype a p {
    display: block;
    opacity: 1;
    transform: translateX(100%);
    animation: slideInFromRight 0.5s forwards;
    padding: 8px 15px;
    border-radius: 4px;
    background: #2356a7;
    vertical-align: middle;
    height: 100% !important;
    display: flex;
    align-items: center;
    top: 0% !important;
    margin: 0;
    right: 100%;
    z-index: 2;
    width: auto;
    white-space: nowrap;
}
.float-window .window-box:hover.box-cart a p i,
.float-window .window-box:hover.box-linkedin a p i,
.float-window .window-box:hover.box-telephone a p i,
.float-window .window-box:hover.box-whatapp a p i,
.float-window .window-box:hover.box-email a p i,
.float-window .window-box:hover.box-wechat a p i,
.float-window .window-box:hover.box-inquiry a p i,
.float-window .window-box:hover.box-message a p i,
.float-window .window-box:hover.box-facebook a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-youtube a p i,
.float-window .window-box:hover.box-twitter a p i,
.float-window .window-box:hover.box-instagram a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-skype a p i {
    margin-right: 10px;
    vertical-align: middle;
    opacity: 1;
    pointer-events: auto;
    font-size: 20px;
}
@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        /* 初始位置在右侧外部 */
    }
    to {
        transform: translateX(0%);
        /* 移动到初始位置 */
    }
}
.float-window .window-box.box-wechat p {
    display: block;
    padding: 10px;
    background: #fff;
}
.float-window .window-box.box-wechat p img {
    background: #fff;
    max-height: 120px;
}
.float-window .window-box.box-cart a {
    position: relative;
}
.float-window .window-box.box-cart a span {
    content: "";
    width: 14px;
    height: 14px;
    background: #222;
    border-radius: 100%;
    top: 0;
    right: -10px;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.float-window .window-box.box-wechat a p {
    position: absolute;
    right: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    color: #fff;
    top: 120px;
    border-radius: 100px;
    display: none;
    background: none !important;
}
.float-window .window-box.box-whatapp a p {
    position: absolute;
    right: 100%;
    width: 220px;
    background: #222;
    color: #fff;
    padding: 10px 20px;
    top: 96px;
    border-radius: 100px;
    display: none;
    z-index: -1;
}
.float-window .window-box.box-linkedin a p {
    position: absolute;
    right: 100%;
    width: 220px;
    background: #222;
    color: #fff;
    padding: 10px 20px;
    top: 8px;
    border-radius: 100px;
    display: none;
}
.float-window .window-box.box-inquiry a p {
    position: absolute;
    right: 100%;
    width: 220px;
    background: #222;
    color: #fff;
    padding: 10px 20px;
    top: 157px;
    display: none;
}
.float-window .window-box.box-skype a p {
    position: absolute;
    right: 100%;
    width: 220px;
    background: #222;
    color: #fff;
    padding: 10px 20px;
    top: 180px;
    border-radius: 100px;
    display: none;
}
.float-window .window-box.box-message a p {
    position: absolute;
    right: 100%;
    width: 220px;
    background: #222;
    color: #fff;
    padding: 10px 20px;
    top: 70px;
    border-radius: 100px;
    display: none;
}
.float-window .window-box.box-telephone a p {
    position: absolute;
    right: 100%;
    width: 220px;
    background: #222;
    color: #fff;
    padding: 10px 20px;
    top: 48px;
    border-radius: 100px;
    display: none;
    z-index: -1;
}
.float-window .window-box.box-email a p {
    position: absolute;
    right: 100%;
    width: 260px;
    background: #222;
    color: #fff;
    padding: 10px 20px;
    top: 0px;
    border-radius: 100px;
    display: none;
    z-index: -1;
}
#float-window-close {
    position: fixed;
    right: 2px;
    top: 80%;
    z-index: 99;
    width: 46px;
    height: 46px;
    background: #222;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    color: #fff;
}
@media (min-width: 991px) {
    #float-window-close {
        display: none;
    }
}
#float-window-close i {
    font-size: 32px;
}
#float-window-close:hover {
    cursor: pointer;
}
#float-window-close,
#float-window-open {
    display: none !important;
}
#float-window-open {
    position: fixed;
    right: 2px;
    top: 80%;
    z-index: 99;
    width: 46px;
    height: 46px;
    background: #222;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    display: none;
    color: #fff;
}
#float-window-open i {
    font-size: 32px;
    transform: rotate(-45deg);
}
.wrap-show {
    margin-top: 140px;
}
.wrap-show .common-form {
    margin-top: 40px;
}
.wrap-show .common-form form {
    margin-top: 40px;
}
.wrap-show .common-form form .row .col-12 .form-group input,
.wrap-show .common-form form .row .col-12 .form-group textarea {
    background: #f5f5f5;
}
.wrap-show .info .tit {
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
}
.wrap-show .info .tit h2 {
    color: #00173e;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
@media (max-width: 1199px) {
    .wrap-show .info .tit h2 {
        font-size: 22px;
        line-height: 32px;
    }
}
.wrap-show .info .date {
    padding: 10px 20px;
    border-radius: 6px;
    background: #2356a7;
    display: inline-block;
}
.wrap-show .info .date i {
    margin-right: 10px;
    color: #152c5e;
    font-size: 22px;
}
.wrap-show .info .date span {
    display: block;
    color: #fff;
}
.wrap-show .info .date .day {
    font-size: 62px;
    font-weight: 500;
    line-height: 62px;
}
@media (max-width: 1199px) {
    .wrap-show .info .date .day {
        font-size: 34px;
        line-height: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-show .info .date .month {
        font-size: 14px;
        line-height: 26px;
    }
}
.wrap-show .info .date i {
    margin-right: 10px;
}
@media (max-width: 1199px) {
    .wrap-show .info .date i {
        margin-right: 5px;
    }
}
.wrap-show .info .editor-content {
    margin-top: 20px;
}
.wrap-show .info .editor-content p,
.wrap-show .info .editor-content b {
    color: #4c4c4c;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 1199px) {
    .wrap-show .info .editor-content p,
    .wrap-show .info .editor-content b {
        font-size: 14px;
        line-height: 26px;
    }
}
.wrap-show .info .editor-content .table-box {
    margin: 20px 0;
    width: 100% !important;
}
@media (max-width: 1199px) {
    .wrap-show .info .editor-content .table-box {
        overflow: auto;
    }
}
.wrap-show .info .editor-content .table-box table {
    width: 100% !important;
}
.wrap-show .info .editor-content .table-box table tr td {
    padding: 10px;
    border-width: 1px !important;
    border-color: #ccc !important;
}
.wrap-show .info .share {
    margin-top: 35px;
}
@media (max-width: 1199px) {
    .wrap-show .info .share {
        margin-top: 20px;
    }
}
.wrap-show .info .share .share-to span {
    color: #222;
    font-size: 18px;
    margin-right: 10px;
    font-weight: bold;
}
@media (max-width: 1199px) {
    .wrap-show .info .share .share-to span {
        font-size: 14px;
        margin-right: 5px;
    }
}
.wrap-show .info .link {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}
@media (max-width: 1199px) {
    .wrap-show .info .link {
        margin-top: 20px;
    }
}
.wrap-show .info .link .prev,
.wrap-show .info .link .next {
    color: #222;
    margin: 15px 0;
    font-weight: bold;
}
@media (max-width: 1199px) {
    .wrap-show .info .link .prev,
    .wrap-show .info .link .next {
        margin: 7px 0;
    }
}
@media (max-width: 1199px) {
    .wrap-show .info .link .prev span,
    .wrap-show .info .link .next span {
        font-size: 14px;
    }
}
.wrap-show .info .link .prev a,
.wrap-show .info .link .next a {
    display: inline-block;
    transition: all 0.4s;
}
@media (max-width: 1199px) {
    .wrap-show .info .link .prev a,
    .wrap-show .info .link .next a {
        font-size: 14px;
    }
}
.wrap-show .info .link .prev a:hover,
.wrap-show .info .link .next a:hover {
    text-decoration: underline;
    color: #2356a7;
}
.wrap-parameter {
    margin-top: 140px;
    padding: 120px 0;
}
@media (max-width: 1199px) {
    .wrap-parameter {
        padding: 40px 0;
    }
}
.wrap-parameter .waves canvas {
    height: 100% !important;
}
.wrap-parameter .info .top {
    padding-bottom: 70px;
    border-bottom: 1px solid #cbe2f6;
}
@media (max-width: 1199px) {
    .wrap-parameter .info .top {
        padding-bottom: 15px;
    }
}
.wrap-parameter .info .group {
    padding-top: 70px;
}
@media (max-width: 1199px) {
    .wrap-parameter .info .group {
        padding-top: 20px;
    }
}
.wrap-parameter .info .group .list {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .wrap-parameter .info .group .list {
        padding-top: 10px;
    }
}
.wrap-parameter .info .group .list .item {
    width: 47%;
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-parameter .info .group .list .item {
        margin-top: 20px;
    }
}
.wrap-parameter .info .group .list .item h2 {
    color: #222;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0.9px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-parameter .info .group .list .item h2 {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.wrap-parameter .info .group .list .item .txt {
    margin-top: 15px;
}
.wrap-parameter .info .group .list .item .txt p {
    color: #666;
    line-height: 28px;
    letter-spacing: 0.8px;
    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-parameter .info .group .list .item .txt p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.wrap-parameter .waves {
    z-index: 0;
}
.open-note {
    display: none;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.8);
}
.open-note .info {
    background: #fff;
    width: 70%;
    display: flex;
    position: absolute;
    justify-content: space-between;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    overflow: hidden;
    border-radius: 30px;
}
@media (max-width: 1920px) {
    .open-note .info {
        width: 80%;
    }
}
@media (max-width: 991px) {
    .open-note .info {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .open-note .info {
        width: 90%;
        overflow: auto;
        height: 80%;
    }
}
.open-note .info .close {
    position: absolute;
    top: 30px;
    right: 30px;
}
.open-note .info .close i {
    cursor: pointer;
    font-size: 24px;
    display: inline-block;
    color: #999;
    transition: all 0.3s ease-out;
}
.open-note .info .close i:hover {
    transform: rotate(90deg);
}
.open-note .info .pic {
    width: 30%;
    padding: 90px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .open-note .info .pic {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .open-note .info .pic {
        padding: 30px;
        width: 100%;
        order: 2;
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .open-note .info .pic {
        display: none;
    }
}
.open-note .info .pic .pic-top .txt {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .open-note .info .pic .pic-top .txt {
        margin-top: 30px;
    }
}
.open-note .info .pic .pic-top .txt ul {
    padding-left: 20px;
}
.open-note .info .pic .pic-top .txt ul li {
    position: relative;
    color: #2356a7;
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
}
@media (max-width: 1199px) {
    .open-note .info .pic .pic-top .txt ul li {
        font-size: 18px;
        line-height: 30px;
    }
}
.open-note .info .pic .pic-top .txt ul li::before {
    content: "-";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    color: #2356a7;
}
@media (max-width: 991px) {
    .open-note .info .pic .pic-top .txt ul li::before {
        display: none;
    }
}
.open-note .info .pic .pic-end {
    text-align: center;
}
@media (max-width: 991px) {
    .open-note .info .pic .pic-end {
        margin-top: 20px;
    }
}
.open-note .info .pic .pic-end h2 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 36px;
    margin: 0;
}
@media (max-width: 1560px) {
    .open-note .info .pic .pic-end h2 {
        font-size: 20px;
    }
}
@media (max-width: 1400px) {
    .open-note .info .pic .pic-end h2 {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.open-note .info .pic .pic-end p {
    color: #2356a7;
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 26px;
}
@media (max-width: 1199px) {
    .open-note .info .pic .pic-end p {
        font-size: 14px;
    }
}
.open-note .info .note {
    width: 70%;
    padding: 30px;
}
@media (max-width: 1199px) {
    .open-note .info .note {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .open-note .info .note {
        padding: 30px;
        width: 100%;
        order: 1;
    }
}
@media (max-width: 767px) {
    .open-note .info .note {
        padding: 20px;
    }
}
.open-note .info .note .common-num {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    display: flex;
    align-items: center;
}
@media (max-width: 1199px) {
    .open-note .info .note .common-num {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .open-note .info .note .common-num {
        flex-direction: column;
        text-align: start;
        align-items: start;
    }
}
.open-note .info .note .common-num span {
    display: block;
    margin-right: 15px;
}
.open-note .info .note .common-num a {
    display: inline-block;
    padding: 0 10px;
    color: #666;
    font-size: 16px;
}
@media (max-width: 1199px) {
    .open-note .info .note .common-num a {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .open-note .info .note .common-num a {
        display: block;
        padding: 4px 0;
    }
}
.open-note .info .note .common-num a:hover {
    text-decoration: underline;
    color: #2356a7;
}
.open-note .info .note .note-form {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .open-note .info .note .note-form {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .open-note .info .note .note-form {
        margin-top: 15px;
    }
}
.open-note .info .note .note-form form .row .col-12 .form-group {
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .open-note .info .note .note-form form .row .col-12 .form-group {
        margin-bottom: 15px;
    }
}
.open-note .info .note .note-form form .row .col-12 .form-group input {
    border-radius: 30px;
    background: #ebf6ff;
    border: none;
    padding: 15px;
    color: #999;
    width: 100%;
}
@media (max-width: 1199px) {
    .open-note .info .note .note-form form .row .col-12 .form-group input {
        padding: 10px 15px;
    }
}
@media (max-width: 767px) {
    .open-note .info .note .note-form form .row .col-12 .form-group input {
        padding: 8px 15px;
    }
}
.open-note
    .info
    .note
    .note-form
    form
    .row
    .col-12
    .form-group
    input::placeholder {
    color: #999;
    font-size: 14px;
    transition: all 0.2s ease-out;
    letter-spacing: 0.84px;
}
@media (max-width: 767px) {
    .open-note
        .info
        .note
        .note-form
        form
        .row
        .col-12
        .form-group
        input::placeholder {
        font-size: 12px;
    }
}
.open-note
    .info
    .note
    .note-form
    form
    .row
    .col-12
    .form-group
    input:focus::placeholder {
    color: #ccc;
}
.open-note .info .note .note-form form .row .col-12 .form-group textarea {
    border-radius: 30px;
    background: #ebf6ff;
    border: none;
    padding: 15px;
    color: #999;
    width: 100%;
}
@media (max-width: 1199px) {
    .open-note .info .note .note-form form .row .col-12 .form-group textarea {
        padding: 10px 15px;
    }
}
.open-note
    .info
    .note
    .note-form
    form
    .row
    .col-12
    .form-group
    textarea::placeholder {
    color: #999;
    font-size: 14px;
    transition: all 0.2s ease-out;
    letter-spacing: 0.84px;
}
@media (max-width: 767px) {
    .open-note
        .info
        .note
        .note-form
        form
        .row
        .col-12
        .form-group
        textarea::placeholder {
        font-size: 12px;
    }
}
.open-note
    .info
    .note
    .note-form
    form
    .row
    .col-12
    .form-group
    textarea:focus::placeholder {
    color: #888;
}
.open-note .info .note .note-form form .row .col-12 .form-txt {
    margin-bottom: 50px;
}
@media (max-width: 1199px) {
    .open-note .info .note .note-form form .row .col-12 .form-txt {
        margin-bottom: 20px;
    }
}
.open-note .info .note .note-form form .row .col-12 .form-txt p {
    color: #666;
    font-size: 14px;
    letter-spacing: 0.84px;
}
@media (max-width: 767px) {
    .open-note .info .note .note-form form .row .col-12 .form-txt p {
        font-size: 12px;
    }
}
.open-note .info .note .note-form form .row .col-12 .form-txt p a {
    color: #2356a7;
}
.open-note .info .note .note-form form .row .col-12 .submit-group button {
    padding: 11px 40px;
    background: #2356a7;
    color: #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.7px;
    transition: all 0.2s ease-out;
    border: none;
}
@media (max-width: 767px) {
    .open-note .info .note .note-form form .row .col-12 .submit-group button {
        font-size: 13px;
        padding: 8px 30px;
    }
}
.open-note .info .note .note-form form .row .col-12 .submit-group button:hover {
    background: rgba(35, 86, 167, 0.9);
}
.page-rs-404 .wrap-details .introduce .introduce-box .info .right .pic,
.page-rs-455 .wrap-details .introduce .introduce-box .info .right .pic,
.page-rs-454 .wrap-details .introduce .introduce-box .info .right .pic,
.page-rs-453 .wrap-details .introduce .introduce-box .info .right .pic,
.page-rs-451 .wrap-details .introduce .introduce-box .info .right .pic,
.page-rs-450 .wrap-details .introduce .introduce-box .info .right .pic,
.page-rs-449 .wrap-details .introduce .introduce-box .info .right .pic,
.page-rs-448 .wrap-details .introduce .introduce-box .info .right .pic,
.page-rs-405 .wrap-details .introduce .introduce-box .info .right .pic {
    display: block;
}
.page-rs-404 .wrap-details .introduce .introduce-box .info .right .pic.onclass1,
.page-rs-455 .wrap-details .introduce .introduce-box .info .right .pic.onclass1,
.page-rs-454 .wrap-details .introduce .introduce-box .info .right .pic.onclass1,
.page-rs-453 .wrap-details .introduce .introduce-box .info .right .pic.onclass1,
.page-rs-451 .wrap-details .introduce .introduce-box .info .right .pic.onclass1,
.page-rs-450 .wrap-details .introduce .introduce-box .info .right .pic.onclass1,
.page-rs-449 .wrap-details .introduce .introduce-box .info .right .pic.onclass1,
.page-rs-448 .wrap-details .introduce .introduce-box .info .right .pic.onclass1,
.page-rs-405
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.onclass1 {
    display: none;
}
.page-rs-404
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.active.onclass2,
.page-rs-455
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.active.onclass2,
.page-rs-454
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.active.onclass2,
.page-rs-453
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.active.onclass2,
.page-rs-451
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.active.onclass2,
.page-rs-450
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.active.onclass2,
.page-rs-449
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.active.onclass2,
.page-rs-448
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.active.onclass2,
.page-rs-405
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.active.onclass2 {
    display: block;
}
.page-rs-404 .wrap-details .introduce .introduce-box .info .right .pic.active,
.page-rs-455 .wrap-details .introduce .introduce-box .info .right .pic.active,
.page-rs-454 .wrap-details .introduce .introduce-box .info .right .pic.active,
.page-rs-453 .wrap-details .introduce .introduce-box .info .right .pic.active,
.page-rs-451 .wrap-details .introduce .introduce-box .info .right .pic.active,
.page-rs-450 .wrap-details .introduce .introduce-box .info .right .pic.active,
.page-rs-449 .wrap-details .introduce .introduce-box .info .right .pic.active,
.page-rs-448 .wrap-details .introduce .introduce-box .info .right .pic.active,
.page-rs-405 .wrap-details .introduce .introduce-box .info .right .pic.active {
    display: none;
}
.page-rs-404 .wrap-details .introduce .introduce-box .info .right .pic.oncalss,
.page-rs-455 .wrap-details .introduce .introduce-box .info .right .pic.oncalss,
.page-rs-454 .wrap-details .introduce .introduce-box .info .right .pic.oncalss,
.page-rs-453 .wrap-details .introduce .introduce-box .info .right .pic.oncalss,
.page-rs-451 .wrap-details .introduce .introduce-box .info .right .pic.oncalss,
.page-rs-450 .wrap-details .introduce .introduce-box .info .right .pic.oncalss,
.page-rs-449 .wrap-details .introduce .introduce-box .info .right .pic.oncalss,
.page-rs-448 .wrap-details .introduce .introduce-box .info .right .pic.oncalss,
.page-rs-405 .wrap-details .introduce .introduce-box .info .right .pic.oncalss {
    position: relative;
    z-index: 2;
    display: none;
}
.page-rs-404
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.oncalss::before,
.page-rs-455
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.oncalss::before,
.page-rs-454
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.oncalss::before,
.page-rs-453
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.oncalss::before,
.page-rs-451
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.oncalss::before,
.page-rs-450
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.oncalss::before,
.page-rs-449
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.oncalss::before,
.page-rs-448
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.oncalss::before,
.page-rs-405
    .wrap-details
    .introduce
    .introduce-box
    .info
    .right
    .pic.oncalss::before {
    content: "";
    position: absolute;
    width: 15.63vw;
    height: 15.63vw;
    background: linear-gradient(
        270deg,
        rgba(35, 86, 167, 0) 0%,
        #2356a7 46.08%,
        rgba(35, 86, 167, 0) 100%
    );
    mix-blend-mode: plus-lighter;
    filter: blur(50px);
    border-radius: 50%;
    top: 5%;
    z-index: -1;
    left: 50%;
    transition: all 0.4s ease-out;
    transform: translateX(-50%);
}
.wrap-details-3d .introduce.cancle {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
}
.wrap-details-3d .introduce.on .introduce-box::before {
    opacity: 1;
}
.wrap-details-3d .introduce.on .info .left .common-tit h2 {
    color: #fff;
}
.wrap-details-3d .introduce.on .info .left .common-txt p {
    color: #fff;
}
.wrap-details-3d .introduce.on .info .left ul li .item b {
    color: #fff;
}
.wrap-details-3d .introduce.on .info .left ul li .item p {
    color: #fff;
}
.wrap-details-3d .introduce.on .info .right .pic {
    display: none;
}
.wrap-details-3d .introduce.on .info .right .pic.active {
    display: block;
}
.wrap-details-3d .introduce {
    padding: 0;
    transition: all 0.5s ease-out;
}
.wrap-details-3d .introduce .introduce-box {
    position: relative;
    z-index: 2;
    padding: 180px 0 140px 0;
}
@media (max-width: 1199px) {
    .wrap-details-3d .introduce .introduce-box {
        padding: 40px 0;
    }
}
.wrap-details-3d .introduce .introduce-box::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0.65) 100%
    );
}
.wrap-details-3d .introduce .info .left .common-tit h2 {
    color: #222;
    transition: all 0.2s ease-out;
}
.wrap-details-3d .introduce .info .left .common-txt p {
    color: #222;
    transition: all 0.2s ease-out;
}
.wrap-details-3d .introduce .info .left ul li .item b {
    color: #2356a7;
    transition: all 0.2s ease-out;
}
.wrap-details-3d .introduce .info .left ul li .item p {
    color: #222;
    transition: all 0.2s ease-out;
}
.wrap-details-3d .introduce .info .right .pic {
    display: block;
    opacity: 1;
}
.wrap-details-3d .introduce .info .right .pic.active {
    display: none;
}
.wrap-details-3d .display {
    padding-top: 120px;
}
@media (max-width: 1199px) {
    .wrap-details-3d .display {
        padding-top: 40px;
    }
}
.wrap-details-3d .display .info .group {
    margin-top: 70px;
}
@media (max-width: 1199px) {
    .wrap-details-3d .display .info .group {
        margin-top: 40px;
    }
}
.wrap-details-3d .display .info .group .iframe-box iframe {
    width: 100%;
    height: 600px;
}
.wrap-details-3d .display .info .group .iframe-box .iframe-content {
    display: none;
}
.wrap-details-3d .display .info .group .iframe-box .iframe-content.on {
    display: block;
}
.wrap-details-3d .display .info .group .iframe-box .box-light .light-btn {
    display: none;
}
.wrap-details-3d .display .info .group .iframe-box .box-light .light-btn.on {
    display: block;
}
.wrap-details-3d .display .info .group .iframe-box .box-size .size-btn {
    display: none;
}
.wrap-details-3d .display .info .group .iframe-box .box-size .size-btn.on {
    display: block;
}
.wrap-details-3d .display .info .group .iframe-box .box-stop .stop-btn {
    display: none;
}
.wrap-details-3d .display .info .group .iframe-box .box-stop .stop-btn.on {
    display: block;
}
.wrap-details-3d .display .info .group .group-btn {
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media (max-width: 1199px) {
    .wrap-details-3d .display .info .group .group-btn {
        margin-top: 30px;
    }
}
.wrap-details-3d .display .info .group .group-btn ul {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.wrap-details-3d .display .info .group .group-btn ul li.on::before {
    opacity: 1;
}
.wrap-details-3d .display .info .group .group-btn ul li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.8px;
    padding: 15px 35px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.wrap-details-3d .display .info .group .group-btn ul li:hover::before {
    opacity: 1;
}
.wrap-details-3d .display .info .group .group-btn ul li::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    left: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease-out;
    border-bottom: 2px solid #2356a7;
    background: radial-gradient(
            100% 100% at 100% 100%,
            rgba(35, 86, 167, 0.35) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        radial-gradient(
            100.9% 100% at 0% 0%,
            rgba(35, 86, 167, 0.35) 0%,
            rgba(255, 255, 255, 0) 100%
        );
}
.wrap-details-3d .display .info .group .group-btn ul li .select-open.active {
    display: block;
}
.wrap-details-3d .display .info .group .group-btn ul li .select-close {
    display: none;
}
.wrap-details-3d .display .info .group .group-btn ul li .select-close.active {
    display: block;
}
.wrap-details-3d .display .info .group .group-btn ul li .select-btn {
    display: none;
}
.wrap-details-3d .display .info .group .iframe-group iframe {
    width: 100%;
    height: 600px;
}
.wrap-details-3d .core-advantage .group .row .item .item-box {
    padding: 30px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: end;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 2;
    margin: 15px 0;
}
.wrap-details-3d .core-advantage .group .row .item .item-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all 0.2s ease-out;
    z-index: -1;
    opacity: 0;
    border-radius: 30px;
    left: 0;
    overflow: hidden;
    background: radial-gradient(
            100% 100% at 100% 100%,
            rgba(35, 86, 167, 0.35) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        radial-gradient(
            100.9% 100% at 0% 0%,
            rgba(35, 86, 167, 0.35) 0%,
            rgba(255, 255, 255, 0) 100%
        );
}
.wrap-details-3d .core-advantage .group .row .item .item-box:hover {
    cursor: default;
    transform: translateY(-10px);
}
.wrap-details-3d .core-advantage .group .row .item .item-box:hover::before {
    opacity: 1;
}
.wrap-details-3d .core-advantage .group .row .item .item-box .num span {
    display: inline-block;
    background: linear-gradient(90deg, #dceefd 0%, rgba(220, 238, 253, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
}
@media (max-width: 1199px) {
    .wrap-details-3d .core-advantage .group .row .item .item-box .num span {
        font-size: 30px;
        line-height: 30px;
    }
}
.wrap-details-3d .core-advantage .group .row .item .item-box .note {
    padding-left: 20px;
}
@media (max-width: 1199px) {
    .wrap-details-3d .core-advantage .group .row .item .item-box .note {
        padding-left: 15px;
    }
}
.wrap-details-3d .core-advantage .group .row .item .item-box .note h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
}
@media (max-width: 1199px) {
    .wrap-details-3d .core-advantage .group .row .item .item-box .note h2 {
        font-size: 18px;
        letter-spacing: normal;
        line-height: 26px;
    }
}
.wrap-details-3d .core-advantage .group .row .item .item-box .note p {
    margin: 15px 0 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 1199px) {
    .wrap-details-3d .core-advantage .group .row .item .item-box .note p {
        margin: 10px 0 0 0;
        font-size: 14px;
        line-height: 26px;
    }
}
.wrap-details-3d .core-advantage .end-note .pic {
    position: relative;
}
.wrap-details-3d .core-advantage .end-note .pic img {
    width: 100%;
    border-radius: 15px;
    height: auto;
    display: block;
}
.wrap-details-3d .core-advantage .end-note .pic video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
}
.wrap-details-3d .core-advantage .end-note .pic .play {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.25) 100%
    );
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.wrap-details-3d .core-advantage .end-note .pic .play i {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.1);
}
.wrap-details-3d .core-advantage .scene {
    padding-top: 120px;
}
@media (max-width: 1199px) {
    .wrap-details-3d .core-advantage .scene {
        padding-top: 40px;
    }
}
.wrap-details-3d .core-advantage .scene .scene-group {
    margin-top: 70px;
}
@media (max-width: 1199px) {
    .wrap-details-3d .core-advantage .scene .scene-group {
        margin-top: 30px;
    }
}
.wrap-details-3d .core-advantage .scene .scene-group .scene-pic {
    padding: 30px;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(
        104deg,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0) 35%,
        rgba(255, 255, 255, 0) 75%,
        rgba(255, 255, 255, 0.25) 100%
    );
}
@media (max-width: 1199px) {
    .wrap-details-3d .core-advantage .scene .scene-group .scene-pic {
        padding: 15px;
    }
}
.wrap-details-3d .core-advantage .scene .scene-group .scene-pic .box {
    display: none;
}
.wrap-details-3d
    .core-advantage
    .scene
    .scene-group
    .scene-pic
    .box
    .slick-scene
    .slick-prev,
.wrap-details-3d
    .core-advantage
    .scene
    .scene-group
    .scene-pic
    .box
    .slick-scene
    .slick-next {
    background: rgba(255, 255, 255, 0.15);
}
.wrap-details-3d
    .core-advantage
    .scene
    .scene-group
    .scene-pic
    .box
    .slick-scene
    .slick-prev::before,
.wrap-details-3d
    .core-advantage
    .scene
    .scene-group
    .scene-pic
    .box
    .slick-scene
    .slick-next::before {
    color: #fff;
}
.wrap-details-3d
    .core-advantage
    .scene
    .scene-group
    .scene-pic
    .box
    .slick-scene
    .slick-prev:hover,
.wrap-details-3d
    .core-advantage
    .scene
    .scene-group
    .scene-pic
    .box
    .slick-scene
    .slick-next:hover {
    background: #2356a7;
}
.wrap-details-3d
    .core-advantage
    .scene
    .scene-group
    .scene-pic
    .box
    .slick-scene
    .slick-prev {
    left: 2%;
}
.wrap-details-3d
    .core-advantage
    .scene
    .scene-group
    .scene-pic
    .box
    .slick-scene
    .slick-next {
    right: 2%;
}
.wrap-details-3d
    .core-advantage
    .scene
    .scene-group
    .scene-pic
    .box
    .slick-scene
    .item:hover
    .pic
    .img-box
    img {
    transform: scale3d(1.1, 1.1, 1);
}
.wrap-details-3d
    .core-advantage
    .scene
    .scene-group
    .scene-pic
    .box
    .slick-scene
    .item
    .pic {
    overflow: hidden;
    border-radius: 10px;
}
.wrap-details-3d
    .core-advantage
    .scene
    .scene-group
    .scene-pic
    .box
    .slick-scene
    .item
    .pic
    .img-box {
    border-radius: 10px;
    padding-bottom: calc(640 / 1350 * 100%);
}
.wrap-details-3d
    .core-advantage
    .scene
    .scene-group
    .scene-pic
    .box
    .slick-scene
    .item
    .pic
    .img-box
    img {
    transition: all 1s ease-out;
}
.wrap-details-3d .core-advantage .scene .scene-group .scene-pic .box.on {
    display: block;
}
.wrap-details-3d .core-advantage .scene .scene-group .scene-select {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media (max-width: 1199px) {
    .wrap-details-3d .core-advantage .scene .scene-group .scene-select {
        margin-top: 20px;
    }
}
.wrap-details-3d .core-advantage .scene .scene-group .scene-select ul li {
    margin: 0 5px;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
    transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
    .wrap-details-3d .core-advantage .scene .scene-group .scene-select ul li {
        margin: 5px;
    }
}
.wrap-details-3d .core-advantage .scene .scene-group .scene-select ul li:hover {
    cursor: pointer;
    background: #2356a7;
    color: #fff;
    border: 1px solid #2356a7;
}
@media (max-width: 1199px) {
    .wrap-details-3d .core-advantage .scene .scene-group .scene-select ul li {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.wrap-details-3d
    .core-advantage
    .scene
    .scene-group
    .scene-select
    ul
    li.active {
    background: #2356a7;
    color: #fff;
    border: 1px solid #2356a7;
}
.wrap-details-3d .platform-advantage .info .group .right .pic-box .pic {
    position: relative;
}
.wrap-details-3d .platform-advantage .info .group .right .pic-box .pic img {
    width: 100%;
    border-radius: 15px;
    height: auto;
    display: block;
}
.wrap-details-3d .platform-advantage .info .group .right .pic-box .pic video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
}
.wrap-details-3d .platform-advantage .info .group .right .pic-box .pic .play {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.25) 100%
    );
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.wrap-details-3d .platform-advantage .info .group .right .pic-box .pic .play i {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.1);
}
.wrap-details-3d .hardware-advantage .info .group {
    overflow: hidden;
    margin-top: 70px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1199px) {
    .wrap-details-3d .hardware-advantage .info .group {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-details-3d .hardware-advantage .info .group {
        flex-direction: column;
        align-items: start;
    }
}
.wrap-details-3d .hardware-advantage .info .group .group-num {
    width: 33.33%;
}
@media (max-width: 1199px) {
    .wrap-details-3d .hardware-advantage .info .group .group-num {
        width: 100%;
    }
}
.wrap-details-3d .hardware-advantage .info .group .group-num .item {
    position: relative;
    padding: 45px 8.13vw 45px 0;
    text-align: end;
    animation-duration: 1s;
    animation-delay: 0.2s;
}
@media (max-width: 1199px) {
    .wrap-details-3d .hardware-advantage .info .group .group-num .item {
        text-align: center;
        padding: 20px 0;
    }
}
.wrap-details-3d
    .hardware-advantage
    .info
    .group
    .group-num
    .item:nth-child(2) {
    animation-delay: 0.4s;
}
.wrap-details-3d
    .hardware-advantage
    .info
    .group
    .group-num
    .item:nth-child(3) {
    animation-delay: 0.5s;
}
.wrap-details-3d .hardware-advantage .info .group .group-num .item .mark-line {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: rgba(220, 238, 253, 0.5);
    top: 60px;
    right: 35%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .wrap-details-3d
        .hardware-advantage
        .info
        .group
        .group-num
        .item
        .mark-line {
        display: none;
    }
}
.wrap-details-3d
    .hardware-advantage
    .info
    .group
    .group-num
    .item
    .mark-line::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #dceefd;
    border-radius: 50%;
}
.wrap-details-3d
    .hardware-advantage
    .info
    .group
    .group-num
    .item
    .mark-line::after {
    content: "";
    position: absolute;
    width: 7.81vw;
    background: rgba(220, 238, 253, 0.5);
    height: 1px;
    left: 100%;
}
.wrap-details-3d .hardware-advantage .info .group .group-num .item h2 {
    color: #dceefd;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1.8px;
    line-height: 40px;
    margin: 0;
    position: relative;
}
@media (max-width: 1199px) {
    .wrap-details-3d .hardware-advantage .info .group .group-num .item h2 {
        font-size: 34px;
        line-height: 34px;
        letter-spacing: normal;
    }
}
.wrap-details-3d .hardware-advantage .info .group .group-num .item p {
    margin: 15px 0 0 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.8px;
}
@media (max-width: 1199px) {
    .wrap-details-3d .hardware-advantage .info .group .group-num .item p {
        margin: 10px 0 0 0;
        font-size: 14px;
        letter-spacing: normal;
    }
}
.wrap-details-3d .hardware-advantage .info .group .group-pic {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .wrap-details-3d .hardware-advantage .info .group .group-pic {
        width: 100%;
    }
}
.wrap-details-3d .hardware-advantage .info .group .group-pic .pic img {
    width: 100%;
    height: auto;
    display: block;
}
.wrap-details-3d .hardware-advantage .info .group .group-note {
    width: 33.33%;
}
@media (max-width: 1199px) {
    .wrap-details-3d .hardware-advantage .info .group .group-note {
        width: 100%;
    }
}
.wrap-details-3d .hardware-advantage .info .group .group-note .item {
    position: relative;
    padding: 45px 0 45px 8.13vw;
    text-align: start;
    animation-duration: 1s;
    animation-delay: 0.2s;
}
@media (max-width: 1199px) {
    .wrap-details-3d .hardware-advantage .info .group .group-note .item {
        padding: 20px 0;
        text-align: center;
    }
}
.wrap-details-3d
    .hardware-advantage
    .info
    .group
    .group-note
    .item:nth-child(2) {
    animation-delay: 0.4s;
}
.wrap-details-3d
    .hardware-advantage
    .info
    .group
    .group-note
    .item:nth-child(3) {
    animation-delay: 0.5s;
}
.wrap-details-3d .hardware-advantage .info .group .group-note .item .mark-line {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: rgba(220, 238, 253, 0.5);
    top: 60px;
    left: 35%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .wrap-details-3d
        .hardware-advantage
        .info
        .group
        .group-note
        .item
        .mark-line {
        display: none;
    }
}
.wrap-details-3d
    .hardware-advantage
    .info
    .group
    .group-note
    .item
    .mark-line::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #dceefd;
    border-radius: 50%;
}
.wrap-details-3d
    .hardware-advantage
    .info
    .group
    .group-note
    .item
    .mark-line::after {
    content: "";
    position: absolute;
    width: 7.81vw;
    background: rgba(220, 238, 253, 0.5);
    height: 1px;
    right: 100%;
}
.wrap-details-3d .hardware-advantage .info .group .group-note .item h2 {
    color: #dceefd;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1.8px;
    line-height: 40px;
    margin: 0;
    position: relative;
}
@media (max-width: 1199px) {
    .wrap-details-3d .hardware-advantage .info .group .group-note .item h2 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: normal;
    }
}
.wrap-details-3d .hardware-advantage .info .group .group-note .item p {
    margin: 15px 0 0 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.8px;
}
@media (max-width: 1199px) {
    .wrap-details-3d .hardware-advantage .info .group .group-note .item p {
        margin: 10px 0 0 0;
        font-size: 14px;
        letter-spacing: normal;
    }
}
.wrap-policy {
    margin-top: 140px;
}
@media (max-width: 1199px) {
    .wrap-policy {
        margin-top: 100px;
    }
}
.wrap-sitemap {
    margin-top: 140px;
}
@media (max-width: 1199px) {
    .wrap-sitemap {
        margin-top: 100px;
    }
}
.wrap-sitemap .sitemap {
    padding-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap {
        padding-top: 20px;
    }
}
.wrap-sitemap ul li {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.wrap-sitemap ul li a {
    padding: 10px 20px;
    display: inline-block;
    min-width: 240px;
    color: #222;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
    background: #f6f8f6;
    align-items: center;
    background: #2356a7;
    color: #fff;
}
@media (max-width: 1199px) {
    .wrap-sitemap ul li a {
        font-size: 14px;
        padding: 5px 10px;
    }
}
@media (max-width: 767px) {
    .wrap-sitemap ul li a {
        display: block;
    }
}
.wrap-sitemap ul li a i {
    float: left;
    margin-left: 10px;
    display: none;
}
.wrap-sitemap ul li a:hover {
    background: #2356a7;
    color: #fff;
    text-decoration: underline;
}
.wrap-sitemap ul li ul li {
    margin-top: 10px;
}
.wrap-sitemap ul li ul li a {
    padding: 10px 30px 10px 30px;
    color: #888;
    background: #f6f8f6;
    font-size: 16px;
}
@media (max-width: 1199px) {
    .wrap-sitemap ul li ul li a {
        font-size: 13px;
        padding: 5px 30px 5px 30px;
    }
}
.wrap-sitemap ul li ul li ul li {
    position: relative;
    display: inline;
    vertical-align: top;
}
.wrap-sitemap ul li ul li ul li a {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .wrap-sitemap ul li ul li ul li a {
        font-size: 12px;
    }
}
.nav-container i {
    display: none;
}
@media (max-width: 1199px) {
    .pin-spacer {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
    }
}
.canvas-box {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 80%;
    bottom: 0;
}
.canvas-box canvas {
    display: block;
    height: 100% !important;
    width: 100% !important;
}
.index-about {
    position: relative;
    width: 100%;
    height: 100vh;
}
@media (max-width: 1199px) {
    .index-about {
        display: none;
    }
}
.index-about .box {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.index-about .box .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    background: url(../img/yun_bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-about .box .logo .logoa1 {
    position: relative;
}
.index-about .box .logo .lcn2 {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    left: -430px;
    opacity: 0;
    text-align: right;
}
.index-about .box .logo .lcn2 img {
    width: 170px;
    height: 150px;
}
.index-about .box .logo .lcn1 {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    left: 3rem;
    opacity: 0;
}
.index-about .box .logo .lcn1 img {
    width: 430px;
    height: 160px;
}
.index-about .box .logo2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 101%;
    height: 101%;
    z-index: 5;
    transform-origin: 51% 36%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-about .box .box2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index-about .box .box2 .bgimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-about .box .box2 .bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    .index-about .box .box2 .bgimg img.pc-img {
        display: none;
    }
}
.index-about .box .box2 .bgimg img.mb-img {
    display: none;
}
@media (max-width: 991px) {
    .index-about .box .box2 .bgimg img.mb-img {
        display: block;
    }
}
.index-about .box .box2 .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.7rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .index-about .box .box2 .container {
        top: 1.5rem;
    }
}
.index-about .box .box2 .container .left {
    width: 40.13157895%;
}
@media (max-width: 767px) {
    .index-about .box .box2 .container .left {
        width: 100%;
    }
}
.index-about .box .box2 .container .left .cn1 {
    color: #333333;
    line-height: 1.25em;
    opacity: 0;
    transform: translateY(0.6rem);
}
.index-about .box .box2 .container .left .cn2 {
    color: #666;
    line-height: 1.55555556em;
    margin: 0.4rem 0 0.7rem;
    opacity: 0;
    transform: translateY(0.6rem);
}
.index-about .box .box2 .container .left .more {
    justify-content: flex-start;
    opacity: 0;
    transform: translateY(0.6rem);
}
.index-about .box .box2 .container .right {
    width: 42.10526316%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    opacity: 0;
    transform: translateY(0.6rem);
}
@media (max-width: 767px) {
    .index-about .box .box2 .container .right {
        width: 100%;
        margin-top: 0.5rem;
    }
}
.index-about .box .box2 .container .right .rightbox {
    position: relative;
    width: 37.5%;
    padding-bottom: 0.2rem;
    margin-bottom: 0.8rem;
}
@media (max-width: 991px) {
    .index-about .box .box2 .container .right .rightbox {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .index-about .box .box2 .container .right .rightbox {
        width: 37.5%;
    }
}
.index-about .box .box2 .container .right .rightbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #cfecf4;
}
.index-about .box .box2 .container .right .rightbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1rem;
    height: 2px;
    background-color: #00a659;
}
.index-about .box .box2 .container .right .rightbox .cn3 {
    display: flex;
    align-items: center;
}
.index-about .box .box2 .container .right .rightbox .cn3 .cn4 {
    line-height: 1em;
    color: #333;
    margin-right: 0.2rem;
}
.index-about .box .box2 .container .right .rightbox .cn3 .cn5 {
    color: #000;
}
.index-about .box .box2 .container .right .rightbox .cn6 {
    color: #999999;
    line-height: 1.625em;
}
.index-about .box .box2 .bgimg {
    position: relative;
}
.index-about .box .box2 .bgimg video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-about {
    height: 150vh;
}
.page-rs-339 .header .header-nav.case-nav .info .select-info,
.page-rs-340 .header .header-nav.case-nav .info .select-info,
.page-rs-341 .header .header-nav.case-nav .info .select-info,
.page-rs-342 .header .header-nav.case-nav .info .select-info,
.page-rs-343 .header .header-nav.case-nav .info .select-info,
.page-rs-344 .header .header-nav.case-nav .info .select-info,
.page-rs-345 .header .header-nav.case-nav .info .select-info,
.page-rs-346 .header .header-nav.case-nav .info .select-info,
.page-rs-347 .header .header-nav.case-nav .info .select-info,
.page-rs-348 .header .header-nav.case-nav .info .select-info,
.page-rs-349 .header .header-nav.case-nav .info .select-info,
.page-rs-350 .header .header-nav.case-nav .info .select-info,
.page-rs-351 .header .header-nav.case-nav .info .select-info,
.page-rs-352 .header .header-nav.case-nav .info .select-info,
.page-rs-353 .header .header-nav.case-nav .info .select-info,
.page-rs-354 .header .header-nav.case-nav .info .select-info,
.page-rs-355 .header .header-nav.case-nav .info .select-info,
.page-rs-356 .header .header-nav.case-nav .info .select-info,
.page-rs-357 .header .header-nav.case-nav .info .select-info,
.page-rs-358 .header .header-nav.case-nav .info .select-info,
.page-rs-359 .header .header-nav.case-nav .info .select-info,
.page-rs-360 .header .header-nav.case-nav .info .select-info,
.page-rs-361 .header .header-nav.case-nav .info .select-info,
.page-rs-362 .header .header-nav.case-nav .info .select-info,
.page-rs-363 .header .header-nav.case-nav .info .select-info,
.page-rs-364 .header .header-nav.case-nav .info .select-info,
.page-rs-365 .header .header-nav.case-nav .info .select-info,
.page-rs-366 .header .header-nav.case-nav .info .select-info,
.page-rs-367 .header .header-nav.case-nav .info .select-info,
.page-rs-368 .header .header-nav.case-nav .info .select-info,
.page-rs-369 .header .header-nav.case-nav .info .select-info,
.page-rs-370 .header .header-nav.case-nav .info .select-info,
.page-rs-371 .header .header-nav.case-nav .info .select-info,
.page-rs-372 .header .header-nav.case-nav .info .select-info {
    opacity: 0;
    pointer-events: none;
}
.wrap-technology .common-menu .info ul li:nth-child(1) {
    display: none;
}
