@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;
}


* {
    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');
}



.w_1400{max-width: 1400px;width: 90%;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 img{
    height: 50px;
}


.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: #0e61d4;
    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: #0e61d4;
}
.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: #0e61d4;
    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{
    background-color: #e1ebef;
    position: relative;
}
.foot{padding-top:100px;}
.foot .ftnav{width:30%;float:left; height:280px;}
.foot .ftnav b{display: block;font-size: 24px; line-height: 24px; color:#0e61d4;padding-left:12px;border-left:3px solid #0e61d4; margin-bottom: 42px;font-style: normal;}
.foot .ftnav ul li{float:left;width:100%; line-height: 14px; margin-right: 60px; margin-bottom: 20px;}
.foot .ftnav ul li a{font-size: 16px; color:#666666; line-height: 32px;}
.foot .gsxx{width:40%; float:left;}
.foot .gsxx b{display: block;font-size: 24px; line-height: 24px; color:#0e61d4;padding-left:12px;border-left:3px solid #0e61d4; margin-bottom: 42px;font-style: normal;}
.foot .gsxx ul {display: flex;flex-wrap: wrap;}
.foot .gsxx ul li{width:50%; height:40px;margin-bottom: 59px;display: flex;align-items: center;}
.foot .gsxx ul li i{display: block;font-size: 24px; border-right:1px solid #999999;color: #666666;padding-right: 12px;}
.foot .gsxx ul li span{display: block; width:239px; padding-left: 12px;}
.foot .gsxx ul li p strong{display:block;font-size: 14px;color: #666666;float:left;}
.foot .gsxx ul li span em{font-size: 16px; color:#666666;font-style: normal;margin-bottom: 10px;display: block;}
.foot .gsxx ul li span p{font-size: 14px;color:#666666;font-style: normal;}











.floatFns {
    position: fixed;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.floatFns .kefu {
    margin-bottom: 10px;
    cursor:pointer;
}
.floatFns .kefu .box {
    width:45px;
    height:45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.floatFns .kefu.tel .box,.floatFns .kefu.tel .info {
    background: #0e61d4;
}
.floatFns .kefu.email .box,.floatFns .kefu.email .info {
    background: #f36d23;
}
.floatFns .kefu.weixin .box,.floatFns .kefu.weixin .info {
    background: #04BE02;
}
.floatFns .kefu.top .box {
    background: #a7a7a7;
}
.floatFns .kefu.top {
    display: none;
}
.floatFns .kefu .box i{
    font-size: 24px;
    color:#fff;
}
.floatFns .kefu .info {
    position: absolute;
    right: 50px;
    top:50%;
    padding:10px;
    color:#fff;
    border-radius: 5px;
    transform: translateY(-50%) scale(0);
    transition: 0.5s;
    font-size: 18px;
    white-space: nowrap;
    min-width:100px;
}
.floatFns .kefu .info img{
    max-width: none;
    width:150px;
    height:150px;
}
.floatFns .kefu:hover .info {
    transform: translateY(-50%) scale(1);
}

.floatFns .kefu.tel i {
    animation: yyhh 1.5s 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);
    }
}