.section2 {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
}

.section2-row {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-h2 {
	font-size: 40px;
	/* font-family:PingFang SC; */
	/* font-weight:bold; */
	color: rgba(16, 16, 43, 1);

}

.section-h3 {
	font-size: 18px;
	line-height: 30px;
	color: rgba(127, 140, 165, 1);
	max-width: 370px;
}

.section2-item-div {
	width: 90%;
	margin: 40px auto;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: 45px;
	padding-right: 45px;
	/* border: solid 1px #117EF8; */
	box-shadow: 0px 10px 25px rgba(53, 96, 114, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	transition: background-color 0.7s;
}

.section2-item-img {
	width: 70px;
	height: 70px;
}

.section2-h4 {
	font-size: 26px;
	line-height: 37px;
	color: rgba(53, 67, 114, 1);
	opacity: 1;
	transition: color 0.5s;
}

.section2-h5 {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 24px;
	color: rgba(127, 140, 165, 1);
	opacity: 1;
	text-align: center;
	transition: color 0.5s;
}

.section2-down {
	margin-top: 80px;
	margin-bottom: 0;
	/* margin-bottom: 0; */
}

.section2-down2 {
	margin-top: 40px;
	margin-bottom: 0;
}

.section2-item-div:hover {
	background-color: #117EF8;
}

.section2-item-div:hover .section2-h4 {
	color: #FFFFFF;
}

.section2-item-div:hover .section2-h5 {
	color: #CCE3FE;
}

.section2-info {
	padding-top: 100px;
	padding-left: 30px;
}

.section3 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	height: auto;
}

.section3-line {
	width: 131px;
	height: 3px;
	background: rgba(0, 80, 255, 1);
	margin: 0 auto;
}

.section3-h2 {
	text-align: center;
}

.section3-h3 {
	text-align: center;
	max-width: none;
}

.section3-info {
	padding-top: 102px;
	padding-bottom: 102px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

.section3-item {
	margin-top: 20px;
	width: 188px;
	height: 282px;
	box-shadow: 0px 5px 32px rgba(93, 112, 223, 0.1);
	background-image: url(../img/section3_info_bg.jpg);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section3-item-f {
	background-image: url(../img/section3_info_bg_blue.jpg);
}

.section3-item-top {
	width: 100%;
	height: 117px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section3-item-bottom {
	width: 100%;
	height: 165px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 20px;
}

.section3-h4 {
	font-size: 28px;
	font-weight: bold;
	color: rgba(53, 67, 114, 1);
}

.section3-h4-f {
	color: #FFFFFF;
}

.section3-text {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: rgba(127, 140, 165, 1);
}

.section4 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	height: auto;
	margin-bottom: 200px;
}

.eg-main-img {
	width: 50%;
	max-width: 343px;
	max-height: 473px;
}

.slick-prev {
	left: 75px;
	z-index: 1;
}

.slick-next {
	right: 75px;
	z-index: 1;
}



.slick-class {
	max-width: 1120px;
	margin: 66px auto;
}

.slick-item1 {
	border-radius: 10px;
	width: 92%;
	text-align: center;
	box-shadow: 0px 10px 25px rgba(53, 96, 114, 0.1);
	padding: 100px;
	background-color: white;
	margin: 4%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.slick-item-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.slick-item-logo {
	margin-left: -30px;
}

.slick-item-name {
	font-size: 34px;
	font-weight: bold;
	line-height: 48px;
	color: rgba(33, 33, 33, 1);
}

.slick-item-type {
	font-size: 26px;
	font-weight: bold;
	line-height: 37px;
	color: rgba(33, 33, 33, 1);
}

.slick-item-intro {
	font-size: 19px;
	line-height: 26px;
	color: rgba(110, 110, 110, 1);
}

.slick-prev1 {
	position: absolute;
	top: 56%;
	bottom: 44%;
	left: 15%;
	z-index: 1;
	cursor: pointer;
	color: #17C35D;
	transition: color 0.5s;
}

.slick-next1 {
	position: absolute;
	top: 56%;
	bottom: 44%;
	right: 15%;
	z-index: 1;
	cursor: pointer;
	color: #17C35D;
	transition: color 0.5s;
}

.slick-dots-diy {
	position: absolute;
	bottom: 50px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots-diy li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	/* margin: 0 5px; */
	margin-left: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots-diy li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	/* padding: 5px; */
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots-diy li.slick-active button:before {
	/* opacity: .75; */
	color: #17C35D;
	width: 16px;
}


.slick-dots-diy li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	content: '';
	text-align: center;
	opacity: 1;
	background-color: #17C35D;
	border-radius: 8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dots-diy {
	position: absolute;
	bottom: 50px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.dots-diy li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin-left: 5px;
	margin: 10px;
	cursor: pointer;
	background: #17C35D;
	transition: background-color 0.5s;
	transition: width 0.5s;

}

.dots-diy li.active {
	width: 24px;
}

@media screen and (max-width:1060px) {
	.section3-item-five {
		width: 100%;
		height: 188px;
		background-image: url(../img/section3_info_bg_h.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		flex-direction: row;
		align-items: center;
	}

	.section3-item-five .section3-item-top .section3-h4 {
		margin-left: -80px;
	}

	.section3-item-five .section3-item-bottom {
		padding: 0;
	}

	.section3-item-five .section3-item-bottom .section3-text {
		margin: auto 0;
	}
}

@media screen and (max-width:992px) {
	.section2-item-div {
		margin-bottom: 30px;
	}

	.section2-down {
		margin-top: 0;
	}

	.section2-down2 {
		margin-top: 0;
	}

	.section2-pc {
		display: none;
	}

	.section2-pad-phone {
		display: block;
	}

	.section-h2 {
		text-align: center;
	}

	.section-h3 {
		text-align: center;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.dots-diy {
		bottom: 40px;
	}
}

@media screen and (max-width:850px) {
	.section3-item-five {
		background-repeat: no-repeat;
		background-size: 100% 100%;

		width: 188px;
		height: 282px;
		box-shadow: 0px 5px 32px rgba(93, 112, 223, 0.1);
		background-image: url(../img/section3_info_bg.jpg);
		display: flex;
		flex-direction: column;
		justify-content: space-between;

	}

	.section3-item-five .section3-item-top .section3-h4 {
		margin-left: 0;
	}

	.section3-item-five .section3-item-bottom {
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 20px;
	}

	.section3-item-five .section3-item-bottom .section3-text {
		margin: 0;
	}
	.section3-info {
		justify-content: center;
	}
	.section3-item {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width:768px) {
	.dots-diy {
		top: auto;
		bottom: 40px;
	}

	.slick-item-name {
		font-size: 20px;
	}

	.slick-item-type {
		font-size: 18px;
	}

	.slick-item-intro {
		font-size: 16px;
	}

	.section3-info {
		justify-content: center;
	}
	.input-container{
		height: 180px;
		top: -90px
	}

	.section3-item {
		margin-left: 10px;
		margin-right: 10px;
	}

	.input-text {
		font-size: 16px;
		line-height: 25px;
		padding:0 20px;
	}

	.slick-item1 {
		flex-wrap: wrap;
	}

	.eg-main-img {
		width: 100%;
	}

	.slick-item-info {
		align-items: center;
	}

	.slick-item-logo {
		margin-left: 0;
	}

	.section2-info{
		padding-left: 0;
		padding-right: 0;
	}
	.section2-pad-phone{
		width: 90%;
		margin: 0 auto;
	}
	.section2 .width-container .row{
		margin: 0;
	}
}