.banner-html {
	width: 100%;
	left: 0;
}

.banner-html-title {
	text-align: center;
}

.banner-box {
	/* height: auto; */
	background: url(../images/indexBg.jpg) center center no-repeat;
	background-size: cover;
	/* padding: 250px 100px 330px; */
	height: 50vh;
	min-height: 620px;
	max-height: 750px;
}

.banner-box-contact {
	margin: 50px auto 100px;
	width: 220px;
}

.banner-box-contact span {
	margin-left: 0;
}

.solution-list {
	width: 90%;
	margin: 0 auto;
	overflow: initial;
	/* padding: 0 90px; */
	box-sizing: border-box;
}

.solution-list ul {
	width: 100%;
	overflow: hidden;
	/* min-width: 1200px; */
	margin-top: -150px;
	display: flex;
	flex-wrap: wrap;
}

.solution-list ul li {
	width: 24%;
	float: left;
	margin: 0 .5% 1em .5%;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	overflow: hidden;
}

/* .solution-list li:nth-child(4n) {
	margin-right: 0;
} */

.solution-list-img {
	display: block;
	width: 100%;
	transition: transform 0.3s cubic-bezier(0.34, 0.91, 0.99, 0.99);
}

.solution-position {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/solution-position-img1.png) 0 0 no-repeat;
	background-size: cover;
}

.solution-text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0 5%;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.5rem;
	transform: translate(-50%, -50%);
	text-align: center;
}

.solution-arrow {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 25px;
	display: none;
}

.solution-list ul li:hover .solution-arrow {
	display: block;
}

.solution-list ul li:hover .solution-position {
	background: url(../images/solution-position-img2.png) 0 0 no-repeat;
	background-size: cover;
}

.solution-list ul li:hover .solution-list-img {
	transform: scale(1.025);
}

.logo-list {
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 40px auto 70px;
}

.logo-list-swiper {
	width: 100%;
	overflow: hidden;
}

.logo-list-swiper img {
	display: block;
	width: 100%;
}

.logo-list img {
	display: block;
	width: 100%;
}

.solution-plan {
	width: 100%;
	overflow: hidden;
	padding: 80px 90px;
	box-sizing: border-box;
	background: url(../images/solutionPlan.png) center center no-repeat;
	background-size: cover;
}

.solution-plan-html {
	margin-left: 35%;
	overflow: hidden;
}

.solution-plan-title {
	/* font-size: 35px; */
	font-size: 2em;
	color: #fff;
	line-height: 2;
}

.solution-plan-text {
	font-size: 16px;
	color: #fff;
	text-indent: 40px;
	line-height: 2;
}

.solution-plan .banner-box-contact {
	margin: 40px 0 10px;
	width: 180px;
}

.full-service {
	width: 90%;
	overflow: hidden;
	padding: 80px 0;
	margin: 0 auto;
	box-sizing: border-box;
}

.full-service-title {
	/* font-size: 35px; */
	font-size: 2em;
	width: 100%;
	text-align: center;
	color: #000;

}

.full-service-title2 {
	font-size: 20px;
	width: 100%;
	text-align: center;
	color: #999999;
	line-height: 2;
}

.full-service-list {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-top: 60px;
}

.full-service-list li {
	width: 20%;
	float: left;
	overflow: hidden;
	padding: 0 20px 50px;
	box-sizing: border-box;
	position: relative;
}

.full-list-icon {
	width: 100%;
	overflow: hidden;
}

.full-list-icon img {
	display: block;
	width: 60%;
	margin: 0 auto;
}

.full-list-text {
	font-size: 16px;
	color: #333;
	line-height: 2;
	margin: 20px auto 20px;
}

.full-list-btn {
	display: block;
	background: #FE1408;
	padding: 10px 0;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	width: 150px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
}

.case-box {
	width: 100%;
	overflow: hidden;
	padding: 80px 0 80px 5%;
	box-sizing: border-box;
	background: #E7E7E9;
}

.case-flex {
	width: 100%;
	display: flex;
	align-items: center;
}

.case-flex-left {
	width: 400px;
	overflow: hidden;
}

.case-flex-right {
	flex: 1;
	/* width: 1000px; */
	overflow: hidden;
	margin-left: 30px;
}

.case-title {
	/* font-size: 35px; */
	font-size: 2em;
	color: #000;
}

.case-flex-text {
	font-size: 16px;
	color: #333;
	line-height: 2;
	margin: 20px auto 20px;
}

.case-box .banner-box-contact {
	overflow: hidden;
	background: #FE1408;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0 20px;
	border-radius: 5px;
	width: 220px;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin: 0;
}

.case-swiper {
	width: 100%;
	overflow: initial;
	position: relative;
	padding-bottom: 70px;
}

.case-swiper-a {
	width: 95%;
	margin: 10px auto 0;
	display: block;
	overflow: hidden;
	position: relative;
	box-shadow: 0 12px 30px -12px rgb(51, 51, 51, .3);
	background: #fff;
	border-radius: 5px;
	height: 100%;
	box-sizing: border-box;
	transition: transform 0.35s ease;
}

.case-swiper-a:hover {
	transform: scale(1.025);
}

.case-top-img {
	width: 100%;
	display: block;
	transition: 0.65s cubic-bezier(0.3, 0.28, 0.1, 1.15);
}

.case-swiper-a:hover .case-top-img {
	transform: scale(1.08);
}

.case-html {
	width: 90%;
	margin: 15px auto;
}

.case-html-name {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	text-align: justify;
	margin-top: 10px;
	font-weight: bold;
}

.case-html-text {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	text-align: justify;
	margin-top: 10px;
}

.case-swiper-l-r {
	width: 125px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
	z-index: 111;
}

.case-swiper-l-r>span {
	display: inline-block;
	width: 40px;
	margin: 0 20px 0 0;
	cursor: pointer;
}

.case-swiper-l-r>span img {
	width: 100%;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 5px;
	left: 125px;
	width: 300px;
	text-align: left;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	background: transparent;
	border: 1px solid #ACACAD;
	opacity: 0.9;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #ACACAD;
}

/* @media (min-width: 85.3125em) {
	.solution-list {
		width: 94%;
	}
} */

@media (max-width: 61.25em) {

	.solution-list,
	.full-service {
		width: 94%;
	}

	.solution-list ul li {
		width: 32.33333%;
		margin-left: .5%;
		margin-right: .5%;
	}

	.full-service-list li {
		width: 33.3%;
		margin-bottom: 2em;
	}
}

@media (max-width: 48em) {
	.solution-list ul li {
		width: 48%;
		margin: 0 1% 1em 1%;
	}

	.full-service-list li {
		width: 50%;
		margin-bottom: 2em;
	}
}