@charset "utf-8";
@import "root.css";
@import "top.css";
@import "nav.css";
@import "bottom_nav.css";
@import "footer.css";

/*main.css*/
* {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    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 20px;
    box-sizing: border-box;
}
.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;
}


.banner{
    /*margin-top: -100px;*/
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
    z-index: 1;

}
.banner-wrap{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.banner-inner{
    width: 100%;
    height: 100%;
}
.banner .swiper-container{
    width: 100%;
    height: 100%;
}
.banner .swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
    /*left: unset;*/
    /*width:  unset;*/
    right: 20px;
    bottom: 15px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    background: #fff;
    border: 0;
    width: 4rem;
    height: 0.5rem;
    border-radius:2px;
    cursor: default;
    opacity: 1;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #1d3380;
    border:0;
}
.banner.top-banner{
    padding-bottom: 18.75%;
    margin-bottom: 0;
}

.img-move{
    transition: all 0.6s;
}
.img-move:hover {
    transform: scale(1.05);
}

.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{
    padding: 50px 0;
}
.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: 18px; height: 24px;line-height: 24px;border-left:4px solid var(--color); }



