		.ie-panel{
			display: none;background: #212121;padding: 10px 0;
			box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);clear: both;text-align:center;
			position: relative;z-index: 1;
		} 
		html.ie-10 .ie-panel, html.lt-ie-10 .ie-panel {
			display: block;
		}
		/* 动图 */
		.bt-bj{
			background-color: rgb(4, 15, 36);
			width: 100%;
			height: 100px;
		}
		.bt-dt{
		    position: absolute;
			margin-top: 11%;
		    left: 50%;
		    transform: translate(-50%,-50%);
		    width: 100%;
		    text-align: center;
		    font-size: 0.7em;
		    text-transform: uppercase;
		    letter-spacing: 10px;
		    color: rgb(4, 15, 36); 
		    -webkit-box-reflect: below 1px linear-gradient(transparent ,rgb(218, 218, 218));
		    animation: san 6s linear infinite;
		}
		@keyframes san{
		    0%,15%,50%,52%,70%,90%,99.1%{
		        color: rgb(4, 15, 36);
		        filter: blur(2px);
		    }
		    12%,15.1%,60%,70.1%,90.5%,100%{
		        color: rgb(255, 255, 255);
		        text-shadow: 0 0 5px rgb(22, 138, 216),
		        0 0 25px rgb(22, 138, 216),
		        0 0 35px rgb(22, 138, 216),
		        0 0 105px rgb(22, 138, 216),
		        0 0 155px rgb(22, 138, 216);
		        filter: blur(0px);
		    }
		}
		
		/* 文案1 */
		.wa{
			font-size: 18px;
			width: 95%;
			margin-left: 2%;
			color: #212121;
			font-weight: bold;
		}
		
		.bq{
			margin-left: 10px;
			font-weight: bold;
			font-size: 14px;
			display: flex;
			flex-direction: row;  /* 默认横排 */
			flex-wrap: wrap;      /* 容器内元素换行 */
			gap: 10px;            /* 设置元素之间的间隙 */
		}
		.bq br {
		  display: inline; /* 在手机端使用换行符显示 */
		}
		
		.gwimg{
			margin-bottom:40px;
		}
		
		@media (min-width: 1200px) {
		 
		    .bt-bj{
		    	background-color: rgb(4, 15, 36);
		    	width: 100%;
		    	height: 300px;
		    }
		    .bt-dt{
		        position: absolute;
		    	margin-top: 7%;
		        left: 50%;
		        transform: translate(-50%,-50%);
		        width: 100%;
		        text-align: center;
		        font-size: 3em;
		        text-transform: uppercase;
		        letter-spacing: 10px;
		        color: rgb(4, 15, 36); 
		        -webkit-box-reflect: below 1px linear-gradient(transparent ,rgb(218, 218, 218));
		        animation: san 6s linear infinite;
		    }
			.wa{
				font-size: 18px;
				width: 50%;
				margin-left: 25%;
				color: #212121;
				font-weight: bold;
			}
			.bq {
				font-weight: bold;
				font-size: 15px;
				margin-left: 30px;
				display: flex;
				flex-direction: row;  /* 默认横排 */
				flex-wrap: wrap;      /* 容器内元素换行 */
				gap: 10px;            /* 设置元素之间的间隙 */
			}
			
			.bq br {
				display: none; /* 隐藏换行符 */
			}
			
			.gwimg{
				margin-top: 10px;
				margin-bottom:40px;
				margin-left: 20px;
				width: 1000px;
				height: 800px;
			}
		}