body{
	margin: 0;
	padding: 0;
}

ol,ul{
	list-style: none;
}

a {
	text-decoration: none;
	color: #444;
}

.header .hb .hb_part{
	background: #1956ab;
	width: 100%;
}

.header .hb .head .logo img{
	margin-top: 7%;
	margin-left: 3%;
}

.header .hb .head .g_nav ul{
	display: flex;
	justify-content: space-evenly;
}

.header .hb .head .g_nav ul li {
	margin-top: 10%;
	margin-left: -50px;
	margin-right: -53px;
}

.header .hb .head .g_nav ul li a {
	color: #fff;
	font-size: 20px;
}

.header .hb .sw{
	width: 97%;
	border-radius: 2%;
	/* position: relative;
	z-index: 1; */
	margin-top: -620px;
}

.header .zszx{
	margin-top: 40px;
}

.header .zszx ul{
	display: flex;
	justify-content: space-between;
}

.header .zszx ul li a{
	color: #000;
	font-size: 14px;
	font-weight: 600;
	padding-top: 6px;
}

.header .zszx ul li .circle{
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	text-align: center;
	
	background: #007AFF;
}

.header .zszx ul li .circle img{
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-top: 13px;
}

.header .zszx ul li p{
	margin-left: 5px;
}



/* 视频内容页 */
.shipin1{
    margin: 10px 20px;
     display: flex;  
      align-items: center; /* 垂直居中 */  
  }
.shipin1 img{
  width: 26px;
  height: 26px;
}
.shipin1 span{
  font-size: 16px;
  font-family: '黑体';
  margin-left: 6px;

}
.shipin2{
    margin: 10px 20px;
  }
.shipin2 p{
  font-size: 18px;
  font-family: '黑体';
  font-weight: bold;
}
.shipinxia{
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px; /* 线条高度 */  
    background-color: #e6e6e6; /* 线条颜色 */  
    width: 100%; /* 线条宽度，可以根据需要调整 */
}
/* footer */
	.footer{
		background: #1956ab;
		height: 50px;
	}
	.footer p{
		color: #fff;
		text-align: center;
		line-height: 50px;
		font-size: 12px;
	}
@media only screen and (max-width:575.98px) {
	.header .hb .head .logo img{
		margin-top: 15%;
	}
	.header .hb .head .g_nav ul{
		display: flex;
		justify-content: space-between;
	}
	.header .hb .head .g_nav ul li {
	   margin-top: 33.5%;
        margin-left: -170px;
	    margin-right: 25px;
	}
	.header .hb .head .g_nav ul li a {
	    font-size: 16px;
	}
	.header .hb .hb_part{
		height: 100px;
	}
	.header .hb .sw{
		margin-top: -179px;
	}
	.header .zszx ul li .circle{
		width: 40px;
		height: 40px;
	}
	
	.header .zszx ul li .circle img{
		width: 20px;
		height: 20px;
		margin-top: 9px;
	}
	.header .zszx ul {
	    display: flex;
	    justify-content: flex-start;
	}
	.header .zszx ul li{
		width: 22%;
	    margin-right: 5px;
	}
	    
	.header .zszx ul li p {
	    margin-left: -8px;
		width: 57px;
	}
	.header .zszx {
	    margin-top: 17px;
	    margin-left: -45px;
	}
	
	/* 视频内容页 */
.shipin1{
    margin: 10px 20px;
     display: flex;  
      align-items: center; /* 垂直居中 */  
  }
.shipin1 img{
  width: 26px;
  height: 26px;
}
.shipin1 span{
  font-size: 16px;
  font-family: '黑体';
  margin-left: 6px;

}
.shipin2{
    margin: 10px 20px;
  }
.shipin2 p{
  font-size: 18px;
  font-family: '黑体';
  font-weight: bold;
}
.shipinxia{
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px; /* 线条高度 */  
    background-color: #e6e6e6; /* 线条颜色 */  
    width: 100%; /* 线条宽度，可以根据需要调整 */
}

/* footer */
	.footer{
		background: #1956ab;
		height: 50px;
	}
	.footer p{
		color: #fff;
		text-align: center;
		line-height: 50px;
		font-size: 12px;
	}
	
}

