@charset "utf-8";
@font-face {
    src:'//wjw.hubei.gov.cn/material/fonts/pingfangme.ttf';
    font-family: 'pingfang';
}
*{
    font-family: 'pingfang';
}
.header{
    height:auto;
    background:none;
    width:100%
}
body{
    background: url("../images/wrap.png") center center no-repeat;
    background-size: 100% 100%;
}
.wrap{
    background: none;
    background-size: 100% 100%;
    height: 100%;
    position: relative;
}
html,body{
    height: 100%;
}
.header h1{
    position: absolute;
    left:0px;
    top: 0px;
    width:461px;
    height:152px;
    background: url("../images/logo.png") no-repeat;
}
.header h1 a{
    wdith:80%;
    height:80%;
    padding-top:10%
}
.header .back{
    position: absolute;
    right: 35px;
    top: 30px;
    width: 115px;
    color:#543b24;
    font-size:16px;
    display:block;
    text-align: center;
    height:31px;
    line-height:31px;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
}
.header .back:hover{
    background:#eee
}
.ylws{
    position: absolute;
    left:18.75%;
    top:28%;
    width:14.48%;
    height: 14.06%;
    background-size: 100% 100%;
}
.ggws{
    position: absolute;
    right:18.75%;
    top:28%;
    width:14.48%;
    height: 14.06%;

}
.ylws .yuan,.ggws .yuan{
    height:40%;
    width:100%;
}
.yuan>span{
    width:40px;
    border-radius: 100%;
    display: block;
    height: 40px;
    background:transparent;
    margin:0 auto;
    animation: yuan;/*动画名称*/
    animation-duration: 1s infinite;/*动画持续时间*/
    -webkit-animation:yuan 1s infinite;/*针对webkit内核*/
    position: relative;
}
.yuan span.erhao{
    width:24px;
    background:#f52525;
    height:24px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 8px;
    left:8px
}
.ggws .tp{
    width:100%;
    height:60%;
    background: url(../images/ggws.png) no-repeat;
    background-size: 100% 100%;
}
.tp{
    margin-top: 10px;
}
.ggws,.ylws{
    animation: fade-in;/*动画名称*/
    animation-duration: 2s;/*动画持续时间*/
    -webkit-animation:fade-in 2s;/*针对webkit内核*/
}
.ggws a,.ylws a{
    cursor: pointer;
}
.ylws .tp{
    width:100%;
    height:60%;
    background: url(../images/ylws.png) no-repeat;
    background-size: 100% 100%;
}

@keyframes yuan{
    0% {background: rgba(255,255,255,.0);}
    50% {background: rgba(255,255,255,.5);}
    100% {background: rgba(255,255,255,.0);}
}
@-webkit-keyframes yuan{/*针对webkit内核*/
    0% {background: rgba(255,255,255,.0);}
    50% {background: rgba(255,255,255,.5);}
    100% {background: rgba(255,255,255,.0);}
}
.dy{
    position: absolute;
    background:url("../images/dy.png") center center no-repeat;
    width:17.96%;
    height:45%;
    animation: fade-in2;/*动画名称*/
    animation-duration: 2s;/*动画持续时间*/
    -webkit-animation:fade-in2 2s;/*针对webkit内核*/
    bottom:10%;
    right:29.9%;
    background-size: 100% 100%;
}
.dy{
    animation: fade-in2;/*动画名称*/
    animation-duration: 2s;/*动画持续时间*/
    -webkit-animation:fade-in2 2s;/*针对webkit内核*/
}
@keyframes fade-in2 {
    0% {opacity: 0;}
    30% {opacity: 0;right:20%}
    100% {opacity: 1;right:29.9%}
}
@-webkit-keyframes fade-in2 {/*针对webkit内核*/
    0% {opacity: 0;}
    30% {opacity: 0;right:20%}
    100% {opacity: 1;right:29.9%}
}
@keyframes fade-in {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes fade-in {/*针对webkit内核*/
    0% {opacity: 0;}
    100% {opacity: 1;}
}
/*页面区域*/
.zsq{
  /*  padding:12.78% 13.28% 11.29% 13.54%;*/
    padding:7% 13%;
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}
.zj{
    width:100%;
    height:auto;
    min-height:700px;
    background:#fff;
    border-radius:10px;
    border:1px solid #543b24;
}
.zj{
    position: relative;
}
.yl,.gg{
    padding:7% 13%
}

.zj h3{
    height:61px;
    width:305px;
    position: absolute;
    left: 50%;
    margin-left:-152.5px;
    top:-19px;
    margin-top:0px;
    color:#fff;
    font-family:'pingfang';
    text-align: center;
    font-size:36px;
    line-height:61px;
    background: url("../images/h3.png") center top no-repeat;
}
.yl p,.gg p{
    font-size:24px;
    color:#2f3033;
    margin-bottom:5%
}
.gnq img{
    width:100%;
    height:80%;
    margin:0 auto;
}
.gnq_1,.gnq_2{
    width:50%;
    float:left;
}
.gnq_1 a,.gnq_2 a{
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 0% 16%;
    width: 100%;
}
.gnq_1 a span,.gnq_2 a span{
    color:#333333;
    font-size:28px;
    line-height:52px;
    height:52px;
    border:1px solid #e9cb93;
    text-align: center;
    background:#fbefda;
    width:262px;
    margin:0 auto;
    font-family:'pingfang';
    display: block;
    border-radius:20px;
    margin-top:40px;
}
.zsq .fh {
    position: absolute;
    right: 35px;
    top: 30px;
}

.zsq .fh a{
    display: inline-block;
    width: 115px;
    color:#543b24;
    font-size:16px;
    text-align: center;
    height:31px;
    line-height:31px;
    border-radius: 20px;
    background: #fff;
    margin-right:10px;
    cursor: pointer;
    position: relative;
    right:auto;
    top: auto;
}
.zsq .fh a:hover{
    background:#eee
}
.three{
    padding:70px 40px
}
.three>div>h4{
    color:#543b24;
    position: relative;
    margin-bottom: 20px;
    padding-left:19px
}
.three>div>h4 span{
    right: 0px;
    top: 0px;
    position: absolute;
}
.three>div>h4 span a{
    color:#666666;
    font-size:18px;
    line-height:34px
}
.three>div>h4>a{
    color:#543b24;
    font-size:32px;
}
.three>div>h4:before{
    content:'';
    background:#543b24;
    width:6px;
    height:29px;
    left: 0;
    top: 2px;
    display: block;
    position: absolute;
}
.list-t,.list-a{
    margin-left:-10px;
    margin-right:-10px
}
.three .col-md-3,.three .col-md-6{
    padding-left:10px;
    padding-right:10px;
}
.list-t li{
    margin-bottom:20px;
}
.list-t:after,.list-a:after,.list-b:after,.list-tt:after{
    content: '';
    /*建议加个height:0*/
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.list-t li a{
    background: #f4eee0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size:20px;
    height:88px;
    border:1px solid #e9dec3;
    color:#332920;
    line-height:32px;
    white-space: initial;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
}
.block2{
    margin-top: 20px;
}
.list-a li a{
    display: block;
    padding:23px 0px;
    height:118px;
    border:1px solid #dcca9d;
    border-top:4px solid #dcca9d;
    text-align: center;
}
.list-a li a i{
    display:inline-block;
    height:62px;
    width:62px;
    position: relative;
    margin-left: 12px;
}
.a_1 .s_1{
    background: url("../images/a1_s1.png") center center no-repeat;
    top: -19px;
}
.a_1 .s_2{
    background: url("../images/a1_s2.png") center center no-repeat;
}
.a_1 .s_3{
    background: url("../images/a1_s3.png") center center no-repeat;
    top: -20px;
}
.a_1 .s_4{
    background: url("../images/a1_s4.png") center center no-repeat;
}
.list-a li a span{
    color:#543b24;
    font-size:20px;
    display: inline-block;
    width:calc( 100% - 80px );
    height:62px;
    /*display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;*/
    line-height:32px;
    color:#543b24
}
.block3{
    margin-top:40px;
}
.list-b{
    margin-left:-15px;
    margin-right:-15px
}
.three .list-b li.col-md-6{
    margin-bottom:20px;
    padding:0px 15px
}
.list-b li a{
    display: block;
    padding-left:32px;
    border:1px solid #f0f0f0;
    border-left:4px solid #cfb67c;
    padding-top:22px;
    padding-bottom:18px;
    position: relative;
}
.list-b li a h4{
    color:#332920;
    font-size:18px;
    width: 80%;
}
.list-b li a span{
    color:#686667;
    font-size:16px;
}
.list-b li a:after{
    content:'';
    display: block;
    width:32px;
    height:32px;
    right:27px;
    top:50%;
    margin-top:-16px;
    background: url("../images/jt.png") center center no-repeat;
    position: absolute;
}
.list-t li:before{
    display: none;
}
.list-b li:hover a,.list-a li:hover a{
    background: #eee;
}
.list-t li:hover a{
    background: #e1e2bf;
}
.a_2 li a i{
    height:70px;
    width:65px;
    top:-20px
}
.a_2 .s_1{
    background: url("../images/a2_s1.png") center center no-repeat;
}
.a_2 .s_2{
    background: url("../images/a2_s2.png") center center no-repeat;
}
.a_2 .s_3{
    background: url("../images/a2_s3.png") center center no-repeat;
}
.a_2 .s_4{
    background: url("../images/a2_s4.png") center center no-repeat;
}
.a_3 .s_1{
    background: url("../images/a3_s1.png") center center no-repeat;
}
.a_3 .s_2{
    background: url("../images/a3_s2.png") center center no-repeat;
}
.a_4 .s_1{
    background: url("../images/a4_s1.png") center center no-repeat;
    bottom:19px;
}
.a_4 .s_2{
    background: url("../images/a4_s2.png") center center no-repeat;
}
.a_4 .s_3{
    background: url("../images/a4_s3.png") center center no-repeat;
}
.a_4 .s_4{
    background: url("../images/a4_s4.png") center center no-repeat;
    bottom:19px;
}
.list-tt{
    margin-left:-15px;
    margin-right:-15px;
}
.list-tt li a{
    background: linear-gradient(to bottom, #faf2e2 0%,#ffffff 100%);
    border:1px solid #f4eee0;
    padding-left:40px;
    position: relative;
    width:100%;
    height:100%;
    font-size:20px;
    color:#332920;
    border-radius:5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-tt li a:hover{
    background:#faf2e2
}
.list-tt li a:before{
   content: '';
    position: absolute;
    left:20px;
    width:9px;
    height:9px;
    top:50%;
    margin-top:-4.5px;
    background: #e9cb93;
    border-radius: 9px;
}
.three .list-tt li{
    height:88px;
    line-height:88px;
    padding-left:15px;
    padding-right:15px;
    margin-top:16px;
}

.block1 p{
    position: relative;
    line-height: 46px;
    height: 46px;
    padding: 0px;
    text-align: center;
    margin: 0px 0px 20px 0px;
    display:none
}
.block1 p:before{
    width:100%;
    height:1px;
    top:50%;
    position: absolute;
    content: '';
    left:0 ;
    background: #666;
    z-index: 1;
}
.block1 p a{
    display: inline-block;
    margin-left: -15px;
    padding: 0 30px;
    font-size: 22px;
    line-height: 46px;
    margin-top: -20px;
    z-index: 9;
    background: #543b24;
    color:#fff;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}
@media (max-width:1400px) {
    .gnq_1 a span, .gnq_2 a span{
        width:100%
    }
}
@media (max-width:1200px) {
    .col-md-6,.col-md-4,.col-md-3,.col-md-8{
        width:100%
    }
}
.block1 .list-t li:nth-child(n+9){
    display:none
}
.pages{
    margrin-top:20px;
    width: 100%;
}

.pages a:hover {
    position: relative;
    background-color: #faf2e2;
    color: #fff;
}

.pages .current {
    background-color: #e9cb93;
    color: #ccc;
    position: relative;
}

.pages .disabled {
    color: #ccc;
    cursor: not-allowed;
}

.pages select {
    border: 1px #faf2e2 solid;
}
@media(max-width:1400px){
    .list-a li a span{
        font-size:18px
    }
}

@media(max-width:1200px){
	.zsq{
		padding:14% 13%
	}
	.gnq_1 a span, .gnq_2 a span{
		font-size:24px
	}
	.yl, .gg{
		padding:14% 13%
	}
}