/* 首页 */
.banner {
	background-image: url(../images/fresh_banner.png);
}

.banner .ban_con {
	width: 55%;
	padding-top: 40px;
}

/*4个端*/

.port {
	margin-top: -100px;
}

.port .port_ul li {
	width: 24.5%;
	padding: 16px;
	background: #fff;
	border-radius: 8px;
}

.port .port_ul li .tit .image {
	width: 24px;
	margin-top: -4px;
}

.port .port_ul li .desc {
	margin-top: 10px;
	font-size: 18px;
}

/*场景痛点*/
.scene {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.scene .scene_swiper {
	width: 86%;
	margin: 50px auto 0;
}

.scene .scene_swiper .swiper-slide {
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 2px 13px 0px rgba(221, 224, 236, 0.41);
}

.scene .scene_swiper .swiper-slide .icon {
	width: 100%;
	overflow: hidden;
}

.scene .scene_swiper .swiper-slide .icon img {
	transition: 0.3s ease;
}

.scene .scene_swiper .swiper-slide .info {
	padding: 20px;
}

.scene .scene_swiper .swiper-slide .info .tit {
	font-size: 26px;
}

.scene .scene_swiper .swiper-slide .info .desc {
	margin-top: 10px;
	color: #616161;
}

.scene .scene_swiper .swiper-slide:hover .icon img {
	transform: scale(1.05);
	transition: 0.3s ease;
}

.swiper-button-next {
	right: 0px;
	background-image: url(../images/lr_arr1.png);
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
}

.swiper-button-prev {
	left: 0px;
	background-image: url(../images/lf_arr1.png);
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
}

.swiper-pagination {
	left: 47%;
	display: none;
}

.swiper-pagination .swiper-pagination-bullet {
	margin-right: 5px;
}


/* 一站式完成流程构建 */
.construct .construct_ul {
	margin-top: 40px;
	background-image: url(../images/fresh_construct_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 130px;
}

.construct .construct_ul li {
	width: 23%;
	height: 340px;
	margin-bottom: 25px;
	background: linear-gradient(180deg, #E9F0FF 0%, #FFFFFF 100%);
	border-radius: 19px;
	padding: 32px;
	transition: 0.3s ease;
}

.construct .construct_ul li .img {
	width: 60px;
}

.construct .construct_ul li .tit {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.construct .construct_ul li .info {
	margin-top: 20px;
}

.construct .construct_ul li .info .kuan {
	width: 7px;
	height: 7px;
	background: #0118FF;
	transform: rotate(45deg);
	margin-top: 7px;
}

.construct .construct_ul li .info .desc {
	width: calc(100% - 10px);
	padding-left: 10px;
	font-size: 16px;
	color: #262626;
}

.construct .construct_ul li:nth-child(2) {
	margin-top: 100px;
}

.construct .construct_ul li:nth-child(3) {
	margin-top: 100px;
}

.construct .construct_ul li:hover {
	box-shadow: 2px 2px 10px 0px rgba(227, 227, 227, 0.5);
	transition: 0.3s ease;
}


/* 服务对象 */
.service .service_ul {
	border-radius: 8px;
	overflow: hidden;
	margin-top: 40px;
}

.service .service_ul li {
	width: 33.2%;
	position: relative;
	margin-bottom: 2px;
}

.service .service_ul li .icon {
	width: 100%;
	overflow: hidden;
}

.service .service_ul li .icon img {
	transition: 0.3s ease;
}

.service .service_ul li .info {
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 1;
	padding: 0 20px;
}

.service .service_ul li .info .tit {
	color: #fff;
	font-size: 26px;
}

.service .service_ul li .info .image {
	width: 60px;
	margin-bottom: 10px;
	transition: 0.3s ease;
}

/* Hover effects */
.service .service_ul li:hover .icon img {
	transform: scale(1.02);
}

.service .service_ul li:hover .info .image {
	transform: rotate(360deg);
}

/*重点客户*/
.partner .info {
	margin-top: 50px;
	height: 120px;
	overflow: hidden;
	transition: 0.3s linear;
}

.partner .info .image {
	width: 18%;
	margin-bottom: 20px;
}

.partner .info.active {
	height: 100%;
	transition: 0.3s linear;
}

.partner .jion {
	text-align: center;
	margin-top: 15px;
}

/* 适配 */
@media (max-width: 1024px) {

	.port {
		margin-top: -40px;
	}

	.construct .construct_ul {
		padding-bottom: 110px;
	}

	.construct .construct_ul li {
		padding: 20px 10px;
	}

	.service .service_ul li .info .image {
		width: 60px;
	}

	.partner .info {
		height: 90px;
	}
}

@media (max-width: 769px) {

	.partner .info {
		margin-top: 50px;
		height: 120px;
		overflow: hidden;
		transition: 0.3s linear;
	}

	.partner .info .image {
		width: 18%;
		margin-bottom: 20px;
	}

	.partner .info.active {
		height: 100%;
		transition: 0.3s linear;
	}

	.partner .jion {
		text-align: center;
		margin-top: 15px;
	}

	.port {
		margin-top: 30px;
	}

	.port .port_ul li {
		width: 49%;
		padding: 20px;
		margin-bottom: 15px;
	}

	.service .service_ul li .info .image {
		width: 40px;
	}

	.service .service_ul li .info .tit {
		font-size: 18px;
	}

	.construct .construct_ul {
		padding-bottom: 110px;
	}

	.construct .construct_ul li {
		width: 24%;
		padding: 10px;
	}

	.construct .construct_ul li .img {
		width: 45px;
	}

	.partner .info {
		height: 70px;
	}

	.partner .info .image {
		width: 19%;
	}
}

@media (max-width: 431px) {
	.banner{
		background-image: url(../images/fresh_banner_small.png);
	}
	.banner .ban_con {
        width: 100%;
        padding: 25px 5%;
		/* background: none; */
		backdrop-filter: blur(2px);
    }

	/* .port 相关的样式 */
	.port {
		margin-top: 30px;
	}

	.port .port_ul li {
		width: 48.5%;
		padding: 10px;
		margin-bottom: 15px;
	}

	.port .port_ul li .desc {
		font-size: 14px;
	}

	/* .scene 相关的样式 */
	.scene {
		padding-bottom: 20px;
	}

	.scene .scene_swiper {
		width: 97%;
		margin-top: 30px;
		padding-bottom: 20px;
	}

	.scene .scene_swiper .swiper-slide {
		display: block;
	}

	.scene .scene_swiper .swiper-slide .icon {
		width: 100%;
	}

	.scene .scene_swiper .swiper-slide .icon .image {
		border-radius: 12px;
	}

	.scene .scene_swiper .swiper-slide .info {
		width: 100%;
		padding: 20px 10px;
	}
	.scene .scene_swiper .swiper-slide .info .desc{
		height: 110px;
	}

	.scene .scene_swiper .swiper-slide .info .tit {
		font-size: 18px;
	}

	.scene .scene_swiper .swiper-slide .info .txt {
		margin-top: 8px;
	}
	

	.scene .swiper-button-prev {
		display: none;
	}

	.scene .swiper-button-next {
		display: none;
	}

	.scene .swiper-pagination {
		left: 45%;
		display: block;
	}


	/* .service 相关的样式 */
	.service .service_ul li {
		width: 49.8%;
		margin-bottom: 1.5px;
	}

	.service .service_ul li .info {
		bottom: 15px;
		padding: 0 10px;
	}

	.service .service_ul li .info .image {
		width: 40px;
	}

	.service .service_ul li .info .tit {
		font-size: 18px;
	}

	/* .construct 相关的样式 */
	.construct .construct_ul {
		padding-bottom: 0;
		background: unset;
		margin-top: 30px;
	}

	.construct .construct_ul li {
		width: 48.5%;
		height: auto;
		padding: 20px 10px;
		border-radius: 8px;
		margin-bottom: 15px;
	}

	.construct .construct_ul li:nth-child(2) {
		margin-top: 0;
	}

	.construct .construct_ul li:nth-child(3) {
		margin-top: 0;
	}
	.construct .construct_ul li .info .desc{
		font-size: 14px;
	}
	.construct .construct_ul li .info{
		margin-top: 10px;
	}
	.construct .construct_ul li .tit{
		font-size: 18px;
	}

	.construct .construct_ul li .img {
		width: 45px;
	}

	/* .partner 相关的样式 */
	.partner .info {
		height: 140px;
		margin-top: 30px;
	}
	.partner .info::after{
		width: 32%;
		content: "";
	}

	.partner .info .image {
		width: 32%;
	}
	.partner .jion{
		display: none;
	}
}
@media (max-width: 401px) {
	.banner .ban_con {
        padding: 15px 5%;
    }
	.scene .scene_swiper .swiper-slide .info .tit{
		font-size: 16px;
	}
	.construct .construct_ul li .tit{
		font-size: 14px;
	}
	.construct .construct_ul li .info .desc{
		font-size: 12px;
	}
	.service .service_ul li .info .tit{
		font-size: 14px;
	}
}
