* {
    margin: 0;
    padding: 0;
    outline: none;
}
html{
    font-size: 16px;
    font-family: PingFang SC,PingFangSC-Regular, "Microsoft YaHei",Helvetica,"微软雅黑Light", serif;
}

body{
    max-width: 1920px;
    margin: 0 auto !important;
    color: #333333;
}

section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: unset;
    font-weight: normal;
    line-height: normal;
}
.theme-text-color{
    color: #76b72b !important;
}
.theme-border-color{
    border-color: #76b72b !important;
}
.theme-bg-color{
    background: #76b72b !important;
}
/* 主题更多按钮 */
.theme-btn-more{
    color: #76B72B;
    border-radius: 500px;
    padding: 6px 12px;
    border: 2px solid #76B72B;
    border-color: #76B72B;
    cursor: pointer;
    text-decoration: none;
}
.theme-btn-more:hover{
    background-color: #76B72B;
    border-color: #76B72B;
    color: #ffffff;
    text-decoration: none;
}
/* 主题实体按钮 */
.theme-btn-lg{
    background-color: #76B72B;
    border-color: #76B72B;
    color: #ffffff;
}
.theme-btn-lg:hover{
    color: #FFFFFF;
}

/* 暂无数据 */
.data_none_box {
    width: 100%;
    color: #cccccc;
    font-size: 22px;
    line-height: 300px;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.data_none_box span {
    margin: 0 5%;
}

.data_none_box::before, .data_none_box::after {
    width: 15%;
    height: 1px;
    background: #cccccc;
    content: "";
}

/* 主题选中按钮 */
.theme-select-lg{
    background-color: #76B72B !important;
    color: #ffffff;
    opacity: 1 !important;
}
.text-decoration-none{
    text-decoration: none;
}
/**/
.title-btn{
    /*width: 134px;*/
    /*height: 48px;*/
    padding: 10px 40px;
    border-radius: 4px;
}

.theme-center-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 二级标题栏切换 */
.theme-tab-item{
    font-size: 20px;
    border-bottom: 1px solid #fff;
    color: #666666;
    border-radius: unset;
    text-align: center;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 1.4;
    height: 60px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.theme-tab-item.active{
    font-weight: 500;
    color: #76B72B;
    border-bottom-color: #76B72B;
    border-radius: unset;
    box-shadow: 0 0.5rem 1rem rgba(0, 0 ,0 ,0.15);
    border-right: none;
}
.tab-pane {
    width: 100%;
}
.tab-pane.fade{
    transition: opacity .15s linear;
}
.tab-pane.fade:not(.show) {
    opacity: 0;
}
.tab-container>.tab-pane{
    display: none;
}
.tab-container>.tab-pane.active{
    display: block;
}

.tab-content-box{
    width: 100%;
    height: 60px;
}
.tab-box{
    width: 100%;
    height: 60px;
    max-width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    background: #FFFFFF;
    position: relative;
    z-index:50;
}
.tab-box-fixed{
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 50;
}
.tab-list{
    width: 100%;
    height: 80px;
    line-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-item{
    flex: 1;
    /*overflow: hidden;*/
    text-decoration: none!important;
    border-right: 1px solid #e6e6e6;
}
.tab-item:last-child{
    border-right: none;
}

.secondary{
    margin: 20px 0;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    padding:0  15px;
}
.secondary > a {
    text-decoration: none;
    color: inherit;
}

/*面包屑*/
.bread-crumb-box{
    width: 100%;
    font-size: 16px;
    padding: 11px 0 11px 4%;
    /*background: #76B72B;*/
    color: #9E9E9E;
    margin-top: 16px;
    margin-bottom: 16px;
    box-sizing: border-box;
}
.bread-crumb-box a {
    color: #FFFFFF;
    text-decoration: none;
}

@media screen and (max-width: 880px) {
    .tab-content-box,.tab-box,.tab-list,.tab-item{
        height: 60px !important;
    }
    .tab-box-fixed{
        top: 60px ;
    }
    .theme-tab-item{
        font-size: 22px;
    }
}
@media screen and (max-width: 768px) {

    .theme-tab-item{
        font-size: 18px;
    }
    .title-btn{
        padding: 7px 24px;
    }
}
@media screen and (max-width: 600px) {

    .theme-tab-item{
        font-size: 14px;
    }
    .title-btn{
        padding: 7px 24px;
    }
}


@media (min-width: 992px) {
    html,body {
        font-size:16px;
    }
}
/* 设置滚动条滑动效果 */
html,body {
    scroll-behavior: smooth;
}
@media (min-width: 1440px) {
    html,body {
        font-size:17px;
    }
}

@media (min-width: 1680px) {
    html,body {
        font-size:18px;
    }
}

/* 设置标题栏 */
.title-box{
    max-width: 1200px;
    width: 80.5%;
    margin: 100px auto 64px;
    font-weight: 400;
    color: #434343;
    text-align: center;
    height: 36px;
    line-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.title-box .title-box-line{
    width: 100%;
    height: 1px;
    background: #424242;
    flex: 1;
}
.title-box h2{
    font-size: 1.9em;
    clear: both;
    display: table;
    margin: 0 37px;
    color: #424242;
    text-align: center;
    position: relative;
    flex-shrink: 0;
}
/* 设置标题栏结束 */


/* 设置banner */
.banner-box{
    width: 100%;
    position: relative;
    text-align: center;
}
.banner-box img{
    width: 100%;
    vertical-align: middle;
}
.banner-box .banner-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0px 0px 15px #333333;
    text-align: center;
}

/* banner结束 */

/*  内容盒子设置 */
.content-box{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* 主题内容盒子 */
.container-box{
    width: 80.5%;
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
}
/* 主题内容盒子结束 */

/* 返回按钮 */
.to-top{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: fixed;
    right: 50px;
    bottom: 15%;
    box-shadow: 0 0 15px rgba(0, 0 ,0, 0.2);
    z-index: 1000;
    display: none;
    cursor: pointer;
    overflow: hidden;
    /*background: #76b72b;*/
}
.to-top .back-top-icon{
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.to-top .back-top-icon path{
    fill: #76b72b;
}



@media screen and (min-width: 1440px){
    .container-box{
        width: 1200px;
    }
    .title-box{
        width: 1200px;
    }
}
@media screen and (max-width: 1200px){
    .to-top {
        width: 40px;
        height: 40px;
    }
}
@media screen and (min-width: 1200px){
    .tab-list{
        width: 66.66%;
    }
}
@media screen and (min-width: 992px){

    .tab-list{
        width: 83.33%;
    }
}

@media screen and (max-width: 992px){
    .content-box{
        width: 100%;

    }
    .title-box{
        width: 100%;
        margin: 80px auto 44px;
        padding: 0 15px;
    }
    .container-box{
        width: 100%;
        padding: 0 15px;
    }
    .banner-box .banner-text{
        font-size: 46px;
    }
    .title-box h2{
        font-size: 1.7em;
    }
}
@media screen and (max-width: 768px){

    .banner-box .banner-text{
        font-size: 32px;
    }
    .title-box{
        margin: 40px auto 22px;
    }
    .title-box h2{
        font-size: 1.5em;
        width: 100%;
    }
}
@media screen and (max-width: 550px){
    .banner-box .banner-text{
        font-size: 20px;
    }
    .secondary{
        font-size: 14px;
    }
}
@media screen and (max-width: 414px){
    .title-box h2{
        font-size: 1.2em;
    }
}<!--0.00017404556274414-->