/*新增弹出广告板块*/
.t-b{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 100;
    overflow: hidden;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    background: rgba(0,0,0,.85);
    opacity: 0;
}
.mk{
    width:1080px;
    height:480px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left: -540px;
    margin-top: -240px;
}
.t-b .del{
    font-size: 48px;
    color:#fff;
    position:absolute;
    right:-40px;
    top:-10px;
    width:40px;
    height:40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
/*banner*/
.banner{
    height:480px;
    position:relative;
}
#index{
    position:absolute;
    left:0;
    top:0;
    overflow: hidden;
}
#index img{
    position:relative;
}
.layui-carousel-ind{
    /*top: -85px;*/
}
.banner .nav{
    width:230px;
    height:480px;
    position:relative;
}
.banner .nav .logo-div{
    height:150px;
    width:100%;
    position:absolute;
    top:-132px;
    background: #eee;
    box-shadow: 0 0 10px #eee;
}
.banner .nav .logo-div img{
    margin:35px auto;
}
.banner .nav .nav-bar{
    box-sizing: border-box;
    height:100%;
    background: rgba(9, 75, 41, .7);
    padding-top: 38px;
}
.banner .nav .nav-bar>ul>li{
    /*color:#fff;*/
    font-size: 18px;
    margin-bottom: 35px;
}
.banner .nav .nav-bar>ul>li.hover,
.banner .nav .nav-bar>ul>li:hover{
    background: #cdb30e;
}
.banner .nav .nav-bar>ul>li>a{
    height:48px;
    line-height: 48px;
    text-align: center;
    color:#fff;
    display: block;
}
.banner .nav .nav-bar .r-arrow{
    margin: 8px 30px 0 0;
    height:32px;
    width:18px;
}.banner .nav .nav-bar .r-bg{
     background: url("../img/nav_right.png") center center no-repeat;
 }
.banner .nav-foot{
    position:absolute;
    top:420px;
    width: 850px;
    margin-left: 230px;
    text-align: center;
    line-height: 60px;
    color:#fff;
    height:60px;
    background: rgba(0,0,0,.2);
}
/*弹框*/
.banner .nav .nav-bar>ul>li .tk{
    position:absolute;
    top: 0;
    left: 230px;
    height:420px;
    background: rgba(255,255,255,.96);
    box-sizing: border-box;
    padding:20px 0;
    display: none;
    -webkit-box-shadow: 8px 8px 10px rgba(7, 0, 2, .2);
    -moz-box-shadow: 8px 8px 10px rgba(7, 0, 2, .2);
    box-shadow: 8px 8px 10px rgba(7,0,2,.2);
    -webkit-transition: all 10s;
    -moz-transition: all 10s;
    -ms-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;
}
.banner .nav .nav-bar>ul>li:hover .tk{
    display: block;
}
.banner .nav .nav-bar>ul>li .tk li{
    box-sizing: border-box;
    min-width: 100px;
    display: inline-block;
    padding: 5px 0;
    width: 210px;
}
.banner .nav .nav-bar>ul>li .tk400 li{
    width: 190px;
    padding: 10px 0;
}
.banner .nav .nav-bar>ul>li .tk li i{
    display: inline-block;
    width:14px;
    height:14px;
    border-radius: 50%;
    margin-right: 10px;
    background: #a0a0a0;
}
.banner .nav .nav-bar>ul>li .tk li a{
    color:#000;
    box-sizing: border-box;
    padding-left: 20px;
}
.banner .nav .nav-bar>ul>li .tk li a:hover{
    color:#cdb30e;
}
.banner .nav .nav-bar>ul>li .tk li a:hover i{
    background: #cdb30e;
}
/*特珍汇聚弹框*/
.tk-con>ul{
    display: none;
}
#province{
    display: block;
}
.tk-title{
    height:34px;
    line-height: 34px;
    font-size: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.title-list>.fl.hover,
.title-list>.fl:hover{
    border-color:#cdb30e;
    color:#fff;
    background: #cdb30e;
}
.title-list>.fl{
    display: inline-block;
    margin-left: 20px;
    padding:0 15px;
    border:2px solid #a0a0a0;
    color:#a0a0a0;
    font-size: 16px;
    height: 34px;
    box-sizing: border-box;
    cursor: pointer;
}
.tk-title-txt{
    width:140px;
    color: #fff;
    background: #cdb30e;
    padding-left: 30px;
    box-sizing: border-box;
}
.tk600{
    width:636px;
}
/*特珍商城弹窗*/
.tk400{
    width: 400px;
}
/*banner下方板块*/
.sk{
    margin-top: 10px;
}
.sk .sk-top{
    height:300px;
    overflow: hidden;
}
.sk-top .sk-t-left>a{
    display: inline-block;
    width:600px;
    height:100%;
}
.sk .sk-t-right{
    width:480px;
    overflow: hidden;
    margin-left: 600px;
}
.sk-t-right>a{
    display: inline-block;
    width:480px;
    overflow: hidden;
    height:100%;
}
.sk-down{
    margin-top: 10px;
}
.sk-down>ul{
    height:275px;
    overflow: hidden;
}
.sk-down li{
    float:left;
    width:20%;
    box-sizing: border-box;
    border:1px solid transparent;
}
.sk-down li img{
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.sk-down li:hover{
    border:1px solid #eee;
}
.sk-down .sk-down-con{
    width:100%;
    box-sizing: border-box;
    padding:8px;
}
.sk-down .sk-down-con .img-div{
    height:200px;
    width:200px;
    overflow: hidden;
}
.sk-down .sk-down-con>a:hover .img-div img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.sk .sk-txt{
    display: inline-block;
    padding: 5px 20px;
    height:34px;
    overflow: hidden;
    width:160px;
    text-align: center;
}
/*四大板块*/  
.index-si{
    background: #eee;
    padding: 50px 0 50px;
}
.index-si img{
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.index-si img:hover{
    opacity:0.8;
}
.si_carousel img:hover{
    opacity: 1;
}
.content_list{
    height: 410px;
    margin-bottom: 50px;
}
.content_list .si-list{
    height:100%;
    overflow: hidden;
}
.content_list .title{
    font-size: 22px;
    margin-top: 17px;
}
.content_list li{
    float:left;
}
.content_list .l-con{
    width:350px;
    height:416px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}
.content_list .l-con>.title,
.content_list .l-con>a{
    margin-left: 17px;
}
.content_list .l-con>a>img{
    width:316px;
    height:162px;
}
.content_list li .cen{
    margin:0 15px;
}
.content_list li .l-top{
    display: inline-block;
    margin-top: 13px;
}
.content_list li .l-down{
    display: inline-block;
    margin-top: 10px;
}
.content_list li .act{
    width:350px;
    height:410px;
    background:#eee;
}
.content_list .act_inner{
    position:relative;
    width:100%;
    height:100%;
}
.content_list .act_inner:before{
    content:'';
    display: block;
    position:absolute;
    top:20px;
    width: 330px;
    height:390px;
    box-sizing: border-box;
    border:5px solid #333;
}
.content_list .act_inner:after{
    content:"";
    display: block;
    position:absolute;
    top:0;
    z-index: 0;
    width: 330px;
    height:390px;
    background: #eee;
}
.content_list .act_lk{
    display: inline-block;
    position:relative;
    width:330px;
    height:390px;
    z-index: 1;
}
.content_list .act_img{
    position: relative;
    width:100%;
    height:100%;
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.content_list .act_right:before{
    left:20px;
}
.content_list .act_left .act_img{
    left:20px;
}
.content_list .act_left:after{
    left:20px;
}
.content_list .act_lk:hover .act_img{
    opacity: 0.8;
}
.artisan{
    margin-bottom: 0;
}
.si_carousel{
    margin-left:365px;
}
/*特珍汇聚*/
.tzhj{
    background: #eee;
}
.jkgl .jkgl-title,
.tzhj .tzhj-title{
    height:55px;
    line-height: 55px;
    font-size: 25px;
}
.tzhj-div{
    margin-bottom: 20px;
}
.tzhj-div li{
    float:left;
    margin: 20px 45px;
}
.tzhj-div li .img-a{
    display: inline-block;
    position:relative;
    width: 450px;
}
.tzhj-div li .img-a .img-txt{
    position:absolute;
    height:80px;
    bottom:0;
    width:100%;
    background: rgba(131,188,159,.5);
    text-align: center;
    color:#fff;
    padding:10px 20px;
    box-sizing: border-box;
}
.tzhj-div li .img-a .img-txt .txt-title{
    font-size: 18px;
    line-height: 40px;
}
.tzhj-div li .img-a .img-txt .jieshao{
    width:410px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tzhj-div li a .tzhj-introduce{
    margin-left: 320px;
    background: #c9caca;
    height:100%;
    padding:13px;
    box-sizing: border-box;

}
.introduce-title{
    border-bottom: 2px solid #076355;
    padding:10px 0  10px;
    text-align: center;
    height: 46px;
    overflow: hidden;
}
.introduce-title span{
    font-size: 20px;
    font-weight: bold;
    color:#076355;
}
.introduce-con{
    color:#fff;
    font-size: 16px;
    height:142px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    line-height: 22px;
}
.introduce-ft{
    color:#000;
    border-top: 2px solid #000;
    overflow: hidden;
    padding:10px 5px;

}
.tzhj-txt{
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
    padding-bottom: 45px;
}
/*健康管理*/
.jkgl{
    padding-top: 50px;
    margin-bottom: 70px;
}
/*底部轮播*/
.f-carousel{
    position:relative;
}
.f-carousel>ul{
    position:relative;
    height:607px;
}
.f-carousel .f-list{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    display: none;
}
.f-carousel .f-list:first-child{
    display: block;
}
.f-carousel .controller{
    width:100%;
    position:absolute;
    top:50%;
    margin-top: -21px;
}
.f-carousel .controller span:hover{
    background: rgba(0,0,0,.1);
}
.f-carousel .controller span img{
    margin:5px 0 0 5px;
}
.f-carousel .controller .prev,
.f-carousel .controller .next{
    display: inline-block;
    width:28px;
    height:42px;
    cursor:pointer;
    opacity:0;
}
.f-carousel .controller .prev{
    margin-left: 20px;
}
.f-carousel .controller .next{
    margin-right: 20px;
}
.f-carousel:hover .cont{
    opacity:1;
}
.footer{
    margin-top: 0 !important;
}
.group-con-right{
    margin-left: 150px;
}