#fh5co-footer {
    box-sizing: border-box;
    padding: 70px 0;
    float: left;
    width: 100%;
    position: relative;
    background: url(../img/footer.png) no-repeat center; 
    background-size: cover;
    height: 426px;
  }
.container {
    width: 1350px;
    margin: 0 auto;
}
.disinb {
    display: inline-block;
}
.foot_list:nth-child(1) {
    margin-left: 0;
}
.foot_list {
    float: left;
    margin-left: 80px;
    text-align: center;
}
.foot_lista:nth-child(1) {
    margin-top: 0;
    color: #003F80;
    font-size: 16px;
    font-weight: bold;
}
.foot_lista {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
}
.foot_lista {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
}
.fh5co-copyright {
    border-top: 1px solid rgba(135,135,135, 0.6);
    clear: both;
    margin-top: 60px !important;
    padding: 26px 0 0 0;
    color: #333333;
}
img {
    vertical-align: middle;
}
.footer_contact {
    display: inline-block;
}
.footer_telword {
    color: #ffffff;
    font-size: 16px;
    float: right;
    line-height: 24px;
    margin-left: 8px;
    font-weight: bold;
}
.footer_telimg {
    width: 18px;
    height: 16px;
    float: right;
}
.footer_telnum {
    display: block;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 10px;
}

.footer_email {
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.footer_add {
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin: 0;
    float: right;
}
.footer_adda {
    float: left;
}
.footer_addb {
    float: right;
    width: 196px;
}
.mtop3 {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}
.code_img {
    height: 102px;
    width: 102px;
    margin-right: 15px;
}
.taocode_img {
    height: 104px;
    width: 104px;
}
.foot_lista:hover{
    color: #003F80 !important;
}
.width67 {
    width: 67%;
    float: left;
}
.width33 {
    width: 33%;
    float: right;
    text-align: right;
}
.disinb{
    display: inline-block;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ewmporive{
    position: relative;
    float: right;
}
.wxewm{
    width: 122px;
    height: 122px;
    display: block;
}
.icons{
    width: 30px;
    display: block;
    cursor: pointer;
    margin-left: 20px;
}
.shows{
    background-color: #ffffff;
    border-radius: 6px;
    position: absolute;
    top: -182px;
    left: -80px;
    z-index: 100;
    display: none;
    box-sizing: border-box;
    padding: 15px 15px 10px 15px;
}
.showdflex{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.itemewm p{
    font-size: 13px;
    color: #999999;
    text-align: center;
    margin: 5px 0 0 0;
}
/* 回到顶部 */
.commontop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #C2B2A5;
    cursor: pointer;
    display: none;
}
.c-ico {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: all 0.3s;
}
.c-ico path {
    fill: #fff;
}
.commontop:hover{
    background-color: #F16777;
}