@charset "utf-8";
.inlineBlock-center{
    display: table-cell;
    text-align: center;
    height: inherit;
    width: inherit;
    vertical-align: middle;
    overflow: hidden;
}
.box1200{
    width: 1200px;
    margin:auto;
    position: relative;
}

footer {
    font-size: 0;
    background-color: white;
}

footer .footer-top {
    height: 150px;
}

footer .footer-top > div {
    height: inherit;
    width: 210px;
    display: inline-block;
    margin-right: 100px;
}

footer .footer-top ul {
    display: inline-block;
    vertical-align: top;
    height: inherit;
}

footer .footer-top ul li {
    display: inline-block;
    height:  inherit;
    width: 200px;
    padding-left: 30px;
    vertical-align: top;
}

footer .footer-top .footer-text-wrap {
    border-right: 1px solid #e7e7e7;
    margin-top: 50px;
    position: relative;
    padding-right: 30px;
    height: 60px;
}

.footer-top li:last-child .footer-text-wrap {
    border: none;
}

.footer-top .footer-text-wrap h3, .footer-top .footer-text-wrap p {
    font-size: 14px;
    margin-top: 20px;
}

.footer-top .footer-text-wrap .phone {
    font-weight: 700;
    font-size: 16px;
}

.footer-top .footer-text-wrap img {
    position: absolute;
    right: -60px;
    top: -45px;
}

footer .footer-bottom {
    text-align: center;
    height: 55px;
    padding-top: 20px;
    background-color: black;
    font-size: 14px;
}
footer .footer-bottom img{
    vertical-align: top;
    margin-top: 2px;
    margin-left: 10px;
}
footer .footer-bottom p {
    font-size: 14px;
    color: white;
    margin-bottom: 10px;
}
footer .footer-bottom a{
    font-size: 14px;
    color:white;
}
footer .footer-bottom span{
    font-size: 14px;
    color:white;
}
footer .footer-bottom a:hover{
    text-decoration: underline;
    opacity: .9;
}
.word_content{
    font-size: medium;
}
