@charset "utf-8";

body {
    /* 填写默认字体 */
    font-family: "Montserrat", "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: 'Montserrat';
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'), url('../fonts/montserrat/Montserrat-Regular.woff') format('woff'), url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

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

@font-face {
    font-family: 'Syne';
    src: url('../fonts/syne/Syne-Bold.eot');
    src: local('Syne Bold'), local('Syne-Bold'), url('../fonts/syne/Syne-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/syne/Syne-Bold.woff2') format('woff2'), url('../fonts/syne/Syne-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.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 {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -100;
}

/* 去除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;
    }
}

ul {
    padding: 0;
}

:root {
    font-size: 16px;
    --main-color: #0057A3;
    --flex-margin: -15px;
    --flex-padding: 15px;
    scroll-behavior: initial;
}

/* 翻译插件展位 */
.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: 250px;
    display: block;
    line-height: var(--height);
}

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

@media screen and (min-width: 1200px) {
    .hd_list {
        display: flex;
    }

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

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

    .hd_link {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        height: var(--height);
        display: flex;
        align-items: center;
    }

    .hd_item.active .hd_link,
    .hd_item:hover .hd_link {
        color: var(--main-color, #0057A3);
    }

    .hd_second {
        position: absolute;
        padding: 14px 20px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
    }

    .hd_second_link {
        white-space: nowrap;
        font-size: 16px;
        line-height: 1.65;
        padding: 5px 0;
        display: inline-block;
        color: #444;
        text-transform: capitalize;
    }

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

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

.hd_second {
    display: none;
}

.hd_three {
    display: none;
}

.header-top {
    background-color: var(--main-color);
    padding: 12px 0;
}

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

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

.header-top .left .iconfont {
    font-size: 18px;
    color: #93BBDE;
    margin-right: 14px;
}

.header-top .left p {
    color: #93BBDE;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-product {
    display: flex;
}

.header-product li {
    margin-right: 40px;
}

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

.header-product a {
    color: #93BBDE;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .header-product a:hover {
        color: #fff;
    }
}

.hc_cont1770 {
    width: calc(100% - 150px);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

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

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

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

.header-search {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header-search span {
    font-size: 26px;
    color: #000000;
}

.header-search::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #D9D9D9;
    margin: 0 26px;
}

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

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

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

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

.header-cart .iconfont {
    font-size: 22px;
    color: #000000;
    margin-right: 6px;
}

.header-cart p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s;
}

.header-cart::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #D9D9D9;
    margin: 0 26px;
}

.header-language {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.header-language>.iconfont {
    font-size: 22px;
    color: #000000;
    margin-right: 6px;
}

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

.header-language .text p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 4px;
}

.header-language .text .iconfont {
    font-size: 10px;
    color: #000;
}

.header-language .header-language-list {
    position: absolute;
    padding: 15px 14px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(30px);
    display: flex;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
}

.header-language .header-language-list li:not(:last-child) {
    margin-bottom: 10px;
}

.header-language .header-language-list a {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.header-language .header-language-list a img {
    width: 26px;
    margin-right: 5px;
}

.header-language .header-language-list a p {
    color: #666;
    font-size: 16px;
    white-space: nowrap;
    transition: all 0.5s;
}

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

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

/* 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 */
/* banner_slick */
.banner_dots_box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
    z-index: 10;
}

.banner_dots {
    display: flex;
    justify-content: center;
}

.banner_dots_item {
    width: 40px;
    position: relative;
    margin: 0 15px;
    cursor: pointer;
    font-size: 0;
}

.banner_dots_item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.36s;
    opacity: 0;
}

.banner_dots_item.active::before {
    opacity: 1;
}

.banner_dots_item:hover::before {
    opacity: 1;
}

.banner_dots_item svg {
    width: 100%;
}

.banner_dots_item::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home_banner {
    position: relative;
    z-index: 2;
}

.home_banner .banner_img img {
    width: 100%;
}

.home_banner .banner_dots_item svg {
    opacity: 0;
    transition: all 0.5s;
}

.home_banner .banner_dots_item.active svg {
    opacity: 1;
}

.banner_video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner_video .ph_videobtn {
    display: none;
}

.banner_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_cont {
    position: relative;
}

/* banner_slick-end */
.home-number .list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
    padding: 30px 0;
}

.home-number .mask {
    width: 1px;
    height: 70px;
    background: linear-gradient(to bottom, #CFCFCF 0%, #CFCFCF 50%, #fff 50%, #fff 100%);
    background-size: 100% 6px;
    align-self: center;
}

.home-number .mask:last-child {
    display: none;
}

.mod-number {
    max-width: 280px;
}

.mod-number .mod-number-val {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.mod-number .mod-number-val .data {
    color: #000;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 4px;
}

.mod-number .mod-number-val .unit {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.mod-number .text p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
}

.mod-tit54,
.mod-tit54 p {
    font-size: 54px;
    color: #000;
    line-height: 122.222%;
    font-weight: 600;
    text-transform: capitalize;
}

.mod-prev,
.mod-next {
    border-radius: 8px;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    cursor: pointer;
    pointer-events: all;
}

.mod-prev span,
.mod-next span {
    font-size: 12px;
    color: #000;
}

.mod-prev {
    transform: rotate(180deg);
}

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

    .mod-prev:hover,
    .mod-next:hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
    }

    .mod-prev:hover span,
    .mod-next:hover span {
        color: #fff;
    }
}

.home-product {
    padding-top: 110px;
    padding-bottom: 110px;
}

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

.home-product .title {
    width: 51.41242937%;
    max-width: 910px;
}

.home-product .controls {
    display: flex;
    padding-bottom: 15px;
}

.home-product .controls .mod-prev,
.home-product .controls .mod-next {
    margin-right: 10px;
}

.home-product .controls .more {
    width: 190px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #000;
}

.home-product .controls .more span {
    font-size: 16px;
    color: #000000;
    margin-right: 10px;
}

.home-product .controls .more p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .home-product .controls .more:hover {
        border-color: var(--main-color);
        background-color: var(--main-color);
    }

    .home-product .controls .more:hover span {
        color: #fff;
    }

    .home-product .controls .more:hover p {
        color: #fff;
    }
}

.img_box {
    display: block;
}

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

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

.mod-product .mod-product-img {
    border-radius: 15px;
    overflow: hidden;
    background-color: #F5F5F5;
    margin-bottom: 20px;
}

.mod-product .mod-product-img .img_box {
    padding-top: 95.2380952%;
}

.mod-product .mod-product-select {
    display: flex;
    margin-bottom: 18px;
}

.mod-product .mod-product-select span.white::after {
    background: rgba(197, 197, 197);
}

.mod-product .mod-product-select span.white.active::before {
    border-color: #ccc;
}

.mod-product .mod-product-select span {
    width: 18px;
    height: 18px;
    position: relative;
    border-radius: 50%;
    padding: 4px;
    background-clip: content-box;
    background-color: var(--colors);
    cursor: pointer;
    transition: all 0.5s;
    margin-right: 8px;
}

.mod-product .mod-product-select span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid var(--colors);
    transition: all 0.5s;
    border-radius: 50%;
    opacity: 0;
}

.mod-product .mod-product-select span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: var(--colors);
    opacity: 0.2;
    z-index: -1;
}

@media screen and (min-width: 1200px) {
    .mod-product .mod-product-select span:hover::before {
        opacity: 1;
    }
}

.mod-product .mod-product-select span.active::before {
    opacity: 1;
}

.mod-product .tits {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize;
}

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

    .mod-product:hover .tits {
        color: var(--main-color);
        text-decoration: underline;
    }
}

.home-logo {
    padding-top: 26px;
}

.home-logo .list {
    margin: 0 -30px;
}

.home-logo .item {
    padding: 14px 30px;
    max-width: 210px;
    display: inline-block;
}

.home-logo .item .img_box {
    padding-top: 60%;
    border-radius: 10px;
    transition: all 0.5s;
}

.home-logo .slick-slide>div {
    text-align: center;
}

@media screen and (max-width:1440px) {
    .home-logo .list {
        margin: 0 -20px;
    }

    .home-logo .item {
        padding: 14px 20px;
    }
}

@media screen and (max-width:991px) {
    .home-logo .list {
        margin: 0 -15px;
    }

    .home-logo .item {
        padding: 14px 15px;
    }
}

@media screen and (min-width: 1200px) {
    .home-logo .item:hover .img_box {
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
    }
}

.home-about {
    padding-top: 8.33333333vw;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.home-about .mack-text {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: right;
    top: 0;
    transform: translateX(20px);
    color: #F5F5F5;
    font-family: Syne;
    font-size: 12.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: -1;
}

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

.home-about .flex .left {
    width: 50%;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.home-about .flex .left .img_box {
    padding-top: 81.4583333%;
    border-radius: 0 30px 0 0;
}

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

.home-about .flex .right {
    width: 50%;
    padding-left: 3.90625%;
    padding-right: 6.25%;
}

.home-about .flex .right .subtit {
    color: var(--main-color, #0057A3);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-about .flex .right .title {
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.home-about .flex .right .text1 {
    margin-bottom: 16px;
}

.home-about .flex .right .text1 p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.home-about .flex .right .text2 {
    margin-bottom: 90px;
}

.home-about .flex .right .text2 p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 187.5%;
}

.home-about .flex .right .more {
    display: inline-flex;
    min-width: 200px;
    padding: 0 18px;
    height: 52px;
    border-radius: 8px;
    background-color: var(--main-color);
    align-items: center;
    justify-content: center;
}

.home-about .flex .right .more span {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

@media screen and (max-width:1440px) {
    .home-about .flex .right .more {
        height: 52px;
    }
}

@media screen and (max-width:768px) {
    .home-about .flex .right .more {
        min-width: 180px;
        height: 48px;
    }
}

.home-about .flex .right .more p {
    color: #fff;
    font-size: 16px;
    line-height: 1.65;
}

@media screen and (min-width: 1200px) {
    .home-about .flex .right .more:hover {
        transform: translateY(4px);
    }
}

.mod-play {
    width: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-play img {
    width: 100%;
    animation: zhuan 8s linear infinite;
}

.mod-play span {
    color: var(--main-color);
    font-size: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes zhuan {
    to {
        transform: rotate(360deg);
    }
}

.home-about-list {
    display: flex;
    background-color: #F0F0F0;
}

.home-about-item {
    width: 25%;
}

.home-about-link {
    display: flex;
    padding-left: 75px;
    padding-right: 52px;
    padding-top: 42px;
    padding-bottom: 42px;
    border-radius: 15px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    height: 100%;
}

.home-about-link .icons {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
    border: 1px solid #000;
    margin-top: 4px;
    transition: all 0.5s;
}

.home-about-link .icons span {
    font-size: 24px;
    color: #000;
}

.home-about-link .content .tit {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 12px;
    transition: all 0.5s;
}

.home-about-link .content .texts p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    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-about-link:hover {
        border: 1px solid var(--main-color);
        background-color: var(--main-color);
    }

    .home-about-link:hover .icons {
        border: 1px solid #fff;
        background-color: #fff;
    }

    .home-about-link:hover .icons span {
        color: var(--main-color);
        animation: carter_swing2 1s;
    }

    .home-about-link:hover .content .tit {
        color: #fff;
        text-decoration: underline;
    }

    .home-about-link:hover .content .texts p {
        color: #fff;
    }
}

.home-about-item:nth-child(1)~.home-about-item .home-about-link {
    margin-left: -1px;
}

.footer {
    background-color: #333333;
    position: relative;
    z-index: 2;
}

.footer-tit {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.footer-top {
    padding-top: 120px;
    padding-bottom: 90px;
}

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

.footer-contact {
    width: 380px;
}

.footer-contact .footer-tit {
    margin-bottom: 49px;
}

.footer-contact .content {
    margin-bottom: 37px;
}

.footer-contact .content .item:not(:last-child) {
    margin-bottom: 18px;
}

.footer-contact .content .item .key {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    margin-bottom: 6px;
    transition: all 0.5s;
}

.footer-contact .content .item .val a,
.footer-contact .content .item .val p {
    color: #F5F5F5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (min-width: 1200px) {
    .footer-contact .content .item .val a:hover {
        text-decoration: underline;
    }
}

@media screen and (min-width: 1200px) {
    .footer-contact .content .item:hover .key {
        color: var(--main-color);
    }
}

.footer-product .footer-tit {
    margin-bottom: 40px;
}

.footer-product li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-product a {
    color: #F5F5F5;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .footer-product a:hover {
        text-decoration: underline;
    }
}

.footer-follow .footer-tit {
    margin-bottom: 50px;
}

.footer-follow li:not(:last-child) {
    margin-bottom: 12px;
}

.footer-follow a {
    display: flex;
    align-items: center;
    color: #F5F5F5;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    text-transform: capitalize;
}

.footer-follow a img {
    width: 20px;
    margin-right: 8px;
}

.footer-follow a i {
    font-size: 20px;
    color: #fff;
    margin-right: 8px;
}

.footer-follow .wechat {
    position: relative;
}

.footer-follow .wechat .code_img {
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
}

.footer-follow .wechat:hover .code_img {
    opacity: 1;
}

.footer-follow .wechat .code_img img {
    width: 100px;
}

.footer-follow a span {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #414141;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
    color: #fff;
    font-size: 18px;
}

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

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

.footer-message {
    width: 510px;
}

.footer-message .footer-tit {
    margin-bottom: 50px;
}

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

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

.footer-message .footer-form .item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.footer-message .footer-form .item input {
    width: 100%;
    height: 44px;
    border-radius: 3px;
    background: #414141;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-message .footer-form .item textarea {
    width: 100%;
    border-radius: 3px;
    background: #414141;
    padding: 14px 20px;
    height: 158px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

.footer-message .footer-form .item button {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.footer-message .footer-form .item button p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 8px;
}

.footer-message .footer-form .item button span {
    font-size: 16px;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .footer-message .footer-form .item button:hover span {
        transform: translateX(4px);
    }
}

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

.google-translate a {
    pointer-events: none;
}

.footer-bottom .flex {
    padding: 32px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
    border-top: 1px solid #3A3A3A;
}

.footer-bottom .flex .left {
    display: flex;
    align-items: center;
}

.footer-bottom .flex .left p,
.footer-bottom .flex .left a {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 20px;
}

@media screen and (min-width: 1200px) {
    .footer-bottom .flex .left a:hover {
        color: #fff;
    }
}

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

.footer-bottom .flex .right a {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.footer-bottom .flex .right a::after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.08);
    margin: 0 19px;
}

@media screen and (min-width: 1200px) {
    .footer-bottom .flex .right a:hover {
        color: #fff;
    }
}

.footer-bottom .flex .right a:last-child::after {
    display: none;
}

.about-info {
    padding: 9.7916666vw 0 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-info .about-info-text {
    position: absolute;
    width: 100%;
    text-align: right;
    top: 0;
    left: 0;
    color: #F5F5F5;
    font-family: Syne;
    font-size: 12.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: -1;
}

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

.about-info .left {
    width: 340px;
}

.about-info .left .title {
    margin-bottom: 30px;
    color: var(--main-color, #0057A3);
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.about-info .left .text p {
    color: var(--black, #000);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.about-info .right {
    width: 65.9574468%;
}

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

.about-number {
    background-color: var(--main-color);
    padding: 23px 0;
}

.about-number-list {
    display: flex;
    justify-content: space-between;
}

.about-number-list .mod-number .mod-number-val .data,
.about-number-list .mod-number .mod-number-val .unit {
    color: #fff;
}

.about-number-list .mod-number .text p {
    color: #fff;
}

.about-video {
    position: relative;
}

.about-video .img_box {
    padding-top: 30.2083333%;
}

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

.about-choose {
    padding: 120px 0 100px;
}

.about-choose-list {
    background-color: #F0F0F0;
    margin: 0;
    margin-top: 60px;
}

.about-choose-content {
    border-radius: 15px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    padding: 44px 44px 60px;
    height: 100%;
    transition: all 0.5s;
}

.about-choose-content .iconfont {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #040000;
    border-radius: 10px;
    border: 1px solid var(--black, #000);
    background: #FFF;
    margin-bottom: 3.6458333vw;
}

.about-choose-content .tits {
    color: var(--black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 18px;
    transition: all 0.5s;
}

.about-choose-content .texts p {
    color: #444;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 173.333%;
    transition: all 0.5s;
}

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

    .about-choose-content:hover .iconfont {
        background-color: #fff;
        border-color: #fff;
        color: var(--main-color);
        animation: carter_swing2 1s;
    }

    .about-choose-content:hover .tits {
        color: #fff;
    }

    .about-choose-content:hover .texts p {
        color: #fff;
    }
}

.about-choose-item {
    padding: 0;
}

.about-choose-item:nth-child(1)~.about-choose-item .about-choose-content {
    margin-left: -1px;
}

.about-choose-logo {
    margin: 120px -20px 0;
}

.about-choose-logo .item {
    padding: 14px 20px;
}

.about-choose-logo .img_box {
    padding-top: 60%;
    border-radius: 10px;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .about-choose-logo .img_box:hover {
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
    }
}

.about-certificate {
    background-color: #F5F5F5;
    padding: 75px 0;
}

.about-certificate .hds {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.about-certificate .hds .arrow {
    display: flex;
    align-items: center;
}

.about-certificate .hds .arrow .mod-prev {
    margin-right: 10px;
}

.about-certificate-list {
    margin: 0 var(--flex-margin);
}

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

.about-certificate-list .content {
    cursor: pointer;
}

.about-certificate-list .imgs-box {
    padding: 20px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
    margin-bottom: 15px;
}

.about-certificate-list .imgs-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 15px;
    border: 1px solid rgba(0, 87, 163, 0.2);
    background: linear-gradient(180deg, rgba(0, 87, 163, 0.06) 0%, rgba(0, 87, 163, 0.5) 50%, rgba(0, 87, 163, 0.06) 100%);
    transition: all 0.5s;
    opacity: 0;
}

.about-certificate-list .tits {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s;
}

.about-certificate-list .img_box {
    border-radius: 15px;
    padding-top: 140.90909%;
}

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

    .about-certificate-list .content:hover .imgs-box::after {
        opacity: 1;
    }

    .about-certificate-list .content:hover .tits {
        color: var(--main-color);
    }
}

.about-factory {
    padding: 120px 0;
}

.about-factory .text {
    margin-top: 16px;
}

.about-factory .text p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 187.5%;
}

.about-factory .about-factory-content {
    cursor: pointer;
}

.about-factory .about-factory-content .img_box {
    padding-top: 66.666666%;
    border-radius: 15px;
}

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

.about-factory .arrow {
    margin-top: 10px;
    display: flex;
}

.about-factory .arrow .mod-prev {
    margin-right: 10px;
}

.about-factory-list {
    margin: 60px var(--flex-margin) 0;
}

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

.mod-friend {
    overflow: hidden;
    padding: 10px 0;
}

.mod-friend-list {
    margin: 0 -13px;
}

.mod-friend-item {
    padding: 12px 13px;
}

.mod-friend-content .img_box {
    padding-top: 52.38095238%;
    border-radius: 10px;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .mod-friend-content:hover .img_box {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    }
}

.product-nav {
    padding-top: 100px;
    padding-bottom: 54px;
}

.product-nav .text {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    max-width: 100%;
    margin-top: 54px;
}

.product-nav .text p {
    color: var(--4, #444);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
}

.product-nav-list {
    display: flex;
    margin-bottom: 6px;
}

.product-nav-list .item {
    width: 33.33333%;
}

.product-nav-list .item a {
    border: 1px solid #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-left: -1px;
    position: relative;
    z-index: 2;
}

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

.product-nav-list .item.active a {
    color: #fff;
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.product-nav-list .item:nth-child(1) a {
    border-radius: 8px 0 0 8px;
}

.product-nav-list .item:last-child a {
    border-radius: 0 8px 8px 0;
}

.product-nav-second {
    border-radius: 8px;
    background: var(--f5, #F5F5F5);
    padding: 50px 20px;
}

.product-nav-second-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.product-nav-second-list li {
    margin: 0 50px;
}

.product-nav-second-list a {
    color: var(--black, #000);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .product-nav-second-list a:hover {
        text-decoration: underline;
    }
}

.product-nav-second-list li.active a {
    text-decoration: underline;
}

.product-content {
    padding-bottom: 100px;
}

.product-list {
    margin: 0 var(--flex-margin) -50px;
}

.product-item {
    padding: 0 var(--flex-padding);
    margin-bottom: 50px;
}

.news-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-link .imgs {
    width: 450px;
}

.news-link .imgs .img_box {
    padding-top: 71.111111%;
    border-radius: 30px;
}

.news-link .content {
    width: 60.992907%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-link .left {
    width: 77.906976%;
}

.news-link .left .tops {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}

.news-link .left .tops .time {
    color: var(--black, #000);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.96px;
    text-transform: capitalize;
    margin-right: 30px;
    transition: all 0.5s;
}

.news-link .left .tops .type {
    padding: 6px 21px;
    border-radius: 40px;
    background-color: #F5F5F5;
    color: #999;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s;
}

.news-link .left .tit {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 145.455%;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

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

.news-link .more {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFEFEF;
    transition: all 0.5s;
}

.news-link .more span {
    color: #000;
    font-size: 16px;
}

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

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

    .news-link:hover .left .tops .type {
        color: var(--main-color);
    }

    .news-link:hover .left .tit {
        color: var(--main-color);
        text-decoration: underline;
    }

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

    .news-link:hover .more span {
        color: #fff;
    }
}

.news-item:not(:last-child) {
    margin-bottom: 30px;
}

.news-content {
    padding: 100px 0;
}

/* 分页 */
.mod_page {
    display: flex;
    align-items: center;
    justify-content: center;
    --margin-x: 13px;
    --fs: 18px;
    --iconfs: 17px;
    --wh: 40px;
    --bg: #e6e6e6;
    --page-color: #000000;
    margin-top: 80px;
}

.mod_page_item .omit {
    pointer-events: none;
}

.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;
    border-radius: 50%;
    width: initial;
    line-height: var(--wh);
    font-size: var(--fs);
    padding: 0 var(--margin-x);
}

.mod_page .prev a,
.mod_page .next a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--wh);
    width: 40px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #000;
}

.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 {
    color: var(--main-color);
}

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

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

    .mod_page .prev:hover a,
    .mod_page .next:hover a {
        border: 1px solid var(--main-color);
        background-color: var(--main-color);
    }

    .mod_page_item:not(.prev):hover a,
    .mod_page_item:not(.next):hover a {
        color: var(--main-color);
    }
}

/* 分页-end */
.contact {
    padding: 100px 0 128px;
    overflow: hidden;
}

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

.contact .flex .left {
    width: 528px;
}

.contact .flex .left .title {
    color: var(--black, #000);
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact .flex .left .text {
    margin-bottom: 80px;
}

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

.contact .flex .left .list .item:last-child {
    margin-bottom: 0;
}

.contact .flex .left .list .item {
    margin-bottom: 34px;
    display: flex;
}

.contact .flex .left .list .item .icon {
    width: 64px;
    height: 64px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 25px;
}

.contact .flex .left .list .item .icon span {
    font-size: 24px;
    color: #000;
}

.contact .flex .left .list .item .icon>img:nth-child(1),
.contact .flex .left .list .item .icon>img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    top: 0;
    bottom: 0;
}

.contact .flex .left .list .item .icon>img:nth-child(1) {
    z-index: -2;
}

.contact .flex .left .list .item .icon>img:nth-child(2) {
    z-index: -1;
    animation: zhuan 20s linear infinite;
    opacity: 0;
}

.contact .flex .left .list .item .content {
    padding-top: 4px;
}

.contact .flex .left .list .item .content .key {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact .flex .left .list .item .content .value a,
.contact .flex .left .list .item .content .value p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

@media screen and (min-width: 1200px) {
    .contact .flex .left .list .item .content .value a:hover {
        color: var(--main-color);
        text-decoration: underline;
    }
}

@media screen and (min-width: 1200px) {
    .contact .flex .left .list .item:hover .icon>img:nth-child(2) {
        opacity: 1;
    }

    .contact .flex .left .list .item:hover .icon span {
        animation: carter_swing2 1s;
    }
}

.contact .flex .left .media {
    display: flex;
    margin-top: 70px;
}

.contact .flex .left .media li {
    margin-right: 18px;
    position: relative;
}

.contact .flex .left .media .code_img {
    position: absolute;
    width: 100px;
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.contact .flex .left .media .wechat:hover .code_img {
    opacity: 1;
}

.contact .flex .left .media a {
    width: 48px;
    height: 48px;
    border-radius: 3px;
    border: 1px solid rgba(0, 87, 163, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0%;
    color: #000;
    font-size: 22px;
}

.contact .flex .left .media a img {
    width: 22px;
}

.contact .flex .left .media a span {
    font-size: 18px;
    color: #000;
}

@media screen and (min-width: 1200px) {
    .contact .flex .left .media li:hover a {
        border-radius: 50%;
        border-color: var(--main-color);
        background-color: var(--main-color);
    }

    .contact .flex .left .media li:hover a span {
        color: #fff;
    }
}

.contact .flex .right {
    width: 585px;
}

.contact .flex .right .mod_form {
    --form-margin: -9px;
    --form-padding: 9px;
    --form-item-botton: 18px;
    --form-item-br: 8px;
    --form-item-width: 100%;
    --form-item-bg: #F0F0F0;
    --form-item-height: 50px;
    --form-item-padding: 23px;
    --form-label-size: 15px;
    --form-color: #444;
    --form-textarea-height: 260px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--form-margin);
}

.contact .flex .right .mod_form .mod_form_item {
    width: var(--form-item-width);
    padding: 0 var(--form-padding);
    margin-bottom: var(--form-item-botton);
}

.contact .flex .right .mod_form .mod_form_item .conts {
    position: relative;
    background-color: var(--form-item-bg);
    border-radius: var(--form-item-br);
}

.contact .flex .right .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);
    line-height: 1.2;
    color: var(--form-color);
}

.contact .flex .right .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);
}

.contact .flex .right .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);
}

.contact .flex .right .mod_form .mod_form_item .conts button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 50px;
    padding: 0 24px;
    color: #fff;
    background-color: #000;
    border-radius: 8px;
    transition: all 0.5s;
    margin-top: 6px;
}

.contact .flex .right .mod_form .mod_form_item .conts button span {
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
}

.contact .flex .right .mod_form .mod_form_item .conts button p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media screen and (min-width: 1200px) {
    .contact .flex .right .mod_form .mod_form_item .conts button:hover {
        background: var(--main-color);
    }
}

.contact .flex .right .mod_form .mod_form_item .conts.active label {
    top: 0 !important;
}

.contact .flex .right .mod_form .mod_form_item.selects.open .conts .selects-icon {
    transform: translateY(-50%) rotate(180deg);
}

.contact .flex .right .mod_form .mod_form_item.selects .conts {
    cursor: pointer;
}

.contact .flex .right .mod_form .mod_form_item.selects .conts input {
    pointer-events: none;
}

.contact .flex .right .mod_form .mod_form_item.selects .conts .select-list {
    position: absolute;
    width: 100%;
    padding: 15px var(--form-item-padding);
    background-color: #e6e6e6;
    left: 0;
    top: calc(100% + 5px);
    z-index: 2;
    border-radius: var(---form-item-br);
    display: none;
}

.contact .flex .right .mod_form .mod_form_item.selects .conts .select-list li {
    padding: 5px 0;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 15px;
    line-height: 1.75;
}

.contact .flex .right .mod_form .mod_form_item.selects .conts .select-list li.active {
    color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .contact .flex .right .mod_form .mod_form_item.selects .conts .select-list li:hover {
        color: var(--main-color);
    }
}

.contact .flex .right .mod_form .mod_form_item.selects .conts .selects-icon {
    position: absolute;
    width: 10px;
    right: var(--form-item-padding);
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    cursor: pointer;
}

.contact .flex .right .mod_form .mod_form_item.button .conts {
    background-color: transparent;
    text-align: left;
    border: none;
}

.contact .flex .right .mod_form .mod_form_item.button {
    margin-bottom: 0;
}

.contact .flex .right .mod_form .mod_form_item.textarea .conts label {
    top: 30px;
}

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

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

.contact .flex .right .mod_form .mod_form_item.proname .conts input {
    width: 100%;
    padding-left: 5px;
}

.contact .flex .right .mod_form .mod_form_item.block {
    width: 100%;
}

.page-banner {
    /* bread */
    /* bread-end */
}

.page-banner .bread {
    width: 100%;
    --text-color: #fff;
    --text-interval: 6px;
    --text-fontsize: 16px;
    --icon-fontsize: 20px;
    --hover-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    padding: 15px 0;
}

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

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

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

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

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

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

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

.page-banner .mod_bread_link:hover .text {
    text-decoration: underline;
}

.prodeta-info {
    padding: 100px 0 60px;
    overflow: hidden;
}

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

.prodeta-info .left {
    width: 49.64539007%;
}

.prodeta-info .right {
    width: 42.55319148%;
}

.prodeta-info .right .title {
    color: var(--main-color, #0057A3);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    text-transform: capitalize;
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 1px solid #EEE;
}

.prodeta-info .right .text {
    margin-bottom: 36px;
}

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

.prodeta-info .right .color {
    margin-bottom: 100px;
}

.prodeta-info .right .color .tits {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.prodeta-info .right .color .select-box {
    display: flex;
    align-items: center;
}

.prodeta-info .right .color .select-box .item.white::after {
    background: rgba(197, 197, 197);
}

.prodeta-info .right .color .select-box .item.white.active::before {
    border-color: #ccc;
}

.prodeta-info .right .color .select-box .item {
    margin-right: 16px;
    width: 34px;
    height: 34px;
    position: relative;
    border-radius: 50%;
    padding: 6px;
    background-clip: content-box;
    background-color: var(--color);
    cursor: pointer;
}

.prodeta-info .right .color .select-box .item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid var(--color);
    transition: all 0.5s;
    border-radius: 50%;
    opacity: 0;
}

.prodeta-info .right .color .select-box .item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: var(--color);
    opacity: 0.2;
    z-index: -1;
}

.prodeta-info .right .color .select-box .item.active::before {
    opacity: 1;
}

.prodeta-info .right .share {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.prodeta-info .right .share p {
    font-size: 16px;
    color: #222222;
    margin-right: 15px;
    flex-shrink: 0;
    font-weight: 500;
}

.prodeta-info .right .controls {
    display: flex;
    align-items: center;
}

.prodeta-info .right .controls .inquiry-btn {
    width: 310px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EA7C2E;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    margin-right: 40px;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .prodeta-info .right .controls .inquiry-btn:hover {
        background-color: var(--main-color);
    }
}

.prodeta-info .right .controls .cart-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.prodeta-info .right .controls .cart-btn .iconfont {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #EFEFEF;
    font-size: 20px;
    color: #000;
    margin-right: 16px;
}

.prodeta-info .right .controls .cart-btn p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .prodeta-info .right .controls .cart-btn:hover .iconfont {
        color: #fff;
        background-color: var(--main-color);
    }

    .prodeta-info .right .controls .cart-btn:hover p {
        color: var(--main-color);
    }
}

.prodeta-info-list {
    border-radius: 15px;
    overflow: hidden;
}

.prodeta-info-list .img_box {
    padding-top: 95.714285%;
}

.prodeta-nav-list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EFEFEF;
}

.prodeta-nav-item {
    padding: 20px 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
}

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

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

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

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

main {
    --padd80: 80px;
}

.prodeta-details {
    padding-top: 60px;
}

.prodeta-details,
.prodeta-parameter,
.prodeta-specificat,
.prodeta-features {
    padding-bottom: var(--padd80);
}

.prodeta-details .prodeta-tit,
.prodeta-parameter .prodeta-tit,
.prodeta-specificat .prodeta-tit,
.prodeta-features .prodeta-tit {
    margin-bottom: 30px;
}

.prodeta-details .edit p,
.prodeta-parameter .edit p,
.prodeta-specificat .edit p,
.prodeta-features .edit p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

.prodeta-details .edit ul,
.prodeta-parameter .edit ul,
.prodeta-specificat .edit ul,
.prodeta-features .edit ul,
.prodeta-details .edit ol,
.prodeta-parameter .edit ol,
.prodeta-specificat .edit ol,
.prodeta-features .edit ol {
    padding-left: 1em;
    margin-top: 0;
}

.prodeta-details .edit li,
.prodeta-parameter .edit li,
.prodeta-specificat .edit li,
.prodeta-features .edit li {
    color: var(--black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 222.222%;
}

.prodeta-tit {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.prodeta-features-video {
    cursor: pointer;
    position: relative;
    padding-top: 22px;
}

.prodeta-features-video .img_box {
    padding-top: 24.822695%;
}

.prodeta-features-video .img_box::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #000;
}

.prodeta-features-video .img_box img {
    object-fit: cover;
}

.prodeta-features-video .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--main-color);
    border-radius: 50%;
    z-index: 3;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.prodeta-features-video .play-icon span {
    color: #fff;
    font-size: 20px;
}

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

    .prodeta-features-video:hover .play-icon {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.prodeta-download {
    overflow: hidden;
}

.prodeta-download .prodeta-tit {
    margin-bottom: 30px;
}

.prodeta-download .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prodeta-download .flex .left {
    width: 37.5886524%;
}

.prodeta-download .flex .left .img_box {
    padding-top: 62.2641509%;
    border-radius: 15px;
}

.prodeta-download .flex .right {
    width: 56.02836879%;
}

.prodeta-download .flex .right .title {
    color: #010101;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.prodeta-download .flex .right .text {
    margin-bottom: 60px;
}

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

.prodeta-download .flex .right .parameter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.prodeta-download .flex .right .parameter p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 20px;
}

.prodeta-download .flex .right .btns {
    display: inline-flex;
    min-width: 210px;
    height: 40px;
    background-color: var(--main-color);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}

.prodeta-download .flex .right .btns p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 10px;
}

.prodeta-download .flex .right .btns span {
    font-size: 20px;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .prodeta-download .flex .right .btns:hover {
        transform: translateY(4px);
    }
}

.prodeta-download {
    padding-bottom: var(--padd80);
}

.prodeta-form {
    padding: var(--padd80) 0;
    background-color: #F5F5F5;
}

.prodeta-form .prodeta-tit {
    margin-bottom: 30px;
}

.prodeta-form .mod_form {
    --form-margin: -9px;
    --form-padding: 9px;
    --form-item-botton: 18px;
    --form-item-br: 8px;
    --form-item-width: 25%;
    --form-item-bg: #fff;
    --form-item-height: 50px;
    --form-item-padding: 23px;
    --form-label-size: 15px;
    --form-color: #444444;
    --form-textarea-height: 300px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--form-margin);
}

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

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

.prodeta-form .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);
    line-height: 1.2;
    color: var(--form-color);
}

.prodeta-form .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-form .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-form .mod_form .mod_form_item .conts button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 40px;
    padding: 0 18px;
    color: #fff;
    background-color: #000;
    border-radius: var(--form-item-br);
    transition: all 0.5s;
}

.prodeta-form .mod_form .mod_form_item .conts button span {
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
}

.prodeta-form .mod_form .mod_form_item .conts button p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media screen and (min-width: 1200px) {
    .prodeta-form .mod_form .mod_form_item .conts button:hover {
        background-color: var(--main-color);
    }
}

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

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

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

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

.prodeta-form .mod_form .mod_form_item.textarea p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 15px;
}

.prodeta-form .mod_form .mod_form_item.proname .conts {
    display: flex;
    align-items: center;
    background-color: var(--main-color);
}

.prodeta-form .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;
    font-weight: 500;
}

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

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

.prodeta-related {
    margin: var(--padd80) 0;
}

.prodeta-related .hds {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prodeta-related .hds .arrow {
    display: flex;
    align-items: center;
}

.prodeta-related .hds .arrow .mod-prev {
    margin-right: 10px;
}

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

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

.prodeta-reviews {
    padding-bottom: 100px;
}

.prodeta-reviews .hds {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prodeta-reviews .hds .open-btn {
    cursor: pointer;
    color: var(--main-color, #0057A3);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.prodeta-reviews .item:last-child {
    margin-bottom: 40px;
}

.prodeta-reviews .list {
    margin-top: 60px;
}

.prodeta-reviews .item {
    margin-bottom: 40px;
}

.prodeta-reviews .item .tits {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 11px;
}

.prodeta-reviews .item .score {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.prodeta-reviews .item .score p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 15px;
}

.prodeta-reviews .item .score .xing {
    display: flex;
}

.prodeta-reviews .item .score .xing img {
    width: 15px;
    margin-right: 5px;
}

.prodeta-reviews .item .texts p {
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
}

/* sitemap */
.sitemap_cont {
    padding: 100px 0;
}

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

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

.sitemap_cont_link {
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: var(--main-color);
    color: #fff !important;
    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;
}

.privacy_cont {
    padding: 100px 0;
}

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

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

@media screen and (max-width: 1680px) {
    .sitemap_cont {
        padding: 90px 0;
    }

    .sitemap_cont_link {
        line-height: 45px;
    }

    .sitemap_second_item {
        margin-bottom: 8px;
    }

    .privacy_cont {
        padding: 90px 0;
    }

    .privacy_cont .title {
        margin-bottom: 40px;
        font-size: 30px;
    }
}

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

    .sitemap_cont {
        padding: 80px 0;
    }

    .privacy_cont {
        padding: 80px 0;
    }

    .privacy_cont .title {
        margin-bottom: 35px;
        font-size: 28px;
    }

    .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: 1200px) {
    .sitemap_cont {
        padding: 70px 0;
    }

    .privacy_cont {
        padding: 70px 0;
    }

    .privacy_cont .title {
        margin-bottom: 30px;
        font-size: 26px;
    }
}

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

    .sitemap_cont {
        padding: 60px 0;
    }

    .privacy_cont {
        padding: 60px 0;
    }

    .privacy_cont .title {
        margin-bottom: 25px;
        font-size: 26px;
    }
}

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

    .sitemap_cont_list {
        flex-direction: column;
    }

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

    .sitemap_second_list {
        margin-top: 10px;
    }

    .privacy_cont {
        padding: 55px 0;
    }

    .privacy_cont .title {
        margin-bottom: 25px;
        font-size: 24px;
    }
}

/* sitemap-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 */
.home-news {
    padding: 130px 0 100px;
}

.home-news .title {
    width: 720px;
    max-width: 100%;
    margin-bottom: 70px;
}

.home-news .home-news-item.hds {
    padding-bottom: 26px;
    border-bottom: 1px solid #EEE;
}

.home-news .home-news-item.hds .tits,
.home-news .home-news-item.hds .tags,
.home-news .home-news-item.hds .date {
    color: var(--main-color, #0057A3);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

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

.home-news-item .tits {
    width: 545px;
    flex-shrink: 0;
}

.home-news-item .tags {
    width: 250px;
    flex-shrink: 0;
}

.home-news-item .date {
    width: 126px;
}

.home-news-item .imgs {
    width: 274px;
}

.home-news-item .mores {
    width: 46px;
}

.home-news-item.bds {
    padding: 36px 0;
    border-bottom: 1px solid #EEE;
    align-items: center;
}

.home-news-item.bds .tits {
    color: var(--black, #000);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 127.273%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.home-news-item.bds .tags p {
    display: inline-block;
    padding: 6px 21px;
    border-radius: 39px;
    background: #F0F0F0;
    color: var(--black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s;
}

.home-news-item.bds .date {
    color: var(--black, #000);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

.home-news-item.bds .imgs {
    position: relative;
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}

.home-news-item.bds .imgs .img_box {
    padding-top: 74.074074%;
    border-radius: 30px;
    background-color: #003D71;
    overflow: initial;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.home-news-item.bds .imgs .img_box img {
    border-radius: 30px;
    transform-origin: right top;
    transition: all 0.5s;
}

.home-news-item.bds .mores .icons {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFEFEF;
    transition: all 0.5s;
}

.home-news-item.bds .mores .icons span {
    font-size: 18px;
    color: #000000;
}

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

    .home-news-item.bds:hover .imgs {
        opacity: 1;
        pointer-events: all;
    }

    .home-news-item.bds:hover .imgs img {
        transform: rotate(-8.749deg);
    }

    .home-news-item.bds:hover .mores .icons {
        transform: rotate(-45deg);
        background-color: var(--main-color);
    }

    .home-news-item.bds:hover .mores .icons span {
        color: #fff;
    }
}

.ct_aside1 {
    position: fixed;
    top: 60%;
    right: 9px;
    transform: translateY(-50%);
    z-index: 10;
    --wh: 40px;
    --fs: 20px;
}

.ct_aside1_list {
    margin-bottom: 15px;
    transition: all 0.36s;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.1);
    padding: 8px;
    backdrop-filter: blur(7.5px);
}

.ct_aside1_item {
    margin-bottom: 10px;
    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: rgba(255, 255, 255, 0.15);
    font-size: var(--fs);
    color: #fff;
    transition: all 0.36s;
}

.ct_aside1_link span {
    color: #fff;
    font-size: var(--fs);
}

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

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

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

.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);
}

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

    .ct_aside1 {
        top: initial;
        right: 10px;
        bottom: 80px;
        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);
    }

    .ct_aside1_item:hover .ct_aside1_link {
        background-color: var(--main-color);
    }
}

.carter_swing2 {
    animation: carter_swing2 1s;
}

@keyframes carter_swing2 {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.prodeta-reviews .mod_form {
    --form-margin: 0px;
    --form-padding: 0px;
    --form-item-botton: 17px;
    --form-item-br: 0px;
    --form-item-width: 100%;
    --form-item-bg: #F0F0F0;
    --form-item-height: 50px;
    --form-item-padding: 23px;
    --form-label-size: 14px;
    --form-color: #444;
    --form-textarea-height: 170px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--form-margin) 0;
}

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

.prodeta-reviews .mod_form .mod_form_item .conts {
    position: relative;
    background-color: var(--form-item-bg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--form-item-padding);
    border-radius: 8px;
}

.prodeta-reviews .mod_form .mod_form_item .conts label {
    position: relative;
    font-size: var(--form-label-size);
    text-transform: capitalize;
    line-height: 1.2;
    color: var(--form-color);
    flex-shrink: 0;
    margin-right: 25px;
    margin-bottom: 0;
}

.prodeta-reviews .mod_form .mod_form_item .conts .inputs {
    position: relative;
    width: 100%;
}

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

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

.prodeta-reviews .mod_form .mod_form_item .conts button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 40px;
    border-radius: 34px;
    padding: 0 16px;
    color: #fff;
    background-color: #000;
    transition: all 0.5s;
    border-radius: 8px;
}

.prodeta-reviews .mod_form .mod_form_item .conts button p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.prodeta-reviews .mod_form .mod_form_item .conts button span {
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}

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

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

.prodeta-reviews .mod_form .mod_form_item.button .conts {
    background-color: transparent;
    text-align: left;
    padding-left: 0 !important;
}

.prodeta-reviews .mod_form .mod_form_item.button .conts button:hover {
    background-color: var(--main-color);
}

.prodeta-reviews .mod_form .mod_form_item.textarea {
    margin-bottom: 28px !important;
}

.prodeta-reviews .mod_form .mod_form_item.textarea .conts {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
}

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

.prodeta-reviews .mod_form .metal_mark {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.prodeta-reviews .mod_form .metal_mark .items {
    width: 14px;
    margin-right: 6px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.prodeta-reviews .mod_form .metal_mark .items img {
    width: 100%;
}

.prodeta-reviews .mod_form .metal_mark .items .hovers {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.36s;
}

.prodeta-reviews .mod_form .metal_mark .items.active .hovers {
    opacity: 1;
}

.prodeta-reviews .mod_form .metal_mark .items.act .hovers {
    opacity: 1;
}

.prodeta-reviews-formboc {
    padding-top: 30px;
    display: none;
}

/* shop */
.shop_cont {
    padding: 100px 0px;
}

@media screen and (max-width: 1680px) {
    .shop_cont {
        padding: 90px 0px;
    }
}

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

@media screen and (max-width: 1200px) {
    .shop_cont {
        padding: 70px 0px;
    }
}

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

@media screen and (max-width: 768px) {
    .shop_cont {
        padding: 55px 0px;
    }
}

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

.shop_cheack {
    display: flex;
    align-items: center;
    width: 120px;
    min-width: 70px;
    margin-right: 10px;
}

.shop_photo {
    width: 200px;
    flex-shrink: 0;
}

.shop_photo_img {
    padding-top: 91%;
    border: 1px solid #ecebeb;
    transition: all 0.36s;
    display: block;
    overflow: hidden;
}

.shop_photo_img img {
    transform: scale(0.9);
}

.shop_photo_img:hover img {
    transform: scale(1);
}

.shop_photo_img:hover {
    border: 1px solid var(--main-color);
}

.shop_name {
    width: 30%;
    min-width: 200px;
    padding-right: 20px;
    padding-left: 20px;
}

.shop_list .shop_text {
    transition: all 0.36s;
}

.shop_number {
    width: 180px;
    flex-shrink: 0;
}

.shop_number_text,
.shop_operation_text,
.shop_text,
.shop_photo_text,
.shop_cheack_text {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.shop_list .shop_number_text,
.shop_list .shop_operation_text,
.shop_list .shop_text,
.shop_list .shop_photo_text,
.shop_list .shop_cheack_text {
    color: #222;
}

.shop_operation {
    width: 140px;
    flex-shrink: 0;
}

.shop_header {
    padding: 20px 0;
    background-color: var(--main-color);
}

.shop_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.shop_cont input[type=checkbox] {
    -webkit-appearance: auto;
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-right: 10px;
}

.shop_item .shop_row {
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
}

.shop_operation_btn {
    cursor: pointer;
    padding: 15px;
    box-sizing: content-box;
    display: inline-block;
}

.shop_operation_btn span {
    font-size: 20px;
}

.shop_operation_btn:hover span {
    color: var(--main-color);
}

.shop_operation {
    text-align: center;
}

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

.shop_number_control>div {
    cursor: pointer;
    width: 34px;
    line-height: 32px;
    border: 1px solid #e6e6e6;
    flex-shrink: 0;
    text-align: center;
    font-size: 18px;
    transition: all 0.36s;
}

.shop_number_control>div:hover {
    color: #fff;
    background-color: var(--main-color);
}

.shop_number_control input {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 1680px) {
    .shop_cheack {
        width: 70px;
        min-width: 70px;
    }

    .shop_main {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1560px) {
    .shop_cheack {
        width: 50px;
        min-width: 50px;
    }

    .shop_number {
        width: 160px;
    }

    .shop_photo {
        width: 190px;
    }
}

@media screen and (max-width: 1440px) {
    .shop_cont input[type=checkbox] {
        width: 15px;
        height: 15px;
    }

    .shop_photo {
        width: 180px;
    }

    .shop_number_text,
    .shop_operation_text,
    .shop_text,
    .shop_photo_text,
    .shop_cheack_text {
        font-size: 15px;
    }

    .shop_number_control>div {
        width: 30px;
        line-height: 28px;
        font-size: 16px;
    }

    .shop_number_control input {
        width: 45px;
        font-size: 14px;
    }

    .shop_operation_btn {
        padding: 12px;
    }

    .shop_operation_btn span {
        font-size: 18px;
    }

    .shop_number {
        width: 125px;
    }

    .shop_header {
        padding: 15px 0;
    }

    .shop_main {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .shop_photo {
        width: 170px;
    }

    .shop_main {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .shop_photo {
        width: 150px;
    }

    .shop_operation {
        width: 120px;
    }
}

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

    .shop_header .shop_photo,
    .shop_header .shop_name,
    .shop_header .shop_number,
    .shop_header .shop_operation {
        display: none;
    }

    .shop_header {
        padding: 10px 0;
    }

    .shop_item .shop_row {
        padding: 16px 17px;
    }

    .shop_cont input[type=checkbox] {
        width: 14px;
        height: 14px;
    }

    .shop_row {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .shop_item .shop_row {
        padding-bottom: 60px !important;
        padding: 16px 15px;
    }

    .shop_item {
        margin-bottom: 10px;
    }

    .shop_row>div {
        width: 100%;
    }

    .shop_number_control {
        justify-content: center;
    }

    .shop_name {
        width: 100%;
        text-align: center;
        padding: 15px 0 12px;
    }

    .shop_item .shop_cheack input {
        position: absolute;
        left: 0;
        bottom: 5px;
        margin: 12px !important;
        box-sizing: content-box;
    }

    .shop_item .shop_operation_btn {
        position: absolute;
        right: 0;
        bottom: 5px;
    }

    .shop_main {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

/* shop */
.prodeta-nav {
    background-color: #fff;
    position: sticky;
    left: 0;
    top: 132px;
    z-index: 50;
}

@media screen and (max-width: 1680px) {
    .prodeta-nav {
        top: 122px;
    }
}

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

.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 */
}

.banner-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
    .banner-content {
        top: 45%;
    }
}

@media screen and (max-width: 768px) {
    .banner-content {
        position: relative;
        transform: none;
        top: 0;
        padding: 50px 0 85px;
        z-index: 5;
    }
}

.banner-content .subtit {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    opacity: 0;
}

@media screen and (max-width: 1680px) {
    .banner-content .subtit {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1440px) {
    .banner-content .subtit {
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-content .subtit {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content .subtit {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.banner-content .title {
    color: #fff;
    font-weight: bold;
    font-size: 5.2vw;
    line-height: 100%;
    margin-bottom: 80px;
    display: block;
    opacity: 0;
}

@media screen and (max-width: 1680px) {
    .banner-content .title {
        margin-bottom: 60px;
        line-height: 110%;
    }
}

@media screen and (max-width: 1440px) {
    .banner-content .title {
        font-size: 5vw;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .banner-content .title {
        font-size: 4.5vw;
    }
}

@media screen and (max-width: 991px) {
    .banner-content .title {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .banner-content .title {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

.banner-content .btns {
    min-width: 200px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border-radius: 6px;
    border: 1px solid #fff;
    padding: 0 20px;
    opacity: 0;
}

@media screen and (max-width: 1680px) {
    .banner-content .btns {
        height: 50px;
    }
}

@media screen and (max-width: 1440px) {
    .banner-content .btns {
        height: 48px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content .btns {
        height: 46px;
    }
}

.banner-content .btns span {
    color: #fff;
    font-size: 18px;
}

.banner-content .btns p {
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    margin-left: 12px;
}

@media screen and (max-width: 768px) {
    .banner-content .btns {
        height: 44px;
    }

    .banner-content .btns span {
        font-size: 16px;
    }

    .banner-content .btns p {
        font-size: 15px;
    }
}

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

@media screen and (max-width: 768px) {
    .banner_cont {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .banner_cont img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.banner_item {
    position: relative;
}

@keyframes topsbanner {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.slick-current .banner-content .subtit {
    animation: topsbanner 0.6s 1.4s both;
}

.slick-current .banner-content .btns {
    animation: topsbanner 0.6s 1.8s both;
}

.slick-current .banner-content .title {
    animation: topsbanner 0.6s 1.6s both;
}

.banner_img {
    position: relative;
    height: 100%;
}

.banner_img::after {
    content: "";
    position: absolute;
    width: 38.3%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 119, 168, 0.66);
    display: block;
    clip-path: polygon(0 0, 60.2% 0, 100% 100%, 0% 100%);
    opacity: 0;
}

@media screen and (max-width:768px) {
    .banner_img::after {
        width: 55%;
        clip-path: polygon(0 0, 60.2% 0, 100% 100%, 0% 100%);
    }
}

.banner-content {
    z-index: 3;
}

.slick-current .banner_img::after {
    animation: bannermask 1s 1s both;
}

.banner_item {
    overflow: hidden;
}

@keyframes bannermask {
    0% {
        opacity: 1;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



/* product-slick */
.cases-slick {
    margin: 0 -25px;
    /* margin-top: 30px; */
    border: 1px solid red;
}

@media (max-width: 1400px) {
    .cases-slick {
        margin: 0 -15px;
        margin-top: 20px;
    }
}

.cases-slick .item-box {
    padding: 0 15px;
    border: 1px solid black;
}

@media (max-width: 1400px) {
    .cases-slick .item-box {
        padding: 0 15px;
    }
}

.cases-slick .item-box .item {
    overflow: hidden;
    display: block;
}

.cases-slick .item-box .item:hover .img-box img {
    transform: scale(1.06);
}

.cases-slick .item-box .item .img-box {
    padding-bottom: 140%;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
}

.cases-slick .item-box .item .img-box img {
    width: 100%;
    transition: all 0.3s ease;
}

.cases-slick .item-box .item .title {
    margin-top: 20px;

    display: flex;
    align-items: center;
}

.cases-slick .item-box .item .title {
    color: #222;
    font-size: 17px;
}

@media (max-width: 1199px) {
    .cases-slick .item-box .item .title {
        margin-top: 10px;
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .cases-slick .item-box .item .title p {
        font-size: 14px;
    }
}



.list1 {
    margin: 0 -30px;
}

.list1 .item {
    padding: 14px 30px;
    max-width: 210px;
    display: inline-block;
}

.list1 .item .img_box {
    padding-top: 60%;
    border-radius: 10px;
    transition: all 0.5s;
}

.list1.slick-slide>div {
    text-align: center;
}

@media screen and (max-width:1440px) {
    .list1 {
        margin: 0 -20px;
    }

    .list1 .item {
        padding: 14px 20px;
    }
}

@media screen and (max-width:991px) {
    .list1 {
        margin: 0 -15px;
    }

    .list1 .item {
        padding: 14px 15px;
    }
}

@media screen and (min-width: 1200px) {
    .list1 .item:hover .img_box {
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
    }
}






/* ------------------------------------------------------------------------------------------- */
.home-product .i-products-titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}

.more-box {
    width: 190px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #000;
}

.more-box span {
    font-size: 16px;
    color: #000000;
    margin-right: 10px;
}

.more-box p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
    transition: all 0.5s;
}