

/** 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;
}




/** 内容部分 **/


/** member **/
.m-container{
    width: 1200px;
    min-height: 876px;
    display:block;
    margin:0 auto;
    overflow:hidden;
}


/** 面包屑 **/
.m-crumb{
    width: 100%;
    height: 30px;
    margin-top: 65px;
    margin-bottom: 50px;
    font-size: 16px;
    color:#344d43;
    line-height: 30px;
    background-color:#fff;

    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

.m-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;
}

.m-crumb-1{
    color:#ffbc00;
}


/** 图标 **/
.m-title-icon1{
    width: 360px;
    height: 43px;
    margin-top: 20px;
    margin-left: 5px;

    color:#00692e;
    font-size: 18px;
    line-height: 43px;
    background: url(../../image/list/list-title-bg1.png) left bottom no-repeat;
}


.m-title{
    width: 100%;
    height: 60px;
    font-size: 18px;
    color:#535252;
    line-height: 60px;
    text-indent: 40px;
    border-bottom:1px solid #d7d7d7;
}




/** member-panel **/
.member-panel{
    width: 100%;
    min-height: 64px;
    border-bottom:1px solid #d7d7d7;
}


.member-sub{
    width: 300px;
    height: 64px;
    position: relative;
    cursor:pointer;
}


/** member-img **/
.member-img{
    line-height: 64px;
}

.member-img > span{
    margin-left: 10px;
    font-size: 14px;
    color:#535252;
}

.member-img > img{
    width: 38px;
    height: 38px;
    position: relative;
    top: 13px;
    left:5px;
}


/** member-mask **/
.member-mask{
    width: 342px;
    height: 273px;
    background:url(../../image/member/member-mask.png) no-repeat;
    overflow: hidden;
    position: absolute;
    left:300px;
    top: 5px;

    z-index:999;
}


/** member-mask-1 **/
.member-mask-1{
    text-align: center;
    height: 38px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.member-mask-1 > img{
    width: 38px;
    height: 38px;
    margin-left: 10px;
    margin-right: 10px;
}

.member-mask-1 > span{
    color:#3b3b3b;
    font-size: 14px;
    line-height: 38px;

}


/** mamber-mask-2 **/
.member-mask-2{
    height: 20px;
    font-size: 14px;
    color:#535252;
    line-height: 20px;

    margin-bottom: 15px;
}

.member-mask-2 > i{
    display:inline-block;
    width: 14px;
    height: 20px;
    margin-left: 20px;
    margin-right: 10px;
    position: relative;

    background:url(../../image/member/member-addr.png) no-repeat;
}


/** mamber-mask-3 **/
.member-mask-3{
    height: 20px;
    font-size: 14px;
    color:#535252;
    line-height: 20px;

    margin-bottom: 15px;
}

.member-mask-3 > i{
    display:inline-block;
    width: 16px;
    height: 16px;
    margin-left: 20px;
    margin-right: 10px;
    position: relative;

    background:url(../../image/member/member-phone.png) no-repeat;
}



/** mamber-mask-4 **/
.member-mask-4{
    height: 20px;
    font-size: 14px;
    color:#535252;
    line-height: 20px;

    margin-bottom: 15px;
}

.member-mask-4 > i{
    display:inline-block;
    width: 16px;
    height: 15px;
    margin-left: 20px;
    margin-right: 10px;
    position: relative;

    background:url(../../image/member/member-chuanzhen.png) no-repeat;
}



/** mamber-mask-5 **/
.member-mask-5{
    height: 20px;
    font-size: 14px;
    color:#535252;
    line-height: 20px;

    margin-bottom: 15px;
}

.member-mask-5 > i{
    display:inline-block;
    width: 18px;
    height: 12px;
    margin-left: 20px;
    margin-right: 10px;
    position: relative;

    background:url(../../image/member/member-email.png) no-repeat;
}


/** 特殊情况 **/
.member-four > .member-mask{
    left: -300px !important;
}








/** 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;
}



