.h-content {
	padding-top: 8%;
}

.h-banner{
	position: relative;
}
.h-banner .text{
	line-height: 2;
	font-size: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	max-width: 1300px;
	transform: translate(-50%,-50%);
}
.h-banner .text h5{
	font-size: 46px;
}

.text-align {
	text-align: center
}

.h-title {
	text-align: center;
	font-size: 46px;
	line-height: 1.2;
}


.text-linear {
	background-image: -webkit-linear-gradient(bottom, #8d2de2, #5708e0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.h-title h2 {
	font-size: 46px;
	font-weight: 600;
	line-height: 1.5;
}

.h2-tips {
	color: #333;
	margin: 3% 0;
	line-height: 1.6;
	margin-bottom: 8%;
	font-size: 20px;
}

.dy-data {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 12%;
}

.color-white {
	color: #fff;
}

.color-333 {
	color: #333;
}

.dy-data .d-item {
	background-color: #fff;
	font-size: 18px;
	color: #999;
	width: 240px;
	height: 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0 2px 20px 2px rgba(0, 0, 0, .1);
}

.dy-data .d-item>div:last-child {
	margin-top: 20px;
}

.dy-data .d-item .num {
	font-weight: 600;
	font-size: 48px;
}

.h-content {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px -20px;
	background-image: url(../images/media/bg1.png);
}



.radius-content {
	padding-top: 9%;
	min-height: 200px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/media/bg2.png);
}

.h-case-wrap {
	padding-bottom: 10%;
	display: flex;
	margin: 0 auto;
	max-width: 1300px;
}

.h-case-wrap .c-item {
	margin-right: 20px;
	width: 25%;
}

.h-case-wrap .c-item .img {
	position: relative;
	background-color: #fff;
	transform: skewX(-7deg);
	padding-top: 145%;
}

.h-case-wrap .c-item .img img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
}

.h-case-wrap .c-item .title {
	margin-top: 40px;
	text-align: center;
	padding-right: 20%;
}

.h-case-wrap .c-item:hover .orange-content {
	width: 100%;
	height: 100%;
	padding: 10%;
	top: 0%;
	left: 0;
	opacity: 1;
}

.orange-content {
	transition: all .5s;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0%;
	position: absolute;
	left: 0%;
	top: 50%;
	opacity: 0;
	line-height: 2;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(to top, rgba(247, 150, 30, .9), rgba(255, 210, 0, .9));
	z-index: 1;

}

.orange-content .line {
	width: 44px;
	height: 2px;
	margin: 20px 0;
	background-color: #ffffff;
}

.orange-content h6 {
	font-weight: 500;
	font-size: 24px;
}

.radius-out {
	position: relative;
}

.ol-img {
	position: absolute;
	bottom: 0;
	left: 3%;
	width: 20%;
	z-index: 1;
	transform: translateY(50%);
}

.ol-img2 {
	position: absolute;
	top: 0;
	right: 0%;
	width: 20%;
	z-index: 1;
	transform: translateY(-50%);
}



.h-price-container{
	padding-top: 5%;
	padding-bottom: 8%;
	position: relative;
}
.h-price-container .price-example{
	display: flex;
	max-width: 1300px;
	margin:0 auto;
}

.price-example .p-item{
	padding:16px;
	position: relative;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 2px 20px 2px rgba(142, 45, 220, .1);
}

.price-example .p-item .img{
	padding-top: 52%;
	overflow: hidden;
	
	position: relative;
}
.price-example .p-item:nth-child(1){
	width: 57%;
	margin-right: 35px;
}

.price-example .p-item:nth-child(2){
	width: 43%;
}
.price-example .p-item .img:hover img{
	transform: scale(1.1);
}
.price-example .p-item .img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

.price-example .p-item .icon{
right: 30px;
top: 30px;
z-index: 2;
position: absolute;
}


.price-example .p-item:nth-child(2) .img{
	height: 100%;
	box-sizing: border-box;
}

.h-do-container{
	padding:6% 0;
	position: relative;
	background-image: linear-gradient(#eeecff,#d7d6ff);
}

.do-example{
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
}
.do-example .d-item{
	padding:40px ;
	width: 25%;
	box-shadow: 0 2px 20px 2px rgba(142, 45, 220, .1);
	border-radius: 10px;
	margin-right: 24px;
	background-color: #fff;
	font-size: 24px;
	text-align: center;
}
.do-example .d-item .icon img{
	height: 104px;
}
.do-example .d-item .icon{
	margin-bottom: 20px;
	height: 104px;
}


.tabs-ways-container{
	padding:6% 0;
	position: relative;
	background-color: #6f6ff1;
}
.ways-container {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	background-color: #fff;
	border-radius: 5px;
}
.ways-container .h-nav{
	width: 320px;
	flex-shrink: 0;
}

.ways-container .h-nav .item{
	height: 150px;
	color: #fff;
	font-size: 26px;
	line-height: 150px;
	text-align: center;
	width: 100%;
	transition: all .3s;
	cursor: pointer;
}
.ways-container .h-nav .item:hover {
	padding-left: 20px;
}
.ways-container .h-nav .item:nth-child(1){
	background-image: linear-gradient(#4c01e0,#8b2be2);
}

.ways-container .h-nav .item:nth-child(2){
	background-image: linear-gradient(#ffce02,#f89b1c);
}

.ways-container .h-nav .item:nth-child(3){
	background-image: linear-gradient(#f41f28,#8938aa);
}

.ways-container .h-nav .item:nth-child(4){
	background-image: linear-gradient(#4f03e0,#8b2be2);
}

/* .ways-container .h-nav .item.on{
	padding-left: 20px;
} */

.ways-container .rtrt{
	width: 950px;
	flex:1;
	line-height: 1.5;
	box-sizing: border-box;
	padding:30px 80px;
	padding-right: 20px;
	padding-bottom: 0;
	font-size: 16px;
}

.ways-container .rtrt .swiper{
	position: relative;
	margin-top: 4%;
}
.color-f31f29{
	color: #f31f29;
}
.color-4c01e0{
	color: #4c01e0;
}

.color-f89b1c{
	color: #f89b1c;
}
.rtrt .t{
	font-size: 30px;
}
.rtrt .l{
	height: 4px;
	width: 40px;
	margin: 30px 0 20px 0;
	background-color:#f89b1c ;
}

.rtrt .swiper,.rtrt .img{
	width: 50%;	
	height: 100%;
}

.rtrt .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rtrt .h{
	height: 500px;
	overflow-x:visible;
	overflow-y: visible;
	display: none;
}

.rtrt .h.on{
	display: flex;
}
.rtrt .h::-webkit-scrollbar {
    width: 10px;
}

.flow-container{
	padding:6% 0;
}

.flow-wrap{
	display: flex;
	width: 80%;
	margin: 0 auto;
	max-width: 1300px;
}
.flow-wrap .item{
	padding:20px;
	padding-bottom: 0;
	border-radius: 10px;
	margin-right: 30px;
	position: relative;
	box-shadow: 0 2px 20px 2px rgba(0, 0, 0, .1);
}

.flow-wrap .item:hover::after{
	width: 100%;
}
.flow-wrap .item::after{
	content: "";
	display: block;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 0;
	transition: all .3s;
	height: 7px;
	border-radius: 4px;
	background-image: linear-gradient(#5104e0,#8729e2);
}
.flow-wrap .item  .title{
	text-align: center;
	line-height: 100px;
	font-size: 1.2rem;
	font-weight: bold;
}
.flow-wrap .item .img:hover img{
	transform: scale(1.1);
}
.flow-wrap .item .img img{
width: 100%;
transition: all .3s;
}
.flow-wrap .item .img{
	overflow: hidden;
	position: relative;
}

.h-server-container{
	position: relative;
	padding:6% 0;
	background-color: #c5d0fe;
	background-image: url(../images/media/bg3.png);
	background-size: 100% 100%;
}

.h-server-wrap{
	display: flex;
	flex-wrap: wrap;
	max-width: 1300px;
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
}
.h-server-wrap .item h6{
	font-size: 22px;
	margin: 24px 0 20px 0;
}
.h-server-wrap .item .text{
	color: #666;
	opacity: .6;
	
}
.h-server-wrap .item{
	width: 31%;
	line-height: 1.6;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 3.5%;
	box-sizing: border-box;
	background-color: #fff;
	padding:50px;
	padding-bottom: 40px;
	box-shadow: 0 2px 20px 2px rgba(0, 0, 0, .1);
}


.h-contact-container{
	padding:5% 0 3% 0;
	background-color: #c5d0fe;
	background-image: url(../images/media/bg4.jpg);
	background-size: 100% 100%;
}

.h-contact-container .button{
	line-height: 60px;
	border-radius: 10px;
	padding:0 30px;
	color: #fff;
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .1);
	margin-top: 3%;
	display: inline-block;
	background-image: linear-gradient(#ffcf02,#f89e1a);
}

.h-form-container{
	position: relative;
	padding: 2% 0;
	background-image: url(../images/media/bg5.png);
	background-size: 100% 100%;
}

.h-form-wrap{
	max-width: 1300px;
	width: 80%;
	margin: 0 auto;
	display: flex;
	line-height: 1.5;
	align-items: center;
}
.h-form-wrap form{
	display: flex;
}
.h-form-wrap button{
	cursor: pointer;
	height: 90px;
	padding:0 60px;
	border-radius: 10px;
	color: #fff;
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .1);
	display: inline-block;
	background-image: linear-gradient(#ffcf02,#f89e1a);
}
.h-form-wrap .box input{
	line-height: 40px;
	padding-left: 30px;
}
.h-form-wrap .box{
	padding:25px;
	display: flex;
	align-items: center;
	margin-right: 20px;
	padding-left: 0;
	background-color: #fff;
	border-radius: 10px;
	
}
.h-form-wrap h5{
	color: white;
	margin-right: 50px;
	font-size: 42px;
	width: 460px;
}

.h-partner-container{
	position: relative;
	padding:6% 0 5% 0;
}

.h-partner-wrap{
	margin: 0 auto;
	max-width: 1300px;
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.h-partner-wrap .item img{
	width: 100%;
}
.h-partner-wrap .item:hover{
	transform: translate(-2px,-2px);
}
.h-partner-wrap .item{
	padding:10px;
	transition: all .3s;
	width: 19%;
	box-sizing: border-box;
	margin-bottom: 1.4%;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .1);
}



@media screen and (max-width: 768px) {
	.h-title h2{
		font-size: 1.6rem;
	}
	.h-title{
		font-size: 1.6rem;
	}
	.h2-tips{
		font-size: 1.2rem;
	}
	.dy-data .d-item .num{
		font-size: 2rem;
	}
	.dy-data .d-item{
		width: 11rem;
		margin-bottom: 1.2rem;
		height: 11rem;
		font-size: 1.2rem;
	}
	.dy-data{
		width: 94%;
		flex-wrap: wrap;
	}
	.do-example{
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.do-example .d-item .icon{
		height: 4rem;
		margin-top: 1rem;
	}
	.do-example .d-item .icon img{
		height: 4rem;
	}
	.do-example .d-item{
		margin-bottom: 4%;
		font-size: 1.2rem;
		margin-right: 0;
		box-sizing: border-box;
		width: 48%;
		padding: 20px 10px;
	}
	
	.flow-wrap{
		width: 94%;
		display: block;
	}
	.flow-wrap .item{
		margin-bottom: 4%;
		box-sizing: border-box;
		margin-right: 0;
		width: 100%;
	}
	.h-server-wrap{
		width: 94%;
		font-size: 1rem;
	}
	.h-server-wrap .item{
		width: 48%;
		padding:10px;
	}
	.h-server-wrap .item h6{
		font-size: 1.2rem;
		margin: 10px 0;
	}
	.h-server-wrap .item .icon img{
		width: 30%;
	}
	
	.h-form-wrap{
		width: 94%;
		display: block;
	}
	.h-form-container{
		padding:6% 0;
	}
	.h-form-wrap h5{
		width: 100%;
		text-align: center;
		font-size: 1.4rem;
	}
	.h-form-wrap form{
		margin-top: 1rem;
	}
	.h-form-wrap button{
		line-height: 45px;
		height: 45px;
		padding: 0 14px;
		border-radius:4px;
		white-space: nowrap;
	}
	.h-form-wrap .box{
		padding:0 10px;
		border-radius:4px;
	}
	.h-form-wrap .box input{
		line-height: 43px;
		width: 100px;
		padding-left: 10px;
	}
	
	.h-partner-wrap{
		width: 94%;
	}
	.h-partner-wrap .item{
		width: 48%;
		margin-bottom: 4%;
	}
	
	.h-contact-container{
		padding:6% 4%;
	}
	
	.h-contact-container .button{
		line-height: 40px;
		height: 40px;
		padding:0 20px;
	}
	
	.flow-container{
		padding:6% 4%;
	}
	.h-price-container{
		padding:6% 4%;
	}
	.price-example .p-item:nth-child(2){
		width: 100%;
	}
	.price-example .p-item:nth-child(1){
		width: 100%;
		margin-right: 10px;
	}
	.price-example > div{
		flex-shrink: 0;
	}
	.price-example{
		overflow: auto;
	}
	
	.price-example .p-item .icon{
		width: 30px;
	}
	
	.radius-content{
		padding: 10% 4%;
	}
	.radius-content .h-title {
		max-width: 80%;
		margin: 0 auto;
	}
	.h-content{
		padding:8% 4% 0 4%;
	}
	.h-case-wrap{
		flex-wrap: wrap;
		padding:0 4%;
		justify-content: space-between;
	}
	.h-case-wrap .c-item{
		width: 48%;
		margin-right: 0;
		margin-bottom: 6%;
	}
	.h-case-wrap .c-item .title{
		margin-top: 16px;
	}
	.radius-content{
		background-color:#8c2ce2;
		background-image: none;
	}
	.h-do-container{
		padding:6% 4%;
	}
	
	.tabs-ways-container{
		padding:6% 4%;
	}
	.ways-container{
		display: block;
	}
	.ways-container .h-nav{
		width: auto;
		display: flex;
	}
	.ways-container .h-nav .item{
		font-size: 1.2rem;
		line-height: 3rem;
		height: 3rem;
	}
	.ways-container .rtrt{
		width: 100%;
		padding:20px;
	}
	.ways-container .rtrt .swiper{
		width: 100%;
		font-size: 1rem;
	}
	.rtrt .h{
		overflow: auto;
		height: 60vh;
	}
	.rtrt .swiper, .rtrt .img{
		width: 100%;
	}
	.rtrt .h.on{
		display: block;
	}
	.rtrt .t{
		font-size: 1.2rem;
	}
	.rtrt .img,.rtrt .swiper{
		height: auto;
	}
	.rtrt .img {
		transform: translateX(0) !important;
	}
	
	.h-banner .text{
		line-height: 2;
		font-size: 12px;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 80%;
		max-width: 1300px;
		margin-top: -1rem;
		transform: translate(-50%,-50%);
	}
	.h-banner .text h5{
		font-size: 1.5rem;
	}
	
}