
/*申请试用*/
.try{
	height:6.12rem;
	background-image: url(/img/sybg.jpg);
	background-size: 100% 100%;
	color: white;
	display: flex;
	justify-content: center;
}

.try .tryText{
	padding-top: 1rem;

}
.try .tryText .btn{
	display: none;
}
.try .tryText .bigText{
	font-size: .4rem;
	margin-bottom: .34rem;
}
.try .tryText .smallText{
	font-size: .2rem;
	margin-bottom: .2rem;
}
.tryForm{
	margin-left: 2.46rem;
	padding-top: .92rem;

}
.tryForm .bigText{
	font-size: .4rem;
	margin-bottom:.24rem;
}
.tryForm .form{
	font-size: .3rem;
	width: 4.5rem;
} 
.tryForm .form .fromBox{
	box-sizing: border-box;
	height: .92rem;
	line-height: .92rem;
	width:100%;
	font-size: .3rem;
}
.formSchool,.formNumber, .formPhone{
	position: relative;
	border-bottom: 1px solid white;
}
.tryForm .form .fromBox input{
	border: 1px solid white;
	background-color:rgba(255,255,255,0.5); 
	color:black;
	height: .3rem;
}
.tryForm .form .formNumber{
	width: 2.02rem;
}
.formNumber input{
	width: .82rem;
}
.formBtn{
	box-sizing: border-box;
	margin-left: .3rem;
	margin-top: .24rem;
	border: 1px solid white;
	width: 2.18rem;
	height: .68rem;
	text-align: center;
	line-height: .68rem;
	font-size: .26rem;
	border-radius: .1rem;
}
.formBtn a, .formSubmit a{
	color:white;
}
.formSubmit{
	width: 4.5rem;
	height: .66rem;
	background: #44a1e2;
	text-align: center;
	line-height: .66rem;
	font-size: .3rem;
	margin-top: .36rem;
}
.formSchool.fromBox{
	position: relative;
}
.schoolName{
	box-sizing: border-box;
	width: 2.9rem;
	background: white;right: 0;position: absolute;top: .3rem
}
.phone{
	box-sizing: border-box;
	width: 2.9rem;
	position: absolute;
	top:.31rem;
	right: 0;
	
}
.phone::-webkit-outer-spin-button,  
.phone::-webkit-inner-spin-button{  
    -webkit-appearance: none !important;  
    margin: 0;  
}  
.isNotPhone{
	font-size: .24rem;
	color: red;
	text-align: left;
	margin-top: .1rem;
	display: none;
}
.phone::-webkit-inner-spin-button, .number::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
        margin: 0;
    }
.number{
	box-sizing: border-box;
	width: .82rem;
}
/* 产品功能模块 */
.prudoct{
	width: 100%;
	margin:.8rem auto; 
	width: 12.52rem;
}
.prudoct .row{
	justify-content: space-around;
	margin-top: .8rem;
}
.prudoct .prudoctBox div{
	float: left;
}
.prudoct .prudoctHeader{
	font-size: .26rem;
	font-weight: bold;
	color: black;
	margin-bottom:.44rem;
	text-align: center;
}
.prudoct .prudoctDescription{
	text-align: center;
	font-size: .18rem;
}
.prudoctFunction{
	width: 2.76rem;
	text-align: center;
}
.prudoctFunction img{
	width: 1.26rem;
	height: 1.26rem;
}
.prudoctFunction .functionHeader{
	margin-top:.34rem;
	margin-bottom:.28rem;
	font-size: .26rem;
	font-weight: bold;
}
.prudoctFunction .functionDescription{
	font-size: .18rem;
	text-align: left;
	width: 2.76rem; 
	
}
.prudoctFunction .centerFunctionDescription{
	text-align: center;
}
/*适合人群 */
.people{
	text-align: center;
	width: 13.1rem;
	margin:0 auto;
	font-size: .26rem;
	font-weight: bold;
}
.showPeople{
	margin:0 auto;
	padding: .8rem 0;
	justify-content: space-around;
}
.showItem{
	
	display: inline-block;
	width: 2.08rem;
	font-size: .2rem;
	text-align: center;
}
.showItem img{
	width: 2.08rem;
	height: 1.48rem;
	margin-bottom:.2rem;
}
/*宣传语*/
.propagate{
	width: 100%;
	padding: 1.66rem 0;
	text-align: center;
	font-size: .4rem;
	color:white;
	background: url(/img/sybg2.jpg) no-repeat;
	background-size: 100% 3.72rem;
}
/*产品特色*/
.characteristic{
	padding:.8rem 0;
	text-align: center;
}
.characteristic .title{
	font-size: .26rem;
	font-weight: bold;
	text-align: center;
}
.list{
	margin: .8rem auto 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.list .item{
	width: 2.72rem;
	margin-right: .45rem;
	text-align: center;
	float: left;
}
.list .item img{
	width: 2.72rem;
	height: 1.76rem;
}
.list .item .itemTitle{
	margin-top: .4rem;
	margin-bottom:.3rem;
	font-size: .22rem;
	font-weight: bold;
}
.list .item .itemContent{
	font-size: .18rem;
	width: 2.72rem;
	margin-bottom: .28rem;
	text-align: left;
}
.list .lastItem{
	margin-right: 0;
}

.phoneGray{
	display: none;
}

/*系统实施流程*/
	.flow{

		text-align: center;	
	}
	.flow .title{
		font-size: .26rem;
		font-weight: bold;
		margin-bottom: .8rem;
	}
	.flow .flowContent{
		justify-content: center;
	}
	.flow  .itemContent{
		width: 1.26rem;
		font-size: .2rem;
		
	}
	.flow  .itemContent img{
		width:1.26rem;
		height:1.26rem;
		border-radius: 50%;
	}
	.flow  .itemContent .itemTitle{
		font-size: .22rem;
		font-weight: bold;
		margin-top: .34rem;
		margin-bottom:.3rem;
	}
	.flow  .itemContent .itemLine{
		margin:0 auto;
		width: .58rem;
		height: 1px;
		background-color: black;
	}
	.flow  .itemContent .itemContent{
		margin-top: .26rem;
	}
	.flow  .flowImg{
		width: .32rem;
		height: .22rem;
		margin:.52rem .46rem;
	}
	.flowPhone{
		display: none;
	}


.choose{
	padding: .8rem 0;
	text-align: center;
}
.choose .title{
	font-size: .26rem;
	font-weight: bold;
}
.choose .chooseContent{
	margin-top: .8rem;
	justify-content: center;
}
.choose .chooseContent .contentDetails{
	width:7.16rem;
	
	background: #f6f6f6;
	padding:0 .42rem;
	font-size: .16rem;
}
.peopleContent{
	position: relative;
}
.peopleContent img{
	width: 1.16rem;
	height: 1.16rem;
	border-radius: 50%;
	margin-top: -.5rem;
	
}
.peopleContent .introduce{
	margin-left: .22rem;
	padding-top: .26rem;
	text-align: left;
}
.peopleContent .introduce .name{
	font-size: .2rem;
	color: black;
}
.peopleContent .introduce .identity{
	margin-top: .22rem;
	font-size: .16rem;
	color: #999999;
}
.peopleContent .number{
 	width: auto;
	font-size: .16rem;
	color: #44a1e2;
	margin-top: .26rem;
	position: absolute;
	right: 0;
}
.peopleSaid{
	text-align: left;
	
	font-size: .2rem;
	
}
.peopleSaid .P{
	font-size: .2rem;
	line-height: .3rem;
}
.peopleSaid .schoolContent{
		height: .4rem;		
		overflow: hidden;
    	text-overflow: ellipsis;
		position: relative;
		margin-right: .01rem;
	}
	
.peopleSaid .schoolContent::after {
    bottom: 0;
    right: 0;
    content: "...";
	
    position: absolute;
}
.contentDetails .btn{
	box-sizing: border-box;
	margin-top: .34rem;
	width: 1.2rem;
	height: .34rem;
	background-color: #44a1e2;
	color: white;
	line-height: .34rem;
	font-size: .16rem;
}
.contentList{
	margin-left: .48rem;
	box-sizing: border-box;
	width:auto;
	height: 3.02rem;
	overflow-y: scroll;
	overflow-x: hidden;
}

.itemList{
	box-sizing: border-box;
	width: auto;
	height: .94rem;
	background:#f6f6f6;
	margin-bottom:.1rem;
	padding: .14rem .1rem 0 .1rem;

}
.itemList img{
	width: .66rem;
	height: .66rem;
	border-radius: 50%;
}
.itemList div{
	margin-left: .1rem;
	text-align: left;
}
.itemList div .itemName{
	font-size: .2rem;
	color: black;
}
.itemList div .itemIdentity{
	font-size: .16rem;
	color: #999999;
}
.contentList .activeItemList{
	background: #44A1E2;
}
.contentList .activeItemList p{
	color: white;
}
.iconChooseBtn{
	display: none;
}
.choose .peopleSaidContent{
	margin-top: .1rem;
}
/*移动端实施流程*/
.phoneFlow{
	display: none;
}
/*资讯动态*/
.news{
	
	text-align: center;
	margin-bottom:.8rem;
}
.news .title{
	font-size: .26rem;
	font-weight: bold;
}
.news .newsContent{
	
	display: flex;
	justify-content: center;
}
.news .newsContent .itemNews{
	margin-top: .48rem;
	width: 5.66rem;
	text-align: left;
}
.news .newsContent .itemNews .newsTitle{
	font-size: .18rem;
	color: black;
}
.news .newsContent .itemNews .newsTime{
	font-size: .16rem;
	color: #999999;
}
.newsImg{
	margin-left: .7rem;
	margin-top: .48rem;
}
.newsImg .itemImg{
	width: 2.04rem;
	margin-right:.3rem;
	text-align: left;
}
.newsImg .itemImg img{
	width:2.04rem;
	height: 1.36rem;
	margin-bottom: .28rem;
}
.newsImg .itemImg .newsTitle{
	font-size: .18rem;
}
.phoneNews{
	display: none;
}
