.footer {}

body .footer .footer-info {
    min-height: 260px;
    background-color: #00497c;
    overflow: hidden;}

.wp-center-1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;}

.footer-mobile {
    margin-top: 40px;
    margin-bottom: 25px;
    color: #ffffff;}

.footer-mobile > ul {
    margin-left: 8px;}

.footer-link {
    display: inline-block;
    width: 258px;
    height: 37px;
    line-height: 37px;
    color: #ffffff;
    background-color: #0964a5;
    padding-left: 15px;
    margin-left: 8px;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;}

.footer-link > a {
    float: right;
    margin-top: -1px;}

.footer-link > ul {
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #0964a5;}

.footer-link > ul li {
    padding-left: 15px;}

.footer-link > ul li:hover {
    background-color: #1a84cd;}

.footer-link > ul li a {
    display: inline-block;
    width: 100%;
    color: #ffffff;}

.show-link {
    display: block;}

.hide-link {
    display: none;}

.footer-nav .footer-menu-wrapper {
    width: 100%;
    min-height: 270px;
    overflow: hidden;
    padding-top: 56px;
    padding-bottom: 25px;}

.footer-nav .footer-menu-wrapper .footer-menu {
    border-left: 1px dotted #ffffff;
    overflow: hidden;
    min-height: 189px;
    padding-left: 50px;}

.footer-nav .footer-menu > li {
    float: left;
    font-size: 12px;
    display: inline-block;
    *float: left;
    *width: 8%;
    box-sizing: border-box;
    margin-left: 10px;
    margin-bottom: 10px;
    min-width: 87px;
    max-width: 119px;
    cursor: pointer;}

.footer-menu > li > a {
    font-size: 14px;
    color: #ffffff;}

.footer-nav-list {
    font-size: 12px;
    max-width: 130px;
    /*position: absolute;*/
    box-sizing: inherit;
    padding-top: 22px;
    *position: static;
    *padding-left: 0;}

.footer-nav-list li {
    list-style-type: disc;
    color: #87c2e7;
    margin-left: 11px;
    margin-bottom: 8px;
    box-sizing: inherit;
    padding-left: 1em;
    font-size: 1em;
    margin-top: 1em;
    text-align: left;
    width: 100%;}

.footer-nav-list li a {
    font-size: 12px;
    color: #87c2e7;}

body .footer .footer-contact-us {
    height: 41px;
    line-height: 41px;
    /*min-width: 1200px;*/
    background-color: #00375d;
    font-size: 12px;
    overflow: hidden;}

body .footer .footer-contact-us .copyright {
    display: block;
    color: #3a8cde;
    text-align: center;
    width: 100%;}

/*小屏下底部导航样式调整*/
@media (max-width: 718px) {
    .footer-nav .footer-menu-wrapper .footer-menu {
        border-left: none;
        padding-left: 0;}
}