@charset "utf-8";
.header{
    height: 720px;
    background: url("../../images/tjrzt/bg.png") center top no-repeat;
}
.header .inner{
    width: 1200px;
    margin: 0 auto;
}
.header .banner{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-top: 125px;
}
@media (min-width: 1920px) {
    .header{
        background-size: cover;
    }
}
.content{
    padding-top: 30px;
    padding-bottom: 30px;
}
.content .p1{
    width: 1200px;
    margin: 0 auto;
    background:url("../../images/tjrzt/map_bg.png") center top no-repeat;
    padding: 70px 60px 60px 60px;
}
.content h3{
    background:url("../../images/tjrzt/h3.png") center top no-repeat;
    height: 96px;
    width: 563px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.p1 .grid p:before{
    content:'';
    background:#fff;
    width: 40px;
    height:42px;
    display: block;
    position: absolute;
}
.p1 .grid p{
    font-size: 20px;
    line-height: 42px;
    color: #333333;
    text-indent: 2em;
    border-bottom: 1px dashed #d4ab65;
    display: initial;
    text-align: justify;
    padding-bottom: 6px;
}
.p1>p{
    text-align: center;
    color:#c69669;
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#main{
    width: 100%;
    height: 580px;
    margin-top: 20px;
}
.content .banner{
    background: url("../../images/tjrzt/hubei.png") center center no-repeat;
    width:320px ;
    height: 258px;
    position: absolute;
    right: 0;
    top: 0;
}
.mobile{
    display: none;
    margin: 0 auto;
    text-align: center;
}
.grid ,.copyright,.inner{
    position: relative;
}
.copyright{
    width: 1200px;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .header{
        height: 600px;
    }
    .header .inner{
        width: 100%;
        margin: 0 auto;
    }
    .content .p1{
        width: 100%;
    }
    .header .banner img{
        width: 100%;
        padding-left:10%;
        padding-right: 10%;
    }
    .copyright{
        width: 100%;
    }
}
@media (max-width: 992px) {
    .header .banner{
        margin-top: 80px;
    }
    .header{
        height: 520px;
    }
    .mobile{
        display: block;
    }
    .content .banner{
        display: none;
    }
    #main{
        height: 400px;
    }
}
@media (max-width: 768px) {
    .content h3{
        width: 60%;
        height: 50px;
        background-size: 100%;
    }
    .p1 .grid p{
        font-size: 16px;
        line-height: 2em;
    }
    .p1 .grid p:before{
        display: none;
    }
    #main{
        height: 400px;
        margin-top: 0px;
    }
    .content .p1{
        padding-left: 20px;
        padding-right: 20px;
    }
    .header{
        height:400px
    }
}
@media (max-width: 480px) {
    #main{
        height: 300px;
    }
    .header {
        height: 200px;
    }
    .p1>p{
        font-size: 16px;
    }
    .header .banner {
        margin-top: 30px;
    }
    .site-logo img{
        width: 50%;
    }
}
/*footer*/
.footer {
    border-top: 2px solid #37e;
    padding: 20px 0;
    background-color: #eee;
}

.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    background: #fff url(/material/images/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;
}

.gov {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}
@media (max-width: 1200px) {

    .footer {
        padding: 20px;
    }

    .links {
        padding: 0 20px;
    }

    .copyright {
        line-height: 22px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {

    .copyright p span {
        display: block;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
}