@charset "utf-8";

.container {
    width: 1200px;
    margin: 30px auto 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.breadcrumb {
    width: 100%;
    height: 45px;
    background-color: #f4f4f4;
    /* margin-top: -5px; */
}

.breadcrumb .breadcrumb_con {
    width: 1200px;
    height: 100%;
    line-height: 45px;
    margin: 0 auto;
}

.breadcrumb .breadcrumb_con img {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.title {
    position: absolute;
    top: -8px;
    left: 4%;
    font-size: 24px;
    font-weight: 600;
    color: #115db2;
    padding: 0 10px;
    background-color: #fff;
}

.content {
    display: flex;
    flex-wrap: wrap;
}

.content .one {
    position: relative;
    width: 22%;
    margin: 10px 0.5% 0;
}

.content .one .name {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.content .one:hover .name {
    /* border: solid 1px #115db2; */
	background: #115db2;
    color: #ffffff;
}

.content .one:hover .dropdown {
    display: block;
}

.content .one .dropdown {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 0 8px;
    background-color: #115db2;
}

.content .one .dropdown a {
    display: block;
    height: 44px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    border-bottom: 1px solid #daecfb;
}

.content .one .dropdown a:last-child {
    border-bottom: 0;
}

.content .one .dropdown a:hover {
    font-weight: 600;
}

.jgzn-normal {
    flex-direction: column;
    padding: 40px 6%;
    margin-bottom: 50px;
}

.jgzn-one {
    background: url(./szfbm.png) no-repeat;
    background-size: 100% 100%;
}

.jgzn-two {
    background: url(./szfzs.png) no-repeat;
    background-size: 100% 100%;
}

.jgzn-three {
    background: url(./czgl.png) no-repeat;
    background-size: 100% 100%;
}

.jgzn-four {
    background: url(./zzf.png) no-repeat;
    background-size: 100% 100%;
}
.pg_container {
	width: 100%;
	margin: 0 auto;
	
	background: url(znzzld_banner.jpg) no-repeat top center;
}

.pg_search_frame {
	width: 100%;
	margin: 0 auto;
	height: 300px;
}
	
	@media only screen and (max-width: 768px){
	.pg_container {
		width: 100%;
		margin: 0 auto;		
		background: url(serchbanner2.png) no-repeat top center;background-size: 100% ;
	}
	
	.pg_search_frame {
		width: 100%;
		margin: 0 auto;
		height: 250px;
		padding-top: 0;
	}
		.pg-heading {
		width: 100%;
		margin: 0 auto ;
		/* background-color: #115db2; */
		height: auto;
	}

		}	
@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .breadcrumb .breadcrumb_con {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .content .one {
        width: 32%;
        margin-left: 0.6%;
        margin-right: 0.6%;
    }

}

@media screen and (max-width: 420px) {
    .content .one {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}