﻿footer{
    width: 100%;
    display: block;
    background-color: #2c4e8b;
    font-size: 0;
}
.footer-box{
    width: 1200px;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}
.footer-left-box,
.footer-right-box{
    display: block;
}
.footer-left-box{
    width:100%;
    max-width : 100%;
}
.footer-right-box{
    width: 100%;
    text-align: right;
}
.footer-left-company-box{
    width: 350px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.footer-company{
    font-size: 16px;
    color: #FFF;
    letter-spacing: 2px;
}
.footer-left-list{
    font-size: 12px;
    color: #FFF;
    font-family: "Microsoft JhengHei";
    margin-bottom: 10px;
}

.footer-left-list:last-child{
    margin-bottom: 0;
}
.footer-left-logo{
    margin-bottom: 20px;
    width: 150px;
    padding-top: 11px;
}
.footer-menu-list{
    font-size: 16px;
    color: #FFF;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding-right: 30px;
}
.footer-menu-list:last-child{
    padding-right: 0;
}
.footer-menu-list:last-child:after{
    display: none;
}
.footer-menu-list:after{
    content: '/';
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
}
.footer-menu-list-box{
    margin-bottom: 87px;

}
.web{
    font-family: "Microsoft JhengHei";
    color: #FFF;
    font-size: 12px;
    letter-spacing:1px;
}
footer a{
    transition: all .5s ease;
}

footer a:hover{
    color: #c0a264;
}
.footer-left-list-box{
    width: 360px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.footer-pic-box{
    width: 260px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 115px;
}
.footer-left-list-box{
    display: inline-block;
}
.footer-title{
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px;
    display: block;
}
.footer-pic-list{
    width: 80px;
    height: 80px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.footer-list-img{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}
.footer-list-img span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer-pic-list:nth-child(3n+2){
    margin: 0 10px;
    margin-bottom: 10px;
}