﻿.banner {}


.c-items {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 100px;
	/* padding-bottom: 80px; */
	box-sizing: border-box;
}

.c-items .c-title {

	font-size: 34px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 48px;
}

.c-items .c-hr1 {
	width: 54px;
	height: 4px;
	margin: 0 auto;
	margin-bottom: 60px;
	border-radius: 2px;
	background: #3578C6;
}

.c-items .c-anno {

	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
}

.c-jz {
	display: flex;
	justify-content: space-between;
}

.c-jz div {
	max-width: 336px;
}

.c-jz h2 {
	margin-top: 25px;
	margin-bottom: 12px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
}

.c-jz p {

	font-size: 14px;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
	color: #666666;
	line-height: 20px;
}

/* 第二个 */
.c-items2 {
	width: 100%;
	background: RGBA(251, 253, 255, 1);

}

.c-items2 .c-title1 {

	font-size: 34px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 48px;
	margin-bottom: 160px;
}

.c-items2 .c-items .c-title {

	font-size: 28px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
}

.c-ld {
	display: flex;
	align-items: center;
}

.c-ld .l-img1 {
	width: 70%;
	box-sizing: border-box;
}

.c-ld .l-ul {
	width: 30%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 120px;
}

.c-ld .l-ul li {
	width: 100%;
	text-align: left;
	margin-bottom: 38px;
}

.c-ld .l-ul li .l-img3 {
	float: right;
}

/* 第三 */
.c-way {
	display: flex;
	justify-content: center;
	position: relative;
}

.w-title {


	font-size: 28px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FF9C20;
	line-height: 32px;
}

.w-center {
	margin: 0 20px;
}

.w-right .w-title {

	color: #3578C6;
}

.c-way .w-left li,
.w-right li {
	margin-bottom: 40px;
}

.c-way .w-left {
	text-align: right;

}

.c-way .w-right {
	text-align: left;

}

.c-way .w-left p,
.c-way .w-right p {
	margin-bottom: 0;
}

.c-way .w-left,
.w-right img {
	width: 122px;
	height: 11px;
}

.c-way .w-left li:nth-child(3),
.c-way .w-left li:nth-child(4) {
	margin-right: 40px;
}

.c-way .w-right li:nth-child(3),
.c-way .w-right li:nth-child(4) {
	margin-left: 40px;
}

/* 案例 */
.c-al {
	display: flex;
}

.a-left {
	max-width: 534px;
	margin-right: 160px;
}

.a-left .a-tit {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 55px;
}

.a-left .a-tit div {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}

.a-left .a-tit div img {
	margin-right: 14px;
}

.a-left .a-tit div span {

	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
}

.a-left .a-tit p {
	text-align: left;

	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
}

.a-left .a-tit img {
	align-self: flex-end;
}



.c-f {
	display: grid;
	grid-template-columns: repeat(6, 170px);
	grid-template-rows: repeat(6, 80px);
	grid-gap: 15px 18px;
}

.c-f li {
	background: #FFFFFF;
	border-radius: 4px;
	/* border: 1px solid #EEEEEE; */
}

.c-f li img {
	width: 100%;
}

@media screen and (max-width:768px) {
	.c-items .c-title {
		font-size: 20px !important;
		
	}

	.c-items2 .c-title1 {
		font-size: 20px;
		margin-bottom: 50px !important;
	}

	.c-jz {
		flex-direction: column;
		align-items: center;
	}

	.c-ld {
		flex-direction: column;
		align-items: center;
	}

	.c-ld .l-ul {
		width: 80%;
		margin: 0 auto;
	}

	.c-way {
		justify-content: space-between;
	}

	.c-way .w-center {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: -1;
	}

	.c-al {
		flex-direction: column;

	}

	.a-left {
		margin-right: 0;
		padding: 0 20px;
		box-sizing: border-box;
	}



	.c-f {
		grid-template-columns: repeat(3, 110px);
		grid-template-rows: repeat(10, 50px);
		justify-content: center
	}
}

.bannera {
	width: 100%;
	height: 60%;
	background-image: url(../image/banner9.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}

.pppp {
	/* width: 420px;
	 height: 42px; */
	font-size: 35px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 42px;
	margin-left: 50px;
	margin-top: -30px;
}

.span {
	width: 638px;
	height: 174px;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 54px;
	margin-left: 50px;
	position: relative;
	top: 30px;
}

@media screen and (max-width: 768px) {
	.c-items .c-anno{
		padding: 0 20px;
		box-sizing: border-box;
	}
	.imagText {
		padding-top: 10px !important;
	}

	.bannera {
		width: 100%;
		height: 40%;
		padding: 20px;
		box-sizing: border-box;
		overflow: hidden;
	}

	.pppp {
		width: 400px;
		font-size: 20px;
		color: white;
		font-weight: 400;
		position: relative;
		top: 30px;
		left: -50px;
	}

	.span {
		font-size: 13px;
		margin: 0 auto;
		position: relative;
		top: 20px;
		
	}

	.spana {
		position: relative;
		top: -5px;
	}

	.spanb {
		position: relative;
		top: -25px;
		left: -50px;
	}

	.c-h {
		position: relative;
		top: -55px;
		left: -50px;
	}
	.c-items{
		padding-top: 50px;
		position: relative;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		
	}
}

.c-h {
	width: 72px;
	height: 6px;
	background: #F7921A;
	/* text-align: left; */
	margin-left: 50px;
	margin-top: 55px;
}
