@charset "utf-8";
/* CSS Document for footer*/
.is-footer{background: #0078d3;}
.footer-line{width: 100%;height: 1px;background-color: rgba(255,255,255,0.2);}
.footer-container{width: 1400px; padding: 0 30px; margin: auto;}
.is-footer .footer-container{position: relative;padding: 25px 30px 44px;}
.footer-nav{width: 185px;height:114px;padding: 28px 0;background-color: rgba(255,255,255,0.24);margin-right:18px;}
.footer-nav a{display: block;width: 50%;padding: 0 16px;line-height: 30px; font-size: 15px;color: #fff;}
.website-footer{width:755px;height:114px;padding:12px 0 12px 18px;background-color: rgba(255,255,255,0.24);font-size:14px;line-height:30px;color:#fff;}
.website-footer .footer-spantxt{margin-right: 4px;color: #fff;}
.f-copyright p img{vertical-align: -4px;margin-right: 8px;}
.gov-img{float: right;width:366px;height:114px;padding-top: 24px;background-color:rgba(255,255,255,0.24);}
.gov-party{margin-left: 4px;position: relative;top: -10px}
.gov-error{margin-left: -4px;}
.gov-wza{margin-left: 8px;}

@media (max-width:1400px) {
    .footer-container{width: 1200px;}
    .website-footer{width: calc(100% - 203px);}
    .gov-img{margin: 20px 34% 0;}
}
/*medium pcScreen lg*/
@media screen and (max-width: 1200px) {
    .footer-container{width: 970px;}
    .footer-nav,.website-footer{height: 140px;}
    .gov-img {margin: 20px 30% 0;}
    /* 友情链接 */
    .friendlink-item{margin-right: 50px;}
}
/*pad md*/
@media screen and (max-width: 991px){
    .footer-container{width: 100%;}
    .is-footer .footer-container{padding: 15px;}
    .f-copyright{width: 100%;}
    .footer-nav,.website-footer{width: 100%;margin-bottom: 10px;height: auto;}
    ._span_cont{display: flex;justify-content: center;align-items: center;}
    .f-copyright p,.f-copyright a{font-size:14px;line-height:26px;}
    .is-footer br{display: block}
    .gov-img{width: 100%;height: 90px;margin: 20px 0 0; padding-top: 0px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
    .gov-img>span{position: static;margin-right: 0px;}
    .gov-party,.gov-wza{margin-left: 0px;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
    .is-footer .footer-container,.footer-container{width: 100%;}
}
/*small xs*/
@media screen and (max-width: 375px) {

}