/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1e5fd8;
    text-decoration: none;
}

a:active {
    outline: none;
}

.inner,
.content,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* 底部 */

.footer {
    padding: 20px 0;
    border-top:3px solid #1a99e4;
}

.links>ul>li {
    position: relative;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    border:1px solid #ccc;
}

.links>ul>li.links_arr>a {
    background:url(/material/images/images_2021/links_arr.png) 96% 50% no-repeat;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright {
    line-height: 32px;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
}

.p20{
    
}

.gov {
    position: absolute;
    top: 50%;
    right: 13%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}

@media (max-width: 1200px) {
    body {
        background-position: 50% 140px;
    }

    /*.header {
        background-position: 50% 10px;
    }*/
	
	.header {
        padding: 0px 0px 10px;
    }

    .header h1 {
        height: 100px;
        background-position: 16px 50%;
        background-size: auto 55%;
    }

    .header h1 a {
        display: block;
        height: 100px;
    }

    .nav,
    .header .search p strong {
        display: none;
    }

    .header h1,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    .menu-btn {
        display: block;
    }

    .header .search {
        width: auto;
        margin: 20px;
        float: none;
    }

    .header .search input {
        width: 98%;
        height: 48px;
        padding: 15px 65px 15px 15px;
        margin: 0;
    }

    .header .search button {
        width: 50px;
        height: 50px;
        margin-left: -50px;
        background-position: center;
        line-height:50px;
        font-size: 16px;
    }

    .header .search p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .footer {
        padding: 20px;
    }

    .links {
        padding: 0 20px;
    }

    .copyright {
        line-height: 22px;
        font-size: 14px;
    }

    .handle {
        margin-bottom: 10px;
    }

    .grid{
        padding:0px 20px;
    }

}

@media (max-width: 768px) {

    .copyright {
        text-align: center;
    }

    .copyright p span {
        display: block;
    }

    .copyright>.p20 {
        margin: 0;
        width: 100%;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
}