@charset "utf-8";

body {
    /* 填写默认字体 */
    font-family: "Inter", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    color: #1e1d28;
    min-height: initial !important;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}

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

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

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

/* 谷歌翻译后防止与sticky产生冲突 */
.iconfonts {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grahccale;
}

/* slick 懒加载图片去边框 */
.slick-loading {
    opacity: 0;
}

/* 去除翻译插件边框 */
.goog-te-gadget-simple {
    border: none !important;
}

/* h1隐藏 */
.fszero {
    display: none;
}

/* 去除input记忆填充底色 */
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
    .wow {
        animation: none;
    }
}

:root {
    font-size: 10px;
    --main-color: #004BB2;
    --main-color2: #8B0027;
    --flex-margin: -15px;
    --flex-padding: 15px;
}

/* 翻译插件展位 */
.google-translate {
    min-width: 108px;
}

.fancybox-content {
    height: 800px !important;
}

.c_pcbtn {
    display: none;
}

.header {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.translated-ltr .header,
.translated-rtl .header {
    top: 40px;
}

.header-logo {
    width: 255px;
    display: block;
    line-height: var(--height);
}

.header-logo img {
    width: 100%;
}

.page-banner {
    padding: 9rem 0 10rem;
    z-index: 1;
    min-height: 370px;
}

.page-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.page-banner-content {
    text-align: center;
}

.page-banner-content .tits {
    color: #FFF;
    font-family: Anton;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.778%;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.page-banner-content .tits p {
    line-height: inherit;
}

.page-banner-content .btns {
    width: 150px;
    height: 48px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    background-color: #FFF;
    color: #174E9E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 157.143%;
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .page-banner-content .btns:hover {
        background-color: var(--main-color);
        color: #fff;
    }
}

.mod-nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    z-index: 2;
}

.mod-nav-list {
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.mod-nav-item {
    width: 20%;
}

.mod-nav-link {
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    text-transform: capitalize;
}

.mod-nav-item.active .mod-nav-link {
    color: #fff;
    background-color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .mod-nav-link:hover {
        color: #fff;
        background-color: var(--main-color);
    }
}

.media-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex-margin) -30px;
}

.media-item {
    width: 33.333333%;
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
}

.media-link {
    flex-direction: column;
    display: flex;
    height: 100%;
    background-color: #F5F5F5;
}

.media-link .imgs {
    padding: 26px 20px 0;
    flex-shrink: 0;
    overflow: hidden;
}

.media-link .imgs .img_box {
    transition: all 0.5s;
    padding-top: 65.85365854%;
}

.media-link .tits {
    padding: 16px 20px;
    transition: all 0.5s;
    height: 100%;
}

.media-link .tits p {
    color: #222;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    text-transform: capitalize;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 1200px) {
    .media-link:hover .imgs .img_box {
        transform: scale(1.1);
        transform-origin: center bottom;
    }

    .media-link:hover .tits {
        background-color: var(--main-color);
    }

    .media-link:hover .tits p {
        color: #fff;
    }
}

.media {
    padding-top: 10.5rem;
    padding-bottom: 10rem;
}

.page-banner {
    overflow: initial;
}

/* 分页 */
.mod_page {
    display: flex;
    align-items: center;
    justify-content: center;
    --margin-x: 8px;
    --fs: 15px;
    --iconfs: 14px;
    --wh: 44px;
    --bg: #F5F5F5;
    --page-color: #222;
    margin-top: 48px;
}

.mod_page_item {
    margin: 0 var(--margin-x);
}

.mod_page .prev,
.mod_page .next {
    margin: 0 var(--margin-x) !important;
}

.mod_page_item a {
    color: var(--page-color);
    transition: all 0.36s;
    display: block;
    text-align: center;
    width: var(--wh);
    line-height: var(--wh);
    font-size: var(--fs);
    background-color: var(--bg);
    border-radius: 0;
}

.mod_page_item.omit {
    margin: 0 0 !important;
}

.mod_page_item.omit a {
    background-color: transparent !important;
    color: #222 !important;
    font-size: 26px;
}

.mod_page .prev a,
.mod_page .next a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--wh);
}

.mod_page .prev span {
    transform: rotate(180deg);
}

.mod_page .next span {
    transform: rotate(0deg);
}

.mod_page .prev span,
.mod_page .next span {
    font-size: var(--iconfs);
}

.mod_page_item.act a {
    background-color: var(--main-color);
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .mod_page_item a:hover {
        background-color: var(--main-color);
    }

    .mod_page_item.prev a:hover span,
    .mod_page_item.next a:hover span {
        color: #fff;
    }

    .mod_page_item:not(.prev, .next) a:hover {
        color: #fff;
    }
}

/* 分页-end */
/* newdate */
.newdate_info_tit {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: bold;
}

.newdate_info_date {
    font-size: 16px;
    line-height: 1.5;
}

.newdate_info {
    padding: 60px 0 20px;
    border-bottom: 1px solid #ccc;
}

.news_info {
    margin-bottom: 50px;
}

.news_info li {
    list-style: inherit;
}

.news_info ol,
.news_info ul {
    padding-left: 1rem;
}

.news_primary {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}

.news_info h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;
}

.news_info p {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 20px;
}

.news_info img {
    height: auto !important;
}

.newdate_main .pdrf_shares {
    margin-top: 50px;
}

.newdate_page {
    margin-top: 40px;
}

.newdate_page a:hover {
    color: var(--main-color);
}

.newdate_prev {
    margin-bottom: 20px;
}

.pdrf_shares_text {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1.2;
    margin-right: 5px;
}

.pdrf_shares {
    display: flex;
    align-items: center;
}

.newdate_page a {
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media screen and (max-width: 1680px) {
    .newdate_info_tit {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .newdate_info {
        padding: 55px 0 20px;
    }

    .news_info h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .news_primary {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }

    .pdrf_shares_text {
        font-size: 20px;
    }

    .news_info {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .newdate_info_tit {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .newdate_info {
        padding: 50px 0 15px;
    }

    .news_primary {
        padding-top: 35px !important;
        padding-bottom: 60px !important;
    }

    .newdate_info_date {
        font-size: 14px;
    }

    .news_info h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .news_info p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 12px;
    }

    .news_info {
        margin-bottom: 30px;
    }

    .pdrf_shares_text {
        font-size: 18px;
    }

    .newdate_page {
        margin-top: 30px;
    }

    .newdate_page a {
        font-size: 14px;
        line-height: 1.4;
    }

    .newdate_prev {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .newdate_info_tit {
        font-size: 22px;
    }

    .newdate_info {
        padding: 40px 0 12px;
    }

    .news_primary {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }

    .pdrf_shares_text {
        font-size: 16px;
    }

    .news_info h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .newdate_info {
        padding: 35px 0 12px;
    }

    .newdate_info_tit {
        margin-bottom: 13px;
        font-size: 22px;
        line-height: 1.4;
    }

    .news_primary {
        padding-top: 25px !important;
        padding-bottom: 40px !important;
    }
}

/* newdate-end */
.product-banner {
    position: relative;
    padding: 0 0;
    min-height: initial !important;
}

.product-banner img {
    position: static !important;
    width: 100%;
    object-fit: cover;
    height: auto;
    transform: none;
}

.page-banner-product {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.page-banner-product .flex {
    display: flex;
    align-items: flex-end;
}

.page-banner-product .flex .left {
    width: 330px;
    flex-shrink: 0;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
}

.page-banner-product .flex .left h2 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    text-transform: uppercase;
}

.page-banner-product .flex .right {
    width: calc(100% - 330px);
    padding: 15px 24px;
    position: relative;
    z-index: 1;
}

.page-banner-product .flex .right::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(23, 78, 158, 0.9);
    backdrop-filter: blur(2.5px);
}

/* bread */
.bread {
    width: 100%;
    --text-color: #fff;
    --text-interval: 5px;
    --text-fontsize: 14px;
    --icon-fontsize: 18px;
    --hover-color: #fff;
}

.mod_bread {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mod_bread_item {
    display: flex;
    align-items: center;
}

.mod_bread_link {
    display: flex;
    align-items: center;
}

.mod_bread_link span {
    color: var(--text-color);
    font-size: var(--icon-fontsize);
    margin-right: 10px;
}

.mod_bread_link .text {
    color: var(--text-color);
    font-size: var(--text-fontsize);
    transition: all 0.36s;
}

.mod_bread_item>span {
    margin: 0 var(--text-interval);
    display: inline-block;
    font-size: var(--text-fontsize);
    color: var(--text-color);
}

.mod_bread_item:last-child>span {
    display: none;
}

.mod_bread_link:hover .text {
    color: var(--hover-color) !important;
}

.mod_bread_link:hover span {
    color: var(--hover-color) !important;
}

/* bread-end */
.product-content>.hc_cont1410>.flex {
    display: flex;
    justify-content: space-between;
    --leftWidth: 330px;
    --left-mr: 30px;
}

.product-content>.hc_cont1410>.flex>.left {
    width: var(--leftWidth);
    margin-right: var(--left-mr);
    flex-shrink: 0;
}

.product-content>.hc_cont1410>.flex>.right {
    width: calc(100% - var(--leftWidth) - var(--left-mr));
    --margin-x: -15px;
    /* list 负margin */
    --padding-x: 15px;
    /* item 左右间距 */
    --list-mb: 30px;
    /* list 下边距 */
    --margin-y: 30px;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--margin-x) var(--list-mb);
}

.product-item {
    width: 33.33333%;
    padding: 0 var(--padding-x);
    margin-bottom: var(--margin-y);
}

.product-nav {
    background-color: #F5F5F5;
    position: sticky;
    left: 0;
    top: 140px;
}

.product-nav-item {
    border-bottom: 1px solid #CCC;
}

.product-nav-item:last-child {
    border-bottom: none;
}

.product-nav-cont {
    padding: 17px 16px;
    display: flex;
    cursor: pointer;
    align-items: flex-start;
}

.product-nav-cont span {
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
    transform: translateY(6px);
}

.product-nav-cont .product-nav-tit {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 162.5%;
    text-transform: capitalize;
    transition: all 0.5s;
}

.product-second {
    padding-bottom: 17px;
}

.product-second-item {
    margin-bottom: 8px;
}

.product-second-item:last-child {
    margin-bottom: 0;
}

.product-second-link {
    padding-left: 36px;
    padding-right: 16px;
    display: block;
}

.product-second-link span {
    color: #444;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    text-transform: capitalize;
    transition: all 0.5s;
}

.product-second-item.current .product-second-link span {
    color: var(--main-color);
    text-decoration: underline;
}

@media screen and (min-width: 1200px) {
    .product-second-link:hover span {
        color: var(--main-color);
        text-decoration: underline;
    }
}

.product-second {
    display: none;
}

.product-nav-item.current .product-second {
    display: block;
}

.product-nav-item.current .product-nav-cont .product-nav-tit,
.product-nav-item.current .product-nav-cont span {
    color: var(--main-color);
}

.product-nav-item.active .product-nav-cont span {
    transform: translateY(6px) rotate(90deg);
}

@media screen and (min-width: 1200px) {

    .product-nav-item:hover .product-nav-cont .product-nav-tit,
    .product-nav-item:hover .product-nav-cont span {
        color: var(--main-color);
    }
}

.product .title {
    color: #222;
    font-family: Anton;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
    text-transform: capitalize;
    margin-top: 6.4rem;
}

.product .text {
    margin-top: 16px;
}

.product .text p {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
}

.product-list {
    display: flex;
    margin: 40px var(--flex-margin) -30px;
    flex-wrap: wrap;
}

.product-item {
    width: 33.333333%;
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
}

.product-link {
    display: block;
}

.product-link .img_box {
    padding-top: 75.7575757%;
}

.product-link .tit {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    text-transform: capitalize;
    padding: 12px 12px 0;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .product-link:hover .img_box img {
        transform: scale(1.04);
    }

    .product-link:hover .tit {
        color: var(--main-color);
    }
}

.product {
    padding-bottom: 10rem;
}

.factory {
    padding-top: 11rem;
    padding-bottom: 10rem;
}

.factory-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex-margin) -30px;
}

.factory-item {
    width: 33.333333%;
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
}

.factory-link {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.factory-link .img_box {
    padding-top: 66.66666666%;
}

.factory-link .tits {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 11px 20px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    text-transform: capitalize;
    transform: translateY(100%);
    transition: all 0.5s;
    z-index: 1;
}

.factory-link .tits::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2.5px);
}

@media screen and (min-width: 1200px) {
    .factory-link:hover .img_box img {
        transform: scale(1.04);
    }

    .factory-link:hover .tits {
        transform: translateY(0%);
    }
}

.header-top {
    background-color: #F0F3F7;
    --height: 50px;
}

.header-top .flex {
    display: flex;
    justify-content: space-between;
}

.header-language {
    display: flex;
    align-items: center;
}

.header-language a {
    display: flex;
    align-items: center;
    height: var(--height);
    margin-right: 24px;
}

.header-language a img {
    width: 22px;
    margin-right: 8px;
}

.header-language a p {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 171.429%;
    text-transform: capitalize;
    transition: all 0.5s;
    position: relative;
}

.header-language a p::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
    left: 0;
    transition: all 0.5s;
    bottom: 0;
    opacity: 0;
}

@media screen and (min-width: 1200px) {
    .header-language a:hover p {
        color: var(--main-color);
    }

    .header-language a:hover p::after {
        opacity: 1;
    }
}

.header-language a:last-child {
    margin-right: 0;
}

.hd_list .hidden {
    display: none !important;
}

.hd_list {
    align-items: center;
    display: flex;
}

.hd_item {
    margin-right: 40px;
    position: relative;
}

.hd_item:last-child {
    margin-right: 0;
}

.hd_link {
    color: #222;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 157.143%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    height: var(--height);
}

.hd_link p {
    line-height: 1.55;
    font-weight: 700;

}

.hd_item:hover .hd_link {
    color: var(--main-color);
}

.hd_item.active .hd_link {
    color: var(--main-color);
}

.header-bottom {
    --height: 90px;
}

.header-bottom .flex {
    display: flex;
    justify-content: space-between;
}

.header-bottom .right {
    display: flex;
    align-items: center;
}

.header-blist {
    display: flex;
    margin-right: 43px;
}

.header-bitem {
    margin-right: 48px;
    position: relative;
}

.header-bseond {
    display: none;
    width: 320px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    padding: 15px 25px;
}

.header-bseond a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    padding: 4px 0;
}

.header-bseond li.active a {
    color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .header-bseond a:hover {
        color: var(--main-color);
    }
}

.header-bitem:last-child {
    margin-right: 0;
}

.header-search {
    padding: 5px;
    cursor: pointer;
}

.header-search .iconfont {
    font-size: 18px;
    color: #444444;
}

@media screen and (min-width: 1200px) {
    .header-search:hover .iconfont {
        color: var(--main-color);
        transform: scale(1.1);
    }
}

.header-blink {
    display: flex;
    align-items: center;
    height: var(--height);
}

.header-blink p {
    color: #222;
    font-family: Anton;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.65;
    position: relative;
}

.header-blink p::after {
    height: 2px;
}

@media screen and (min-width: 1200px) {
    .header-bitem:hover .header-blink p {
        color: var(--main-color);
    }

    .header-bitem:hover .header-blink p::after {
        width: 100%;
        left: 0;
        right: initial;
    }
}

.header-bitem.active .header-blink p {
    color: var(--main-color);
}

.header-bitem.active .header-blink p::after {
    width: 100%;
    left: 0;
    right: initial;
}

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

.home-banner .home-banner-prev {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 10%;
    top: 0;
}

.home-banner .swiper-container {
    width: 100%;
}

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

.home-banner .swiper-container {
    width: 100%;
}

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

.home-banner .slide-link {
    position: relative;
    display: block;
}

.home-banner .slide-link img {
    width: 100%;
}

.home-banner .slide-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.home-banner .slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 24px;
    --wh: 8px;
    --interval: 12px;
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    background-color: var(--main-color) !important;
    opacity: 0.5 !important;
    margin: 0 var(--interval);
    border-radius: 0;
    transition: all 0.5s;
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.about-info {
    padding: 12rem 0 10rem;
    overflow: hidden;
}

.about-info .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-info .flex .left {
    width: 46.80851063%;
}

.about-info .flex .left .text {
    margin-top: 24px;
}

.about-info .flex .left .text p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
}

.about-info .flex .right {
    width: 48.93617021%;
    position: relative;
    cursor: pointer;
}

.about-info .flex .right .img_box {
    padding-top: 66.666666%;
}

.about-info .flex .right>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 92px;
    transition: all 0.5s;
}

.about-info .flex .right:hover .img_box img {
    transform: scale(1.04);
}

.about-info .flex .right:hover>img {
    transform: translate(-50%, -50%) scale(1.04);
}

.mod-tit40 {
    color: #222;
    font-family: Anton;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
}

.about-info-list {
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    margin: 64px var(--flex-margin) 0;
}

.about-info-item {
    width: 33.333333%;
    padding: 0 var(--flex-padding);
}

.about-info-conts {
    border-top: 2px solid #CCC;
    padding-top: 20px;
    transition: all 0.5s;
    cursor: pointer;
}

.about-info-conts .number {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.about-info-conts .number .val,
.about-info-conts .number .unit {
    color: var(--main-color2);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-transform: capitalize;
}

.about-info-conts .texts,
.about-info-conts .texts p {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .about-info-conts:hover {
        border-color: var(--main-color2);
    }
}

.about-course {
    position: relative;
    z-index: 1;
    padding: 10rem 0;
}

.about-course>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.about-course-conts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-course-conts .left {
    width: 48.93617021%;
}

.about-course-conts .left .img_box {
    padding-top: 56.52173913%;
}

.about-course-conts .right {
    width: 46.8085106%;
}

.about-course-conts .right .time {
    width: 180px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    margin: 0 auto -32px;
    color: #174E9E;
    font-family: Anton;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
    text-transform: capitalize;
}

.about-course-conts .right .conts {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 7rem 45px 48px;
}

.about-course-conts .right .conts p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
}

.about-year-slick {
    position: relative;
    margin-top: 64px;
    padding: 0 25px;
}

.about-year-item {
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.about-year-item::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    height: 1px;
    background-color: #fff;
}

.about-year-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 4px solid transparent;
    background-clip: content-box;
    border-radius: 50%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    transition: all 0.5s;
    z-index: 2;
    display: block;
}

.about-year-item:hover::before {
    border: 2px solid #fff;
    background: var(--main-color);
}

.about-year-conts {
    padding-bottom: 24px;
    position: relative;
    color: #FFF;
    text-align: center;
    font-family: Anton;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

.about-year-slick .slick-track {
    margin-left: initial;
    margin-right: initial;
}

.slick-slide.slick-current .about-year-item::before {
    border: 2px solid #fff;
    background: var(--main-color);
}

.about-year-prev,
.about-year-next {
    position: absolute;
    bottom: 0px;
    transition: all 0.4s;
    cursor: pointer;
    z-index: 2;
    padding: 3px;
}

.about-year-prev span,
.about-year-next span {
    font-size: 16px;
    color: #fff;
}

.about-year-prev {
    left: -3px;
    transform: rotate(180deg);
}

.about-year-next {
    right: -3px;
}

.about-year-prev:hover span,
.about-year-next:hover span {
    transform: scale(1.2);
}

.about-rd {
    padding: 10rem 0 0;
    overflow: hidden;
}

.about-rd .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-rd .flex .left {
    width: 46.80851063%;
}

.about-rd .flex .left .text {
    margin-top: 24px;
}

.about-rd .flex .left .text p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
}

.about-rd .flex .right {
    width: 48.93617021%;
}

.about-rd .flex .right .img_box {
    padding-top: 72.46376811%;
}

.about-spirit {
    padding-top: 12rem;
    padding-bottom: 10rem;
    position: relative;
    z-index: 1;
}

.about-spirit>img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.about-spirit .mod-tit40 {
    text-align: center;
}

.about-spirit-list {
    margin: 55px -30px 0;
    display: flex;
    flex-wrap: wrap;
}

.about-spirit-item {
    width: 33.33333333%;
    padding: 0 30px;
}

.about-spirit-conts {
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 48px 32px;
}

.about-spirit-conts .iconfont {
    font-size: 40px;
    color: var(--main-color);
    padding-bottom: 25px;
    margin-bottom: 24px;
    position: relative;
}

.about-spirit-conts .iconfont::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: #174E9E;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.about-spirit-conts .tits {
    color: #222;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 155.556%;
    margin-bottom: 16px;
}

.about-spirit-conts .texts p {
    color: #444;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    text-transform: capitalize;
}

.about-culture {
    padding: 10rem 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.about-culture::after {
    content: "";
    position: absolute;
    width: calc((100% - 1410px) / 2);
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
}

.about-culture-list {
    margin: 48px var(--flex-margin) 64px;
}

.about-culture-list .slick-list {
    overflow: initial;
}

.about-culture-item {
    padding: 0 var(--flex-padding);
}

.about-culture-conts .img_box {
    padding-top: 56.44444444%;
    margin-bottom: 32px;
}

.about-culture-conts .tits {
    margin-bottom: 14px;
    color: #222;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.about-culture-conts .texts p {
    color: #444;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
}

.about-culture-progress {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #E6E6E6;
}

.about-progressactive {
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--main-color);
    transition: all 0.5s;
}

.introduct-info {
    padding-top: 12.8rem;
    padding-bottom: 10rem;
}

.introduct-info .left {
    width: 690px;
    float: left;
    margin-right: 48px;
}

.introduct-info .left .img_box {
    padding-top: 66.66666667%;
}

.introduct-info .right {
    display: inline;
}

.introduct-info .right .mod-tit40 {
    margin-bottom: 32px;
}

.introduct-info .right .subtit {
    margin-bottom: 12px;
}

.introduct-info .right .subtit p {
    display: inline-block;
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    position: relative;
    padding-left: 14px;
}

.introduct-info .right .subtit p::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: var(--main-color2);
    left: 0;
    top: 5px;
}

.introduct-info .right .texts p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.introduct-info-cont {
    margin-top: 92px;
    padding: 64px 40px 48px;
    background-color: #F5F5F5;
    position: relative;
}

.introduct-info-cont>img {
    position: absolute;
    width: 64px;
    height: auto;
    left: 40px;
    top: -32px;
    z-index: 2;
}

.introduct-info-cont .tits {
    color: #222;
    font-family: Anton;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%;
}

.introduct-info-cont .texts {
    margin-top: 24px;
}

.introduct-info-cont .texts p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
}

.introduct-resume {
    padding: 10rem 0;
    background-color: #F5F5F5;
}

.introduct-resume-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 20px;
}

.introduct-resume-item .time {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    margin-bottom: 4px;
}

.introduct-resume-item .text p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
}

.introduct-resume-item::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    transform: translateX(-50%);
    top: 7px;
    background-color: var(--main-color);
}

.introduct-resume-item::before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 42px);
    left: 0;
    top: 7px;
    transform: translateX(-50%);
    background-color: var(--main-color);
    opacity: 0.2;
}

.introduct-resume-item:last-child {
    margin-bottom: 0;
}

.introduct-resume-item:last-child::before {
    display: none;
}

.introduct-report-list {
    margin: 40px var(--flex-margin) -30px;
}

.introduct-report-item {
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
}

.introduct-report-cont {
    cursor: pointer;
}

.introduct-report-cont .img_box {
    padding-top: 66.66666667%;
}

.introduct-report {
    padding: 10rem 0;
}

.introduct-report .mod-tit40 {
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .introduct-report-cont:hover .img_box img {
        transform: scale(1.05);
    }
}

.certificate-content {
    padding: 10rem 0;
}

.certificate-content .text {
    margin-bottom: 32px;
}

.certificate-content .text p {
    color: #444;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    text-transform: capitalize;
}

.certificate-group-item:last-child {
    margin-bottom: 30px;
}

.certificate-group-item {
    display: flex;
    position: relative;
    margin: 0 var(--flex-margin) 30px;
    z-index: 1;
}

.certificate-group-item::after {
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    background-color: #E6E6E6;
    height: 48px;
    z-index: -1;
    clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
}

.certificate-item {
    width: 25%;
    padding: 0 var(--flex-padding);
}

.certificate-cont {
    cursor: pointer;
}

.certificate-cont .imgs {
    padding: 10px;
    border: 1px solid #CCC;
    background: #FFF;
    margin-bottom: 24px;
    position: relative;
}

.certificate-cont .imgs .img_box {
    padding-top: 100%;
}

.certificate-cont .imgs .certificate-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(23, 78, 158, 0.9);
    transition: all 0.5s;
    opacity: 0;
}

.certificate-cont .imgs .certificate-hover span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 32px;
    color: #fff;
}

.certificate-cont .tits {
    color: #222;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-height: 80px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.certificate-cont .tits::after {
    content: "";
    position: absolute;
    width: calc(100% + 60px);
    height: 100%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #F5F5F5;
}

@media screen and (min-width: 1200px) {
    .certificate-cont:hover .imgs .img_box img {
        transform: scale(1.05);
    }

    .certificate-cont:hover .imgs .certificate-hover {
        opacity: 1;
    }

    .certificate-cont:hover .imgs .certificate-hover span {
        transform: translate(-50%, -50%) scale(1);
    }

    .certificate-cont:hover .tits {
        color: var(--main-color);
    }
}

.news-list {
    margin-top: 35px;
}

.news-item:first-child .news-link {
    border-top: 1px solid #CCCCCC;
}

.news-link {
    padding: 20px 0;
    display: flex;
    border-bottom: 1px solid #CCCCCC;
}

.news-link .news-right {
    width: 270px;
    flex-shrink: 0;
}

.news-link .news-right .img_box {
    padding-top: 66.66666%;
}

.news-link .news-left {
    width: calc(100% - 270px);
    padding-right: 40px;
    display: flex;
    align-items: center;
}

.news-link .news-left .time {
    width: 90px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    transition: all 0.5s;
    min-height: 180px;
}

.news-link .news-left .time .date {
    color: #222;
    text-align: center;
    font-family: Anton;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 4px;
    transition: all 0.5s;
}

.news-link .news-left .time .year {
    color: #666;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    transition: all 0.5s;
}

.news-link .news-left .conts {
    width: calc(100% - 90px);
    padding-left: 30px;
}

.news-link .news-left .conts .tits {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 155.556%;
    margin-bottom: 12px;
    transition: all 0.5s;
}

.news-link .news-left .conts .texts {
    margin-bottom: 4.8rem;
}

.news-link .news-left .conts .texts p {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-link .news-left .conts .mores {
    display: inline-block;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 157.143%;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .news-link:hover .news-right .img_box img {
        transform: scale(1.05);
    }

    .news-link:hover .news-left .time {
        background-color: var(--main-color);
    }

    .news-link:hover .news-left .time .date {
        color: #fff;
    }

    .news-link:hover .news-left .time .year {
        color: #fff;
    }

    .news-link:hover .news-left .conts .tits {
        color: var(--main-color);
    }

    .news-link:hover .news-left .conts .mores {
        color: var(--main-color);
    }

    .news-link:hover .news-left .conts .mores::after {
        width: 100%;
        left: 0;
        right: initial;
    }
}

.news,
.video {
    padding-bottom: 10rem;
}

.video-list {
    display: flex;
    flex-wrap: wrap;
    margin: 6rem var(--flex-margin) -30px;
}

.video-item {
    width: 50%;
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
}

.video-conts {
    cursor: pointer;
}

.video-conts .imgs {
    margin-bottom: 16px;
    position: relative;
}

.video-conts .imgs .img_box {
    padding-top: 56.8627451%;
}

.video-conts .imgs .video-conts-hover {
    transition: all 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
}

.video-conts .imgs .video-conts-hover .plays {
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    transition: all 0.5s;
    border-radius: 50%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    opacity: 0;
}

.video-conts .imgs .video-conts-hover img {
    width: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-conts .texts {
    color: #222;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 162.5%;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 1200px) {
    .video-conts:hover .imgs .img_box img {
        transform: scale(1.05);
    }

    .video-conts:hover .imgs .video-conts-hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .video-conts:hover .imgs .video-conts-hover .plays {
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .video-conts:hover .texts {
        color: var(--main-color);
    }
}

.contact-contant {
    padding: 10rem 0;
    overflow: hidden;
}

.contact-contant .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-contant .flex .left {
    width: 46.80851063%;
}

.contact-contant .flex .left .subtit {
    color: #8B0027;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.contact-contant .flex .left .title {
    margin-bottom: 24px;
}

.contact-contant .flex .left .text {
    margin-bottom: 4.8rem;
}

.contact-contant .flex .left .text p {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
}

.contact-contant .flex .right {
    width: 48.9361702%;
}

.contact-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -30px;
}

.contact-item {
    width: 310px;
    display: flex;
    margin-bottom: 30px;
}

.contact-item .iconfont {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(23, 78, 158, 0.2);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--main-color);
}

.contact-item .conts {
    padding-left: 16px;
}

.contact-item .conts .key {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 155.556%;
    margin-bottom: 4px;
}

.contact-item .conts .val p,
.contact-item .conts .val a {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    display: block;
}

@media screen and (min-width: 1200px) {
    .contact-item .conts .val a:hover {
        color: var(--main-color);
    }
}

.contact-follow {
    margin-top: 60px;
}

.contact-follow .tits {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 155.556%;
    margin-bottom: 12px;
}

.contact-follow-list {
    display: flex;
}

.contact-follow-item {
    margin-right: 12px;
}

.contact-follow-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E8EEF6;
}

.contact-follow-link span {
    color: var(--main-color);
    font-size: 14px;
}

.contact-follow-link:hover {
    background-color: var(--main-color);
}

.contact-follow-link:hover span {
    color: #fff;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.contact-form-item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 24px;
}

.contact-form-item.block {
    width: 100%;
}

.contact-form-conts .key {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 162.5%;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.contact-form-conts input {
    width: 100%;
    height: 48px;
    background-color: #F5F5F5;
    padding: 0 16px;
    border: 1px solid #F5F5F5;
    transition: all 0.5s;
}

.contact-form-conts textarea {
    padding: 16px;
    height: 170px;
    width: 100%;
    border: 1px solid #F5F5F5;
    background-color: #F5F5F5;
    transition: all 0.5s;
}

.contact-form-conts button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 48px;
    background-color: var(--main-color);
}

.contact-form-conts button span {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}

.contact-form-conts button p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 157.143%;
    text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
    .contact-form-conts:hover input {
        border: 1px solid var(--main-color);
    }

    .contact-form-conts:hover textarea {
        border: 1px solid var(--main-color);
    }
}

.product-info {
    margin-top: 6.4rem;
}

.product-info .flex {
    display: flex;
    justify-content: space-between;
}

.product-info .left {
    width: 57.1428571%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-info .right {
    width: 39.047619%;
}

.product-info .right .tit {
    color: #222;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 141.667%;
    /*  */
    text-transform: capitalize;
}

.product-info .right .text {
    margin-top: 16px;
    min-height: 156px;
    margin-bottom: 35px;
}

.product-info .right .text p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
}

.product-info .right .inquiry {
    display: inline-flex;
    min-width: 150px;
    height: 48px;
    background-color: var(--main-color);
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 157.143%;
    text-transform: capitalize;
    cursor: pointer;
}

.product-blist {
    width: 80%;
}

.product-slist {
    margin: -5px 0;
    width: 18.3333333%;
}

.product-sitem {
    padding: 5px 0;
}

.product-scont {
    position: relative;
}

.product-bitem .img_box {
    padding-top: 75%;
}

.product-scont {
    cursor: pointer;
}

.product-scont .img_box {
    padding-top: 75%;
}

.product-scont>img {
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.prodeta-share {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.prodeta-share p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 162.5%;
    text-transform: capitalize;
    margin-right: 12px;
}

.prodeta-nav {
    margin-top: 45px;
    background-color: #fff;
    position: sticky;
    left: 0;
    top: 130px;
    z-index: 5;
}

.prodeta-nav-list {
    border-bottom: 1px solid #CCC;
    display: flex;
}

.prodeta-nav-item {
    padding: 12px 0;
    margin-right: 40px;
    position: relative;
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodeta-nav-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--main-color);
    left: 0;
    bottom: -1px;
    transition: all 0.5s;
    opacity: 0;
}

@media screen and (min-width: 1200px) {
    .prodeta-nav-item:hover {
        color: var(--main-color);
    }

    .prodeta-nav-item:hover::after {
        opacity: 1;
    }
}

.prodeta-nav-item.active {
    color: var(--main-color);
}

.prodeta-nav-item.active::after {
    opacity: 1;
}

.prodeta-nav-item:last-child {
    margin-right: 0;
}

.prodeta-tit {
    position: relative;
    padding-bottom: 12px;
    padding-left: 14px;
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 141.667%;
    text-transform: capitalize;
    border-bottom: 1px solid #CCC;
}

.prodeta-tit::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #8B0027;
    left: 0;
    top: 7px;
}

.edit_active p {
    margin-bottom: 0;
}

.product-introduction-text,
.product-features-edit,
.prodeta-para-edit,
.prodeta-advantages-edit {
    margin-top: 24px;
}

.product-introduction-text p,
.product-features-edit p,
.prodeta-para-edit p,
.prodeta-advantages-edit p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
}

.product-introduction,
.product-features,
.prodeta-para,
.prodeta-advantages,
.prodeta-inquiry,
.prodeta-related {
    margin-top: 50px;
}

.prodeta-advantages-list {
    margin: 32px -5px -10px;
    display: flex;
    flex-wrap: wrap;
}

.prodeta-advantages-item {
    width: 33.3333333%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.prodeta-advantages-cont .img_box {
    padding-top: 67.64705882%;
}

.prodeta-inquiry .mod_form {
    --form-margin: -5px;
    --form-padding: 5px;
    --form-item-botton: 12px;
    --form-item-br: 12px;
    --form-item-width: 50%;
    --form-item-bg: #F5F5F5;
    --form-item-height: 44px;
    --form-item-padding: 20px;
    --form-label-size: 14px;
    --form-color: #444444;
    --form-textarea-height: 120px;
    display: flex;
    flex-wrap: wrap;
    margin: 24px var(--form-margin) 0;
}

.prodeta-inquiry .mod_form .mod_form_item {
    width: var(--form-item-width);
    padding: 0 var(--form-padding);
    margin-bottom: var(--form-item-botton);
}

.prodeta-inquiry .mod_form .mod_form_item .conts {
    position: relative;
    background-color: var(--form-item-bg);
}

.prodeta-inquiry .mod_form .mod_form_item .conts label {
    position: absolute;
    left: var(--form-item-padding);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.36s;
    font-size: var(--form-label-size);
    text-transform: capitalize;
    line-height: 1.2;
    color: var(--form-color);
}

.prodeta-inquiry .mod_form .mod_form_item .conts input {
    width: 100%;
    height: var(--form-item-height);
    padding: 0 var(--form-item-padding);
    font-size: var(--form-label-size);
    color: var(--form-color);
}

.prodeta-inquiry .mod_form .mod_form_item .conts textarea {
    height: var(--form-textarea-height);
    font-size: var(--form-label-size);
    padding: 22px var(--form-item-padding);
    width: 100%;
    color: var(--form-color);
}

.prodeta-inquiry .mod_form .mod_form_item .conts button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 48px;
    padding: 0 18px;
    background-color: var(--main-color);
    transition: all 0.5;
}

.prodeta-inquiry .mod_form .mod_form_item .conts button p {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 157.143%;
    text-transform: uppercase;
}

.prodeta-inquiry .mod_form .mod_form_item .conts button span {
    margin-right: 12px;
    font-size: 14px;
    color: #fff;
}

.prodeta-inquiry .mod_form .mod_form_item .conts.active label {
    top: 0 !important;
}

.prodeta-inquiry .mod_form .mod_form_item.button .conts {
    background-color: transparent;
    text-align: center;
    border: none;
}

.prodeta-inquiry .mod_form .mod_form_item.button {
    margin-bottom: 0;
}

.prodeta-inquiry .mod_form .mod_form_item.textarea .conts label {
    top: 30px;
}

.prodeta-inquiry .mod_form .mod_form_item.textarea {
    margin-bottom: 24px;
}

.prodeta-inquiry .mod_form .mod_form_item.proname .conts {
    display: flex;
    align-items: center;
    background-color: #174E9E;
}

.prodeta-inquiry .mod_form .mod_form_item.proname .conts label {
    position: static;
    flex-shrink: 0;
    transform: none;
    padding-left: var(--form-item-padding);
    margin-bottom: 0;
    color: #fff;
}

.prodeta-inquiry .mod_form .mod_form_item.proname .conts input {
    width: 100%;
    padding-left: 5px;
    color: #fff;
}

.prodeta-inquiry .mod_form .mod_form_item.block {
    width: 100%;
}

.prodeta-related-list {
    margin: 24px var(--flex-margin) 0;
}

.prodeta-related-item {
    padding: 0 var(--flex-padding);
}

.mod-tits .subtit {
    color: #8B0027;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    text-transform: uppercase;
}

.mod-tits .title {
    margin-top: 12px;
}

.home-about-info {
    padding: 10rem 0 13rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home-about-info>img {
    position: absolute;
    z-index: -1;
    width: 35.9375%;
    left: calc((100% - 1410px) / 2);
    bottom: 0;
}

.home-about-info .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-about-info .flex .left {
    width: 46.8085106%;
}

.home-about-info .flex .left .mod-tits {
    margin-bottom: 32px;
}

.home-about-info .flex .left .text {
    margin-bottom: 10rem;
}

.home-about-info .flex .left .text p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
}

.home-about-info .flex .left .group {
    display: flex;
    align-items: center;
}

.home-about-info .flex .left .group .more {
    width: 160px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
    margin-right: 48px;
}

.home-about-info .flex .left .group .youtobe-link {
    display: flex;
    align-items: center;
}

.home-about-info .flex .left .group .youtobe-link img {
    width: 80px;
    margin-right: 8px;
}

.home-about-info .flex .left .group .youtobe-link span {
    font-size: 24px;
    color: #222222;
}

@media screen and (min-width: 1200px) {
    .home-about-info .flex .left .group .youtobe-link:hover span {
        transform: translateX(5px);
    }
}

.home-about-info .flex .right {
    width: 46.80851063%;
    display: flex;
}

.home-about-info .flex .right .items {
    width: 33.333333%;
    display: flex;
    flex-direction: column;
}

.home-about-info .flex .right .items .tops,
.home-about-info .flex .right .items .bottoms {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-about-info .flex .right .items .tops {
    padding: 20px 24px;
    border: 1px solid #CDCDCD;
    height: 230px;
    flex-grow: 1;
}

.home-about-info .flex .right .items .bottoms {
    flex-shrink: 0;
}

.home-about-info .flex .right .items .number {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-about-info .flex .right .items .number .val,
.home-about-info .flex .right .items .number .unit {
    color: #8B0027;
    text-align: center;
    font-family: Anton;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 108.333%;
    text-transform: capitalize;
}

.home-about-info .flex .right .items .texts {
    margin-top: 16px;
}

.home-about-info .flex .right .items .texts p {
    color: #222;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    text-transform: capitalize;
}

.home-about-info .flex .right .items .img_box {
    height: 100%;
    width: 100%;
    padding-top: 104.545454%;
}

.home-about-info .flex .right .items:nth-child(even) {
    flex-direction: column-reverse;
}

.home-about-video {
    padding: 6rem 0 16rem;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home-about-video>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.home-about-video .video-btn {
    width: 84px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    transition: all 0.5s;
}

.home-about-video .video-btn img {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .home-about-video .video-btn:hover {
        transform: scale(1.1);
    }
}

.home-about-video .video-text p {
    text-align: center;
    color: #FFF;
    font-family: Anton;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%;
    text-transform: capitalize;
}

.home-product {
    padding-bottom: 10rem;
    position: relative;
    z-index: 3;
}

.home-product-hd {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
    z-index: 10;
    margin-bottom: 40px;
    padding-top: 8rem;
    margin-top: -10rem;
}

.home-product-hd::after {
    content: "";
    position: absolute;
    width: 1600px;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.home-product-hd .text {
    width: 640px;
}

.home-product-hd .text p {
    color: #444;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
}

.home-product-nav {
    display: flex;
    flex-wrap: wrap;
    background-color: #F5F5F5;
}

.home-product-nav li {
    width: 25%;
    border-top: 1px solid #CCCCCC;
}

.home-product-nav li:nth-child(-n + 4) {
    border-top: none;
}

.home-product-nav li:nth-child(4n) .home-pnav-conts::after {
    opacity: 0;
}

.home-product-nav .home-pnav-conts {
    display: block;
    padding: 14px 15px;
    color: #222;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 157.143%;
    text-transform: capitalize;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-product-nav li.active .home-pnav-conts {
    background-color: var(--main-color);
    color: #fff;
}

.home-product-nav li.active .home-pnav-conts::after {
    opacity: 0;
}

@media screen and (min-width: 1200px) {
    .home-product-nav .home-pnav-conts:hover {
        background-color: var(--main-color);
        color: #fff;
    }

    .home-product-nav .home-pnav-conts:hover::after {
        opacity: 0;
    }
}

.home-product-nav .home-pnav-conts::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #CCC;
    transition: all 0.5s;
}

.home-product-list {
    display: flex;
    margin: 0 var(--flex-margin);
}

.home-product-item {
    width: 25%;
    padding: 0 var(--flex-padding);
}

.home-product-slick {
    margin-top: 32px;
}

.home-information {
    padding: 64px 0;
    position: relative;
    z-index: 1;
}

.home-information>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.home-information .title {
    color: #222;
    text-align: center;
    font-family: Anton;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.home-information .text {
    margin-bottom: 32px;
    width: 690px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.home-information .text p {
    color: #222;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
}

.home-information .btns {
    width: 220px;
    height: 48px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 157.143%;
    text-transform: capitalize;
    cursor: pointer;
}

.home-case {
    padding: 10rem 0 8rem;
}

.home-case-hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
}

.home-case-nav {
    margin-left: 30px;
    flex-shrink: 0;
    display: flex;
}

.home-case-nav .item {
    min-width: 148px;
    height: 48px;
    background-color: #F5F5F5;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 171.429%;
    text-transform: capitalize;
    margin-right: 20px;
}

.home-case-nav .item.active {
    background-color: var(--main-color);
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .home-case-nav .item:hover {
        background-color: var(--main-color);
        color: #fff;
    }
}

.home-case-nav .item:last-child {
    margin-right: 0;
}

.home-case-list {
    margin: 0 var(--flex-margin);
}

.home-case-item {
    padding: 0 var(--flex-padding);
}

.home-case-conts {
    display: block;
    height: 100%;
}

.home-case-conts .img_box {
    padding-top: 66.6666666%;
}

.home-case-conts .conts {
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
    margin-top: -45px;
    background-color: #fff;
    padding: 20px 24px;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}

.home-case-conts .conts .tits {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 162.5%;
    margin-bottom: 12px;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-case-conts .conts .texts p {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 1200px) {
    .home-case-conts:hover .img_box img {
        transform: scale(1.05);
    }

    .home-case-conts:hover .conts {
        background-color: var(--main-color);
    }

    .home-case-conts:hover .conts .tits {
        color: #fff;
    }

    .home-case-conts:hover .conts .texts p {
        color: #fff;
    }
}

.home-case-slick .slick-dots {
    text-align: center;
    margin-top: 30px;
    --wh: 10px;
    --margin-x: 8px;
    --bg: #D1DCEC;
}

.home-case-slick .slick-dots li {
    transition: all 0.5s;
}

.home-news {
    padding: 10rem 0;
}

.home-news-hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.home-news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex-margin) -30px;
}

.home-news-item {
    padding: 0 var(--flex-padding);
    width: 50%;
    margin-bottom: 30px;
}

.home-news-link {
    display: flex;
    align-items: center;
}

.home-news-link .left {
    width: 300px;
}

.home-news-link .left .img_box {
    padding-top: 66.66666666%;
}

.home-news-link .right {
    width: calc(100% - 300px);
    padding-left: 24px;
}

.home-news-link .right .time {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.home-news-link .right .time span {
    font-size: 14px;
    color: var(--main-color2);
    margin-right: 8px;
}

.home-news-link .right .time p {
    color: #222;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 166.667%;
}

.home-news-link .right .tits {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 162.5%;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5;
}

.home-news-link .right .texts p {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 1200px) {
    .home-news-link:hover .left .img_box img {
        transform: scale(1.05);
    }

    .home-news-link:hover .right .tits {
        color: var(--main-color);
    }
}

.footer {
    background-color: #172D4C;
}

.footer-top {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.footer-top .flex {
    display: flex;
    justify-content: space-between;
}

.footer-top .right {
    width: 360px;
}

.footer-tit {
    color: #FFF;
    font-family: Anton;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.455%;
    text-transform: uppercase;
    padding-bottom: 22px;
    position: relative;
}

.footer-tit::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #fff;
}

.footer-contact {
    margin-top: 20px;
}

.footer-contact .item {
    margin-bottom: 12px;
    display: flex;
}

.footer-contact .item .iconfont {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    transform: translateY(4px);
}

.footer-contact .item .conts p,
.footer-contact .item .conts a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
}

.footer-contact .item:last-child {
    margin-bottom: 0;
}

.footer-share {
    display: flex;
    margin-top: 48px;
}

.footer-share li {
    margin-right: 6px;
}

.footer-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #FFF;
    border-radius: 50%;
}

.footer-share a span {
    color: #fff;
    color: 12px;
}

@media screen and (min-width: 1200px) {
    .footer-share a:hover {
        border: 1px solid var(--main-color);
        background-color: var(--main-color);
    }
}

.footer-logo {
    display: block;
    width: 330px;
    margin-top: 40px;
    opacity: 0.05;
}

.footer-logo img {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .footer-logo:hover {
        opacity: 0.8;
    }
}

.footer-prolist {
    margin-top: 20px;
}

.footer-prolist li {
    margin-bottom: 10px;
}

.footer-prolist li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    text-transform: capitalize;
}

.footer-prolist li a::after {
    background-color: #fff;
}

.footer-prolist li:last-child {
    margin-bottom: 0;
}

.footer-form {
    margin-top: 28px;
}

.footer-form input {
    width: 100%;
    height: 44px;
    padding: 0 16px;
    background-color: #2E425E;
    margin-bottom: 10px;
    color: #fff;
    line-height: 22px;
}

.footer-form textarea {
    background-color: #2E425E;
    margin-bottom: 16px;
    width: 100%;
    height: 140px;
    padding: 11px 16px;
    color: #fff;
    line-height: 22px;
}

.footer-form button {
    width: 120px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 157.143% */
    text-transform: uppercase;
}

.footer-form input::-webkit-input-placeholder,
.footer-form textarea::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #ABB3BF;
}

.footer-form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ABB3BF;
}

.footer-form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ABB3BF;
}

.footer-form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ABB3BF;
}

.footer-bottom .flex {
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom .flex .left {
    display: flex;
}

.footer-bottom .flex .left p,
.footer-bottom .flex .left a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 171.429%;
    display: inline-block;
    margin-right: 24px;
}

.footer-bottom .flex .left p::after,
.footer-bottom .flex .left a::after {
    background-color: #fff;
}

.footer-bottom .flex .right {
    display: flex;
}

.footer-bottom .flex .right a {
    margin-left: 32px;
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 171.429%;
}

.footer-bottom .flex .right a::after {
    background-color: #fff;
}

/* search */
.search_view {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    display: none;
}

.search_view form {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    animation: searchtit 1.3s ease both;
}

.search_view_tit {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.search_close {
    position: absolute;
    width: 34px;
    transition: all 0.36s;
    z-index: 1;
    right: 200px;
    top: 100px;
    cursor: pointer;
}

.search_close:hover {
    transform: rotate(-90deg);
}

body.search_open {
    overflow: hidden;
}

@keyframes searchtit {
    from {
        transform: translateY(-80px) scale(0.5);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.search_view_cont {
    position: relative;
    width: 1200px;
}

.search_view_cont input {
    width: 100%;
    height: 50px;
    color: #fff;
    padding-left: 10px;
    padding-right: 40px;
    border-bottom: 1px solid #999;
    transition: all 0.36s;
}

.search_view_cont input:focus {
    border-bottom: 1px solid #fff;
}

.search_view_cont button {
    padding: 4px;
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1680px) {
    .search_view_tit {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .search_view_cont button {
        font-size: 24px;
    }

    .search_close {
        width: 28px;
    }
}

@media screen and (max-width: 1440px) {
    .search_view_cont {
        width: 82.5%;
    }

    .search_view_tit {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .search_view_cont button {
        font-size: 22px;
    }

    .search_close {
        right: 140px;
        top: 100px;
        width: 24px;
    }

    .search_view_cont input {
        height: 45px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 991px) {
    .search_close {
        right: 90px;
        top: 100px;
        width: 24px;
    }

    .search_view_tit {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .search_close {
        right: 40px;
        top: 80px;
        width: 20px;
    }

    .search_view_tit {
        font-size: 20px;
    }

    .search_view_cont button {
        font-size: 18px;
    }

    .search_view_cont input {
        height: 40px;
    }
}

/* search-end */
.introduct-report .slick-dots {
    margin-top: 5px;
}

:root {
    scroll-behavior: initial;
}

.home-choose {
    padding: 10rem 0 8rem;
    position: relative;
    z-index: 1;
}

.home-choose>img {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.home-choose .hc_cont1410 {
    position: relative;
}

.home-choose .flex {
    display: flex;
    justify-content: space-between;
}

.home-choose .flex img {
    position: absolute;
    width: 48.93617021%;
    right: 0;
    top: -20px;
}

.home-choose .flex .left {
    width: 48.93617021%;
}

.home-choose .text {
    margin-top: 24px;
}

.home-choose .text p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    text-transform: capitalize;
}

.home-choose-list {
    display: flex;
    margin: 62px 0 var(--flex-margin);
}

.home-choose-item {
    width: 20%;
    padding: 0 var(--flex-padding);
}

.home-choose-conts {
    position: relative;
}

.home-choose-conts>img {
    position: absolute;
    width: 234px;
    left: 38px;
}

.home-choose-conts .number {
    color: #174E9E;
    font-family: Anton;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.home-choose-conts .tits {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 162.5%;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.home-choose-conts .texts p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    text-transform: capitalize;
}

.home-choose-item:nth-child(1) {
    margin-top: 0;
}

.home-choose-item:nth-child(1) .home-choose-conts>img {
    top: 28px;
}

.home-choose-item:nth-child(2) {
    margin-top: 92px;
}

.home-choose-item:nth-child(2) .home-choose-conts>img {
    left: 45px;
    top: 28px;
    width: 220px;
    transform: rotate(-5deg);
    transform-origin: top left;
}

.home-choose-item:nth-child(3) {
    margin-top: 148px;
}

.home-choose-item:nth-child(3) .home-choose-conts>img {
    left: 45px;
    top: 28px;
    width: 220px;
    transform: rotate(-10deg);
    transform-origin: top left;
}

.home-choose-item:nth-child(4) {
    margin-top: 183px;
}

.home-choose-item:nth-child(4) .home-choose-conts>img {
    left: 45px;
    top: 28px;
    width: 220px;
    transform: rotate(-15deg);
    transform-origin: top left;
}

.home-choose-item:nth-child(5) {
    margin-top: 197px;
}

.home-choose-item:nth-child(5) .home-choose-conts>img {
    display: none;
}

#tooltip {
    padding: 40px 60px;
    width: 930px;
    max-width: 90%;
}

#tooltip .title {
    color: #222;
    text-align: center;
    font-family: Anton;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
    margin-bottom: 12px;
}

#tooltip .text {
    margin-bottom: 32px;
}

#tooltip .text p {
    color: #444;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
}

#tooltip .mod_form {
    --form-margin: -5px;
    --form-padding: 5px;
    --form-item-botton: 12px;
    --form-item-br: 12px;
    --form-item-width: 50%;
    --form-item-bg: #F5F5F5;
    --form-item-height: 48px;
    --form-item-padding: 16px;
    --form-label-size: 14px;
    --form-color: #666666;
    --form-textarea-height: 140px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--form-margin);
}

#tooltip .mod_form .mod_form_item {
    width: var(--form-item-width);
    padding: 0 var(--form-padding);
    margin-bottom: var(--form-item-botton);
}

#tooltip .mod_form .mod_form_item .conts {
    position: relative;
    background-color: var(--form-item-bg);
}

#tooltip .mod_form .mod_form_item .conts label {
    position: absolute;
    left: var(--form-item-padding);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.36s;
    font-size: var(--form-label-size);
    text-transform: capitalize;
    line-height: 1.2;
    color: var(--form-color);
}

#tooltip .mod_form .mod_form_item .conts input {
    width: 100%;
    height: var(--form-item-height);
    padding: 0 var(--form-item-padding);
    font-size: var(--form-label-size);
    color: var(--form-color);
}

#tooltip .mod_form .mod_form_item .conts textarea {
    height: var(--form-textarea-height);
    font-size: var(--form-label-size);
    padding: 22px var(--form-item-padding);
    width: 100%;
    color: var(--form-color);
}

#tooltip .mod_form .mod_form_item .conts button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 48px;
    padding: 0 18px;
    background-color: var(--main-color);
    transition: all 0.5;
}

#tooltip .mod_form .mod_form_item .conts button p {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 157.143%;
    text-transform: uppercase;
}

#tooltip .mod_form .mod_form_item .conts button span {
    margin-right: 12px;
    font-size: 14px;
    color: #fff;
}

#tooltip .mod_form .mod_form_item .conts.active label {
    top: 0 !important;
}

#tooltip .mod_form .mod_form_item.button .conts {
    background-color: transparent;
    text-align: center;
    border: none;
}

#tooltip .mod_form .mod_form_item.button {
    margin-bottom: 0;
}

#tooltip .mod_form .mod_form_item.textarea .conts label {
    top: 30px;
}

#tooltip .mod_form .mod_form_item.textarea {
    margin-bottom: 24px;
}

#tooltip .mod_form .mod_form_item.proname .conts {
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
}

#tooltip .mod_form .mod_form_item.proname .conts label {
    position: static;
    flex-shrink: 0;
    transform: none;
    padding-left: var(--form-item-padding);
    margin-bottom: 0;
}

#tooltip .mod_form .mod_form_item.proname .conts input {
    width: 100%;
    padding-left: 5px;
}

#tooltip .mod_form .mod_form_item.block {
    width: 100%;
}

.ct_aside1 {
    position: fixed;
    top: 50%;
    right: 0px !important;
    transform: translateY(-50%);
    z-index: 10;
    --wh: 44px;
    --fs: 20px;
}

.ct_aside1_list {
    margin-bottom: 15px;
    transition: all 0.36s;
}

.ct_aside1_item {
    margin-bottom: 2px;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
}

.ct_aside1_item:last-child {
    margin-bottom: 0;
}

.ct_aside1_link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.25);
    font-size: var(--fs);
    transition: all 0.36s;
}

.ct_aside1_link span {
    color: #fff;
}

.ct_aside1_item.active .ct_aside1_link {
    background-color: #174E9E;
}

.ct_aside1_item:hover .ct_aside1_link {
    background-color: #174E9E;
}

.ct_aside1_link,
.ct_aside1_switch {
    width: var(--wh);
    height: var(--wh);
    border-radius: 0;
}

.ct_aside1_switch {
    background-color: var(--main-color);
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
    display: none;
}

.ct_aside1_switch::after,
.ct_aside1_switch::before {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: all 0.36s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ct_aside1_switch::after {
    width: 2px;
    height: 15px;
}

.ct_aside1_switch::before {
    height: 2px;
    width: 15px;
}

.ct_aside1_switch.active {
    background-color: #031417;
    transform: rotate(-90deg);
}

.ct_aside1_cont {
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%) translateX(100px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
    transition: all 0.36s;
    opacity: 0;
    pointer-events: none;
}

.ct_aside1_item.active .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
}

.ct_aside1_cont::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 100%;
}

.ct_aside1_cont .qr {
    width: 100px;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

.ct_aside1_cont .qr img {
    width: 100%;
}

.ct_aside1_cont a {
    display: inline-block;
    padding: 17px 22px;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    white-space: nowrap;
}

/* type-animatelist */
.ct_aside1_list.animatelist {
    transform: translateX(100px);
}

.ct_aside1_list.active {
    transform: translateX(0px);
}

/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
    transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px);
}

/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
    transform: translateX(80px) rotate(360deg);
}

.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px) rotate(0deg);
}

.whatsapp {
    width: 44px;
    margin-bottom: 12px;
    display: block;
}

.whatsapp img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .ct_aside1_list {
        display: none;
    }

    .ct_aside1 {
        top: initial;
        right: 20px;
        bottom: 70px;
        transform: translateY(0);
    }

    .ct_aside1_switch {
        display: block;
    }
}

/* hover */
@media screen and (min-width: 1200px) {
    .ct_aside1_switch:hover {
        background-color: #031417;
    }

    .ct_aside1_item:hover .ct_aside1_cont {
        pointer-events: all;
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
    }
}

/* sitemap */
.sitemap_cont {
    padding: 8rem 0;
}

.sitemap_cont_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sitemap_cont_item {
    width: 16.666666%;
    padding: 0 10px;
}

.sitemap_cont_link {
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.sitemap_cont_link:hover {
    text-decoration: underline;
}

.sitemap_second_list {
    margin-top: 15px;
}

.sitemap_second_item {
    margin-bottom: 10px;
}

.sitemap_second_link {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    transition: all 0.36s;
    display: block;
    color: #222;
    padding: 4px 0;
}

.sitemap_second_link:hover {
    color: var(--main-color);
    text-decoration: underline;
}

@media screen and (max-width: 1680px) {
    .sitemap_cont_link {
        line-height: 45px;
    }

    .sitemap_second_item {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1440px) {
    .sitemap_cont_item {
        padding: 0 8px;
    }

    .sitemap_cont_list {
        margin: 0 -8px;
    }

    .sitemap_cont_link {
        line-height: 40px;
        font-size: 16px;
    }

    .sitemap_second_link {
        padding: 4px 0;
        line-height: 26px;
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .sitemap_cont_item {
        padding: 0 5px;
    }

    .sitemap_cont_list {
        margin: 0 -5px;
        flex-wrap: wrap;
    }

    .sitemap_cont_item {
        width: 33.333333%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .sitemap_cont {
        padding: 7rem 0;
    }

    .sitemap_cont_list {
        flex-direction: column;
    }

    .sitemap_cont_item {
        width: 100%;
        margin-bottom: 10px;
    }

    .sitemap_second_list {
        margin-top: 10px;
    }
}

/* sitemap-end */
.privacy_cont {
    padding: 7rem 0;
}

.privacy_cont .title {
    margin-bottom: 3rem;
    font-size: 32px;
    font-weight: bold;
}

.privacy_cont .edit p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.hd_second {
    display: none;
}

@media screen and (min-width: 1200px) {
    .hd_second {
        position: absolute;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        padding: 14px 14px;
        width: 160px;
        z-index: 2;
    }

    .hd_second_link p {
        display: inline-block;
        font-size: 15px;
        color: #666;
        line-height: 1.5;
        padding: 4px 0;
        transition: all 0.5s;
    }

    .hd_second_item.active .hd_second_link p {
        color: var(--main-color);
    }

    .hd_second_link:hover p {
        color: var(--main-color);
    }
}

.newsdeta .prodeta-inquiry {
    margin-top: 0;
}

.newsdeta {
    padding-bottom: 8rem;
}

/* 搜索页 */
.product_search {
    margin-bottom: 20px;
    padding-top: 30px;
}

.product_search_tit {
    font-family: Redbold;
    font-size: 22px;
    color: #14151a;
    margin-bottom: 15px;
}

.product_search_text {
    background-color: #f3f5f8;
    padding: 12px 20px;
    color: #999999;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1440px) {

    /* 搜索页 */
    .product_search_tit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product_search_text {
        padding: 10px 15px;
    }

    .product_search {
        margin-bottom: 15px;
    }

    /* 搜索页-end */
}

/* hover */


.hc_cont1600 {
    width: 82.5%;
    /* padding: 0 60px; */
}

.home-case .slick-track {
    margin-left: initial;
    margin-right: initial;
}

.home-product-list {
    flex-wrap: wrap;
    margin-bottom: -30px !important;
}

.home-product-item {
    margin-bottom: 30px;
}

.home-case-slickbox {
    position: relative;
}

.home-case-slick>.slick-list {
    overflow: initial !important;
}

.home-case {
    overflow: hidden
}

.carter_next span {
    transform: rotate(0deg);
}

.carter_prev span {
    transform: rotate(180deg);
}

.edit_active table {
    /* table-layout: fixed; */
    width: 100% !important;
}

.edit_active table td,
.edit_active table th {}

.other-links {
    display: inline-block;
    width: 22px;
    margin-left: 20px;
}







.mod_message {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 88;
}

.mod-message-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.mod-message-btn span {
    color: #fff;
    font-size: 22px;
}

.mod_message-absolute {
    position: absolute;
    right: 74px;
    bottom: 0;
    transition: all 0.5s;
    opacity: 0;
    transform: translateX(50%);
    pointer-events: none;
}

.mod_message-absolute.active {
    pointer-events: all;
    opacity: 1;
    transform: translateX(0%);
}

.mod_message-form {
    width: 420px;
    border-radius: 6px;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}

.mod_message-form .title {
    background-color: var(--main-color);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}

.mod_message-form .title .title-val {
    width: 160px;
    height: 44px;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004BB2;
    font-weight: 600;
    font-size: 16px;
}

.mod_message-form .title .iconfont {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    cursor: pointer;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .mod_message-form .title .iconfont:hover {
        background-color: #000;
        color: #fff;
        transform: rotate(180deg);
    }
}

.mod_message-content {
    background-color: #fff;
    padding: 20px 25px 30px;
}

.mod_message-content .items {
    margin-bottom: 14px;
    display: flex;
}

.mod_message-content .items .key {
    width: 92px;
    flex-shrink: 0;
    font-size: 15px;
    color: #222;
    padding-top: 14px;
}

.mod_message-content .items .val {
    width: calc(100% - 92px);
    padding-left: 10px;
}

.mod_message-content .items .val input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 15px;
    height: 40px;
    font-size: 15px;
}

.mod_message-content .items .val textarea {
    width: 100%;
    height: 110px;
    padding: 14px 10px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.mod_message-content .items button {
    width: 70%;
    height: 40px;
    border-radius: 4px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto 0;
    color: #fff;
    font-size: 16px;
}

.mod_message-content .items:last-child {
    margin-bottom: 0;
}

.footer-top .left {
    width: 35%;
}


.home-product-btn {
    width: 160px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
    margin: 40px auto 0;
}

.home-product-nav .home-pnav-conts {
    cursor: pointer;
    transition: all 0.5s;
}

.form-page {
    padding: 70px 0;
}

@media screen and (max-width: 1680px) {
    .form-page {
        padding: 65px 0;
    }
}

@media screen and (max-width: 1440px) {
    .form-page {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1200px) {
    .form-page {
        padding: 50px 0 60px;
    }
}

@media screen and (max-width: 768px) {
    .form-page {
        padding: 45px 0 40px;
    }
}

.form-page .title {
    font-size: 30px;
    line-height: 1.5;
    color: #333;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .form-page .title {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    .form-page .title {
        font-size: 26px;
    }
}

.form-page .text {
    margin-top: 10px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.form-page .text p {
    font-size: 16px;
    line-height: 1.75;
    color: #555;
    text-align: center;
}

.form-page .link-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

@media screen and (max-width: 1200px) {
    .form-page .link-group {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .form-page .link-group {
        flex-wrap: wrap;
    }
}

.form-page .link-group a {
    margin: 0 20px;
    width: 385px;
    height: 40px;
    background-color: var(--main-color);
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    .form-page .link-group a {
        width: 300px;
        margin: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .form-page .link-group a {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .form-page .link-group a:hover {
        background-color: var(--main-color2);
    }
}

/* hover */

.mod_message {
    position: fixed;
    right: 23px;
    bottom: 139px;
    z-index: 88;
}

@media screen and (max-width: 768px) {
    .mod-message-btn {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .mod_message {
        right: 2px !important;
        bottom: 140px !important;
    }

    .ct_aside1 {
        bottom: 207px !important;
    }
}