﻿
/**菜单*/
.mscy{
    height: 24px; 
    line-height: 24px;
    min-height:600px;
    margin-bottom:90px;
}
.jtmenu{
    width:100%; 
    height: 24px;
    line-height: 24px; 
    text-align:center;
    padding-bottom:25px;
    border-bottom:1px solid #c9c8c2;
}
 
.jtmenu a{
    display:inline-table;
    width:18%;
    color:#aca59b;
    font-size:26px;  
    margin:0 40px 0 40px;
    padding-bottom:25px; 
}

.jtmenu a:hover{
    color:#523d2e; 
    border-bottom:solid 2px #af7a50;
}
 
.jtmenu .current {
    color:#523d2e !important;  
    border-bottom:solid 2px #af7a50 !important;
}

.l50{
    width:100%;
    height:50px;
    clear:both;
}

/*内容展示*/
.one_pic{
    padding:20px;
    text-align:center;
    background-color:white;
    min-height:500px;
    margin-bottom:50px;
}



.ssjt-banner .m-fun .sc-nav{
    position: relative;
    width: 52px;
    height: 52px;
    background: #b30000 url("../imgs/sc-nav.png") no-repeat center;
    margin-bottom: 20px;
    cursor: pointer;
}
.ssjt-banner .m-fun .share{
    position: relative;
    width: 52px;
    height: 52px;
    background: #b30000 url("../imgs/share.png") no-repeat center;
    cursor: pointer;
}
.ssjt-banner .m-fun .sc-nav span,
.m-fun .share a{
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    color: #523d2e;
    left: -70px;
    top:-7px;
    display: none;
    background-repeat:no-repeat;
    overflow:hidden;
}
.ssjt-banner .m-fun .sc-nav span{
    top:0;
}
.ssjt-banner .m-fun .sc-nav span:nth-child(1),
.m-fun .share a:nth-child(1){
    left: -208px;
}
.ssjt-banner .m-fun .sc-nav span:nth-child(2),
.m-fun .share a:nth-child(2){
    left: -156px;
}
.ssjt-banner .m-fun .sc-nav span:nth-child(3),
.m-fun .share a:nth-child(3){
    left: -104px;
}
.ssjt-banner .m-fun .sc-nav span:nth-child(4),
.m-fun .share a:nth-child(4){
    left: -52px;
}
.sc_detail{
    text-align: center;
    padding: 5px;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    position: absolute;
    width: 45px;
    height: 25px;
    color: #5c483a;
    left: -209px;
    top: -40px;
    display: none;
}
.dt_two{
    left:-157px;
}
.dt_three{
    left:-104px;
}
.dt_four{
    left:-55px;
}
.sc_info{
   display: block;
}