/* max-width:2568px */
@media screen and (min-device-width: 1998px) {
	.warp { 
		/* height: 730px;
		min-width: 980px; */
		height: 625px;
		min-width: 980px;
		transition: 1s all ease;
		position: relative;
		margin-top: -69px;
		/* box-shadow: inset 0px 0px 120px 140px rgba(31, 31, 41,1.0); */

	}

	.banner {
		/* background: url(../images/zhezhao.png) no-repeat; */
		/* position: absolute; */
		top: 30px;
		/* right: 50px; */
		/* width: 247px; */
		/* height: 730px; */
		/* padding-right: 80px; */
		/* padding-right: 150px; */
		padding-top: 69px;
		position: relative;
		/* height: 625px; */
	}
	
	.banner ul {
		/* position: absolute; */
		left: 17px;
		top: 17px;
		display: flex;
		/* 使用Flexbox布局 */
		flex-direction: column;
		/* 设置主轴为垂直方向 */
		width: auto;
		text-align: right;
		/* height: 530px; */
		/* background-color: rgba(255, 0, 0, 0.5); */
		/* right: 0; */
		/* height: 300px; */
		
	}
	
	.banner ul li {
		display: inline;
		/* width: 508px; */
		/* height: 34px; */
		/* line-height: 34px; */
		/* text-align: right; */
		font-size: 16px;
		margin-bottom: 29px;
	}
}

@media screen and (max-width:1998px) {
	.warp {
		height: 625px;
		min-width: 980px;
		transition: 1s all ease;
		position: relative;
		margin-top: -69px;
		/* box-shadow: inset 0px 0px 120px 140px rgba(31, 31, 41,1.0); */
		
	}
	
	

	.banner {
		/* background: url(../images/zhezhao.png) no-repeat; */
		/* position: absolute; */
		top: 30px;
		/* right: 50px; */
		/* width: 247px; */
		/* height: 525px; */
		/* padding-right: 80px; */
		/* padding-right: 150px; */
		padding-top: 69px;
		
		position: relative;
		
	}
	
	
	.banner ul {
		/* position: absolute; */
		left: 17px;
		top: 17px;
		display: flex;
		/* 使用Flexbox布局 */
		flex-direction: column;
		/* 设置主轴为垂直方向 */
		width: auto;
		text-align: right;
		/* height: 530px; */
		/* background-color: rgba(255, 0, 0, 0.5); */
		/* right: 0; */
		/* height: 300px; */
		
	}
	
	.banner ul li {
		display: inline;
		/* width: 508px; */
		/* height: 34px; */
		/* line-height: 34px; */
		/* text-align: right; */
		font-size: 16px;
		margin-bottom: 29px;
	}
	
}

@media screen and (max-width:1710px) {
	.warp {
		/* background: #16161A url(../images/1.jpg) no-repeat center center; */
		height: 495px;
		min-width: 980px;
		transition: 1s all ease;
		position: relative;
		margin-top: -69px;
		/* box-shadow: inset 0px 0px 120px 140px rgba(31, 31, 41,1.0); */

	}

	.banner {
		/* background: url(../images/zhezhao.png) no-repeat; */
		/* position: absolute; */
		top: 30px;
		/* right: 50px; */
		/* width: 247px; */
		/* height: 495px; */
		/* padding-right: 80px; */
		/* padding-right: 150px; */
		padding-top: 69px;
	}
	
	
	.banner ul {
		/* position: absolute; */
		left: 17px;
		top: 17px;
		display: flex;
		/* 使用Flexbox布局 */
		flex-direction: column;
		/* 设置主轴为垂直方向 */
		width: auto;
		text-align: right;
		/* height: 520px; */
		/* background-color: rgba(255, 0, 0, 0.5); */
		/* right: 0; */
		/* height: 300px; */
		
	}
	
	.banner ul li {
		display: inline;
		/* width: 508px; */
		/* height: 34px; */
		/* line-height: 34px; */
		/* text-align: right; */
		font-size: 16px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width:1420px) {
	.warp {
		height: 412px;
		min-width: 980px;
		transition: 1s all ease;
		position: relative;
		margin-top: -69px;
		/* box-shadow: inset 0px 0px 70px 90px rgba(31, 31, 41,1.2); */
	}
	
	.banner {
		/* background: url(../images/zhezhao.png) no-repeat; */
		/* position: absolute; */
		top: 30px;
		/* right: 50px; */
		/* width: 247px; */
		/* height: 412px; */
		/* padding-right: 80px; */
		/* padding-right: 150px; */
		padding-top: 48px;
	}
	
	.banner ul {
		/* position: absolute; */
		left: 17px;
		top: 17px;
		display: flex;
		/* 使用Flexbox布局 */
		flex-direction: column;
		/* 设置主轴为垂直方向 */
		width: auto;
		text-align: right;
		/* height: 510px; */
		/* background-color: rgba(255, 0, 0, 0.5); */
		/* right: 0; */
		/* height: 300px; */
		
	}
	
	.banner ul li {
		display: inline;
		/* width: 508px; */
		/* height: 34px; */
		/* line-height: 34px; */
		/* text-align: right; */
		font-size: 16px;
		margin-bottom: 20px;
	}
}



.banner .colors {
	color: #fff;
}

/* .banner {
	top: 30px;
	height: 371px;
	padding-top: 69px;
	background-color: pink;
} */





.banner ul li a {
	color: #818285;
	display: line-block;

}

.banner li.active a {
	background: linear-gradient(270deg, #301E23 67%, rgba(48, 30, 35, 0) 100%);
	color: #FFFFFF;
	font-size: 24px;
	border-right: 4px solid #ED831B;
	/* 线条样式 */
	padding-left: 32px;
	padding-right: 27px;
	padding-top: 12px;
	padding-bottom: 12px;
	/* margin-bottom: 25px; */
}





