html,
body,
h1,
h2,
p,
ul,
li,
div {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.page-wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

body {
    width: 100vw;
    background-color: #FFFFFF;
    overflow-x: hidden;
    opacity: 0;
}

/* header */
.header-model {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0.38rem 1.09rem 0;
    position: relative;
    /* overflow-x: hidden; */
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-menu-icon {
    display: none;
    font-size: 0.4rem;
    color: #000;
}

.header-logo img {
    width: 2.84rem;
    height: 1.42rem;
}

.header-nav {
    display: flex;
}

.header-nav-item {
    position: relative;
    margin-right: 0.58rem;
    z-index: 999;
}

.header-nav-title {
    width: 1.18rem;
    height: 1.22rem;
    transition: all .3s;
    cursor: pointer;
}

.header-nav-title a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: SimHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    text-align: center;
    line-height: 1rem;
    transition: all .3s;
}

.header-nav-title.current {
    background: #07079B;
}

.header-nav-title.current a {
    color: #FFFFFF;
}

.header-nav-second-box {
    position: absolute;
    width: 1.63rem;
    top: 0.9rem;
    left: 50%;
    margin-left: -0.815rem;
}

.header-nav-second {
    width: 1.63rem;
    background: #FFFFFF;
    height: 0;
    transition: all .3s;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
}

.header-nav-second a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: SimHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-nav-second.current a {
    color: #07079B;
}

.header-right-box {
    display: flex;
    align-items: flex-start;
}

.header-phone-icon {
    margin: 0.08rem 0.21rem 0 0;
}

.header-phone-icon img {
    width: 0.27rem;
    height: 0.27rem;
}

.header-phone p {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 0.26rem;
    color: #07079B;
    font-style: italic;
    margin-bottom: 0.2rem;
}

.header-nav-item:hover .header-nav-title {
    background: #07079B;
}

.header-nav-item:hover .header-nav-title a {
    color: #FFFFFF;
}

.header-nav-item:hover .header-nav-second {
    height: 0.64rem;
    opacity: 1;
}

.header-nav-second:hover a {
    color: #07079B;
}

.header-nav-tree {
    width: 100%;
    position: absolute;
    top: 1.42rem;
    left: 0;
    z-index: 99999;
}

.header-nav-tree.hide {
    display: none;
}

.header-nav-tree.show {
    display: block;
}

.header-nav-tree .layui-nav-tree {
    width: 100%;
}

.header-nav-tree .layui-nav {
    background-color: #FFFFFF;
}

.layui-nav-tree .layui-nav-item a {
    color: #333333;
}

.layui-nav-tree .layui-nav-bar {
    display: none;
}

.layui-nav .layui-nav-more {
    border-color: #333 transparent transparent;
}

.layui-nav-itemed .layui-nav-more {
    border-color: transparent transparent #333;
}

.layui-nav-itemed>a {
    color: #333 !important;
}

.layui-nav-tree .layui-this>a {
    background-color: #fff;
    color: #07079B;
    font-weight: bold;
}

.layui-nav-tree .layui-this:hover>a {
    background-color: #07079B;
    color: #fff;
}

.layui-nav .layui-nav-child a {
    padding-left: 0.6rem;
}

.layui-nav-itemed .layui-nav-child {
    background-color: #FFFFFF !important;
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a {
    background-color: rgba(0, 0, 0, .2);
}

.layui-nav-item {
    background-color: #FFFFFF;
    border-bottom: 1px #ccc solid;
}

.layui-nav-tree .layui-nav-item a:hover {
    background-color: rgba(0, 0, 0, .2);
}

.header-nav-item:has(.header-nav-second.current) .header-nav-title {
    background: #07079B;
}

.header-nav-item:has(.header-nav-second.current) .header-nav-title a {
    color: #FFFFFF;
}

.layui-nav-item:has(dd.layui-this)>a {
    color: #07079B !important;
    font-weight: bold;
}

.header-nav-tree .layui-nav-item dd.layui-this {
    background-color: #fff;
}

.header-nav-tree .layui-nav-item dd.layui-this a {
    background-color: #fff;
    color: #07079B;
    font-weight: bold;
}

/* footer */
.footer-model {
    background-color: #07079B;
    color: #FFFFFF;
}

.footer-model-top {
    display: flex;
    padding: 0.41rem 1.21rem 0 2.02rem;
}

.footer-logo {
    width: 3.91rem;
    height: 1.01rem;
}

.footer-logo img {
    width: auto;
    height: 100%;
}

.footer-top-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 1;
    margin-left: 1.89rem;
}

.footer-top-nav li a {
    color: #FFFFFF;
    font-family: SimHei;
    font-weight: 400;
    font-size: 0.2rem;
}

.footer-center {
    display: flex;
    flex-wrap: wrap;
    padding: 0.8rem 0.7rem;
}

.footer-center li {
    width: 50%;
    display: flex;
    justify-content: center;
    padding-bottom: 0.3rem;
}

.footer-center .text-box {
    width: 4.6rem;
    display: flex;
    align-items: center;
}

.footer-center li p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    text-align-last: justify;
}

.footer-center li .text-box p:first-of-type {
    width: 1.28rem;
}

.footer-bottom {
    border-top: 1px #FFFFFF solid;
    padding: 0.4rem 0 0.48rem;
}

.footer-bottom p {
    margin: 0 auto;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #E6E6E6;
    line-height: 0.36rem;
}

.footer-bottom a {
    display: block;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #E6E6E6;
    margin: 0 auto;
    text-align: center;
    line-height: 0.36rem;
}

/* paging */

.layui-laypage-paging-box {
    display: flex;
    align-items: center;
}

.layui-laypage-paging-box .layui-laypage-curr {
    padding: 0.13rem 0.25rem;
    margin: 0 .05rem;
}

.layui-laypage-paging-box .layui-laypage-spr {
    padding: 0.13rem 0.25rem;
    margin: 0 .05rem;
}

.layui-laypage-paging-box .layui-laypage-curr .layui-laypage-em {
    background: #07079B;
}

.layui-laypage-paging-box a {
    display: block;
    padding: 0.13rem 0.25rem;
    margin: 0 .05rem;
}

.layui-laypage-paging-box a:hover {
    color: #07079B !important;
}

/* paging */
.second-page-paging {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item,
.page-num {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    margin: 0 0.08rem;
    border: 1px solid #BFBFBF;
    padding: 0.15rem 0.2rem;
    transition: all .3s;
}


.page-item:hover,
.page-num:hover {
    background: #07079B;
    color: #FFFFFF;
    border-color: #07079B;
}

.page-num.page-num-current {
    background: #07079B;
    color: #FFFFFF;
    border-color: #07079B;
}