html {

    font-size: 100px;
}

/* 头部导航代码 */
.top-box {
    display: flex;
    justify-content: center;
}
.top-nav {
    align-items: center;
    justify-content: space-between;
    width: 16rem;
    height: 0.9rem;
}
.top-nav .nav-active{
    background: #149448;
}
.top-nav .nav-active a{
    color: #fff;
}
.ul-box {
    height: 100%;
}
.ul-box li {
    flex-shrink: 0;
    padding: 0 0.3rem;
    height: 100%;
    line-height: 0.9rem;
    cursor: pointer;
}
.ul-box li:hover {
    background: #149448;
}
.ul-box li:hover a {
    color: #FFFFFF;
}
.ul-box li a {
    font-size: 0.2rem;
    color: #000000;
}
/* 底部导航 */
.bottom-box {
    background: #149448;
    padding: 0.7rem 0rem 0.08rem 0;
}
.bottom-con {
    width: 14.5rem;
    justify-content: space-between;
    margin: 0 auto;
}
.bottom-nav-item {
    margin-right: 0.7rem;
}
.bottom-nav{
    flex-shrink: 0;
}
.bottom-nav .title {
    font-size: 0.2rem;
    color: #fff;
    margin-bottom: 0.15rem;
}
.bottom-ul-box li{
    margin-top: 0.15rem;
}
.bottom-ul-box li a {
    color: #fff;
    font-size: 0.16rem;
}
.bottom-bt{
    margin: 0 auto;
    margin-top: 0.9rem;
    width: 14.5rem;
    border-top: 0.01rem solid #E0EAEC;
    padding: 0.18rem 0;
    font-size: 0.16rem;
    color: #fff;
}
/* 返回顶部 */
.backTop{
    position: fixed;
    right: 0.56rem;
    bottom: 1.05rem;
    cursor: pointer;
    display: none;
}
/* 内容导航 */
.content-nav{
    background: #EBFCF2;
}
.content-nav-list{
    width: 14rem;
    margin: auto auto;
    justify-content: center;
    padding: 0.25rem 0;
}
.content-nav-item{
    margin: 0 0.45rem;
}
.content-nav-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-nav-item-img{
    width: 1rem;
    height: 1rem;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-nav-item-text{
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.47rem;
    text-align: center;
}
.content-nav-item:hover .content-nav-item-img{
    background-color: #149448;
}
.content-nav-item:hover .content-nav-item-text{
    color: #34C46E;
}
.content-nav-active .content-nav-item-img{
    background-color: #149448;
}
.content-nav-active .show{
    display: none;
}
.content-nav-active .hide{
    display: block;
}
.content-nav-item:hover .show{
    display: none;
}
.content-nav-item:hover .hide{
    display: block;
}
.content-nav-active .content-nav-item-text{
    color: #34C46E;
}
/* 内页banner图 样式*/
.inside-banner {
    width: 100%;
    height: 5rem;
    background-size: cover !important;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
}
.inside-banner img{
    width: 100%;
    height: 100%;
}
.banner-text {
    font-size: 0.6rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.47rem;
    position: relative;
}
/* .banner-text::after {
    content: "";
    width: 1.64rem;
    height: 0.04rem;
    background: #FFFFFF;
    position: absolute;
    bottom: -0.45rem;
    left: 0.3rem;
} */
/* 轮播图 */
/*.swiper {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*  }*/

/*  .swiper-slide {*/
/*    text-align: center;*/
/*    font-size: 18px;*/
/*    background: #fff;*/

    /* Center slide text vertically */
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    justify-content: center;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    -webkit-align-items: center;*/
/*    align-items: center;*/
/*  }*/

/*  .swiper-slide img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*  }*/