.customs-foot span{
    padding: 0;
    margin: 0;
    font-family: 'Microsoft Yahei'; 
    font-size: 14px;
}

.customs-foot a:hover{
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pubCon {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* 底部样式 */
.customs-foot {
    height: 270px;
    /* background: url(../img/footer/foot_bg.jpg); */
}
.customs-foot p{
    margin-top: 0px;
    margin-bottom: 0px;
}

.customs-foot-link {
    padding-top: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    margin-bottom: 60px;
}

.customs-foot-link select {
    width: 128px;
    height: 38px;
    line-height: 38px;
    *height: 24px; /*//NOSONAR*/
    height: 24px \9; /*//NOSONAR*/
    font-size: 12px;
    color: #fff;
    border: 1px solid #019ce5;
    background: none;
    text-indent: 5px;
    margin: 0 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/footer/foot_select_bg.png) no-repeat 108px center; /*//NOSONAR*/
    background: none\0; /*//NOSONAR*/
}

.customs-foot-link select option {
    color: #333;
}

.customs-foot-link select option[value=''] {
    color: #fff;
}

.customs-foot-text {
    overflow: hidden;
}

.customs-foot-text,
.customs-foot-text a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding-right: 10px;
}

.foot-text-center {
    margin-left: 10px;
    /* margin-left: 30px; */
}

/* .foot-text-right {
    width: 220px;
} */
.foot-text-right  a{
    float: left;
}

/* .foot-text-right img {
    margin-left: 20px;
    margin-top: 10px;
    height: 36px;
} */

.pc_yincang {
    display: none;
}

@media screen and (max-width:1199px) {
    .pubCon {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        padding: 0 20px;
    }
    .customs-head-nav {
        display: flex;
        font-size: 0;
        line-height: 0;
    }
    .customs-head-nav>li>a {
        padding: 0 24px;
    }
    .customs-head-nav>li {
        height: 50px;
        line-height: 50px;
        padding: 0;
    }
    .customs-foot {
        height: auto;
        background: #16407a;
    }
    .customs-foot-link {
        margin-bottom: 10px;
    }
    .customs-foot-link span {
        display: block;
    }

    .customs-foot-link select {
        margin: 0 5px 5px 0;
    }
    .foot-text-left,
    .foot-text-center {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }

    .foot-text-center {
        margin-left: 0;
    }

    .foot-text-center p {
        display: inline-block;
        margin: 0 5px;
    }

    .foot-text-right {
        float: none;
        text-align: center;
        margin: auto;
    }
}

@media screen and (max-width:999px) {
    .customs-head-logo {
        width: 350px;
    }

    .customs-head-nav>li>a {
        padding: 0 10px;
    }
}

@media screen and (max-width:767px) {
    .pubCon {
        padding: 0 15px;
    }

    .customs-foot-link {
        display: none;
    }

    .foot-text-left p a:nth-child(4),
    .foot-text-left p a:nth-child(5),
    .foot-text-left p a:nth-child(6) {
        display: none;
    }

}

@media screen and (max-width:449px) {

    .customs-foot-text,
    .customs-foot-text a {
        font-size: 12px;
        line-height: 2em;
    }

    .customs-foot {
        padding: 10px 0;
    }

    .foot-text-left p,
    .foot-text-center p {
        font-size: 12px;
    }

    .foot-text-right img {
        height: 36px;
    }
    .foot-text-right{
        text-align: center;
    }
}

.app_xianshi {
    display: none;
}

.hgzs_yc {
    display: block;
}

.hgzs_yc a {
    color: #2b67ac;
    font-weight: bold;
}

@media screen and (max-width:449px) {
    .app_yincang {
        display: none;
    }

    .app_xianshi {
        display: block;
    }

    .pc_yincang {
        display: inline-block;
    }
}