/* main css */
/* 轮播 */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none;
	width: auto;
	height: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0;
}

.switchLeft_icon,
.switchRight_icon {
	font-size: 28px;
	color: #5a71a3;
}

.switchLeft_icon:hover,
.switchRight_icon:hover {
	color: #455f93;
}

.isSwiper_box {
	margin-bottom: 20px;
}

.isSwiper_box .swiper-slide {
	width: 100%;
	height: 540px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.isSwiper_box .swiper-slide .slide_textBox {
	margin-left: 7%;
}

.isSwiper_box .swiper-slide .slide_textBox h3 {
	/* width: 55%; */
	/* font-family: Helvetica, Helvetica; */
	font-weight: bold;
	font-size: 48px;
	color: #333;
	line-height: 72px;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
}

.isSwiper_box .swiper-slide .slide_textBox p {
	width: 657px;
	/* font-family: SourceHanSansSC, SourceHanSansSC; */
	font-weight: 400;
	font-size: 18px;
	color: #333;
	line-height: 27px;
	text-align: left;
	font-style: normal;
}

.isSwiper_box .swiper-slide img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -10;
}

/* Our Services 内容 */
.ourServices_box {
	margin-bottom: 20px;
}

.areaTitle {
	/* font-family: Helvetica, Helvetica; */
	font-weight: bold;
	font-size: 48px;
	color: #333;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	padding: 30px 0;
}

.servicesItem_box {
	text-align: center;
}

.servicesItem_img {
	/* border: 1px dashed #979797; */
	margin-bottom: 15px;
}

.servicesItem_title {
	height: 62px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	/* align-items: center; */
}

.servicesItem_title h4 {
	/* font-family: SourceHanSansSC, SourceHanSansSC; */
	font-weight: bold;
	font-size: 24px;
	color: #333;
	line-height: initial;
	font-style: normal;
	text-transform: uppercase;
}

.servicesItem_summary {
	height: 60px;
	margin-bottom: 15px;
	display: flex;
	/* align-items: center; */
}

.servicesItem_summary p {
	/* font-family: SourceHanSansSC, SourceHanSansSC; */
	font-weight: 400;
	font-size: 14px;
	color: #666;
	text-align: left;
	font-style: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

/* Our Products 内容 */
.ourProducts_box {
	margin-bottom: 20px;
}

.productsDetails_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	flex-wrap: wrap;
}

.productsItem_box {
	position: relative;
	width: 12%;
	height: 100%;
	overflow: hidden;
	border-radius: 8px;
	transition: width 0.5s ease-in-out;
	/* 宽度变化的过渡效果 */
	margin-left: 5px;

}

.productsItem_img {
	height: 100%;
}

.productsItem_detailsBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 14px;
	z-index: 10;
}

.isItem_title {
	/* font-family: SourceHanSansSC, SourceHanSansSC; */
	font-weight: bold;
	font-size: 14px;
	color: #333;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
	transition: font-size 0.5s;
	/* 文字大小变化动画 */
}

.productsItem_summary p {
	/* font-family: SourceHanSansSC, SourceHanSansSC; */
	font-weight: 400;
	font-size: 14px;
	color: #666;
	text-align: left;
	font-style: normal;
}

.caseLogo_box {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.caseLogo_imgBox {
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #EEEEEE;
	/* opacity: 0.6; */
	margin-right: 15px;
}

.caseLogo {
	width: 100%;
}

.isDownsizing {
	width: 75%;
}

.active-hover {
	width: 24%;
	/* 悬停状态下的宽度 */
}

.active-hover .productsItem_detailsBox {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.activeTitle-hover {
	font-size: 20px;
	/* 鼠标悬停时文字变大 */
}

.productsItem_summary {
	display: none;
}

/* Our In-House Programs css */
.ourPrograms_box {
	margin-bottom: 20px;
}

.programsDetails_box {}

.programsWebsite_box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 15px;
}

.programsItem_box {
	display: inline-block;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
}

.programsItem_active {
	border: 1px solid #6f6f6f;
	box-shadow: 0px 0px 6px 3px rgba(111, 111, 111, 0.2);
}

.programsItem_img {
	/* width: 35px; */
	height: 35px;
}

.websiteSummary_ItemBox {
	display: none;
	justify-content: center;
	align-items: center;
}

.websiteScreenshot_box img {
	width: 100%;
}

.websiteDescriptive_box {
	padding: 0 30px;
}

.websiteDescriptive_box h4 {
	/* font-family: PingFangSC, PingFang SC; */
	font-weight: 600;
	font-size: 30px;
	color: #333;
	text-align: left;
	font-style: normal;
}

.websiteDescriptive_box p {
	/* font-family: PingFangSC, PingFang SC; */
	font-size: 14px;
	color: #666;
	text-align: left;
	font-style: normal;
	padding: 30px 0;
}

.viewDetails_btn,
.viewDetails_btn:focus {
	width: 110px;
	height: 35px;
	display: flex;
	justify-content: center;
	border-radius: 0;
	align-items: center;
	padding: 0;
	font-size: 14px;
	background-color: #5a73a4;
	border-color: #5a73a4;
	color: #fff;
}

.viewDetails_btn:hover,
.viewDetails_btn:focus:hover {
	background-color: #455f93;
	border-color: #455f93;
	color: #fff;
}

/* Why Choose GME Technical 内容 */
.technical_box {
	margin-bottom: 20px;
}

.technicalItem_box {
	text-align: center;
}

.technicalItem_img {
	/* border: 1px dashed #979797; */
	margin-bottom: 15px;
}

.technicalItem_title {
	height: 62px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.technicalItem_title h4 {
	/* font-family: SourceHanSansSC, SourceHanSansSC; */
	font-weight: bold;
	font-size: 24px;
	color: #333;
	line-height: initial;
	font-style: normal;
	text-transform: uppercase;
}

.technicalItem_summary {
	height: 60px;
	margin-bottom: 15px;
	display: flex;
	/* align-items: center; */
}

.technicalItem_summary p {
	/* font-family: SourceHanSansSC, SourceHanSansSC; */
	font-weight: 400;
	font-size: 14px;
	color: #666;
	text-align: left;
	font-style: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

/* Get Started Today 内容 */
.getStarted_box {
	height: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.getStarted_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.getStarted_textBox {
	/* position: absolute; */
	text-align: center;
	z-index: 10;
}

.getStarted_title {
	/* font-family: Helvetica, Helvetica; */
	font-weight: bold;
	font-size: 48px;
	color: #333;
	font-style: normal;
	text-transform: uppercase;
}

.getStarted_summary {
	margin: 30px 0;
}

.getStarted_summary p {
	/* font-family: SourceHanSansSC, SourceHanSansSC; */
	font-size: 18px;
	color: #666;
	font-style: normal;
}

.getTouch_btn,
.getTouch_btn:focus {
	width: auto;
	height: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 18px;
	border-radius: 5px;
	background-color: #5a73a4;
	border-color: #5a73a4;
	color: #fff;
}

.getTouch_btn:hover,
.getTouch_btn:focus:hover {
	background-color: #455f93;
	border-color: #455f93;
	color: #fff;
}

/* 媒体查询css */
/* 手机超小屏幕竖屏375px及以下 */
@media (max-width:375px) {

	/* 轮播 */
	.isSwiper_box {
		margin-bottom: 10px;
	}

	.isSwiper_box .swiper-slide .slide_textBox {
		padding: 15px;
	}

	.isSwiper_box .swiper-slide .slide_textBox h3 {
		width: 100%;
		font-size: 28px;
		line-height: initial;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.isSwiper_box .swiper-slide {
		width: 100%;
		height: 400px;
	}

	.isSwiper_box .swiper-slide .slide_textBox p {
		width: 100%;
		font-size: 12px;
		line-height: initial;
	}

	/* Our Services 内容 */
	.ourServices_box {
		margin-bottom: 10px;
	}

	.areaTitle {
		font-size: 24px;
		padding: 15px 0;
	}

	.servicesItem_box {
		padding: 0;
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}

	.servicesItem_img {
		width: 60px;
		height: 60px;
		margin-bottom: 0;
	}

	.servicesItem_title {
		height: 48px;
		justify-content: left;
		align-items: center;
		margin-bottom: 10px;
	}

	.servicesItem_title h4 {
		text-align: left;
		font-size: 16px;
	}

	.item_textBox {
		padding-left: 15px;
	}

	.servicesItem_summary {
		height: 52px;
	}

	.servicesItem_summary p {
		text-align: left;
		font-size: 12px;
	}

	/* Our Products 内容 */
	.ourProducts_box {
		margin-bottom: 10px;
	}

	.productsItem_box {
		width: 25%;
	}

	.active-hover {
		width: 75%;
		/* 悬停状态下的宽度 */
	}

	/* Our In-House Programs css */
	.ourPrograms_box {
		margin-bottom: 10px;
	}

	.programsItem_img {
		width: 25px;
		height: 25px;
	}

	.websiteSummary_box {
		display: block;
	}

	.websiteSummary_ItemBox {
		flex-wrap: wrap;
	}

	.websiteScreenshot_box {
		width: 100%;
		margin-bottom: 15px;
	}

	.websiteDescriptive_box {
		text-align: center;
	}

	.websiteDescriptive_box h4 {
		font-size: 20px;
		text-align: center;
	}

	.websiteDescriptive_box p {
		padding: 15px 0;
	}

	.viewDetails_btn {
		margin: 0 auto;
	}

	/* Why Choose GME Technical 内容 */
	.technical_box {
		margin-bottom: 10px;
	}

	.technicalItem_box {
		padding: 0;
		display: flex;
		align-items: center;
	}

	.technicalItem_img {
		width: 60px;
		height: 60px;
		margin-bottom: 0;
	}

	.technicalItem_textBox {
		padding-left: 15px;
	}

	.technicalItem_title {
		height: 48px;
		justify-content: left;
		align-items: center;
		margin-bottom: 10px;
	}

	.technicalItem_title h4 {
		font-size: 16px;
	}

	.technicalItem_summary {
		height: 52px;
	}

	.technicalItem_summary p {
		text-align: left;
		font-size: 12px;
	}

	/* Get Started Today 内容 */
	.getStarted_box {
		height: 250px;
	}

	.getStarted_title {
		font-size: 24px;
	}

	.getStarted_summary {
		margin: 15px 0;
	}

	.getStarted_summary p {
		font-size: 14px;
	}

	.getTouch_btn {
		height: 50px;
		padding: 0 15px;
	}
}

/* 手机小屏幕横屏376px~767px以下 */
@media (min-width:376px) and (max-width:767px) {

	/* 轮播 */
	.isSwiper_box {
		margin-bottom: 10px;
	}

	.isSwiper_box .swiper-slide .slide_textBox {
		padding: 15px;
	}

	.isSwiper_box .swiper-slide .slide_textBox h3 {
		width: 100%;
		/* font-size: 28px; */
		line-height: initial;
		margin-bottom: 10px;
	}

	.isSwiper_box .swiper-slide {
		width: 100%;
		/* height: auto; */
	}

	.isSwiper_box .swiper-slide .slide_textBox p {
		width: 100%;
		/* font-size: 12px; */
		line-height: initial;
	}

	/* Our Services 内容 */
	.ourServices_box {
		margin-bottom: 10px;
	}

	.areaTitle {
		font-size: 38px;
		/* padding: 15px 0; */

	}

	.servicesItem_box {
		padding: 0;
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}

	.servicesItem_img {
		width: 100px;
		height: 100px;
		margin-bottom: 0;
	}

	.item_textBox {
		padding-left: 15px;
	}

	.servicesItem_title {
		height: 48px;
		justify-content: left;
		align-items: center;
		margin-bottom: 10px;
	}

	.servicesItem_title h4 {
		font-size: 18px;
		text-align: left;
	}

	.servicesItem_summary p {
		/* text-align: center; */
	}

	/* Our Products 内容 */
	.ourProducts_box {
		margin-bottom: 10px;
	}

	.productsItem_box {
		width: 25%;
	}

	.active-hover {
		width: 40%;
		/* 悬停状态下的宽度 */
	}

	/* Our In-House Programs css */
	.ourPrograms_box {
		margin-bottom: 10px;
	}

	.programsItem_img {
		width: 25px;
		height: 25px;
	}

	.websiteSummary_box {
		display: block;
	}

	.websiteSummary_ItemBox {
		flex-wrap: wrap;
	}

	.websiteScreenshot_box {
		width: 100%;
		margin-bottom: 15px;
	}

	.websiteDescriptive_box {
		text-align: center;
	}

	.websiteDescriptive_box h4 {
		font-size: 26px;
		text-align: center;
	}

	.websiteDescriptive_box p {
		padding: 15px 0;
	}

	.viewDetails_btn {
		margin: 0 auto;
	}

	/* Why Choose GME Technical 内容 */
	.technical_box {
		margin-bottom: 10px;
	}

	.technicalItem_box {
		padding: 0;
		display: flex;
		align-items: center;
	}

	.technicalItem_img {
		width: 80px;
		height: 80px;
		margin-bottom: 0;
	}

	.technicalItem_textBox {
		padding-left: 15px;
	}

	.technicalItem_title {
		height: 48px;
		justify-content: left;
		align-items: center;
		margin-bottom: 10px;
	}

	.technicalItem_title h4 {
		font-size: 18px;
	}

	.technicalItem_summary p {
		text-align: left;
	}

	/* Get Started Today 内容 */
	.getStarted_box {
		height: 250px;
	}

	.getStarted_title {
		font-size: 38px;
	}

	.getStarted_summary {
		margin: 15px 0;
	}

	.getStarted_summary p {
		font-size: 14px;
	}

	.getTouch_btn {
		height: 50px;
		padding: 0 15px;
	}

}

/* 平板中屏幕768px-991px */
@media (min-width:768px) and (max-width:991px) {}

/* 普通电脑大屏幕992px~1199px */
@media (min-width:992px) and (max-width:1199px) {}

/* 大屏幕1200及以上 */
@media (min-width:1200px) {}