@charset "utf-8";
.wrap{
    background-color: #f6f6f6;
    font-family: "微软雅黑";
}
.header,.content,.footer{
    margin: 0 auto;
    position: relative;
}
.header{
    width:100%;
    height:409px ;
    background:url("../images/banner.png") center top no-repeat;
}
.content{
    width: 1200px;
    margin:0 auto;
    padding-top: 30px;
    padding-bottom: 15px;

}
.grid{
    margin-bottom: 30px;
}
.p1 .headline{
    padding-top:38px;
    padding-bottom: 38px;
    background-color: #fff;
}
.p1 .tt{
    background:url("../images/headline.png") center center no-repeat;
    width: 210px;
    height: 107px;
    border-right: 1px #b6b6b6 dashed;
    float: left;
}
.headline{
    float: left;
}
.headline h4{
    padding-left:50px;
    padding-right:100px;
    float: left;
    width:calc(100% - 220px);
    margin-top:-10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    height: 107px;
}
.headline h4 a{
    font-size: 34px;
    font-weight: 600;
    color:#333333;
    line-height: 60px;
}
.p2 h3.tab{
    background:url("../images/sk.png")  no-repeat;
    padding-left:25px;
    float: left;
    width:280px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size:100% 100%
}
.p2 h3.tab a{
    width: 100%;
    line-height: 100px;
    color:#fff;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    float: left;
    margin-bottom: 35px;
}
.p2 h3.tab a.current{
    background:#fff;
    color:#222222
}
.p2 .pane{
    float:left;
    padding:30px;
    width:calc(100% - 280px);
    background-color: #fff;
}

.p2 .pane .list-t li a{
    font-size: 32px;
    color:#333333;
}
.p2 .pane .list-t li {
    line-height:89px;
    padding-left:28px
}
.p2 .pane .list-t li+li {
    border-top: 1px dashed #d3d3d3;
}
.p2 .pane .list-t li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background:url("../images/li_before.png") center center no-repeat;
}
.p3 h3{
    width: 1200px;
    height:92px;
    background:url("../images/h3.png") center center no-repeat;
    margin-bottom: 15px;
}
.p3 .list-a{
    padding-top: 0.1px;
    margin-left:-30px;
    margin-right:-30px
}
.p3 .list-a li{
    margin-bottom:15px;
    margin-top:15px;
    line-height: 190px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background: #fff;
    width: 570px;
    margin-left:30px;
    margin-right:30px;
    float: left;
}
.p3 .list-a li:hover a i{
    transform: scale(-1,1);
}
.p3 .list-a li i{
    margin-top:35px;
    margin-bottom:35px;
    height:120px;
    width: 120px;
    display: block;
    float: left;
    margin-left:50px;
    transition: all .3s;

}


.p3 .list-a li b{
    font-size: 42px;
    float: left;
    padding-left:45px
}
.p3 .list-a li i.s1{
    background: url("../images/jp.png") center center no-repeat;
}
.p3 .list-a li i.s2{
    background: url("../images/lc.png") center center no-repeat;
}
.p3 .list-a li i.s3{
    background: url("../images/xl.png") center center no-repeat;
}
.p3 .list-a li i.s4{
    background: url("../images/sb.png") center center no-repeat;
}
.p3 .list-a li:nth-child(1),.p3 .list-a li:nth-child(4){
    background: #fff url("../images/hot.png") top right no-repeat;
}
.grid::after,.grid::before,list-a:before {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.headline a:hover{
    color:#3377ee;
}
ul li a:hover{
    color:#3377ee !important;
}
/* 底部 */
.inner, .content, .links, .copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.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) {
    body {
        background-position: 50% 140px;
    }

    .header {
        background-position: 50% 0px;
    }

    .header h1 {
        height: 100px;
        background-position: 16px 50%;
        background-size: auto 60%;
    }

    .header h1 a {
        display: block;
        height: 100px;
    }

    .ht .fl,
    .nav,
    .header .search p strong {
        display: none;
    }

    .ht .fr {
        text-align: center;
        font-size: 12px;
    }

    .ht .fr,
    .header h1,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    .menu-btn {
        display: block;
    }

    .header .search {
        width: auto;
        margin: 20px;
    }

    .header .search input {
        width: 100%;
        height: 50px;
        padding: 15px 65px 15px 15px;
        margin: 0;
    }

    .header .search button {
        width: 50px;
        height: 50px;
        margin-left: -50px;
        background-position: center;
        line-height: 0;
        font-size: 0;
        color: transparent;
    }

    .header .search p {
        font-size: 12px;
    }

    .footer {
        padding: 20px;
    }

    .links {
        padding: 0 20px;
    }

    .copyright {
        line-height: 22px;
        font-size: 14px;
    }

    .handle {
        margin-bottom: 10px;
    }

}

@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;
    }
}
@media (max-width: 1260px) {
    .p3 .list-a{
        margin:0 auto;
    }
    .p3 .list-a li{
        margin-left: 15px;
        margin-right: 15px;
        width:calc(50% - 30px);
    }
    .list-t li.panel-more{
        display: none;
    }
    .p3 h3{
        width:100%;
    }
}
@media (max-width: 1024px) {
    .p3 .list-a li{
        width:100%;
        margin-left:0px;
        margin-right:0px
    }
    .p3 .list-a{
        padding-left:15px;
        padding-right:15px
    }
    .header{
        height:300px;
        background-size:cover
    }
}
@media (max-width: 768px) {
    .header{
        height:180px
    }
    .p2 h3.tab,.p2 .pane{
        width: 100%;
    }
    .p2 h3.tab{
        padding-left:0px;
        padding-bottom:15px
    }
    .p2 h3.tab a{
        width:50%;
        margin-bottom:15px
    }
    .p1 .tt{
        display: none;
    }
    .headline h4{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        height:auto
    }
}
@media (max-width: 480px) {
    .p2 .pane .list-t li a{
        font-size: 20px;
    }.p2 .pane{
    padding:15px
         }
     .header{
         height:100px
     }
     .site-logo img{
         height:30px !important;
         margin-top:10px !important;
     }
    .p3 .list-a li{
        line-height: 110px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .p3 .list-a li i{
        width:40px;
        height:40px;
        background-size: 100% 100% !important;

    }
    .p3 .list-a li b {
        font-size: 24px;
        padding-left: 20px;
    }
    .p3 h3{
        margin-bottom: 5px;
    }
    .grid{
        margin-bottom: 20px;
    }
    .p2 h3.tab a{
        font-size: 24px;
    }
    .headline h4 a{
        line-height: 40px;
        font-size: 24px;
    }
    .content{
        padding-top: 20px;
    }
}