
	.n_banner {
		width: 100%;
		height: 300px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		background-size: cover !important;
		z-index: 0;
		overflow: hidden;
	}
 .add {
    height: 50px;
    display: flex
;
    align-items: center;
    font-family: 'zi2';
    color: #555;
}
.add a{
	color: #333;
}
@media screen and (max-width:768px) {
	.n_banner {
	    width: 100%;
	    height: 160px;
	  
	}
	.indrwp {
	   padding-left: 5%;
	   padding-right: 5%;
	}
}

