@charset "utf-8";
html{
    color:#000;
    background:#FFF;

}

html {
    width:100%;
    /*user-select: none;*/
    font-size: 16px;
}


@font-face{ font-family: EUROSTILE-BOLDEXTENDEDTWO; src: url(../fonts/EUROSTILE-BOLDEXTENDEDTWO.OTF);}
@font-face{ font-family: Swis721BlkCnBT; src: url(../fonts/Swis721BlkCnBT.ttf);}

body {
    margin: 0 auto;
    position: relative;
    padding: 0;
    width: 100%;
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 15px;
    }
}


@media screen and (max-width: 1200px) {
    html {
        font-size: 14px;
    }
}



:root {
    --comcolor: #004098;
    --subcolor: #ef8200;
}



* {
    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: #333;}
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;}
.fl { float:left;}
.fr { float:right;}
input {
    border: none;
    outline: none;
}
em,i{font-style: normal;}
img {
    max-width:100%;
    transform: translateZ(0) scale(1, 1);
}


::-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}




.w_95{max-width: 1400px;width: 95%;margin: 0 auto;}
.hide { display:none; }
.breadcrumb {
    margin-top:3.6rem;
    height:3.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
}
.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0 1.5rem;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    height:2.5rem;
}
.breadcrumb ul a.act {
    background: var(--comcolor);
    color: #fff;
}
.breadcrumb ul a:hover {
    color: var(--subcolor);
}
@media screen and (max-width: 1000px) {
    .breadcrumb {display: block;height:auto;padding-bottom: 1rem;}
    .breadcrumb ul {margin-top: 2rem;}
    .breadcrumb ul li {
        width:33%;
        margin-right: 0.5%;
        margin-bottom: 0.2rem;
    }
    .breadcrumb ul li:nth-child(3n) {
        margin-right: 0;
    }
    .breadcrumb ul a {
        width:100%;
        text-align: center;
        padding:0 ;
        font-size: 1rem;
    }
}



.header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;

}
.head {display: flex;align-items: center;justify-content: space-between;}
.header .logo img {height:70px;}
.header .logo .img2 {display: none;}
.header .menu {display: flex;align-items: center;justify-content: space-between;}
.header .menu .nav {padding: 0 1rem;}
.header .menu .nav>a{display: block;line-height: 80px;font-size: 1rem;position: relative;color:#fff;}
.header .menu .nav>a.on:after{
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    background: var(--comcolor);
}
.header .menu .searchBtn .iconfont{font-size: 1.5rem;cursor:pointer;color:#fff;}



.header.fixed,
.header.fixed2,
.header:hover
{
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}
.header.fixed .logo .img1,
.header.fixed2 .logo .img1,
.header:hover .logo .img1 {
    display: none;
}
.header.fixed .logo .img2,
.header.fixed2 .logo .img2,
.header:hover .logo .img2 {
    display: block;
}
.header.fixed .menu .nav>a,
.header.fixed2 .menu .nav>a,
.header:hover .menu .nav>a
{color:#616161;}
.header.fixed .menu .searchBtn .iconfont,
.header.fixed2 .menu .searchBtn .iconfont,
.header:hover .menu .searchBtn .iconfont
{color:#616161;}
.header .menu .nav:hover>a{color: var(--comcolor);}


@media screen and (max-width: 1200px) {
    .header .logo img {height:60px;}
}


.header .menu .nav .submenu {
    position: fixed;
    top: 80px;
    width: 100%;
    left: 0;
    border-top: 1px solid #ECECEC;
    background: #fff;
    box-shadow: 0 4px 50px 20px rgba(0, 0, 0, 0.02);
    justify-content: center;
    z-index: -1;
    text-align: center;
    display: none;
    overscroll-behavior: contain;
}



.header .menu .nav .submenu .header_classify{position: relative;height:60vh;display: flex;align-items: center;}

.header .menu .nav .submenu .header_classify .one_level_box{
    width: 50%;
    height:100%;
    position: relative;
    background: rgba(28, 28, 28, 0.4);
    display: flex;
    flex-direction: column;
}
.header .menu .nav .submenu .header_classify .one_level_box::before { content: "";flex: 1; min-height: 0; }
.header .menu .nav .submenu .header_classify .one_level_box::after {content: ""; flex: 1; min-height: 0; }
.header .menu .nav .submenu .header_classify .one_li {
    height: 3.5rem;
    text-align: left;
    position: relative;
    color: #fff;
    font-size: 1rem;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    padding-left:30%;
}
.header .menu .nav .submenu .header_classify .one_li img {
    height:2rem;
    margin-right: 0.2rem;
}
.header .menu .nav .submenu .header_classify .one_li.on {
    color: #fff;
    background: linear-gradient(to right, #00489850,var(--comcolor));
}

.header .menu .nav .submenu .header_classify .child_level {
    width:50%;
    height:100%;
    position: relative;
}
.header .menu .nav .submenu .header_classify .two_level_box{
    width: 100%;
    height:100%;
    display: none;
    background: rgba(71, 71, 71, 0.5);
}
.header .menu .nav .submenu .header_classify .two_level_box.cur {
    display: flex;
    flex-flow: column;
    overflow: auto;
}
.header .menu .nav .submenu .header_classify .two_level_box::before { content: "";flex: 1; min-height: 0; }
.header .menu .nav .submenu .header_classify .two_level_box::after {content: ""; flex: 1; min-height: 0; }
.header .menu .nav .submenu .header_classify .two_level_box .two_li>a {
    width:100%;
    height:3.5rem;
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    padding-left:20%;
}
.header .menu .nav .submenu .header_classify .two_level_box .two_li.on>a {
    color: #fff;
    background: linear-gradient(to right, #00489850, var(--comcolor));
}


.header .menu .nav .submenu .two_menu {
    display: flex;justify-content: space-between;
    height: 80px;
}
.header .menu .nav .submenu .two_menu li{
    position: relative;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .menu .nav .submenu .two_menu li:after{
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    width:0;
    height:4px;
    transform: translateX(-50%);
    background: var(--comcolor);
    transition: 0.5s;
}
.header .menu .nav .submenu .two_menu li:hover a{
    color: var(--comcolor);
}
.header .menu .nav .submenu .two_menu li:hover::after{
    width:100%;
}


#search{position: fixed; width: 100%; height: 100%;  top: 0; left: 0; z-index:99999; pointer-events: none; visibility:hidden; opacity:0;  transition:.5s;}
#search.act{  display: block;  pointer-events: auto; visibility:visible; opacity:1;}
#search .search_box{
    background: var(--comcolor);
    padding: 3rem;
    position:relative;
    z-index:999;
}

#search .searchClose{ width: 67px; height: 67px; line-height: 65px; display:block; border-radius: 50%; text-align: center; position:relative;}
#search .searchClose:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(100%,100%,100%,.5); border-radius: 50%;}
#search .searchClose svg{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;}
#search .searchClose svg circle {
    fill: none; box-sizing:border-box;
    stroke-width: 2;
    stroke: none;
    stroke-dasharray: 0 , 188.49;
    stroke-dashoffset:188.49;
    transition: all .3s linear 0s;
}
#search .searchClose:hover svg circle {
    stroke:#fff;
    stroke-dasharray:188.49 , 0;
    stroke-dashoffset:188.49;
    -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
    transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
}
#search .searchClose:hover svg circle { stroke:#fff;}
#search .searchBg { height: 100%; background: rgba(0,0,0,.85); position: absolute; top: 0; left: 0; width: 100%; z-index: 0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; transition:.5s; }
#search.act .searchBg{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; transition:.5s; }

#search form {
    height: 5rem;
    position: relative;
    width: 1200px;
    max-width: 80%;
}
#search form input {
    width: 90%;
    height: 5rem;
    font-size: 2rem;
    color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
}
#search form button {background: var(--comcolor);border: none;line-height: 5rem;}
#search form button i{font-size: 2rem;}
#search form:after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    transition: .5s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
#search.act form:after {
    width: 100%;
    transition: ease-in-out .5s .5s;
}

#search input::-webkit-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
#search input::-moz-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
#search input:-moz-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
#search input:-ms-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
#search input:focus::-webkit-input-placeholder {color: transparent;}
#search input:focus:-moz-placeholder {color: transparent;}
#search input:focus::-moz-placeholder {color: transparent;}
#search input:focus:-ms-input-placeholder {color: transparent;}






/*尾部导航*/
.footer {
    position: relative;z-index: 1;
    background: url('../images/footbg.jpg');
    background-size: cover;
}


.footer .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}
.footer .top .logo {height:80px;}
.footer .top .right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.footer .top .right p{
    font-size: 2rem;
    color:#fff;
}
.footer .top .to_top {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: var(--comcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 2rem;
}
.footer .top .to_top i{
    font-size: 2rem;
    color:#fff;
}

.footer .cont {
    padding-top: 3rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 4rem;
}
.footer .cont .info {
    padding:1.2rem 0;border-bottom: 1px dashed #7b7b7b;
}
.footer .cont .info:first-child {
    padding:0 0 1.2rem 0;
}
.footer .cont .info h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.footer .cont .info p {
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
}

.footer .cont .left,
.footer .cont .center
{
    width:20%;
}
.footer .cont .right {
    width:50%;
    display: flex;
    justify-content:space-between;
}
.footer .cont .right dt a {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff
}
.footer .cont .right p a {
    font-size: 1rem;
    color: #dddddd;
}
.footer .cont .right p a:hover {
    color: var(--comcolor);
}
.footer .cont .right dl + dl {
}
.footer .cont .right dd {
    margin-top: 2.5rem
}
.footer .cont .right dd p + p {
    margin-top: 1.5rem
}

.footer .copr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding: 2rem 0;
}
.footer .copr div:first-of-type {
    display: flex;
    justify-content: flex-start
}
.footer .copr div:first-of-type * {
    margin-right: 0.5rem
}
.footer .copr,
.footer .copr p,
.footer .copr a {
    color: #fff;
    font-size: 1rem;
}

.footer .follow {
    position: relative;
    margin-top: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .follow .pic {
    position: relative;
    width: 10rem;
    height: 10rem;
    border: 1px solid #525252;
    padding: 7px;
}
.footer .follow  p {
    font-size: 1rem;
    text-align: center;
    padding-top: 1rem;
    color:#fff
}
.footer .qr-scanner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.footer .qr-scanner .scanner_box {
    height: 100%;
    width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.footer .qr-scanner .line {
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 255, 51, 0) 43%, #0170ed 211%);
    border-bottom: 1px solid #0170ed;
    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);
    }
}













.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: var(--comcolor);
}
.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);
    }
}







.pagination {
    text-align: center;
    padding: 30px 0;
}
.pagination li {
    display: inline-block;
    margin: 0 5px;
}
.pagination li a, .pagination li span{
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    height: 2.5rem;
    padding: 0 1.25rem;
    line-height: 2.5rem;
    background: #e6e6e8;
    text-align: center;
    color: #5b5858;
    z-index: 1;
    width:100%;
    border-radius: 2.5rem;
}
.pagination .active a{
    background: var(--comcolor);
    color: #FFF;
}










.mobile-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-bottom: 4rem;
    z-index: 10000;
}
.mobile-header .logo {
    text-align: center;
    background: #fff;
    z-index: 10000;
    position: relative;
    line-height: 4.2rem;
    height: 4.2rem;
    box-shadow: 0 2px 2px #00000021;
}
.mobile-header .logo img {
    max-height: 4rem;
    display: inline-block;
}
.mobile-header .btn {
    position: absolute;
    bottom: 1.35rem;
    right: 1rem;
    width: 2.2rem;
    z-index: 2;
    height: 1.5rem;
}
.mobile-header .btn i {
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 1px;
    background: var(--comcolor);
    display: block;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s
}
.mobile-header .btn i.ie1 {
    margin-top: -0.8rem
}
.mobile-header .btn i.ie3 {
    margin-top: 0.8rem
}
.mobile-header.active .btn i {
    margin: 0 !important;
}
.mobile-header.active .btn i.ie1{
    transform: rotate(45deg);
}
.mobile-header.active .btn i.ie2 {
    opacity: 0;
}
.mobile-header.active .btn i.ie3 {
    transform: rotate(-45deg);
}
.mobile-header .cont {
    position: fixed;
    background: #fff;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    transform: translateX(-100%);
    z-index: 9999;
    height: 100%;
    overflow: auto;
    top: 0;
    padding: 5rem 0 1.5rem;
}
.mobile-header.active .cont {
    transform: translateX(0);
}
.mobile-header .cont .search {
    padding: 0.5rem 2.5%;
    background: var(--comcolor);
    z-index: 2;
    position: relative;
}
.mobile-header .cont .search form {
    width: 100%;
    padding-right: 3rem;
    position: relative;
}
.mobile-header .cont .search form .search_input {
    width: 100%;
    line-height: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: none;
    padding: 0 1rem;
    font-size: 1rem;
}
.mobile-header .cont .search form .search_submit {
    width: 3rem;
    line-height: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
}
.mobile-header .cont .search form .search_submit .iconfont{
    font-size: 1.8rem;
    color:#fff;
}


.mobile-header .cont .navbar {
    padding: 1rem 0;
}
.mobile-header .navbar .menu {
    border-bottom: 1px solid #cdcdcd;
    line-height: 2.8rem;
}
.mobile-header .navbar .menu .item {
    color: #494949;
    font-size: 1rem;
    display: block;
    position: relative;
}
.mobile-header .navbar .menu .item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-header .navbar .s_menu {
    width: 100%;
    box-sizing: border-box;
    display: none;
}
.mobile-header .navbar .s_menu .s_item {
    font-size: 1rem;
    font-weight: normal;
    color: #494949;
    display: block;
    line-height: 2.8rem;
    border-top: 1px solid #cdcdcd;
    position: relative;
    padding-left: 1.5rem;
}
.mobile-header .navbar .s_menu .s_item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-header .navbar .s_menu .s_item li {position:relative;padding-left: 5%;}
.mobile-header .navbar .s_menu .s_item:after{
    content: '-';
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile_top_fill {height:4.2rem;display: none;}


.mobile-footer {
    display: none;
    padding: 1rem 0;
    background: url('../images/footbg.jpg');
    background-size: cover;
    background-position: right;
    color:#fff;
    position: relative;
    z-index: 9999;
}
.mobile-footer .navbar {
    padding: 1rem 0;
}
.mobile-footer .navbar .menu {
    border-bottom: 1px solid #cdcdcd;
    line-height: 2.8rem;
}
.mobile-footer .navbar .menu .item {
    color: #fff;
    font-size: 1rem;
    display: block;
    position: relative;
}
.mobile-footer .navbar .menu .item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-footer .navbar .s_menu {
    width: 100%;
    box-sizing: border-box;
    display: none;
}
.mobile-footer .navbar .s_menu .s_item {
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    display: block;
    line-height: 2.8rem;
    border-top: 1px solid #cdcdcd;
    position: relative;
    padding-left: 1.5rem;
}
.mobile-footer .navbar .s_menu .s_item .iconfont {
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
}
.mobile-footer .navbar .s_menu .s_item li {position:relative;padding-left: 5%;}
.mobile-footer .navbar .s_menu .s_item:after{
    content: '-';
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-footer  .cont2 p{height: 3rem;font-size: 1rem;color: #fff;display: flex;align-items: center;}
.mobile-footer  .cont2 p .iconfont{vertical-align:middle;margin-right: 0.3rem;}

.mobile-footer .foot_nav {
    position: fixed;bottom:0;height:4rem;width:100%;background: var(--comcolor);z-index: 9999;
    display: flex;align-items: center;
}
.mobile-footer .foot_nav .item {
    width:25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color:#fff;
}
.mobile-footer .foot_nav .item.cur {
    background: var(--subcolor);
}
.mobile-footer .foot_nav .item i {
    font-size: 1.2rem;
}
.mobile-footer .foot_nav .item p {
    font-size: 0.9rem;
}




.second_top_nav {position: relative;z-index: 99}
.second_top_nav .nav_box{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);background: linear-gradient(rgba(255,255,255,0.8), #ffffff);
    width: 100%;height:4rem;transition:all 0.5s;
}
.second_top_nav .nav_box.on{position: fixed;top: 80px;width: 100%;height:3.75rem;background-color:#fff;border-bottom:1px solid rgba(0,0,0,0.08);}
.second_top_nav .nav {position: relative;display: flex;height:100%;}
.second_top_nav .nav li{width: 100%;text-align: center;height:100%;font-size: 1rem;position: relative;transition:all 0.5s;display: flex;
    align-items: center;
    justify-content: center;}
.second_top_nav .nav li::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 1rem;background-color: #949494;}
.second_top_nav .nav li:last-child::after{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 18px;background-color: #949494;}
.second_top_nav .nav li a{color: #333333;}
.second_top_nav .nav li.act a{color: var(--comcolor);}
.second_top_nav .nav li:hover a{color: var(--comcolor);}
.second_top_nav .nav li i{
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left:20%;
    background: var(--comcolor);
    transition: 0.5s;
}
.second_top_nav .nav li.act i{
    width: 60%;
}


@media  screen and (max-width: 1000px){
    .mobile-header,.mobile_top_fill,.mobile-footer {display: block;}

    .header,.top_search,.footer,.floatFns,.second_top_nav {display: none;}
}