@charset "utf-8";
html{
    width:100%;
    color:#000;
    background:#FFF;
    overflow-x: hidden;
    user-select: none;
}


body {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1;
    background: #fff;
    overflow: hidden;
}

:root {
    --comcolor: #0e52cd;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
* :before, * :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a { text-decoration:none;cursor:pointer; color: inherit;}
a:focus{outline:0;}
li{list-style:none;}
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
input {
    border: none;
    outline: none;
}

img {
    max-width:100%
}
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family: 'iconfont';
    src: url('./fonts/iconfont.ttf?t=1700707768544') format('truetype');
}


@font-face{ font-family: EUROSTILE-BOLDEXTENDEDTWO; src: url(../fonts/EUROSTILE-BOLDEXTENDEDTWO.OTF);}
@font-face{ font-family: Neutraface2Display-Titling; src: url(../fonts/Neutraface2Display-Titling.woff);}

.w_1600{max-width: 1600px;width: 92%;margin: 0 auto;}
.w_1400{max-width: 1400px;width: 92%;margin: 0 auto;}
.w_1200{max-width: 1200px;width: 92%;margin: 0 auto;}





.header {
    z-index: 7999;
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    transition: all 0.36s;
}


.header.fixed {
    top: 0;
    background: rgb(150 150 150 / 50%);
    box-shadow: 0 4px 50px 20px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(24px);
}

.navMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:80px;
}

.navMenu .logo {
    width: 165px;
}


.navMenu .tNav {
    width: 100%;
    height: 80px;
    max-width: 950px;
    /*overflow: hidden;*/
}

.navMenu .navUl {
    width: 100%;
    display: flex;
    font-size: 0;
}

.navMenu .navLi {
    padding: 0 16px;
    display: inline-block;
    font-size: 16px;
    position: relative;
}

.navMenu .navLi::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 5px;
    background-color: var(--comcolor);
    opacity: 0;
    transition: 0.5s;
}
.navMenu .navLi.act::before {
    width: 100%;
    opacity: 1;
}
.navMenu .navName {
    position: relative;
    display: block;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
}
.navMenu .navLi:hover .navName{
    color: var(--comcolor);
}
.header.fixed .navName{
    color: #333;
}


.two-menu {
    position: absolute;
    left: 0;
    top: 80px;
    width: 180px;
    background: #fff;
    display: none;
}
.navUl .navLi:hover .two-menu {display: block}
.two-menu > li {
    border-bottom: 1px solid #e9ecec;
    background: #386bc9;
    line-height: 40px;
}
.two-menu > li:last-child {
    border-bottom: 0;
}
.two-menu > li:hover > a {
    color: #cdcccc;
}
.two-menu > li > a {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}
.two-menu > li > a > i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    font-size: 14px;
}



.foot{
    width: 100%;
    background: #0a3f9f;
    background-size: 100% 100%;
    z-index: 9;
    position: relative;
}


.foot01{
    width: 100%;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:30px 0;
}

.foot01-l{
    width:65%;
    border-right:1px solid rgb(203 203 203 / 40%);
    display:flex;
    justify-content: space-between;
}
.foot01-l dl{
    border-left:1px solid rgb(203 203 203 / 40%);
    text-align: center;
}
.foot01-l dl:nth-child(1){
    width:40%;
}
.foot01-l dl:nth-child(2){
    width:60%;
}
.foot01-l dl dt{
    font-size:24px;
    margin-bottom:50px;
    font-weight:bold;
    color:#fff;
}
.foot01-l dl dd{
    font-size:16px;
    margin-top:20px;
    color:#fff;
}
.foot01-l dl dd a{
    color:#fff;
}
.foot01-l dl dd {
    border: 1px solid #bfbfbf;
    padding: 8px 0;
    width:50%;
    margin-left: 25%;
    border-radius: 5px;
    font-size: 16px;
}
.foot01-l .foot_pro dd {
    width:41%;float:left;
    margin-left: 6%;
    border: 1px solid #bfbfbf;
    padding: 8px 0;
    border-radius: 5px;
}
.foot01-l .foot_pro dd:nth-child(3) {
    margin-top: 0;
}
.foot01-l .foot_pro dd:nth-child(2) {
    margin-top: 0;
}

.foot01-l dl dd a{
    font-size: 14px;
}
.foot01-l dl dd:hover {
    background: var(--comcolor);
}
.foot01-l dl dd:hover a{
    color: #fff;
}



.foot01-r{
    width:35%;
    display:flex;
    flex-direction: column;
    margin-top: 75px;
    padding-left: 2%
}
.foot01-r .a01{
    width:auto;
    text-align:center;
}
.foot01-r .a01 dl dt{
    overflow:hidden;
}
.foot01-r .a01 dl dd{
    margin-top:10px;
    color:#fff;
}
.foot01-r .a02{
    width:auto;
}
.foot01-r .a02 dl dd{
    margin-top:30px;
    color:#fff;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.foot01-r .a02 dl dd.mart0{
    margin-top:0;
}
.foot01-r .a02 dl dt{
    margin-top:17px;
    font-size:32px;
    line-height:38px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;
}
.foot01-r .iconfont {
    color:#fff;font-size: 22px;margin-right: 10px;
}

.foot_ewm {
    display: flex;
}

.foot_ewm .ewm {
    margin-right: 1.75rem;
}

.foot_ewm .ewm .pic {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    padding: 5px;
}

.foot_ewm .ewm .pic img {
    width: 100%;
}

.foot_ewm .ewm p {
    font-size: 1rem;
    text-align: center;
    padding-top: 1rem;
    color:#fff
}
.qr-scanner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.qr-scanner .scanner_box {
    height: 100%;
    width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.qr-scanner .line {
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 255, 51, 0) 43%, #3971ff 211%);
    border-bottom: 1px solid var(--comcolor);
    transform: translateY(-100%);
    animation: radar-beam 2s infinite;
    animation-timing-function: cubic-bezier(0.53, 0, 0.43, 0.99);
    animation-delay: 1.4s;
}

@keyframes radar-beam {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}


.foot02{
    width: 100%;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color:#fff;
    border-top:1px solid rgb(203 203 203 / 40%);
    padding:30px 0;
}
.foot02 a{
    color: #fff;
}















.floatFns {
    position: fixed;
    right: -170px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
}

.floatFns li a {
    text-decoration: none;
}
.floatFns li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.floatFns li i {
    display: block;
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    color:#fff;
}

.floatFns li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.floatFns .kefu_tel i {
    background-position: 0 -21px;
    animation: yyhh 1.2s linear infinite;
}
@keyframes yyhh {
    0%,90%,100% {
        transform: rotate(0) scale(1);
    }
    20%,40% {
        transform: rotate(-15deg) scale(1.1);
    }
    30%,50% {
        transform: rotate(15deg) scale(1.1);
    }
}

.floatFns .kefu_wx i {
    background-position: -34px 4px;
}


.floatFns .kefu_top {
    display: none;
}

.floatFns .kefu_top i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}
.floatFns .kefu_top .kefu_top_main{
    padding-top: 6px;
}

.floatFns .kefu_left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.floatFns .kefu_tel_right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}


.floatFns .kefu_tel_main {
    background: var(--comcolor);
    color: #fff;
    height: 53px;
    width: 230px;
    padding:9px 0 0;
    float: left;
    box-sizing: unset;
}

.floatFns .kefu_main {
    background: var(--comcolor);
    width: 97px;
    height: 53px;
    position: relative;
    padding:9px 0 0;
    float: left;
    box-sizing: unset;
}

.floatFns .kefu_wx_pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
    box-sizing: unset;
}

.kefu_wx_pic img {
    width: 115px;
    height: 115px;
}


