@charset "utf-8";
html{
    color:#000;
    background:#FFF;

}

html, body {
    width:100%;
    user-select: none;
}


body {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%;
    color: #1f1f1f;
    font-size: 18px;
    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;
}
i {font-style: normal;}
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_1400{max-width: 1400px;width: 95%;margin: 0 auto;}
.hide {display: none}
.show {display: block}




.header {position: relative;z-index: 99999}
.header .hea_top {
    width:100%;height:35px;background: #fff;
    border-bottom: 1px solid #f3f3f3;
    transition: .5s;
}
.header .hea_top_nav {
    display: flex;justify-content: space-between;align-items: center;
    height: 35px;
}
.header .hea_top .logo {height:100%;display: flex;align-items: center}
.header .hea_top .logo img{height:35px;}
.header .hea_top .search{display: flex;align-items: center;position: relative;}
.header .hea_top .search input{height: 30px;width:400px;padding: 0 10px;}
.header .hea_top .search span {color:#333;position: absolute;right:5px;}
.header .lang {
    display: flex;align-items: center;
}
.header .lang button {width:110px;height:25px;text-align: center;line-height: 25px;margin-left: 5px;border:1px solid #e7e2e2;border-radius: 25px;}
.header .lang button a {font-size: 14px;color:#656565;height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;}
.header .lang button a svg {margin-right: 3px;}
.header .lang button.act {background: #004098;}
.header .lang button.act a{color:#fff;}


.header .header_nav.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}
.header .header_nav {height:70px;background: #fff;box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);}
.header .menu {width:80%;height:100%;display: flex;align-items: center;justify-content: space-between}
.header .menu>li {height:100%;font-size: 16px;color:#333;flex-grow:1;text-align: center;position: relative;display: flex;justify-content: center;align-items: center;}
.header .menu>li img {height:60px;}
.header .menu>li>a {width:100%;height:100%;line-height:70px;position: relative;display: block;}

.header .menu>li>a::after {
    width: 0;
    height: 2px;
    background: #004098;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.4s ease-in-out;
}
.header .menu>li.act>a::after,.header .menu>li:hover>a::after {
    width:80%;
}

.header .menu li .sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 800px;
    background: #fff;
    display: none;
}
.header .menu li:hover .sub {display: block}

.header .menu li .sub .two_li {
    background: #0b5ed1;
}


.header .menu li .sub .two_li  {
    padding: 0 20px;
    border-bottom: 1px dashed #878787;
    line-height: 50px;
    text-align: left;
}
.header .menu li .sub .two_li:last-child {
    border-bottom: 0;
}
.header .menu li .sub .two_li a {
    position: relative;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
}

.header .menu li .sub .two_li a:hover {
    color: #CC2724;
}
.header .menu li .sub .two_li a:hover:before {
    background: #CC2724;
}
.header .menu li .sub .two_li a:before {
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -8px;
    content: "";
    width: 2px;
    height: 16px;
    background: #c3c3c3;
    transition: 0.3s;
}












.footer {position: relative;width:100%;background: #0f0f0f}
.footer .contact{
    display: flex;
    position: relative;
    top: -80px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px 3px;
}
.footer .contact li {
    flex:1;
    padding:30px;
    transition: 0.3s;
    background: #fff;
}
.footer .contact li:hover {
    background: #f6f6f6;
    transform: translateY(-10px);
}
.footer .contact li img {
    width:100px;
    margin-bottom: 30px;
}
.footer .contact li .tit {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
.footer .contact li .desc {

}


.foot02{
    width: 100%;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:30px 0;
}
.foot02 dl{
    width:20%;
    border-left:1px solid rgba(255,255,255,0.05);
    text-align:center;
}
.foot02 dl:last-child{
    width:50%;
    border-left:1px solid rgba(255,255,255,0.05);
    text-align:center;
}
.foot02 dl dt{
    font-size:24px;
    color:#fff;
}
.foot02 dl dd{
    width:80%;
    margin: 0 auto;
    height:45px;
    text-align: center;
    border-radius: 5px;
    border-bottom:1px solid #737373;
    margin-bottom:20px;
    font-size:14px;
    color:#BDBDBD;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot02 dl:last-child dd{
    width:40%;
    margin: 0 auto;
    height:45px;
    text-align: center;
    border-radius: 5px;
    border-bottom:1px solid #737373;
    margin-bottom:20px;
    font-size:14px;
    color:#BDBDBD;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-left: 10%;
}
.foot02 dl dd a{
    color:#BDBDBD;
}
.foot02 dd:hover {
    background: #194492;
    border:1px solid #194492 !important;
}
.foot02 dd:hover a{
    color:#fff;
}
.foot02 ul {
    width:95%;
    margin-left: 5%;
}
.foot02 ul li {
    text-align: left;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 20px;
    color:#fff;
}

.foot03{
    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;
}
.foot03 a{
    color: #BDBDBD;
}











.floatFns {
    position: fixed;
    right: -230px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.floatFns li a {
    text-decoration: none;
}
.floatFns li {
    margin-top: 1px;
    clear: both;
    height: 50px;
    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;
}
.floatFns .kefu_top .kefu_top_main{
    padding-top: 6px;
}

.floatFns .kefu_left {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    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: #004098;
    color: #fff;
    height: 50px;
    width: 280px;
    float: left;
    box-sizing: unset;
    border-radius: 10px 0 0 10px;
}

.floatFns .kefu_main {
    background: #004098;
    width: 97px;
    height: 50px;
    position: relative;
    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;
}