* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

div::-webkit-scrollbar-thumb {
    background: #00194C;
}

div::-webkit-scrollbar-track {
    background: #fff;
}

body {
    color: var(--base-color);
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    font-family: var(--base-font);
    --base-font: 'Inter', sans-serif;
    --heading-font: 'Work Sans', sans-serif;
    --primary-color: #0055FF;
    --secondary-color: #FEC458;
    --heading-color: #001726;
    --base-color: #696969;
    --lighter-color: #F1F5FF;
    --navyblue-color: #00194C;
    --border-color: rgba(1, 13, 9, 0.1);
}

a {
    color: var(--base-color);
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

.wrapper {
    width: 1320px;
    margin: 0 auto;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: var(--heading-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--heading-color);
}

.text-white h1,
.text-white h1 a,
.text-white h2,
.text-white h2 a,
.text-white h3,
.text-white h3 a,
.text-white h4,
.text-white h4 a,
.text-white h5,
.text-white h5 a,
.text-white h6,
.text-white h6 a,
.text-white .h1,
.text-white .h1 a,
.text-white .h2,
.text-white .h2 a,
.text-white .h3,
.text-white .h3 a,
.text-white .h4,
.text-white .h4 a,
.text-white .h5,
.text-white .h5 a,
.text-white .h6,
.text-white .h6 a {
    color: white;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

mark {
    color: var(--primary-color);
    background: transparent;
    text-decoration: underline;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/*======= Input Styles =======*/
input,
select,
textarea,
.nice-select,
.form-control {
    width: 100%;
    height: auto;
    font-weight: 500;
    padding: 20px 30px;
    border-radius: 15px;
    font-family: var(--heading-font);
    background: var(--lighter-color);
    border: 1px solid var(--lighter-color);
}

input:focus,
select:focus,
textarea:focus,
.nice-select:focus,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border-color: var(--border-color);
}

textarea {
    display: inherit;
    padding-top: 20px;
}

label {
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--base-color);
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

input[type=checkbox],
input[type=radio] {
    height: auto;
    width: auto;
}

/* 示例分页 CSS */
.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-left: -5px;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a,
.pagination li span {
    display: block;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    text-decoration: none;
    transition: background .2s;
}

.pagination li a:hover {
    background: #f0f0f0;
}

.pagination li.active a {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination li.disabled span {
    background: #f9f9f9;
    color: #ccc;
    border-color: #ddd;
    cursor: default;
}

.main-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 110px;
    /* background-color: #005BA7; */
    /* 从蓝到透明的一个渐变 */
    /* background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#005BA7)); */
    /* background:hwb(160 0% 95% / 0.1) */
    /* #005BA7 透明1 */
    /* background: rgba(0, 85, 255, 0.6); */
    background: #00194C;

    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.05);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.05)
}

.main-header-lang {
    display: flex;
    justify-content: flex-end;
    height: 110px;
    line-height: 110px;
    margin-right: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

.main-header-lang a {
    margin: 0 10px;
    font-weight: normal;
}

.main-header-wrapper {
    width: 92.6%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.main-header a {
    color: #fff;
    font-size: 18px;
    /* 强制不换行 */
    white-space: nowrap;
}

.main-header-logo {
    text-align: center;
    height: 74px;
    margin-top: 16px;
}

.main-header-nav {
    flex: 1;
}

.main-header-nav-list {
    display: flex;
    justify-content: space-between;
    padding-left: 200px;
    padding-right: 50px;
    width: 100%;
    flex: 1;
}

.main-header-nav-item {
    position: relative;
    /* padding: 0 3%; */
    height: 110px;
    line-height: 110px;
}

.main-header-nav-list {}


.main-header-nav-list {
    /* 主菜单样式 */
    background-color: transparent;
}

.main-header-nav-list-sub {
    /* 子菜单样式 */
    background-color: rgba(255, 255, 255, 0.9);
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
    padding: 0 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    line-height: 45px;
    position: absolute;
}

.main-header-nav-list-sub a {
    color: #000;
    display: block;
}

.main-header-nav-item-sub {
    border-bottom: 1px solid #ccc;
}

.main-header-nav-item-sub:last-child {
    border-bottom: none;
}

.main-header-nav-item:hover .main-header-nav-list-sub {
    max-height: 500px;
}

.main-header-nav-item-sub:hover a {
    color: #005BA7;

}

/* 视频 */
.video-container {
    width: 100%;
    position: relative;
    max-height: 100vh;
    overflow: hidden;
    line-height: 0;
}

.video-container video {
    width: 100%;
}

.video-container .video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 200;
    /* //文字颜色跟随视频变化 */
    color: #fff;
    font-size: 88px;

}

/* 简介 */
.home-introduce {
    height: 680px;
    background: #00194C url(../image/wave-shape.png) no-repeat center bottom;
}

.home-introduce-wrapper {

    width: 1320px;
    margin: 0 auto;
}

.home-introduce-box {
    display: flex;
    justify-content: space-between;

}

.home-introduce-box-item {
    position: relative;
    z-index: 300;
    width: 30%;
    height: 380px;
    margin-top: -100px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 40px 50px 35px;
    transition: all 0.5s;
}

.home-introduce-box-item .img-box {
    margin-bottom: 40px;
    position: relative;
}

.home-introduce-box-item .img-box {
    width: 80px;
}

.home-introduce-box-item .bg {
    position: absolute;
    right: -50px;
    top: -50px;
    transform: scale(0.6);
    transition: all 0.5s;

}

.home-introduce-box-item:hover .bg {
    right: 0;
    top: 0;
    transform: scale(1);
}

.home-introduce-box-item:hover {
    background-color: #0055FF;
}

.home-introduce-box-item:hover .img-box::before {
    background: #1A66FF;
}

.home-introduce-box-item:hover * {
    color: #fff;
}

.home-introduce-box-item:hover img {
    transition: all 0.5s;
}

.home-introduce-box-item:hover .img-box img {
    /* 滤镜颜色填充白色 */
    filter: brightness(100);


}

.home-introduce-box-item .img-box::before {
    content: '';
    position: absolute;
    content: '';
    width: 85px;
    height: 85px;
    z-index: -1;
    position: absolute;
    left: 5px;
    transition: all 0.5s;
    border-radius: 50%;
    background: #F1F5FF;
    top: 15px;
}

.home-introduce-box-item-title {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;

}

.home-introduce-content {
    margin-top: 80px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

/* 关于我们 */
.home-about-wrapper {
    width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    padding-bottom: 80px;
}

.home-about-left {
    width: 60%;
}

.home-about-right {
    width: 40%;
}

.home-about-right h1 {
    font-size: 48px;
    color: #000;
    margin-bottom: 20px;
}

.home-about-right .subTitle {
    font-size: 20px;
    color: #666;
    margin-bottom: 20px;
}

.home-about-right .content {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 30px;

}

.home-about-right-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.home-about-right-bottom-item-title {
    font-size: 28px;
    color: #0055FF;
    margin-bottom: 10px;
}

.home-about-right-bottom-item-content {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    line-height: 30px;

}

/* 产品中心 */
.home-product {
    overflow: hidden;
    background: #00194C url(../image/wave-shape.png) no-repeat center bottom;
}

.home-product-wrapper {
    width: 1320px;
    margin: 0 auto;
    margin-top: 100px;
}

.home-product-wrapper h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.home-product-wrapper .subTitle {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.home-product-content {
    display: flex;
    margin-left: -3.333333%;
    margin-top: 80px;
    padding-bottom: 60px;
    flex-wrap: wrap;
}

.home-product-content-item {
    width: 30%;
    position: relative;
    margin-bottom: 130px;
    margin-left: 3.333333%;
}

.home-product-content-item img {
    width: 100%;

    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0px 30px 120px rgba(0, 85, 255, 0.25);
}

.home-product-content-item-content {
    z-index: 1;
    position: absolute;
    right: -1px;
    bottom: 0;
    transform: translateY(50%);

    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    width: calc(100% - 25px);
    padding: 23px 35px 23px 50px;
    -webkit-box-shadow: 0px 10px 60px rgba(0, 85, 255, 0.15);
    box-shadow: 0px 10px 60px rgba(0, 85, 255, 0.15);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 20px 50%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 20px 50%);
}

.home-product-content-item:hover .home-product-content-item-content {
    background: #0055FF;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 0 50%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 0 50%);
    color: #fff;
}

.home-product-content-item:hover .home-product-content-item-title {
    color: #fff;
}

.home-product-content-item:hover .home-product-content-item-desc {
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
    color: #fff;
}

.home-product-content-item-title {
    font-size: 24px;
    color: #000;
}

.home-product-content-item-desc {
    font-size: 16px;
    padding-top: 0;
    color: #666;
    margin-bottom: 10px;
    height: 0;
    overflow: hidden;

    transition: all 0.5s;
}

/* 新闻中心 */
.home-news-wrapper {
    width: 1320px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.home-news-wrapper h1 {
    font-size: 48px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;

}

.home-news-wrapper .subTitle {
    font-size: 20px;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}

.home-news-content {
    display: flex;
    margin-top: 80px;
    flex-wrap: wrap;
    margin-left: -2%;
}

.home-news-content-item {
    width: 23%;
    position: relative;
    margin-bottom: 130px;
    margin-left: 2%;
    position: relative;
}

.home-news-content-item-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 16px;
    transform: translateY(50%) translateX(-50%);
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    width: 90%;
    box-shadow: 0px 10px 60px rgba(0, 85, 255, 0.15);
    transition: all 0.5s;
}

.home-news-content-item-content * {
    transition: all 0.5s;
}

.home-news-content-item-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 90px;
}

.home-news-content-item-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.home-news-content-item-content:hover {
    background: #0055FF;
}

.home-news-content-item-content:hover * {
    color: #fff;
}

/* 底部 */
.footer {
    height: 376px;
    overflow: hidden;
    background: #00194C;
}

.footer-wrapper {
    margin-top: 100px;
    padding-bottom: 40px;
    max-width: 1320px;
    padding-top: 40px;
    display: flex;
    width: 92.6%;
    margin: 0 auto;
    justify-content: space-between;
}

.footer-wrapper * {
    color: rgba(255, 255, 255, 0.45);
}

.footer-wrapper a:hover {
    color: #fff;
}

.footer-wrapper a {
    display: block;
}

.footer-item {
    min-width: 180px;
    margin-left: 10px;
}

.footer-item dl {}

.footer-item dl dt {
    font-size: 18px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.footer-item dl dt,
.footer-item dl dt a {
    color: #fff;
}

.footer-item dl dd {
    font-size: 14px;
    margin-bottom: 5px;

}

.footer-qrcode {
    font-size: 14px;
}

.footer-qrcode img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.footer-qrcode .tabs {
    display: flex;
    justify-content: space-between;
    width: 120px;
    margin-top: 10px;
}

.footer-qrcode .tabs .tab {}








.about-banner {
    width: 100%;
    height: 600px;
    background: url(../image/about-banner.jpg) no-repeat center center;
    background-size: 100%;
}

.about-banner-wrapper {
    width: 1320px;
    margin: 0 auto;
    height: 100%;
    text-align: center;
    padding-top: 180px;
    font-size: 40px;
}

.page-nav {
    height: 62px;
    background: #F1F5FF;
}

.page-nav-wrapper {
    width: 1320px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.page-nav-item a {
    display: block;
    padding: 0 20px;
    line-height: 62px;
    /* 禁止换行 */
    box-sizing: border-box;
    white-space: nowrap;
}

.page-nav-item a:hover,
.page-nav-item a.active {
    background: #0055FF;
    color: #fff;
}

.about-content {
    padding-top: 100px;
    padding-bottom: 30px;
}

.about-content-wrapper {
    width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.about-content-left-title {
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.about-content-left-desc {
    font-size: 26px;
    color: #333;
    margin-bottom: 26px;
    line-height: 30px;
}

.about-content-left-text {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    margin-bottom: 26px;
}

.about-content-left {
    padding-right: 50px;
    width: 60%;
}

.about-content-right {
    width: 40%;
}

.about-content-right img {
    border-radius: 10px;
}

.about-content-right-img {
    display: flex;
    justify-content: space-between;

}

.about-content-right-img img {
    width: 48%;
    margin-top: 4%;


}

.about-content-right-img1 {
    width: 100%;
    height: 200px;
}

.about-content-bottom {
    background: #00194C url(../image/about-content-bottom-bg.jpg) no-repeat center center;
    background-size: 100%;
    padding: 60px 0;
    position: relative;
}

.about-content-bottom::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
}

.about-content-bottom-wrapper {
    position: relative;
    z-index: 10;
    width: 1320px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.about-content-bottom-item {
    /* width: 30%; */
}

.about-content-bottom-item-title {
    color: #fff;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.about-content-bottom-item-title span {
    font-size: 40px;
    color: #fff;
    line-height: 30px;
}

.about-content-bottom-item-title b {
    font-weight: normal;
    line-height: 16px;
    font-size: 20px;
}

.about-content-bottom-item-desc {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}


.about-marketing {
    padding-top: 100px;
    padding-bottom: 80px;
}

.about-marketing-wrapper {
    width: 1320px;
    margin: 0 auto;
}

.about-marketing-title {
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.about-marketing-content {
    display: flex;
    position: relative;

}

.about-marketing-content-left {
    width: 60%;
}

.about-marketing-content-right {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding-right: 10px;

}

.about-marketing-content-item .img {
    width: 140px;
    height: 75px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}

.about-marketing-content-item-text {
    flex: 1;
}

.about-marketing-content-item img {

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.about-marketing-content-item {
    display: flex;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;

    margin-bottom: 10px;
}

.about-marketing-content-item,
.about-marketing-content-item * {
    transition: all 0.5s;
}

.about-marketing-content-item:hover img {
    transform: scale(1.2);
}

.about-marketing-content-item-title {
    font-size: 18px;
    color: #000;
    line-height: 20px;
    margin-bottom: 3px;
}

.about-marketing-content-item-desc {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    /* 超过一行隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.about-marketing-content-item-address {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.about-culture {

    background: #F1F5FF;
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-culture-wrapper {
    width: 1320px;
    margin: 0 auto;

}

.about-culture-title {
    font-size: 36px;
    color: #333;
    line-height: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.about-culture-content {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.about-culture-list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.about-culture-list-item {
    width: 30%;
    height: 200px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;


}

.about-culture-list-item-title {
    font-size: 20px;
    color: #333;
    line-height: 28px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;

}

.about-honor {
    padding-top: 100px;
    padding-bottom: 100px;


    overflow: hidden;
}

.about-honor-wrapper {
    width: 1320px;
    margin: 0 auto;

}

.about-honor-title {
    font-size: 36px;
    color: #333;
    line-height: 48px;
    margin-bottom: 50px;
    text-align: center;
}

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

.about-honor-item {}

.about-honor-swiper {
    overflow: hidden;
    position: relative;
}

.about-honor-item-title {
    font-size: 22px;
    color: #333;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 60px;
}

.bout-honor-item-date {
    font-size: 18px;
}

.about-sustainable {
    position: relative;
}

.about-sustainable-bg-right {
    position: absolute;
    background: #F1F5FF;
    border-radius: 8px 0 0 8px;
    top: 0;
    bottom: 0;
    right: 0;
    width: 62%;

}

.about-sustainable-warpper {
    position: relative;
    z-index: 10;
    width: 1320px;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 200px;
    padding-top: 200px;
}

.about-sustainable-title {
    font-size: 36px;
    color: #333;
    line-height: 48px;
    margin-bottom: 50px;
}

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

.about-sustainable-bg-left {
    position: absolute;
    left: 0;
    width: 50%;
    height: 70%;
    overflow: hidden;
    top: 15%;
    border-radius: 0 10px 10px 0;

}

.about-sustainable-bg-left img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about-sustainable-content-right {
    padding-left: 55%;
    overflow: hidden;
}

.about-partner {
    background: #fefefe;
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-partner-wrapper {
    width: 1320px;
    margin: 0 auto;
}

.about-partner-title {
    font-size: 36px;
    color: #333;
    line-height: 48px;
    margin-bottom: 50px;
    text-align: center;
}

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

.about-partner-item {
    width: 100%;
    height: 100px;
    position: relative;
}

.about-partner-swiper {
    overflow: hidden;
    position: relative;
}

.about-partner-item img {
    height: 80px;
    position: absolute;
    left: 50%;
    max-width: calc(100% - 40px);
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-partner-item:hover p {
    opacity: 1;
}

.about-partner-item p {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, RGBA(102, 163, 255, .95) 0%, RGBA(128, 181, 255, .95) 100%);
    font-size: 24px;
    transition: all 0.6s;
    line-height: 100%;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    z-index: 2;
}

.point {
    display: block;
    height: 100px;
    margin-top: -100px;
    overflow: hidden;
    clear: both;

}


@media (max-width:960px) {

    body,
    html {
        width: 100%;
        overflow-x: hidden;
    }

    .video-container .video-overlay {
        font-size: 24px;
        width: 100%;
    }

    .video-container .video-overlay h1 {
        font-size: 24px;
    }

    .home-introduce-wrapper {
        width: 100%;
    }

    .home-about-wrapper {
        width: 100%;
        margin-top: 20px;
    }

    .home-news-wrapper {
        width: 100%;
    }

    .main-header-wrapper {
        width: 100%;
    }

    .main-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    body {
        padding-top: 50px;
    }

    .wrapper {
        width: 100%;

    }

    .main-header-nav {
        display: none;
    }

    .main-header-lang {
        display: none;
    }

    .home-introduce-box {
        display: block;
        overflow: hidden;
    }

    .home-introduce-box-item {
        width: auto;
        margin: 0 15px;
        margin-top: 15px;
        padding: 0;
        height: auto;
    }

    .home-introduce-box-item .bg {
        display: none;
    }

    .home-introduce-box-item .img-box {
        float: left;
        margin-top: 20px;
        margin-right: 20px;
        margin-left: 20px;
        padding-bottom: 60px;
    }

    .home-introduce-box-item .img-box img {
        width: 100%;
    }

    .home-introduce-box-item-title {
        margin-bottom: 10px;
        margin-top: 20px;
        font-size: 18px;
    }

    .home-introduce-box-item-content {
        font-size: 14px;
    }

    .home-introduce-content {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
        padding: 0 15px;
    }

    .home-introduce {
        height: auto;
        overflow: hidden;
    }

    .home-about-wrapper {
        display: block;
    }

    .home-about-left {
        width: 100%;
    }

    .home-about-right {
        width: 100%;
        padding: 0 15px;
        padding-top: 20px;
    }

    .home-about-right h1 {
        text-align: center;
        font-size: 32px;


    }

    .subTitle {
        text-align: center;
        font-size: 18px;
    }

    .home-about-right .content {
        font-size: 14px;
    }

    .home-about-right-bottom-item-content {
        font-size: 16px;
    }

    .home-about-right-bottom-item-title {
        text-align: center;
    }

    .home-product {}

    .home-about-wrapper {
        padding-bottom: 0;
    }

    .home-product-wrapper {
        width: 100%;
        margin-top: 20px;
        font-size: 32px;
    }

    .home-product-wrapper h1 {
        font-size: 32px;
    }

    .home-product-wrapper .subTitle {
        font-size: 18px;
    }

    .home-product-content {
        display: block;
        margin-top: 20px;
        margin-left: 0;
        padding-bottom: 20px;
    }

    .home-product-content-item {
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 60px;
    }

    .home-news-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .home-news-wrapper h1 {
        font-size: 32px;
    }

    .home-news-wrapper .subTitle {
        font-size: 18px;
    }

    .home-news-content {
        margin-top: 20px;
        display: block;
    }

    .home-news-content-item {
        display: block;
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }

    .home-news-content-item-content {
        width: 96%;
        min-height: auto;
    }

    .home-news-content-item-title {
        min-height: auto;
    }

    .footer {
        height: auto;
    }

    .footer-wrapper {
        width: 100%;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-item {
        display: none;
    }

    .footer-item:nth-child(1) {
        display: block;
    }

    .about-banner-wrapper {
        width: 100%;
        padding-top: 30px;
        font-size: 32px;
    }

    .about-banner {
        height: 200px;
    }

    .page-nav {
        display: none;
    }

    .about-content {
        padding-top: 20px;
    }

    .about-content-left-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .about-content-left-desc {
        font-size: 18px;
    }

    .about-content-wrapper {
        width: 100%;
        display: block;
    }

    .about-content-left {
        padding: 0;
        width: 100%;
        padding: 0 15px;
        font-size: 14px;
        line-height: 26px;
        color: #999;
    }

    .about-content-right {
        width: 100%;
        padding: 0 15px;
    }

    .about-content-bottom {
        display: none;
    }

    .about-marketing-wrapper {
        width: 100%;
    }

    .about-marketing {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-marketing-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .about-marketing-content {
        display: block;
    }

    .about-marketing-content-left {
        display: block;
        width: 100%;
    }

    .about-marketing-content-right {
        position: relative;
        width: 100%;
        padding: 0 15px;
    }

    .about-marketing-content-item {
        width: 100%;
        margin: 0;
        margin-bottom: 12px;
    }

    .about-culture {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-culture-wrapper {
        width: 100%;
    }

    .about-culture-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .about-culture-content {
        font-size: 14px;
        line-height: 24px;
        padding: 0 15px;
    }

    .about-culture-list {
        display: block;
        padding: 0 15px;
        width: 100%;
    }

    .about-culture-list-item {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }

    .about-honor {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-honor-wrapper {
        width: 100%;
        padding: 0 15px;
    }

    .about-honor-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .about-honor-item-title {
        font-size: 14px;
        line-height: 18px;
        min-height: 40px;
        margin-top: 10px;
    }

    .about-honor-item-date {
        display: none;
    }

    .about-sustainable-warpper {
        width: 100%;
    }

    .about-sustainable-bg-left {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        height: auto;
        overflow: visible;
    }

    .about-sustainable-bg-left img {
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        transform: translate(0, 0);
    }

    .about-sustainable-bg-right {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        border-radius: 0;
        bottom: 0;
    }

    .about-sustainable-warpper {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    .about-sustainable-content-right {
        padding-left: 0;
        padding: 0 15px;
        width: 100%;
        font-size: 14px;
        padding-bottom: 20px;
    }

    .about-sustainable-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .about-partner-wrapper {
        width: 100%;
        padding: 0 15px;
    }

    .about-partner {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-partner-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    body .page-banner .swiper-slide .title {
        font-size: 32px;
    }

    .page-banner {
        height: 200px !important;
    }

    .page-banner .swiper-slide {
        height: 200px !important;
    }

    .product-main {
        margin-top: 20px !important;
    }

    .sidebar-title {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .category-list {

        padding-left: 5px !important;
    }

    .product-sidebar {
        margin-right: 12px !important;
        width: 140px !important;
    }

    .category-list>li {
        font-size: 12px !important;
        margin-bottom: 8px !important;
    }

    .category-list ul li {
        font-size: 12px !important;
        margin-bottom: 8px !important;
    }

    .category-list ul {
        margin-top: 0 !important;
        padding-left: 18px !important;
    }

    .product-list {
        display: block !important;
        padding-right: 15px !important;

    }

    .product-list>div {
        margin-left: 0 !important;
    }

    .product-card {
        margin-left: 0 !important;
        width: 100% !important;

        padding: 15px !important;
        margin-bottom: 15px !important;
    }

    .product-detail-link {
        font-size: 14px !important;
        margin-top: 0 !important;
    }

    .product-name {
        font-size: 18px !important;
        margin-bottom: 5px !important;
        margin-bottom: 0 !important;
    }

    .product-card img {
        margin-bottom: 5px !important;
    }

    .page-num {
        display: none;
    }

    .pagination li a,
    .pagination li span {
        padding: 5px 8px !important;
        font-size: 14px !important;
    }

    body div.pproduct-list div {}

    .breadcrumb {
        display: none;
    }

    .detail-main {
        display: block !important;
        margin-bottom: 0 !important;
    }

    .detail-image {
        margin-bottom: 20px !important;
    }

    .detail-image .thumb-swiper {
        width: calc(100% - 30px) !important;
        margin: 0 15px !important;
    }

    .detail-image .main-image {
        width: 100% !important;
        height: auto !important;
    }

    .detail-image .thumb-swiper {
        height: auto !important;
    }

    .detail-info {
        padding: 0 15px !important;
        width: 100% !important;
    }

    .detail-image {
        max-width: 100% !important;
    }

    .detail-title {
        font-size: 24px !important;
        margin-bottom: 10px !important;

    }

    .detail-desc {
        font-size: 14px !important;
        margin-bottom: 20px !important;
        line-height: 24px !important;
    }

    .detail-field {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .detail-field strong {
        font-size: 16px !important;
    }

    .tab-list li {
        font-size: 14px !important;
    }

    .tab-list {
        margin-bottom: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #eee !important;
        padding: 0 15px !important;
        padding-top: 15px !important;

    }

    .product-tabs {
        padding: 0 !important;
        border-top: 0 !important;
    }

    .tab-content .tab-panel {
        padding: 0 15px !important;
        font-size: 14px !important;
    }

    .tab-panel-content table {
        width: 100% !important;
        font-size: 12px !important;
        margin: 0 !important;
    }

    .tab-panel-title {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }

    .tab-panel-content {
        padding: 0 !important;
        margin: 0 !important;
    }

    .applications {
        display: block !important;
        padding: 0 15px !important;
        margin-top: 15px !important;
        overflow: hidden !important;
    }

    .wrapper {
        overflow: hidden;
    }

    .application-card {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        overflow: hidden;
        margin-bottom: 15px !important;
    }

    .application-card__description {
        font-size: 14px !important;
        margin: 0 !important;
        padding: 15px !important;
        line-height: 18px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        height: auto !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .news-list {
        display: block !important;
        padding: 0 15px !important;
        margin: 0 !important;
        padding-top: 15px !important;
    }

    .news-card {
        display: block !important;
        width: 100% !important;
        margin: 0 auto !important;
        overflow: hidden;
        margin-bottom: 15px !important;
    }

    .card-body .summary {
        font-size: 14px !important;
        margin: 0 !important;
        line-height: 18px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        height: auto !important;
    }

    .card-body h3 {
        font-size: 16px !important;
    }

    .pagination {
        margin-left: 15px !important;
    }

    .news-detail {
        padding: 0 15px !important;
        margin-bottom: 20px !important;
        padding-top: 15px !important;
    }

    .news-detail>h1 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }

    .page-talent {
        padding-top: 15px !important;
        padding-bottom: 0 !important;
    }

    .page-talent .title {
        font-size: 32px !important;
        padding-left: 15px !important;
        margin-bottom: 15px !important;
    }

    .page-talent .desc {
        font-size: 14px !important;
        line-height: 24px !important;
        padding: 0 15px !important;
        width: calc(100%) !important;
        margin-bottom: 15px !important;
    }

    .top_img {
        width: calc(100%) !important;
        margin-bottom: 15px !important;
        height: auto !important;
    }

    .top_img img {
        width: 100%;
    }

    .page-join-join {
        padding-top: 15px !important;
        padding-bottom: 15px !important;

    }

    .page-join-join .title {
        font-size: 32px !important;
        padding-left: 15px !important;
        margin-bottom: 15px !important;
    }

    .page-join-join .content {
        font-size: 14px !important;
        line-height: 24px !important;
        padding: 0 15px !important;
        width: calc(100%) !important;
    }

    .main-header {
        height: 50px !important;
    }

    .main-header-logo {
        height: 40px !important;
        margin-top: 5px !important;
        margin-left: 5px;
    }

    .main-header-menu {
        display: block !important;
        padding: 12px 12px !important;
    }

    .main-header-menu img {
        width: 25px !important;
        display: block;
    }

    .footer {
        display: none;
    }

    .mobile-footer-nav {
        display: block !important;
    }
}

.main-header-menu {
    display: none;
}

.footer-company-info {
    text-align: center;
}

.footer-company-info a {
    margin-left: 15px;
}

.footer-company-info a:hover {
    color: #fff;
}

.mobile-footer-nav {
    display: none;
    flex-direction: column;
    align-items: center;
    background: #00194C;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.mobile-footer-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}

.qr-label {
    margin-top: 0;
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.mobile-footer-item.qr img {
    width: 50px;
    height: 50px;
}

.mobile-footer-item.info p,
.mobile-footer-item.copy p {
    margin: 0px 0;
}

.mobile-footer-item.copy p a,
.mobile-footer-item.copy p a:hover,
.mobile-footer-item.copy p a:active {
    color: #fff;
}