.topInfo {
	width: 100%;
	/* height: 830px; */
}
.topInfo .swiper-container{
	width: 100%;
	/* height: 830px; */
}
#certify .swiper-slide-active {
	width: 840px !important;
	height: 480px !important;
}

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}


#certify .swiper-slide {
	width: 840px;
	height: 480px;
	background: #fff;
}

#certify .swiper-slide-next {
	height: 420px !important;
	margin-top: 30px;
}

#certify .swiper-slide-prev {
	height: 420px !important;
	margin-top: 30px;
	transform: scaleX(1);
}


.schedule {
	width: 1200px;
	margin: 50px auto 0;
	height: 1px;
	background: #E5E5E5;
}

.scheduleGroup {
	width: 915px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-family: scRegular;
	font-size: 16px;
	color: #999999;
	position: relative;
	top: -11px;
}

.scheduleList {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.circle {
	width: 22px;
	height: 22px;
	border: 2px solid transparent;
	border-radius: 50%;
	background: transparent;
	margin-bottom: 15px;
}

.point {
	width: 14px;
	height: 14px;
	background: #999999;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 4px;
}

.activeSchedule {
	color: #40A4EB;
}

.activeSchedule>.circle {
	border: 2px solid #40A4EB;
	background: #FFFFFF;
}

.activeSchedule>.circle>.point {
	background: #40A4EB;
}

.serviceBlock {
	width: 100%;
	margin-top: 124px;
	background: #F9FCFF;
	overflow: hidden;
	padding-bottom: 28px;
}

.serviceGroup {
	width: 1200px;
	margin: 0 auto 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.serviceList {
	width: 378px;
	height: 159px;
	border-radius: 10px;
}

.bookingBlock {
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
}

.bookingGroup {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bookingList {
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bookingImg {
	width: 140px;
	height: 140px;
}

.bookingTitle {
	font-family: scRegular;
	font-size: 18px;
	color: #333333;
	margin: 18px 0;
}

.bookingContent {
	font-family: scRegular;
	font-size: 16px;
	color: #666666;
}

.caseBlock {
	width: 100%;
	background: #F9FCFF;
	overflow: hidden;
	padding-bottom: 28px;
}

.caseGroup {
	width: 1200px;
	margin: 0 auto;

}

.caseLine {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}

.caseList {
	width: 378px;
	height: 459px;
	border-radius: 10px;
	background: #FFFFFF;
	overflow: hidden;
}
.caseList:hover{
	box-shadow:2px 2px 6px #259DF1;
}
.serviceList:hover{
	animation: rotateAnimate 2s;
	-webkit-animation: rotateAnimate 2s; /* Safari 和 Chrome */
}

.caseImg {
	width: 378px;
	height: 200px;
	margin-bottom: 15px;
}

.caseText {
	margin-left: 31px;
	font-family: scRegualr;
}

.caseTitle {
	font-size: 24px;
	color: #333333;
	margin-bottom: 13px;
}

.caseNumTime {
	font-size: 18px;
	color: #40A4EB;
	margin-bottom: 15px;
}

.caseMenu {
	font-size: 16px;
	color: #666666;
}

.caseMenuList {
	text-indent: 7px;
	border-left: solid 3px #666666;
	margin-bottom: 15px;
}

.questionBlock {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.questionList {
	width: 1200px;
	margin: 0 auto;
	font-family: scRegular;
	position: relative;
}

.question {
	width: 100%;
	/* height: 180px; */
	position: relative;
	overflow: hidden;
	padding-bottom: 55px;
}

.question:nth-child(even) {
	background: #F9FCFF;
}

.problems {
	width: 1140px;
	margin: 30px auto 15px;
	display: flex;
	position: relative;
}

.problemsImg {
	width: 24px;
	height: 24px;
	margin-right: 11px;
	display: flex;
	align-items: center;
}

.problemsText {
	width: 1105px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333333;
}

.answer {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	position: relative;
	line-height: 36px;
	font-size: 18px;
	color: #666666;
}

.answerImg {
	width: 24px;
	height: 24px;
	margin-right: 12px;
	display: flex;
	align-items: center;
}

.answerText {
	width: 1105px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.open {
	position: absolute;
	bottom: 30px;
	right: 38px;
	cursor: pointer;
}
.open>a{
	font-size: 18px;
	color: #259DF1;
}

.commonAbsTitle{
	font-family: miSan;
	color: #FFFFFF;
	font-size: 50px;
	margin-bottom: 5px;
}
.commonAbsSub{
	font-family: arial;
	font-size: 32px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.commonAbsSmall{
	width: 410px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: scRegular;
	font-size: 20px;
	color: #FFFFFF;
}

