/* 适用行业 */
.applicable_industries_s {
	height: 380px;
	background-color: #F2F5F3;
	display: flex;
	justify-content: center;
	align-items: center;
}

#applicable_industries {
	width: 1200px;
	height: 280px;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

#applicable_industries>h2 {
	width: 100%;
	height: 40px;
	margin: 0;
	margin-top: 20px;
	color: #282844;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}

.applicable_industries_coment {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	/* justify-content: center; */

}

.applicable_industries_coment>div {
	width: 180px;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.applicable_industries_coment_img {
	width: 30px;
	height: 30px;
}

/* 产品功能 */
._s {
	width: 100%;
	/* background-color: #f7faf8; */
}

#productFunctions {
	width: 1200px;
	height: 500px;
	margin: 50px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#productFunctions>h2 {
	width: 100%;
	height: 50px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	color: #282844;
	margin-bottom: 50px;
}

.productFunctions_coment>ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.productFunctions_coment>ul>li {
	width: 385px;
	height: 310px;
	display: flex;
	flex-direction: column;
	border: 0;
	background-color: #ffffff;
}

.productFunctions_coment_img {
	width: 100%;
	height: 215px;
	margin-bottom: 10px;
	overflow: hidden;
}
/* ---------------------------------- */
.productFunctions_coment_img img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
.productFunctions_coment>ul>li:hover .productFunctions_coment_img>img{
	transform: scale(1.1);
}
/* ---------------------------------------- */
.productFunctions_coment li h4 {
	width: 100%;
	height: 25px;
	margin: 0;
	margin: 10px 0;
	color: #282844;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
}

.productFunctions_coment li p {
	width: 90%;
	margin-bottom: 10px;
	color: #707888;
	font-size: 16px;
	font-weight: 400;

}

/* 中大型图片 */
.medium_and_large_scale_solutions {
	margin: 0 auto;
	width: 1200px;
	height: 480px;
	overflow: hidden;
}
/* ---------------------------------- */
.medium_and_large_scale_solutions img {
	width: 100%;
	height: auto;
	transition: all .3s;
}
.medium_and_large_scale_solutions>img:hover{
	transform: scale(1.1);
}
/* ---------------------------------------- */
.medium_and_large_scale_solutions_01 {
	width: 100%;
	height: 720px;
	background-image: url(../../images/IntegratedSolutions/da1.png);
	background-size: 100% 100%;
	/* background-size: cover; */
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.medium_and_large_scale_solutions_01>div {
	width: 1200px;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.medium_and_large_scale_solutions_01>div>h2 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 600;
}

.medium_and_large_scale_solutions_01>div>p {
	color: #FFFFFF;
	font-size: 16px;
}

/* -------------------------------------------------------------------------- */
.medium_and_large_scale_solutions_02 {
	width: 1200px;
	height: 700px;
	margin: 0px auto;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.medium_and_large_scale_solutions_02_coment {
	width: 100%;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.medium_and_large_scale_solutions_02_coment>div {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.medium_and_large_scale_solutions_02_img {
	width: 1037px;
	height: 517px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.medium_and_large_scale_solutions_02_img>img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.medium_and_large_scale_solutions_02_coment>h2 {
	color: #282844;
	font-size: 30px;
	font-weight: 600;
}
/* ---------------------------------- */
.medium_and_large_scale_solutions_02_img>img:hover{
	transform: scale(1.1);
}
/* ---------------------------------------- */
.medium_and_large_scale_solutions_02_coment>p {
	color: #707888;
	font-size: 15px;
}

.medium_and_large_scale_solutions_02_coment>div>p {
	color: #282844;
	font-size: 20px;
	font-weight: 600;
}

/* ------------------------------------------------------------------------ */
.medium_and_large_scale_solutions—s{
	width: 100%;
	height: 100%;
	/* margin: 100px auto; */
	overflow: hidden;
}
.medium_and_large_scale_solutions_03 {
	width: 100%;
	height:880px;
	/* margin-bottom: 50px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url(../../images/IntegratedSolutions/da6.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transition: all .3s;
	overflow: hidden;
}
/* ---------------------------------- */

.medium_and_large_scale_solutions_03:hover{
	background-image: url(../../images/IntegratedSolutions/da6.png);
	transform: scale(1.1);
}
/* ---------------------------------------- */
.medium_and_large_scale_solutions_03>h2 {
	margin-top: 50px;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 600;
}

.medium_and_large_scale_solutions_03>p {
	color: #fff;
	font-size: 15px;
}

.medium_and_large_scale_solutions_03_img {
	width: 600px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.medium_and_large_scale_solutions_03_img>p {
	color: #FFFFFF;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 600;
}

/* ----------------------------------------------------- */
.medium_and_large_scale_solutions_04 {
	width: 100%;
	height: 880px;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image:  url(../statics/images/IntegratedSolutions/da4.png);
	background-size:100% 100%;
	background-repeat: no-repeat;
	transition: all .3s;
	overflow: hidden;
}
/* ---------------------------------- */

.medium_and_large_scale_solutions_04:hover{
	background-image:  url(../statics/images/IntegratedSolutions/da4.png);
	/* background-size: 110%; */
	transform: scale(1.1);
}
/* ---------------------------------------- */
.medium_and_large_scale_solutions_04>h2 {
	color: #282844;
	margin-top: 50px;
	font-size: 32px;
	font-weight: 600;
}

.medium_and_large_scale_solutions_04>p {
	color: #707888;
	font-size: 16px;
}

.medium_and_large_scale_solutions_04_img {
	width: 600px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.medium_and_large_scale_solutions_04_img>p {
	color: #282844;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 600;
}

/* --------------------------------------------------------- */
.medium_and_large_scale_solutions_05 {
	width: 100%;
	height: 880px;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-size:100% auto;
	transition: all .3s;
	overflow: hidden;

}
.medium_and_large_scale_solutions_05:hover{
	background-image:  url(../statics/images/IntegratedSolutions/da5.png);
	background-repeat: no-repeat;
	transform: scale(1.1);
}
.medium_and_large_scale_solutions_05>h2 {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 600;
	margin-top: 50px;
}

.medium_and_large_scale_solutions_05>p {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	width: 50%;
	text-align: center;
}
