.home .section {
	padding: 1.70rem 6% 1.00rem;
	position: relative;
	font-size: .14rem;
}

.home .section .unit {
	width: 100%;
	text-align: center;
	color: #f5f6f7;
	font-size: 1.00rem;
	font-weight: 500;
	word-break: break-all;
	position: absolute;
	top: 1.00rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.home .section h2 {
	width: 100%;
	font-size: .45rem;
	text-align: center;
	position: relative;
	z-index: 2;
}

.home .animate h2 {
	animation: fadeInUp 1s;
}

.home .section h2::before {
	content: '';
	width: .40rem;
	height: .12rem;
	margin: 0 0 0 -.20rem;
	background: #2a67f6;
	position: absolute;
	top: -.20rem;
	left: 50%;
	z-index: 2;
}

.home .section .brief {
	width: 100%;
	line-height: .40rem;
	font-size: .20rem;
	text-align: center;
	margin: .30rem 0 0;
	position: relative;
	z-index: 3;
}

.home .animate .brief {
	animation: fadeInUp 1s;
}

.home .section .brief span {
	display: block;
}

/* 赋能营销全流程，全面提升营销效率 */
.home-process ul {
	width: 100%;
	margin: .70rem auto 0;
	overflow: auto;
}

.home-process ul li {
	width: calc(100% / 8 - .17rem);
	margin: 0 .15rem;
	float: left;
}

.home-process ul li:nth-child(6) {
	width: calc(100% / 8 - .10rem);
}

.home-process .order {
	width: .58rem;
}

.home-process .step {
	width: .36rem;
	height: .36rem;
	line-height: .36rem;
	margin: 0 0 .25rem -.17rem;
	text-align: center;
	font-size: .16rem;
	border-radius: 50%;
	position: relative;
	left: 50%;
	overflow: hidden;
	color: #2a67f6;
	background: #f4f8ff;
	border: .01rem solid #2a67f6;
	transition: all .3s ease;
}

.home-process .active .step {
	color: #fff;
	background: #2a67f6;
}

.home-process .action {
	line-height: .38rem;
	border-radius: .03rem;
	font-size: .18rem;
	text-align: center;
	position: relative;
	margin: 0 0 .18rem;
	border: .01rem solid #2a67f6;
	background: #F9F9F9;
	transition: all .3s ease;
}

.home-process .active .action {
	color: #2a67f6;
	background: #f4f8ff;
}

.home-process .action::before,
.home-process .action::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	transition: all .3s ease;
}

.home-process .action::before {
	border-left: .17rem solid #c4d5fc;
	border-top: .08rem solid transparent;
	border-bottom: .08rem solid transparent;
	right: -.25rem;
	top: 50%;
	margin: -.08rem 0 0;
	z-index: 2;
}

.home-process .active .action::before,
.home-process .active .action::after {
	opacity: 1;
}

.home-process .action::after {
	border-left: .20rem solid #2a67f6;
	border-top: .10rem solid transparent;
	border-bottom: .10rem solid transparent;
	right: -.27rem;
	top: 50%;
	margin: -.10rem 0 0;
	z-index: 1;
	opacity: 0;
}

.home-process .detail {
	min-height: 1.80rem;
	height: auto;
	padding: .16rem;
	text-align: justify;
	line-height: .30rem;
	border-radius: .03rem;
	border: .01rem solid #2a67f6;
	font-size: .16rem;
	background-color: #F9F9F9;
	position: relative;
}

.home-process .order .step {
	font-size: .20rem;
}

.home-process .order .action {
	height: 2.38rem;
	line-height: 2.38rem;
	font-size: .16rem;
	overflow: hidden;
	background: #f9f9f9;
	color: #484949;
}

.home-process .order .action .bg {
	width: 100%;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all .2s ease;
}

.home-process .order .action .bg::before {
	content: '成单';
	width: 100%;
	height: 2.38rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #2a67f6;
	color: #fff;
}

.home-process .order .action::before,
.home-process .order .action::after {
	display: none;
}

.home .home-product {
	background: #2b395b url(../../images/home/bg-product.jpg) center top no-repeat;
	position: relative;
	z-index: 1;
	padding-bottom: 0;
}

.home-product::after{
	content: '';
	width: 100%;
	height: 1.3rem;
	background: #fff;
	position: absolute;
	left:0;
	bottom:0;
	z-index: -1;
}

.home-product.section .unit {
	color: #576178;
}

.home-product.section h2 {
	color: #fff;
}

.home-product.section h2::before {
	background: #fff;
}

.home-product .topiclist {
	width: 100%;
	max-width: 12.00rem;
	margin: 1.20rem auto .70rem;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.home-product .topiclist li {
	height: .50rem;
	line-height: .50rem;
	padding-left: .70rem;
	color: #ffffff;
	font-size: .26rem;
	background: url(../../images/home/product1.png) left center no-repeat;
	background-size: auto 100%;
}

.home-product .topiclist li:nth-child(2) {
	background-image: url(../../images/home/product2.png);
}

.home-product .topiclist li:nth-child(3) {
	background-image: url(../../images/home/product3.png);
}

.home-product .topiclist li:nth-child(4) {
	background-image: url(../../images/home/product4.png);
}

.home-product .productlist {
	width: 100%;
	max-width: 12.00rem;
	padding: .10rem 0 0;
	margin: 0 auto;
	position: relative;
}

.home-product .productlist li {
	width: 100%;
	height: 3.75rem;
	line-height: .40rem;
	padding: .70rem .80rem;
	margin: .50rem 0 0;
	border: 1px solid #e8f0ff;
	border-radius: .20rem;
	position: relative;
	background: #ffffff;
	text-align: right;
	box-shadow: 0 .04rem .12rem 0 rgba(0, 19, 88, 0.1);
}

.home-product .productlist li::before {
	content: '';
	width: 45%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../../images/home/product5.png) center center no-repeat;
	background-size: auto 70%;
}

.home-product .productlist li:nth-child(2)::before {
	left: auto;
	right: 0;
	background-image: url(../../images/home/product6.png);
}

.home-product .productlist li:nth-child(3)::before {
	background-image: url(../../images/home/product7.png);
}

.home-product .productlist li:nth-child(4)::before {
	left: auto;
	right: 0;
	background-image: url(../../images/home/product8.png);
}

.home-product .productlist li h3 {
	width: 100%;
	font-size: .40rem;
	font-weight: normal;
	margin: 0 0 .30rem;
	position: relative;
	z-index: 2;
}

.home-product .productlist li p {
	width: 100%;
	font-size: .24rem;
	position: relative;
	z-index: 2;
}

.home-product .productlist li a {
	display: inline-block;
	margin-top: .50rem;
	font-size: .26rem;
	color: #2c51c5;
	position: relative;
	z-index: 2;
}

.home-product .productlist li a::before {
	content: '';
	width: 0;
	height: .08rem;
	background: #6cd6be;
	transition: all .3s ease;
	position: absolute;
	right: 0;
	bottom: .04rem;
	z-index: -1;
}

.home-product .productlist li a:hover::before {
	width: 100%;
}

.home-product .productlist li:nth-child(even) {
	text-align: left;
}

.home-product .productlist li:nth-child(even) a::before {
	left: 0;
	right: auto;
}

.home-product .productlist li.animate::before {
	animation: flipInY 1s;
}

.home-product .productlist li.animate h3 {
	animation: fadeInDown 1s;
}

.home-product .productlist li.animate p {
	animation: fadeInUp 1s;
}

.home-product .productlist li.animate a {
	animation: fadeInUp 1s;
}

.home .home-information ul{
	padding-top: 1rem;
}

.home-technology {
	background: #f1f6ff;
}

.home-technology.section .unit {
	color: #e1e8f4;
}

.home-technology ul {
	max-width: 12.00rem;
	margin: 1.30rem auto 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-bottom: 1rem;
}

.home-technology ul li {
	width: calc(100% / 3);
	position: relative;
	cursor: pointer;
}

.home-technology ul li a {
	width: 100%;
	text-align: center;
	font-size: .26rem;
	color: #484949;
}

.home-technology ul li a::before,
.home-technology ul li a::after {
	content: '';
	width: 2.20rem;
	height: 2.20rem;
	border: 2px solid #2664e4;
	border-radius: 50%;
	display: block;
	margin: 0 auto .50rem;
	position: relative;
	z-index: 9;
}

.home-technology ul li a::before {
	background: url(../../images/home/technology1.png) center center no-repeat;
	background-size: 1.50rem 1.50rem;
}

.home-technology ul li:nth-child(2) a::before {
	background-image: url(../../images/home/technology2.png);
}

.home-technology ul li:nth-child(3) a::before {
	background-image: url(../../images/home/technology3.png);
}

.home-technology ul li a:hover::before {
	animation: ripple-white 1.5s linear infinite;
}

.home-technology ul li a::after {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.home-technology ul li a:hover::after {
	animation: ripple-white2 1.5s linear infinite;
}

@keyframes ripple-white {
	0% {
		box-shadow: 0 0 0 0 rgba(38, 100, 228, 0.1), 0 0 0 0px rgba(38, 100, 228, 0.1), 0 0 0 0px rgba(38, 100, 228, 0.1), inset 0 0 0 0 rgba(38, 100, 228, 0.1), inset 0 0 0 0px rgba(38, 100, 228, 0.1), inset 0 0 0 0px rgba(38, 100, 228, 0.1)
	}

	30% {
		box-shadow: 0 0 0 10px rgba(38, 100, 228, 0.1), 0 0 0 20px rgba(38, 100, 228, 0.1), 0 0 0 30px rgba(38, 100, 228, 0), inset 0 0 0 5px rgba(38, 100, 228, 0.1), inset 0 0 0 10px rgba(38, 100, 228, 0.1), inset 0 0 0 15px rgba(38, 100, 228, 0)
	}

	60% {
		box-shadow: 0 0 0 20px rgba(38, 100, 228, 0), 0 0 0 30px rgba(38, 100, 228, 0), 0 0 0 40px rgba(38, 100, 228, 0), inset 0 0 0 10px rgba(38, 100, 228, 0), inset 0 0 0 15px rgba(38, 100, 228, 0), inset 0 0 0 20px rgba(38, 100, 228, 0)
	}
}

@keyframes ripple-white2 {
	3% {
		box-shadow: 0 0 0 0 rgba(38, 100, 228, 0.1), 0 0 0 0px rgba(38, 100, 228, 0.1), 0 0 0 0px rgba(38, 100, 228, 0.1), inset 0 0 0 0 rgba(38, 100, 228, 0.1), inset 0 0 0 0px rgba(38, 100, 228, 0.1), inset 0 0 0 0px rgba(38, 100, 228, 0.1)
	}

	60% {
		box-shadow: 0 0 0 10px rgba(38, 100, 228, 0.1), 0 0 0 20px rgba(38, 100, 228, 0.1), 0 0 0 30px rgba(38, 100, 228, 0), inset 0 0 0 5px rgba(38, 100, 228, 0.1), inset 0 0 0 10px rgba(38, 100, 228, 0.1), inset 0 0 0 15px rgba(38, 100, 228, 0)
	}

	90% {
		box-shadow: 0 0 0 20px rgba(38, 100, 228, 0), 0 0 0 30px rgba(38, 100, 228, 0), 0 0 0 40px rgba(38, 100, 228, 0), inset 0 0 0 10px rgba(38, 100, 228, 0), inset 0 0 0 15px rgba(38, 100, 228, 0), inset 0 0 0 20px rgba(38, 100, 228, 0)
	}
}

.home-technology li p{
	line-height: .3rem;
	font-size: .14rem;
	color:#77859e;
	position: absolute;
	left: calc(50% + .04rem);
	bottom: -1.95rem;
	transform: translateX(-50%);
	opacity: 0;
	transition: all .3s ease;
	white-space:nowrap;
}
.home-technology li p b{
	display: block;
	font-size: .26rem;
	font-weight: bolder;
	color:#484949;
	margin-bottom: .1rem;
}
.home-technology li:nth-child(1) p{
	left: calc(50% + .14rem);
}
.home-technology li:nth-child(2) p{
	left: calc(50% - .04rem);
}
.home-technology li:hover p{
	bottom: -1.55rem;
	opacity: 1;
}

/* 我们深耕行业应用场景 */
.home-service {
	height: 6.60rem;
	position: relative;
}

.home-service ul {
	width: 12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -.65rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.home-service ul li {
	width: 3rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	font-size: .40rem;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.home-service ul li::before,
.home-service ul li::after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../../images/home/service1.jpg) center center no-repeat;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	transition: all .3s ease;
	opacity: 1;
}

.home-service ul li::before {
	z-index: -1;
	background: rgba(0, 0, 0, .6);
}

.home-service ul li:nth-child(2)::after {
	background-image: url(../../images/home/service2.jpg);
}

.home-service ul li:nth-child(3)::after {
	background-image: url(../../images/home/service3.jpg);
}

.home-service ul li:nth-child(4)::after {
	background-image: url(../../images/home/service4.jpg);
}

.home-service ul li:hover::after {
	background-size: auto 110%;
}
.home-service ul li:hover::before{
	opacity: .6;
}
.home-partner.section {
	/* background: #2664e4 url(../../images/home/bg-partner.jpg) center bottom no-repeat; */
	background: #2664e4;
	padding: 2.25rem 6% .70rem;
}

.home-partner.section .unit {
	padding-top: .55rem;
	color: rgba(238, 240, 242, .15);
}

.home-partner.section h2 {
	color: #fff;
}

.home-partner.section h2::before {
	background: #fff;
}

.home-partner ul {
	max-width: 12.00rem;
	margin: 1.00rem auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home-partner ul li {
	width: 15%;
	margin: 0 0 .30rem;
}

.home-partner ul li img {
	display: inline-block;
	width: 100%;
	position: relative;
	top: 0;
	transition: all 0.2s ease;
}

.home-partner ul li:hover img {
	box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.3);
	top: -2px;
}

.home-news .swipe {
	max-width: 12.00rem;
	margin: 1.20rem auto 0;
	box-shadow: 0 .04rem .12rem 0 rgba(0, 19, 88, 0.1);
	border: 1px solid #e5e5e5;
	overflow: auto;
}

.home-news .swipe .slidebtn {
	display: none;
}

.home-news ul li {
	width: calc(100% / 3);
	height: 3.4rem;
	margin: 0;
	padding: .50rem .15rem .40rem .95rem;
	border-right: .01rem solid #F2F2F2;
	transition: all .3s ease;
	overflow: hidden;
	position: relative;
	float: left;
}

.home-news ul li:last-child {
	border: none;
}

.home-news li .tag {
	width: .55rem;
	height: .65rem;
	line-height: .50rem;
	color: #ffffff;
	font-size: .16rem;
	text-align: center;
	background: url(../../images/home/news-tag.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: .50rem;
	left: .25rem;
	display: inline-block;
}

.home-news li h4 {
	height: .72rem;
	font-size: .24rem;
	line-height: .36rem;
	color: #494949;
	transition: all .3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-news li p {
	margin-top: .20rem;
	overflow: hidden;
	font-size: .16rem;
	line-height: .30rem;
	color: #666666;
	transition: all .3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.home-news li .pic {
	height: 100%;
	min-width: 100%;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: -1;
	transform: translateX(-50%);
	transition: all .3s ease;
}

.home-news li:hover,
.home-news li.active {
	background: rgba(0, 0, 0, .45);
	border-color: rgba(0, 0, 0, .45);
}

.home-news li:hover h4,
.home-news li:hover p,
.home-news li.active h4,
.home-news li.active p {
	color: #fff;
}

.home-news li:hover .pic,
.home-news li.active .pic {
	top: 0;
}

.home-news .more {
	margin: .80rem 0 .20rem;
	text-align: center;
}

.home-news .more a {
	padding: 0 .32rem;
	line-height: .32rem;
	border-radius: 5px;
	background: linear-gradient(to right, #335ad1, #3d96fc);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: .14rem;
}

.home-contact.section {
	background: #2b395b;
	padding-bottom: 1.50rem;
}

.home-contact .form-contact ul li input {
	border-color: #19284c;
	color: #fff;
	font-size: .18rem !important;
	background: #19284c !important;
}

.home-contact .form-contact ul li input.error {
	border-color: #e85320;
}

.home-contact .form-contact .operate {
	border-radius: 5px;
	border: 0;
}

.home-contact .form-contact .operate button {
	padding: 0 .32rem;
	line-height: .32rem;
	background: linear-gradient(to right, #335ad1, #3d96fc);
	color: #fff;
	font-size: .14rem;
}

.home-contact.section .unit {
	color: rgba(87, 97, 120, .6);
}

.home-contact.section h2 {
	color: #fff;
}

.home-contact.section h2::before {
	background: #fff;
}

.home-contact form,
.home-contact ul {
	width: auto;
	max-width: 7.70rem;
	margin: .80rem auto 0;
	position: static !important;
}

.home-contact li {
	padding: 0 10px 20px !important;
}

.home-contact li b {
	position: absolute;
	top: 0;
	left: .60rem !important;
}

.home-contact li p {
	position: absolute;
	top: 0;
	background: none;
	border-radius: .04rem;
	font-size: .16rem !important;
	line-height: .50rem;
	color: #ffffff !important;
}

.home-contact li input {
	background: #19284c !important;
	padding-left: .70rem !important;
}

.home-contact li.long input {
	padding-left: .90rem !important;
}

.home-contact .operate {
	bottom: .70rem !important;
}

.home-contact button {
	border-radius: .06rem !important;
}

.home-contact .form-contact ul li label.error {
	top: .40rem;
	left: .10rem;
	font-size: .12rem !important;
}

.home-contact .form-contact ul li.long2{
	color: #fff;
	text-align: left;
}
.home-contact .form-contact ul li.long2 input{
	margin:0 .05rem 0 0!important;
	padding:0!important;
}
.home-contact .form-contact ul li.long2 label.error{
	top:.25rem;
}

.swipe {
	margin-bottom: .20rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.swipe ul {
	overflow: hidden;
}

.swipe li div,
.swipe div div div {
	padding: .50rem .10rem;
	background: #1db1ff;
	font-weight: bold;
	color: #fff;
	font-size: .20rem;
	text-align: center;
}

.swipe li {
	margin: .10rem;
}

#slider2 li {
	width: 2.30rem;
}

#slider4 {
	line-height: 0;
	text-align: center;
}

#slider4 ul {
	-webkit-transition: left 800ms ease-in 0;
	-moz-transition: left 800ms ease-in 0;
	-o-transition: left 800ms ease-in 0;
	-ms-transition: left 800ms ease-in 0;
	transition: left 800ms ease-in 0;
}

#pagenavi a.active {
	color: red;
}

#copyright {
	text-align: center;
	font-size: .16rem;
	padding: .30rem 0;
}

#copyright a {
	font-weight: bold;
	font-size: .16rem;
}

#slider li {
	width: 3.00rem;
	float: left;
}

#slider li:first-child {
	width: 1.00rem;
	margin: .10rem .40rem;
}

#slider li:last-child {
	width: 5.00rem;
	border: .03rem solid #111;
}

#slider li:nth-child(2) {
	width: 2.00rem;
}

#slider li:nth-child(3) {
	width: 3.00rem;
}

#slider li:nth-child(4) {
	width: 4.00rem;
}

#slider1 li {
	width: 2.40rem;
}

#back-to-top {
	width: 40px;
	height: 40px;
	line-height: 50px;
	text-align: center;
	font-size: 13px;
	color: #484949;
	border: 1px solid #c5c5c5;
	border-radius: 50%;
	background-color: #fff;
	position: fixed;
	right: 10px;
	bottom: 80px;
	z-index: 9;
	display: none;
}

#back-to-top::before {
	content: '>';
	position: absolute;
	left: 59%;
	top: -15px;
	transform: translateX(-100%) rotate(-90deg) scaleY(2);
}

input:focus {
	outline: none;
}
