.indexPage {
	width: 100%;
	background-color: rgba(247, 249, 248, 1);
}

/* 轮播图 */
.mystart {
	max-width: 100% !important;
	width: 100% !important;
	height: 6.35rem !important;
}

.picture {
	display: block;
	max-width: 100% !important;
	width: 100% !important;
	height: 100% !important;
}
/* 
.slideshow {
	width: 100%;
	height: 6.35rem;
	position: relative;
}

.pictures {
	height: 100%;
	overflow: hidden;
}

.pictures>ul {
	position: relative;
	left: 0;
	display: flex;
	flex-wrap: nowrap;
}

.pictures>ul>li {
	min-width: 100%;
	height: 6.35rem;
}

.picture {
	display: block;
	width: 100%;
	height: 100%;
}

.pointers {
	width: 100%;
	height: 3px;
	margin: 0 auto;
	position: absolute;
	bottom: 0.66rem;

	display: flex;
	justify-content: center;
}

.pointer {
	display: block;
	margin: 0 0.04rem;
	width: 0.44rem;
	height: 0.03rem;
	background: rgba(255, 255, 255, 0.3);
}

.currentPointer {
	background: rgba(255, 255, 255, 0.7);
}
 */
/* 相关技术 */
.technologys {
	height: 1.8rem;
	background-color: rgba(27, 23, 42, 1);
}

.technologyContainer {
	padding: 0 2.2rem;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.technology {
	height: 100%;
	display: flex;
	align-items: center;
}

.technology1 {
	width: 0.68rem;
	height: 0.58rem;
}

.technology2 {
	width: 0.6rem;
	height: 0.6rem;
}

.technology3 {
	width: 0.61rem;
	height: 0.59rem;
}

.technologyMsg {
	margin-left: 0.3rem;
}

.technologyMsg>h2 {
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 0.28rem;
	margin-bottom: 0.1rem;
}

.technologyMsg>p {
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height: 0.24rem;
}

/* 主打产品 */

.products {
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
}

.productTitle {
	text-align: center;
	width: 100%;
	height: 1.98rem;
	background-color: rgba(247, 249, 248, 1);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.productTitle>h2 {
	font-size: 0.48rem;
	font-family: FZZhongDengXian-Z07S;
	font-weight: 400;
	color: rgba(27, 23, 42, 1);
}

.productTitle>p {
	font-size: 0.24rem;
	font-family: Helvetica;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.5);
	line-height: 0.52rem;
}

/* 合作方式 */
.collaborate {
	width: 100%;
	height: 5.37rem;
	background-color: rgba(27, 23, 42, 1);
	padding: 1.03rem 0 1.5rem;
}

.collaborate>h2 {
	text-align: center;
	font-size: 0.36rem;
	font-family: FZLanTingHeiS-R-GB;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}


.collaborate>p {
	width: 9.34rem;
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 0.25rem;
	text-align: center;
	margin: 0.48rem auto 1.08rem;
}

.collaborateWay {
	width: 15rem;
	margin: 0 auto;
	display: flex;
}

.collaborateWay>img {
	width: 4.4rem;
	height: 2.87rem;
	padding: 0 0.3rem;
}

/* 解决方案 */
.schemes {
	width: 100%;
	height: 15.65rem;
}

.schemeTile {
	width: 100%;
	height: 1.8rem;
	padding: 0.76rem 0 0.4rem;
	text-align: center;
}

.schemeTile>h2 {
	font-size: 0.48rem;
	font-family: FZLanTingHeiS-R-GB;
	font-weight: 400;
	color: rgba(27, 23, 42, 1);
	line-height: 0.48rem;
}

.schemeTile>p {
	font-size: 0.24rem;
	font-family: Helvetica;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.5);
	line-height: 0.54rem;
}

.schemeTile>a {
	display: block;
	width: 2.96rem;
	height: 0.6rem;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(206, 212, 209, 1);
	border-radius: 0.04rem;
	text-align: center;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(61, 153, 156, 1);
	line-height: 0.6rem;
	margin: 0.18rem auto 0;
}

.schemeTile>a:hover {
	border: 1px solid rgba(2, 180, 181, 1);
}

.schemeRec {
	width: 100%;
}

.schemeRec>ul {
	width: 15.78rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.schemeRec>ul>li {
	width: 4.8rem;
	height: 5.47rem;
	margin: 0 0.23rem 0.53rem;
}

.schemeRec>ul>li:hover h2 {
	color: rgba(2, 180, 181, 1);
}

.schemeImg {
	width: 4.8rem;
	height: 4.02rem;
}

.schemeImg>img {
	display: block;
	width: 100%;
	height: 100%;
}

.schemeMsg>h2 {
	margin: 0.32rem 0 0.24rem;
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(49, 49, 49, 1);
	line-height: 0.3rem;
}

.schemeMsg>p {
	margin-right: 0.2rem;
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(49, 49, 49, 0.7);
	line-height: 0.34rem;
	/* 限制2行 */
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.customScheme>a>img {
	display: block;
	width: 100%;
	height: 2.5rem;
}

.informations {
	height: 4.2rem;
	padding: 1rem 0;
}

.informations>ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.informations>ul>li>a {
	display: block;
	margin: 0 0.3rem;
}

.information {
	width: 4.5rem;
	height: 3.4rem;
	background-color: rgba(255, 255, 255, 1);
	padding: 0.4rem 0;
	padding-left: 0.4rem;
}

.information:hover {
	box-shadow: 0px 2px 12px 0px rgba(7, 0, 2, 0.3);
}

.information:hover>.informationTitle {
	background-color: rgba(18, 189, 195, 1);
}

.informationTitle {
	width: 0.88rem;
	height: 0.36rem;
	background-color: rgba(181, 181, 181, 1);
	text-align: center;
	font-size: 0.2rem;
	font-family: Verdana;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 0.36rem;
}

.information>h2 {
	margin: 0.36rem 0;
	width: 4.1rem;
	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(53, 53, 53, 1);
	line-height: 0.45rem;
	/* 限制3行 */
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.information>P {
	width: 3.9rem;
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(63, 68, 74, 0.9);
	line-height: 0.28rem;
	/* 限制3行 */
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
