@charset "utf-8";

/* 基础样式 */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif; font-size: 14px; color: #333; }
a { text-decoration: none; color: #333; }
ul, li { list-style: none; }
.container { width: 1200px; margin: 0 auto; }
.clearfix:after { content: ""; display: table; clear: both; }

/* 头部 */
.header { background: url(../images/header_bg.png) center top no-repeat; background-size: 1920px 100%; height: 520px; color: #fff; position: relative; }
.header .container { padding-top: 30px; text-align: center; }
.logo { display: block; width: fit-content; }
.logo img {display: block;height: 130px;}



.footer {
    margin-top: 0;
}



.footer {
    background: #fff;
    padding: 40px 0 30px;
    background: #005192;
}

.footer .container {
    text-align: center;
}

.footer .container>div {
    /* display: inline-block; */
    /* vertical-align: middle; */
    text-align: left;
}

.copyright .site-id:last-child {
    /* float: right; */
}
.footer-nav{
    margin-left:200px
}

.footer-nav li a{
    margin-bottom:20px;
    display: block;
}
.footer-zctb {
    margin-top: 10px;
    margin-right: 13px;
}

.my_slhfw {
    margin-top: 11px;
    margin-left: 10px;
}

.site-id {
    width: auto;
    font-size: 0;
    overflow: hidden;
    /* display: inline-block; */
    /* vertical-align: middle; */
    float: left;
}

.site-id img {
    vertical-align: middle;
}

.j-gov {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.j-jiucuo {
    display: inline-block;
    width: 110px;
    height: 55px;
}

.footer .split {
    margin: 0 52px;
    width: 1px;
    height: 99px;
    background: #CCCCCC;
    float: left;
}

.ft_right{
    margin-top: 20px;
}

.copyright p {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-family: "microsoft yahei";
}

.copyright p i {
    margin: 0 5px;
}

.copyright p span {
    margin-right: 10px;
}

.copyright a {
    font-size: 16px;
    font-family: "microsoft yahei";
    float: left;
    display: inline-block;
    clear: both;
    color: #fff;
}

.copyright a img {
    vertical-align: middle;
}

.copyright a:hover {
    text-decoration: underline;
}


/* 响应式设计 */
@media (max-width: 1500px) {
    .container { width: 1200px; }
}
@media (max-width: 1280px) {
    .container { width: 1100px; }
}
@media (max-width: 1200px) {
    .container { width: 960px; }
    .title { font-size: 42px; }
}

@media (max-width: 992px) {
    .container { width: 720px; }
    .header { height: 260px; background-size: 100% 100%; }
    .logo img {height: 50px; }
    .header .container { padding-top: 10px; }
    .footer-left, .footer-right { float: none; width: 100%; text-align: center; }
    .footer-right { margin-top: 15px; }
}

@media (max-width: 768px) {
    .container { width:100%; padding: 0 15px; }
    .logo img { height: 30px; }
}

@media (max-width: 431px) {
    .header { height: 130px; }
    .logo img { height: 20px; }
    .footer-links a { margin: 0 3px; font-size: 12px; }
}

