.footer-top {
    background: #0045b5;
    padding: 20px 0
}
.footer-top ul li.li1 h3 {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #ddd
}
.footer-top ul li.li1 h3 a {
    font-size: 16px;
    color: #fff
}
.footer-sub {
    padding-bottom: 5px;
    display: none
}
.footer-sub a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 5px 0
}
.footer-top ul li.li2 {
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center
}
.footer-top ul li.li2 h3 {
    margin-bottom: 20px;
    font-size: 16px
}
.footer-top ul li.li2 img {
    max-width: 100%
}
.footer-top ul li.li2 .telnum {
    padding-top: 14px
}
.footer-top ul li.li2 .telnum em {
    color: #0045b5;
    font-size: 22px;
    vertical-align: middle
}
.plus.icon {
    position: absolute;
    right: 15px;
    top: 11px;
    color: #fff;
    position: absolute;
    margin-left: 3px;
    margin-top: 10px
}
.plus.icon:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #fff
}
.plus.icon:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.footer-top ul li h3.cur .plus.icon:after {
    opacity: 0
}
.footer-bottom {
    padding: 20px 0;
    background: #00247c;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    overflow: hidden
}
.footer-bottom a {
    color: #ffffff
}
.footer-bottom a:hover {
    color: #ffffff;
    opacity: 1;
}
.footer-left {
    padding-bottom: 10px
}
.backtop {
    z-index: 100;
    position: fixed;
    right: 20px;
    bottom: 10%;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    display: none;
    background-color: #001564;
}
.backtop:after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-left: 2px solid #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -6px;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}
@media (min-width: 1024px) {
    .footer-top {
        padding: 38px 0 33px
    }
    .footer-top ul li {
        padding-right: 8%;
        float: left
    }
    .footer-top ul li.li1 h3 {
        border-bottom: 0;
        padding: 0 0 23px 0
    }
    .footer-sub {
        padding-bottom: 0;
        display: block
    }
    .footer-sub a {
        padding: 0 0 10px 0;
        font-size: 14px;
        opacity: 0.6;
        color: #ffffff
    }
    .footer-sub a:hover {
        color: #ffffff;
        opacity: 1;
    }
    .footer-top ul li.li2 {
        border-left: 1px solid rgba(255, 255, 255, 0.6);
        padding: 0 0 40px 8.5%
    }
    .footer-top ul li.li2 h3 {
        margin-bottom: 27px;
        text-align: left;
    }
    .plus.icon:after, .plus.icon:before {
        opacity: 0
    }
    .footer-bottom a {
        color: #ffffff;
        opacity: 0.6
    }
    .footer-bottom {
        padding: 11px 0;
        text-align: left
    }
    .footer-left {
        float: left;
        padding-bottom: 0
    }
    .footer-right {
        float: right
    }
}
@media (min-width: 1180px) {
    .backtop {
        width: 40px;
        height: 40px
    }
    .footer-top ul li {
        padding-right: 5%
    }
}
@media (min-width: 1360px) {
    .footer-top ul li.li2 {
        padding: 0 0 30px 8.5%
    }
}