* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-smooth: always;
    /* 启用字体平滑 */
    -webkit-font-smoothing: antialiased;
    /* 在一些WebKit浏览器中启用字体抗锯齿 */
    -moz-osx-font-smoothing: grayscale;
    /* 在一些Firefox浏览器中启用字体抗锯齿 */
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #0F1822;
}



@font-face {
    font-family: 'enFont';
    src: url('memphis_bold-webfont.woff2') format('woff2'),
        url('memphis_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.titleFont {
    font-weight: bold !important;
    font-family: Arial, Helvetica, sans-serif;
}

.enFont {
    font-family: Arial, Helvetica, sans-serif;
}

:root {
    --blue: #192634 !important;
    --red: #B61D22 !important;
    --grey: #B7B7B7 !important;
}

.grey {
    color: var(--grey) !important;
}

.f12 {
    font-size: 12px !important;
}

.f14 {
    font-size: 14px !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 800 !important;
    font-family: 'titleFont';
}

a {
    text-decoration: none !important;
}


.imgShadow {
    filter: drop-shadow(0px 12px 30px rgba(9, 13, 16, .5))
}

#mainMenu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    height: 70px;
    display: flex;
    align-items: center;
    transition: all .2s;
}

#mainMenu .logo {
    background-image: url(logo_01.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 237px;
    height: 30px;
    transition: all .2s;
}

#mainMenu .mainMenu {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

#mainMenu .mainMenu a {
    font-family: 'titleFont';
    color: #fff;
    font-size: 1.1rem;
    transition: all .1s;
    text-transform: uppercase;
}

#mainMenu .mainMenu a:hover {
    color: var(--red) !important;
}

#mainMenu .mainMenu a.menunow {
    border-bottom: 3px solid var(--red);
}

#mainMenu .mainContact {
    color: #fff;
    display: flex;
    gap: .5rem;
    align-items: center;
    font-size: .8rem;
    transition: all .1s;
    background-image: url(icon_01.svg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 1.5rem;
}

#mainMenu .mainContact a {
    color: #fff;
    font-weight: bold;
    transition: all .1s;
}

#mainMenu.whiteBg {
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

#mainMenu.whiteBg .logo {
    background-image: url(logo_02.png);
}

#mainMenu.whiteBg .mainMenu a,
#mainMenu.whiteBg .mainContact,
#mainMenu.whiteBg .mainContact a {
    color: var(--blue);
}

#mainMenu.whiteBg .mainContact {
    background-image: url(icon_03.svg);
}

#myMenu {
    position: fixed;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

#myMenu li {
    width: 10px;
    height: 4px;
    transition: all .2s;
    background-color: #777777;
    margin-bottom: .5rem;
}

#myMenu li a {
    display: block;
    width: 100%;
    height: 100%;
}

#myMenu li.active {
    background-color: var(--red);
    width: 30px !important;
}


.home {
    background: url(img01.jpg) no-repeat center;
    background-size: cover;
}

.home #myVideo {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.home::after {
    content: '';
    width: 100%;
    height: 100vh;
    background-color: rgba(8, 16, 24, 0.75);
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.home .container {
    position: relative;
    z-index: 3;
}

.home .container h1 {
    font-size: 3.5rem;
    line-height: 3rem;
}

.home .container h1 hr {
    background-color: var(--red);
    width: 70px;
    height: 7px;
    margin-top: 1.5rem;
}

.home .container a {
    color: var(--grey);
    font-size: .9rem;
    transition: all .2s;
    font-family: 'titleFont';
}

.home .container a:hover {
    color: #fff;
}

.products {
    background: linear-gradient(to top, #0a0f15 0%, #263b50 40%, #26405c 50%, #25394d 60%, #0a0f15 100%);
    background-size: cover;
    transition: all .2s;
}

.togelBg {
    background: url(img02_1.jpg) no-repeat center;
    background-size: cover;
}

.products .cpBox img {
    transition: all .2s;
}

.products .cpBox a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products .cpBox a:hover img {
    transform: scale(1.1, 1.1);
}

.products .cpBox a h5 {
    color: #fff;
}

.factory {
    background: url(img03.png) no-repeat center;
    background-size: cover;
}

.homeTitle {
    color: #fff;
}

.homeTitle h1 {
    font-size: 60px;
}

.homeTitle::after {
    content: '';
    width: 70px;
    height: 8px;
    background-color: var(--red);
    display: block;
    margin: 0px auto;
}

.factory h5 {
    font-size: 26px !important;
}

.factory i {
    color: var(--grey) !important;
    font-size: 14px;
}

.factory a {
    color: rgba(255, 255, 255, .8);
    font-size: 3rem;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    transition: all .2s;
}

.factory a:hover {
    color: #fff;
}

.project {
    background: url(img04.png) no-repeat center;
    background-size: cover;
}

.project .swiper-container {
    width: 100%;
    height: 100%;
}

.project .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.7);
}

.project .swiper-slide a {
    position: relative;
    background-color: rgba(0, 0, 0, 1);
    overflow: hidden;
    transition: all .2s;
    margin-bottom: 1rem;
    border-radius: 5px;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, .5);
}

.project .swiper-slide a img {
    margin: 0px;
    opacity: .5;
    width: 100%;
}

.project .swiper-slide a::before {
    content: "\e615";
    font-family: "iconfont" !important;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .2s;
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    opacity: 0.3;
}

.project .swiper-slide a:hover::before {
    opacity: 1;
}

.project .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 999;
}

.project .swiper-slide-active a img,
.swiper-slide-duplicate-active a img {
    opacity: 1;
}

.project .swiper-slide-active a::before,
.swiper-slide-duplicate-active a::before {
    opacity: .8;
}

.project .swiper-slide h5 {
    opacity: 0;
    transition: all .2s;
}

.project .swiper-slide-active h5,
.swiper-slide-duplicate-active h5 {
    opacity: 1;
}

.partner {
    background: url(img05.png) no-repeat center;
    background-size: cover;
}

.contact {
    background: url(img06.png) no-repeat center;
    background-size: cover;
}

a.normalLink {
    background-color: var(--red);
    color: #fff;
    border-radius: 9px;
    font-family: 'titleFont';
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--red);
    padding: .7rem 2rem;
}

.cpquery a:hover.normalLink {
    background-color: #fff;
    color: var(--red);
}

@property --color-stop {
    syntax: '<color>';
    inherits: false;
    initial-value: transparent;
}


.cpquery {
    border-radius: 9px;
    --color-stop: #fff;
    background: linear-gradient(to left, #fff, var(--color-stop));
    transition: --color-stop .2s;
}

.cpquery:hover {
    --color-stop: #BDC6D1;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.cpquery .imgShadow {
    transition: all .2s;
    filter: drop-shadow(12px 12px 30px rgba(9, 13, 16, .2))
}

.cpquery:hover .imgShadow {
    transform: scale(1.05, 1.05);
}

a:hover.normalLink {
    color: #fff;
    border: 2px solid var(--red);
    background-color: transparent;
    padding: .8rem 2.5rem;
}

.partner span {
    color: var(--grey);
    font-size: 14px;
}

.contactList i {
    font-size: 2.5rem;
}

.fp-slidesNav {
    text-align: center;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background-color: #fff !important;
}

.fp-arrow {
    width: auto !important;
    height: auto !important;
}

.fp-prev {
    left: 40px !important;
    border: 0px !important;
    opacity: .5;
    transition: all .2s;
    z-index: 999;
}

.fp-prev::before {
    content: "\e66f";
    font-size: 2.5rem;
    color: #fff;
    font-family: "iconfont" !important;
}

.fp-prev:hover {
    opacity: 1;
}

.fp-next {
    right: 40px !important;
    border: 0px !important;
    transition: all .2s;
    opacity: .5;
    z-index: 999 !important;
}

.fp-next::before {
    content: "\e6ea";
    font-size: 2.5rem;
    color: #fff;
    font-family: "iconfont" !important;
}

.fp-next:hover {
    opacity: 1;
}



.opation_0 {
    opacity: 0;
}

.modal-content {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 1);
}

.slide a[data-toggle="modal"] {
    position: relative;
}

.slide a[data-toggle="modal"]::after {
    content: '\e615';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1, 1);
    color: #fff;
    z-index: 9;
    font-family: "iconfont" !important;
    font-size: 46px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transition: all .2s;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.slide a:hover[data-toggle="modal"]::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.3, 1.3);
}

.fp-watermark {
    display: none !important;
}

#p1 img {
    width: 65%;
}

#p2 img {
    width: 65%;
}

#p3 img {
    width: 100%;
}

#p4 img {
    width: 70%;
    margin-bottom: 2rem;
}

#p5 img {
    width: 65%;
}

.slide2-img {
    width: 100%;
}

.slide3-img {
    width: 100%;
}

.slide4-img {
    width: 100%;
}

.slide5-img {
    width: 100%;
}

.slide6-img {
    width: 90%;
}

.banner {
    height: 450px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: 100% auto;
    background-position: top center;
}

.b1 {
    background-image: url(b1.jpg);
}

.b2 {
    background-image: url(b2.jpg);
}

.b3 {
    background-image: url(b3.jpg);
}

.b4 {
    background-image: url(b4.jpg);
}

.b5 {
    background-image: url(b5.jpg);
}

.banner::before {
    content: '';
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #16212d 30%, rgba(43, 65, 88, 0.5) 100%);
}

.banner>div {
    color: #fff;
    position: relative;
    z-index: 10;
}

.banner>div::after {
    content: '';
    width: 100px;
    height: 8px;
    background-color: var(--red);
    display: block;
    margin-top: 1em;
}

.banner>div .navs {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.banner>div .navs * {
    color: #fff;
}

.cpquery {
    border: 1px solid #E5E5E5;
}

.intro2 table {
    border-top: 3px solid var(--blue);
    width: 100%;
}

.intro2 table tr td {
    padding: .8rem 0;
    border-bottom: 1px solid #BDC6D1;
}

.news-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F0F4F9;
    border-radius: 100px;
    overflow: hidden;
    padding: 3px;
}

.news-search input {
    border: 0px;
    padding: .5rem 1rem;
    width: 100%;
    background-color: transparent;
}

.news-search input:focus {
    outline: none;
}

.news-search input::placeholder {
    color: #9CA3AF;
}

.news-search button {
    border-radius: 100px;
    background-color: var(--gray);
    padding: .5rem 1rem;
    border: 0px;
    color: #fff;
}

.news-swiper .list,
.news-query {
    background-color: #F0F4F9;
    display: flex;
    flex-direction: column;
    position: relative;
}

.news-swiper .list .isNew,
.news-query .isNew {
    background-color: var(--red);
    position: absolute;
    padding: .1rem .5rem;
    font-size: .8rem;
    font-weight: 800;
    right: 0px;
    top: 0px;
    border-bottom-left-radius: .5rem;
}

.news-query .isNew.no {
    display: none !important;
}

.news-query .isNew::after {
    content: 'New';
    color: #fff;
}

.news-query>div:nth-child(1) {
    margin: 2rem 1.5rem;
    padding-bottom: 1rem;
}

.news-query>div b {
    font-weight: 300;
    font-size: .9rem;
    color: var(--gray);
}

.news-query>div h5 {
    font-size: 1.2rem;
    color: var(--blue);
    height: 70px;
    overflow: hidden;
}

.news-query>div:nth-child(2) {
    width: 100%;
}

.news-query>div:nth-child(2) img {
    width: 100%;
}

.img-100 img {
    max-width: 100%;
}

.feedback {
    background-color: var(--blue);
}

div.card {
    background-color: transparent !important;
}

div.card a {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
}

div.card-body {
    color: var(--gray);
}

.faq {
    position: relative;
}

i.icon-wenda {
    position: absolute;
    left: 0px;
    bottom: 0;
    color: #fff;
    font-size: 10rem;
    line-height: 10rem;
    opacity: .2;
}

.pageForm {
    background-color: #F0F4F9;
}

.youtubeLink {
    min-height: 350px;
}

.page-item.active .page-link {
    background-color: #fff !important;
    color: var(--blue) !important;
    border: 1px solid var(--gray) !important;
    line-height: 1.4rem;
}

.foot a {
    color: var(--blue);
}

.navs {
    background-color: #F0F4F9 !important;
    color: var(--gray);
    border-radius: 100px;
}

.navs a:nth-child(1) {
    color: var(--red);
}

.swiper .prev,
.swiper .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background-color: #fff;
    border-radius: 100px;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
}

.swiper .prev:hover,
.swiper .next:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.swiper .prev .iconfont,
.swiper .next .iconfont {
    font-size: 2rem;
    columns: var(--grey);
}

.swiper .swiper-button-disabled {
    opacity: .2;
}

.swiper .prev {
    left: 2rem;
}

.swiper .next {
    right: 2rem;
}

.playVideo {
    z-index: 99;
    right: 2rem;
    top: 1rem;
    color: var(--blue);
    transition: all .2s;
    background-color: #fff;
    border-radius: 9px;
    cursor: pointer;
    font-size: .8rem;
    font-weight: bold;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.playVideo i {
    font-size: 2rem !important;
    color: var(--red);
    transition: all .2s;
}

.playVideo:hover {
    background-color: var(--red);
    color: #fff;
}

.playVideo:hover i {
    color: #fff;
}

.fp-overflow .text-white{
    font-family: Arial, Helvetica, sans-serif;
}


@media screen and (max-width: 1360px) {
    #mainMenu {
        height: 50px;
    }

    #p1 img {
        width: 55%;
    }

    #p2 img {
        width: 55%;
    }

    #p3 img {
        width: 90%;
    }

    #p4 img {
        width: 70%;
    }

    #p5 img {
        width: 65%;
    }

    .slide2-img {
        width: 80%;
    }

    .slide3-img {
        width: 60%;
    }

    .slide4-img {
        width: 80%;
    }

    .slide5-img {
        width: 80%;
    }

    .slide6-img {
        width: 70%;
    }

    .homeTitle h1 {
        font-size: 40px;
    }

    a.normalLink {
        padding: .3rem 2rem;
    }

    a:hover.normalLink {
        padding: .5rem 2.5rem;
    }

    .banner {
        height: 200px !important;
    }

    .banner::before {
        background: var(--blue) !important;
    }

    .b1,
    .b2,
    .b3,
    .b4,
    .b5 {
        background: url() !important;
    }

    .titleFont {
        font-size: 2rem !important;
    }

    .home .container h1 {
        font-size: 1.5rem !important;
        line-height: 2rem;
    }

    .home .container a {
        font-size: .6rem;
    }

    .mobileProducts h5 {
        color: #fff;
        font-size: 1rem;
    }

    [data-anchor="slide2"] .pName {
        margin-top: 2rem !important;
    }

    [data-anchor="slide6"] .pName {
        margin-top: 0px !important
    }

    .partner img {
        height: 20px;
    }

    .factory h5 {
        font-size: 1.2rem !important;
    }

    .navbar {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 999;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
    }

    .banner {
        margin-top: 56px !important;
    }

}

@media screen and (max-width: 960px) {
    #homeVideo {
        height: 30vh !important;
    }
}