* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none; 
}
[v-cloak] {
    display: none !important;
}
body {
    background: #fff;
}
/* header  */
.tabContent {
    position: relative;
    display: flex;
    justify-content: center;
}
.header,.tabContent.homeBanner {
    width: 100%;
}
.tabContent > .mainWidth{
    position: absolute;
    top: 22px;
    transition: all .5s;
    z-index: 9;
}

.tabContent .mainWidth>div {
    color: #fff;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 15px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mainWidth h6 {
    margin-bottom: 23px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.tabContent .mainWidth.head-pinned {
    height: 46px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
}
.head-pinned h6 {
    display: none;
}

.tabContent .mainWidth.head-pinned>div {
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.tabContent .swiper-container,.homeBanner >img{
    display: none;
}
.homeBanner .swiper-container{
    display: block;
}
.tabContent .mainWidth .mainWidth {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mainWidth .menuImg p {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000059;
    display: none;
}
.mainWidth.show .menuImg p {
    display: block;
}
.tabContent h6 a.quote {
    background: #2378FF;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    padding: 0 15px;
    float: right;
    margin-top: -9px;
}

.tabContent ul.headerNavBox {
    width: 80%;
    display: flex;
    justify-content: space-around;
}

.tabContent ul.headerNavBox li{
    line-height: 37px;
    padding: 0 27px;
    border-radius: 4px;
    border: 1px solid #fff;
    height: 39px;
    box-sizing: revert;
    text-align: center;
}

.tabContent ul.headerNavBox li.border {
    border-color: #2378FF;
}

.arrowImg{
    display: none;
    position: absolute;
    right: 15px;
    top: 22px;
    width: 16px;
}
.tabContent a {
    color: #333;
    font-size: 16px;
}

.tabContent ul.headerNavBox li.active > a {
    color: #2378FF;
}
.tabContent ul.headerNavBox li.hasChildrenBox {
    padding: 0;
    width: 128px;
}
.headerNavBox li.hasChildrenBox a.engLang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: -20px;
}
.headerNavBox li.hasChildrenBox a.engLang:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.tabContent ul.headerNavBox li.hasChildrenBox img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
/* .footer */
.footer {
    background-color: #21293c;
    padding: 60px 0 15px;
    color: #fff;
    font-size: 14px;
    width: 100%;
}

.mainWidth {
    width: 1400px;
    margin: auto;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.footer dt{
    color: #fff;
    font-weight: 600;
}
.footer a {
    color: #fff;
}

.footer a:hover {
    color: #007bff;
}

.footer .mainWidth.flex dl:first-child {
    flex-basis: 33%;
    padding-right: 30px;
}

.footer .mainWidth.flex {
    margin-bottom: 24px;
}

.footer p.mainWidth {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
}

.mainWidth.flex dl:last-child {
    flex-basis: 17%;
}

.mainWidth.flex dl {
    alignment-baseline: middle;
    flex-basis: 15%;
}

hr.mainWidth {
    border: 0;
    border-bottom: 1px solid #51576f;
}

.mainWidth.flex dl dd {
    margin-top: 15px;
    line-height: 24px;
}

.footer dt {
    padding-bottom: 15px;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title {
    font-size: 36px;
    font-weight: bold;
    padding: 90px 0 40px;
    text-align: center;
    color: #303133;
}

.text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #333;
}
.menuImg{
    display: none;
}
  
.textDesc{
    position: absolute;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.factoryDesc {
    position: absolute;
    font-size: 32px;
    color: #333333;
    top: 25%;
    left: 24.5%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.textDesc p {
    font-size: 21px;
    font-weight: 500;
}

li.hasChildrenBox .childrenBox {
    text-align: center;
    background: #fff;
    padding:  0;
    line-height: 43px;
    word-break: break-all;
    height: 0;
    overflow: hidden;
}
@media screen and (min-width: 993px) {
    .header{
        min-height: 360px;
    }
    ul.headerNavBox .hasChildrenBox:hover .childrenBox a.active {
        color: #2378FF;
    }
    li.hasChildrenBox .childrenBox>p:hover,li.hasChildrenBox .childrenBox>p.active {
        background: #2378ff;
        cursor: pointer;
    }
    li.hasChildrenBox .childrenBox>p>a{
        display: block;
    }

    li.hasChildrenBox .childrenBox>p:hover>a,li.hasChildrenBox .childrenBox>p.active>a {
        color: #fff;
    }
    ul.headerNavBox .hasChildrenBox:hover .childrenBox{
        height: auto;
        padding: 12px 0;
    }
}
/* .mobileBanner{
    display: none;
} */
 .pageBannerImg{
    height: 100%;
 }
@media screen and (max-width: 992px) {
    *{
        font-family: Arial;
    }
    html, body {
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }
    .container{
        height: auto;
    }
    .menuImg{
        display: flex;
    }
    img.logoImg {
        margin-top: 0.2rem;
    }
    img.pageBannerImg {
        margin-top: 50px;
        height: auto;
    }
    .mainWidth{
        width: 100%;
        padding: 0;
        height: 100%;
        padding: 0 30px 0 15px;
    }
    .tabContent > .mainWidth{
        top:0;
        padding: 0;
        position: fixed;
        height: 50px;
        box-shadow: 0 3px 3px 0 rgba(161, 161, 161, 0.51);
    }
    .tabContent .mainWidth>div{
        border-radius: 0;
        padding: 0;
        height: 100%;
    }
    .tabContent > .mainWidth h6{
        display: none;
    }
    .homeBanner .swiper-container{
        margin-top: 50px;
    }
    .tabContent ul.headerNavBox li{
        text-align: center;
        flex-basis: 99%;
        padding: 0;
        line-height: 1.4rem;
        height: 1.4rem;
        text-align: left;
        display: block;
    }
    .tabContent ul.headerNavBox li>a {
        padding-left: 0.7rem;
    }
    
    li.hasChildrenBox.active .childrenBox p {
        padding-left: 0.7rem;
        background: #efefef;
        margin-bottom: 1px;
    }
    .tabContent ul.headerNavBox{
        position: absolute;
        width: 120px;
        top: 50px;    
        right: 0;
        background: #fff;
        flex-wrap: wrap;
        display: none;
        padding: 10px 0 20px;
    }
    .tabContent .show ul.headerNavBox{
        position: fixed;
        right: 0;
        top:0;
        display: block;
        height: 100vh;
        width: 5rem;
    }
    .aboutUs .aboutUsContent .aboutUsImg,.aboutUs .aboutUsContent .aboutUsImg img {
        width: 100%;
    }
    .tabContent ul.headerNavBox li.hasChildrenBox {
        width: auto;
        /* padding-left: 0.7rem; */
        position: relative;
    }
    .hasChildrenBox .arrowImg,.hasChildrenBox.active .arrowImg:last-child{
        display: block;
    }
    .hasChildrenBox .arrowImg:last-child,.hasChildrenBox.active .arrowImg{
        display: none;
    }
    .tabContent ul.headerNavBox li.active > a{
        color:#333;
    }
    li.hasChildrenBox .childrenBox {
        opacity: 1;
        text-align: left;
        padding: 0;
        display: none;
        transition: all 0.3s ease;
        height: 0;
        overflow: hidden;
    }
    li.hasChildrenBox.active .childrenBox {
        display: block;
        height: auto;
    }
    .tabContent ul.headerNavBox li.hasChildrenBox.active {
        height: auto;
    }
    p.title {
        font-size: 0.65rem;
        padding: 1.4rem 0 0.9rem;
    }
    .footer {
        padding: 0.1rem 0.6rem 0.6rem;
        font-size: 0.4rem;
    }
    .mainWidth.flex dl dd {
        margin: 0;
    }
    .footer .mainWidth.flex {
        display: block;
        padding: 0;
        margin: 0;
    }
    .mainWidth.flex dl {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; 
        margin: 0.8rem 0;
    }
    .footer dt {
        flex-basis: 100%;
    }
    .footer p.mainWidth{
        padding:0;
        font-size: 0.4rem;
        line-height: 0.6rem;
        color: #dbdbdb;
    }
    .footer a,.footer dd{
        color: #dbdbdb;
    }
    
    li.hasChildrenBox .childrenBox>p:hover>a,li.hasChildrenBox .childrenBox>p.active>a {
        color: #333;
    }
    .textDesc{
        font-size: 1rem;
    }
    .factoryContent .factoryDesc {
        width: 100%;
        top: 15%;
        font-size: 0.5rem;
        left: 47%;
    }
}