@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;
    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}
.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;
}
::-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_1600{max-width: 1600px;width: 96%;margin: 0 auto;}
.w_1400{max-width: 1400px;width: 96%;margin: 0 auto;}
.w_1200{max-width: 1200px;width: 96%;margin: 0 auto;}
.w_1000{max-width: 1000px;width: 96%;margin: 0 auto;}






.header {
    position: fixed;
    top: 0;
    width:100%;
    z-index: 999;
    background: #0000008a;
}
.header .hea_top {
    width:100%;height:50px;
    background: #33333380;
    border-bottom: 1px solid #68686882;
    transition: .5s;
}

.header .hea_top_nav {
    display: flex;justify-content: space-between;
}
.header .hea_top .logo {height:100%;display: flex;align-items: center}
.header .hea_top .logo img{height:50px;}
.header .hea_top .search{display: flex;align-items: center;position: relative;}
.header .hea_top .search input{height: 30px;width:300px;padding: 0 10px;}
.header .hea_top .search span {color:#333;position: absolute;right:5px;}


.header .menu{height:45px;}
.header .menu .nav{height:45px;line-height: 0;display: flex;justify-content: space-between;}
.header .menu .nav li{text-align: center; position: relative;height:45px;}
.header .menu .nav li>a{display: block;height:45px;line-height: 45px;font-size: 14px; color:#fff; position: relative;}
.header .menu .nav li>i{display: inline-block; width:0; height:1px;background: #229093;margin:-1px auto 0; transition: .5s; vertical-align: bottom;}
.header .menu .nav li:hover>a,.head .menu .nav li.cur>a{ color:#229093; font-weight: bold;}
.header .menu .nav li:hover>i,.head .menu .nav li.cur>i{width:30px;}
.header .menu .nav li>a .iconfont{font-size: 12px;display: inline-block;transform: scale(0.8);}



.header.act .menu .logo {
    display: flex;
}
.header.act .menu .search {
    display: flex;
}

.sublist {
    display: none;
    position: absolute;
    width: 200px;
    left: 0;
    background-color: #229093;
    z-index: 9;
    text-align: left;
    padding: 30px 0;
}

.jiant::after {
    display: none;
    content: "◆";
    position: absolute;
    font-size: 26px;
    left: 0;
    bottom: 0;
    color: #229093;
}

.header .menu .nav li:hover .jiant::after {
    display: block;
}

.sublist a {
    display: block;
    padding: 10px;
    width: 100%;
    color: #fff;
    line-height: 40px;
}

.sublist a:hover {
    color: #333;
}

.sublist .oneli,.sublist .twoli,.sublist .threeli{border-bottom: 1px dotted #cdcdcd;}

.sublist .tits {
    padding: 0 20px;
    width: 100%;
    color: #fff;
    line-height: 50px;
    margin-right: 0;
    position: relative;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.two-li {
    position: absolute;
    width: 300px;
    background-color: #229093;
    min-height: 100%;
    left: 200px;
    top: 0;
    border-left: 1px solid rgb(228, 228, 228);
    display: none;
    max-height: 80vh;
    padding: 30px 0;
    /*overflow-y: auto;*/
}


.three-li {
    position: absolute;
    width: 300px;
    background-color: #229093;
    min-height: 100%;
    left: 299px;
    top: 0;
    border-left: 1px solid rgb(228, 228, 228);
    display: none;
    padding: 30px 10px;
    max-height: 80vh;
    overflow-y: auto;
}

.menu .nav li:hover .sublist{display: block}
.oneli:hover > .two-li{display: block}
.twoli:hover > .three-li{display: block}

.oneli:hover > a{color: #333;}
.twoli:hover > a{color: #333;}