.detailBanner {
	position: relative;
}

.detailBanner>img {
	width: 100%;
}

.detailBanner .box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bandesc p:nth-child(1) {
	font-size: 18px;
	color: #fff;
}

.bandesc p:nth-child(2) {
	font-size: 44px;
	color: #fff;
	margin: 15px 0 50px 0;
	font-weight: bold;
}

.bandesc p:nth-child(3) {
	font-size: 12px;
	color: #bebebe;
}

.banipt >form{
	width: 450px;
	display: flex;
	align-items: stretch;
	border-radius: 5px;
	overflow: hidden;
}

.banipt input {
	padding: 0 15px;
	height: 45px;
	flex: 1;
	border:none;
}

.banipt button {
	background-color: var(--color);
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
    border: none;
border-radius:0 5px 5px  0!important;color:#fff;
}

.speexam {
	padding: 90px 0;
	background: url('../img/examtopbg.png') no-repeat;
	background-size: cover;
	background-position: center;
}

.speexam .com_tit {
	margin-bottom: 50px;
}

.speexam .swiper-slide {
	display: flex;
	align-items: center;
}

.speexam .swiper-slide>img {
	width: 50%;
	height: 350px;
	object-fit: cover;
	border-radius: 5px;
}

.speitem {
	width: 50%;
	padding: 30px;
}

.speitem img {
	height: 50px;
}

.speitem p:nth-child(2) {
	font-size: 24px;
	margin: 15px 0;
	font-weight: bold;
}

.speitem p:nth-child(3) {
	color: #4d4d4d;
	margin-bottom: 15px;
}

.speitem p:nth-child(4) {
	color: #666;
	font-size: 14px;
}

.speexam .points {
	display: flex;
	justify-content: center;
	margin-top:30px;
}
.speexam .points span.swiper-pagination-bullet{
	width: 60px;
	border-radius: 0;
	height: 4px;
	margin: 0 10px;
}
.speexam .points span.swiper-pagination-bullet-active{
	background: #0F0F0F!important;
}
.allexam{
	background-color: #F7F7F7;
	padding: 90px 0;
}
.alllist{
	margin-top: 50px;
}
.alltit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 28px 20px;
	background-color: #fff;
	border-radius: 5px;
}
.alltit p{
	font-size: 20px;
	font-weight: bold;
	color:#000;
}
.alltit a{
	font-size: 14px;
	color:#666;
}
.allitem{
	margin-bottom: 50px;
}
.allforlsit{
	margin-top: 50px;
	display: flex;
	align-items: stretch;
}
.allforlsit li{
	width: calc((100% - 80px) / 3);
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	transition: all .5s;
}
.allforlsit li:hover{
	box-shadow: 0 0 10px #ccc;
}
.allforlsit li:hover p:nth-child(1){
	color: var(--color);
}


.allforlsit li:hover {
    transform: translateY(-5px);
}

.allforlsit li:hover a {
    box-shadow: 0 10px 25px rgba(25, 125, 195, 0.2);
    border: 1px solid rgba(25, 125, 195, 0.3);
}

.allforlsit li:hover div {
    border-top: 1px solid rgba(25, 125, 195, 0.2);
}


.allforlsit li:hover p:nth-child(1) {
    color: #197DC3;
}

.allforlsit li:hover p:nth-child(2) {
    letter-spacing: 0.5px;
    color: #1364a4;
}

.allforlsit li:hover p:nth-child(2):after {
    transform: translateX(3px);
}


.allforlsit li a{
	display: flex;
	flex-direction: column;
}
.allforlsit li:nth-child(2){
	margin:0 40px;
}
.allforlsit li img{
	height: 250px;
	width: 100%;
	object-fit: cover;
}
.allforlsit li div{
	padding: 30px;
	flex:1;
}
.allforlsit li div p:nth-child(1){
	font-size: 22px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.allforlsit li div p:nth-child(2){
	margin: 30px 0;
	line-height: 1.5;
}
.allforlsit li div p:nth-child(3){
	text-align: right;
	font-size: 14px;
	color:#666;
}
/* 全部案例 */
.allexamain{
	padding: 90px 0;
	background-color: #F7F7F7;
}
.allexamain .allforlsit{
	flex-wrap: wrap;
}
.allexamain .allforlsit li{
	margin-bottom: 40px;
}
.allexamain .allforlsit li:nth-child(3n+2){
	margin-left: 40px;
	margin-right: 40px;
}
.pagi{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagi a.activepage{
	color:#000;
	font-weight: bold;
}
.pagi a.icon-left,.pagi a.icon-right{
	background-color: #EFF2F7;
	height: 40px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	color:#BEBEBE
}
.pagi a{
	display: block;
	margin: 0 10px;
	color:#BEBEBE
}
/* 详情 */
.detailBanner button{
	padding: 15px 30px;
	font-weight: bold;
	border-radius: 5px;
}
.examdetail{
	padding: 90px 0;
	background-color: #F7F7F7;
}
.examtit{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DEDEDE;
}
.examtit p:nth-child(1){
	font-size: 20px;
	font-weight: bold;
	flex:1;
	padding-right: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.examtit p:nth-child(2){
	font-size: 14px;
}
.examdetailmain{
	line-height: 2;
}
.examdetailmain p{
	margin-bottom: 10px;
}
.examdetailmain img{
	max-width: 100%;
	display: table;
	margin: 15px auto;
}
@media (max-width:768px) {
	.detailBanner>img{
		height: 280px;
	}
	.detailBanner .box{
		padding: 15px;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
	}
	.detailBanner  button{
		padding: 7px 25px;
		display: table;
		margin: 15px auto;
		margin-top: 40px;
	}
	.bandesc p:nth-child(1){
		font-size: 15px;
	}
	.bandesc p:nth-child(2){
		font-size: 20px;
		margin: 10px 0;
	}
	.banipt{
		width: 100%;
		margin-top: 15px;
	}
.banipt >form{width:100%;}
.banipt >form .searchbtn{margin:0!important}
	.speexam{
		padding: 15px;
	}
	.speexam .com_tit{
		margin-bottom: 15px;
	}
	.speexam .swiper-slide{
		flex-direction: column;
	}
	.speexam .swiper-slide>img{
		width: 100%;
		height: 50vw;
	}
	.speitem{
		width: 100%;
		padding: 15px;
	}
	.speitem p:nth-child(2){
		margin: 0;
	}
	.speitem p:nth-child(2){
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		margin: 15px 0;
	}
	.speitem p:nth-child(4){
		text-align: right;
	}
	.speexam .points{
		margin: 0 0 15px 0;
	}
	.speexam .points span.swiper-pagination-bullet{
		width: 40px;
		margin: 0 5px;
	}
	.allexam{
		padding: 15px;
	}
	.alllist{
		margin-top: 15px;
	}
	.alltit p{
		font-size: 16px;
	}
	.alltit{
		padding: 15px;
	}
	.allforlsit{
		margin-top: 15px;
		display: block;
	}
	.allforlsit li{
		width: 100%;
		margin: 0 0 15px 0!important;
	}
	.allforlsit li div{
		padding: 15px;
	}
	.allforlsit li div p:nth-child(1){
		font-size: 18px;
	}
	.allforlsit li div p:nth-child(2){
		margin: 15px 0;
	}
	.allitem{
		margin-bottom: 15px;
	}
	/* 全部案例 */
	.allexamain{
		padding: 15px;
	}
	.pagi{
		margin: 15px;
	}
	/* 详情 */
	.examdetail{
		padding: 15px;
	}
	.examtit{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
.detailBanner button{margin:0;}
}