/*banner*/
.mscg-banner{
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.mscg-banner img{
    width: 100%;
}
/*banner--功能*/
.mscg-banner .m-fun{
    position: absolute;
    right: 20px;
    top:50%;
    transform: translate(0,-50%);
}
.mscg-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;
}
.mscg-banner .m-fun .share{
    position: relative;
    width: 52px;
    height: 52px;
    background: #b30000 url("../imgs/share.png") no-repeat center;
    cursor: pointer;
}
.mscg-banner .m-fun .sc-nav span,.m-fun .share span{
    position: absolute;
    width: 70px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    color: #523d2e;
    left: -70px;
    top:0;
    display: none;
}

/*当前位置*/
.c-l{
    height: 106px;
}
.c-l span{
    float: right;
    margin-top: 50px;
    font-size: 16px;
}
.c-l span img{
    width: 26px;
    height: 26px;
}
.c-l span i{
    font-style: normal;
    color: #555;
    margin-left: 5px;
}
.c-l span b{
    font-weight: normal;
    margin-left: 3px;
    margin-right: 3px;
}
.c-l span em{
    color: #af7a50;
}

/*选项卡*/
.mscy-tabs{}
/*标题*/
.mscy-tabs .title{
    height: 72px;
    border-bottom: solid 1px #c9c9c9;
}
.mscy-tabs .title div{
    float: left;
    width: 50%;
    text-align: center;
}
.mscy-tabs .title div span{
    display: inline-block;
    font-size: 30px;
    color: #8c827c;
    width: 200px;
    height: 70px;
    cursor: pointer;
}
.mscy-tabs .title div span.current{
    color: #523d2e;
    border-bottom: solid 2px #af7a50;
}
/*内容*/
.mscy-tabs .cons{
    margin-top: 38px;
    position: relative;
}
.mscy-tabs .cons li{
    float: left;
    width: 285px;
    height: 216px;
    margin-right: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.mscy-tabs .cons li img{
    width: 285px;
    height: 172px;
}
.mscy-tabs .cons li span{
    display: block;
    height: 44px;
    background-color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #523d2e;
    position: relative;
    z-index: 1;
}
.mscy-tabs .cons li:hover span{
    background: #af7a50;
    color: white;
}
.ms_addr{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(56,55,55,0.3);
    top: 0;
    color: white;
    text-align: center;
    line-height: 35px;
    padding-top: 18px;
    transition: 1s;
    display: none;
}
.ms_addr p img{
    width: 51px !important;
    height: 46px !important;
}
.mscy-tabs .cons li:hover .ms_addr{
    display: block;
}

/*分页*/
.mscy-tabs .cons div.page{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.mscy-tabs .cons div.page a{
    display: inline-block;
    width: 28px;
    height: 28px;
    border: solid 2px #b50606;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    color: #b30000;
    font-size: 18px;
    margin-right: 4px;
}
.mscy-tabs .cons div.page a.current{
    color: #fff;
    background-color: #b30000;
}
