.fz-30{font-size: 30px;}

.fixed-contact{
    
    transition: all 0.5s;
    position: fixed;
    /*right: 60px;*/
    right: 10px;
    /*bottom: 41px;*/
    bottom: 20%;
    z-index: 90;
}
.scale1{transform:scale(0)!important;}
.img-box{position: relative;}
.fc-img{
    
    width: 80px;
    
}
.fc-img::before{padding-top: 125%;}
.img-box::before{
    /*position: absolute;*/
    /* top: 0px;*/
    /*left: 0px;*/
    content: "";
    display: block;
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-image: url(http://longpo.sonschn.com/template/longpo/assets/img/circle.png);*/
    /*background-repeat: no-repeat;*/
}
.img-box>img{
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.fc-box{
    position: absolute;
    bottom: 100%;
    right: 0;
}
.fc-box{
    white-space: nowrap;
    background-color: #F2F4F6;
    padding: 0 20px;
    border-radius: 40px;
    border: 1px solid #0c419a;;
}
.fc-qrcode, .fc-tel{
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}
.fixed-contact:hover .fc-qrcode, .fixed-contact:hover .fc-tel{
    display: block;
}
.fc-tel{
    background-color: #F2F4F6;
    white-space: nowrap;
    border-radius: 6px;
}
.fc-qrcode{
    border-radius: 6px;
    background-color: #F2F4F6;
    white-space: nowrap;
}
.fz-17{font-size: 17px;}
.fz-24{font-size: 24px;}
[class*=' icon-'], [class^=icon-]{
    font-family: "iconfont";
    /*-moz-osx-font-smoothing: grayscale;*/
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 2.3;
    speak: none;
    text-transform: none;
}
/*.icon-link:before{*/
/*    content: "\e75e";*/
    
/*}*/
.fcq-item{
    margin-left: 15px;
    width: 120px;
    display: none;
}
.display-ib{
    /*display: inline-block;*/
    vertical-align: top;
}
.img-box{position: relative;}
.img-box>img{
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.lts-30{
    letter-spacing: 0.03em;
}
.mt-10{margin-top: 10px;}
.fw-700{font-weight: 700;}
.fz-17{font-size: 17px;}
.fz-14{font-size: 14px;}
.text-center{text-align:center;}
.black{color: rgb(12,65,154);}
.fc-tel{
    background-color: #F2F4F6;
    white-space: nowrap;
    border-radius: 6px;
    display: none;
}
.fct-tel{
    margin-left: 15px;
    line-height: 36px;
    display: none;
}
.font-en{font-family: "Montserrat";}
.fcb-svg{
    position: absolute;
    /*top: 100%;*/
    top: 102%;
    right: 20px;
    margin-top: -4px;
    width: 12px;
    height: auto;
}
.fc-qimg::before{
    padding-top: 100%;
}
.fixed-contact:hover .fc-box {
	padding: 0;border-radius: 0;background-color: transparent;
}
.fixed-contact:hover .fcq-item {
	display: inline-block;
}
/*.fixed-contact:hover .fc-qrcode,.fc-tel {*/
/*	display: block;*/
/*}*/
.fixed-contact:hover .fc-qrcode {
	padding: 20px;
	box-shadow: 0 0 3px 2px #c1c1c1;
}
.fixed-contact:hover .fct-ico {
	line-height: 36px;
	
}
.fixed-contact:hover .fc-tel {
	padding: 15px 20px;margin-top: 6px;
	box-shadow: 0 0 3px 2px #c1c1c1;
}
.fixed-contact:hover .fct-tel {
	display: inline-block;
}
/*.fixed-contact .fcb-svg{*/
/*    display: none;*/
/*}*/
/*.fixed-contact:hover .fcb-svg{display:block;}*/
/*.fixed-contact:hover .fcb-svg.fcb-svg-border{*/
/*    display: none;*/
/*    top: 102%;*/
/*}*/
/*IP动画效果-------------------------------------------------------------------------------------------------------------------------------------------------------*/
.hover-show{display:none;}
.img-box>img{
    /*transition: all 3s;*/
    animation: float 2s ease-in-out infinite;
    animation-play-state: running; 
    
}
.fixed-contact:hover .img-box>img{
    animation-play-state: paused;
}
.fc-box{
    animation: float2 2s ease-in-out infinite;
    animation-play-state: running; 
}
.fixed-contact:hover .fc-box{
    border:none;
}
.fixed-contact:hover .fc-box{
    animation-play-state: paused;
}
.fixed-contact:hover .fc-qrcode span.hover-show{display:inline-block;}
.fixed-contact:hover .fc-tel{display:block;}
/*.fixed-contact:hover .fc-tel sapn.hover-show{display:inline-block;}*/
.fixed-contact:hover .fct-ico.hover-show{display:inline-block;}
.fixed-contact:hover .fc-qrcode span.hover-hide{display:none;}
/*.fixed-contact .fc-img.img-box{*/
/*    transform: translateY(10px);*/
/*}*/
@keyframes float {
    0%,100%{  
        transform: rotateY(180deg) translateY(0px);
    }  
    50% {  
        transform: rotateY(180deg) translateY(-10px);  
    }  
}
@keyframes float2 {
    0%,100%{  
        transform: translateY(0px);
    }  
    50% {  
        transform: translateY(-10px);  
    }  
}





























