﻿/*右侧悬浮*/
/*.sjd-rmenu{ position: fixed;right: 0; margin-left: 532px;top: 30%;padding-bottom:73px;z-index:999;  background:url(../../images/r_b.png) 0px bottom no-repeat;  }*/
/*.sjd-rmenu .btn{width:80px; height:80px; margin-bottom:10px; cursor:pointer; position:relative;}*/
/*.sjd-rmenu .btn-qq{background:url(../../images/r_qq.png) 5px 0px no-repeat; background-color:#ff811b;}*/
/*.sjd-rmenu .btn-qq:hover{background-color:#ff811b;}*/
/*.sjd-rmenu a.btn-qq,.sjd-rmenu a.btn-qq:visited{background:url(../../images/r_qq.png) no-repeat; background-color:#ff811b; text-decoration:none; display:block;}*/
/*.sjd-rmenu .btn-wx{background:url(../../images/r_wx.png) 5px 0px no-repeat; background-color:#666666;}*/
/*.sjd-rmenu .btn-wx:hover{background-color:#666666;}*/
/*.sjd-rmenu .btn-wx .pic{position:absolute; left:-100px; top:-8px;width:100px;height:100px;display: none;}*/
/*.sjd-rmenu .btn-phone{background:url(../../images/r_phone.png?2) 5px 0px no-repeat; background-color:#666666;}*/
/*.sjd-rmenu .btn-phone:hover{background-color:#666666;}*/
/*.sjd-rmenu .btn-phone .p_num{position:absolute; width:160px; height:75px;left:-160px; top:8px; display:none;}*/
/*.sjd-rmenu .btn-phone{background:url(../../images/r_phone.png?2) 5px 0px no-repeat; background-color:#666666;}*/
/*.sjd-rmenu .btn-top{background:url(../../images/r_top.png) 5px 0px no-repeat; background-color:#666666; display:none;}
.sjd-rmenu .btn-top:hover{background-color:#444;}*/
.sjd-rmenu{ position: fixed;right: 15px; margin-left: 532px;top: 20%;padding-bottom:73px;z-index:999;  /*background:url(../../images/r_b.png) 0px bottom no-repeat; */ }
.sjd-rmenu{width:70px;}
.sjd-rmenu .btn{width: 70px;height: 75px;margin-bottom: 10px;cursor: pointer;position: relative;}
.sjd-rmenu .btn-wx{background-color:#3366ff;border-radius: 5px;border:1px solid #fff;background-position: center;}
.sjd-rmenu .btn-wx:hover{background-color:#fff;border:1px solid #3366ff;background-position: center;}
.sjd-rmenu .btn-wx .btn-wx-img{background:url(../images/r_wx.png) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-wx:hover >.btn-wx-img{background:url(../images/s_wx.png) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-wx .btn-wx-text{color: #fff;text-align: center;font-size: 12px;}
.sjd-rmenu .btn-wx:hover >.btn-wx-text{color: #3366ff;text-align: center;font-size: 12px;}
.sjd-rmenu .btn-wx .pic{position:absolute; left: -170px;top: -26px;width: 120px;height: 120px;display: none;transform: scale(1.5)}
.sjd-rmenu .btn-phone{background-color:#3366ff;border-radius: 5px;border:1px solid #fff;background-position: center;}
.sjd-rmenu .btn-phone:hover{background-color:#fff;border:1px solid #3366ff;background-position: center;}
.sjd-rmenu .btn-phone .btn-phone-img{background:url(../images/r_phone.png) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-phone:hover >.btn-phone-img{background:url(../images/s_phone.png) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-phone .btn-phone-text{color: #fff;text-align: center;font-size: 12px;}
.sjd-rmenu .btn-phone:hover >.btn-phone-text{color: #3366ff;text-align: center;font-size: 12px;}
.sjd-rmenu .btn-phone .p_num{background:url(../images/i_phone.png) no-repeat;text-align: center;padding: 16px 0;position:absolute; width:160px; height:75px;left: -163px;top: -10px; display:none;}
.sjd-rmenu .btn-phone .p_num .p_ck{height: 20px;text-align: center;}
.sjd-rmenu .btn-phone .p_num .p_ah{line-height: 30px;font-size: 16px;}
.sjd-rmenu .btn-line{background-color:#3366ff;border-radius: 5px;border:1px solid #fff;background-position: center;}
.sjd-rmenu .btn-line:hover{background-color:#fff;border:1px solid #3366ff;background-position: center;}
.sjd-rmenu .btn-line .btn-line-img{background:url(../images/h_line.png) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-line:hover >.btn-line-img{background:url(../images/p_line.png) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-line .btn-line-text{color: #fff;text-align: center;font-size: 12px;}
.sjd-rmenu .btn-line:hover >.btn-line-text{color: #3366ff;text-align: center;font-size: 12px;}
.bullet-warp{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0,0,0,.7);
    z-index: 10001;
    display: none;
}
.bullet{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 465px;
    /* padding: 20px 3%; */
    background: #fff;
    border-radius: 4px;
    z-index: 999;
}
.bullet .bullet-closs{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    transition: all .6s;
}
.bullet .bullet-closs:hover{
    transform: rotate(180deg)
}
.bullet .bullet-title{
    font-size: 26px;
    color: #333333;
    letter-spacing: 2.67px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    padding-top: 20px;
}
.bullet .bullet-content{
    width: 100%;
    /* margin-bottom: 35px; */
    cursor: pointer;
    height: 358px;
    margin-top: -40px;
    text-align: center;

}
.bullet .bullet-content img{
    width: 350px;
    height: 278px;
    margin-top: 45px;
}
.bullet .bullet-foot{
    width: 100%;
}
.bullet .bullet-foot .bullet-btn{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    background: #3366FF;
    border-radius: 8px;
    color: #fff;
    line-height: 43px;
    cursor: pointer;
    font-size: 20px;
}
