.tips-box
{
    width:68px;
    height:429px;
    display:block;
    position:fixed;
    right:0px;
    top:calc(50% - 215px);
    
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    background:#fff;
    font-size:0px;

}

.tips-one-item
{
    width:68px;
    height:86px;
    display:block;
    border-bottom:1px solid #ededed;
    text-align:center;
   
    box-sizing: border-box;
    color:#333;
    font-size:12px;
}

.tips-one-item:last-child{
    border-bottom:none;
}

.tips-one-item a{
    width:100%;
    height:100%;
    display:block;
    font-size:12px;
    color:#333;
    background:#fff;
    padding:10px;
    box-sizing: border-box;
}
.tips-one-item a:hover
{
    background:#C4261D;
    color:#fff;
}
.tips-one-item a p.tips-icon
{
    width:48px;
    height:48px;
    display:block;
    margin-bottom:2px;
    line-height:48px;

}

.tips-one-item a p.tips-icon1
{
    background:url(../image/custom-service-icon1.png) center center no-repeat;
}

.tips-one-item a:hover p.tips-icon1
{
    background:url(../image/custom-service-icon2.png) center center no-repeat;
}

.tips-one-item a p.tips-icon2
{
    background:url(../image/liangfang-icon1.png) center center no-repeat;
}

.tips-one-item a:hover p.tips-icon2
{
    background:url(../image/liangfang-icon2.png) center center no-repeat;
}


.tips-one-item a p.tips-icon3
{
    background:url(../image/baojiadan-icon1.png) center center no-repeat;
}

.tips-one-item a:hover p.tips-icon3
{
    background:url(../image/baojiadan-icon2.png) center center no-repeat;
}


.tips-one-item a p.tips-icon4
{
    background:url(../image/building-icon1.png) center center no-repeat;
}

.tips-one-item a:hover p.tips-icon4
{
    background:url(../image/building-icon2.png) center center no-repeat;
}

.tips-one-item a p.tips-icon5
{
    background:url(../image/fanhuidingbu-icon1.png) center center no-repeat;
}

.tips-one-item a:hover p.tips-icon5
{
    background:url(../image/fanhuidingbu-icon2.png) center center no-repeat;
}




/* 底部计算机 */

.jsj-box
{
    width:100%;
    height:145px;
    display:block;
    position:fixed;
    bottom:0px;
    left:0px;
    transition: all .8s;
    z-index:999;
}

.jsj-box-bottom{
    bottom:-100px;
}

.jsj-top-box
{
    width:400px;
    height:45px;
    display:block;
    padding:10px 20px;
    box-sizing: border-box;
    
    background:url(../image/jisuanqi.png) 10px center no-repeat;
    background-color:#C4261D;
    background-size:auto 75%;
    margin:0 auto;
    padding-left:45px;
  
    border-radius: 20px 20px 0px 0px;

    text-align:center;
    font-size:20px;
    color:#fff;
    line-height:25px;
    font-weight:400;
    opacity:1;
    letter-spacing: 1px;

}

.bottom-btn
{
    width:27px;
    height:24px;
    background:url(../image/bottom-btn-bg.png) center center no-repeat;
    background-size:100%;
    display:block;
    float:right;
    font-size:0px;
    
    
}

.bottom-btn-top{
    background:url(../image/bottom-btn-bg-top.png) center center no-repeat;
}

.jsj-bottom{
    height: 100px;
    padding:28px 0px;
    box-sizing: border-box;
    background: #333333;
    display:block;
    width:100%;
    font-size:0px;
}
.bottom-text
{
    display:inline-block;
   
    color:#fff;
    text-align:center;
}

.bottom-text p{
    font-size:16px;
    line-height:16px;
    height:16px;
    display:block;
    text-align:cener;
}

.bottom-text p span
{
    color:#C4261D;
    margin:0px 3px;
}

.bottom-text p:last-child{
    margin-top:13px;
}

.bottom-forms
{
    display:inline-block;
    margin-left:20px;
    margin-right:20px;
    background:#fff;
    width:744px;
    height:45px;
    font-size:0px;
    padding:10px 0px;
    box-sizing: border-box;
    vertical-align:top;
}

.bottom-forms input{
    width:240px;
    height:24px;
    line-height:24px;
    text-align:center;
    display:inline-block;
    box-sizing: border-box;
    padding:0px 20px;
    margin-left:4px;
    margin-right:4px;

}


.bottom-btn-box
{
    display:inline-block;
    vertical-align:top;
}

@keyframes zoom-data-v-9f59526c{0%{transform:scale(.9)}to{transform:scale(1)}}
@-webkit-keyframes zoom-data-v-9f59526c{0%{-webkit-transform:scale(.9)}to{-webkit-transform:scale(1)}}

.bottom-btn-box a{
    width: 280px;
    height: 45px;
    background: #E8B018;
    border: 1px solid #707070;
    color:#000;
    line-height:45px;
    border-radius: 8px;
    display:inline-block;
    text-align:center;
    font-size:20px;

    -webkit-animation: zoom-data-v-9f59526c .5s linear infinite alternate;
    animation: zoom-data-v-9f59526c .5s linear infinite alternate;



}

.bottom-forms input.bottom-two
{
    
        border-left: 1px solid #D2D2D2;
        border-right: 1px solid #D2D2D2;
}