@charset "utf-8";
html{color:#000;background:#FFF;overflow-y: scroll;}

html, body {
    width:100%;
    overflow-x: hidden;
    user-select: none;
}


body {
    margin: 0 auto;
    overflow-x: hidden;
    min-width: 1280px;
    position: relative;
    padding: 0;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1;
    background: #fff;
    overflow-y: hidden;
}

* {
    margin: 0;
    padding: 0;
    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%
}


.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');
}



.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;}



.font22{font-size: 26px;}
.font20{font-size: 20px;}
.font18{font-size: 18px;}
.font16{font-size: 14px;}

.hide { display:none; }


.header {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height:80px;
    z-index: 99999;
    color:#fff;
}
.header .logo {
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
.header .navMenu {
    float: right;
    height:100%;
    line-height: 80px;
}
.navMenu .menu {
    padding:0 1.5vw;
    float: left;
    font-size: 16px;
    position: relative;
}
.navMenu .menu .item {
    display: block;
    position: relative;
}
.navMenu .menu .iconfont{
    font-size: 12px;
}
.navMenu .menu.act .item,.navMenu .menu:hover .item  {
    color:#18306e;
}
.navMenu .menu.act .item:after {
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background: #18306e;
}
.navMenu .tel {
    padding-left:1.8vw;
    float: left;
    font-size: 16px;
    height:80px;
    display: flex;
    align-items: center;
}
.navMenu .tel .iconfont{
    font-size: 26px;
    padding-right:5px;
}

.header.fixed,.header:hover{
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 50px 20px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(24px);
}

.header.fixed .menu>a,.header:hover .menu>a,.header.fixed .tel,.header:hover .tel{
    color: #333;
}



.header .menu .sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    background: #fff;
    display: none;
}

.header .menu:hover .sub {display: block;}

.header .menu .sub .two_li {
    background: #18306e;
}


.header .menu .sub .two_li p {
    margin: 0 20px;
    border-bottom: 1px dashed #878787;
    line-height: 50px;
    text-align: left;
}
.header .menu .sub .two_li:last-child p {
    border-bottom: 0;
}
.header .menu .sub .two_li p a {
    position: relative;
    line-height: 50px;
    color: #e3e3e3;
    font-size: 16px;
    padding-left: 20px;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
}

.header .menu .sub .two_li p a:hover {
    color: #767676;
}
.header .menu .sub .two_li p a:hover:before {
    background: #ec143e;
}
.header .menu .sub .two_li p a:before {
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -8px;
    content: "";
    width: 2px;
    height: 16px;
    background: #c3c3c3;
    transition: 0.3s;
}
.header .menu .sub .two_li .three_li{
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    min-height: 100%;
    background: #18306e;
    opacity: 0;
    overflow: auto;
    transform: translateX(50px);
    pointer-events: none;
    transition: 0.4s;
    border-left: 1px solid #dcdcdc;
    text-align: left;
    max-height:70vh;
}
.header .menu .sub .two_li .three_li::-webkit-scrollbar {
    width: 5px; /* 设置滚动条的宽度 */
}
.header .menu .sub .two_li .three_li::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}
.header .menu .sub .two_li:hover .three_li {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    pointer-events: visible;
}
.header .menu .sub .two_li .three_li p {
    margin: 0 20px;
    border-bottom: 1px dotted #d9d9d9;
    line-height: 50px;
}
.header .menu .sub .two_li .three_li p:not(:first-child):last-child {
    border-bottom: 0;
}
.header .menu .sub .two_li .three_li p a {
    display: inline-block;
    position: relative;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    transition: 0.3s;
}
.header .menu .sub .two_li .three_li p a:hover {
    color: #767676;
}
.header .menu .sub .two_li .three_li p a:hover:before {
    background: #ec143e;
}
.header .menu .sub .two_li .three_li p a:before {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -8px;
    content: "";
    width: 2px;
    height: 16px;
    background: #c3c3c3;
    transition: 0.3s;
}










.foot{
    width: 100%;
    background: #18306e;
    background-size: 100% 100%;
    z-index: 9;
    position: relative;
}
.foot_main{
    width:92%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top:60px;
}

.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{
    width:50%;
    border-left:1px solid rgb(203 203 203 / 40%);
    text-align:center;
}
.foot01-l dl dt{
    font-size:20px;
    margin-bottom:50px;
    font-weight:bold;
    color:#fff;
}
.foot01-l dl dd{
    font-size:16px;
    margin-top:30px;
    color:#fff;
}
.foot01-l dl dd 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 #18306e;
    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: 35%;
    z-index: 900;
}

.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;
    color:#fff;
    margin: 0px auto;
    text-align: center;
}

.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;
}

.floatFns .kefu-weixin i {
    background-position: -34px 4px;
}

.floatFns .kefu-ftop {
    display: none;
}

.floatFns .kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}
.floatFns .kefu-ftop .kefu-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-right {
    width: 20px;
}

.floatFns .kefu-tel-main {
    background: #18306e;
    color: #fff;
    height: 53px;
    width: 230px;
    padding:9px 0 0;
    float: left;
    box-sizing: unset;
}

.floatFns .kefu-main {
    background: #18306e;
    width: 97px;
    height: 53px;
    position: relative;
    padding:9px 0 0;
    float: left;
    box-sizing: unset;
}

.floatFns .kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
    box-sizing: unset;
}

.kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}
