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;
    min-height: 100vh;
    box-sizing: border-box;
    background-color: #FFFFFF;
    overflow-x: hidden;
    opacity: 0;
    position: relative;
}

/* header */
.header-model {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.header-content {
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    position: relative;
}

.header-model-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    flex: 1;
}

.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: 160px;
    height: 91px;
}

.header-right-box {
    display: flex;
    align-items: center;
}

.header-right-search {
    border: 1px #ccc solid;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    padding: 0.15rem;
}

.header-right-search input {
    text-decoration: none;
    border: none;
    padding: 0 0.1rem;
    font-size: 0.17rem;
}

/* header-nav */
.header-nav-container {
    width: 43.3%;
}

.header-nav-box {
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.header-nav {
    display: flex;
}

.header-nav-item {
    position: relative;
    z-index: 999;
}

.header-nav-title {
    transition: all .3s;
    cursor: pointer;
}

.header-nav-title a {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 0.17rem;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    width: 1.15rem;
    line-height: 0.6rem;
    font-weight: normal;
    /* padding: 0 0.15rem; */
}

.header-nav-title.active {
    background-color: #1368ff;
}

.header-nav-title.active a {
    color: #fff;
}

.header-nav-second-box {
    position: absolute;
    width: 1.15rem;
    top: 0.6rem;
    left: 0;
}

.header-nav-second {
    width: 100%;
    background: rgba(255, 153, 0, 1);
    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: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-nav-second.active {
    background: #f5d098;
}

.header-nav-second.active a {
    color: #FFFFFF;
}

.header-nav-item:hover .header-nav-title {
    background-color: #1368ff;
}

.header-nav-item:hover .header-nav-title a {
    color: #FFFFFF;
}

.header-nav-item:hover .header-nav-second {
    height: 0.57rem;
    opacity: 1;
}

.header-nav-second:hover a {
    background: #f5d098;
}

.header-nav-item:has(.header-nav-second.active) .header-nav-title {
    background-color: #1368ff;
}

.header-nav-item:has(.header-nav-second.active) .header-nav-title a {
    color: #FFFFFF;
}

/* nav-tree */
.header-nav-tree {
    width: 100%;
    position: absolute;
    top: 0.91rem;
    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: #4F4F4F;
}

.layui-nav-tree .layui-nav-bar {
    display: none;
}

.layui-nav-tree .layui-nav-item a {
    color: #FFFFFF;
}

.layui-nav .layui-nav-more {
    border-color: #fff transparent transparent;
}

.layui-nav-itemed .layui-nav-more {
    border-color: transparent transparent #fff;
}

.layui-nav-itemed>a {
    color: #fff !important;
}

.layui-nav-tree .layui-this>a {
    background-color: #1368ff;
    color: #fff;
    font-weight: bold;
}

.layui-nav-tree .layui-this:hover>a {
    background-color: #4F4F4F;
    color: #fff;
}

.layui-nav .layui-nav-child a {
    padding-left: 0.6rem;
}

.layui-nav-itemed .layui-nav-child {
    background-color: #4F4F4F !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: #1368ff;
}

.layui-nav-item {
    background-color: #4F4F4F;
    border-bottom: 1px #ccc solid;
}

.layui-nav-tree .layui-nav-item a:hover {
    background-color: #1368ff;
}

.layui-nav-item:has(dd.layui-this)>a {
    background-color: #1368ff;
    color: #fff !important;
    font-weight: bold;
}

.header-nav-tree .layui-nav-item dd.layui-this {
    background-color: #1368ff;
}

.header-nav-tree .layui-nav-item dd.layui-this a {
    background-color: #1368ff;
    color: #fff;
    font-weight: bold;
}

/* footer */
footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-top-btn {
    width: 1.13rem;
    height: 0.57rem;
    margin: 0 auto;
}

.footer-top-btn img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.footer-model {
    background: #1f2229;
    color: #FFFFFF;
}

.footer-model-box {}

.footer-top-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0.9rem 1.5rem;
}

.footer-left-box {
    width: calc(100% - 5.5rem);
}

.footer-right-box {
    width: 4rem;
    padding-left: 1.5rem;
}

.footer-right-box p {
    line-height: 0.30rem;
    color: #fff;
    font-size: 0.18rem;
}

.footer-right-box a {
    color: #fff;
    font-size: 0.18rem;
}

.footer-nav-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 15%);
    justify-content: space-between;
}


.footer-nav-list li a {
    color: #FFFFFF;
    line-height: 0.35rem;
    font-size: 0.18rem;
}

.footer-model a:hover {
    transition: all .3s;
}

.footer-model a:hover {
    color: #1368ff;
}

.footer-nav-list li ul {
    margin-top: 0.7rem;
}

.footer-bottom-text {
    height: 1.5rem;
    background-color: #191c23;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom-text p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
}

.footer-bottom-text a {
    color: #FFFFFF;
}
.footer-bottom-text p:last-of-type {
    display: none;
}

.back-top-btn {
    width: 0.7rem;
    height: 0.7rem;
    position: fixed;
    right: 0.15rem;
    bottom: 1rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999;
    opacity: 0;
    right: -0.7rem;
}

.back-top-btn .layui-icon{
    font-size: 0.3rem;
}

.back-top-btn:hover {
    background-color: rgba(0, 0, 0, 1);
}

/* paging */
.second-page-paging {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-item,
.page-num {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    margin: 0 0.02rem;
    border: 0.01rem solid #666666;
    padding: 0.15rem 0.2rem;
    transition: all .3s;
    cursor: pointer;
}


.page-item:hover,
.page-num:hover {
    background: #4ba737;
    color: #FFFFFF;
    border-color: #4ba737;
}

.page-num.page-num-current {
    background: #4ba737;
    color: #FFFFFF;
    border-color: #4ba737;
}

.BMap_Marker img {
    transform: scale(0.8);
}