body{
	background: #ffffff;
}

input{
	border: none !important;
	background: none !important;
}
input:focus {
  outline: none;
}
.color-003 {
	color: #003DBF;
}

.a-none {
	text-decoration: none;
	color: inherit;
}

/* 当屏幕宽度大于或等于1200像素时，增加字体大小 */
@media (min-width: 768px) {
	body{
		min-width: 1200px;
	}
	.pc-block{
		display: block;
	}
	.mv-block{
		display: none;
	}

	
	.main-box{
		max-width: 75%;
		margin: 0 auto;
	}
	.swiper-one-box{
		width: 100%;
	}
	.swiper-one-box .swiper-wrapper {
		height: auto;
	}
	.swiper-one-img{
		width: 100%;
		display: block;
	}
	.swiper-word{
		background: linear-gradient( 180deg, rgba(0,66,149,0.11) 0%, rgba(0,0,2,0.71) 100%);
		padding: 0 30px;
		color: #fff;
		font-size: 22px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
		height: 108px;
	}
	.swiper-word-span{
		width: 68px;
		height: 28px;
		border-radius: 30px;
		border: 1px solid #ffffff;
		padding-left: 4px;
		box-sizing: border-box;
		cursor: pointer;
	}
	.swiper-one-box .swiper-pagination {
		font-weight: 500;
		font-size: 18px;
		color: #ffffff;
		line-height: 40px;
		text-align: right !important;
		font-style: normal;
		text-transform: none;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.blue-word{
		background: #DFF1FF;
		box-sizing: border-box;
		padding: 25px 30px;
		margin-top: 10px;
		gap: 18px;
	}
	.blue-item{
		width: 48%;
		color: #43506D;
	}
	.blue-item:hover{
		color: #0069EB !important;
		text-decoration: underline;
	}
	
	.border-das{
		border-bottom: 1px dashed #7294FF;
		padding: 16px 0;
	}
	
	.more-box{
		width: 68px;
		height: 28px;
		border-radius: 30px;
		border: 1px solid #0069EB;
		color: #0069EB;
		padding-left: 4px;
		box-sizing: border-box;
	}
	
	
	
	.bg-box{
		padding: 50px 0;
		background: url('../images/20251003_xueshuyue_bg.png') no-repeat;
		background-size: 100% 100%;
	}
	.ac-item-box{
		background: rgba(255,255,255,0.65);
		color: #43506D;
	}
	.ac-item{
		padding: 0 30px;
		width: 100%;
		box-sizing: border-box;
		font-size: 16px;
		
	}
	.bg-ac:hover .ac-item-box {
		color: #0069EB;
		background: linear-gradient( 147deg, #EAF9FF 0%, #D4F4FF 61%, #D5F6FF 100%);
	}
	
	.swiper-two-box{
		width: 100%;
	}
	.swiper-two-box .swiper-wrapper {
		height: auto;
	}
	
	.video-box{
		position: relative;
		border-radius: 12px;
		overflow: hidden;
	}
	.video-word{
		background: linear-gradient( 180deg, rgba(0,153,255,0.23) 0%, rgba(16,115,255,0) 51%, rgba(0,48,78,0.83) 100%);
		padding: 0 30px;
		color: #fff;
		font-size: 22px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
		height: 98px;
	}
	.video-span{
		background: linear-gradient( 261deg, #00E1FF 0%, #00BEFF 100%);
		line-height: 21px;
		height: 21px;
		padding: 0 10px;
		border-radius: 4px;
		font-size: 14px;
		display: inline-block;
	}
	
	
	.zj-box{
		background: linear-gradient( 135deg, #4A5BFF 0%, #32A5FF 100%);
		border-radius: 64px 64px 0px 0px;
		padding: 76px 10%;
		margin-top: 24px;
	}
	.zj-item{
		width: 48%;
		background: url('../images/20251003_xueshuyue_bgff.png') no-repeat;
		background-size: 100% 100%;
		box-sizing: border-box;
		padding: 3% 34px 3.5% 9%;
		font-size: 16px;
		color: #0072FF;
		position: relative;
	}
	.zj-dou{
		position: absolute;
		left: 10%;
		top: 28%;
		width: 20px;
	}
	
	
	.mt{
		padding: 44px 0;
		background: url('../images/20251003_xueshuyue_bgmt.jpg') no-repeat;
		background-size: 100% 100%;
	}
	.mt-word{
		border-bottom: 2px dashed #C3DDF2;
		padding: 17px 0;
		width: 48%;
		cursor: pointer;
	}
	.mt-span{
		background: linear-gradient( 180deg, #009FFF 0%, #0089FF 100%);
		line-height: 21px;
		height: 21px;
		padding: 0 10px;
		border-radius: 24px;
		font-size: 14px;
		display: inline-block;
		color: #ffffff;
	}
	

	.foot-box-bor {
		background: #0540C2;
		box-sizing: border-box;
		padding: 30px  0;
	}
	.bottom-web{
		/* width: 1200px;
		margin: 0 auto; */
	}
	.footer_box {
		color: #ffffff;
		text-align: center;
		position: relative;
	}
	
	.bottom-move{
		color: #ffffff;
		text-align: center;
		padding: 0.4rem 0
	}
	
	.bottom-text{
		font-size: 14px;
		text-align: center;
		width: 70%;
		margin: 0 6% 0 1%;
	}
}





@media (max-width: 768px) {
	.pc-block{
		display: none;
	}
	.mv-block{
		display: block;
	}

	.swiper-one-box{
		width: 100%;
	}
	.swiper-one-box .swiper-wrapper {
		height: auto;
	}
	.swiper-one-img{
		width: 100%;
		display: block;
	}
	.swiper-word{
		background: linear-gradient( 180deg, rgba(0,66,149,0.11) 0%, rgba(0,0,2,0.71) 100%);
		padding: 15px;
		color: #fff;
		font-size: 14px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.blue-word{
		background: #DFF1FF;
		box-sizing: border-box;
		padding: 12px 10px 22px;
		margin-top: 10px;
	}
	.blue-item{
		margin-bottom: 20px;
		color: #43506D;
	}
	.blue-item:last-child{
		margin-bottom: 0;
	}
	
	.more-box{
		width: 68px;
		height: 28px;
		border-radius: 30px;
		border: 1px solid #0069EB;
		color: #0069EB;
		margin: 20px auto 0;
		padding-left: 4px;
		box-sizing: border-box;
	}
	
	
	.bg-box{
		padding: 26px 10px 16px;
		background: linear-gradient( 255deg, #CEEBFD 0%, #F3F8FD 100%);
		
	}
	.bg-ac{
		margin-bottom: 10px;
	}
	.bg-ac:last-child{
		margin-bottom: 0;
	}
	.ac-item-box{
		background: rgba(255,255,255,0.65);
		color: #43506D;
		font-size: 14px;
		padding: 4px 14px ;
	}
	
	
	.swiper-two-box{
		width: 100%;
	}
	.swiper-two-box .swiper-wrapper {
		height: auto;
	}
	.swiper-two-box .swiper-slide {
		width: 80%;
	}
	.video-word{
		background: linear-gradient( 180deg, rgba(0,153,255,0.23) 0%, rgba(16,115,255,0) 51%, rgba(0,48,78,0.83) 100%);
		padding: 0 15px;
		color: #fff;
		font-size: 18px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
		height: 70px;
	}
	.video-span{
		background: linear-gradient( 261deg, #00E1FF 0%, #00BEFF 100%);
		line-height: 18px;
		height: 18px;
		padding: 0 6px;
		border-radius: 4px;
		font-size: 12px;
		display: inline-block;
		margin-bottom: 4px;
	}
	
	
	.zj-box{
		background: linear-gradient( 135deg, #4A5BFF 0%, #32A5FF 100%);
		border-radius: 32px 32px 0px 0px;
		padding: 25px 18px;
		margin-top: 6px;
	}
	.zj-item{
		background: url('../images/20251003_xueshuyue_bgff.png') no-repeat;
		background-size: 100% 100%;
		box-sizing: border-box;
		padding: 14px 34px 16px 40px;
		font-size: 14px;
		color: #0072FF;
		position: relative;
		margin-bottom: 10px;
	}
	.zj-item:last-child{
		margin-bottom: 0;
	}
	.zj-dou{
		position: absolute;
		left: 20px;
		top: 18px;
		width: 10px;
	}
	
	.more-box-pr{
		width: 68px;
		height: 28px;
		border-radius: 30px;
		border: 1px solid #fff;
		color: #ffffff;
		margin: 20px auto 0;
		padding-left: 4px;
		box-sizing: border-box;
	}
	
	.mt{
		background: url('../images/20251003_xueshuyue_mvbg.png') no-repeat;
		background-size: 100% 100%;
		padding:  10px 20px 30px;
	}
	
	.mt-word{
		border-bottom: 2px dashed #C3DDF2;
		padding: 15px 0 10px;
	}
	.mt-span{
		background: linear-gradient( 180deg, #009FFF 0%, #0089FF 100%);
		line-height: 18px;
		height: 18px;
		padding: 0 6px;
		border-radius: 14px;
		font-size: 11px;
		display: inline-block;
		color: #ffffff;
		margin-bottom: 5px;
	}
}

