.index_hLogo,.index_lead {
    text-align: center
}
.index_wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    font-family: "Helvetica Neue",Helvetica,"Nimbus Sans L",-apple-system,BlinkMacSystemFont,"Liberation Sans","Hiragino Sans GB","Microsoft YaHei","Microsoft JhengHei","Source Han Sans CN","Source Han Sans SC","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimSun,"WenQuanYi Zen Hei Sharp",sans-serif;
}
.index_wrapper.ja,.ja .index_wrapper {
    font-family: "Helvetica Neue",Helvetica,"MS UI Gothic","Nimbus Sans L",-apple-system,BlinkMacSystemFont,"Liberation Sans","Hiragino Sans GB","Microsoft YaHei","Microsoft JhengHei","Source Han Sans CN","Source Han Sans SC","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimSun,"WenQuanYi Zen Hei Sharp",sans-serif
}

.index_main{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.index_header{
    z-index: 12;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color:rgba(0, 0, 0, 0.1);
}
.index_firstScreen{
    position: relative;
    height: 100%;
}
.index_lead{
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    text-align: center;
    background-size: cover;
    z-index: 1;
}
.index_lead_bg1{
    background: url("../img/wuqi.jpg") center top no-repeat;
    opacity: 1;
    background-size: cover;
}
.index_lead_bg2{
    background: url("../img/moli.jpg") center top no-repeat;
    opacity: 0;
    background-size: cover;
}
.index_lead_bg3{
    background: url("../img/xiangrikui.jpg") center top no-repeat;
    opacity: 0;
    background-size: cover;
}
/*.index_lead_bg4{*/
     /*background: url("../img/firstScreen4.jpg") center top no-repeat;
         opacity: 0;*/
 /*}*/
.index_lead_bg5{
    background: url("../img/shuye_banner.jpg") center top no-repeat;
    opacity: 0;
    background-size: cover;
}
.last-active{
    z-index: 5;
}
.active{
    z-index: 10;
}
.index_lead_cover{
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    text-align: center;
    background-color: #000000;
    opacity: 0.3;
    /*background: url("../img/firstScreen1.jpg") center top no-repeat;*/
    /*background-size: cover;*/
    z-index: 11;
}
.index_content{
    z-index: 11;
    position: relative;
    width: 70%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*@media screen and (max-width:1280px) {*/
    /*.index_content {*/
        /*width: 70%;*/
        /*padding-left: 50px;*/
        /*padding-right: 50px;*/
        /*-webkit-box-sizing: border-box;*/
        /*-moz-box-sizing: border-box;*/
        /*box-sizing: border-box;*/
    /*}*/
/*}*/
.index_hLogo{
    float: left;
    display: inline-block;
    width: 115px;
    height: 100%;
    text-align: center;
}
.index_hLogoImg{
    width: 115px;
    margin-top: 15px;
}
.index_hOperate{
    float: right;
}
.index_hOpeItem{
    float: left;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 1.4rem;
}
.index_hOpeItem_btn {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -moz-transition: all .2s cubic-bezier(.47,0,.745,.715);
    display: inline-block;
}
.index_hOpeItem_btn {
    line-height: 34px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    transition: all .2s cubic-bezier(.47,0,.745,.715)
}
.index_hOpeItem_btn:visited {
    color: #fff
}
.index_hconsult {
    float: left;
    margin: 14px 10px;
    line-height: 30px;
}

.index_hOpeItem_btn:hover {
    color: #0C2C4A;
    background-color: #fff
}

.index_hOpeItem:visited{
    color: #FFFFFF;
}
.index_hOpeItem:hover{
    color: #daa842;
}
/*.index_hOpeItem:active{*/
    /*color: #42ff86;*/
/*}*/

.index_hOpeItem::after {
    content: '';
    position: absolute;
    top: 45px;
    left: 5px;
    right: 5px;
    height: 2px;
    background: #daa842;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    -moz-transition: opacity .3s,transform .3s,-moz-transform .3s;
    transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s,-moz-transform .3s;
}

.index_hOpeItem:hover::after,.usSwitchNext-leave {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.index_hOpeItem:hover::after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.index_hOpeItem_active{
    color: #FFFFFF;
    float: left;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 60px;
    font-size: 1.4rem;
}
.index_hOpeItem_active::after {
    content: '';
    position: absolute;
    top: 45px;
    left: 5px;
    right: 5px;
    height: 2px;
    background: #daa842;
    opacity: 1;
}
.index_hOpeItem_active:visited{
    color: #FFFFFF;
}
.index_hOpeItem_active:hover{
    color: #daa842;
}

.index_fsSlogan1 {
    position: absolute;
    width: 238px;
    height: 413px;
    top: 50%;
    right: 75%;
    margin-top: -230px;
    background: url(../img/slogan_22.png) center bottom no-repeat;
    background-size: 100%;
    -moz-background-size:100% 100%
}
/*@media screen and (max-height:766px) {*/
    /*.index_fsSlogan1 {*/
        /*position: absolute;*/
        /*width: 200px;*/
        /*height: 268px;*/
        /*top: 50%;*/
        /*margin-top: -0px;*/
        /*background: url(../img/slogan_11.png) center bottom no-repeat;*/
        /*background-size: 100%;*/
        /*-moz-background-size:100% 100%*/
    /*}*/
/*}*/
.index_fsSlogan2 {
    height: 35%;
    margin-bottom: 5%;
    background: url(../img/slogan-2.png) center bottom no-repeat;
    background-size: 100%;
    -moz-background-size:100% 100%
}
.index_fsSlogan3 {
    height: 15%;
    margin-bottom: 3%;
    background: url(../img/slogan-3.png) center bottom no-repeat;
    background-size: 100%;
    -moz-background-size:100% 100%
}
.index_fsconsult{
    position: absolute;
    top: 50%;
    left: 55%;
    margin-top: -65px;
    text-align: center;
    /*height: 7%;*/
}
.index_fsSlogan4 {
    height: 88%;
    margin-bottom: 0;
    background: url(../img/arrow.png) center bottom no-repeat
}
.index_fsconsult_btnBlue{
    padding: 10px;
    -webkit-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -moz-transition: all .2s cubic-bezier(.47,0,.745,.715);
    display: inline-block;
    max-width: 20px;
    /*height: 140px;*/
    /*line-height: 40px;*/
    /*font-size: 18px;*/
    font-size: 1.5rem;
    color: #fff;
    /*background-color: #d89d23;*/
    transition: all .2s cubic-bezier(.47,0,.745,.715);
    text-align: center;
    border: 1px solid rgba(250,250,250,0.7);
    border-radius: 2px;
    /*letter-spacing: 2px;*/
}
.index_fsconsult_btnBlue:visited {
    color: #fff
}

.index_fsconsult_btnBlue:hover {
    background-color:#daa842;
    border: 1px solid rgba(250,250,250,0);
}

/*.index_fsconsult_btnBlue:active {*/
    /*background-color: #e4bb67*/
/*}*/
.index_calendar{
    position: absolute;
    left: 0;
    right:0;
    bottom: 0;
    height: 70px;
    /*background-color:rgba(223, 181, 94, 0.8);*/
    /*background-color: rgba(27, 21, 14, 0.3);*/
    /*background-color: rgba(37, 67, 19, 0.3);*/
    /*background-color: rgba(8, 16, 42, 0.3);*/
    /*background-color: rgba(99, 72, 51, 0.5);*/
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    text-align: center;
    font-family: "Microsoft YaHei UI";
    color: rgba(250,250,250,0.9);
    font-size: 14px;
    font-size: 1.4rem;
    z-index: 11;
}
.index_cal_date_wrapper{
    display: inline-block;
    float: left;
    width: 50%;
}
.index_cal_wylq_wrapper{
    display: inline-block;
    float: right;
    width: 50%;
}
.index_cal_date{
    display: inline-block;
    float: right;
    padding: 0 5%;
    border-right: 1px rgba(0,0,0,0.1) solid;
}
.index_cal_wylq{
    display: inline-block;
    float: left;
    padding: 0 5%;
}
.index_cal_wylq+.index_cal_wylq{
    border-left: 1px rgba(0,0,0,0.1) solid;
}
.index_cal_day{
    display: inline-block;
    text-align: center;
    line-height: 70px;
    font-size: 70px;
    font-family: Garamond;
    font-weight: bold;
}
.index_cal_date_up{
    display: block;
    text-align: left;
    width: auto;
    padding-top: 10px;
    line-height: 25px;
    border-bottom: 1px solid rgba(250,250,250,0.2);
}
.index_cal_date_down{
    display: block;
    text-align: left;
    width: auto;
    padding-bottom: 9px;
    line-height: 25px;
}

.index_cal_ny{
    display: inline-block;
    text-align: center;
    line-height: 70px;
}


/* 道心语境 */
.index_daoxinyujing{
    background-color: #F5F5F5;
}
.index_djTitle {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    height: 40px;
    text-align: center;
}
.idt_content {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
}
.idt_content::after {
    position: absolute;
    left: -5px;
    top: 8px;
    width: 3px;
    height: 25px;
    content: '\20';
    background: #DBB76B;
}
.idt_content::before {
    position: absolute;
    right: -5px;
    top: 8px;
    width: 3px;
    height: 25px;
    content: '\20';
    background: #DBB76B;
}

    /*.index_djLogo{*/
    /*position: relative;*/
    /*height: 130px;*/
    /*background: url("../img/daoxinyujingLogo.png") center center no-repeat;*/
    /*text-align: center;*/
/*}*/
.index_jqLogo{
    position: relative;
    height: 130px;
    background: url("../img/jieqiyangshengLogo.png") center center no-repeat;
    text-align: center;
}
.index_djlist:after{
    display: block;
    content: '';
    clear: both;
}
.index_djitem{
    float: left;
    cursor: pointer;
    width: 32%;
    height: 360px;
    overflow: hidden;
    background: #FFFFFF;
    -webkit-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -moz-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -ms-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -o-transition: all .2s cubic-bezier(.47,0,.745,.715);
    transition: all .2s cubic-bezier(.47,0,.745,.715);
}
.index_djitem+.index_djitem{
    margin-left: 2%;
}
.index_djitem:hover{
    transform: translateY(-8px);
    box-shadow: 1px 4px 10px 2px #ccc;
    transition: all .3s linear;
}
.index_djitem_image{
    display: block;
    width: 100%;
    height: 240px;
    background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);
    /*background-image: url(../img/Logo1.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index_djitem_text{
    padding: 20px;
    font-size: 14px;
    line-height: 21px;
}
.index_djitem_text h3{
    height: 21px;
    color: #424242;
    padding-bottom: 10px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.index_djitem_text p{
    height: 42px;
    color: #999;
    overflow: hidden;
}

/* 节气咨询 */
.index_jieqiyangsheng{
    background-color: #ffffff;
}
.index_jqlist{
    padding: 15px 0;
}
.index_jqitem{
    height: 320px;
}
.index_jqitem_box{
    float: left;
    width: 50%;
    height: 320px;
    overflow: hidden;
    background: #FFFFFF;
}
.index_jqitem_image{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index_jqitem_text{
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 21px;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    overflow: hidden;
}
.index_jqitem_text h3{
    display: block;
    text-align: center;
    width: 80%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    line-height: 16px;
    font-size: 16px;
    color: #424242;
}
.index_jqitem_text p{
    display: block;
    text-align: left;
    width: 60%;
    height: 110px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}
.index_jqitem_text a{
    display: block;
    text-align: center;
    width: 140px;
    height: 35px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    line-height: 35px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #dfb55e;
    border: 1px solid #dfb55e;
    -webkit-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -moz-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -ms-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -o-transition: all .2s cubic-bezier(.47,0,.745,.715);
    transition: all .2s cubic-bezier(.47,0,.745,.715);
}
.index_jqitem_text a:hover{
    color: rgb(255, 255, 255);
    background-color: #dfb55e;
}

.index_more_wrap{
    width: 100%;
    height: 40px;
    margin: 45px auto;
    text-align: center;
}
.index_more_btn{
    cursor: pointer;
    display: inline-block;
    width: 120px;
    height: 40px;
    color: #dfb55e;
    background-color: transparent;
    border: 1px solid #dfb55e;
    text-align: center;
    -webkit-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -moz-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -ms-transition: all .2s cubic-bezier(.47,0,.745,.715);
    -o-transition: all .2s cubic-bezier(.47,0,.745,.715);
    transition: all .2s cubic-bezier(.47,0,.745,.715);
}
.index_more_btn:hover{
    color: #FFFFFF;
    background-color: #dfb55e;
}
.index_more_btn_text{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
}
.index_footer_wrap{
    overflow: hidden;
    width: 100%;
    height: 170px;
    background-color: #837159;
    margin: 0;
    padding: 0;
}
.index_footer{
    width: 100%;
    height: 49%;
    border-top: 1px solid #948673;
    margin: 0;
    padding: 0;
    /*color: #a39480;*/
    color: #b1a89c;
}
.index_fOperItem_left{
    float: left;
    display: inline-block;
    position: relative;
    /*padding-right: 10px;*/
    padding-left: 20px;
    margin-top: 32px;
    line-height: 20px;
    font-size: 1.2rem;
}
.idx_fOperItem_wx {
    position: absolute;
    right: 10px;
    top: 18px;
    line-height: 20px;
    font-size: 1.2rem;
}
.idx_fOperItem_wx_pri {
    position: absolute;
    right: 10px;
    top: 40px;
    line-height: 20px;
    font-size: 1.2rem;
}

.index_fOperItem_right{
    display: inline-block;
    padding-right: 10px;
}
.index_footer_wechat{
    float: right;
    cursor: pointer;
    display: inline-block;
    width: 17px;
    height: 14px;
    margin-top: 3px;
    background: url("../img/footerWechat.png") center center no-repeat;
    opacity: 0.5;
}
.index_footer_wechat:hover{
    opacity: 1;
}
.index_footer_text{
    display: block;
    position: relative;
    height: 10px;
    margin-top: 15px;
}
.index_footer_text_left{
    float: left;
    padding-left: 20px;
    line-height: 20px;
    font-size: 1.2rem;
}
.index_footer_text_right{
    float: right;
    padding-right: 20px;
    line-height: 20px;
    font-size: 1.2rem;
}
.index_footer a:hover{
    color: #FFFFFF;
}
.index_footer_content{
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:1280px) {
    .index_footer_content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}