@charset "utf-8";
/* CSS Document */
.header {
    background-image: url('../images/wzjg-banner.png') !important;
    height: 320px !important;
}
body{background: #fff;}
.logo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    height: 200px;
    justify-content: space-between;
}
.logo img:nth-child(2){width: 40%;}



.wzjg-box{width: 95%;max-width: 1340px;margin: 0 auto;padding-top: 40px;padding-bottom: 40px;}
.wzjg-box .wzjg h2{font-size: 1.8rem;font-weight: 700;color:#1559A3;text-align: center;padding: 20px 0;background: url(../images/wzjg-bg.png) no-repeat center;background-size: contain;}
.wzjg-box .wzjg p{font-size: 0.9rem;color: #333;font-weight: 700;text-align: center;padding: 10px 0;}
.wzjg-table .dw{font-size: 0.8rem;color: #333;padding-top: 40px;margin-bottom: 20px;}
.wzjg-content-title{display: inline-block;padding: 0 20px;background: #fff;}


@media(max-width:1200px){
    .logo{height: 155px;}
    .header{height: 266px !important;}
}

@media(max-width:800px){
    .header{height: 320px !important;}
    .logo{height: 192px;padding-top: 40px !important;}
    .logo img:nth-child(2){width: 80%;}
}

@media(max-width:640px){
    .fzzfjs-box{padding-top: 20px;}
}
@media(max-width:420px){
	.logo{height: 150px;}
	.logo img:nth-child(2){width: 90%;}
	.logo img:nth-child(1){width: 50%;}
    .header{height: 270px !important;}

}

@media(max-width:550px){
    .wzjg-box .wzjg h2{font-size: 1rem;}
    .wzjg-box .wzjg p{padding-top: 0;}
    .wzjg-table .dw{padding-top: 20px;}
}