* {
	padding: 0;
	margin: 0;
}
.banner{
	width: 100%; 
	position: relative; 
	overflow: hidden;
}
@media all and (min-width: 768px) {
	.banner .bd img{
		height: 25vw !important;
	}
	.banner .hd{
		position:absolute; 
		left: 10vw;
		right:0;
		bottom: 5vw; 
		z-index: 1; 
		height: 3vw;
	}
	.banner .hd li{ 
		display:inline-block; 
		vertical-align: top; 
		width: 0.5vw; 
		height: 0.5vw; 
		border-radius: 50%; 
		font-size: 0; 
		background-color: #ffffff; 
		margin: auto 1vw;
		vertical-align: middle;
	}
	.banner .hd li.on{
		width: 3vw;
		height: 3vw;
		background-color: transparent;
		background-size:100% 100%;
		background-image: url("http://www.lzjnhb.cn/web/image/yuan.png");
	}
	.yincang{
		display: none;
	}
	
	.public {
	
		width: 100vw;
	
		height: 35vw;
	
	}
	
	
	
	.header {
	
		width: 100%;
	
		height: 6.354vw;
	
		background-color: #0789d4;
	
	}
	
	
	
	.headBody {
	
		display: flex;
	
		justify-content: space-between;
	
		align-items: center;
	
		margin: 0 auto;
	
		width: 75%;
	
		height: 100%;
	
	}
	
	
	
	.logo {
	
		width: 31.4vw;
	
		height: 4.06vw;
	
	}
	
	
	
	.logo img {
	
		width: 100%;
	
		height: 100%;
	
	}
	
	
	
	.navbar1 {
	
		display: flex;
	
		justify-content: center;
	
		align-items: center;
	
		height: 100%;
	
	}
	
	
	
	.navbar1 li {
	
		width: 6.354vw;
	
		height: 100%;
	
		list-style-type: none;
	
	}
	.navbar1 li:hover {
		width: 6.354vw;
			
		height: 100%;
			
		list-style-type: none;
		
		background:#FFBC1A ;
	}
	
	
	.navbar1 li a {
	
		display: flex;
	
		justify-content: center;
	
		align-items: center;
	
		width: 100%;
	
		height: 100%;
	
		font-family: Microsoft YaHei;
	
		font-weight: bold;
	
		color: #ffffff;
	
		text-decoration: none;
	
	}
}

@media all and (max-width: 768px) {
	.banner .bd img{
		height: 40vw !important;
	}
	.banner .hd{
		position:absolute; 
		left: 8vw; 
		right:0; 
		bottom: 3vw; 
		z-index: 1; 
		height: 4vw;
	}
	.banner .hd li{ 
		display:inline-block; 
		vertical-align: top; 
		width: 1vw; 
		height: 1vw; 
		border-radius: 50%; 
		font-size: 0; 
		background-color: #ffffff; 
		margin: auto 2vw;
		vertical-align: middle;
	}
	.banner .hd li.on{
		width: 4vw;
		height: 4vw;
		background-color: transparent;
		background-size:100% 100%;
		background-image: url("http://www.gszdsd.com/web/image/yuan.png");
	}
	.yincang{
		width: 100%;
		margin-top: 5px;
	}
		
	.header {
		font-size:0;
		width: 100%;
		background-color: #0789d4;
	}
	
	.headBody{
		width: 100%;
		
	}
	.headBody1{
		width: 100%;
		height: 20vw;
	}
		
	.logo {
		margin: 0 auto;
		width: 75%;
		padding: 20px 0;
	}
	
	.logo img {
	
		width: 100%;
	
		height: 100%;
	
	}
	#yincang{
		display: none;
	}
	.navbar1 {
		
		justify-content: center;
	
		align-items: center;

	
	}
	
	.navbar1 li {
		width: 100%;
		list-style-type: none;
		padding: 10px 0;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.navbar1 li:hover {
		width: 100%;
		list-style-type: none;
		padding: 10px 0;
		border-bottom: 1px solid #CCCCCC;
		background:#FFBC1A ;
	}
	
	.navbar1 li a {
	
		display: flex;
	
		justify-content: center;
	
		align-items: center;
	
		width: 100%;
	
		height: 100%;
	
		font-family: Microsoft YaHei;
	
		font-weight: bold;
	
		color: #ffffff;
	
		text-decoration: none;
		
		font-size: 1vw;
		
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		-webkit-user-select: none;
		-moz-user-focus: none;
		-moz-user-select: none;
	
	}
	.navbar1 li:last-child{
		border-bottom: 0px solid #0789d4;
	}
}