* {
    box-sizing: border-box;
    font-family: '微软雅黑';
}

body,
html {
    min-width: 100vw;
    margin: 0 auto;
    overflow-x: hidden;
}

.auto {
    width: 1200px;
    margin: 0 auto;
}

#header {
    height: 76px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all .4s;
}


#header .logo {
    /* width: 400px; */
    height: 100%;
    margin: 0;
    transition: all .4s;
    display: flex;
    align-items: center;
}

.logo-z {
    color: #fff;
}

.logo-z span {
    font-size: 24px;
    font-weight: 700;
    font-family: "微软雅黑";
    letter-spacing: 2px;
}

.logo-z p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
}



#header .ri {
    display: flex;
    margin-right: 0;
    align-items: center;
    justify-content: space-between;
    width: 750px;
    margin-top: 25px;
}




#header .nav {
    display: flex;

}

#header .nav .navSlide {
    position: absolute;
    bottom: 0px;
    height: 1px;
    pointer-events: none;
}

#header .nav .dl {
    position: relative;
    width: 125px;
    height: 50px;
}

#header .nav>.on {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    font-weight: 700
}

#header .nav .dt {
    font-size: 16px !important;
    color: #FFFFFF;
    height: 100%;
    /* padding: 0 15px; */
    transition: all .3s;
    display: flex;
    justify-content: center;
}

#header .logo img {
    width: 93px;
}


#header .nav .dd {
    height: 70px;
    position: absolute;
    left: 0;
    top: 100%;
}

#header .nav .ul {
    display: inline-block;
    height: 100%;
}












.headwrap {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




#footer {}

.footer-bg {
    background: rgb(26, 41, 79);
    padding: 50px 0 15px;
}



.footer-ba p {
    color: #A3A2A1;
    font-size: 16px;
    line-height: 23px;

}

.lxfs-title {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    padding-left: 35px;
    background: url(../images/dz-icon.png) no-repeat left;
}

.dh-title {
    background: url(../images/dh-icon.png) no-repeat left;
}

.lxfs-sum {
    font-size: 16px;
    color: #888;
    margin-top: 20px;
    margin-bottom: 40px;
}


.footer-menu>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-menu>ul>li {
    font-size: 16px;
    color: #1a1a1a;
    width: 18%;
    font-weight: 500;
    margin-bottom: 50px;
    margin-right: 9%;
}

.footer-menu>ul>li:nth-child(4n) {
    margin-right: 0px;
}


.footer-menu>ul>li>a {
    margin-bottom: 30px;
    color: #fff;

}



.footer-menu>ul>li>ul>li {
    font-size: 12px;
    color: #fff;
    line-height: 1.43;
}



.footer-menu>ul>li.footer-menuM>ul {

    justify-content: space-between;
}



.footer-menu>ul>li>ul>li>a {
    margin-bottom: 30px;
}



.footer-top {
    display: flex;
    justify-content: space-between;
    width: 1052px;
    margin: 0 auto;
    border-bottom: 1px solid #666666;
}

.footer-center {
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    color: #FFF;
    padding-top: 12px;
    cursor: pointer
}

.footer-center span {
    font-family: Arial;
    padding-right: 20px;
    background: url(../images/TOP.png) no-repeat right;
}

.footer-left {
    width: 70%;
}

.footer-right {
    width: 134px;
}

.footer-wx {
    font-family: Source Han Sans, Geneva, sans-serif;
    font-size: 22px;
    color: #fff;
}



.footer-em {
    margin-top: 5px;
    text-align: center;
}

.footer-ljlx {
    width: 100%;
    height: 29px;
    background: #fff;
    margin-top: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.footer-ljlx span {
    padding-right: 20px;
    color: #1930b9;
    background: url(../images/tb-licon.png) no-repeat right;
}

.footer-ljlx:hover {
    background: #1930b9;
}

.footer-ljlx:hover span {
    color: #fff;
    background: url(../images/tb-bicon.png) no-repeat right;
}

.footer-xglj>ul>li>a {
    font-size: 14px;
    display: inline-block;
    padding-right: 20px;
    background: url(../images/tb-bicon.png) no-repeat right;
}

.footer-xglj>ul>li>a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    padding: 10px 0px;
}

.footer-ba {
    color: #989898;
    font-size: 12px;
    font-family: Tahoma;
}

.footer-ba span {
    margin: 0px 5px;
}

.footer-ba a {
    display: inline-block;
}

.footer-ip {
    color: #989898;
    font-size: 12px;
    font-family: Tahoma;
    margin-top: 5px;
}

.footer-ip span {
    font-family: Tahoma;
    /* display: inline-block; */
    margin-left: 10px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgba(152, 152, 152, 1);
    padding: 3px;
}

#header .menu .langBox {
    width: 50px;
    display: none;
}

#header .menu .langBox .dt {
    background: no-repeat !important;
    padding-right: 0;
}

#header .menu .langBox .dt:hover {
    color: #fff;
}

#header .nav .dt,
#header .sub_box a,
.crumbs .subNav a,
.crumbs .pageSeat a {
    font-size: 16px;
}





#header:hover .nav .navSlide {
    background: #fff;
}