

/** top **/
.top-container{
    width: 100%;
    height: 100px;
    /*overflow:hidden;*/
    background-color:#0c1f1d;

    min-width: 1200px;
}

.top-inner{
    width: 1200px;
    height: 100px;
    margin:0 auto;
    /*overflow:hidden;*/
}

/** 左边 **/
.top-left{
    width: 273px;
    height: 40px;
    margin-top: 30px;
    margin-left: 15px;
    background:url(../../image/qigong/logo.png) no-repeat;
}

.top-left > a{
    display:block;
    width: 273px;
    height: 40px;
}

/** 右边 **/
.top-right{
    width: 900px;
    height: 100px;
}

.top-right > ul > li{
    display:block;
    float:left;
    width: 128px;
    height: 100px;

    position: relative;
}

.top-right > ul > li > a{
    display:block;
    width: 128px;
    height: 100px;
    overflow:hidden;
}

.top-right > ul > li > a > span{
    display:block;
    height: 30px;
    /*text-align: right;*/
    line-height: 30px;

    text-align: center;

    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

span.top-cn{
    margin-top: 34px;
    font-size: 16px;
    color:#ffffff;
}

span.top-en{
    font-size: 12px;
    color:#8e9190;
}



/** 选中效果 **/
li.top-active > a > span.top-cn{
    color:#20bc65;
}

li.top-active > a > span.top-en{
    color:#18844a;
}




/** 下拉 **/
.top-down{
    display: none;
    position: absolute;
    z-index: 9999;
    width: 176px;
    left: -24px;
    top: 100px;
    overflow:hidden;

    background-color:#00692e;
}

.top-down > li{
    width: 100%;
    height: 70px;
    border-bottom:1px solid #008349;
}

.top-down > li > a{
    display:block;
    width: 100%;
    height: 70px;
}

.top-down > li > a > span{
    display:block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;

    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.top-down > li > a > span.top-list-cn{
    margin-top: 15px;
    font-size: 16px;
    color:#ffffff;
}

.top-down > li > a > span.top-list-en{
    margin-top: 0px;
    font-size: 10px;
    color:#a3beac;
}


/** 鼠标移上 **/
.top-down > li:hover{
    border-bottom:1px solid #ffbc00;
}

.top-down > li:hover span.top-list-cn{
    color:#ffbc00;
}

.top-down > li:hover span.top-list-en{
    color:#a39619;
}







/** reg **/
.reg-container{
    /*width: 100%;*/
    /*height: 46px;*/
    /*overflow:hidden;*/
    /*position: relative;*/
    /*z-index:999;*/


    width: 100%;
    height: 46px;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 999;
    background: rgba(3, 4, 22, 0.4);

    min-width: 1200px;
}

.reg-inner{
    width: 1200px;
    height: 46px;
    margin:0 auto;
    overflow:hidden;
}

.reg-inner > div{
    width: 600px;
    height: 46px;
    position: relative;
}


/** 语言切换 **/
.reg-cn, .reg-en{
    display:inline-block;
    padding-left: 25px;
    padding-right: 25px;

    height: 46px;
    font-size: 12px;
    color:#ffffff;
    line-height: 46px;

    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.reg-left > a > span{
    display:inline-block;
    width: 20px;
    height: 14px;
    margin-right:10px;

    position: relative;
    top:3px;
}
.reg-cn > span{
    background:url(../../image/qigong/lang-cn.png) no-repeat;
}

.reg-en > span{
    background:url(../../image/qigong/lang-en.png) no-repeat;
}

.reg-left > i{
    display:inline-block;
    width: 1px;
    height: 14px;
    position: relative;
    top:3px;
    background:url(../../image/qigong/reg-line.png) no-repeat;
}


/** 登录和注册 **/
.reg-right{
    text-align: right;
}


.reg-login, .reg-reg{
    display:inline-block;
    padding-left: 15px;
    padding-right: 15px;

    height: 46px;
    font-size: 12px;
    color:#ffffff;
    line-height: 46px;

    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.reg-right > a > span{
    display:inline-block;
    width: 14px;
    height: 15px;
    margin-right:10px;

    position: relative;
    top:3px;
}
.reg-login > span{
    background:url(../../image/qigong/reg-user.png) no-repeat;
}

.reg-right > i{
    display:inline-block;
    width: 1px;
    height: 14px;
    position: relative;
    top:3px;
    background:url(../../image/qigong/reg-line.png) no-repeat;
}


/** 鼠标移上 **/
.reg-left > a:hover, .reg-right > a:hover{
    color:#20bc65;
}




/** 内容部分 **/
.clearfix{*zoom:1;}/*兼容IE清除浮动*/
.clearfix:after{content:"\200B";height:0;display:block;visibility:hidden;clear:both;}/*清除浮动*/
.fr{float:right}/*向右浮动*/
.fl{float:left}/*向左浮动*/

/** banner **/
.banner-container{
    width: 100%;
    height: 762px;
    overflow:hidden;
    background: url(../../image/rank/banner.jpg) no-repeat center 0;

    min-width: 1200px;
}


.banner-inner{
    width: 1200px;
    height: 762px;
    margin:0 auto;
    overflow:hidden;
    position: relative;
}


.banner-text{
    width: 894px;
    height: 314px;
    margin: 100px auto 0px;
    background:url(../../image/rank/banner-text.png) no-repeat;
}

.banner-bottom{
    width: 533px;
    height: 143px;
    position: absolute;
    bottom: 10px;
    left: 333px;
    background:url(../../image/rank/banner-bottom.png) no-repeat;
}

.zcfg{
    position: absolute;
    bottom:215px;
    left: 234px;
    width: 720px;
}
.zcfg .zc{
    width: 258px;
    height: 167px;
    text-align: center;
    border-radius: 4px;
    background-color: #249054;
}
.zcfg .zc img{
    margin-top: 25px;
}
.zcfg .zc .p1{
    color: #ffffff;
    margin: 15px 0 12px;
    font-size: 22px;
}
.zcfg .zc .p2{
    color: #ffffff;
}
.zcfg  .new{
    width: 406px;

}
.zcfg  .new li{
    margin-bottom: 18px;
    color: #ffffff;
}
.zcfg  .new li .p1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
}
/** rank **/
.rank-container{
    width: 1200px;
    min-height: 630px;
    display:block;
    margin:0 auto;
    overflow:hidden;
}


/** 面包屑 **/
.rank-crumb{
    width: 100%;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 16px;
    color:#344d43;
    line-height: 30px;
    background-color:#fff;

    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

.rank-crumb > i{
    display:inline-block;
    width:8px;
    height: 12px;
    position: relative;
    top:1px;
    margin-left:5px;
    margin-right: 5px;
    background:url(../../image/list/list-crumb-arrow.png) no-repeat;
}

.rank-crumb-1{
    color:#ffbc00;
}



/** 表格 **/

/** list **/
.list-container{
    width: 1200px;
    display:block;
    overflow:hidden;
    margin:25px auto 0px;
}

/** 边框 **/
.layui-table td, .layui-table th, .layui-table-header, .layui-table-tool,
.layui-table-view, .layui-table[lay-skin=row], .layui-table[lay-skin=line] {
    border: 2px solid #fff;
}

.list-container .layui-table th{
    text-align: center;
    height: 70px;
    min-height: 70px;
    font-size: 16px;
    color:#fff;
    background-color:#249054;
}

.layui-table td{
    height: 70px;
    min-height: 70px;
    text-align: center;
    color:#22471b;
    font-size: 14px;
    /*background-color:#f5f5f5;*/
}

.baoming-green{
    display:block;
    width: 88px;
    height: 27px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    line-height: 27px;
    margin:0 auto;
    background:url(../../image/rank/baoming-green.png) no-repeat;
}

.baoming-green:hover{
    color:#fff;
    background:url(../../image/rank/baoming-red.png) no-repeat;
}

/** hover **/
.layui-table tr{
    background-color:#f5f5f5;
}


/** 覆盖 **/
.layui-table td, .layui-table th{
    padding:0px !important;
}



/** 分页 **/
.page-container{
    width: 1200px;
    height: 40px;
    text-align: left;
    margin:50px auto 50px;
}
.page-container > ul{
    display:inline-block;
}
.page-container > ul > li {
    display:inline-block;
    float:left;
}

.page-container > ul > li > a{
    display:inline-block;
    padding: 4px 10px;
    margin:5px;
    font-size: 14px;
    color:#6b6b6b;
    background-color:#f0f0f0;

    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.page-container > ul > li > a:hover{
    color:#fff;
    background-color:#249054;
}






/** foot1 **/
.foot1-container{
    width: 100%;
    min-height: 210px;
    overflow:hidden;
    background: #005124;

    min-width: 1200px;
}


.foot1-inner{
    width: 1200px;
    min-height: 210px;
    margin:0 auto;
    overflow:hidden;
}


.foot1-top{
    width: 1200px;
    height: 80px;
    overflow:hidden;
    border-bottom:1px solid #116b30;
}

.foot1-top-left {
    width: 238px;
    height: 25px;
    margin-top: 35px;
    margin-left: 7px;
    background:url(../../image/qigong/foot1-bg1.png) no-repeat;
}

.foot1-top-right{
    width: 900px;
    height: 25px;
    margin-top: 30px;
}

.foot1-top-right > a{
    display:block;
    width: 65px;
    height: 25px;
    background:url(../../image/qigong/foot1-bg2.png) no-repeat;
    text-align: center;
    color:#fff;
    font-size: 12px;
    line-height: 24px;
    float:left;
    margin-left: 20px;

    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.foot1-top-right > a.foot1-active{
    background:url(../../image/qigong/foot1-bg3.png) no-repeat;
    color:#00441d;
}

/** 内容 **/
.foot1-panel{
    width: 1200px;
    min-height: 100px;
    margin-top: 15px;
    overflow:hidden;
}

.foot1-panel > a{
    display:block;
    width: 250px;
    height: 50px;
    text-align: left;
    color:#fff;
    font-size: 14px;
    line-height: 50px;
    float:left;
    margin-left: 20px;

    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.foot1-panel > a:hover{
    color:#ffac00;
}



/** foot2 **/
.foot2-container{
    width: 100%;
    height: 100px;
    overflow:hidden;
    background: #122922;

    min-width: 1200px;
}


.foot2-inner{
    width: 1200px;
    height: 100px;
    margin:0 auto;
    overflow:hidden;
    position: relative;
}

.foot2-logo{
    width: 370px;
    height: 54px;
    background:url(../../image/qigong/foot2-logo.png) no-repeat;
    position: absolute;
    top: 25px;
    left: 10px;
}

.foot2-logo > a{
    display:block;
    width: 370px;
    height: 54px;
}

.foot2-nav{
    width: 730px;
    height: 14px;
    position: absolute;
    right: 75px;
    top: 50px;
    overflow:hidden;
}

.foot2-code{
    width: 71px;
    height: 71px;
    background:url(../../image/qigong/foot2-code.png) no-repeat;
    position: absolute;
    top: 20px;
    right: 0px;
}


.foot2-nav > a{
    display:block;
    width: 100px;
    height: 14px;
    font-size: 12px;
    color:#22c76c;
    text-align: center;
    line-height: 14px;
    float:left;
    border-left:1px solid #1c9553;

    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.foot2-nav > a:hover{
    color:#ffac00;
}



/** foot3 **/
.foot3-container{
    width: 100%;
    height: 45px;
    overflow:hidden;
    background: #0d1f1a;

    min-width: 1200px;
}


.foot3-inner{
    width: 1200px;
    height: 45px;
    margin:0 auto;
    overflow:hidden;

    font-size: 12px;
    color:#0c7f5c;
    text-align: center;
    line-height: 45px;
}

.foot3-inner > i{
    display:inline-block;
    width: 18px;
    height: 20px;
    position: relative;
    top: 5px;
    background:url(../../image/qigong/foot3-icon.png) no-repeat;
}



