

/** 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;
}




/** 内容部分 **/


/** banner **/
.banner-container{
    width: 100%;
    height: 292px;
    overflow:hidden;
    background: url(../../image/list/banner-bg.jpg) no-repeat;

    min-width: 1200px;
}


.banner-inner{
    width: 1200px;
    height: 292px;
    margin:0 auto;
    overflow:hidden;
}


.banner-text{
    width: 100%;
    height: 60px;
    font-size: 28px;
    color:#f8f8f8;
    letter-spacing: 2px;
    text-align: center;
    line-height: 60px;
    margin-top: 120px;
}




/** list **/
.list-container{
    width: 1200px;
    min-height: 1569px;
    display:block;
    margin:0 auto;
    overflow:hidden;
}

.list-left{
    width: 800px;
    min-height: 1569px;
    overflow:hidden;
}



/** 面包屑 **/
.list-crumb{
    width: 100%;
    height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    color:#344d43;
    line-height: 30px;
    background-color:#fff;

    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

.list-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;
}

.list-crumb-1{
    color:#ffbc00;
}


/** 列表 **/
.list-panel{
    width: 800px;
    overflow: hidden;
    margin-bottom: 80px;
}

.list-img > img{
    width: 800px;
    height: auto;
}

.list-time{
    width: 100%;
    height: 20px;
    font-size: 14px;
    color:#3b3b3b;
    line-height: 20px;
    margin-top: 20px;
}

.list-time > i{
    display:inline-block;
    width: 12px;
    height: 14px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 1px;
    background:url(../../image/list/list-time.png) no-repeat;
}

.list-title{
    width: 100%;
    height: 30px;
    font-size: 20px;
    color:#3b3b3b;
    line-height: 30px;
    margin-top: 20px;
}

.list-desc{
    font-size: 14px;
    color:#535252;
    width: 100%;
    margin-top: 20px;
    line-height: 25px;
    overflow:hidden;
    display:block;
}


.list-download{
    display:block;
    width: 156px;
    height: 40px;
    overflow:hidden;
    margin: 80px auto 0px;

    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 25px;
    background-color:#00692e;

    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;
}

.list-download > i{
    display:inline-block;
    width: 29px;
    height: 25px;
    position: relative;
    top: 6px;
    margin-right: 15px;
    background:url(../../image/detail/yun.png) no-repeat;
}

.list-download:hover{
    color:#ffc000;
}


/** 评论标题 **/
.list-comment-title{
    width: 100%;
    height: 30px;
    font-size: 20px;
    color:#3b3b3b;
    line-height: 30px;
    margin-top: 80px;
}


/** input **/
.list-comment-input{
    width: 800px;
    height: 40px;
    margin-top: 30px;
}

.list-comment-input > input{
    width: 224px;
    height: 38px;
    border:1px solid #c6c6c6;
    border-radius: 3px;
    outline:none;
    margin-right: 30px;
    color:#adafb2;
    text-indent: 15px;
}




/** textarea **/
.list-comment-textarea{
    width: 800px;
    height: 110px;
    margin-top: 30px;
}

.list-comment-textarea > textarea{
    width:728px;
    height:88px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow:auto;
    resize:none;
    outline:none;
    text-indent: 15px;
    color:#adafb2;
    border:1px solid #c6c6c6;
}


.list-comment-submit{
    display:block;
    width:160px;
    height:40px;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 10px;
    background-color:#00692e;

    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;
}

.list-comment-submit:hover{
    color:#ffc000;
}



/** 评论列表 **/
.list-comment-panel{
    width: 790px;
    min-height: 176px;
    margin:0 auto;
    overflow:hidden;
    border-bottom:1px solid #d8d8d8;
}


.list-comment-text{
    font-size: 14px;
    color:#6a6a6a;
    line-height: 25px;
    margin-top: 60px;
}


.list-comment-bottom{
    width: 800px;
    height: 20px;
    margin-top: 15px;
    margin-bottom: 20px;

    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}


.list-comment-name{
    font-size: 12px;
    color:#6a6a6a;
    margin-right: 50px;
    line-height: 20px;
}

.list-comment-time{
    font-size: 12px;
    color:#c1c0c0;
    line-height: 20px;
}



/** 右边 **/
.list-right{
    width: 360px;
    min-height: 1000px;
    overflow:hidden;
}

.list-search{
    width: 358px;
    height: 50px;
    margin-top: 90px;
    background-color:#acacca;
}

.list-input-wrap{
    width: 301px;
    height: 48px;
    border-left:1px solid #e1e1e1;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
}

.list-search-input{
    width: 300px;
    height: 48px;
    border:none;
    outline:none;
    font-size: 16px;
    text-indent:  20px;
    color:#bdbdbd;
    background-color: #fff;
}


.list-search-submit{
    width: 56px;
    height: 50px;
    background:#054b1d url(../../image/list/search-icon.png) center center no-repeat;
}


/** 图标 **/
.list-title-icon1{
    width: 360px;
    height: 43px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 5px;

    color:#00692e;
    font-size: 18px;
    line-height: 43px;
    background: url(../../image/list/list-title-bg1.png) left bottom no-repeat;
}

.list-navi-line{
    width: 360px;
    height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
}

.list-navi-line > a{
    display: block;
    width: 350px;
    height: 55px;
    margin: 3px auto 0px;
    background-color: #fff;

    font-size: 16px;
    color: #344d43;
    text-align: left;
    line-height: 55px;
    text-indent: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    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;
}



/** 选中 **/
.list-navi-active > a{
    color:#fff;
    background-color:#ffc000;
}

/** 鼠标移上 **/
.list-navi-line > a:hover{
    color:#fff;
    background-color:#ffc000;
}








/** 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;
}



