/*解决方案*/
body {
	background: #f3f4f7;
}

/*banner*/
.solution-banner {
	height: 460px;
	padding-top: 145px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("/static/index/img/solutions/banner.jpg");
}

.solution-banner h1 {
	margin-bottom: 20px;
	font-size: 40px;
	text-align: center;
}

.solution-banner p {
	font-size: 24px;
	color: #666666;
	text-align: center;
}

/*tab切换*/
.solution-tab-wrap {
	display: flex;
	justify-content: center;
}

.solution-tab {
	display: flex;
	gap: 60px;
	padding: 10px 50px;
	margin-top: -35px;
	background: #ffffff;
	border-radius: 50px;
}

.solution-tab .item {
	height: 50px;
	padding: 0 80px;
	font-size: 18px;
	line-height: 50px;
	color: #333333;
	border-radius: 50px;
}

.solution-tab .item.active {
	color: #ffffff;
	background: #cf252d;
}

/*概述*/
.solution-desc {
	margin: 60px 100px;
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
}

.solution-desc span {
	color: #cf252d;
	font-weight: bold;
}

/*内容*/
.solution-content-wrap .solution-item {
	display: none;
}

.solution-content-wrap .solution-item.active {
	display: block;
}

/* 小程序、app端 */
.solution-app-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	padding-bottom: 80px;
}

.solution-app-list .item {
	position: relative;
	height: 436px;
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0 1px 30px rgba(0, 0, 0, .1);
	border-radius: 0 0 10px 10px;
	transition: all .6s;
}

.solution-app-list .item .img {
	display: block;
	width: 100%;
	transition: all .6s;
}

.solution-app-list .item .info {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 18px 16px;
	background: #ffffff;
	border-radius: 10px;
}

.solution-app-list .item .info h3 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #333333;
}

.solution-app-list .item .info p {
	height: 72px;
	font-size: 15px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	margin-bottom: 30px;
}

.solution-app-list .item .info .tag {
	font-size: 14px;
	color: #999999;
}

.solution-app-list .item .info .tag span {
	margin: 0 10px;
}

.solution-app-list .item:hover {
	box-shadow: 0 1px 30px rgba(0, 0, 0, .5);
}

.solution-app-list .item:hover .img {
	transform: scale(1.05);
}

/*数据大屏端*/
.screen-section-icon {
	padding: 40px 0 80px;
}

.screen-icon {
	display: flex;
	gap: 20px;
	margin-bottom: 65px;
}

.screen-icon .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	padding: 30px 15px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 2px 15px rgba(173, 173, 173, 0.25);
}

.screen-icon .item .icon {
	width: 60px;
	height: 60px;
	margin-bottom: 16px;
	background-image: url("/static/index/img/solutions/screen-icon.png");
	background-repeat: no-repeat;
	background-size: 900% 100%;
}

.screen-icon .item:nth-child(1) .icon {
	background-position: 0 0;
}

.screen-icon .item:nth-child(2) .icon {
	background-position: 12.5% 0;
}

.screen-icon .item:nth-child(3) .icon {
	background-position: 25% 0;
}

.screen-icon .item:nth-child(4) .icon {
	background-position: 37.5% 0;
}

.screen-icon .item:nth-child(5) .icon {
	background-position: 50% 0;
}

.screen-icon .item:nth-child(6) .icon {
	background-position: 62.5% 0;
}

.screen-icon .item:nth-child(7) .icon {
	background-position: 75% 0;
}

.screen-icon .item h3 {
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
}

.screen-icon .item:hover .icon {
	animation: tada;
	animation-duration: 1s;
}

.screen-section-icon .screen-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.screen-section-icon .screen-img .img {
	max-width: 100%;
}

.swiper-3d-screen .swiper-slide {
	position: relative;
	width: 1014px;
}

.screen-section {
	background: #ffffff;
}

.screen-section .screen-section-content {
	display: flex;
	align-items: center;
	gap: 65px;
}

.screen-section:nth-child(2n) .screen-section-content {
	flex-direction: row-reverse;
}

.screen-section .screen-section-content img {
	box-shadow: 0 2px 19px rgba(3, 47, 97, 0.7);
}

.screen-section .screen-section-content .text h3 {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 60px;
	font-size: 30px;
	font-weight: bold;
}

.screen-section .screen-section-content .text h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 46px;
	height: 4px;
	background: #ca3030;
	border-radius: 3px;
}

.screen-section .screen-section-content .tag-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px 26px;
	margin-top: 40px;
}

.screen-section .screen-section-content .tag-list .tag {
	height: 38px;
	font-size: 16px;
	line-height: 36px;
	color: #c03030;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #c03030;
}

/*oa管理系统*/
.oa-section {
	padding: 30px 0 100px;
	background: url("/static/index/img/solutions/oa-bg.jpg") no-repeat center top;
	background-size: auto 100%;
}

.oa-section .section-header {
	margin-bottom: 47px;
}

.oa-section .section-header h2 {
	color: #ffffff;
}

.oa-section .main-container {
	max-width: 1390px;
}

.oa-section .oa-section-content {
	display: flex;
	gap: 56px;
}

.oa-section-content .left-menu {
	flex-shrink: 0;
	width: 170px;
	background: #cf252d;
}

.oa-section-content .left-menu .menu-item {
	position: relative;
	height: 60px;
	font-size: 16px;
	line-height: 58px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}

.oa-section-content .left-menu .menu-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 100%;
	transition: all .6s;
}

.oa-section-content .left-menu .menu-item:after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 0;
	left: 10px;
	height: 2px;
	background: rgba(255, 255, 255, .1);
}

.oa-section-content .left-menu .menu-item.active:before {
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
	border-left: 3px solid #ffffff;
}

.oa-section-content .content {
	display: flex;
	align-items: center;
	flex: 1;
}

.oa-section-content .content .content-item {
	display: none;
}

.oa-section-content .content .content-item.active {
	display: block;
}

.oa-section-content .feature-content-wrap {
	display: flex;
	gap: 80px;
}

.feature-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 58px 0 40px;
}

.feature-content .hd {
	flex: 1;
}

.feature-content h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

.feature-content p {
	margin-bottom: 35px;
	font-size: 16px;
	color: #ffffff;
}

.feature-content .btn {
	color: #ffffff;
	border: 1px solid #ffffff;
}

.feature-content .btn:hover {
	background: #ffffff;
	color: #333333;
}

.feature-content .feature-list {
	display: flex;
	gap: 20px;
	color: #ffffff;
}

.feature-content .feature-list .item {
	text-align: center;
	width: 4em;
}

.feature-content .feature-list .icon {
	font-size: 26px;
}

.feature-content .feature-list h4 {
	font-size: 14px;
	margin: 0 auto;
}

.feature-content-wrap .feature-img {
}

.feature-content-wrap .feature-img img {
	display: block;
	border-radius: 10px;
}

/* 弹窗轮播图样式 */
.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1000;
}

.lightbox .lightbox-content {
	position: relative;
	display: flex;
	align-items: center;
	width: 80%;
	max-width: 1000px;
	height: 100vh;
	padding: 50px 0;
	margin: 0 auto;
}

.lightbox .lightbox-close {
	position: absolute;
	top: 50px;
	right: -50px;
	color: #ffffff;
	font-size: 30px;
	cursor: pointer;
	z-index: 1001;
}

.lightbox .swiper-container {
	padding-bottom: 0;
}

.lightbox .swiper-button-prev, .lightbox .swiper-button-next {
	position: fixed;
	font-size: 50px;
}

.lightbox .swiper-button-prev:after, .lightbox .swiper-button-next:after {
	display: none;
}

.lightbox .swiper-button-prev {
	left: calc(20% - 150px);
}

.lightbox .swiper-button-next {
	right: calc(20% - 150px);
}

/*app、小程序端详情*/
.solution-app-wrap {
	padding-bottom: 45px;
}

.solution-app-wrap .solution-app-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 360px;
	background: url("/static/index/img/solutions/detail-banner.jpg") no-repeat center top;
}

.solution-app-wrap .solution-app-banner .banner-title {
	font-size: 40px;
	color: #ffffff;
}

.solution-app-position {
	padding: 15px 0 10px;
}

.solution-app-position .main-container {
	font-size: 14px;
	color: #666666;
}

.solution-app-position .main-container a {
	color: #666666;
}

.solution-app-position .main-container a:hover {
	color: #cf252d;
}

.solution-app-wrap .detail-content-wrap {
	padding-bottom: 50px;
	background: #ffffff;
}

.solution-app-wrap .detail-content-wrap .detail-title {
	position: relative;
	padding: 30px 65px;
	font-size: 36px;
	font-weight: bold;
	line-height: 66px;
}

.solution-app-wrap .detail-content-wrap .detail-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	display: block;
	width: 30px;
	height: 66px;
	background: #cf252d;
}

.solution-app-wrap .detail-content-wrap .detail-content {
	padding: 15px 65px;
}

.solution-app-wrap .detail-content-wrap .detail-content p {
	padding: 10px 0;
	line-height: 2.5 !important;
}

.solution-app-wrap .detail-content-wrap .detail-content img {
	max-width: 100%;
}

@media (max-width: 1440px) {
	/*oa管理系统*/
	.oa-section {
		padding: 30px 0 60px;
	}
	
	.oa-section-content .left-menu .menu-item {
		position: relative;
		height: 50px;
		font-size: 15px;
		line-height: 48px;
	}
	
	.oa-section-content .feature-content-wrap {
		gap: 70px;
	}
	
	.feature-content {
		padding: 38px 0 20px
	}
	
	.feature-content-wrap .feature-img img {
		width: 640px;
		height: auto;
	}
	
	/*app、小程序端详情*/
	.solution-app-wrap .detail-content-wrap.main-container {
		padding: 0;
	}
	
	.solution-app-wrap .detail-content-wrap .detail-title {
		padding: 20px 55px;
		font-size: 30px;
		line-height: 50px;
	}
	
	.solution-app-wrap .detail-content-wrap .detail-title:before {
		top: 20px;
		width: 20px;
		height: 50px;
	}
	
	.solution-app-wrap .detail-content-wrap .detail-content {
		padding: 15px 55px;
	}
}

@media (max-width: 1280px) {
	/*tab切换*/
	.solution-tab {
		gap: 30px;
		padding: 10px 30px;
	}
	
	.solution-tab .item {
		padding: 0 60px;
	}
	
	/*概述*/
	.solution-desc {
		margin: 50px 70px;
		font-size: 18px;
		line-height: 1.8;
		text-align: center;
	}
	
	/*数据大屏端*/
	.screen-section-icon {
		padding: 40px 15px 80px;
	}
	
	.swiper-3d-screen .swiper-slide {
		width: 880px;
	}
	
	.screen-section .screen-section-content img {
		width: 60%;
		height: auto;
	}
	
	/*oa管理系统*/
	.oa-section .oa-section-content {
		gap: 30px;
	}
	
	.oa-section-content .left-menu {
		width: 150px;
	}
	
	.oa-section-content .feature-content-wrap {
		gap: 30px;
	}
	
	.feature-content {
		padding: 0;
	}
	
	.feature-content h3 {
		margin-bottom: 12px;
	}
	
	.feature-content p {
		margin-bottom: 25px;
	}
	
	.feature-content .btn {
		font-size: 14px;
		line-height: 38px;
	}
	
	.feature-content-wrap .feature-img img {
		width: 500px;
	}
}

/* 小屏幕（手机横屏/小平板） */
@media (max-width: 991px) {
	body {
		background: #ffffff;
	}
	
	/*banner*/
	.solution-banner {
		position: relative;
		height: auto;
		padding: 0;
		background: none;
	}
	
	.solution-banner .bg {
		display: block;
		width: 100%;
	}
	
	.solution-banner .banner-content {
		position: absolute;
		top: 40px;
		right: 0;
		left: 0;
	}
	
	.solution-banner h1 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	
	.solution-banner p {
		font-size: 15px;
	}
	
	/*tab切换*/
	.solution-tab-wrap {
		background: #f3f4f7;
	}
	
	.solution-tab {
		width: 100%;
		gap: 0;
		padding: 0;
		margin-top: 0;
		border-radius: 0;
		background: transparent;
	}
	
	.solution-tab .item {
		position: relative;
		flex: 1;
		height: 52px;
		padding: 0;
		font-size: 16px;
		line-height: 50px;
		color: #333333;
		text-align: center;
		border-radius: 0;
	}
	
	.solution-tab .item.active {
		color: #333333;
		background: none;
	}
	
	.solution-tab .item.active:after {
		content: "";
		position: absolute;
		right: 20px;
		left: 20px;
		bottom: 0;
		height: 3px;
		background: #cf252d;
	}
	
	/*概述*/
	.solution-desc {
		margin: 20px;
		font-size: 16px;
		text-align: justify;
	}
	
	/* 小程序、app端 */
	.solution-app-list {
		display: block;
		padding: 10px 0 30px;
	}
	
	.solution-app-list .item {
		display: flex;
		height: auto;
		margin-bottom: 18px;
		background: #ffffff;
		box-shadow: 0 1px 11px rgba(0, 0, 0, .1);
		border-radius: 4px;
		overflow: hidden;
	}
	
	.solution-app-list .item .img {
		display: block;
		width: 36vw;
		height: 36vw;
		object-fit: cover;
		transition: all .5s;
	}
	
	.solution-app-list .item .info {
		position: static;
		display: flex;
		flex-direction: column;
		flex: 1;
		justify-content: space-between;
		padding: 10px;
		border-radius: 0;
	}
	
	.solution-app-list .item .info h3 {
		margin-bottom: 0;
		font-size: 16px;
	}
	
	.solution-app-list .item .info p {
		height: 40px;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 1.4;
		color: #333333;
		-webkit-line-clamp: 2;
	}
	
	.solution-app-list .item .info .tag {
		font-size: 12px;
	}
	
	.solution-app-list .item .info .tag span {
		margin: 0 5px;
	}
	
	/*数据大屏端*/
	.screen-section-icon {
		padding: 30px 15px 20px;
	}
	
	.screen-icon {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		margin-bottom: 45px;
	}
	
	.screen-icon .item {
		padding: 20px 10px;
	}
	
	.screen-icon .item:last-child {
		grid-column: 2;
	}
	
	.screen-icon .item .icon {
		width: 48px;
		height: 48px;
		margin-bottom: 10px;
	}
	
	.screen-icon .item h3 {
		font-size: 15px;
	}
	
	.screen-section {
		background: #fafafa;
	}
	
	.screen-section .screen-section-content {
		display: flex;
		flex-direction: column !important;
		align-items: center;
		gap: 25px;
	}
	
	.screen-section .screen-section-content img {
		width: 100%;
	}
	
	.screen-section .screen-section-content .text h3 {
		padding-bottom: 8px;
		margin-bottom: 20px;
		font-size: 18px;
		text-align: center;
	}
	
	.screen-section .screen-section-content .text h3:after {
		left: 50%;
		width: 36px;
		margin-left: -18px;
	}
	
	.screen-section .screen-section-content .tag-list {
		margin-top: 20px;
	}
	
	/*oa管理系统*/
	.oa-section {
		padding: 30px 0 0;
		background: none;
	}
	
	.oa-section .main-container {
		padding: 0;
	}
	
	.oa-section .section-header {
		margin-bottom: 0;
	}
	
	.oa-section .section-header h2 {
		color: #333333;
	}
	
	.oa-section .oa-section-content {
		flex-direction: column;
		background: url("/static/index/img/solutions/oa-bg-mobile.jpg") no-repeat;
		background-size: cover;
		gap: 0;
		padding-bottom: 50px;
	}
	
	.oa-section-content .left-menu {
		display: flex;
		width: 100%;
		overflow-x: auto;
	}
	
	.oa-section-content .left-menu .menu-list {
		display: inline-flex;
		min-width: 100%;
	}
	
	.oa-section-content .left-menu .menu-item {
		height: 56px;
		padding: 0 20px;
		font-size: 16px;
		line-height: 56px;
		white-space: nowrap;
	}
	
	.oa-section-content .left-menu .menu-item:after {
		content: "";
		position: absolute;
		right: 5px;
		bottom: 0;
		left: 10px;
		height: 2px;
		background: rgba(255, 255, 255, .1);
	}
	
	.oa-section-content .left-menu .menu-item:before {
		bottom: 0;
		left: 0;
		right: 0;
		top: 100%;
		border-left: none;
		border-bottom: 3px solid #ffffff;
	}
	
	.oa-section-content .left-menu .menu-item.active:before {
		top: 0;
		background: linear-gradient(to top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
		border-left: none;
		border-bottom: 3px solid #ffffff;
	}
	
	.oa-section-content .content {
		display: flex;
		align-items: center;
		flex: 1;
		padding: 20px;
	}
	
	.oa-section-content .feature-content-wrap {
		flex-direction: column;
		gap: 0;
	}
	
	.feature-content {
		display: flex;
		flex-direction: column;
		flex: 1;
		padding: 14px 0 25px;
	}
	
	.feature-content .hd {
		flex: 1;
	}
	
	.feature-content h3 {
		font-size: 18px;
	}
	
	.feature-content p {
		margin-bottom: 20px;
	}
	
	.feature-content .btn {
		display: none;
	}
	
	.feature-content .feature-list {
		display: flex;
		gap: 0;
		color: #ffffff;
		justify-content: space-between;
	}
	
	.feature-content .feature-list .item {
		flex: 1;
	}
	
	.feature-content .feature-list .icon {
		font-size: 26px;
	}
	
	.feature-content .feature-list h4 {
		font-size: 14px;
	}
	
	.feature-content-wrap .feature-img {
		width: 100%;
	}
	
	.feature-content-wrap .feature-img img {
		width: 100%;
	}
	
	.swiper-oa, .swiper-oa .swiper-slide {
		width: 100% !important;
	}
	
	/*app、小程序端详情*/
	.solution-app-wrap {
		padding-bottom: 45px;
	}
	
	.solution-app-wrap .solution-app-banner {
		height: 200px;
	}
	
	.solution-app-wrap .solution-app-banner .banner-title {
		font-size: 30px;
	}
	
	.solution-app-position {
		background: #f3f4f7;
	}
	
	.solution-app-wrap .detail-content-wrap {
		padding-bottom: 35px;
	}
	
	.solution-app-wrap .detail-content-wrap .detail-title {
		padding: 15px 30px;
		font-size: 22px;
		line-height: 40px;
	}
	
	.solution-app-wrap .detail-content-wrap .detail-title:before {
		top: 15px;
		width: 15px;
		height: 40px;
	}
	
	.solution-app-wrap .detail-content-wrap .detail-content {
		padding: 15px 25px;
	}
}