﻿.fx-foot {
    padding: 50px 0px 20px 0px;
    overflow: hidden;
    background: #0d386b;
}
.fx-foot .newcontainer {
    margin: 0 auto;
    width: 65%;
    text-align: center;
    min-width: 1100px;
}
.fx-foot .parent-tit {
    overflow: hidden;
    position: relative;
    /*height: 195px;*/
}
.fx-foot .parent-tit li a {
    color: #FFFFFF;
    font-size: 16px;
    display: inline-block;
}
.fx-foot .parent-tit .child-tit li a {
    /*color: #B4B4B4;*/
    color: #fff;
    font-size: 12px;
}
.fx-foot .parent-first-ul {
    border-right: solid 1px rgba(255,255,255,0.15);
    width: 575px;
    float: left;
}
.fx-foot .parent-tit li {
    float: left;
    width:106px;
    /* margin-left: 82px; */
    text-align: left;
}
.fx-foot .parent-tit li a:hover {
    color:#428bca;
}
.fx-foot .parent-tit .foot-part-left {
    margin-left: 50px;
    text-align:center;
}
.fx-foot .parent-tit .foot-part-left .child-last-width li {
    width: 310px;
    color:#B4B4B4;
}
.fx-foot .parent-tit .foot-part-right {
    margin-left: 50px;
    text-align: center;
    width: 120px;
    color: #FFFFFF;
}
.fx-foot .parent-tit .foot-part-right img {
    margin: 10px;
}
.fx-foot .parent-tit .foot-part-right p {
    min-width: 267px;
    line-height: 28px; 
    text-align: left;
    margin-top: 10px;
}
.fx-foot .parent-tit .child-tit li {
    margin-top: 10px;
    float: left;
    text-align: center;
}
.foot-link {
    height: 50px;
    line-height: 50px;
    border-top: solid 1px rgba(255,255,255,0.2);
    border-bottom: solid 1px rgba(255,255,255,0.2);
    overflow: hidden;
    margin-top: 30px;
    text-align: left;
    padding:0 3.5%;
}
.foot-link li:first-of-type {
    margin-left: 0px;
    color: #FFFFFF;
}
.foot-link li {
    float: left;
    margin-left:3.3%;
    font-size: 12px;
}
.foot-link li a {
    color: #A4A4A4;
}
.copyright {
    margin-top: 20px;
}
.copyright span, .copyright p {
    color: #B4B4B4;
    font-size: 12px;
}
.copyright span, .copyright p {
    color: #B4B4B4;
    font-size: 12px;
}
.copyright .police img {
    vertical-align: middle;
    margin-top: -1px;
    width: 16px;
    height: 18px;
    margin-right: 10px;
}
.footer-botton button:focus{
    background:#337ab7!important
}
 .fx-foot .parent-first-ul{
        margin-left:6%
    }
@media screen and (max-width:1400px){
    .fx-foot .parent-first-ul{
        margin-left:0%
    }
}