@charset "utf-8";
html{
    color:#000;
    background:#FFF;

}

html, body {
    width:100%;
    /*user-select: none;*/
    overflow-x: hidden;
}


body {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1;
    background: #fff;
}

* {
    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);}


.w_1400{max-width: 1400px;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(255 255 255 / 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 img{
    height: 70px;
}
.navMenu .logo img:nth-child(2){
    display: none;
}
.header.fixed .navMenu .logo img:nth-child(1){display: none}
.header.fixed .navMenu .logo img:nth-child(2){display: block}

.navMenu .navUl {
    display: flex;
}

.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: #003894;
    opacity: 0;
    transition: 0.5s;
}
.navMenu .navLi.act::before {
    width: 100%;
    opacity: 1;
}
.navMenu .navName {
    position: relative;
    display: block;
    line-height: 80px;
    font-size: 16px;
    color: #fff;
}
.navMenu .navLi:hover .navName{
    color: #003894;
}
.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: #003894;
    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;
}










.footer{
    width: 100%;
    background: #2d2d2d;
    z-index: 999;
    position: relative;
}
.foot{
    padding-top:60px;
}

.foot01{
    width: 100%;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:30px 0;
}
.foot01 dl{
    width:20%;
    border-left:1px solid rgba(255,255,255,0.05);
    text-align:center;
}
.foot01 dl:last-child{
    width:40%;

}
.foot01 dl dt{
    font-size:24px;
    margin-bottom:40px;
    color:#fff;
}
.foot01 dl dd{
    width:80%;
    margin: 0 auto;
    height:40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    border:1px solid #737373;
    margin-bottom:20px;
    font-size:14px;
    color:#BDBDBD;
}
.foot01 dl dd a{
    color:#BDBDBD;
}
.foot01 dd:hover {
    background: #003894;
    border:1px solid #003894 !important;
}
.foot01 dd:hover a{
    color:#fff;
}


.foot01 ul {
    width:95%;
    margin-left: 5%;
}
.foot01 ul li {
    text-align: left;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 20px;
    color:#fff;
}
.foot_ewm {
    display: flex;
    margin-top: 30px;
}

.foot_ewm .ewm {
    margin-right: 1.75rem;
}

.foot_ewm .ewm .pic {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #525252;
    padding: 7px;
}

.foot_ewm .ewm p {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    color:#fff;
    line-height: 1;
}
.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%, #003894 211%);
    border-bottom: 1px solid #003894;
    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:#BDBDBD;
    border-top:1px solid rgba(255,255,255,0.10);
    padding:30px 0;
}
.foot02 a{
    color: #BDBDBD;
}











.floatFns {
    position: fixed;
    right: -170px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.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: #003894;
    color: #fff;
    height: 53px;
    width: 230px;
    padding:9px 0 0;
    float: left;
    box-sizing: unset;
    border-radius: 10px 0 0 10px;
}

.floatFns .kefu_main {
    background: #7fc24c;
    width: 97px;
    height: 53px;
    position: relative;
    padding:9px 0 0;
    float: left;
    box-sizing: unset;
    border-radius: 10px 0 0 10px;
}

.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;
}





.pagenation {
    text-align: center;
    margin: 30px 0;
}
.pagenation .pages li {
    display: inline-block;
    margin: 0px 5px;
}
.pagenation .pages li a, .pagenation .pages li span{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    width: auto;
    padding: 0 20px;
    line-height: 40px;
    background: #e6e6e8;
    text-align: center;
    color: #5b5858;
    z-index: 1;
    transition: all 500ms ease;
}

.pagenation .pages .active a{
    background: #2d2d2d;
    color: #FFF;
}