footer{
	background-color: #1b1b1b;
}
.footer-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
	font-size: 12px;
	font-weight: 100;
    padding: 45px 10px;
    color: #fff;
    position: relative;
    box-sizing: border-box;
}
.footer-title,
.footer-tel,
.footer-fax,
.footer-mail,
.footer-web{
	margin: 5px 0;
    letter-spacing: 2px;
}
.footer-web{
	margin-top: 10px;
}
.footer-fax{
	margin-left: 10px;
}
.footer-tel,
.footer-fax{
	display: inline-block;
}
.footer-top{
	color: #fff;
    text-align: center;
    position: absolute;
    top: calc( 50% - 37px );
    right: 10px;
}
.pages-fixed{
    position: fixed;
    top: calc( 50% - 67px );
    right: 45px;
    opacity: 0;
    transition: all .3s linear;
    pointer-events: none;
}
.pages-fixed.active{
    opacity: 1;
    pointer-events: auto;
}
.pages-fixed-bg{
    background-image: url(../img/contact-fixed.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 136px;
    height: 135px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
}
.banner-box{
    width: 100%;
    height: 450px;
    display: block;
    overflow: hidden;
    margin-top: 92px;
    position: relative;
}
.banner-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 120%;
    position: relative;
    transition: all .3s linear;
}
.banner-slong-mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
}
.banner-slong{
    color: #fff;
}
.footer-p{
    display: block;
    letter-spacing: 2px;
}
.footer-line{
    margin-top: 10px;
}