@charset "utf-8";
/* CSS Document */
.footbox{
    margin-top: 50px;
    height: 491px;
}
.footer {
    background: url("../images/foot-bg.png") center center no-repeat;
    background-size: 100% 100%;
    height:250px;
}
.foot-top{
    height: 241px;
    background: url("../images/foot-top.png") center center no-repeat;
}

.footer-link {
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    color: #FFFFFF;
    padding: 30px 0;
    box-sizing: border-box;
    margin: 0 auto;
}

.footer-link .footer-item {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    text-align: left;
    padding-top: 30px;
}
.footer-link .footer-item h3{
    font-size: 22px;
    margin: 0;
    margin-bottom: 20px;
}
.footer-link ul{
    padding-left: 0;
}
.footer-link .footer-item li{
    font-size: 16px;
    margin-bottom: 15px;
}
.footer-link .footer-item li a{
    color: #fff;
    line-height: 20px;
}
.footer-public-pic img{
    width: 130px;
    height: 130px;
}
.footer-tel{
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
    justify-content: flex-end;
}
.footer-tel .icon{
    width: 20px;
    margin-right:10px;
}
.footer-tel .number{
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
}
.footer-tel .number a{
    color: #ffffff;
    font-size: 14px;
}
.footer-tel .number a:hover{
    color: #fff;
}
.footer-tel .number span{
    font-size: 14px;
}
.footer-tel img{
    width: 20px;
    height: 20px;
}
.footer-public-text{
    font-size: 14px;
    margin-top: 10px;
}
.go-top {
    position: fixed !important;
    right: -25px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 9999999999;
}

.go-top.show {
    right: 33px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    background-color: rgba(211, 141, 141, 0.8);
}

.go-top i {
    font-size:14px;
    color: #fff;
    font-weight: 600;
    display: block;
}

.go-top:hover {
    background-color: #b2141a;
    box-shadow: 0 0 30px 0 rgba(255, 0, 0, 0.55);
}

.go-top:hover i {
    color: #fff;
}
.footer-tel{
    padding-left: 130px;
}
.footer-public-pic{
    text-align: right;
}
.footer-public-text{
    padding-left:255px;
}
.col-sm-3{
    padding-right: 0;
}
