a {
    text-decoration: none;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

[v-cloak] {
    /*比较大的段落，防止闪烁，看到花括号*/
    display: none;
}

@font-face {
    font-family: "思源黑体 Normal";
    font-weight: 350;
    /* src: url("//at.alicdn.com/wf/webfont/DKI6v67Id0HR/stwslW62S8eg.woff2") format("woff2"), */
    /* url("//at.alicdn.com/wf/webfont/DKI6v67Id0HR/B1vnVSQxeIRH.woff") format("woff"); */
    src: url("./font/CapGUrzJEygr.woff2") format("woff2"),
        url("./font/CapGUrzJEygr.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "思源黑体 Light";
    font-weight: 300;
    src: url("./font/ew93vID3zQbJ.woff2") format("woff2"),
        url("./font/ew93vID3zQbJ.woff") format("woff");
    font-display: swap;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "思源黑体 Regular";
    font-weight: 400;
    src: url("./font/t5wO2JP7fJ4V.woff2") format("woff2"),
        url("./font/t5wO2JP7fJ4V.woff") format("woff");
    font-display: swap;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "思源黑体 Medium";
    font-weight: 500;
    src: url("./font/Ha3CNTUOMczC.woff2") format("woff2"),
        url("./font/Ha3CNTUOMczC.woff") format("woff");
    font-display: swap;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "思源黑体 Bold";
    font-weight: 700;
    src: url("./font/1xOApXYi7QSP.woff2") format("woff2"),
        url("./font/1xOApXYi7QSP.woff") format("woff");
    font-display: swap;
}

.postRelt {
    position: relative;
    cursor: pointer;
}

.Icons {
    position: absolute;
}

body,
html {
    /* font-family: '思源黑体 Normal', Helvetica, 'Microsoft YaHei', Arial, sans-serif !important; */
    font-family: SourceHanSansSC-Bold, Helvetica, Arial, sans-serif;
    font-size: 100%;
    color: #333333;
    height: 100%;
    /* min-width: 1365px; */
}

.banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.bannerHeight {
    height: auto;
    overflow: hidden;
}

.bannerHeight img {
    width: 100%;
}

.bannerText {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.height100 {
    height: 100%;
}

.swiper-slide-active .bannerText {
    opacity: 1;
    /* transform: scale(1.2); */
    /* -webkit-animation: scaleDownFadeIn 1.4s forwards ease; */
    /* animation: scaleDownFadeIn 1.4s forwards ease; */
    /* -webkit-filter: blur(12px); */
    /* filter: blur(12px); */
}

@-webkit-keyframes scaleDownFadeIn {
    50% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleDownFadeIn {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        transform: scale(1.5);
    }
}

ul {
    list-style: none;
}

p,
ul,
li,
a,
h1,
h2,
h3 {
    padding: 0px;
    margin: 0px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

::-webkit-scrollbar-track {
    /* background: #f6f6f6; */
    background: #DAE3EC;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    /* background: #cdcdcd; */
    background: #054994;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    /* background: #747474; */
    background: #033163;
}

::-webkit-scrollbar-corner {
    background: #f6f6f6;
}

.seachBox {
    position: absolute;
    left: 0;
    top: 70px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    height: 150px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    display: none;
    z-index: 100;
    color: #444;
}


.pad13 {
    padding: 0px 12%;
    box-sizing: border-box;
}

.marginTp0 {
    margin-top: 0px;
}

.footers {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.footer_nav {
    width: 100%;
    height: 130px;
    background-color: #00427c;
    padding: 0px 13%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.footer_btm {
    width: 100%;
    height: 220px;
    background-color: #003666;
    padding: 0px 13%;
    box-sizing: border-box;
    overflow: hidden;
}

.footer_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 60%;
    height: 100%;
    align-items: center;
}

.footer_nav ul li a,
.footer_nav ul li a:hover {
    font-weight: 400;
    color: #E3EEFF !important;
}

.footer_nav_right {
    width: 20%;
    height: 100%;
    /* text-align: right; */
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: center;
    /* cursor: pointer; */
}

.footer_nav_right img {
    width: 70%;
}

.flexRowCenter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flexClm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flexRow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer_btm_left p {
    font-size: 16px;
    font-weight: 400;
    color: #B1C0D8;
    height: 50px;
    overflow: hidden;
    /* line-height: 50px; */
}

.abtNav {
    height: 94px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}

.abtNav li {
    width:25%;
    height: 100%;
    line-height: 94px;
    position: relative;
}

.abtNav li a {
    /* font-size: 23px; */
    font-weight: 300;
    height: 93%;
    width: 100%;
    display: block;
    color: #151B22 !important;
}

.aboutNav {
    position: absolute;
    width: 60% !important;
    bottom: 0px;
    left: 0px;
    border-bottom: 4px solid #054994;
}
.aboutNavNone{
    display: none;
}
.aboutTitlesh1 {
    font-weight: 400;
    color: #151B22;
    position: relative;
    /* line-height: 100px; */
    /* height: 100px; */
    margin-bottom: 40px;
}

.titlesLine {
    width: 52px;
    height: 7px;
    background: #054994;
    /* position: absolute; */
    /* left: 1%; */
    /* bottom: 0px; */
    margin-top: 40px;
    display: block;
}

.marginT10 {
    margin-top: 10px;
}

.marginT20 {
    margin-top: 20px;
}

.marginT30 {
    margin-top: 30px;
}

.marginT40 {
    margin-top: 40px;
}

.marginB40 {
    margin-bottom: 40px;
}

.marginBtm0 {
    margin-bottom: 0px !important;
}

#certify {
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
}

#certify .swiper-container {
    padding-bottom: 50px
}

#certify .swiper-slide {
    width: 560px;
    height: 375px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd
}

#certify .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0
}

#certify .swiper-pagination {
    width: 100%;
    /* bottom: 20px */
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    /* border: 3px solid #fff; */
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #04458C;
    background-color: #04458C;
}

#certify .swiper-button-prev {
    left: -46px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -46px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    color: #C8D0D9 !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    color: #C8D0D9 !important;
}

.swiper-button-next,
.swiper-button-prev {
    transform: translateY(-100%);
}

.whiteC {
    color: #fff;
}

.whiteBG {
    background-color: #fff;
}

.aboutLandu {
    position: relative;
}

.aboutBannerBox {
    position: relative;
}

.BannerTitle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12%;
    font-weight: 500;
    color: #FFFFFF;
}

.width100 {
    width: 100%;
}

.cookie-pop {
    display: none;
}

.cookie-pop .pop {
    width: 100%;
    box-sizing: border-box;
    padding: 0 24px;
    background: #2b2e2e;
    z-index: 999999999999;
    bottom: 0;
    position: fixed;
    /*transform: translate(-50%,-50%);*/
    /*-webkit-transform: translate(-50%,-50%);*/
    /*-moz-transform: translate(-50%,-50%);*/
    /*-ms-transform: translate(-50%,-50%);*/
    /*-o-transform: translate(-50%,-50%);*/
    display: none;
}

.cookie-pop .pop.active {
    display: block;
}

.cookie-pop .pop .close-btn {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 24px;
    height: 24px;
    background: url(../imgs/pop-close.png) no-repeat center;
    background-size: 24px 24px;
    cursor: pointer;
}

.cookie-pop .pop .title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
    width: 100%;
    text-align: left;
    margin-top: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E9ECF0;
}

.cookie-pop .pop .content {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 25px;
    padding-top: 12px;
    margin-bottom: 24px;
}

.cookie-pop .pop .content a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.cookie-pop .btn-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}

.cookie-pop .btn-box .btn {
    float: right;
    width: 200px;
    height: 40px;
    margin-right: 16px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #2A2E2E;
    background: #F2F3F5;
    cursor: pointer;
}

.cookie-pop .btn-box .btn:hover {
    background: #2b2e2e;
    color: #fff;
}

.ten_totop {
    display: none;
    background: #FBFBFB;
    padding: 12px 24px;
    text-align: center;
}

.ten_totop--float {
    display: block;
    position: fixed;
    bottom: -200px;
    right: 40px;
    z-index: 98;
    width: 60px;
    height: 60px;
    transition: ease all 0.3s;
    background: #FFF;
    border-radius: 50%;
    ;
    border: 1px solid #0052D9;
    cursor: pointer;
    padding: 0px;
}

.ten_totop--float:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 6px);
    transform: rotate(-135deg);
    border-bottom: 1px solid #0052D9;
    border-right: 1px solid #0052D9;
    ;
}

.ten_totop--float:hover {
    background: #0052D9;
    ;
}

.ten_totop--float:hover:after {
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.ten_totop--float--show {
    bottom: 40px;
}

.toast-center-center {
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -150px;
}

.titleH1 {
    font-weight: 500;
    color: #04458C;
    margin-bottom: 20px;
}

.colorBlock {
    color: #062639;
}

.titleCenter {
    width: 100%;
}

.center {
    text-align: center;
}

.BannerTitleBox {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 12%;
    font-weight: 500;
    color: #FFFFFF;
    width: 30%;
}

.active>.page-link,
.page-link.active {
    /* color:#054994; */
    color: #fff;
    background-color: #054994;
}

.active>.page-link:hover {
    color: #fff !important;
}

.page-link,
.page-link:hover {
    color: #054994;
}

.el-pager {
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0px;
    margin: 0 auto;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    height: 38px;
    line-height: 38px;
    width: 34px;
}

.el-pagination.is-background .el-pager li {
    border-right: 1px solid #ccc;
    padding: 0px;
    margin: 0 auto;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    color: #fff;
    background-color: #054994;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #054994;
}

.el-pagination.is-background .el-pager li:first-child {
    border-left: 1px solid #ccc;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    height: 38px;
    line-height: 38px;
}

.topBox {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: none;
    width: 108px;
    height: 108px;
}

.showBox {
    display: block;
}

.productTites {
    font-weight: 500;
    height: 40px;
    color: #062639;
    line-height: 40px;
    cursor: pointer;
}

.productItems_word p,
.ProductP {
    font-weight: 400;
    color: #808080;
}

.el-scrollbar__thumb {
    /* background: #808080; */
    background: #054994;
    /* opacity: 0.8; */
}

@media only screen and (max-width:1366px) {}

@media only screen and (max-width:1566px) {
    .footer_btm_left p {
        font-size: 14px;
    }
}

.footer_btm_left {
    width: 60%;
}

.footer_btm_right {
    width: 40%;
    text-align: right;
}

.footer_btm_right img {
    width: 88%;
}

.weixinCode {
    position: absolute;
    display: none;
    right: 15%;
    bottom: 50px;
    width: 20%;
    max-width: 220px;
}

.footer_nav_right:hover~.weixinCode {
    display: none;
}





.modal-dialog {
    width: 80% !important;
    z-index: 9999;
}

.navBox {
    background: #d7eefd;
    width: 230px;
    height: auto;
    margin-left: -50px;
    display: none;
    position: absolute;
    top: 75px;
    z-index: 9999;
    text-align: left;
    padding: 0px 20px;
    border-radius: 0px 0px 6px 6px;

    box-sizing: border-box;
}

.navBox .mapItem {
    display: flex;
    justify-content: flex-start !important;
    flex-direction: column;
}

.navBox .mapItem div {
    height: 50px;
    line-height: 50px;
    color: #0f2335;
    width: 100% !important;
    text-align: center;

}

.navBox .mapItem div a {
    height: 100%;
    display: block;
    width: 100%;
    color: #0f2335;
    /* border-bottom: 1px solid #b4c7d6; */
    border-radius: 0px;
    /* background: transparent !important; */
}

.navBox li a:last-child {
    border-bottom: none;
}

.nav li a:hover~.navBox {
    opacity: 1;
}

.nav li a:hover>span {
    display: block;
}

.navBox .mapItem div a:hover {
    color: #fff;
    background: #054994;
    border-radius: 40px;
    /* height: 30px; */
    /* line-height: 30px; */
    /* border-bottom: 1px solid #054994; */
}

.Nav_lines {
    display: none;
    width: 80px;
    background: #e6eaf1;
    height: 2px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.topRightNavIcon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.color0 {
    color: #000000;
}

.weight300 {
    font-weight: 300;
}