
.contain {
	width: 1200px;
	padding:0 20px 50px 20px;
	margin: 0 auto;
	overflow: hidden;
}
.flowTit{
	width:100%;
	text-align:center;
	margin: 52px 0;
	font-size: 40px;
	font-weight: 700;
}
.productW{
	width:100%;
	display: flex;
	justify-content: center;
}
.productW .Macbook{
	width: 386px;
	height: 222px;
	margin: 0 0 30px -50px;
}
.box .box-item:first-child {
	/* padding: 96px 35px 80px; */
}
.box .line{
	width: 2px;
	height: 191px;
	background:#DFDFDF;
	margin-top:113px;
}
.box .coreW{
	width: 265px;
	height: 307px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top:7px;
}
.box .coreT{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #191919;
	margin:19px 0;
}
.box .coreM{
	width:175px;
	font-size: 10px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #373738;
}
.box .box-item{
	margin-right: 3%;
	width: 25%;
	box-sizing: border-box;
	padding:0 20px;
    /* padding: 50px 20px 24px; */
    background: #fff;
    box-shadow: 0 2px 20px 0 rgb(87 121 201 / 10%);
    border-radius: 10px;
}
.box .box-item .core{
	width:45px;
	height:45px;
	margin:0 auto;
}

.topIcon1{
	width:39px;
	height:65px;
	margin: 20px auto 0;
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/w12.png);
	background-position: 50%;
	background-size: cover;
}
.box .box-item:hover .topIcon1{
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/w11.png);
}
.topIcon2{
	width:64px;
	height:64px;
	margin: 20px auto 0;
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/w13.png);
	background-position: 50%;
	background-size: cover;
}
.box .box-item:hover .topIcon2{
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/w16.png);
}
.topIcon3{
	width:54px;
	height:53px;
	margin: 20px auto 0;
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/w18.png);
	background-position: 50%;
	background-size: cover;
}
.box .box-item:hover .topIcon3{
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/w19.png);
}
.topIcon4{
	width:55px;
	height:62px;
	margin: 20px auto 0;
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/w20.png);
	background-position: 50%;
	background-size: cover;
}
.box .box-item:hover .topIcon4{
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/w14.png);
}

.box .box-item:first-child {
	padding: 20px 35px 20px;
}

.box .box-item:nth-child(2) {
	padding: 20px 35px 20px;
}

.box .box-item:nth-child(3) {
	padding: 20px 35px 20px;
}
.box .box-item:nth-child(4) {
	padding: 81px 35px 80px;
	margin-right: 0px;
}

.box .box-item:hover {
	background-color: #3679FF;
}

.box .box-item:hover .item-title,
.box .box-item:hover .messageOne{
	color: rgb(255, 255, 255);
}

.box .box-item .item-title{
	width:100%;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: rgb(30, 62, 119);
	margin-top: 28px;
	margin-bottom: 36px;
	white-space: nowrap;
}

.box .box-item .messageOne{
	width:100%;
	text-align: center;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #373738;
	line-height: 22px;
}



.valueBG{
	width:775px;
	height:300px;
	margin:0 auto;
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/w106.png);
	background-position: 50%;
	background-size: cover;
}
.valueBG p:nth-of-type(1){
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	padding-top:99px;
	margin-left: 47px;
}
.valueBG p:nth-of-type(2){
	width: 328px;
	font-size: 10px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	margin-top:14px;
	margin-left: 47px;
}
.value_item_wrap{
	width:775px;
	height:196px;
	background: #F8F9FB;
	margin: 0 auto;
}
.value_item_wrap{
	display: flex;
	flex-direction: row;
}
.valueB{
	width: 156px;
	height: 196px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.value_item_wrap .valueB img{
	width:36px;
	height:43px;
	margin-bottom:14px;
}
.value_item_wrap .valueB p{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #3679FF;
}

.value_item_wrap .line{
	width: 2px;
	height: 81px;
	background:#DFDFDF;
	margin-top:61px;
}

.partnerW{
	width:776px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin:0 auto;
}
.partnerW img{
	width:91px;
	height:39px;
	margin-right: 6px;
}
.org-item{
	width: 199px;
	/* height: 238px; */
	background: #FFFFFF;
	box-shadow: 3px 1px 7px 0px rgba(60,78,105,0.1);
	display: flex;
	flex-direction: column;
	padding-left: 17px;
	padding-bottom:30px;
}


.orgImg1{
	width:76px;
	height:76px;
	margin:0 auto;
	margin-top:19px;
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/icon/org1.png);
	background-position: 50%;
	background-size: cover;
}
.reason-item:hover .orgImg1{
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/icon/org-w1.png);
}
.orgImg2{
	width:76px;
	height:76px;
	margin:0 auto;
	margin-top:19px;
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/icon/org22.png);
	background-position: 50%;
	background-size: cover;
}
.reason-item:hover .orgImg2{
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/icon/org-w22.png);
}
.orgImg3{
	width:76px;
	height:76px;
	margin:0 auto;
	margin-top:19px;
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/icon/org3.png);
	background-position: 50%;
	background-size: cover;
}
.reason-item:hover .orgImg3{
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/icon/org-w3.png);
}
.orgImg4{
	width:76px;
	height:76px;
	margin:0 auto;
	margin-top:19px;
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/icon/org4.png);
	background-position: 50%;
	background-size: cover;
}
.reason-item:hover .orgImg4{
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/icon/org-w4.png);
}
.orgImg5{
	width:76px;
	height:76px;
	margin:0 auto;
	margin-top:19px;
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/icon/org5.png);
	background-position: 50%;
	background-size: cover;
}
.reason-item:hover .orgImg5{
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/icon/org-w5.png);
}
.orgImg6{
	width:76px;
	height:76px;
	margin:0 auto;
	margin-top:19px;
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/icon/org6.png);
	background-position: 50%;
	background-size: cover;
}
.reason-item:hover .orgImg6{
	background-image: url(https://rryp.oss-cn-beijing.aliyuncs.com/website/icon/org-w6.png);
}

.org-item span{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #191919;
	margin:16px 0 14px 0;
}

.org-item p{
	font-size: 10px;
	width:161px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #373738;
}





