
.top-img-box img{
	max-width: 100%;
	display: block;
}
.object-fit{
	object-fit: contain;
	display: block;
}
.top-span img{
		/*width: 100%;*/
		height: 100%;
		display: block;
	}
.fisrt-right-every:last-child{
	border-bottom: none;
}

/* 当屏幕宽度大于或等于1200像素时，增加字体大小 */
@media (min-width: 768px) {
	.pc-block{
		display: block;
	}
	.mv-block{
		display: none;
	}
	.top-box{
		background: #00a6f1;
	}
	.top{
		width: 80%;
		margin: 0 auto;
		height: 120px;
	}
	.top-span{
		/*width: 20%;*/
		/*height: 70px;*/
		height: 120px;
		background: rgba(255, 255, 255, 0.2);
	}
	.title-img{
		display: block;
		margin: 0 auto 50px;
		width: 50%;
		height: 60px;
		object-fit: contain;
	}
	.first-box{
		display: flex;
	}
	.first-img{
		width: 50%;
		max-height: 600px;
	}
	.fisrt-right{
		width: 50%;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		border: 1px solid #1E5CC1;
		border-left: none;
	}
	.fisrt-right-every{
		flex: 1;
		border-bottom: 1px solid #1E5CC1;
		padding: 2% 6%;
	}
	.fisrt-right-one{
		font-size: 25px;
		font-weight: 500;
		line-height: 40px;
	}
	.fisrt-right-title{
		font-size: 28px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.fisrt-right-titletwo{
		font-size: 18px;
	}
	.content-box{
		margin-top:50px;
	}
	.content-top{
		background: #1E5CC1;
		height: 128px;
	}
	.content-top img{
		width: 28%;
		height: 50px;
		object-fit: contain;
	}
	.content-word{
		padding: 2%;
		border-right: 1px solid #1E5CC1;
		width: 25%;
		box-sizing: border-box;
		cursor: pointer;
	}
	.content-word:last-child{
		border-right: none;
	}
	.content-word img{
		width: 100%;
		object-fit: contain;
		display: block;
		max-height: 340px;
	}
	.three-box{
		width: 100%;
		/* height: 561px; */
		background: url('../images/2024bjkxcbds-bg2.png') no-repeat;
		background-size: 100% 100%;
		margin-top: 80px;
		padding: 4%;
		box-sizing: border-box;
	}
	.three-box img{
		width: 100%;
		display: block;
		object-fit: contain;
	}
	.bottom-box{
		margin-top: 120px;
		background: url('../images/2024bjkxcbds-bg.png') no-repeat;
		background-size: 100% 100%;
		padding: 6% 0;
	}
	.title-img2{
		display: block;
		margin: 0 auto 50px;
		width: 40%;
		height: 60px;
		object-fit: contain;
	}
	.bottom{
		background: rgba(255, 255, 255, 0.3);
		padding: 2% 4%;
		height: 200px;
		color: #fff;
		font-size: 20px;
	}

	.fixed-box{
		position: fixed;
		right: 5%;
		bottom: 30%;

	}
	.fixed-box img{
		width: 200px;
		display: block;
		object-fit: contain;
		cursor: pointer;
	}
}

/* 当窗口宽度在600像素到768像素之间时 */
@media (min-width: 768px) and (max-width: 1200px) {
  body {
    width: 1200px;
  }
}


@media (max-width: 768px) {
	.pc-block{
		display: none;
	}
	.mv-block{
		display: block;
	}
	.top-box{
		background: #00a6f1;
		padding: 0 20px;
		height: 60px;
	}
	.top{
		height: 60px;
	}
	.top-span{
		/*width: 30%;*/
		/*height: 30px;*/
		height: 60px;
		background: rgba(255, 255, 255, 0.2);
	}
	.title-img{
		display: block;
		margin: 0 auto 50px;
		width: 100%;
		height: 30px;
		object-fit: contain;
	}
	.first-img{
		width: 100%;
		max-height: 600px;
		display: block;
	}
	.fisrt-right{
		box-sizing: border-box;
		border: 1px solid #1E5CC1;
	}
	.fisrt-right-every{
		border-bottom: 1px solid #1E5CC1;
		padding: 2% 6%;
	}
	.fisrt-right-one{
		font-size: 18px;
		font-weight: 500;
		line-height: 30px;
	}
	.fisrt-right-title{
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.fisrt-right-titletwo{
		font-size: 14px;
	}
	.content-box{
		margin-top:50px;
	}
	.content-top{
		background: #1E5CC1;
		height:60px;
	}
	.content-top img{
		width: 60%;
		height: 20px;
		object-fit: contain;
	}
	.content-word{
		padding: 2%;
		border-right: 1px solid #1E5CC1;
		width: 50%;
		box-sizing: border-box;
		cursor: pointer;
	}
	.content-word:nth-child(2n){
		border-right: none;
	}
	.content-word img{
		width: 100%;
		object-fit: contain;
		display: block;
		max-height: 340px;
	}
	.three-box{
		width: 100%;
		/* height: 561px; */
		background: url('../images/2024bjkxcbds-bg2.png') no-repeat;
		background-size: 100% 100%;
		padding: 4%;
		box-sizing: border-box;
	}
	.three-box img{
		width: 100%;
		display: block;
		object-fit: contain;
	}
	.font-22{
		font-size: 18px !important;
	}
	.font-18{
		font-size: 14px !important;
	}
	.bottom-box{
		margin-top: 80px;
		background: url('../images/2024bjkxcbds-bg.png') no-repeat;
		background-size: 100% 100%;
		padding: 3% 0;
		box-sizing: border-box;
	}
	.title-img2{
		display: block;
		margin: 0 auto 20px;
		width: 70%;
		height: 60px;
		object-fit: contain;
	}
	.bottom{
		background: rgba(255, 255, 255, 0.3);
		padding: 2% 4%;
		height: 200px;
		color: #fff;
		font-size: 16px;
	}
	.margin-bottom-30{
		margin-bottom: 15px !important;
	}

	.fixed-box{
		position: fixed;
		right: 5%;
		bottom: 30%;

	}
	.fixed-box img{
		width: 100px;
		display: block;
		object-fit: contain;
		cursor: pointer;
	}
}

