﻿.footer-top-block{
    width: 100%;
    display: block;
    font-size: 0;
    background-color: #008cc7;

    position: relative;
}
.footer-top-bg{
    width: 100%;
    height: 58px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/front/footer-top-bg.png);
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.footer-top-box{
    width: 1200px;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 13px 0;
    position: relative;
}
.footer-logo-box{
    display: inline-block;
}
.footer-block{
    width: 100%;
    display: block;
    position: relative;
    padding: 80px 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    /* background-image: url(../img/front/footer-bottom-bg.png); */
}

.fixed-icon-box{
    position: fixed;
    right: 3%;
    bottom: 20%;
    z-index: 99;
}
.fixed-icon-list{
    width: 60px;
    display: block;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: all .5s ease;
}
.fixed-icon-list:last-child{
    margin-bottom: 0;
}
.fixed-icon-list{
    box-shadow: rgba(0,0,0,0.75)0px 1px 4px;
}
.fixed-icon-list:hover{
    transform: translateY(-10px);
    box-shadow: rgba(0,0,0,1)0px 1px 4px;
}

.footer-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 2;   
    font-size: 0;
    margin: 0 auto;
}
.footer-info-logo,
.footer-info{
    display: inline-block;
    vertical-align: top;

}
.footer-info{
    padding-left: 20px;
}

.footer-info-box,
.footer-web-box{
    display: inline-block;
    vertical-align: bottom;
}
.footer-info-box{
    width: calc(100% - 420px);
    
}
.footer-web-box{
    width: 420px;
    max-width: 100%;
}
.footer-info-title{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.footer-info-list:nth-child(3),
.footer-info-list:nth-child(2){
    margin: 15px 0;
}
.footer-info-list-inline:nth-child(2){
    float: left;
}
.footer-info-list-inline:nth-child(3){
    float: right;
}
.footer-info-list:nth-child(4){
    clear: both;
}
.footer-info-list-inline{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.footer-info-list-title{
    font-size: 14px;
    color: #555555;
    display: inline-block;
    vertical-align: middle;
}
.footer-info-list-p{
    font-size: 14px;
    color: #555555;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
}
.footer-web-box{
    text-align: right;
}
.footer-menu-link{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    font-size: 14px;
    color: #555555;
    position: relative;
}
.footer-menu-link:after{
    content: 'none';
    width: 1px;
    height: 14px;
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: -20px;
    background-color: #555555;
    font-size: 0;
}

.footer-menu-link:last-child:after{
    display: none;
}


.footer-web{
    display: block;
    font-size: 12px;
    color: #555555;
    margin-top: 50px;
}
.footer-top-link{
    font-size: 26px;
    display: block;
    position: absolute;
    right: 0;
    color: #FFF;
    top: calc(50% - 20px);
    cursor: pointer;
}
.fixed-link2 {
   
    height: 60px;
    display: block;
    background-color: #f40c08;
    color: #FFF;
    transition: all .5s ease;
    line-height: 55px;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.fixed-link-phone {
    position: absolute;
    width: 190px;
    border: 1px solid #f40c08;
    font-size: 14px;
    color: #333333;
    transition: all .5s ease;
    height: 50px;
    box-sizing: border-box;
    line-height: 48px;
    right: calc(50% - 50px);
    bottom: -55px;
    opacity: 0;
    transition: all .5s ease;
    background-color: #FFF;
}
.fixed-link2:hover .fixed-link-phone{
    opacity: 1;
}
.fixed-link2 i{
    color: #FFF;
}
.fixed-link-phone span {
    position: relative;
    z-index: 1;
    transition: all .5s ease;
}
.fixed-link-phone:after {
    content: 'none';
    font-size: 0;
    width: 16px;
    height: 16px;
    display: block;
    border-left: 1px solid #f40c08;
    border-top: 1px solid #f40c08;
    position: absolute;
    top: -9px;
    right: calc(50% - 55px);
    background-color: #FFF;
    transform: rotate(45deg);
}
.fixed-link-phone span:hover{
    color: #008ea6;
}
.footer-web-top-box{
    width: 100%;
    text-align: right;
}
.footer-web-top-a{
    display: inline-block;
    font-size: 26px;
    transition: all .5s ease;
    cursor: pointer;
    color: #333333;
}

.footer-map-box{
    width: 100%;
    height: 300px;
    display: block;

}





/*------------------hover---------------------*/
.footer-web-top-a:hover{
    transform: translateY(-10px);
    color: #ee2f72;
}
footer a:hover{
    color: #ee2f72;
}
footer a{
    transition: all .5s ease;
}
@media only screen and (max-width: 1366px){
    .fixed-icon-list{
        width: 40px;
    }
    .fixed-link2{
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .fixed-link-phone{
        right: calc(50% - 20px);
    }
    .fixed-link-phone:after{
        right: 9px;
    }
}
@media only screen and (max-width: 1200px){
    .footer-top-box,
    .footer-box{
        width: 95%;
    }
    .fixed-icon-box{
        right: 1.5%;
        bottom: 15%;
    }
    
}
@media only screen and (max-width: 1000px){
    .footer-info-box, 
    .footer-web-box{
        width: 100%;
        display: block;
    }
    .footer-web-box{
        text-align: right;
        margin-top: 10px;
    }
    .footer-web{
        margin-top: 6px;
    }
    .footer-menu-link-box .footer-menu-link:first-child{
        margin-left: 0;
    }
    .footer-menu-link-box{
        margin-top: 10px;
    }
    .fixed-icon-box{
        bottom: 20px;
    }
}
@media only screen and (max-width: 750px){
    .footer-menu-link-box{
        margin-top: 0;
    }
    
    .fixed-link-phone{
        display: none;
    }

    
    .footer-block{
        padding: 15px 0;
    }
    .footer-info-title{
        margin-bottom: 10px;
    }
    .footer-info-list-inline{
        margin-bottom: 10px;
    }

 
   
}
@media only screen and (max-width: 550px){
    .footer-info-list-inline{
        display: block;
        margin-bottom: 10px;
    }
     .fixed-icon-box{
        bottom: 50px;
    }
    .footer-info-logo{
        display: none;
    }
    .footer-info{
        padding-left: 0;
    }
    .footer-web-box{
        text-align: left;
    }
    .footer-info-list-inline{
        float: none!important;
    }
    .footer-map-box{
        height: 230px;
    }
}