@charset "utf-8";
@import "root.css";
@import "top.css";
@import "nav.css";
@import "banner.css";
@import "bottom_nav.css";
@import "footer.css";

/*main.css*/
* {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    z-index: 1
}
html{
    font-size: calc( var(--font-size) * 1px);
    font-family: 'Microsoft YaHei', 'cursive', 'Times New Roman', serif;
}
html, body {
    width: 100%;
    height: 100%;
}
.main{
    margin: 0 auto;
    width: calc( var(--pc-with) * 1px ) !important;
    padding: 0 0;
    box-sizing: border-box;
    overflow: hidden;
}
.flex {
    display: flex;
}
.flex-online{
    overflow: hidden;
    white-space: nowrap;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-c {
    justify-content: center;
}
.flex-atc{
    align-items: center;
    align-content: center;
}
.flex-start {
    justify-content: flex-start;
}
.flex-end {
    justify-content: flex-end;
}
.flex-sa {
    justify-content: space-around;
}
.flex-sb {
    justify-content: space-between;
}
.img-move{
    transition: all 0.6s;
}
.img-move:hover {
    transform: scale(1.05);
}
a{
    color: #333;
}
.sub-title{
    height: 60px;
    background-color: #FFFCF9;
}
.sub-title .sub-title-inner{
    height: 100%;
}
.sub-title .sub-nav{
    height: 100%;
}
.sub-title a{
    font-size: calc(16/14 * 1rem);
}
.sub-title .home{
    position: relative;
    display: inline-block;
    line-height: 2rem;
    padding: 0 1rem 0 1.5rem;
}
.sub-title .home:before{
    content: "";
    position: absolute;
    left: 0;
    width: 1rem;
    height: 2rem;
    background-image: url(/static/images/icon/home.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
}

.sub-title .sub-tab{
    position: relative;
    display: inline-block;
    line-height: 2rem;
    padding: 0 1rem 0 1.5rem;
}
.sub-title .sub-tab:before{
    content: "";
    position: absolute;
    left: 0;
    width: 1rem;
    height: 2rem;
    background-image: url(/static/images/icon/sub_home.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
}

.sub-title .sub-home{
    position: relative;
    display: inline-block;
    line-height: 2rem;
    padding: 0 1rem 0 1.5rem;
}
.sub-title .sub-home:before{
    content: "";
    position: absolute;
    left: 0;
    width: 1rem;
    height: 2rem;
    background-image: url(/static/images/icon/sub_home.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
}

.section-page{
    width: 100% !important;
    padding: 50px 0;
    box-sizing: border-box;
}
.section-page .page{
    text-align: center;
}
.section-page .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: var(--color);
}
.section-page .layui-laypage a, .layui-laypage span{
    margin: 0 0.5rem;
}

.pp3{ font-size: 14px; height: 24px;line-height: 24px;border-left:4px solid var(--color); }



