@charset "utf-8";
@font-face {
    font-family: 'Anton';
    src: local('Anton Regular'), local('Anton-Regular'), url('../fonts/anton/Anton-Regular.woff2') format('woff2'), url('../fonts/anton/Anton-Regular.woff') format('woff'), url('../fonts/anton/Anton-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Onest';
    src: local('Onest SemiBold'), local('Onest-SemiBold'), url('../fonts/Onest/Onest-SemiBold.woff2') format('woff2'), url('../fonts/Onest/Onest-SemiBold.woff') format('woff'), url('../fonts/Onest/Onest-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Onest';
    src: local('Onest ExtraLight'), local('Onest-ExtraLight'), url('../fonts/Onest/Onest-ExtraLight.woff2') format('woff2'), url('../fonts/Onest/Onest-ExtraLight.woff') format('woff'), url('../fonts/Onest/Onest-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Onest';
    src: local('Onest Light'), local('Onest-Light'), url('../fonts/Onest/Onest-Light.woff2') format('woff2'), url('../fonts/Onest/Onest-Light.woff') format('woff'), url('../fonts/Onest/Onest-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Onest';
    src: local('Onest Medium'), local('Onest-Medium'), url('../fonts/Onest/Onest-Medium.woff2') format('woff2'), url('../fonts/Onest/Onest-Medium.woff') format('woff'), url('../fonts/Onest/Onest-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Onest';
    src: local('Onest ExtraBold'), local('Onest-ExtraBold'), url('../fonts/Onest/Onest-ExtraBold.woff2') format('woff2'), url('../fonts/Onest/Onest-ExtraBold.woff') format('woff'), url('../fonts/Onest/Onest-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Onest';
    src: local('Onest Bold'), local('Onest-Bold'), url('../fonts/Onest/Onest-Bold.woff2') format('woff2'), url('../fonts/Onest/Onest-Bold.woff') format('woff'), url('../fonts/Onest/Onest-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Onest';
    src: local('Onest Regular'), local('Onest-Regular'), url('../fonts/Onest/Onest-Regular.woff2') format('woff2'), url('../fonts/Onest/Onest-Regular.woff') format('woff'), url('../fonts/Onest/Onest-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Onest';
    src: local('Onest Black'), local('Onest-Black'), url('../fonts/Onest/Onest-Black.woff2') format('woff2'), url('../fonts/Onest/Onest-Black.woff') format('woff'), url('../fonts/Onest/Onest-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Onest';
    src: local('Onest Thin'), local('Onest-Thin'), url('../fonts/Onest/Onest-Thin.woff2') format('woff2'), url('../fonts/Onest/Onest-Thin.woff') format('woff'), url('../fonts/Onest/Onest-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
body {
    /* 填写默认字体 */
    font-family: 'Onest', Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
    color: #1e1d28;
    min-height: initial !important;
}
/* 谷歌翻译后防止与sticky产生冲突 */
.iconfonts {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grahccale;
}
/* slick 懒加载图片去边框 */
.slick-loading {
    opacity: 0;
}
/* 去除翻译插件边框 */
.goog-te-gadget-simple {
    border: none !important;
}
/* h1隐藏 */
.fszero {
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}
.fszero h1 {
    margin: 0;
}
/* 去除input记忆填充底色 */
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
    .wow {
        animation: none;
    }
}
:root {
    font-size: 10px;
    --main-color: #333;
    --flex-margin: -15px;
    --flex-padding: 15px;
}
/* 翻译插件展位 */
.google-translate {
    min-width: 158px;
    height: 25px;
}
.google-translate a {
    color: #000 !important;
}
.fancybox-content {
    height: 800px !important;
}
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}
/*编辑器内元素默认样式处理 start*/
.edit_active p {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    margin-bottom: 12px;
}
.edit_active img,
.edit_active video {
    max-width: 100% !important;
    height: auto !important;
}
.edit_active iframe {
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .edit_active iframe {
        max-height: 33vh;
    }
}
.edit_active ul,
.edit_active ol {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-left: 1em;
}
.edit_active ul li,
.edit_active ol li {
    list-style: inherit;
}
.edit_active table {
    max-width: 100%;
    overflow-y: initial;
    height: auto;
    width: auto;
}
.edit_active table td,
.edit_active table th {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    padding: 6px 10px;
    border: 1px solid #ccc;
}
.edit_active img {
    max-width: 100% !important;
    height: auto !important;
}
.edit_active table tr,
.edit_active table td,
.edit_active table th {
    width: auto !important;
    height: auto !important;
}
.edit_active .auto-adjust-img img {
    max-width: 100% !important;
    height: auto !important;
}
.edit_active .auto-adjust-img.is-mobile img {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0;
}
.edit_active .auto-adjust-img p.contains-pictures {
    padding: 0;
    margin: 0 -5px !important;
    font-size: 0 !important;
    overflow-x: hidden;
}
@media (min-width: 768px) {
    .edit_active .auto-adjust-img p.contains-pictures {
        white-space: nowrap;
    }
}
.edit_active .auto-adjust-img p.contains-pictures>img {
    display: inline-block;
    margin: 5px;
}
.edit_active ul,
.edit_active ol {
    padding-left: 1em;
}
.edit_active ul li,
.edit_active ol li {
    list-style: inherit;
}
/*编辑器内元素默认样式处理 end*/
/* header */
.translated-ltr .header,
.translated-rtl .header {
    top: 40px;
}
.header {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.header-top-nav,
.header-bottom-nav {
    padding: 0 124px;
}
@media (max-width: 1199px) {
    .header-top-nav,
    .header-bottom-nav {
        padding: 0 20px;
    }
}
@media (max-width: 768px) {
    .header-top-nav,
    .header-bottom-nav {
        padding: 0 15px;
    }
}
.header-top-nav {
    background: #333;
    backdrop-filter: blur(2px);
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 1199px) {
    .header-top-nav {
        padding-top: 15px;
        padding-bottom: 16px;
    }
}
.header-left>ul>li {
    padding-left: 30px;
}
@media (max-width: 991px) {
    .header-left>ul>li {
        padding-left: 20px;
    }
}
@media (max-width: 768px) {
    .header-left>ul>li {
        padding-left: 16px;
    }
}
.header-left>ul>li a {
    display: inline-block;
    color: #CCC;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    transition: all 0.36s;
}
@media (max-width: 768px) {
    .header-left>ul>li a {
        font-size: 14px;
    }
}
@media (min-width: 1199px) {
    .header-left>ul>li a:hover {
        color: #fff;
    }
}
.header-left>ul>li .iconfont {
    margin-right: 6px;
    font-size: 16px;
    color: #CCC;
}
@media (max-width: 768px) {
    .header-left>ul>li .iconfont {
        margin-right: 0;
        font-size: 14px;
    }
}
.header-left>ul>li:first-child {
    padding-left: 0;
}
@media (max-width: 768px) {
    .header-right {
        display: none;
    }
}
.header-right>ul {
    margin: 0 -8px;
}
.header-right>ul>li {
    padding: 0 8px;
}
@media (min-width: 1199px) {
    .header-right>ul>li a:hover .iconfont {
        color: #fff;
    }
}
.header-right>ul>li .iconfont {
    font-size: 24px;
    color: #CCCCCC;
    transition: all 0.36s;
}
.header-bottom-nav .header-pc-nav {
    width: calc(100% - 350px);
    padding-right: 20px;
}
@media (max-width: 1200px) {
    .header-bottom-nav .header-pc-nav {
        width: calc(100% - 320px);
    }
}
@media (max-width: 1199px) {
    .header-bottom-nav .header-pc-nav {
        display: none;
    }
}
.header-bottom-nav .header-pc-nav>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-bottom-nav .header-pc-nav>ul>li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.header-bottom-nav .header-pc-nav>ul>li a {
    display: block;
    line-height: 90px;
    color: #333;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    transition: all 0.36s;
}
@media (max-width: 1440px) {
    .header-bottom-nav .header-pc-nav>ul>li a {
        line-height: 80px;
    }
}
@media (max-width: 1350px) {
    .header-bottom-nav .header-pc-nav>ul>li a {
        font-size: 14px;
    }
}
@media (min-width: 1199px) {
    .header-bottom-nav .header-pc-nav>ul>li a:hover {
        color: #0328A5;
    }
}
.header-bottom-nav .header-pc-nav>ul>li:last-child {
    padding-left: 51%;
}
@media (max-width: 1680px) {
    .header-bottom-nav .header-pc-nav>ul>li:last-child {
        padding-left: 40%;
    }
}
@media (max-width: 1560px) {
    .header-bottom-nav .header-pc-nav>ul>li:last-child {
        padding-left: 32%;
    }
}
@media (max-width: 1470px) {
    .header-bottom-nav .header-pc-nav>ul>li:last-child {
        padding-left: 28%;
    }
}
@media (max-width: 1400px) {
    .header-bottom-nav .header-pc-nav>ul>li:last-child {
        padding-left: 20%;
    }
}
.header-bottom-nav .header-pc-nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 100%;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-bottom-nav .header-pc-nav>ul>li>ul>li>a {
    display: block;
    padding: 5px 20px;
    white-space: nowrap;
    color: #333;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}
.header-search {
    width: 210px;
    border-radius: 100px;
    border: 1px solid #CCC;
    padding: 4px 5px;
}
@media (max-width: 768px) {
    .header-search {
        width: 145px;
        margin-right: 10px;
    }
}
@media (max-width: 768px) {
    .header-search {
        display: none;
    }
}
.header-search button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0328A5;
    position: relative;
    flex-shrink: 0;
}
.header-search button .iconfont {
    font-size: 14px;
    color: #fff;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header-search input {
    width: calc(100% - 24px);
    padding: 0 10px;
    color: #808080;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.header-form {
    font-size: 0;
}
@media (max-width: 1199px) {
    .header-cart {
        padding: 0 30px;
    }
}
@media (max-width: 768px) {
    .header-cart {
        padding: 0 15px;
    }
}
@media (min-width: 1199px) {
    .header-cart:hover a {
        color: #0328A5;
    }
}
.header-cart>a {
    display: block;
    color: #333;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
}
.header-cart>a .iconfont {
    margin-right: 6px;
    font-size: 18px;
    position: relative;
}
.header-cart>a .iconfont::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0328A5;
    bottom: -2px;
    right: 0;
}
.header-bottom-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #fff;
}
@media (max-width: 1199px) {
    .header-bottom-nav {
        height: 80px;
        justify-content: flex-end;
        position: relative;
    }
}
@media (max-width: 991px) {
    .header-bottom-nav {
        height: 70px;
    }
}
@media (max-width: 768px) {
    .header-bottom-nav {
        height: 60px;
    }
}
.header-bottom-nav .index-search-box input {
    position: absolute;
    left: 0;
    line-height: 20px;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: none;
    padding: 10px 25px;
}
.header-bottom-nav .index-button-search {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0328A5;
    position: relative;
    display: none;
}
@media (max-width: 768px) {
    .header-bottom-nav .index-button-search {
        display: block;
    }
}
.header-bottom-nav .index-button-search .iconfont {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header-logo {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 116px;
    z-index: 2;
    transition: all 0.4s;
}
@media (max-width: 1440px) {
    .header-logo {
        height: 110px;
    }
}
@media (max-width: 1400px) {
    .header-logo {
        height: 102px;
    }
}
@media (max-width: 1199px) {
    .header-logo {
        height: 86px;
    }
}
@media (max-width: 1199px) {
    .header-logo {
        left: 20px;
        top: 50%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0) translateY(-50%);
    }
}
@media (max-width: 991px) {
    .header-logo {
        height: 70px;
    }
}
@media (max-width: 768px) {
    .header-logo {
        height: 60px;
        left: 10px;
    }
}
.header-logo img {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.header-logo::after {
    position: absolute;
    content: '';
    width: 140px;
    height: 134px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
@media (max-width: 1440px) {
    .header-logo::after {
        width: 128px;
        height: 120px;
    }
}
@media (max-width: 1400px) {
    .header-logo::after {
        width: 120px;
        height: 114px;
    }
}
@media (max-width: 1199px) {
    .header-logo::after {
        width: 106px;
        height: 100px;
    }
}
@media (max-width: 991px) {
    .header-logo::after {
        width: 94px;
        height: 84px;
    }
}
@media (max-width: 768px) {
    .header-logo::after {
        width: 85px;
        height: 75px;
    }
}
.btn-menu {
    position: relative;
    width: 30px;
    height: 30px;
    display: none;
}
@media (max-width: 1200px) {
    .btn-menu {
        display: inline-block;
    }
}
.btn-menu a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.btn-menu a::before,
.btn-menu a::after {
    display: block;
    height: 2px;
    content: '';
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #000;
}
.btn-menu span {
    display: block;
    height: 2px;
    margin: 5px 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #000;
}
/* banner-start */
.home_banner {
    position: relative;
    overflow: hidden;
}
.home_banner .swiper-container {
    width: 100%;
}
.home_banner .swiper-slide {
    overflow: hidden;
}
.home_banner .slide-link {
    position: relative;
    display: block;
}
.home_banner .slide-link img {
    width: 100%;
}
.home_banner .slide-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.home_banner .slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_banner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 6%;
    --wh: 12px;
    --interval: 12px;
    color: #0328A5;
    font-family: Onest;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
}
@media (max-width: 768px) {
    .home_banner .swiper-pagination {
        font-size: 14px;
    }
}
.home_banner .swiper-pagination .swiper-pagination-bullet {
    width: var(--wh);
    height: var(--wh);
    background-color: #fff !important;
    opacity: 0.5 !important;
    margin: 0 var(--interval);
}
.home_banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}
@media (max-width: 768px) {
    .home_arrow {
        display: none;
    }
}
.home_arrow .iconfont {
    color: #0328A5;
    position: absolute;
    content: '';
    bottom: 6%;
    z-index: 99;
    font-size: 22px;
}
@media (max-width: 1199px) {
    .home_arrow .iconfont {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .home_arrow .iconfont {
        bottom: 5%;
    }
}
.home_arrow .prev {
    transform: translateX(-46%) rotate(-90deg);
    left: 46%;
}
@media (max-width: 1199px) {
    .home_arrow .prev {
        left: 45%;
        transform: translateX(-45%) rotate(-90deg);
    }
}
@media (max-width: 991px) {
    .home_arrow .prev {
        left: 43%;
        transform: translateX(-43%) rotate(-90deg);
    }
}
@media (max-width: 768px) {
    .home_arrow .prev {
        left: 38%;
        transform: translateX(-38%) rotate(-90deg);
    }
}
.home_arrow .next {
    transform: translateX(-45%) rotate(90deg);
    right: 45%;
}
@media (max-width: 1199px) {
    .home_arrow .next {
        right: 44%;
        transform: translateX(-44%) rotate(90deg);
    }
}
@media (max-width: 991px) {
    .home_arrow .next {
        right: 42%;
        transform: translateX(-42%) rotate(90deg);
    }
}
@media (max-width: 768px) {
    .home_arrow .next {
        right: 35%;
        transform: translateX(-35%) rotate(90deg);
    }
}
.home_arrow .prev,
.home_arrow .next {
    cursor: pointer;
}
.swiper-pagination-current,
.swiper-pagination-total {
    position: relative;
}
.swiper-pagination-current::before,
.swiper-pagination-total::before {
    content: '0';
}
@media (max-width: 768px) {
    .page_banner img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        max-width: initial;
        width: 800px;
    }
}
/* banner-end */
/* footer-start */
.footer {
    background: #141519;
}
@media (max-width: 1199px) {
    .footer {
        padding-bottom: 60px;
    }
}
.footer-left-title h2 {
    color: #FFF;
    font-family: Onest;
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media (max-width: 1440px) {
    .footer-left-title h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .footer-left-title h2 {
        font-size: 28px;
        margin-bottom: 18px;
    }
}
@media (max-width: 768px) {
    .footer-left-title h2 {
        font-size: 22px;
        margin-bottom: 14px;
    }
}
.footer-left-title p {
    color: #FFF;
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
@media (max-width: 1199px) {
    .footer-left-title {
        padding-right: 60px;
    }
}
@media (max-width: 991px) {
    .footer-left-title {
        padding-right: 0;
        padding-bottom: 25px;
    }
}
@media (max-width: 768px) {
    .footer-left-title {
        padding-bottom: 20px;
    }
}
.footer-search {
    line-height: 56px;
}
@media (max-width: 991px) {
    .footer-search {
        width: 100%;
    }
}
.footer-search input {
    width: 410px;
    border-radius: 100px;
    padding: 20px;
    background: #1F2026;
    color: #CCC;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
@media (max-width: 1440px) {
    .footer-search input {
        width: 390px;
        padding: 16px;
    }
}
@media (max-width: 1400px) {
    .footer-search input {
        width: 360px;
        padding: 16px;
    }
}
@media (max-width: 1199px) {
    .footer-search input {
        width: 310px;
        padding: 12px 20px 12px 20px;
    }
}
@media (max-width: 991px) {
    .footer-search input {
        width: 100%;
    }
}
.footer-search button {
    width: 56px;
    height: 56px;
    margin-left: 10px;
    background: #0328A5;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}
@media (max-width: 1440px) {
    .footer-search button {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1199px) {
    .footer-search button {
        width: 44px;
        height: 44px;
    }
}
@media (max-width: 991px) {
    .footer-search button {
        width: 40px;
        height: 40px;
    }
}
.footer-search button .iconfont {
    position: absolute;
    content: '';
    font-size: 18px;
    color: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.footer-top-box {
    justify-content: space-between;
}
@media (max-width: 991px) {
    .footer-top-box {
        flex-wrap: wrap;
    }
}
.footer-top,
.footer-center {
    padding: 70px 0;
    border-bottom: 1px solid #222;
}
@media (max-width: 1400px) {
    .footer-top,
    .footer-center {
        padding: 60px 0;
    }
}
@media (max-width: 1199px) {
    .footer-top,
    .footer-center {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .footer-top,
    .footer-center {
        padding: 40px 0;
    }
}
.footer-center-box>ul {
    justify-content: space-between;
    margin-bottom: -35px;
}
@media (max-width: 1199px) {
    .footer-center-box>ul {
        flex-wrap: wrap;
    }
}
.footer-center-box>ul>li:first-child {
    padding-left: 0;
}
.footer-center-box>ul>li {
    padding-left: 160px;
    padding-bottom: 35px;
    flex-shrink: 0;
}
@media (max-width: 1440px) {
    .footer-center-box>ul>li {
        padding-left: 140px;
    }
}
@media (max-width: 1400px) {
    .footer-center-box>ul>li {
        padding-left: 110px;
    }
}
@media (max-width: 991px) {
    .footer-center-box>ul>li {
        padding-left: 0;
    }
}
.footer-center-box>ul>li:last-child {
    flex-shrink: inherit;
}
@media (max-width: 1199px) {
    .footer-center-box>ul>li:last-child {
        padding-left: 0;
    }
}
.footer-center-box>ul>li:last-child>ul>li:first-child {
    align-items: self-start;
}
.footer-center-box>ul>li>h3 {
    color: #FFF;
    font-family: Onest;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .footer-center-box>ul>li>h3 {
        margin-bottom: 24px;
    }
}
@media (max-width: 991px) {
    .footer-center-box>ul>li>h3 {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .footer-center-box>ul>li>h3 {
        margin-bottom: 20px;
    }
}
.footer-center-box>ul>li>ul {
    margin-bottom: -20px;
}
@media (max-width: 1199px) {
    .footer-center-box>ul>li>ul {
        margin-bottom: -18px;
    }
}
@media (max-width: 991px) {
    .footer-center-box>ul>li>ul {
        margin-bottom: -16px;
    }
}
.footer-center-box>ul>li>ul>li {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
@media (max-width: 1199px) {
    .footer-center-box>ul>li>ul>li {
        padding-bottom: 18px;
    }
}
@media (max-width: 991px) {
    .footer-center-box>ul>li>ul>li {
        padding-bottom: 16px;
    }
}
.footer-center-box>ul>li>ul>li a {
    display: block;
    color: #CCC;
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    transition: all 0.36s;
}
.footer-center-box>ul>li>ul>li i {
    position: relative;
    flex-shrink: 0;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1F2026;
    font-size: 18px;
    color: #CCCCCC;
}
.footer-center-box>ul>li>ul>li i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width: 1199px) {
    .footer-center-box>ul>li>ul>li:hover a {
        color: #fff;
    }
    .footer-center-box>ul>li>ul>li:hover i {
        background: #0328A5;
        color: #FFF;
    }
}
.footer-bottom-box>ul>li,
.footer-bottom-box>ul>li a {
    color: #999;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
@media (max-width: 1400px) {
    .footer-bottom-box>ul>li,
    .footer-bottom-box>ul>li a {
        padding-bottom: 10px;
    }
}
.footer-bottom-box>ul {
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width: 1400px) {
    .footer-bottom-box>ul {
        margin-bottom: -10px;
    }
}
.footer-bottom-box .line {
    position: relative;
}
.footer-bottom-box .line::after {
    position: absolute;
    content: '';
    width: 1px;
    background: #292929;
    height: 16px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.footer-bottom {
    padding: 20px 0;
}
.footer-bottom-box a {
    transition: all 0.36s;
}
@media (min-width: 1199px) {
    .footer-bottom-box a:hover {
        color: #fff;
    }
}
/* sitemap */
.sitemap_cont {
    padding: 8rem 0;
}
.sitemap_cont_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.sitemap_cont_item {
    width: 16.666666%;
    padding: 0 10px;
}
.sitemap_cont_link {
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.36s;
}
.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;
}
@media (min-width: 1199px) {
    .sitemap_second_link:hover {
        color: #0328A5;
    }
}
@media screen and (max-width: 1680px) {
    .sitemap_cont_link {
        line-height: 45px;
    }
    .sitemap_second_item {
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 1440px) {
    .sitemap_cont_item {
        padding: 0 8px;
    }
    .sitemap_cont_list {
        margin: 0 -8px;
    }
    .sitemap_cont_link {
        line-height: 40px;
        font-size: 16px;
    }
    .sitemap_second_link {
        padding: 4px 0;
        line-height: 26px;
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .sitemap_cont_item {
        padding: 0 5px;
    }
    .sitemap_cont_list {
        margin: 0 -5px;
        flex-wrap: wrap;
    }
    .sitemap_cont_item {
        width: 33.333333%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .sitemap_cont {
        padding: 7rem 0;
    }
    .sitemap_cont_list {
        flex-direction: column;
    }
    .sitemap_cont_item {
        width: 100%;
        margin-bottom: 10px;
    }
    .sitemap_second_list {
        margin-top: 10px;
    }
}
/* sitemap-end */
/* 五键-start */
.ct_aside1 {
    position: fixed;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 10;
    --item-wh: 46px;
    --item-bg: rgba(0, 0, 0, 0.5);
    --item-hover-bg: #0328A5;
    --item-margin-bottom: 10px;
    --item-br: 50%;
    --item-fs: 24px;
}
@media (max-width: 1440px) {
    .ct_aside1 {
        right: 20px;
    }
}
@media (max-width: 1400px) {
    .ct_aside1 {
        right: 10px;
    }
}
@media (max-width: 1199px) {
    .ct_aside1 {
        pointer-events: none;
    }
}
.ct_aside1_list {
    margin-bottom: 15px;
    transition: all 0.36s;
}
@media (max-width: 1199px) {
    .ct_aside1_list {
        pointer-events: none;
    }
}
.ct_aside1_item {
    margin-bottom: var(--item-margin-bottom);
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
}
.ct_aside1_item:last-child {
    margin-bottom: 0;
}
.ct_aside1_link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--item-bg);
    font-size: var(--item-fs);
    color: #fff;
    transition: all 0.36s;
}
@media (max-width: 768px) {
    .ct_aside1_link .iconfont {
        font-size: 18px;
    }
}
.ct_aside1_item.active .ct_aside1_link {
    background-color: var(--item-hover-bg);
}
.ct_aside1_item:hover .ct_aside1_link {
    background-color: var(--item-hover-bg);
}
.ct_aside1_item:hover .ct_aside1_link .iconfont {
    color: #fff;
}
.ct_aside1_link,
.ct_aside1_switch {
    width: var(--item-wh);
    height: var(--item-wh);
    border-radius: 50%;
}
.ct_aside1_switch {
    background-color: var(--item-bg);
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    display: none;
}
@media (max-width: 1199px) {
    .ct_aside1_switch {
        pointer-events: all;
    }
}
.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(-135deg);
}
.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 {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
}
@media (max-width: 1199px) {
    .ct_aside1_item.active .ct_aside1_cont {
        pointer-events: all;
    }
}
.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;
    white-space: nowrap;
}
.ct_aside1_list.animatelist {
    transform: translateX(100px);
}
.ct_aside1_list.active {
    transform: translateX(0px);
}
@media (max-width: 1199px) {
    .ct_aside1_list.active {
        pointer-events: all;
    }
}
.ct_aside1_list.animateitem .ct_aside1_item {
    transform: translateX(100px);
}
.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px);
}
.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: 70px;
        transform: translateY(0);
        --item-wh: 40px;
    }
    .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);
    }
}
/* 五键-end */
.index-title h2 {
    color: #333;
    font-family: Anton;
    font-size: 48px;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
@media (max-width: 1440px) {
    .index-title h2 {
        font-size: 45px;
    }
}
@media (max-width: 1400px) {
    .index-title h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .index-title h2 {
        font-size: 35px;
    }
}
@media (max-width: 991px) {
    .index-title h2 {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .index-title h2 {
        font-size: 24px;
    }
}
.index-title p {
    color: #555;
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
.index-title span {
    color: #0328A5;
}
.index {
    padding: 120px 0;
    overflow: hidden;
}
@media (max-width: 1440px) {
    .index {
        padding: 100px 0;
    }
}
@media (max-width: 1400px) {
    .index {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .index {
        padding: 60px 0;
    }
}
.index-section1 .box a,
.index-section3 .box a,
.article-link a {
    color: #0328A5;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    display: inline-block;
    margin-top: 30px;
    position: relative;
}
@media (max-width: 1400px) {
    .index-section1 .box a,
    .index-section3 .box a,
    .article-link a {
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .index-section1 .box a,
    .index-section3 .box a,
    .article-link a {
        margin-top: 15px;
    }
}
.index-section1 .box a .iconfont,
.index-section3 .box a .iconfont,
.article-link a .iconfont {
    transform: rotate(90deg);
    margin-left: 6px;
    font-size: 16px;
}
.index-section1 .box a::after,
.index-section3 .box a::after,
.article-link a::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #0328A5;
    transition: all 0.36s;
}
@media (min-width: 1199px) {
    .index-section1 .box a:hover::after,
    .index-section3 .box a:hover::after,
    .article-link a:hover::after {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .index-section1 .box {
        flex-wrap: wrap;
    }
}
.index-section1 .box .index-title {
    padding-right: 240px;
}
@media (max-width: 1400px) {
    .index-section1 .box .index-title {
        padding-right: 170px;
    }
}
@media (max-width: 1199px) {
    .index-section1 .box .index-title {
        padding-right: 100px;
    }
}
@media (max-width: 991px) {
    .index-section1 .box .index-title {
        padding-right: 60px;
    }
}
@media (max-width: 768px) {
    .index-section1 .box .index-title {
        padding-right: 0;
    }
}
.index-section1 .box .text {
    width: 50%;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .index-section1 .box .text {
        width: 100%;
        margin-top: 15px;
    }
}
.index-section1 .box p {
    color: #555;
    font-size: 16px;
    line-height: 160%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-section1 .index-product-slick {
    padding-left: 13vw;
    margin: 80px 0 50px 0;
}
@media (max-width: 1680px) {
    .index-section1 .index-product-slick {
        padding-left: 8vw;
    }
}
@media (max-width: 1650px) {
    .index-section1 .index-product-slick {
        padding-left: 6vw;
    }
}
@media (max-width: 1560px) {
    .index-section1 .index-product-slick {
        padding-left: 4vw;
    }
}
@media (max-width: 1470px) {
    .index-section1 .index-product-slick {
        padding-left: 3vw;
    }
}
@media (max-width: 1440px) {
    .index-section1 .index-product-slick {
        margin: 70px 0 45px 0;
    }
}
@media (max-width: 1400px) {
    .index-section1 .index-product-slick {
        padding-left: 5vw;
        margin: 60px 0 40px 0;
    }
}
@media (max-width: 991px) {
    .index-section1 .index-product-slick {
        margin: 50px 0 35px 0;
    }
}
@media (max-width: 768px) {
    .index-section1 .index-product-slick {
        margin: 40px 0 30px 0;
    }
}
.index-section1 .index-product-slick .item-list {
    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .index-section1 .index-product-slick .item-list {
        margin: 0 -12px;
    }
}
@media (max-width: 768px) {
    .index-section1 .index-product-slick .item-list {
        margin: 0 -8px;
    }
}
.index-section1 .index-product-slick .item {
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .index-section1 .index-product-slick .item {
        padding: 0 12px;
    }
}
@media (max-width: 768px) {
    .index-section1 .index-product-slick .item {
        padding: 0 8px;
    }
}
.index-section1 .box2 {
    padding: 0 13vw;
}
@media (max-width: 1680px) {
    .index-section1 .box2 {
        padding: 0 8vw;
    }
}
@media (max-width: 1650px) {
    .index-section1 .box2 {
        padding: 0 6vw;
    }
}
@media (max-width: 1560px) {
    .index-section1 .box2 {
        padding: 0 4vw;
    }
}
@media (max-width: 1470px) {
    .index-section1 .box2 {
        padding: 0 3vw;
    }
}
@media (max-width: 1400px) {
    .index-section1 .box2 {
        padding: 0 5vw;
    }
}
.index-section1 .box2 .slick-dots-line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    margin-right: 30px;
}
.index-section1 .box2 .slick-dots-line .dots-active {
    background-color: #0328A5;
    height: 4px;
    position: absolute;
    bottom: -1px;
    transition: all 0.4s;
}
.index-section1 .box2 .arrow.next {
    margin-left: 10px;
}
.index-section2 {
    overflow: hidden;
    padding: 30px 30px 120px 30px;
    background: #F2F2F2;
}
@media (max-width: 1440px) {
    .index-section2 {
        padding: 30px 30px 100px 30px;
    }
}
@media (max-width: 1400px) {
    .index-section2 {
        padding: 30px 30px 90px 30px;
    }
}
@media (max-width: 1199px) {
    .index-section2 {
        padding: 30px 30px 80px 30px;
    }
}
@media (max-width: 991px) {
    .index-section2 {
        padding: 30px 30px 70px 30px;
    }
}
.index-section2 .box {
    background: #FCFCFC;
    border-radius: 5px;
    margin-bottom: 30px;
}
.index-section2 .box1-number {
    padding: 86px 0;
    width: 1170px;
    margin: 0 auto;
}
@media (max-width: 1680px) {
    .index-section2 .box1-number {
        padding: 86px 0;
    }
}
@media (max-width: 1560px) {
    .index-section2 .box1-number {
        padding: 74px 0;
    }
}
@media (max-width: 1440px) {
    .index-section2 .box1-number {
        width: 1070px;
    }
}
@media (max-width: 1400px) {
    .index-section2 .box1-number {
        width: 990px;
    }
}
@media (max-width: 1199px) {
    .index-section2 .box1-number {
        padding: 64px 0;
        width: 900px;
    }
}
@media (max-width: 991px) {
    .index-section2 .box1-number {
        padding: 44px 0;
        width: 650px;
    }
}
@media (max-width: 768px) {
    .index-section2 .box1-number {
        padding: 30px 0;
        width: 86%;
    }
}
@media (max-width: 991px) {
    .index-section2 .box1-number li {
        padding-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .index-section2 .box1-number li {
        padding-bottom: 20px;
        width: 50%;
    }
}
@media (max-width: 415px) {
    .index-section2 .box1-number li {
        flex-wrap: wrap;
    }
}
@media (max-width: 1199px) {
    .index-section2 .box2-product li {
        padding-bottom: 30px;
    }
}
.index-section2 .box2-product li .img.img-box {
    padding-bottom: 131.428571%;
    border-radius: 5px;
    position: relative;
}
.index-section2 .box2-product li .img.img-box::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.52%, rgba(0, 0, 0, 0.35) 100%);
}
.index-section2 .box2-product li:last-child {
    padding-bottom: 0;
}
.index-section2 .box2-product .text {
    width: 100%;
    text-align: center;
    position: absolute;
    content: '';
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 50px;
    z-index: 2;
}
@media (max-width: 1440px) {
    .index-section2 .box2-product .text {
        padding: 0 26px;
    }
}
@media (max-width: 1400px) {
    .index-section2 .box2-product .text {
        padding: 0 20px;
    }
}
.index-section2 .box2-product .text2 {
    text-align: center;
    padding: 0 30px 70px 30px;
}
.index-section2 .box2-product .text2 h3 {
    padding-bottom: 12px;
    text-shadow: none;
}
.index-section2 .box2-product .text2 p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.index-section2 .box2-product h3 {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Onest;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
}
@media (max-width: 1400px) {
    .index-section2 .box2-product h3 {
        font-size: 18px;
    }
}
.index-section2 .box2-product .item {
    position: relative;
}
@media (min-width: 1199px) {
    .index-section2 .box2-product .item:hover .index-product-box {
        opacity: 1;
    }
}
.index-section2 .box2-product .index-product-box {
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 9;
    padding: 30px 20px;
}
@media (max-width: 1440px) {
    .index-section2 .box2-product .index-product-box {
        padding: 15px 10px;
    }
}
.index-section2 .box2-product .index-product-box .product-img {
    width: 210px;
    margin: 0 auto;
}
@media (max-width: 1440px) {
    .index-section2 .box2-product .index-product-box .product-img {
        width: 150px;
    }
}
@media (max-width: 1400px) {
    .index-section2 .box2-product .index-product-box .product-img {
        width: 120px;
    }
}
.index-section2 .box2-product .index-product-box .product-img .img-box {
    padding-bottom: 100%;
    transition: all 0.36s;
}
@media (min-width: 1199px) {
    .index-section2 .box2-product .index-product-box .product-img .img-box:hover {
        transform: scale(1.05);
    }
}
.index-section2 .box2-product .index-product-box .title {
    padding-top: 30px;
    text-align: center;
}
@media (max-width: 1440px) {
    .index-section2 .box2-product .index-product-box .title {
        padding-top: 20px;
    }
}
.index-section2 .box2-product .index-product-box .title h3 a {
    color: #0328A5;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.index-section2 .box2-product .index-product-box .title p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.index-section2 .box2-product .index-product-box .button {
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    background: #F2F2F2;
    border-radius: 50%;
}
@media (min-width: 1199px) {
    .index-section2 .box2-product .index-product-box .button:hover::after {
        box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
    }
}
.index-section2 .box2-product .index-product-box .button::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0328A5;
    transition: all 0.36s;
}
.index-section2 .box2-product .index-product-box .button .iconfont {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: 9;
}
.index-section3 .box {
    position: relative;
}
@media (max-width: 768px) {
    .index-section3 .box {
        flex-wrap: wrap;
    }
}
.index-section3 .introduce-text {
    width: 60%;
}
@media (max-width: 768px) {
    .index-section3 .introduce-text {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .index-section3 .introduce-text .number ul {
        flex-wrap: wrap;
    }
}
.index-section3 .introduce-text .number li {
    padding-bottom: 25px;
}
.index-section3 .introduce-text .number li:last-child {
    padding-bottom: 0;
}
@media (max-width: 768px) {
    .index-section3 .introduce-text .number .line {
        display: none;
    }
}
.index-section3 h2 {
    color: #FFF;
    font-family: Anton;
    font-size: 64px;
    font-weight: 400;
    line-height: 134%;
    text-transform: uppercase;
}
@media (max-width: 1440px) {
    .index-section3 h2 {
        font-size: 60px;
    }
}
@media (max-width: 1400px) {
    .index-section3 h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .index-section3 h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .index-section3 h2 {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .index-section3 h2 {
        font-size: 24px;
    }
}
.index-section3 h3 {
    font-weight: 600;
    line-height: 160%;
    font-size: 20px;
}
.index-section3 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
.index-section3 a {
    color: #FFF !important;
}
.index-section3 a::after {
    background: #fff !important;
}
@media (min-width: 1199px) {
    .index-section3 a:hover::after {
        background: #fff !important;
    }
}
.index-section3 .text-box {
    padding-right: 148px;
    color: #fff;
}
@media (max-width: 1400px) {
    .index-section3 .text-box {
        padding-right: 118px;
    }
}
@media (max-width: 1199px) {
    .index-section3 .text-box {
        padding-right: 95px;
    }
}
@media (max-width: 991px) {
    .index-section3 .text-box {
        padding-right: 0;
    }
}
.index-section3 .text {
    border-radius: 5px;
    background: rgba(3, 40, 165, 0.15);
    backdrop-filter: blur(6px);
    padding: 30px 30px 40px 30px;
    margin: 50px 0 110px 0;
}
@media (max-width: 768px) {
    .index-section3 .text {
        padding: 20px 20px 30px 20px;
        margin: 30px 0 40px 0;
    }
}
.index-section3 .text p {
    font-weight: 400;
    line-height: 160%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index-section3 .text h3 {
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index-section3 .introduce-video {
    width: 130px;
    height: 130px;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    right: 0;
}
@media (max-width: 1400px) {
    .index-section3 .introduce-video {
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 1199px) {
    .index-section3 .introduce-video {
        width: 110px;
        height: 110px;
    }
}
@media (max-width: 991px) {
    .index-section3 .introduce-video {
        width: 90px;
        height: 90px;
    }
}
@media (max-width: 768px) {
    .index-section3 .introduce-video {
        position: relative;
        margin-top: 30px;
    }
}
.index-section3 .introduce-video img {
    width: 100%;
    height: 100%;
    animation: left 10s linear infinite;
}
.index-section3 .introduce-video .iconfont {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0328A5;
    z-index: 2;
}
@keyframes left {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 991px) {
    .index-section4 .box {
        flex-wrap: wrap;
    }
}
.index-section4 .img-box {
    padding-bottom: 120%;
}
.index-section4 .choose-img {
    width: 42%;
    flex-shrink: 0;
    position: relative;
}
@media (max-width: 991px) {
    .index-section4 .choose-img {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .index-section4 .choose-img {
        width: 100%;
    }
}
.index-section4 .choose-img::before {
    position: absolute;
    content: '';
    width: 480px;
    height: 560px;
    border: 40px solid #fff;
    top: 0;
    left: 0;
}
@media (max-width: 1400px) {
    .index-section4 .choose-img::before {
        width: 380px;
        height: 460px;
    }
}
@media (max-width: 1199px) {
    .index-section4 .choose-img::before {
        width: 320px;
        height: 380px;
    }
}
@media (max-width: 991px) {
    .index-section4 .choose-img::before {
        border: 30px solid #fff;
        width: 290px;
        height: 340px;
    }
}
@media (max-width: 768px) {
    .index-section4 .choose-img::before {
        width: 250px;
        height: 300px;
    }
}
.index-section4 .choose-img::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 280px;
    height: 400px;
    border: 40px solid #fff;
}
@media (max-width: 1400px) {
    .index-section4 .choose-img::after {
        width: 240px;
        height: 260px;
    }
}
@media (max-width: 1199px) {
    .index-section4 .choose-img::after {
        width: 200px;
        height: 260px;
    }
}
@media (max-width: 991px) {
    .index-section4 .choose-img::after {
        width: 180px;
        height: 240px;
        border: 30px solid #fff;
    }
}
@media (max-width: 768px) {
    .index-section4 .choose-img::after {
        width: 160px;
        height: 210px;
    }
}
.index-section4 .choose-img .img-box {
    position: relative;
}
.index-section4 .choose-img .img-box::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 560px;
    top: 0;
    left: 43%;
    transform: translateX(-43%);
    background: #fff;
}
@media (max-width: 1400px) {
    .index-section4 .choose-img .img-box::before {
        height: 460px;
        left: 38%;
        transform: translateX(-38%);
    }
}
@media (max-width: 1199px) {
    .index-section4 .choose-img .img-box::before {
        height: 380px;
    }
}
@media (max-width: 991px) {
    .index-section4 .choose-img .img-box::before {
        height: 340px;
        width: 30px;
    }
}
@media (max-width: 768px) {
    .index-section4 .choose-img .img-box::before {
        height: 300px;
    }
}
.index-section4 .choose-texts {
    padding-left: 120px;
}
@media (max-width: 1400px) {
    .index-section4 .choose-texts {
        padding-left: 100px;
    }
}
@media (max-width: 1199px) {
    .index-section4 .choose-texts {
        padding-left: 80px;
    }
}
@media (max-width: 991px) {
    .index-section4 .choose-texts {
        padding-left: 0;
        padding-top: 30px;
    }
}
.index-section4 .choose-texts h2 {
    padding-bottom: 16px;
}
.index-section4 ul {
    padding-top: 70px;
}
@media (max-width: 1400px) {
    .index-section4 ul {
        padding-top: 60px;
    }
}
@media (max-width: 991px) {
    .index-section4 ul {
        padding-top: 40px;
    }
}
@media (max-width: 768px) {
    .index-section4 ul {
        padding-top: 30px;
    }
}
.index-section4 li {
    align-items: flex-start;
    margin-bottom: 40px;
    cursor: pointer;
}
@media (max-width: 1400px) {
    .index-section4 li {
        margin-bottom: 35px;
    }
}
.index-section4 li .icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background: #333;
    border-radius: 50%;
    position: relative;
    transition: all 0.36s;
}
@media (max-width: 768px) {
    .index-section4 li .icon {
        width: 40px;
        height: 40px;
    }
}
.index-section4 li .icon .iconfont {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
    transition: all 0.36s;
}
.index-section4 li .text {
    padding-left: 16px;
}
.index-section4 li h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 12px;
    transition: all 0.36s;
}
@media (max-width: 768px) {
    .index-section4 li h3 {
        margin-bottom: 8px;
    }
}
.index-section4 li p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-section4 li:last-child {
    margin-bottom: 0;
}
@media (min-width: 1199px) {
    .index-section4 li:hover .icon {
        background: #0328A5;
    }
    .index-section4 li:hover .icon .iconfont {
        color: #fff;
    }
    .index-section4 li:hover h3 {
        color: #0328A5;
    }
}
.index-section5 .arrow.next {
    margin-left: 10px;
}
.index-section5 .box-content-slick {
    padding-top: 60px;
}
@media (max-width: 1400px) {
    .index-section5 .box-content-slick {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .index-section5 .box-content-slick {
        padding-top: 40px;
    }
}
@media (max-width: 768px) {
    .index-section5 .box-content-slick {
        padding-top: 30px;
    }
}
.index-section5 .box-content-slick .slick-track {
    display: flex;
}
.index-section5 .box-content-slick .slick-slide {
    height: auto;
}
.index-section5 .box-content-slick .slick-slide>div {
    height: 100%;
}
.index-section5 .box-content-slick .slick-list {
    margin: 0 -15px;
    height: 100%;
}
@media (max-width: 1199px) {
    .index-section5 .box-content-slick .slick-list {
        margin: 0 -12px;
    }
}
.index-section5 .box-content-slick .item {
    height: 100%;
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .index-section5 .box-content-slick .item {
        padding: 0 12px;
    }
}
.index-section5 .box-content-slick .item-box {
    border-radius: 5px;
    background: #F7F7F7;
    padding: 30px;
    height: 100%;
}
@media (max-width: 1199px) {
    .index-section5 .box-content-slick .item-box {
        padding: 25px;
    }
}
.index-section5 .box-content-slick .img-box {
    padding-bottom: 63.414634%;
    border-radius: 5px;
}
.index-section5 .box-content-slick .img-box img {
    transition: all 0.36s;
}
.index-section5 .box-content-slick .icon {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 20px;
}
.index-section5 .box-content-slick .icon .iconfont {
    font-size: 16px;
    margin-right: 6px;
}
.index-section5 .box-content-slick .text {
    padding: 26px 0;
}
@media (max-width: 1400px) {
    .index-section5 .box-content-slick .text {
        padding: 22px 0;
    }
}
.index-section5 .box-content-slick .text a {
    color: #333;
    font-family: Onest;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.36s;
}
.index-section5 .box-content-slick .article-link a {
    font-weight: 600;
    line-height: 100%;
    color: #666;
    margin-top: 0;
    transition: all 0.36s;
}
@media (min-width: 1199px) {
    .index-section5 .box-content-slick .item-box:hover img {
        transform: scale(1.05);
    }
    .index-section5 .box-content-slick .item-box:hover a {
        color: #0328A5;
    }
    .index-section5 .box-content-slick .item-box:hover .article-link a {
        color: #0328A5;
    }
    .index-section5 .box-content-slick .item-box:hover .article-link .iconfont {
        color: #0328A5;
    }
}
/* 内页-通用-start */
.index-section3 .number>ul>li>div,
.wrap-about .box .number>ul>li>div {
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 16px;
}
@media (max-width: 1440px) {
    .index-section3 .number>ul>li>div,
    .wrap-about .box .number>ul>li>div {
        font-size: 38px;
    }
}
@media (max-width: 1400px) {
    .index-section3 .number>ul>li>div,
    .wrap-about .box .number>ul>li>div {
        font-size: 32px;
        padding-bottom: 14px;
    }
}
@media (max-width: 1400px) and (max-width: 768px) {
    .index-section3 .number>ul>li>div,
    .wrap-about .box .number>ul>li>div {
        padding-bottom: 10px;
    }
}
.index-section3 .number>ul>li.line,
.wrap-about .box .number>ul>li.line {
    flex-shrink: 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
    margin: 0 62px;
}
@media (max-width: 1400px) {
    .index-section3 .number>ul>li.line,
    .wrap-about .box .number>ul>li.line {
        margin: 0 50px;
    }
}
@media (max-width: 991px) {
    .index-section3 .number>ul>li.line,
    .wrap-about .box .number>ul>li.line {
        margin: 0 35px;
    }
}
.index-section2 .box1-number h2,
.wrap-about-number2 .box3 .title_number h2 {
    color: #333;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 150%;
}
@media (max-width: 1440px) {
    .index-section2 .box1-number h2,
    .wrap-about-number2 .box3 .title_number h2 {
        font-size: 28px;
    }
}
@media (max-width: 1400px) {
    .index-section2 .box1-number h2,
    .wrap-about-number2 .box3 .title_number h2 {
        font-size: 26px;
    }
}
@media (max-width: 1199px) {
    .index-section2 .box1-number h2,
    .wrap-about-number2 .box3 .title_number h2 {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .index-section2 .box1-number h2,
    .wrap-about-number2 .box3 .title_number h2 {
        font-size: 18px;
    }
}
.index-section2 .box1-number li .text1,
.wrap-about-number2 .box3 .title_number li .text1 {
    color: #333;
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
}
@media (max-width: 1440px) {
    .index-section2 .box1-number li .text1,
    .wrap-about-number2 .box3 .title_number li .text1 {
        font-size: 44px;
    }
}
@media (max-width: 1400px) {
    .index-section2 .box1-number li .text1,
    .wrap-about-number2 .box3 .title_number li .text1 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .index-section2 .box1-number li .text1,
    .wrap-about-number2 .box3 .title_number li .text1 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .index-section2 .box1-number li .text1,
    .wrap-about-number2 .box3 .title_number li .text1 {
        font-size: 32px;
    }
}
.index-section2 .box1-number li .text2,
.wrap-about-number2 .box3 .title_number li .text2 {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding-left: 16px;
}
@media (max-width: 991px) {
    .index-section2 .box1-number li .text2,
    .wrap-about-number2 .box3 .title_number li .text2 {
        padding-left: 10px;
    }
}
@media (max-width: 768px) {
    .index-section2 .box1-number li .text2,
    .wrap-about-number2 .box3 .title_number li .text2 {
        padding-left: 10px;
    }
}
@media (max-width: 540px) {
    .index-section2 .box1-number li .text2,
    .wrap-about-number2 .box3 .title_number li .text2 {
        padding-top: 10px;
        padding-left: 0;
    }
}
.index-section2 .box1-number li .text2 p,
.wrap-about-number2 .box3 .title_number li .text2 p {
    color: #0328A5;
    padding-bottom: 6px;
}
.index-section2 .box1-number .title,
.wrap-about-number2 .box3 .title_number .title {
    padding-bottom: 50px;
}
@media (max-width: 1440px) {
    .index-section2 .box1-number .title,
    .wrap-about-number2 .box3 .title_number .title {
        padding-bottom: 45px;
    }
}
@media (max-width: 1199px) {
    .index-section2 .box1-number .title,
    .wrap-about-number2 .box3 .title_number .title {
        padding-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .index-section2 .box1-number .title,
    .wrap-about-number2 .box3 .title_number .title {
        padding-bottom: 35px;
    }
}
.title-in h2 {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
}
@media (max-width: 1440px) {
    .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 1400px) {
    .title-in h2 {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .title-in h2 {
        font-size: 26px;
    }
}
@media (max-width: 768px) {
    .title-in h2 {
        font-size: 20px;
    }
}
.title-in p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.wrap {
    padding: 90px 0;
}
@media (max-width: 1440px) {
    .wrap {
        padding: 80px 0;
    }
}
@media (max-width: 1400px) {
    .wrap {
        padding: 70px 0;
    }
}
@media (max-width: 1199px) {
    .wrap {
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
    .wrap {
        padding: 55px 0;
    }
}
.mod_form {
    --form-margin: -9px;
    --form-padding: 9px;
    --form-item-botton: 20px;
    --form-item-br: 12px;
    --form-item-width: 100%;
    --form-item-bg: #FFF;
    --form-item-height: 46px;
    --form-item-padding: 16px;
    --form-label-size: 14px;
    --form-color: #999;
    --form-textarea-height: 160px;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1440px) {
    .mod_form {
        --form-item-botton: 18px;
    }
}
@media (max-width: 1400px) {
    .mod_form {
        --form-item-height: 42px;
        --form-textarea-height: 140px;
        --form-item-botton: 14px;
    }
}
.mod_form .mod_form_item {
    width: var(--form-item-width);
    margin-bottom: var(--form-item-botton);
}
.mod_form .mod_form_item .conts {
    position: relative;
    background-color: var(--form-item-bg);
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}
.mod_form .mod_form_item .conts label {
    position: absolute;
    left: var(--form-item-padding);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.36s;
    font-size: var(--form-label-size);
    text-transform: capitalize;
    line-height: 1.2;
    color: var(--form-color);
}
.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);
}
.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);
}
.mod_form .mod_form_item .conts button {
    display: inline-block;
    min-width: 190px;
    height: 56px;
    padding: 0 18px;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 100px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    transition: all 0.36s;
    text-transform: capitalize;
}
@media (max-width: 1440px) {
    .mod_form .mod_form_item .conts button {
        min-width: 170px;
        height: 50px;
    }
}
@media (max-width: 768px) {
    .mod_form .mod_form_item .conts button {
        min-width: 144px;
        height: 44px;
    }
}
.mod_form .mod_form_item .conts button .iconfont {
    font-size: 18px;
    margin-left: 6px;
}
@media (min-width: 1199px) {
    .mod_form .mod_form_item .conts button:hover {
        background: #0328A5;
    }
}
.mod_form .mod_form_item .conts.active label {
    top: -10px !important;
    color: rgba(153, 153, 153, 0.6);
}
@media (max-width: 768px) {
    .mod_form .mod_form_item .conts.active label {
        top: -6px !important;
    }
}
.mod_form .mod_form_item.button .conts {
    background-color: transparent;
    border: none;
}
.mod_form .mod_form_item.button {
    margin-bottom: 0;
}
.mod_form .mod_form_item.textarea .conts label {
    top: 30px;
}
.mod_form .mod_form_item.proname .conts {
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
}
.mod_form .mod_form_item.proname .conts label {
    position: static;
    flex-shrink: 0;
    transform: none;
    padding-left: var(--form-item-padding);
    margin-bottom: 0;
}
.mod_form .mod_form_item.proname .conts input {
    width: 100%;
    padding-left: 5px;
}
.mod_form .mod_form_item.block {
    width: 100%;
}
.index-wrap-link {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    transition: all 0.36s;
}
.index-wrap-link .iconfont {
    transform: rotate(90deg);
    font-size: 16px;
    margin-left: 6px;
    transition: all 0.36s;
}
@media (min-width: 1199px) {
    .index-wrap-link:hover {
        color: #0328A5;
    }
    .index-wrap-link:hover .iconfont {
        color: #0328A5;
    }
}
/* 分页 */
.mod_page {
    display: flex;
    align-items: center;
    justify-content: center;
    --item-interval: 7px;
    --item-font: 16px;
    --ietm-color: #0328A5;
    --item-wh: 50px;
    --item-bg: #F2F2F2;
    --icon-font: 20px;
    font-weight: 600;
    line-height: 100%;
}
@media (max-width: 768px) {
    .mod_page {
        --item-wh: 45px;
    }
}
.mod_page_item {
    margin: 0 var(--item-interval);
}
.mod_page .prev,
.mod_page .next {
    margin: 0 var(--item-interval) !important;
}
.mod_page_item a {
    color: var(--ietm-color);
    transition: all 0.36s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: var(--item-wh);
    height: var(--item-wh);
    font-size: var(--item-font);
    background-color: var(--item-bg);
}
.mod_page .prev a,
.mod_page .next a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--item-wh);
}
.mod_page .prev span {
    transform: rotate(-90deg);
}
.mod_page .next span {
    transform: rotate(90deg);
}
.mod_page .prev span,
.mod_page .next span {
    font-size: var(--icon-font);
}
/* 高亮 */
.mod_page_item.active a {
    background-color: #0328A5;
    color: #fff;
}
/* hover */
@media screen and (min-width: 1200px) {
    .mod_page_item a:hover {
        background-color: #0328A5;
    }
    .mod_page_item:not(.prev, .next) a:hover {
        color: #fff;
    }
    .mod_page_item.prev a:hover span,
    .mod_page_item.next a:hover span {
        color: #fff;
    }
}
/* 分页-end */
.news-time {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}
/* 内页-通用-end */
.wrap-contact {
    overflow: hidden;
}
.wrap-contact .box1 {
    flex-wrap: wrap;
}
.wrap-contact .box1 .contact-left-img {
    width: 600px;
    border-radius: 5px;
    overflow: hidden;
}
@media (max-width: 1440px) {
    .wrap-contact .box1 .contact-left-img {
        width: 540px;
    }
}
@media (max-width: 1400px) {
    .wrap-contact .box1 .contact-left-img {
        width: 490px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .box1 .contact-left-img {
        width: 410px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .box1 .contact-left-img {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .wrap-contact .box1 .contact-left-img {
        width: 100%;
    }
}
.wrap-contact .box1 .contact-right-form {
    width: calc(100% - 600px);
    padding-left: 60px;
}
@media (max-width: 1440px) {
    .wrap-contact .box1 .contact-right-form {
        width: calc(100% - 540px);
        padding-left: 50px;
    }
}
@media (max-width: 1400px) {
    .wrap-contact .box1 .contact-right-form {
        width: calc(100% - 490px);
        padding-left: 40px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .box1 .contact-right-form {
        width: calc(100% - 410px);
        padding-left: 35px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .box1 .contact-right-form {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}
@media (max-width: 768px) {
    .wrap-contact .box1 .contact-right-form {
        padding-top: 25px;
    }
}
.wrap-contact .box1 .contact-right-form .mod_form_item.button {
    margin-top: 20px;
}
@media (max-width: 768px) {
    .wrap-contact .box1 .contact-right-form .mod_form_item.button {
        margin-top: 10px;
    }
}
.wrap-contact .box1 .img-box {
    padding-bottom: 110%;
}
.wrap-contact .box1 h2 {
    margin-bottom: 16px;
}
@media (max-width: 991px) {
    .wrap-contact .box1 h2 {
        margin-bottom: 14px;
    }
}
@media (max-width: 768px) {
    .wrap-contact .box1 h2 {
        margin-bottom: 12px;
    }
}
.wrap-contact .box1 .form {
    padding-top: 40px;
}
@media (max-width: 1440px) {
    .wrap-contact .box1 .form {
        padding-top: 34px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .box1 .form {
        padding-top: 24px;
    }
}
@media (max-width: 768px) {
    .wrap-contact .box1 .form {
        padding-top: 20px;
    }
}
.wrap-contact .box1 .form .mod_form .mod_form_item .conts label {
    color: #333;
}
.wrap-contact .box1 .form .conts.active label {
    color: rgba(51, 51, 51, 0.6) !important;
}
.wrap-contact .box2 {
    padding-top: 90px;
}
@media (max-width: 1440px) {
    .wrap-contact .box2 {
        padding-top: 70px;
    }
}
@media (max-width: 1400px) {
    .wrap-contact .box2 {
        padding-top: 60px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .box2 {
        padding-top: 50px;
    }
}
.wrap-contact .box2 .iconfont {
    display: block;
    font-size: 18px;
    color: #242424;
    margin-right: 10px;
    transition: all 0.36s;
}
.wrap-contact .box2 a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    transition: all 0.36s;
}
.wrap-contact .box2 ul {
    padding-top: 40px;
}
@media (max-width: 1440px) {
    .wrap-contact .box2 ul {
        padding-top: 35px;
    }
}
@media (max-width: 1400px) {
    .wrap-contact .box2 ul {
        padding-top: 30px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .box2 ul {
        padding-top: 25px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .box2 ul {
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
}
@media (max-width: 768px) {
    .wrap-contact .box2 ul {
        padding-top: 20px;
    }
}
.wrap-contact .box2 li {
    justify-content: flex-start;
    margin-left: 130px;
}
@media (max-width: 1440px) {
    .wrap-contact .box2 li {
        margin-left: 100px;
    }
}
@media (max-width: 1400px) {
    .wrap-contact .box2 li {
        margin-left: 40px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .box2 li {
        margin-left: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .box2 li {
        margin-left: 0;
        padding-bottom: 10px;
    }
}
@media (max-width: 768px) {
    .wrap-contact .box2 li {
        width: 100%;
    }
}
@media (min-width: 1199px) {
    .wrap-contact .box2 li:hover .iconfont {
        color: #0328A5;
    }
    .wrap-contact .box2 li:hover a {
        color: #0328A5;
    }
}
.wrap-contact .box2 li:first-child {
    margin-left: 0;
}
.wrap-contact .box2 li:nth-child(3) {
    flex-shrink: 0;
}
.arrow-box {
    display: flex;
}
.arrow-box .arrow {
    width: 40px;
    height: 40px;
    background: #F2F2F2;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all 0.36s;
}
.arrow-box .arrow .iconfont {
    position: absolute;
    content: '';
    color: #0328A5;
    font-size: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width: 1199px) {
    .arrow-box .arrow:hover {
        background: #0328A5;
    }
    .arrow-box .arrow:hover .iconfont {
        color: #fff;
    }
}
.arrow-box .arrow.prev .iconfont {
    transform: translate(-50%, -50%) rotate(-90deg);
}
.arrow-box .arrow.next .iconfont {
    transform: translate(-50%, -50%) rotate(90deg);
}
.wrap-news {
    overflow: hidden;
}
.wrap-news .box1 {
    flex-wrap: wrap;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1199px) {
    .wrap-news .box1 {
        padding-bottom: 45px;
        margin-bottom: 45px;
    }
}
@media (max-width: 768px) {
    .wrap-news .box1 {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}
.wrap-news .box1 .news-left-img {
    width: 48%;
    border-radius: 5px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .wrap-news .box1 .news-left-img {
        width: 100%;
    }
}
.wrap-news .box1 .news-left-img .img-box {
    padding-bottom: 61.764705%;
}
.wrap-news .box1 .news-left-img .img-box img {
    transition: all 0.36s;
}
.wrap-news .box1 .news-right-texts {
    width: 52%;
    padding-left: 50px;
}
@media (max-width: 1199px) {
    .wrap-news .box1 .news-right-texts {
        padding-left: 32px;
    }
}
@media (max-width: 991px) {
    .wrap-news .box1 .news-right-texts {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}
.wrap-news .box1 .news-right-texts .text {
    padding: 30px 0;
}
@media (max-width: 1199px) {
    .wrap-news .box1 .news-right-texts .text {
        padding: 24px 0;
    }
}
@media (max-width: 768px) {
    .wrap-news .box1 .news-right-texts .text {
        padding: 20px 0;
    }
}
.wrap-news .box1 .news-right-texts .text h2 {
    line-height: 140%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
}
@media (max-width: 1199px) {
    .wrap-news .box1 .news-right-texts .text h2 {
        margin-bottom: 12px;
    }
}
@media (max-width: 768px) {
    .wrap-news .box1 .news-right-texts .text h2 {
        font-size: 18px;
    }
}
.wrap-news .box1 .news-right-texts .text p {
    line-height: 160%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (min-width: 1199px) {
    .wrap-news .box1:hover img {
        transform: scale(1.05);
    }
    .wrap-news .box1:hover .news-right-texts .text a {
        color: #0328A5 !important;
    }
    .wrap-news .box1:hover .index-wrap-link,
    .wrap-news .box1:hover .iconfont {
        color: #0328A5;
    }
}
.wrap-news .box2 {
    padding-bottom: 60px;
}
@media (max-width: 768px) {
    .wrap-news .box2 {
        padding-bottom: 40px;
    }
}
.wrap-news .box2 a {
    display: block;
}
.wrap-news .box2 .img-box {
    padding-bottom: 62.5%;
    border-radius: 5px;
    overflow: hidden;
}
.wrap-news .box2 .img-box img {
    transition: all 0.36s;
}
.wrap-news .box2 a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.wrap-news .box2 li {
    padding: 50px 25px 0 25px;
}
@media (max-width: 1199px) {
    .wrap-news .box2 li {
        padding: 45px 20px 0 20px;
    }
}
@media (max-width: 768px) {
    .wrap-news .box2 li {
        padding: 35px 0 0 0;
    }
}
.wrap-news .box2 ul {
    margin: -50px -25px 0 -25px;
}
@media (max-width: 1199px) {
    .wrap-news .box2 ul {
        margin: -45px -20px 0 -20px;
    }
}
@media (max-width: 768px) {
    .wrap-news .box2 ul {
        margin: -35px 0 0 0;
    }
}
.wrap-news .box2 .news-left-img2 {
    width: 240px;
}
@media (max-width: 1199px) {
    .wrap-news .box2 .news-left-img2 {
        width: 180px;
    }
}
@media (max-width: 991px) {
    .wrap-news .box2 .news-left-img2 {
        width: 100%;
    }
}
.wrap-news .box2 .new-right-texts {
    width: calc(100% - 240px);
    padding-left: 20px;
}
@media (max-width: 1199px) {
    .wrap-news .box2 .new-right-texts {
        width: calc(100% - 180px);
    }
}
@media (max-width: 991px) {
    .wrap-news .box2 .new-right-texts {
        width: 100%;
        padding-left: 0;
        padding-top: 25px;
    }
}
@media (max-width: 768px) {
    .wrap-news .box2 .new-right-texts {
        padding-top: 20px;
    }
}
.wrap-news .box2 .new-right-texts .news-time {
    padding-bottom: 26px;
}
@media (max-width: 1400px) {
    .wrap-news .box2 .new-right-texts .news-time {
        padding-bottom: 22px;
    }
}
@media (max-width: 1199px) {
    .wrap-news .box2 .new-right-texts .news-time {
        padding-bottom: 18px;
    }
}
@media (max-width: 768px) {
    .wrap-news .box2 .new-right-texts .news-time {
        padding-bottom: 14px;
    }
}
.wrap-news .box2 .item {
    height: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .wrap-news .box2 .item {
        padding-bottom: 45px;
    }
}
@media (max-width: 991px) {
    .wrap-news .box2 .item {
        padding-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .wrap-news .box2 .item {
        padding-bottom: 35px;
    }
}
@media (min-width: 1199px) {
    .wrap-news .box2 .item:hover img {
        transform: scale(1.05);
    }
    .wrap-news .box2 .item:hover a {
        color: #0328A5;
    }
}
/* newdate */
.newdeta_cont .newdate_info_tit {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: bold;
}
.newdeta_cont .newdate_info_date {
    font-size: 16px;
    line-height: 1.5;
}
.newdeta_cont .newdate_info {
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
}
.newdeta_cont .news_info {
    margin-bottom: 50px;
}
.newdeta_cont .news_info li {
    list-style: inherit;
}
.newdeta_cont .news_info ol,
.newdeta_cont .news_info ul {
    padding-left: 1rem;
}
.newdeta_cont .news_primary {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}
.newdeta_cont .news_info h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;
}
.newdeta_cont .news_info p {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 20px;
}
.newdeta_cont .news_info img {
    height: auto !important;
}
.newdeta_cont .newdate_main .pdrf_shares {
    margin-top: 50px;
}
.newdeta_cont .newdate_page {
    margin-top: 40px;
}
.newdeta_cont .newdate_page a:hover {
    color: #0328A5;
}
.newdeta_cont .newdate_prev {
    margin-bottom: 20px;
}
.newdeta_cont .pdrf_shares_text {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1.2;
    margin-right: 5px;
}
.newdeta_cont .pdrf_shares {
    display: flex;
    align-items: center;
}
.newdeta_cont .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) {
    .newdeta_cont .newdate_info_tit {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .newdeta_cont .newdate_info {
        padding: 0 0 20px;
    }
    .newdeta_cont .news_info h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .newdeta_cont .news_primary {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }
    .newdeta_cont .pdrf_shares_text {
        font-size: 20px;
    }
    .newdeta_cont .news_info {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1440px) {
    .newdeta_cont .newdate_info_tit {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .newdeta_cont .newdate_info {
        padding: 0 0 15px;
    }
    .newdeta_cont .news_primary {
        padding-top: 35px !important;
        padding-bottom: 60px !important;
    }
    .newdeta_cont .newdate_info_date {
        font-size: 14px;
    }
    .newdeta_cont .news_info h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .newdeta_cont .news_info p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 12px;
    }
    .newdeta_cont .news_info {
        margin-bottom: 30px;
    }
    .newdeta_cont .pdrf_shares_text {
        font-size: 18px;
    }
    .newdeta_cont .newdate_page {
        margin-top: 30px;
    }
    .newdeta_cont .newdate_page a {
        font-size: 14px;
        line-height: 1.4;
    }
    .newdeta_cont .newdate_prev {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .newdeta_cont .newdate_info_tit {
        font-size: 22px;
    }
    .newdeta_cont .newdate_info {
        padding: 0 0 12px;
    }
    .newdeta_cont .news_primary {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }
    .newdeta_cont .pdrf_shares_text {
        font-size: 16px;
    }
    .newdeta_cont .news_info h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .newdeta_cont .newdate_info {
        padding: 0 0 12px;
    }
    .newdeta_cont .newdate_info_tit {
        margin-bottom: 13px;
        font-size: 22px;
        line-height: 1.4;
    }
    .newdeta_cont .news_primary {
        padding-top: 25px !important;
        padding-bottom: 40px !important;
    }
}
/* newdate-end */
.wrap-bread-box {
    background: #FAFAFA;
    padding: 25px 0;
}
@media (max-width: 1199px) {
    .wrap-bread-box {
        padding: 20px 0;
    }
}
.wrap-bread-box .wrap-bread {
    align-items: flex-start !important;
}
.wrap-bread-box .wrap-bread .adress.iconfont {
    font-size: 18px;
    color: #333333;
    margin-right: 10px;
}
@media (max-width: 768px) {
    .wrap-bread-box .wrap-bread .adress.iconfont {
        margin-right: 6px;
    }
}
@media (max-width: 768px) {
    .wrap-bread-box .wrap-bread ul {
        flex-wrap: wrap;
    }
}
.wrap-bread-box .wrap-bread li {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
}
@media (max-width: 768px) {
    .wrap-bread-box .wrap-bread li {
        font-size: 14px;
        padding-bottom: 6px;
    }
    .wrap-bread-box .wrap-bread li:last-child {
        padding-bottom: 0;
    }
}
.wrap-bread-box .wrap-bread li .iconfont {
    font-size: 18px;
}
.wrap-product {
    padding: 70px 0;
}
@media (max-width: 1199px) {
    .wrap-product {
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
    .wrap-product {
        padding: 50px 0;
    }
}
@media (max-width: 768px) {
    .wrap-product {
        padding: 40px 0;
    }
}
.wrap-product .wrap-right-text {
    width: 58%;
}
@media (max-width: 991px) {
    .wrap-product .wrap-right-text {
        width: 100%;
    }
}
.wrap-product .wrap-left-title {
    width: 42%;
    padding-right: 120px;
}
@media (max-width: 1199px) {
    .wrap-product .wrap-left-title {
        padding-right: 40px;
    }
}
@media (max-width: 991px) {
    .wrap-product .wrap-left-title {
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .wrap-product .wrap-left-title {
        margin-bottom: 16px;
    }
}
.wrap-product .warp-texts {
    flex-wrap: wrap;
    padding-bottom: 60px;
}
@media (max-width: 1400px) {
    .wrap-product .warp-texts {
        padding-bottom: 50px;
    }
}
@media (max-width: 991px) {
    .wrap-product .warp-texts {
        padding-bottom: 45px;
    }
}
@media (max-width: 768px) {
    .wrap-product .warp-texts {
        padding-bottom: 40px;
    }
}
.wrap-product .warp-texts h2 {
    line-height: 130%;
}
.wrap-product .warp-texts p {
    line-height: 160%;
}
.wrap-product .wrap-product-aside {
    width: 24%;
}
@media (max-width: 1199px) {
    .wrap-product .wrap-product-aside {
        display: none;
    }
}
.wrap-product .wrap-product-aside .aside-box>ul>li.active .aside_link-list {
    display: block;
}
.wrap-product .wrap-product-aside .aside-box>ul>li.active .aside_link-box {
    background: #0328A5;
}
.wrap-product .wrap-product-aside .aside-box>ul>li.active .aside_link-box a,
.wrap-product .wrap-product-aside .aside-box>ul>li.active .aside_link-box .iconfont {
    color: #fff;
}
.wrap-product .wrap-product-aside .aside-box>ul>li.current .aside_link-list {
    display: block;
}
.wrap-product .wrap-product-aside .aside-box>ul>li.current .aside_link-box {
    background: #0328A5;
}
.wrap-product .wrap-product-aside .aside-box>ul>li.current .aside_link-box a,
.wrap-product .wrap-product-aside .aside-box>ul>li.current .aside_link-box .iconfont {
    color: #fff;
}
.wrap-product .wrap-product-aside .aside_link-box {
    padding: 12px 20px;
    border-radius: 5px;
    background: #F2F2F2;
}
.wrap-product .wrap-product-aside .aside_link-box a {
    width: calc(100% - 18px);
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    text-transform: capitalize;
}
.wrap-product .wrap-product-aside .aside_link-box .iconfont {
    width: 18px;
    color: #333;
    transform: rotate(90deg);
    margin-left: 70px;
}
.wrap-product .wrap-product-aside .aside_link-list {
    padding: 0 20px;
    border-radius: 5px;
    background: #F2F2F2;
    display: none;
}
.wrap-product .wrap-product-aside .aside_link-list li {
    padding: 12px 0;
    border-bottom: 1px solid #fff;
    border-radius: 5px;
}
.wrap-product .wrap-product-aside .aside_link-list li a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
}
.wrap-product .wrap-product-cont {
    width: 76%;
    padding-left: 30px;
}
@media (max-width: 1400px) {
    .wrap-product .wrap-product-cont {
        padding-left: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-product .wrap-product-cont {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-product .wrap-product-cont>ul>li {
    padding: 15px;
}
@media (max-width: 1400px) {
    .wrap-product .wrap-product-cont>ul>li {
        padding: 10px;
    }
}
.wrap-product .wrap-product-cont>ul {
    margin: -15px;
}
@media (max-width: 1400px) {
    .wrap-product .wrap-product-cont>ul {
        margin: -10px;
    }
}
.wrap-product .wrap-product-page {
    padding-top: 60px;
}
@media (max-width: 1400px) {
    .wrap-product .wrap-product-page {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .wrap-product .wrap-product-page {
        padding-top: 45px;
    }
}
@media (max-width: 768px) {
    .wrap-product .wrap-product-page {
        padding-top: 40px;
    }
}
.wrap-product .wrap-product-page .mod_page {
    justify-content: flex-end;
}
.wrap-product .wrap-product-link {
    display: block;
    border-radius: 5px;
    background: #F2F2F2;
    padding: 20px 16px;
}
.wrap-product .wrap-product-link .text {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
}
.wrap-product .wrap-product-link .iconfont {
    font-size: 16px;
    transform: rotate(90deg);
    margin-left: 55px;
}
@media (max-width: 1400px) {
    .wrap-product .wrap-product-link .iconfont {
        margin-left: 30px;
    }
}
.wrap-product .wrap-product-link:hover {
    background: #0328A5;
}
.wrap-product .wrap-product-link:hover .iconfont,
.wrap-product .wrap-product-link:hover .text {
    color: #fff;
}
.wrap-product .aside-box>ul>li {
    padding-top: 16px;
    cursor: pointer;
}
.wrap-product .aside-box>ul>li.active .wrap-product-link {
    background: #0328A5;
}
.wrap-product .aside-box>ul>li.active .wrap-product-link .text,
.wrap-product .aside-box>ul>li.active .wrap-product-link .iconfont {
    color: #fff;
}
.wrap-product .aside-box>ul>li.active .iconfont {
    transform: rotate(180deg);
}
.wrap-product .aside-box>ul>li.current ul {
    display: block;
}
.wrap-product .aside-box>ul {
    margin-top: -16px;
}
.wrap-product .aside-box>ul>li>ul {
    border-radius: 5px;
    background: #F2F2F2;
    padding: 0 20px;
    display: none;
}
.wrap-product .aside-box>ul>li>ul>li {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
}
.wrap-product .aside-box>ul>li>ul>li>a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #fff;
    padding-right: 40px;
}
.wrap-product .aside-box>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}
.wrap-product .aside-box {
    position: sticky;
    top: 124px;
}
/* index-product 通用样式 */
.index-product-slick .item-box,
.wrap-product-cont .box,
.wrap-product-detail-products .item-box {
    border-radius: 5px;
    overflow: hidden;
    background: #F2F2F2;
}
.index-product-slick .item-box .img-box,
.wrap-product-cont .box .img-box,
.wrap-product-detail-products .item-box .img-box {
    padding-bottom: 100%;
}
.index-product-slick .item-box .img-box img,
.wrap-product-cont .box .img-box img,
.wrap-product-detail-products .item-box .img-box img {
    transition: all 0.36s;
}
.index-product-slick .texts,
.wrap-product-cont .title,
.wrap-product-detail-products .title {
    padding: 20px 14px;
    position: relative;
}
@media (max-width: 991px) {
    .index-product-slick .texts,
    .wrap-product-cont .title,
    .wrap-product-detail-products .title {
        padding: 16px 14px;
    }
}
@media (max-width: 768px) {
    .index-product-slick .texts,
    .wrap-product-cont .title,
    .wrap-product-detail-products .title {
        padding: 12px;
    }
}
.index-product-slick .texts::after,
.wrap-product-cont .title::after,
.wrap-product-detail-products .title::after {
    position: absolute;
    content: '';
    width: 0;
    height: 4px;
    background: #0328A5;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.36s;
}
.index-product-slick .texts a,
.wrap-product-cont .title a,
.wrap-product-detail-products .title a {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.36s;
}
.index-product-slick .texts p,
.wrap-product-cont .title p,
.wrap-product-detail-products .title p {
    color: #0328A5;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index-product-slick .cart,
.wrap-product-cont .cart,
.wrap-product-detail-products .cart {
    position: absolute;
    display: block;
    top: 4%;
    right: 4%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    transition: all 0.36s;
}
@media (max-width: 768px) {
    .index-product-slick .cart,
    .wrap-product-cont .cart,
    .wrap-product-detail-products .cart {
        height: 35px;
        width: 35px;
    }
}
.index-product-slick .cart .iconfont,
.wrap-product-cont .cart .iconfont,
.wrap-product-detail-products .cart .iconfont {
    position: absolute;
    content: '';
    font-size: 18px;
    color: #333;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
    .index-product-slick .cart .iconfont,
    .wrap-product-cont .cart .iconfont,
    .wrap-product-detail-products .cart .iconfont {
        font-size: 16px;
    }
}
@media (min-width: 1199px) {
    .index-product-slick .item-box:hover .cart,
    .wrap-product-cont .box:hover .cart,
    .wrap-product-detail-products .item-box:hover .cart {
        background: #0328A5;
    }
    .index-product-slick .item-box:hover .cart .iconfont,
    .wrap-product-cont .box:hover .cart .iconfont,
    .wrap-product-detail-products .item-box:hover .cart .iconfont {
        color: #fff;
    }
    .index-product-slick .item-box:hover .texts>a,
    .wrap-product-cont .box:hover .texts>a,
    .wrap-product-detail-products .item-box:hover .texts>a,
    .index-product-slick .item-box:hover .title>a,
    .wrap-product-cont .box:hover .title>a,
    .wrap-product-detail-products .item-box:hover .title>a {
        color: #0328A5;
    }
    .index-product-slick .item-box:hover .texts::after,
    .wrap-product-cont .box:hover .texts::after,
    .wrap-product-detail-products .item-box:hover .texts::after,
    .index-product-slick .item-box:hover .title::after,
    .wrap-product-cont .box:hover .title::after,
    .wrap-product-detail-products .item-box:hover .title::after {
        width: 90%;
    }
    .index-product-slick .item-box:hover img,
    .wrap-product-cont .box:hover img,
    .wrap-product-detail-products .item-box:hover img {
        transform: scale(1.05);
    }
}
/* index-product 通用样式-end */
.wrap-detail-toplink {
    background: #FAFAFA;
    position: sticky;
    top: 134px;
    z-index: 10;
}
@media (max-width: 1440px) {
    .wrap-detail-toplink {
        top: 124px;
    }
}
@media (max-width: 991px) {
    .wrap-detail-toplink {
        padding: 10px 0;
    }
}
@media (max-width: 768px) {
    .wrap-detail-toplink {
        top: 106px;
    }
}
.wrap-detail-toplink ul {
    padding: 0 80px;
}
@media (max-width: 1400px) {
    .wrap-detail-toplink ul {
        padding: 0 60px;
    }
}
@media (max-width: 1199px) {
    .wrap-detail-toplink ul {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .wrap-detail-toplink ul {
        flex-wrap: wrap;
    }
}
.wrap-detail-toplink li h3 {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    line-height: 65px;
}
@media (max-width: 1199px) {
    .wrap-detail-toplink li h3 {
        line-height: 55px;
    }
}
@media (max-width: 991px) {
    .wrap-detail-toplink li h3 {
        line-height: 45px;
    }
}
@media (max-width: 768px) {
    .wrap-detail-toplink li h3 {
        line-height: 40px;
    }
}
@media (min-width: 1199px) {
    .wrap-detail-toplink li h3:hover {
        color: #0328A5;
    }
}
.wrap-detail-toplink .link {
    cursor: pointer;
}
@media (max-width: 991px) {
    .wrap-detail-toplink .link {
        padding: 0 10px;
    }
}
@media (max-width: 768px) {
    .wrap-detail-toplink .link {
        padding: 0 5px;
    }
}
.wrap-detail-toplink .link.active h3 {
    color: #0328A5;
}
.wrap-detail-toplink .line {
    width: 1px;
    position: relative;
}
.wrap-detail-toplink .line::after {
    position: absolute;
    content: '';
    height: 14px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #999;
}
.wrap-detail-bottomlink {
    background: #FAFAFA;
}
.wrap-detail-bottomlink li {
    width: 50%;
}
@media (max-width: 991px) {
    .wrap-detail-bottomlink li {
        width: 100%;
    }
}
.wrap-detail-bottomlink .item {
    padding: 12px 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
}
@media (max-width: 768px) {
    .wrap-detail-bottomlink .item {
        padding: 8px 0;
        font-size: 16px;
    }
}
.wrap-detail-bottomlink li:last-child .icon {
    margin-right: 0;
    margin-left: 16px;
}
@media (max-width: 991px) {
    .wrap-detail-bottomlink li:last-child .icon {
        margin-left: 0;
        margin-right: 16px;
    }
}
.wrap-detail-bottomlink li:last-child .item {
    flex-direction: row-reverse;
    position: relative;
}
@media (max-width: 991px) {
    .wrap-detail-bottomlink li:last-child .item {
        flex-direction: row;
    }
}
.wrap-detail-bottomlink li:last-child .item::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 18px;
    background: #ccc;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
@media (max-width: 991px) {
    .wrap-detail-bottomlink li:last-child .item::after {
        display: none;
    }
}
@media (min-width: 1199px) {
    .wrap-detail-bottomlink .item:hover .icon {
        background: #0328A5;
    }
    .wrap-detail-bottomlink .item:hover .icon .iconfont {
        color: #fff;
    }
}
.wrap-detail-bottomlink p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wrap-detail-bottomlink .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    margin-right: 16px;
    transition: all 0.36s;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .wrap-detail-bottomlink .icon {
        margin-right: 10px;
    }
}
.wrap-detail-bottomlink .icon .iconfont {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #0328A5;
    transition: all 0.36s;
}
.wrap-detail-bottomlink .icon.prev .iconfont {
    transform: translate(-50%, -50%) rotate(-90deg);
}
.wrap-detail-bottomlink .icon.next .iconfont {
    transform: translate(-50%, -50%) rotate(90deg);
}
@media (max-width: 991px) {
    .wrap-detail-bottomlink ul {
        flex-wrap: wrap;
    }
}
.wrap-public-detail .wrap-public-title {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1199px) {
    .wrap-public-detail .wrap-public-title {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    .wrap-public-detail .wrap-public-title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
.wrap-public-detail .wrap-public-title p {
    color: #0328A5;
    margin-bottom: 16px;
}
.wrap-company-box .wrap-company-img {
    margin: 70px 0;
    overflow: hidden;
}
@media (max-width: 1400px) {
    .wrap-company-box .wrap-company-img {
        margin: 60px 0;
    }
}
@media (max-width: 1199px) {
    .wrap-company-box .wrap-company-img {
        margin: 50px 0;
    }
}
@media (max-width: 768px) {
    .wrap-company-box .wrap-company-img {
        margin: 40px 0;
    }
}
.wrap-company-box .wrap-company-img img {
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .wrap-company-box .wrap-company-img img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        max-width: initial;
        width: 600px;
    }
}
@media (max-width: 1199px) {
    .wrap-company-box .box,
    .wrap-about .box {
        flex-wrap: wrap;
    }
}
.wrap-company-box .box h2,
.wrap-about .box h2 {
    color: #333;
    font-family: Anton;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .wrap-company-box .box h2,
    .wrap-about .box h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .wrap-company-box .box h2,
    .wrap-about .box h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    .wrap-company-box .box h2,
    .wrap-about .box h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}
.wrap-company-box .box p,
.wrap-about .box p {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
}
@media (max-width: 768px) {
    .wrap-company-box .box p,
    .wrap-about .box p {
        font-size: 16px;
    }
}
.wrap-company-box .box .texts,
.wrap-about .box .texts {
    width: 58%;
}
@media (max-width: 1199px) {
    .wrap-company-box .box .texts,
    .wrap-about .box .texts {
        width: 100%;
    }
}
.wrap-company-box .box .title,
.wrap-about .box .title {
    width: 42%;
    padding-right: 100px;
}
@media (max-width: 1199px) {
    .wrap-company-box .box .title,
    .wrap-about .box .title {
        width: 100%;
        padding-right: 0;
        padding-bottom: 25px;
    }
}
@media (max-width: 991px) {
    .wrap-company-box .box .title,
    .wrap-about .box .title {
        padding-bottom: 0;
    }
}
.wrap-product_detail {
    position: relative;
}
.wrap-product_detail .wrap-product-detail-show {
    padding-bottom: 90px;
}
@media (max-width: 1400px) {
    .wrap-product_detail .wrap-product-detail-show {
        padding-bottom: 80px;
    }
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-show {
        padding-bottom: 70px;
    }
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-detail-show {
        padding-bottom: 50px;
    }
}
@media (max-width: 1199px) {
    .wrap-product_detail .wrap-product-detail-show .box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: start !important;
    }
}
.wrap-product_detail .wrap-product-detail-show .product-left-texts {
    width: 52%;
    padding-right: 150px;
}
@media (max-width: 1400px) {
    .wrap-product_detail .wrap-product-detail-show .product-left-texts {
        padding-right: 100px;
    }
}
@media (max-width: 1199px) {
    .wrap-product_detail .wrap-product-detail-show .product-left-texts {
        padding-right: 0;
        width: 100%;
        padding-top: 30px;
    }
}
.wrap-product_detail .wrap-product-detail-show .product-left-texts span {
    color: #0328A5;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}
.wrap-product_detail .wrap-product-detail-show .title-in {
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 1400px) {
    .wrap-product_detail .wrap-product-detail-show .title-in {
        padding: 25px 0;
        margin-bottom: 25px;
    }
}
.wrap-product_detail .wrap-product-detail-show .title-in h2 {
    margin-bottom: 16px;
    line-height: 130%;
}
.wrap-product_detail .wrap-product-detail-show .title-in p {
    line-height: 160%;
}
.wrap-product_detail .wrap-product-detail-show .share p {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 20px;
}
.wrap-product_detail .wrap-product-detail-show .price {
    padding-top: 70px;
}
@media (max-width: 1400px) {
    .wrap-product_detail .wrap-product-detail-show .price {
        padding-top: 60px;
    }
}
@media (max-width: 1199px) {
    .wrap-product_detail .wrap-product-detail-show .price {
        padding-top: 50px;
    }
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-detail-show .price {
        padding-top: 40px;
    }
}
.wrap-product_detail .wrap-product-detail-show .price li a {
    display: inline-block;
    min-width: 240px;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #0328A5;
    text-align: center;
    color: #0328A5;
    font-family: Onest;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    line-height: 56px;
    transition: all 0.36s;
}
@media (max-width: 1400px) {
    .wrap-product_detail .wrap-product-detail-show .price li a {
        min-width: 230px;
        line-height: 54px;
    }
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-show .price li a {
        min-width: 220px;
        line-height: 50px;
    }
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-detail-show .price li a {
        min-width: 155px;
        line-height: 45px;
        font-size: 14px;
    }
}
.wrap-product_detail .wrap-product-detail-show .price li a .iconfont {
    color: #0328A5;
    font-size: 18px;
    margin-right: 6px;
    transition: all 0.36s;
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-detail-show .price li a .iconfont {
        font-size: 15px;
    }
}
@media (min-width: 1199px) {
    .wrap-product_detail .wrap-product-detail-show .price li a:hover {
        background: #0328A5;
        border: 1px solid #0328A5;
        color: #fff;
    }
    .wrap-product_detail .wrap-product-detail-show .price li a:hover .iconfont {
        color: #fff;
    }
}
.wrap-product_detail .wrap-product-detail-show li:last-child {
    margin-left: 16px;
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-detail-show li:last-child {
        margin-left: 10px;
    }
}
.wrap-product_detail .wrap-product-detail-show li:last-child a {
    background: #191B1D;
    color: #Fff;
}
.wrap-product_detail .wrap-product-detail-show li:last-child a .iconfont {
    color: #fff;
}
.wrap-product_detail .wrap-product-detail-show .product-right-list {
    width: 48%;
}
@media (max-width: 1199px) {
    .wrap-product_detail .wrap-product-detail-show .product-right-list {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-show .product-right-list {
        width: 100%;
    }
}
.wrap-product_detail .wrap-product-detail-show .big-img-list {
    width: 83.211678%;
}
@media (max-width: 1199px) {
    .wrap-product_detail .wrap-product-detail-show .big-img-list {
        width: 100%;
        margin-bottom: 20px;
    }
}
.wrap-product_detail .wrap-product-detail-show .big-img-list .img-box {
    padding-bottom: 100%;
}
.wrap-product_detail .wrap-product-detail-show .small-img-list {
    width: 10.218978%;
}
@media (max-width: 1199px) {
    .wrap-product_detail .wrap-product-detail-show .small-img-list {
        width: 100%;
    }
}
.wrap-product_detail .wrap-product-detail-show .small-img-list .small-img-list-box {
    margin: -5px 0;
}
@media (max-width: 1199px) {
    .wrap-product_detail .wrap-product-detail-show .small-img-list .small-img-list-box {
        margin: 0 -5px;
    }
}
.wrap-product_detail .wrap-product-detail-show .small-img-list .item {
    padding: 5px 0;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .wrap-product_detail .wrap-product-detail-show .small-img-list .item {
        padding: 0 5px;
    }
}
.wrap-product_detail .wrap-product-detail-show .small-img-list .img-box {
    padding-bottom: 100%;
}
.wrap-product_detail .wrap-product-detail-show .small-img-list .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
}
.wrap-product_detail .wrap-product-detail-show .small-img-list .arrow::after {
    position: absolute;
    content: '';
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.wrap-product_detail .wrap-product-detail-show .small-img-list .arrow .iconfont {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 6px;
}
.wrap-product_detail .wrap-product-nav {
    position: sticky;
    top: 130px;
    z-index: 9;
}
@media (max-width: 1400px) {
    .wrap-product_detail .wrap-product-nav {
        top: 124px;
    }
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-nav {
        top: 106px;
    }
}
.wrap-product_detail .wrap-product-nav .wrap-product-nav-detail .wrap-product-nav-text {
    cursor: pointer;
    transition: all 0.36s;
}
@media (min-width: 1199px) {
    .wrap-product_detail .wrap-product-nav .wrap-product-nav-detail .wrap-product-nav-text:hover h3 {
        color: #0328A5;
    }
}
.wrap-product_detail .wrap-product-nav .wrap-product-nav-detail .wrap-product-nav-text.active h3 {
    color: #0328A5;
}
.wrap-product_detail .wrap-product-nav ul {
    border-radius: 5px;
    background: #FAFAFA;
    padding: 0 260px;
}
@media (max-width: 1400px) {
    .wrap-product_detail .wrap-product-nav ul {
        padding: 0 240px;
    }
}
@media (max-width: 1199px) {
    .wrap-product_detail .wrap-product-nav ul {
        padding: 0 150px;
    }
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-nav ul {
        padding: 0 70px;
    }
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-nav ul {
        padding: 10px 20px;
        flex-wrap: wrap;
    }
}
.wrap-product_detail .wrap-product-nav li {
    padding: 20px 0;
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-nav li {
        padding: 14px 0;
    }
}
.wrap-product_detail .wrap-product-nav .text {
    cursor: pointer;
}
@media (min-width: 1199px) {
    .wrap-product_detail .wrap-product-nav .text:hover h3 {
        color: #0328A5;
    }
}
.wrap-product_detail .wrap-product-nav .line {
    position: relative;
    width: 1px;
}
.wrap-product_detail .wrap-product-nav .line::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #999999;
    height: 14px;
    width: 100%;
}
.wrap-product_detail .wrap-product-nav h3 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}
.wrap-product_detail .wrap-product-detail-review .send {
    border-radius: 100px;
    background: #191B1D;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    padding: 20px 0;
    min-width: 240px;
    display: inline-block;
    border: 1px solid transparent;
    transition: all 0.36s;
    cursor: pointer;
}
@media (max-width: 1400px) {
    .wrap-product_detail .wrap-product-detail-review .send {
        padding: 18px 0;
        min-width: 230px;
    }
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-review .send {
        padding: 16px 0;
        min-width: 200px;
    }
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-detail-review .send {
        font-size: 15px;
    }
}
.wrap-product_detail .wrap-product-detail-review .send .iconfont {
    font-size: 20px;
    margin-right: 6px;
    transition: all 0.36s;
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-review .send .iconfont {
        font-size: 16px;
    }
}
@media (min-width: 1199px) {
    .wrap-product_detail .wrap-product-detail-review .send:hover {
        background: #0328A5;
        color: #fff;
        border: 1px solid #0328A5;
    }
    .wrap-product_detail .wrap-product-detail-review .send:hover .iconfont {
        color: #fff;
    }
}
.wrap-product_detail .wrap-product-detail-review .review-box {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    padding: 0 30px;
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-review .review-box {
        padding: 0 25px;
    }
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-detail-review .review-box {
        padding: 0 20px;
    }
}
.wrap-product_detail .wrap-product-detail-review .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #333333;
    position: relative;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .wrap-product_detail .wrap-product-detail-review .icon {
        width: 45px;
        height: 45px;
    }
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-review .icon {
        width: 40px;
        height: 40px;
    }
}
.wrap-product_detail .wrap-product-detail-review .icon .iconfont {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-review .icon .iconfont {
        font-size: 18px;
    }
}
.wrap-product_detail .wrap-product-detail-review .review-box>ul>li {
    padding: 40px 0;
    border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1199px) {
    .wrap-product_detail .wrap-product-detail-review .review-box>ul>li {
        padding: 35px 0;
    }
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-review .review-box>ul>li {
        padding: 30px 0;
    }
}
.wrap-product_detail .wrap-product-detail-review .review-box>ul>li .title {
    padding-left: 16px;
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-detail-review .review-box>ul>li .title {
        padding-left: 10px;
    }
}
.wrap-product_detail .wrap-product-detail-review .review-box>ul>li .title h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 12px;
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-detail-review .review-box>ul>li .title h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
.wrap-product_detail .wrap-product-detail-review .review-box>ul>li .title p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap-product_detail .wrap-product-detail-review .review-box>ul>li:last-child {
    border-bottom: none;
}
.wrap-product_detail .wrap-product-detail-review .review-form {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    padding: 40px 30px;
    display: none;
}
.wrap-product_detail .wrap-product-detail-review .detail-title {
    margin-bottom: 0;
}
.wrap-product_detail .wrap-product-detail-review .title-box {
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-detail-review .title-box {
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
}
.wrap-product_detail .wrap-product-detail-message .form {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    padding: 40px 30px;
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-detail-message .form {
        padding: 25px 20px;
    }
}
.wrap-product_detail .wrap-product-detail-products .item {
    padding: 0 15px;
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-products .item {
        padding: 0 10px;
    }
}
.wrap-product_detail .wrap-product-detail-products .products-list-box {
    margin: 0 -15px;
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-products .products-list-box {
        margin: 0 -10px;
    }
}
.wrap-product_detail .wrap-product-detail-products .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-detail-products .arrow {
        display: none;
    }
}
.wrap-product_detail .wrap-product-detail-products .arrow.prev {
    left: -70px;
}
@media (max-width: 1560px) {
    .wrap-product_detail .wrap-product-detail-products .arrow.prev {
        left: -35px;
    }
}
@media (max-width: 1470px) {
    .wrap-product_detail .wrap-product-detail-products .arrow.prev {
        left: -20px;
    }
}
@media (max-width: 1400px) {
    .wrap-product_detail .wrap-product-detail-products .arrow.prev {
        left: -40px;
    }
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-products .arrow.prev {
        left: -20px;
    }
}
.wrap-product_detail .wrap-product-detail-products .arrow.next {
    right: -70px;
}
@media (max-width: 1560px) {
    .wrap-product_detail .wrap-product-detail-products .arrow.next {
        right: -35px;
    }
}
@media (max-width: 1470px) {
    .wrap-product_detail .wrap-product-detail-products .arrow.next {
        right: -20px;
    }
}
@media (max-width: 1400px) {
    .wrap-product_detail .wrap-product-detail-products .arrow.next {
        right: -40px;
    }
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-products .arrow.next {
        right: -20px;
    }
}
.wrap-product_detail .wrap-product-detail-products .product-list {
    position: relative;
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-detail-products .wrap-product-arrow {
        display: none;
    }
}
.wrap-product_detail .wrap-product-detail-box .product1 {
    padding-top: 70px;
}
@media (max-width: 1400px) {
    .wrap-product_detail .wrap-product-detail-box .product1 {
        padding-top: 60px;
    }
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-box .product1 {
        padding-top: 50px;
    }
}
.wrap-product_detail .wrap-product-detail-box .detail-title {
    margin-bottom: 40px;
}
@media (max-width: 1400px) {
    .wrap-product_detail .wrap-product-detail-box .detail-title {
        margin-bottom: 35px;
    }
}
@media (max-width: 1199px) {
    .wrap-product_detail .wrap-product-detail-box .detail-title {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-box .detail-title {
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-detail-box .detail-title {
        margin-bottom: 20px;
    }
}
.wrap-product_detail .wrap-product-detail-box .detail-title h2 {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
}
@media (max-width: 1199px) {
    .wrap-product_detail .wrap-product-detail-box .detail-title h2 {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .wrap-product_detail .wrap-product-detail-box .detail-title h2 {
        font-size: 26px;
    }
}
@media (max-width: 768px) {
    .wrap-product_detail .wrap-product-detail-box .detail-title h2 {
        font-size: 24px;
    }
}
.wrap-product-detail-message .form .mod_form_item,
.wrap-product-detail-review .review-form .mod_form_item,
.shop_cont .form .mod_form_item,
.wrap-product-detail-message .form .shop_cont .form,
.wrap-product-detail-review .review-form .shop_cont .form,
.shop_cont .form .shop_cont .form {
    width: 50%;
    padding: 0 8px;
}
@media (max-width: 768px) {
    .wrap-product-detail-message .form .mod_form_item,
    .wrap-product-detail-review .review-form .mod_form_item,
    .shop_cont .form .mod_form_item,
    .wrap-product-detail-message .form .shop_cont .form,
    .wrap-product-detail-review .review-form .shop_cont .form,
    .shop_cont .form .shop_cont .form {
        width: 100%;
    }
}
.wrap-product-detail-message .form .mod_form_item .conts,
.wrap-product-detail-review .review-form .mod_form_item .conts,
.shop_cont .form .mod_form_item .conts,
.wrap-product-detail-message .form .shop_cont .form .conts,
.wrap-product-detail-review .review-form .shop_cont .form .conts,
.shop_cont .form .shop_cont .form .conts {
    border-radius: 5px;
    background: #F2F2F2;
    border: none;
}
.wrap-product-detail-message .form .mod_form,
.wrap-product-detail-review .review-form .mod_form,
.shop_cont .form .mod_form {
    margin: 0 -8px;
}
.wrap-product-detail-message .form .mod_form_item.textarea,
.wrap-product-detail-review .review-form .mod_form_item.textarea,
.shop_cont .form .mod_form_item.textarea {
    width: 100%;
}
.wrap-product-detail-message .form .mod_form_item.textarea textarea,
.wrap-product-detail-review .review-form .mod_form_item.textarea textarea,
.shop_cont .form .mod_form_item.textarea textarea {
    height: 324px;
}
@media (max-width: 991px) {
    .wrap-product-detail-message .form .mod_form_item.textarea textarea,
    .wrap-product-detail-review .review-form .mod_form_item.textarea textarea,
    .shop_cont .form .mod_form_item.textarea textarea {
        height: 240px;
    }
}
@media (max-width: 768px) {
    .wrap-product-detail-message .form .mod_form_item.textarea textarea,
    .wrap-product-detail-review .review-form .mod_form_item.textarea textarea,
    .shop_cont .form .mod_form_item.textarea textarea {
        height: 200px;
    }
}
.wrap-product-detail-message .form .mod_form_item.button,
.wrap-product-detail-review .review-form .mod_form_item.button,
.shop_cont .form .mod_form_item.button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .wrap-product-detail-message .form .mod_form_item.button,
    .wrap-product-detail-review .review-form .mod_form_item.button,
    .shop_cont .form .mod_form_item.button {
        margin-top: 10px;
    }
}
.wrap-product-detail-message .form .mod_form_item.button .conts,
.wrap-product-detail-review .review-form .mod_form_item.button .conts,
.shop_cont .form .mod_form_item.button .conts {
    background: none;
}
.wrap-product-detail-message .form .mod_form_item.button button,
.wrap-product-detail-review .review-form .mod_form_item.button button,
.shop_cont .form .mod_form_item.button button {
    transition: all 0.36s;
    border: 1px solid #0328A5;
    background: #fff;
    color: #0328A5;
    min-width: 240px;
}
@media (max-width: 991px) {
    .wrap-product-detail-message .form .mod_form_item.button button,
    .wrap-product-detail-review .review-form .mod_form_item.button button,
    .shop_cont .form .mod_form_item.button button {
        min-width: 210px;
    }
}
@media (max-width: 768px) {
    .wrap-product-detail-message .form .mod_form_item.button button,
    .wrap-product-detail-review .review-form .mod_form_item.button button,
    .shop_cont .form .mod_form_item.button button {
        min-width: 180px;
    }
}
.wrap-product-detail-message .form .mod_form_item.button button .iconfont,
.wrap-product-detail-review .review-form .mod_form_item.button button .iconfont,
.shop_cont .form .mod_form_item.button button .iconfont {
    transition: all 0.36s;
}
@media (min-width: 1199px) {
    .wrap-product-detail-message .form .mod_form_item.button button:hover,
    .wrap-product-detail-review .review-form .mod_form_item.button button:hover,
    .shop_cont .form .mod_form_item.button button:hover {
        background: #0328A5;
        color: #fff;
    }
    .wrap-product-detail-message .form .mod_form_item.button button:hover .iconfont,
    .wrap-product-detail-review .review-form .mod_form_item.button button:hover .iconfont,
    .shop_cont .form .mod_form_item.button button:hover .iconfont {
        color: #fff;
    }
}
.wrap-product-detail-message .form .mod_form_item.proname,
.wrap-product-detail-review .review-form .mod_form_item.proname,
.shop_cont .form .mod_form_item.proname {
    width: 100%;
}
.wrap-product-detail-message .form .mod_form_item.proname .conts,
.wrap-product-detail-review .review-form .mod_form_item.proname .conts,
.shop_cont .form .mod_form_item.proname .conts {
    background: #0328A5;
}
.wrap-product-detail-message .form .mod_form_item.proname .conts label,
.wrap-product-detail-review .review-form .mod_form_item.proname .conts label,
.shop_cont .form .mod_form_item.proname .conts label {
    color: #fff;
}
.wrap-about {
    overflow: hidden;
}
.wrap-about .product2 {
    padding: 90px 0;
}
@media (max-width: 1199px) {
    .wrap-about .product2 {
        padding: 70px 0;
    }
}
@media (max-width: 768px) {
    .wrap-about .product2 {
        padding: 50px 0;
    }
}
.wrap-about .wrap-about-number .box .number {
    padding-top: 70px;
}
@media (max-width: 1440px) {
    .wrap-about .wrap-about-number .box .number {
        padding-top: 60px;
    }
}
@media (max-width: 1400px) {
    .wrap-about .wrap-about-number .box .number {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .wrap-about .wrap-about-number .box .number {
        padding-top: 40px;
    }
}
.wrap-about .wrap-about-number .box .number li {
    width: 100%;
    padding-bottom: 25px;
}
.wrap-about .wrap-about-number .box .number li:last-child {
    padding-bottom: 0;
}
.wrap-about .wrap-about-number .box .number ul {
    padding-right: 74px;
}
@media (max-width: 1400px) {
    .wrap-about .wrap-about-number .box .number ul {
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-number .box .number ul {
        flex-wrap: wrap;
    }
}
.wrap-about .wrap-about-number .box .number li>div {
    color: #0328A5;
}
.wrap-about .wrap-about-number .box .number .line {
    background: linear-gradient(180deg, rgba(9, 7, 202, 0) 0%, #0907CA 50%, rgba(9, 7, 202, 0) 100%);
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-number .box .number .line {
        display: none;
    }
}
.wrap-about .wrap-about-video {
    padding: 90px 0;
    overflow: hidden;
}
@media (max-width: 1400px) {
    .wrap-about .wrap-about-video {
        padding: 70px 0;
    }
}
@media (max-width: 1199px) {
    .wrap-about .wrap-about-video {
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
    .wrap-about .wrap-about-video {
        padding: 50px 0;
    }
}
.wrap-about .wrap-about-video .box2 {
    position: relative;
    cursor: pointer;
}
.wrap-about .wrap-about-video .box2 img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-video .box2 img {
        max-width: initial;
        width: 800px;
    }
}
.wrap-about .wrap-about-video .box2 .button {
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
    .wrap-about .wrap-about-video .box2 .button {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 1400px) {
    .wrap-about .wrap-about-video .box2 .button {
        width: 65px;
        height: 65px;
    }
}
@media (max-width: 991px) {
    .wrap-about .wrap-about-video .box2 .button {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-video .box2 .button {
        width: 50px;
        height: 50px;
    }
}
.wrap-about .wrap-about-video .box2 .button .iconfont {
    color: #0328A5;
    position: absolute;
    content: '';
    font-size: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-video .box2 .button .iconfont {
        font-size: 16px;
    }
}
.wrap-about .wrap-about-video .box2 .button::after {
    position: absolute;
    content: '';
    width: 88px;
    height: 88px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.35);
}
@media (max-width: 1440px) {
    .wrap-about .wrap-about-video .box2 .button::after {
        width: 83px;
        height: 83px;
    }
}
@media (max-width: 1400px) {
    .wrap-about .wrap-about-video .box2 .button::after {
        width: 78px;
        height: 78px;
    }
}
@media (max-width: 991px) {
    .wrap-about .wrap-about-video .box2 .button::after {
        width: 73px;
        height: 73px;
    }
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-video .box2 .button::after {
        width: 63px;
        height: 63px;
    }
}
.wrap-about .wrap-about-number2 .box3 .title_number {
    padding: 0 150px;
}
@media (max-width: 1400px) {
    .wrap-about .wrap-about-number2 .box3 .title_number {
        padding: 0 120px;
    }
}
@media (max-width: 1400px) {
    .wrap-about .wrap-about-number2 .box3 .title_number {
        padding: 0 80px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .wrap-about-number2 .box3 .title_number {
        padding: 0 40px;
    }
}
@media (max-width: 991px) {
    .wrap-about .wrap-about-number2 .box3 .title_number {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .wrap-about .wrap-about-number2 .box3 .title_number li {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-number2 .box3 .title_number li {
        padding-bottom: 25px;
        width: 50%;
    }
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-number2 .box3 .title_number ul {
        margin-bottom: -15px;
    }
}
.wrap-about .wrap-about-number2 .box3 .title_text2 {
    border-top: 1px solid rgba(9, 7, 202, 0.35);
    padding-top: 50px;
    margin-top: 50px;
    text-align: center;
}
@media (max-width: 991px) {
    .wrap-about .wrap-about-number2 .box3 .title_text2 {
        padding-top: 45px;
        margin-top: 45px;
    }
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-number2 .box3 .title_text2 {
        padding-top: 40px;
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-number2 .box3 .title_text2 {
        padding-top: 30px;
    }
}
.wrap-about .wrap-about-number2 .box3 .title_text2 p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
.wrap-about .wrap-about-history {
    overflow: hidden;
    background: #FAFAFA;
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-history .wrap-about-history-arrow {
        display: none;
    }
}
.wrap-about .wrap-about-history .box4 .title {
    text-align: center;
}
.wrap-about .wrap-about-history .box4 .title h2 {
    color: #333;
    font-family: Anton;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 16px;
    text-transform: uppercase;
}
@media (max-width: 1400px) {
    .wrap-about .wrap-about-history .box4 .title h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .wrap-about-history .box4 .title h2 {
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    .wrap-about .wrap-about-history .box4 .title h2 {
        font-size: 28px;
    }
}
.wrap-about .wrap-about-history .box4 .title p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-history .box4 .title p {
        font-size: 14px;
    }
}
.wrap-about .wrap-about-history .arrow {
    position: absolute;
    content: '';
    top: 35%;
    transform: translateY(-35%);
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-history .arrow {
        display: none;
    }
}
.wrap-about .wrap-about-history .arrow.prev {
    left: 14%;
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-history .arrow.prev {
        left: 10%;
    }
}
.wrap-about .wrap-about-history .arrow.next {
    right: 14%;
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-history .arrow.next {
        right: 10%;
    }
}
.wrap-about .wrap-about-history .wrap-about-progressbox {
    position: relative;
    margin: 0 -100px;
}
.wrap-about .wrap-about-history .wrap-about-progressbox::before,
.wrap-about .wrap-about-history .wrap-about-progressbox::after {
    position: absolute;
    content: '';
    width: 240px;
    height: 20px;
    background: #FAFAFA;
    top: 0;
    z-index: 9;
}
@media (max-width: 1680px) {
    .wrap-about .wrap-about-history .wrap-about-progressbox::before,
    .wrap-about .wrap-about-history .wrap-about-progressbox::after {
        width: 220px;
    }
}
@media (max-width: 1440px) {
    .wrap-about .wrap-about-history .wrap-about-progressbox::before,
    .wrap-about .wrap-about-history .wrap-about-progressbox::after {
        width: 200px;
    }
}
@media (max-width: 1400px) {
    .wrap-about .wrap-about-history .wrap-about-progressbox::before,
    .wrap-about .wrap-about-history .wrap-about-progressbox::after {
        width: 185px;
    }
}
@media (max-width: 991px) {
    .wrap-about .wrap-about-history .wrap-about-progressbox::before,
    .wrap-about .wrap-about-history .wrap-about-progressbox::after {
        width: 175px;
    }
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-history .wrap-about-progressbox::before,
    .wrap-about .wrap-about-history .wrap-about-progressbox::after {
        width: 140px;
    }
}
.wrap-about .wrap-about-history .wrap-about-progressbox::before {
    left: 0;
}
.wrap-about .wrap-about-history .wrap-about-progressbox::after {
    right: 0;
}
.wrap-about .wrap-about-history .wrap-about-progress {
    width: 100%;
    position: relative;
    padding: 0 100px;
}
.wrap-about .wrap-about-history .wrap-about-progress .item {
    padding: 2%;
    text-align: center;
}
@media (max-width: 1440px) {
    .wrap-about .wrap-about-history .wrap-about-progress .item {
        padding: 3%;
    }
}
@media (max-width: 1199px) {
    .wrap-about .wrap-about-history .wrap-about-progress .item {
        padding: 4%;
    }
}
.wrap-about .wrap-about-history .wrap-about-progress .item p {
    margin-top: 18px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-history .wrap-about-progress .item p {
        font-size: 16px;
        margin-top: 10px;
    }
}
.wrap-about .wrap-about-history .wrap-about-progress .slick-center .circle {
    width: 70%;
}
.wrap-about .wrap-about-history .wrap-about-progress::after {
    position: absolute;
    content: '';
    left: 0;
    top: 14%;
    transform: translateY(-14%);
    width: 100%;
    height: 1px;
    border-radius: 5px;
    background: rgba(9, 7, 202, 0.15);
}
.wrap-about .wrap-about-history .wrap-about-progress .circle {
    width: 240px;
    width: 0;
    height: 2px;
    border-radius: 5px;
    background: #0328A5;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}
.wrap-about .wrap-about-history .wrap-about-progress i {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border: 2px solid #0328A5;
    border-radius: 50%;
    background: #fff;
    top: -4px;
}
.wrap-about .wrap-about-public .public-list {
    padding-top: 60px;
    margin: 0 -15px;
}
@media (max-width: 1400px) {
    .wrap-about .wrap-about-public .public-list {
        padding-top: 50px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .wrap-about-public .public-list {
        padding-top: 40px;
    }
}
.wrap-about .wrap-about-public .public-list .slick-track {
    display: flex;
    height: 100%;
}
.wrap-about .wrap-about-public .public-list .slick-slide {
    height: auto;
}
.wrap-about .wrap-about-public .public-list .slick-slide>div {
    height: 100%;
}
.wrap-about .wrap-about-public .public-list .item {
    height: 100%;
    padding: 0 15px;
}
.wrap-about .wrap-about-public .public-list .item .item-box {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    padding-top: 70px;
    border-top: 1px solid rgba(9, 7, 202, 0.15);
}
@media (max-width: 1400px) {
    .wrap-about .wrap-about-public .public-list .item .item-box {
        padding-top: 60px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .wrap-about-public .public-list .item .item-box {
        padding-top: 50px;
    }
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-public .public-list .item .item-box {
        padding-top: 40px;
    }
}
.wrap-about .wrap-about-public .public-list .item a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.wrap-about .wrap-about-public .public-list .item p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap-about .wrap-about-public .public-list .item .img-box {
    padding-bottom: 62.222222%;
    border-radius: 5px;
    width: 100%;
}
.wrap-about .wrap-about-public .public-list .item .img-box img {
    transition: all 0.5s;
}
.wrap-about .wrap-about-public .public-list .item .title {
    padding-bottom: 60px;
}
@media (max-width: 1400px) {
    .wrap-about .wrap-about-public .public-list .item .title {
        padding-bottom: 45px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .wrap-about-public .public-list .item .title {
        padding-bottom: 35px;
    }
}
@media (min-width: 1199px) {
    .wrap-about .wrap-about-public .public-list .item:hover img {
        transform: scale(1.05);
    }
    .wrap-about .wrap-about-public .public-list .item:hover a {
        color: #0328A5;
    }
}
.wrap-about .wrap-about-public .arrow {
    left: 50%;
    transform: translateX(-50%);
    margin: 0 5px;
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-public .arrow {
        left: 40%;
        transform: translateX(-40%);
    }
}
.wrap-about .wrap-about-public .arrow-box {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-about .wrap-about-public .arrow-box {
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-public .arrow-box {
        margin-top: 25px;
    }
}
.wrap-about .wrap-about-enter {
    overflow: hidden;
    background: #FAFAFA;
}
.wrap-about .wrap-about-enter .box2 {
    padding-top: 60px;
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-enter .box2 {
        padding-top: 30px;
    }
}
.wrap-about .wrap-about-enter .box2 ul {
    margin: -10px -1px;
    flex-wrap: wrap;
}
.wrap-about .wrap-about-enter .box2 li {
    padding: 10px 1px;
}
@media (max-width: 991px) {
    .wrap-about .wrap-about-enter .box2 li {
        padding: 5px 1px;
    }
}
.wrap-about .wrap-about-enter .box2 .item {
    height: 100%;
    padding: 100px 18px 60px;
    position: relative;
}
@media (max-width: 1400px) {
    .wrap-about .wrap-about-enter .box2 .item {
        padding: 90px 18px 50px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .wrap-about-enter .box2 .item {
        padding: 70px 18px 50px;
    }
}
.wrap-about .wrap-about-enter .box2 .item::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}
@media (min-width: 1199px) {
    .wrap-about .wrap-about-enter .box2 .item:hover {
        background: #0328A5 !important;
    }
    .wrap-about .wrap-about-enter .box2 .item:hover::after {
        background: transparent;
    }
    .wrap-about .wrap-about-enter .box2 .item:hover .circle {
        background: #fff;
    }
    .wrap-about .wrap-about-enter .box2 .item:hover .circle p {
        color: #0328A5;
    }
}
.wrap-about .wrap-about-enter .box2 .circle-box {
    margin-bottom: 260px;
    position: relative;
    z-index: 9;
}
@media (max-width: 1400px) {
    .wrap-about .wrap-about-enter .box2 .circle-box {
        margin-bottom: 210px;
    }
}
@media (max-width: 1199px) {
    .wrap-about .wrap-about-enter .box2 .circle-box {
        margin-bottom: 170px;
    }
}
.wrap-about .wrap-about-enter .box2 .circle {
    width: 56px;
    height: 56px;
    background: rgba(9, 7, 202, 0.35);
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    transition: all 0.36s;
}
@media (max-width: 991px) {
    .wrap-about .wrap-about-enter .box2 .circle {
        width: 50px;
        height: 50px;
    }
}
.wrap-about .wrap-about-enter .box2 .circle p {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 56px;
    transition: all 0.36s;
}
@media (max-width: 991px) {
    .wrap-about .wrap-about-enter .box2 .circle p {
        font-size: 20px;
        line-height: 50px;
    }
}
.wrap-about .wrap-about-enter .box2 .title {
    text-align: center;
    color: #fff;
    font-family: Onest;
    position: relative;
    z-index: 9;
}
.wrap-about .wrap-about-enter .box2 .title h2 {
    font-weight: 600;
    line-height: 130%;
    font-size: 20px;
    margin-bottom: 16px;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    .wrap-about .wrap-about-enter .box2 .title h2 {
        font-size: 18px;
        margin-bottom: 14px;
    }
}
.wrap-about .wrap-about-enter .box2 .title p {
    font-weight: 400;
    line-height: 160%;
    font-size: 16px;
}
.wrap-about .wrap-about-display .box2 {
    padding-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-about .wrap-about-display .box2 {
        padding-top: 45px;
    }
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-display .box2 {
        padding-top: 30px;
    }
}
.wrap-about .wrap-about-display .box2 .img-box {
    padding-bottom: 63.636363%;
    border-radius: 5px;
}
.wrap-about .wrap-about-display .box2 .img-box img {
    transition: all 0.5s;
}
.wrap-about .wrap-about-display .box2 .title {
    text-align: center;
    padding-top: 26px;
}
@media (max-width: 1199px) {
    .wrap-about .wrap-about-display .box2 .title {
        padding-top: 22px;
    }
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-display .box2 .title {
        padding-top: 18px;
    }
}
.wrap-about .wrap-about-display .box2 .title h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    transition: all 0.36s;
}
.wrap-about .wrap-about-display .box2 li {
    padding: 0 15px 60px 15px;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .wrap-about .wrap-about-display .box2 li {
        padding: 0 10px 35px 10px;
    }
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-display .box2 li {
        padding: 0 0 30px 0;
    }
}
@media (min-width: 1199px) {
    .wrap-about .wrap-about-display .box2 li:hover img {
        transform: scale(1.05);
    }
    .wrap-about .wrap-about-display .box2 li:hover .title h3 {
        color: #0328A5;
    }
}
.wrap-about .wrap-about-display .box2 ul {
    margin: 0 -15px -60px -15px;
}
@media (max-width: 1199px) {
    .wrap-about .wrap-about-display .box2 ul {
        margin: 0 -10px -35px -10px;
    }
}
@media (max-width: 768px) {
    .wrap-about .wrap-about-display .box2 ul {
        margin: 0 0 -26px 0;
    }
}
.xs-online {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 11;
    background: #333;
}
@media (min-width: 1199px) {
    .xs-online {
        display: none;
    }
}
.xs-online li {
    width: 20%;
    border-left: 1px solid #fff;
}
.xs-online li:first-child {
    border-left: 1px solid transparent;
}
.xs-online a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    padding: 10px 0;
}
@media (max-width: 768px) {
    .xs-online a {
        font-size: 14px;
    }
}
.xs-online a .iconfont {
    font-size: 18px;
    color: #fff;
    margin-bottom: 4px;
}
/* shop */
.shop_cont {
    padding: 8rem 0px;
}
.shop-title {
    padding-bottom: 30px;
}
@media (max-width: 768px) {
    .shop-title {
        padding-bottom: 25px;
    }
}
.shop-message {
    padding-top: 70px;
}
@media (max-width: 1400px) {
    .shop-message {
        padding-top: 60px;
    }
}
@media (max-width: 1199px) {
    .shop-message {
        padding-top: 50px;
    }
}
@media (max-width: 768px) {
    .shop-message {
        padding-top: 40px;
    }
}
.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.img-box {
    padding-bottom: 100%;
    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: #333;
}
.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 */
.carter-number-box {
    margin: 70px 0 100px 0;
    position: relative;
}
@media (max-width: 1400px) {
    .carter-number-box {
        margin: 65px 0 80px 0;
    }
}
@media (max-width: 1199px) {
    .carter-number-box {
        margin: 60px 0 70px 0;
    }
}
@media (max-width: 991px) {
    .carter-number-box {
        margin: 50px 0 60px 0;
    }
}
@media (max-width: 768px) {
    .carter-number-box {
        margin: 35px 0 45px 0;
    }
}
.carter-number-box::before,
.carter-number-box::after {
    position: absolute;
    content: '';
    background: #FAFAFA;
    height: 100%;
    width: 460px;
    z-index: 9;
    top: 0;
}
@media (max-width: 1400px) {
    .carter-number-box::before,
    .carter-number-box::after {
        width: 380px;
    }
}
@media (max-width: 991px) {
    .carter-number-box::before,
    .carter-number-box::after {
        width: 230px;
    }
}
@media (max-width: 768px) {
    .carter-number-box::before,
    .carter-number-box::after {
        width: 40px;
    }
}
.carter-number-box::before {
    left: 0;
    background: linear-gradient(to left, transparent, #FAFAFA);
}
.carter-number-box::after {
    right: 0;
    background: linear-gradient(to right, transparent, #FAFAFA);
}
.carter-number-box .container {
    position: relative;
}
.carter-number-list {
    width: 780px;
    margin: 0 auto;
}
@media (max-width: 1400px) {
    .carter-number-list {
        width: 590px;
    }
}
@media (max-width: 1199px) {
    .carter-number-list {
        width: 560px;
    }
}
@media (max-width: 991px) {
    .carter-number-list {
        width: 460px;
    }
}
@media (max-width: 768px) {
    .carter-number-list {
        width: 250px;
    }
}
.carter-number-list .slick-list {
    overflow: initial !important;
}
.carter-number-conts {
    text-align: center;
}
.carter-number-conts .year {
    text-align: center;
    font-family: Onest;
    font-size: 260px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: rgba(3, 40, 165, 0);
    transition: all 0.5s;
}
@media (max-width: 1400px) {
    .carter-number-conts .year {
        font-size: 220px;
        margin-bottom: 40px;
    }
}
@media (max-width: 1199px) {
    .carter-number-conts .year {
        font-size: 200px;
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .carter-number-conts .year {
        font-size: 180px;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .carter-number-conts .year {
        font-size: 100px;
        margin-bottom: 10px;
    }
}
.carter-number-conts .texts p {
    font-family: Onest;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: none;
}
@media (max-width: 768px) {
    .carter-number-conts .texts p {
        font-size: 16px;
    }
}
.carter-number-conts .year {
    position: relative;
}
.carter-number-conts .year::after {
    content: attr(data-text);
    background: linear-gradient(270deg, rgba(9, 7, 202, 0.05) 100%, rgba(9, 7, 202, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.carter-number-box .slick-current .carter-number-conts .year {
    color: #0328a5;
}
.carter-number-box .slick-current .carter-number-conts p {
    display: block;
}
.wrap-privacy .wrap-privacy-title {
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .wrap-privacy .wrap-privacy-title {
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .wrap-privacy .wrap-privacy-title {
        margin-bottom: 20px;
    }
}

.wrap-about .wrap-about-enter .box2 .item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.newdeta_cont .news_info img {
    max-width: 100%;
}
.share-cn {
    display: none;
}
&[lang=zh-CN] {
    .share-cn {
        display: block;
    }
    .share-other {
        display: none;
    }
}
.a2a_kit {
    display: inline-block;
    vertical-align: middle;
}